body{
	font-family: "gotham", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
}

@font-face {
  font-family: 'aristotelica-light';
  src: url('../fonts/aristotelica.text-trial-light.woff') format('woff'),
       url('../fonts/aristotelica.text-trial-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'aristotelica-regular';
  src: url('../fonts/aristotelica.text-trial-regular.woff') format('woff'),
       url('../fonts/aristotelica.text-trial-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5{
/* 	font-family: "gotham", sans-serif; */
	font-family:aristotelica-light;
	line-height:1.1;
}
h1{
	font-size:70px;
}
.text_ornge, ._title h1 b{
	color:#FF7D2D !important;
}
.text_yellow{
   color:#FDB81C !important;
}
.text_purple, .text_purple h3{
   color:#AA1F7F !important;
}
.text_teal, .text_teal h2{
	color:#048185 !important;
}
.bg_light{
	background-color:#FFF8F3 !important;
}
.btn_purple{
	background-color:#AA1F7F !important;
	color:#fff !important;
}
.theme_btn.btn_purple:hover{
	background-color:#fff !important;
	color:#AA1F7F !important;
}
.border-top{
	border-color:#000 !important;
}
.pt_200{
	padding-top:150px !important;
}
._founder_profile {
    text-align: center;
    position: relative;
}
._founder_profile .image_caption {
  margin-top: 15px;
}
._founder_profile .image_caption h5 {
  font-size: 18px;
  font-family:gotham;
  margin-bottom: 4px;
}
._founder_profile .image_caption p {
  font-size: 14px;
  margin-bottom: 0px;
}
/* 
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

 
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Gotham', sans-serif;
  font-weight: 400; 
}*/

 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
     
    }

    html, body {
      height: 100%;
      width: 100%;
    }

    .hero-section {
      background: url('https://mosaicmena.com/wp-content/uploads/2025/05/Gradiant.jpeg') no-repeat center center/cover;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .logo img {
      max-width: 778px;
      height: auto;
    }

    .coming-soon {
		text-transform: uppercase;
      font-size: 2rem;
      color: #ffffff;
      font-weight: bold;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    }

    .form-container {
      background: rgba(248, 242, 234, 0.95); /* Soft beige */
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      width: 470px;
     
    }

    .form-container h2 {
      margin-bottom: 1rem;
      color: #1c2b36;
      font-weight: 600;
    }

    form {
      display: flex;
      flex-direction: column;
    }

    input[type="text"],
    input[type="email"] {
		width: 100%;
		font-family: 'Gotham';
      padding: 0.8rem;
      margin: 0.5rem 0;
      border: 1px solid #aab6c2;
      border-radius: 8px;
      font-size: 1rem;
      color: #1c2b36;
      background-color: #ffffff;
      transition: border-color 0.3s ease;
    }

    input::placeholder {
      color: #788896;
    }

    input:focus {
      border-color: #35698e;
      outline: none;
    }
	  .screen-reader-response{
		  display: none;
	  }
	  .wpcf7-not-valid-tip{
		  font-family: 'Gotham';
		  display: block;
    text-align: left;
    padding-left: 29px;
    color: red;
	  }
	  .wpcf7-response-output {
		  font-family: 'Gotham';
		   padding-left: 29px;
		  text-align: left;
    color: red;
    margin-top: 11px;
	  }
    .wpcf7-submit {
		font-family: 'Gotham';
		  width: 130px;
      margin-top: 1rem;
      padding: 0.8rem;
      border: none;
      background: #254a6d;
      color: #fdfdfd;
      font-size: 1rem;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s;
    }

    .wpcf7-submit:hover {
      background: #c09b56;
      color: #1c2b36;
      transform: scale(1.02);
    }
.wpcf7 form.sent .wpcf7-response-output {
      border-color: #034549;
}
    @media (max-width: 500px) {
        .content {
    width: 90%;
}
        .form-container{
            width: 100%;
        }
      .form-container {
        padding: 1.5rem;
      }

      input,
      button {
        font-size: 0.95rem;
      }

      .coming-soon {
        font-size: 1.5rem;
      }

      .logo img {
        max-width: 375px;
      }
    }

/*===========Header=======================*/
header.main_header {
   padding:30px 0px;
}

.main_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}
.logo img {
  height: 65px;
}
.main_menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.hero_banner {
  background-size: cover;
}
.theme_btn {
	text-transform: uppercase;
    background-color: #fff;
    border: solid 1px #AA1F7F;
    height: 50px;
    display: flex;
    text-decoration: navajowhite;
    color: #AA1F7F;
    width: 192px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 8px;
}
.theme_btn.btn_lg {
  width: 315px;
  height: 65px;
}
.main_menu ul li {
  margin-left:45px;
}
.theme_btn:hover{
	background-color:#730F54;
	color:#fff;
}
.hero_banner .hero_image {
  margin-left: -15px;
}
 
.hero_banner .hero_caption {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.theme_btn .arrow {
  margin-left: 15px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width:1130px;
  }
}

@media (min-width: 1280px) {
    .container--narrow, .sec_mian section.sec .container-fluid{
        max-width: 64rem;
    }
}

section.sec{
    position: relative;
    padding:60px 0px;
}

section.sec_2 .main_title {
    position: absolute;
    top:9%;
}
.card_col .card_text {
    padding: 10px 10px;
}
.card_col figure img {
    width: 80%;
}
.style_title {
    position: relative;
}

.style_title h2 {
    font-size: 60px;
    font-weight: 600;
    position: relative;
    color: #048185;
    margin-bottom: 0px;
}

.style_title h2:nth-child(2) {
    left: 12%;
    color: #AA1F7F;
}


.style_title h2:nth-child(3) {
    left: 47%;
    color: #FDB81C;
}

section.sec_2 ._title_sec_1 h1 {
  background: linear-gradient(
    270deg,
    #009688,
    #673AB7,
    #E91E63,
    #FF9800,
    #FFEB3B,
    #009688
  );
  background-size: 300% 300%;
  animation: animateGradient 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  font-weight:800;
}

@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


section.sec_2 ._title_sec_1 h1::before {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      color: transparent;
      -webkit-text-stroke:1px black; /* fallback */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
section.sec_3 .row .card {
    border: 0px;
}
section.sec_3 .row .card ._title h3 {
    font-size: 35px;
    color: #FF6100;
    margin-bottom: 15px;
    font-weight: 600;
}
.bg_warning{
	background-color:#FFE1CE;
}

._title h2 {
  color: #000;
  font-size: 70px;
  text-transform: uppercase;	
}
._title_2 h3 {
    font-size: 32px;
    font-weight: 600;
}

section.sec_4 .card {
    background-color: transparent;
    height: 100%;
    border-color: #d49d7a;
	border-width:0px;
}
section.sec_4 .card .card-body {
    padding:0px;
}

section.sec_4 .card ._title h3 {
    color: #91146A;
	font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.desc ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.desc ul li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}

.desc ul li:after, .desc ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    display: block;
    border-radius: 100px;
    opacity: 0.3;
    top: 5px;
    background-color: #91146a;
}

.desc ul li:after{
    background-color: #E91E63;
    width: 14px;
    height: 14px;
    top: 15px;
    left: 14px;
}
section.sec .eye_icon img {
    width: 100%;
}
section.sec .eye_icon {
    position: absolute;
    right: 4%;
    bottom: 0%;
    width: 350px;

}
.row_style > div {
    position: relative;
}

.row_style > div:after {
    height: 100%;
    width: 1px;
    background-color: #fdb81c;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
}

.row_style > div:first-child:after {
    /* width: 0px; */
}

section.sec_3 .row .card .card-body {
    padding: 0px;
    margin: 0px 30px;
}

.row_style > div:before {
    content: '';
    width: 8px;
    height: 50px;
    position: absolute;
    right: 0px;
    background-color: #fdb81c;
}
section.sec_4 .card .card-body ._title{
    margin-bottom: 25px;
}

.lists_box {
    display: flex;
    justify-content: space-between;
}
.lists_box .list_item:first-child {
    width: 40%;
}
.lists_box .list_item {
    width: 22%;
}

.lists_box .list_item ul {
    margin-bottom: 35px;
    padding-left: 8px;
    list-style: none;
}
.lists_box .list_item li {
    margin-bottom: 12px;
    font-size: 0.95em;
    color: #555;
    position: relative;
    padding-left: 20px;
}
.lists_box .list_item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #FDA921;
	text-transform: uppercase;
}
.lists_box .list_item:first-child ul {
    column-count: 2;
    column-gap: 40px;
}

.lists_box .list_item:first-child {
    width: 40%;
}


.lists_box .list_item li:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ccc;
    display: inline-block;
    position: absolute;
    border-radius: 100px;
    left: 0px;
    top: 9px;
	opacity:0.5;
}
._title_3 {
    position: relative;
}

._title_3 h2 {
    font-size: 90px;
}

._title_3 .text_shadow {
    position: absolute;
    left: 0px;
    top: -76%;
    font-size: 150px;
    font-weight: 600;
    color: #FFF6F4;
    z-index: -1;
}

.form_container form {
    }

  .form_container  .form-group {
      position: relative;
      margin-bottom: 20px;
    }

 .form_container   .form-group input,
   .form_container .form-group textarea{
      width: 100%;
      padding: 12px 40px;
      border-radius: 10px;
      border: 2px solid #e0c7f9;
      font-size: 16px;
      outline: none;
      transition: border 0.3s;
	   margin:0px;
    }

.form_container .form-group select{
	 width: 100%;
    padding: 12px 40px;
    border-radius: 10px;
    border: 2px solid #e0c7f9;
    font-size: 16px;
    outline: none;
    transition: border 0.3s;
    margin: 0px;

    -webkit-appearance: none; /* for Safari/iOS */
    -moz-appearance: none;    /* for Firefox */
    appearance: none;         /* standard */
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
	
}

   .form_container .form-group input:focus,
   .form_container .form-group textarea:focus {
      border-image: linear-gradient(to right, #ff512f, #f09819);
      border-image-slice: 1;
    }

 .form_container .form-group textarea {
      resize: vertical;
      height: 100px;
    }

  .form_container  .form-group img {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      stroke: #000;
	   z-index: 2;
    }

.form_container  .form-group.text_area img{
	top:24%;
}

 .form_container form button{
    margin: auto;
    width: 100%;
    max-width: 210px;
    padding: 12px;
    background-color: #004d40;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

 .form_container form  button:hover {
      background-color: #00695c;
	 box-shadow: -1px 4px 0 #e6b94d7d;
    }
._title_4 h2 {
    font-size: 55px;
}

.slick-slider  button.slick-arrow {
	transform: translateY(-50%);
    padding: 0px;
    color: #58318d;
    width:35px;
    height:35px;
    position: absolute;
    top:50%;
    border-radius: 100px;
    border: solid 1px rgb(238 86 78);
    background-color: #fff;
    z-index: 1;
    transition:0.2s;
    cursor:pointer;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: inherit !important;
}
.slick-slider  button.slick-arrow:hover{
	transform: scale(1.03);
}
.slick-slider  button.slick-prev {
    left:5%;
}
.slick-slider  button.slick-next {
    right:5%;
}
 .slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
.form_container form .form-group p {
    margin-bottom: 0px;
}

.form_container form .form-group p br {
    display: none;
}
.form_container .form-group span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0px;
    padding-left: 0px;
    font-size: 10px;
}
.form_container form input.wpcf7-form-control{
    margin-top: 0px;
}
.form_container form p {
    margin-bottom: 0px;
}
.section {
  padding: 100px 0px;
  background-size: cover;
}

._founder_profile:before {
    content: '';
    width: 2px;
    height: 300px;
    background: linear-gradient(90deg, 
        #FDB81C 0%, 
        #AA1F7F 50%, 
        #048185 75%, 
        #FF6100 100%);
    opacity: 1;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0px;
}

._title2 h2 span {
    display: block;
    text-align: left;
    position: relative;
}

._title2 h2 span:nth-child(2) {
    text-align: right;
}

._title2 h2 span:nth-child(3) {
    margin-left: 75px;
}
._title2 h2 {
    max-width: 370px;
}
.think_create .text_area h4 {
    font-size: 40px;
    font-weight: 500;
}
.think_create .row{
    margin-top: 50px;
}
.think_create_go {
    position: relative;
    height: 100%;
}

.think_create_go .image_area {
    position: absolute;
}
.footer-heading a {
    color: #fff;
    text-decoration: none;
}
.think_create_go .image_area ._title_1 {
    font-size: 50px;
    font-weight: 500;
    font-family: 'aristotelica-light';
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 20%;
}

.think_create_go .image_area:nth-child(1) {
    top: 0px;
    right: 0px;
}

.think_create_go .image_area:nth-child(2) {
    top: 20%;
    left: 0px;
}

.think_create_go .image_area:nth-child(3) {
    top: 53%;
    left: 30%;
}
.service_card {
    border: solid 1px #9F49B0;
    padding: 30px;
    background-color: #fff;
    height: 100%;
    position: relative;
	border-radius: 8px;
}
.service_card ul li {
    margin-bottom: 10px;
}
.service_card ._link{
    position: absolute;
    bottom: 25px;
}

.service_card .cate_title h4 {
    font-family: "gotham", sans-serif;
    font-size: 22px;
	text-transform: uppercase;
}

.service_card .cate_title {
    margin: 20px 12px;
}

.service_card ul {
    margin-bottom: 50px;
}

._title_3, ._title_3 h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'gotham';
}
.text-white ._title h2 {
    color: #fff;
}
._title h3{
    text-transform: uppercase;
    font-family: 'gotham';
    font-weight: 300;
    font-size: 40px;
}
.brand_info ul {
	    justify-content: center;
      list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.brand_info ul li {
    padding: 0px 0px;
    width:15%;
}

.brand_info ul li .cat_icon {
    text-align: center;
	cursor: pointer;
}

.brand_info ul li .cat_icon h4 {
    margin-top: 25px;
    font-size:20px;
    /* font-family: 'gotham'; */
    text-transform: uppercase;
}

.brand_info ul li .cat_icon img {
    height: 60px;
}
.thumbnail_img img{
    border: solid 2px #000;
    border-radius: 15px;
}
.brands_slider  .slick-list .slick-slide img {
    width: 235px;
    height: 100px;
    object-fit: cover;
}
.brands_slider  .slick-list .slick-slide{
	width: 235px !important;
	margin:2px;
}
.brands_slider a.active img {
    display: block;
    border: solid 2px transparent;
    scale: 1.02;
}
img{ max-width:100%; height:auto; }
/* .brands_slider a.active img {
  border: 2px solid #00739b;
  border-radius: 8px;
  transition: all 0.3s ease;
} */

.footer {
  background-color: #006d71; /* Teal tone */
}

.footer-logo {
  max-width:210px;
}
footer.footer {
  padding: 80px 0px;
}
.footer-heading {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
}

.footer-address {
  display: flex;
  flex-wrap: wrap;
}
.footer-address .footer_txt {
  margin-left: 20px;
}
.footer-address {
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-links a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}
footer.footer ul li {
  margin-bottom: 15px;
}
.footer-links a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }
}

  .menu-toggle {
            background: none;
            border: none;
            cursor: pointer;
            width:50px;
            height:35px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .menu-toggle span {
            display: block;
            height: 3px;
            width: 100%;
            background-color:#AA1F7F;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .menu-toggle.active span:nth-child(1) {
            transform: translateY(9px) rotate(45deg);
        }

        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.active span:nth-child(3) {
            transform: translateY(-9px) rotate(-45deg);
        }

        .sidebar-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 330px;
            height: 100vh;
               background-color: rgb(0 0 0 / 98%);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            transition: right 0.4s ease;
            z-index: 1000;
            overflow-y: auto;
            padding: 20px 30px;
            font-family: 'gotham';
        }

        .sidebar-menu.active {
            right: 0;
        }

        .menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
/*             margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 1px solid #545454; */
        }

        .menu-title {
            font-size: 22px;
            color: #fff;
            font-weight: 600;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #7f8c8d;
        }

        .menu-content {
            padding-bottom: 20px;
        }

        .menu-section {
            margin-bottom: 25px;
        }

        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
        }

        .menu-list {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        .menu-list li {
            margin-bottom: 0px;
        }

        .menu-list a {
            text-decoration: none;
            color: #FFFFFF;
            font-size: 15px;
            display: block;
            padding: 12px 0;
            transition: color 0.2s ease;
            position: relative;
            text-transform: uppercase;
            border-bottom: solid 1px #545454;
        }

        .menu-list a:hover {
            color: #FF8EAD;
        }

        .submenu {
            list-style: none;
            margin-left: 20px;
            margin-top: 8px;
            display: none;
        }

        .submenu.active {
            display: block;
        }

        .submenu li {
            margin-bottom: 8px;
        }

        .submenu a {
            font-size: 14px;
            color: #7f8c8d;
            padding: 12px 0;
        }

        .submenu a:hover {
            color: #FF8EAD;
        }

        .has-submenu > a::after {
/*             content: '+';
            position: absolute;
            right: 0;
            font-weight: normal;
            transition: transform 0.3s ease; */
        }

/*         .has-submenu.active > a::after {
            content: '-';
        } */

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: none;
        }

        .overlay.active {
            display: block;
        }

        @media (max-width: 480px) {
            .sidebar-menu {
                width: 100%;
            }
        }
.menu-list li.has-submenu.active > .submenu {
  display: block;
  margin-left: 0px;
}
.brand_info_box {
  display: none;
  position: relative;
/*   background: rgba(255, 255, 255, 0.1);
  padding:30px;
  border-radius: 10px;
  margin-top: 30px; */
	opacity: 1 !important;
}

.close_box {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: #FF6100;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-weight: 900;
  font-family: gothom;
  line-height: 1.2;
}

.brand_info_box .brand_body ul {
    list-style: none;
    display: block;
    width: 100%;
    column-count: 3;
    column-gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand_info_box .brand_body ul li {
	text-align: left;
  padding: 0px 15px;
  width:100%;
  margin-bottom:5px;
  text-transform: uppercase;
  font-size: 15px;
}
 
.brand_info_box .brand-title {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 30px;
}
.brand_info_box .brand-title ._icon {
  margin-bottom: 0px;
  margin-right: 20px;
}
.brand_info_box .brand-title ._txt {
  color: #FDA921;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: aristotelica-light;
  height: 100%;
}
.brand_body {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
	position:relative;
}
footer.footer {
  padding: 80px 0px;
}
.border_top{
	border-top:solid 1px #000;
}
.border_bottom{
	border-bottom:solid 1px #000;
}
.backtotop {
  z-index: 12;
  bottom: 30px;
  bottom: 3rem;
  right: 30px;
  right: 3rem;
  position: fixed;
  color: #000;
  border-width: 1px;
  border: solid 2px #DBC9F4;
  background-color: #FFFCF8;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
}
.backtotop img {
  width: 18px;
  position: relative;
  right: -1px;
  top: -1px;
}
.backtotop:hover {
  background-color: #a92181;
}
._title h1 b {
    font-weight: 100;
}
 
.brands_slider .slick-list .slick-track {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.service_card:hover {
	box-shadow: 2px 2px 2px 0 #9F2BB5;
    border-color: #048185;
}
.service_card, .brand_info ul li .cat_icon{
    transition: all 0.3s ease;
    position: relative;
}

.service_card:hover{
    transform: translateY(-5px);
    background: #f8f9fa;
}

.brand_info ul li:hover .cat_icon{
    transform: translateY(-15px);
}

.service_card ._link {
    transition: transform 0.3s ease;
}

.service_card:hover ._link {
    transform: translateY(-3px);
}

.service_card:hover ._link img {
    transform: translateX(3px);
}


.menu-list li a {
  position: relative;
  transition: color 0.3s ease;
}


.menu-list li a::before {
content: "";
    position: absolute;
    left: -8px;
    top: 34%;
    width: 0;
    height: 2px;
    background-color: #ff99aa;
    transition: width 0.3s ease;
}

.menu-list li a:hover::before {
     width: 3px;
    height: 15px;
}
.menu-list li a:hover{
	font-weight: 500;
}

.has-submenu{
	position:relative;
}
.submenu-toggle{
	position: absolute;
    right: 0;
    color: white;
    top: 7px;
    cursor: pointer;
	 transition: transform 0.3s ease, color 0.3s ease;
}

.has-submenu.active > .submenu-toggle::after {
  content: "-";
}

.has-submenu > .submenu-toggle::after {
  content: "+";
}
/* .video_slider {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
} */

.video_container {
  text-align: center;
  transition: all 0.4s ease;
}

.video_slider .video_box video, .brand_box_vid video{
  width: 100%;
  border-radius: 15px;
  transition: all 0.4s ease;
  opacity:1;
}

.video_slider .swiper-slide-active .video_box video {
/*   transform: scale(1.15); */
  opacity: 1;
}

.video_slider ._title h3 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #333;
  transition: all 0.3s ease;
  opacity:1;
  font-weight: 500;
}
.brands_slider .swiper-wrapper .swiper-slide img
 {
    height: 100px;
    object-fit: cover;
}
.video_slider  .swiper-slide-active ._title h3 {
/*   opacity: 1;
  font-weight: bold; */
}
.brands_slider .swiper-wrapper .swiper-slide {
/*     width: 220px !important; */
}

.brands_slider .swiper-wrapper {
/*     justify-content: center; */
	
}
section#brand_transformation .brands_slider .swiper-wrapper, section#branding .brands_slider .swiper-wrapper{
    justify-content: center;
}
.brands_slider .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
}
.brands_slider {
  position: relative;
}

.brands_slider .swiper-wrapper {
  align-items: center;
}

.brands_slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

/* ✅ Navigation arrows */
.brands_slider .swiper-button-prev,
.brands_slider .swiper-button-next {
  color: #AA1F7F; /* your brand color */
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.brands_slider .swiper-button-prev::after,
.brands_slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.brands_slider .swiper-button-prev {
  left: 10px;
}

.brands_slider .swiper-button-next {
  right: 10px;
}

.brands_slider .swiper-button-prev:hover,
.brands_slider .swiper-button-next:hover {
  background: #AA1F7F;
  color: white;
}
 
.video_slider .swiper-button-prev:hover,
.video_slider .swiper-button-next:hover {
  background: #b48a48;
  color: #fff;
}
/* ========== VIDEO SLIDER DESIGN ========== */
.video_slider {
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
}

.video_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.video_container {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.video_box {
  position: relative;
}

.video_box video, .brand_box_vid video{
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit:contain;
/*filter: brightness(0.9); */
  transition: all 0.5s ease;
}

.video_box img{
  border-radius: 16px;
  object-fit: cover;
/*   filter: brightness(0.9); */
  transition: all 0.5s ease;
}

/* ✅ Overlay Play Button */
.video_box .play_button,  .brand_box_vid .play_button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

.video_box .play_button i, .brand_box_vid .play_button i{
  color: #AA1F7F; /* gold tone */
  font-size: 24px;
  transition: all 0.3s ease;
}

/* ✅ Hover Effects */
.video_container:hover video, .brand_box_vid:hover video, .video_box:hover img{
  transform: scale(1.05);
/*   filter: brightness(0.5); */
}
.brand_box_vid{
    position: relative;
	margin: 8px;
}
.video_container:hover .play_button, .brand_box_vid:hover .play_button{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video_box .play_button:hover, .brand_box_vid .play_button:hover{
  background: #AA1F7F;
}

.video_box .play_button:hover i, .brand_box_vid .play_button:hover i{
  color: #fff;
}

/* ✅ Title Styling */
.video_container ._title {
  text-align: center;
  margin-top: 12px;
}
.brand_box_vid ._title {
    margin-bottom: 30px;
    text-align: center;
}
.video_container ._title h3, .brand_box_vid ._title h3{
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0;
}

/* ✅ Swiper Arrows */
.video_slider .swiper-button-prev,
.video_slider .swiper-button-next {
  color: #AA1F7F;
  background:#ffffff59;
  width:60px;
  height:60px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.video_slider .swiper-button-prev:hover,
.video_slider .swiper-button-next:hover {
  background: #AA1F7F;
  color: #fff;
}

.video_slider .swiper-button-prev {
  left: 10px;
}

.video_slider .swiper-button-next {
  right: 10px;
}
.load_banner.view_columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
 
.video_slider .swiper-button-next:after, .video_slider .swiper-button-prev:after{
	    font-size:25px;
}
.hero_services .custom_padding {
    color: #fff;
}

.hero_services  .right-banner-img img {
/*     height: 460px; */
    object-fit: cover;
}

.video_modal {
    display: none;
    position: fixed;
    inset: 0;
    background:#000;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video_modal.active {
    display: flex;
}

.video_modal video {
    max-width: 90%;
    max-height: 90%;
	width:auto;
}

._close_vid {
    font-weight: 100;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.video-thumb.loading {
    filter: blur(5px);
    opacity: 0.6;
    background: #f3f3f3;
}

.hero_services .right-banner-img {
    text-align: right;
}
section.hero_banner.hero_services .custom_padding{
 padding-left: 0%; 
}
.footer_bottom {
    padding: 60px 0px;
    color: #fff;
}
.think_create_go .image_area img{
    width: 350px;
}
.footer_bottom a {
    color: #fff;
    text-decoration: none;
}

.footer_bottom .text-end {
    opacity: 0.6;
}
 
.hero_banner .hero_image {
  height: 415px;
  overflow: hidden;
  position: relative;
}

.hero_banner .hero_image img {
  position: relative;
  top: 0;
  left: 0;
  animation: moveDiagonalLoop 10s linear infinite;

}

@keyframes moveDiagonalLoop {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-200px, -318px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.think_create_go .image_area ._title_1{
	display:none;
}
.footer_bottom .text-start.small  {
    font-size: 12px;
}
.footer_bottom .text-end.small{
	font-size:10px;
}
.brand-title ._icon img{
	height: 60px;
}

.think_create .text_purple{
	        color: #FF7D2D  !important;
}

.think_create_text  .text_purple{
	color: #FF7D2D !important;
}

.error-404 .search-field{
	    padding: 0 15px;
	    width: 100%;
    height: 60px;
    border-radius:10px 0px 0px 10px;
    outline: navajowhite;
    border: 1px solid #006d71;
}
.search-submit{
	    background: #03676B;
    border: 0;
    outline: none;
    color: white;
      height: 60px;
	    width: 300px;
}
.error-404 .page-content p{
	    text-align: center;
	margin-bottom: 7px;
}
.error-404 .page-content {
    padding-top: 110px;
    padding-bottom: 110px;
}
.error-404 label{
	width: 100%;
}
.error-404 .search-form{
    justify-content: center;
    width: 100%;
	flex-direction: unset;
}
.error404 h1{
	font-size: 55px;
}

.search-results-box img {
    width: 100%;
    border-radius: 6px;
    height: 140px;
    object-fit: cover;
    background: #f6f6f6;
}
.search-title span {
       margin-top: 18px;
    display: block;
    color: #006d71;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    font-family: aristotelica-light;
    font-size: 20px;
}
.date span {
    color: #525252;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
}
.search-title a{
	text-decoration: none;
}
.search-results-box p {
    margin-top: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.search-results-box{
	margin-bottom: 30px;
}
.search-results_sec{
	margin-top: 60px;
    margin-bottom: 60px;
}
form.search-form input.search-submit {
    border-radius: 0px 10px 10px 0px;
}
/* .video_box img {
	height: 600px;
}
.video_box{
margin: 25px 8px;
} */

.video_sec{
	margin-bottom: 50px;
}    

/* .video_sec .video_container {
    margin-bottom: 20px;
} */

.video_sec .video_container {
    padding: 10px;
}

.hero_services .container-fluid.overflow-hidden {
	    max-width: 1351px;
}
.video_sec .video_container .video_box img {
    height: 500px;
    width: 100%;
}

.video_sec .video_container {
    margin-bottom: 40px;
}