html{
    overflow-x: hidden;
}


body{
    margin: 0;
overflow-x: hidden;

}
.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.syne-<uniquifier> {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
.custom-phone-inner .iti__selected-flag {
    top: 2px !important;
}

/*loder*/
.ip-loader{
    margin-left: -9px!important;
    bottom: 40%!important;
}
.loader {
  width: 260px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.c-leaf {
  position: relative;
  overflow: hidden;
  width: 243px;
  object-fit: cover;
  height: 142px;
  margin: 0 auto;
  background: #FEF8FF;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: 5px;
  left: -1px;
  z-index: 1;
  width: 262px;
  height: 99px;
  object-fit: contain;
}

.c-leaf__fill {
  width: 304px;
  height: 101px;
  background: #FEF8FF;
  position: relative;
  z-index: 1;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}



.activeli{
    color: #fff !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1218px !important;
    }
}

    /* Main content (hidden initially) */
    #main-content {
      display: none;
    }


.mainheader{
      width: 100%;
      float: left;
      height: 0px;
      background-color: WHITE;
      position: absolute;
      display: flex;
      justify-content: space-between;
}
.logo{width: auto;float: left;}

.logo img{width: 151px;float: left;position: relative;z-index: 9;top: 24px;}
.menuarea{
           width: auto;
           float: right;
           position: relative;
           padding: 50px 0px 0px 0px;
           height: 0px;
           /* display: flex; */
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
   
    border-color: transparent;
}

.menuarea > ul{
     /* padding-left: 116px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: right;
     padding-left: 0px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 25px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
       font-weight: 400;
       width: auto;
       color: #BFBFBE;
       float: left;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 15px;
       letter-spacing: 0px !important;
       z-index: 111;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       text-decoration: none;
       text-align: center;
       font-family: "Syne", sans-serif !important;
    }
.menuarea > ul > li > a:hover{
   color: #fff!important;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
   position: relative;
}
.menu1 img{
    width: 32px;
}


.menu li:hover > ul {
     columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}


.tgmenu__navbar-wrap > ul > li .sub-menu {
   
}




.sp-width{
        width: 228px !important;
        left: -49px !important;
        padding: 8px 15px !important;
}

.menu ul {
           padding: 0px 0px;
           width: 289px;
           overflow: hidden;
           /* height: 250px; */
           position: absolute;
           left: -96px;
           top: 131%;
           /* min-width: 100px; */
           background: #000000;
           margin: 0;
           /* -webkit-transform: scale(1, 0); */
           -moz-transform: scale(1, 0);
           -ms-transform: scale(1, 0);
           -o-transform: scale(1, 0);
           transform: scale(1, 0);
           transform-origin: 0 0;
           -webkit-transition: all 0.3s ease-out 0s;
           -moz-transition: all 0.3s ease-out 0s;
           -ms-transition: all 0.3s ease-out 0s;
           -o-transition: all 0.3s ease-out 0s;
           /* transition: all 0.3s ease-out 0s; */
           -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           -moz-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
           -o-border-radius: 6px;
           -ms-border-radius: 6px;
           border-radius: 6px;
           display: block;
           visibility: hidden;
           opacity: 0;
           z-index: 9;
}

.menu ul li {padding: 13px 24px;display: block;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;margin: 0;text-align: center;}


.menu ul li:hover{
    background-color: #8a499c;
}


.menu ul li a {
     text-align: center;
     color: #ffffff;
     font-weight: 400;
     font-size: 15px;
     line-height: 21px;
     position: relative;
     z-index: 1;
     font-family: 'Lora',serif;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
.menu li:hover > ul {
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset;
}

.menu ul {
    width: auto; 
}

/*
 * 2. TWO-COLUMN LAYOUT (Flexbox)
 */
.sub-menu.sub-plus.two-col-dropdown {
    display: flex;
    width: 596px;
    padding: 20px;
    left: -189px; /* Adjust as needed */
    /* Ensure other styles for dropdown appearance are inherited */
}


.submenu-image-col {
    width: 45%;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    border-radius: 20px;
}

.submenu-promo-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    /* This creates the diagonal cut on the right edge of the image */
    border-radius: 20px;
}


.submenu-links-col {
    width: 55%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.submenu-links-col li {
    list-style: none;
    padding: 10px 0; /* Vertical padding for spacing */
    margin: 0;
    text-align: left;
}

.submenu-links-col li a {
    font-size: 20px; /* Increase font size */
    text-align: left;
    /* Ensure color and other text properties are correct */
}

.call-us{
   padding: 14px 34px !important;
     border-radius: 50px;
   cursor: pointer;
color: #fff !important;    background-color: #834594;
        border: 1px solid #834594;

}

.call-us:hover{
    background-color: transparent;
 border: 1px solid #BFBFBE;
}


.menu1:hover img{
filter: brightness(100);
}
.custom-phone-input3 .iti__selected-flag {
    top: 7px !important;
}

.btn2 img{
  width: 30px;
}
/* Button container */
.btn2 {
    float: right;
    position: relative;
    z-index: 99999999999999999;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Enquire Now button */


/* Close button */
.menu2 {
    width: 20px; /* Adjust the size of the close button */
    cursor: pointer;
    display: none; /* Hidden by default */
}


.btn2 a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.btn2.small {
    padding: 8px 10px; /* Smaller size */
    font-size: 12px; /* Adjust font size */
    margin-top: -20px;
}
.nav-pd {
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
    max-width: 1000px;
    display: flex;
    align-items: center;
    height: 100%;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0 !important;
    background: transparent;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
}.hd-address img {
    float: left;
    width: 60px;
    height: auto;
    /* margin-right: 20px; */
    /* margin-top: -10px; */
    /* margin-bottom: 30px; */
}.menu2 {
    width: 30px !important;padding:5px;
        filter: invert(1);
}
.nav1 {
    align-items: center;
    float: left;
    width: 100%;
    gap: 20px;
    display: flex
;
    margin-bottom: 30px;
}

.contact-snd2:before{
  content: "";
  position: absolute;
  z-index: -1;
  background: #1f2c3b;
  height: 250px;
  line-height: 54px;
  width: 0;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateY(-50%);
  top: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}.contact-snd2:hover::before{
  left: -30px;
  width: 120%;
}
.contact-snd2{

background: #f47920;

border: 0;

display: table;

margin: auto;

font-size: 15px;

color: #fff;

padding: 13px 50px;

border-radius: 30px;

position: relative;

overflow: hidden;

width: 180px;

height: 48px;

z-index: 9;
}
.contact-snd2:hover{
  
}
/* ===== Scrollbar CSS ===== */

 

 
::-webkit-scrollbar-track
{
 
       height: 3px;
          width: 5px;
}

::-webkit-scrollbar
{  
       width: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #8A499C;
       height: 3px;
       width: 5px;
}


.slide {
         float: left;
         width: 100%;
         top: 0px;
         background: url(../images/home.svg);
         background-size: cover;
         position: relative;
         z-index: 1;
         height: 827px;
}





.slide .item .slide-image {
       float: right;
       margin-left: 0px;

       width: 100%;
       right: 0;
       object-fit: cover;
       top: 0;
       height: 827px;
}

.slider-ban .owl-item.active .slide-image{
    
    transition: 10s;
}
.slider-ban2 .active h1  {
    animation: img-anim-fade-scale  1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}
.slider-ban2  .active  p{
    animation: img-anim-fade-scale 1s  forwards cubic-bezier(.645,.045,.355,1) 0s;
}
@keyframes imgZoomOut {
  from { transform: scale(1.1); opacity: 0.9; }
  to { transform: scale(1); opacity: 1; }
}

.slider-ban .owl-item.active .slide-image {
  animation: imgZoomOut 5s ease-out forwards;
}


@keyframes img-anim-fade-scale {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}
.slider-ban2{
    position: absolute !important;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%; /
    }

.slider-ban2  h1{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban2 p{
        transform: auto !important;
       transition: auto !important;
}




.slider-ban2  h1 {
    text-align: center;
  
    float: left;
    font-size: 96px;
    color: #fff;
    font-weight: 400;
  letter-spacing: -2px;
    line-height:90%;
    width: 100%;
    text-transform: uppercase;
  font-family: "Lora", serif !important;
}


.slider-ban2  p {
      font-family: "Syne", sans-serif !important;
      float: left;
      margin-top: 27px;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 180%;
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
      padding: 0px 33%;
}



.m-buy {
    position: absolute; 
    bottom: 196px; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 99;
    width:64px;
    animation: mbuymove 4s linear infinite; 
}

/* Floating animation remains the same */
@keyframes mbuymove {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-13px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}




.slider-ban2 + .m-buy {
    top: calc(78% + 32px); 
}

.whatsapp-connect-button {
    width: 176px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    height: 55px;
    padding-right: 20px;
    position: fixed;
    bottom: 64px;
    right: 20px;
    z-index: 99;
    font-family: "Syne", sans-serif !important;
    color: white;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.whatsapp-connect-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.whatsapp-connect-button:hover {
    transform: translateY(-3px);
}

.whatsapp-connect-button:hover::before {
    left: 103%;
}

.whatsapp-icon-container {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #932fd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    transition: background-color 0.3s ease;
    background: #8A499C;
    background: linear-gradient(90deg,rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.whatsapp-connect-button:hover .whatsapp-icon-container {
    background-color: #5a148a;
}

.whatsapp-icon-img {
    width: 28px;
    height: 28px;
    filter: brightness(100);
    object-fit: contain;
    display: block;
}



 .banner-para {
  width: 100%;
  padding: 100px 0 70px 0px;
  float: left;
}
.banner-para h3 img{
    width: 10px;
    /* margin-right: 10px; */
}
.banner-para h3{
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.banner-para h2 {
  margin-top: -11px;
  padding-left: 6%;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  color: #bfbfbf;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: left;
}


span.fill-text .char {
  color: #181818; /* Initial grey */
  transition: color 0.3s ease;
}

span.fill-text .char.visible {
  color: #8A499C; /* Highlight color */
}

.light .char {
  color: #8A499C;
}

.light .char.visible {
  color: #8A499C;
}


/*odometer*/
 .counterup-section {
      padding: 65px 0px;
      color: #111;
      text-align: center;
      float: left;
      width: 100%;
      position: relative;
      background-color: #FEF8FF;
    }

    .counterup-container {
     display: flex;
     float: left;
     width: 100%;
     margin-bottom: 13px;
    }
.odometer-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 56px;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #8A499C;
  /* letter-spacing: -1px; */
}

.suffix {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.plus {
  margin-left: 2px;
  position: relative;
  top: 4px;
}
    .counter-box {
      flex: 1 1 200px;
      /* padding: 60px 20px; */
    }

    .odometer {
      font-size: 56px;
      font-family: "Lora", serif !important;
      font-weight: 400;
      margin-bottom: 10px;
    }

    .counter-title {
          font-family: "syne", sans-serif;
          font-size: 16px;
          color: #181818;
          font-weight: 400;
          margin-top: 11px;
    }



 .banner-3 {
  width: 100%;
  padding: 100px 0 70px 0px;
  float: left;
  
}
.banner-3 h3 img{
    width: 10px;
    /* margin-right: 10px; */
}
.banner-3 h3{
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.banner-3 h2 {
  text-transform: capitalize;
  margin-top: -11px;
  padding-left: 6%;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #181818;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: left;
}

.banner-3 h2 span{
    color: #8A499C;
}



.b3-panel{
    float: left;
    width: 100%;
    padding-left: 122px;
    padding-top: 60px;
}
.project-carousel .item{
    float: left;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    /* padding: 57px; */
}

.main-item{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: relative;
    /* padding: 57px; */
}
.cont{
    position: absolute;
    z-index: 99;
    bottom: 57px;
    /* right: 55px; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    padding: 0px 39px;
}
.item-content{
   font-size: 25px;
   line-height: 120%;
   color: #fff;
   font-family: 'Lora',serif;
   font-weight: 400;
   float: left;
  }
.arrow-visble {
  width: 47px !important;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px); /* slight motion */
  transition: all 0.3s ease-in-out; /* smooth fade and move */
}

.project-carousel .item:hover .arrow-visble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slide up smoothly */
}

.project-carousel  .owl-stage-outer {
padding-bottom: 40px !important;
}





/*copy2*/
.project-carousel-2 .item{
    float: left;
    width: 100%;
    height: auto;
    border-radius: 30px;
    position: relative;
    /* padding: 57px; */
}

.main-item-2{
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    position: relative;
    height: 548px;
}
.cont-2{
    background-color: #fef8ff;
    position: absolute;
    z-index: 99;
    bottom: -1px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: space-between;
    width: 76%;
    float: left;
    padding: 23px 32px;
}
.item-content-2{
   font-size: 30px;
   line-height: 120%;
   color: #181818;
   font-family: 'Lora',serif;
   font-weight: 400;
   float: left;
   margin-bottom: 9px;
   width: 100%;
  }
  .item-content-p{
   font-size: 16px;
   line-height: 180%;
   color: #181818;
   font-family: 'syne',sans-serif;
   font-weight: 400;
   float: left;
  }
.arrow-visble-2 {
  width: 47px !important;
  object-fit: contain;
  
}


.project-carousel-2  .owl-stage-outer {
padding-bottom: 40px !important;
}





/*right to left*/


.news-ticker-wrapper {
  padding: 35px 0px;
  overflow: hidden;
    background: linear-gradient(90deg,  rgba(74, 46, 141, 1) 0%, rgba(138, 73, 156, 1) 100%); white-space: nowrap;
  width: 100%;
  position: relative;
  background-size: 100%;
  background-position: bottom;display: flex;
  align-items: center;
  justify-content: center;

}

.news-ticker-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.news-ticker-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-ticker-item {
  display: inline-flex;
  align-items: center;
  margin-right: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-family: 'Lora',serif;
  letter-spacing: 1px;
  flex-shrink: 0;
  line-height: 80px;
}

.news-ticker-item img {
  width: 23px;
  margin-top: 9px;
  /* margin-left: 20px; */
  margin-right: 31px;
}

.hero-section {
    float: left;
    width: 100%;
    position: relative; /* Establish a stacking context */
    height: 395px; /* Set a height for the entire section */
    overflow: hidden; /* Important for clean look */
}

/* --- Fixed Content Layer (On Top) --- */
.hero-fixed-content {
    position: absolute; /* Take it out of the flow */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Make sure it's above the carousel */
    display: flex;
    /* justify-content: initial; */
    align-items: center;
    padding: 0 5%; /* Horizontal padding for layout */
}

.fixed-left h1 {
    font-size: 55px; /* Responsive font size */
    color: white; /* Text color */
    font-family: 'lora',serif; /* To match the image style */
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -2px; /* For readability over busy background */
    float: left;
    width: 100%;
}

/* Center Logo Styling */
.fixed-center-logo {
    position: absolute;
    left: 45.6%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    float: left;

}
.zoom-effect {
  animation: zoomInOut 4s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.logo-shape {
    height: 100%;
    width: auto;
    max-height: 100%;
    opacity: 0.9; /* Slightly transparent to blend */
}

/* Right Content Styling */
.fixed-right {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: left;
    position: relative;
    left: 38%;
}

.small-text {
    color: #eee;
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 1.8;
    font-family: 'syne',sans-serif;
    font-weight: 400;
}


.car-connect-button {
    margin-top: 51px;
    width: 176px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    height: 55px;
    padding-right: 20px;
    position: absolute;
    z-index: 1000;
    font-family: "Syne", sans-serif !important;
    color: white;
    font-size: 16px;
    font-weight: 400;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.car-connect-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.car-connect-button:hover {
    transform: translateY(-3px);
}

.car-connect-button:hover::before {
    left: 103%;
}

.car-icon-container {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #932fd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    transition: background-color 0.3s ease;
    background: #8A499C;
    background: linear-gradient(90deg,rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.car-connect-button:hover .whatsapp-icon-container {
    background-color: #5a148a;
}

.car-icon-img {
    width: 17px;
    height: 17px;
    filter: brightness(100);
    object-fit: contain;
    display: block;
}



/* --- Carousel Background Layer (Moving) --- */
.hero-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5; /* Below the fixed content */
}

.hero-carousel-wrapper .owl-carousel,
.hero-carousel-wrapper .owl-stage-outer,
.hero-carousel-wrapper .owl-stage,
.hero-carousel-wrapper .owl-item {
    height: 100%; /* Make everything fill the section height */
}

.hero-carousel-wrapper .item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Add a subtle dark overlay for better text contrast */
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3); 
}

/* Add your background images here */
.carousel-bg-1 {
    /* Use a high-quality, large background image for a realistic look */
    background-image: url("../images/cta-bg-1.webp"); 
}

.carousel-bg-2 {
    background-image: url("../images/cta-bg-2.webp"); 
}

.carousel-bg-3 {
    background-image: url("../images/cta-bg-1.webp"); 
}




.legacy {
    padding: 95px 0;
    background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
    background-image: url("../images/mattress.webp");
    background-position: right;
    background-repeat: no-repeat;
}

.legacy-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.legacy-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.legacy-heading-group {
    display: flex;
    align-items: baseline;
    margin-bottom: 28px;
}

.legacy-logo-area {
    margin-right: 49px;
}

.sulfex-logo {
    object-fit: contain;
    width: 270px;
}

.legacy-years {
    display: flex;
    /* align-items: flex-end; */
    gap: 29px;
}

.legacy-count {
    font-size: 120px;
    font-weight: 400;
    color: #8A499C;
    line-height: 1;
    font-family: 'Lora',serif;
    letter-spacing: -3px;
}

.legacy-text {
    font-family: 'lora',serif;
    font-size: 50px;
    font-weight: 400;
    color: #8A499C;
    line-height: 105%;
    text-align: left;
}

.legacy-description {
    font-size: 16px;
    color: #181818;
    line-height: 200%;
    margin-bottom: 30px;
    max-width: 595px;
    font-family: 'Syne',sans-serif;
}


.legacy-connect-button {
    /* margin-top: 51px; */
    width: 176px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    height: 55px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
    font-family: "Syne", sans-serif !important;
    color: white;
    font-size: 16px;
    font-weight: 400;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.legacy-connect-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.legacy-connect-button:hover {
    transform: translateY(-3px);
}

.legacy-connect-button:hover::before {
    left: 103%;
}

.legacy-icon-container {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #932fd0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    transition: background-color 0.3s ease;
    background: #8A499C;
    background: linear-gradient(90deg,rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.legacy-connect-button:hover .whatsapp-icon-container {
    background-color: #5a148a;
}

.legacy-icon-img {
    width: 17px;
    height: 17px;
    filter: brightness(100);
    object-fit: contain;
    display: block;
}




 .banner5 {
  width: 100%;
  padding: 85px 0 70px 0px;
  float: left;
  background-color: #FEF8FF;
}
.banner5 h3 img{
    width: 10px;
    /* margin-right: 10px; */
}
.banner5 h3{
    float: none;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.banner5 h2 {
  text-transform: capitalize;
  margin-top: 13px;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #181818;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: left;
  text-align: center;
}

.banner5 h2 span{
    color: #8A499C;
}
.feature-section {
  /* background-color: #faf6fb; */
  padding: 45px 0;
}

.feature-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.feature-item-row {
  display: flex;
  align-items: center;
  gap: 35px;
}

/* Text | Icon */
.icon-right {
  /* flex-direction: row-reverse; */
  text-align: right;
}

/* Icon | Text */
.icon-left {
  flex-direction: row;
  text-align: left;
}

/* Icon styles */
.feature-icon-wrapper {
  width: 110px;
  height: 110px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  transition: all 0.3s ease;
}

.feature-icon-wrapper img {
  width: 48px;
  height: 48px;
  /* filter: brightness(0) saturate(100%) invert(34%) sepia(53%) saturate(826%) hue-rotate(241deg) brightness(94%) contrast(92%); */
}

.feature-item-row:hover .feature-icon-wrapper {
  background-color: #7b3e98;
  border: none;
}

.feature-item-row:hover .feature-icon-wrapper img {
  filter: brightness(0) invert(1);
}

/* Text area */
.feature-content-wrapper {
  max-width: 70%;
}

.feature-title {
  font-size: 25px;
  font-weight: 400;
  color: #181818;
  margin-bottom: 10px;
  line-height: 32px;
  font-family: 'Lora',serif;
}

.feature-text {
  font-size: 16px;
  color: #181818;
  line-height: 180%;
  font-family: 'syne',sans-serif;
}


.call-bg {
    float: left;
    width: 100%;
    padding: 68px 0px;
    background-image: url(../images/cta-bg-2.webp);
    background-size: cover;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
    background-position: center top;
}

.call-bg h2 {
  text-transform: capitalize;
  /* margin-top: 13px; */
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: left;
  text-align: center;
  margin-bottom: 32px;
}

.call-bg h2 span{
    color: #d4bcda;
}
.site-footer {
    background-color: #ffffff;
    color: #333333;
    padding-top: 68px;
    float: left;
    width: 100%;
}


.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
width: 100%;    margin: 0 auto 30px;
    border-bottom: 1px solid transparent; /* Mimic the image's structure */
}

.footer-section {
    flex: 1;
    margin-right: 20px;
}

.footer-section:last-child {
    margin-right: 0;
    flex: 1.5; /* Give the logo more space */
    display: flex;
    justify-content: flex-end;
}
.social-icons img{
    width: 32px !important;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 27px;
    font-weight: 400;
    font-family: 'Lora',serif;
    color: #181818;
}

.footer-section p {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Syne',sans-serif;
    color: #181818;
    line-height: 200%;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #181818;
    font-size: 14px;
    line-height: 200%;
    transition: color 0.2s;
    font-family: 'Syne',sans-serif;
}

.footer-section ul li a:hover {
    color: #9932cc; /* A purple tone for hover */
}

/* Social Media Icons */
.social-icons  {
  display: flex;
  gap: 15px;
  flex-direction: row;
  transition: background-color 0.2s, color 0.2s;
}



/* Logo Placeholder Styling */
.logo-placeholder {
    font-size: 30px;
    font-weight: bold;
    color: #9932cc;
    font-style: italic;
    line-height: 1;
    text-align: right;
    width: 100%;
    max-width: 287px;
}

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    /* margin: 0 auto; */
    background-color: #fff !important;
    padding: 46px 0px !important;
    border-top: 1px solid #e0e0e0;
    font-family: 'Syne',sans-serif;
}

.footer-bottom p {
    font-size: 14px;
    color: #181818;
    margin: 0;
    font-family: 'Syne',sans-serif;
}


.slider-ban2 a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
 }

 .s-1 a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     color: #fff;
     border: 1px solid #fff;
 }

 .b4-1 a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;
 }

 .b5-a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;     border: 1px solid #fff;

 }
   .all-a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;     border: 1px solid #fff;

 }
  .loop-a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;     border: 1px solid #fff;

 }
   .b6-a:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;     border: 1px solid #fff;

 }
  .ftr-btn:hover {
  background-color:#B5D884 ;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;  color: #fff;     border: 1px solid #fff;

 }


 /*aboutus*/
.abt-banner1 {
  position: relative;
  padding: 231px 0px 141px 0px;
  float: left;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  background-position-y: -178px;
  z-index: 1;
  color: #fff;
}

/* Black overlay */
.abt-banner1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust opacity (0.6 = 60% black) */
  z-index: -1; /* Keeps it behind the text */
}

/* Ensure text stays above overlay */
.abt-banner1 .container {
  position: relative;
  z-index: 2;
}

.abt-banner1 h1{
       text-align: left;
       float: left;
       width: 100%;
       color: #fff;
       font-size: 55px;
       line-height: 51px;
       font-family: 'Lora',serif;
       position: relative;
       font-weight: 400;
       letter-spacing: -2px;
   }

.abt-banner1 h1 span{width: 100%;float: left;font-size: 17px;color: #f5f5f5;font-weight: 300;letter-spacing: 0;font-family: 'Syne',sans-serif;}

.abt-banner2{
  float: left;
  width: 100%;
  padding: 70px 0px;

}
/* Container for image */
.abt-banner2-img {
  position: relative;
  float: right;
  width: 500px;
  height: 425px;
  margin-left: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 90;
}


/* The actual image */
.abt-banner2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Hover shine using ::after only */
.abt-banner2-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.6s linear;
  z-index: 2;
  pointer-events: none;
}

.abt-banner2-img:hover::after {
  height: 250%;
  background-color: transparent;
}



.wow {
    /* Sets the speed/duration for all .wow elements if not overridden by data-wow-duration */
    animation-duration: 0.8s !important; 
    
    /* Applies the smooth 'ease-in-out' timing to all WOW animations */
    animation-timing-function: ease-in-out !important; 
}


.menuimg{
  clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}



.serv-abt-banner2-img 
{
  float: right;
  width: 500px;
  margin-left: 40px;
  margin-bottom: 30px;
  object-fit: cover;
  border-radius: 20px;
}
.feature-service {
    display: inline-block;
    margin-top: 15px;
    width: 51%;
}
.feature-service  li{
  margin-bottom: 20px !important;
}
.feature-service img {
  width: 50px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  filter: brightness(0);
}
.feature-content-service {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
.feature-content-service h2{
  font-size: 20px;
  font-weight: 500;
  color: #8a499c;
  padding-bottom: 8px;
  font-family: 'Lora',serif;
}
.feature-content-service p{
   font-size: 16px;
   color: #181818;
   font-weight: 400;
   line-height: 30px;
   padding-bottom: 0px;
   font-family: 'Syne',sans-serif;
}
.abt-banner2 h5{font-size: 55px;font-weight: 400;line-height: 62px;color: #181818;font-family: 'Lora',serif;padding-bottom: 30px;letter-spacing: -2px;}
.abt-banner2 h5 span{
     /* font-style: italic; */
     color: #8a499c;
     font-weight: 400;
}
.abt-para  {
     color: #181818;
     font-size: 16px;
     font-weight: 400;
     line-height: 200%;
     /* padding-bottom: 20px; */
     font-family: 'Syne',sans-serif;
}

.abt-banner3{
    padding: 120px 0px;
    float: left;
    width: 100%;
    background-image: url("../images/abt-cta.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}
.box-1{
    float: left;
    width:100%;
    color: #fff;
    background-color: #000;
    padding: 49px 33px;
    border-radius: 20px;
    text-align: center;
}
.box-1 h2{
      color: #fff;
    float: left;
    width: 100%;
    font-family: 'Lora',serif;
    font-size: 34px;
    letter-spacing: px;
    font-weight: 400;
    margin-bottom: 20px;
}
.box-1 p{
    font-family: 'Syne',sans-serif;
    font-weight: 400;
    line-height: 200%;
    font-size: 16px;
}

.welcome-section {
    padding-top: 120px;
    /* padding-right: 120px; */
    padding-bottom: 120px;
    display: flex;
    width: 100%; /* Adjust as needed */
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

/* --- CEO Info Column (Left) --- */
.ceo-info {
    flex: 1;
    /* position: relative; */
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
}

.ceo-image {
    width: 61%; /* Adjust size */
    height: auto;
    /* Use the actual image URL here */
    object-fit: cover;
    position: relative;
    background-position: center top;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    /* transform: translateX(-18%); */
    /* margin-bottom: 32px; */
}

.ceo-details {
    /* position: absolute; */
    bottom: -1%;
    width: 61%;
    padding: 21px 39px;
    /* padding-right: 50px; */ 
    /* The pink banner/badge */
    background-color: #fff;
    color: white;
    border-radius: 0 0 30px 30px;
    text-align: center;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
}

.ceo-details .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    font-family: 'Lora',serif;
    color: #7b4399;
    margin-bottom: 9px;
}

.ceo-details .title {
    font-size: 16px;
    margin: 0;
    opacity: 1;
    /* line-height: 200%; */
    font-family: 'Syne',sans-serif;
    color: #181818;
}

/* --- Welcome Content Column (Right) --- */
.welcome-content {
    flex: 1.5; /* Give the text more space */
    /* padding: 40px; */
    color: #333;
    float: left;
    width: 100%;
}

.welcome-content h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Lora',serif;
    letter-spacing: -2px;
}

.welcome-content hr {
    width: 60px;
    margin-left: 0;
    border: none;
    border-top: 3px solid #f7a68a; /* Pink line under the main heading */
    margin-bottom: 20px;
}

.welcome-content h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #f5f5f5;
    font-family: 'Lora',serif;
    font-weight: 400;
}

.welcome-content p {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 200%;
    color: #fff;
    font-family: 'Syne',sans-serif;
}

.quality-ban{
  float: left;
  width: 100%;
  padding: 70px 0px;
  /* background-color: #191919; */
}

.quality-ban h3 img{
    width: 10px;
    /* margin-right: 10px; */
}
.quality-ban h3{
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.quality-ban h2 {
  margin-top: -11px;
  /* padding-left: 6%; */
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #181818;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: center;
  margin-bottom: 53px;
}

.quality-ban h2 span{
    color: #8A499C;
}


.q-box{
  height: 284px;
  float: left;
  width: 100%;
  padding: 30px 30px;
  background-color: #fafafa;
  border-radius: 20px;
  border: 1px dashed #515d76;
  margin-bottom: 20px;
}
.q-box img{
  float: none;
  display: block;
  margin:auto;
  width: 60px;
}
.q-box h5{
      color: #b5d884;
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 20px;
      margin-top: 20px;
      text-align: center;
      
}
.q-box p{
      float: left;
      font-size: 16px;
      color: #191919;
      font-weight: 300;
      text-align: left;
      line-height: 24px;
      width: 100%;
      text-align: center;
      
}
/* Zoom In Up Right */
@keyframes zoomInUpRight {
  0% {
    opacity: 0;
    transform: scale(0.7) translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

.zoomInUpRight {
  animation-name: zoomInUpRight;
}

/* Optional: Zoom Out Down Left for exit */
@keyframes zoomOutDownLeft {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.7) translate(-30px, 30px);
  }
}

.zoomOutDownLeft {
  animation-name: zoomOutDownLeft;
}

.quote-slider .item {
    /* height: 400px; */ /* Adjust height as needed */
}
.pad-quote{
    padding: 0;
}
.quote-main{
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}


.quote-head-img{
    width: 10px;
    /* margin-right: 10px; */
}
.quote-box h3 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.quote-head  {text-transform: capitalize;font-size: 43px;text-align: center;font-weight: 400;line-height: 120%;color: #ffff;letter-spacing: -2px;font-family: "Lora", serif !important;}

.quote-head  span{
    color: #8A499C;
}
.quote-img{
    float: left;
    width: 100%;
    border-radius: 10px;
}
.quote-img img{
    object-fit: cover;
    border-radius: 10px;
    height: 408px;
}
.quote-slide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

.quote-slide img {
    /* Set the image to take up half the space */
    width: 47% !important;
    height: 280px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.quote-container{
    float: left;
    width: 100%;
    padding: 120px 0px;
    background-color: #000;
}
.quote-box {
    /* Set the quote box to take up the other half */
    width: 100%;
    padding: 29px 31px;
    background-color: #222; /* Dark box for the quote */
    text-align: center;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    float: left;
    margin-left: -90px;
    z-index: 999;
}

.quote-text {
    font-size: 16px;
    font-style: normal;
    line-height: 200%;
    font-family: 'Syne',sans-serif;
        line-height: 200%;

    color: #fff;
}

.quote-author {
    font-weight: bold;
    /* margin-top: 30px; */
    color: #ccc;
}
.banner8{
    float: left;
    width: 100%;
    padding: 63px 0px;
}
.b8-main {
    float: left;
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; /* hide overflow */
    border-radius: 20px;
}

.b8-main img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}

/* Box hidden initially */
.b8-box {
    border-radius: 0px 0px 20px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 30px 20px;
    background-color: #6d3d95b8;
}

/* Hover effects */
.b8-main:hover img {
    transform: translateX(-10px) scale(1.05); /* move left and slightly enlarge */
}

.b8-main:hover .b8-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.b8-box p{
   float: left;
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   line-height: 200%;
   font-family: "Syne", sans-serif !important;
}
.b8-text{
    font-size: 26px;
    color: #000;
    font-family: 'Lora',serif;
    font-weight: 400;
    text-transform: uppercase;
}

/* Font Definitions from Request */
.heading-lora {
    font-family: 'Lora', serif;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 38px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.heading-lora span{
    color: #8A499C;
}

.para-lora {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #181818;
    margin-bottom: 23px;
}

.mark-star{
    float: left;
    width: 8px;
    margin-right: 10px;
    object-fit: contain;
    /* padding-bottom: 10px; */
}
/* Layout Containers */
.service-sec {
    /* padding: 30px 0; */ /* Top/bottom padding for the whole section */
    float: left;
    width: 100%;
}

.main-content-layout {
    display: flex;
    gap: 30px; /* Space between content and sidebar */
}

.content-column {
    flex: 3; /* Takes up more space */
    min-width: 0; /* Important for flex items with content like images */
    padding: 60px 0px;
}

.sidebar-column {
    flex: 1.2; /* Takes up less space */
    min-width: 280px; /* Minimum width for the sidebar */
    background-color: #fef8ff;
    padding: 60px 20px;
}

/* Typography and Headings */
h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
}

h3.widget-title {
    font-size: 27px;
    /* padding: 15px 20px; */
    margin-bottom: 0;
    /* background-color: #834594; */
    color: #834594;
    font-weight: 400;
    float: left;
    width: 100%;
}
.service-list a{color: #181818;}
.service-list{
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 11px;
    float: left;
    width: 100%;
}
.service-list:hover{
    background-color: #834594;
}
.service-list:hover a{
    color:#FEF8FF ;
        padding-left: 10px;


}
a:hover{
    cursor: pointer;
}
.active-service{
background-color: #834594 !important;

}
.active-service a{
        color:#FEF8FF !important ;
        padding-left: 10px !important;

}
/* Sections */
.section {
    margin-bottom: 10px;
}

.hero-image img {
    width: 100%;
    height: 432px;
    display: block;
    margin-bottom: 40px;
    object-fit: cover;
    border-radius: 20px;
}

/* Bedroom Content/List Styling */
.bedroom-content-list {
    display: flex;
    gap: 30px;
    align-items:center;
    float: left;
    width: 100%;
}

.bedroom-image {
    flex-basis: 52%;
    max-width: 40%;
    /* height: 418px; */
}

.bedroom-image img {
    width: 100%;
    height: 229px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.list-container {
    flex-basis: 65%;
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.list-container ul {
    list-style: none;
    flex: 1;
}

.list-container li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-family: 'Syne';
    font-weight: 400;
    line-height: 200%;
    font-size: 16px;
}

.list-container li i {
    color: #7b9449; /* A color similar to the image's accent */
    margin-right: 10px;
    font-size: 14px;
}


/* Sidebar Widgets */
.widget {
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
}

/* Contact Form Styling */
.contact-form {
    position: relative;
    padding: 20px 0px;
    float: left;
    width: 100%;
    /* border: 1px solid #efefef; */
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.5;
    color: #181818;
    font-weight: 400;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-button {
    width: 100%;
    background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    height: 49px;
    padding-right: 20px;
    border: none;
    justify-content: center;
    font-family: "Syne", sans-serif !important;
    color: white;
    font-size: 17px;
    font-weight: 400;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
}

.submit-button:hover {
    transform: translateY(-3px);
}

.submit-button:hover::before {
    left: 103%;
}

/* Contact Details Styling */
.contact-details-widget {
    /* padding-bottom: 20px; */
    float: left;
    width: 100%;
    /* border: 1px solid #f0f0f0; */
    margin-top: 28px;
}

.contact-details-widget ul {
    list-style: none;
    padding: 20px 0px;
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-details-widget li {
    line-height: 200%; /* Adjust line height for list to look tighter */
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    gap: 2px;
    text-align: left;
    font-family: 'Lora',sans-serif;
}

.contact-details-widget li i {
    color: #7b8e5c; /* Accent color */
    margin-right: 15px;
    font-size: 18px;
    width: 20px; /* Fixed width for consistent alignment */
    text-align: center;
    float: left;
    width: 100%;
}
.wi-img{
    width: 23px;
    margin-right: 10px;
}
/* Ad/Flyer Widget */
.ad-widget {
    padding: 0;
    border: none; /* No border for the ad image */
    float: left;
    width: 100%;
}

.ad-widget img {
    width: 100%;
    height: auto;
    display: block;
}

.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 70px 0px;
}
.career h1 span{
         font-style: italic;
         color: #8a499c;
         font-weight: 500;
}


.career h1{
  text-align: center;
  float: left;
  width: 100%;
  font-size:57px;
  font-weight: 400;
  color: #181818;
  line-height: 110%;
  margin-bottom: 21px;
  font-family: 'Lora',sans-serif;
}
.career h6{
 float: left;
 width: 100%;
 padding: 0px 180px;
 font-size: 16px;
 font-weight: 400;
 line-height: 200%;
 text-align: center;
 color: #181818;
 padding-bottom: 46px;
 font-family: 'Syne',sans-serif;
}



.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 16px;
   font-weight: 400;
   font-family: 'Lora', serif !important;
   color: #181818;
   font-style: normal;
}

.mct_form {
         font-family: "Rubik", sans-serif !important;
         border: 1px solid #b0aaaa !important;
         color: #181818 !important;
         display: block;
         font-weight: 400;
         font-size: 15px;
         /* text-transform: uppercase; */
         height: 46px;
         margin-bottom: 30px !important;
         padding: 0 20px;
         outline: none;
         background: #ffffff;
         width: 100%;
         padding-left: 0px;
         border: none;
         transition: all 500ms ease;
         border: solid 1px rgba(46, 67, 110, 0.22);
         margin-top: 3px;
         width: 100%;
         float: left;
         padding: 12px 10px;
         margin-top: 10px !important;
         border-radius: 10px !important;
}

.info-tag{
 float: none;
 width: 154px;
 height: 48px;
 font-size: 16px;
 
 text-align: center;
 font-weight: 400;
 color: #191919;
 padding: 15px 0px;
 /* line-height: 24px; */
 border: 1px solid #191919;
 border-radius: 50px;
 margin-top: 9px;
 margin-left: auto;
 margin-right: auto;
 display: block;
 background-color: #ffffff;
}




.section-bg {

 
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
  padding: 100px 0px; 
    min-height: auto;
    overflow: hidden;
    float: left;
    width: 100%;
}
.contact-form-2 {
    float: left;
    position: relative;
    padding: 45px 0 45px 60px;
    width: 100%;
    color: #fff;
    /* background-color: aqua; */
}


.form-group{
    z-index: 9999;
    position: relative;
    color: #fff;
}
.contact-form-2:before {
   position: absolute;
   content: '';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 20px;
   background: #8c4d9e;
   /* box-shadow: 10px 40px 40px rgba(0,0,0,.2); */
   pointer-events: none;
   right: auto;
   width: 100vw;
   color: #fff;
}
.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.contact-form-2 input {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
    color: #fff !important;
}

.contact-form-2 textarea {
    color: #fff;
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
    
    /* color: aliceblue; */
}
.contact-form-2 input::placeholder {
  color:#222;
}
.contact-form-2 textarea::placeholder {
  color:#222;

}
.contact-form-2 input {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    color: #fff;
}
.contact-form-2 input:hover, .contact-form input:focus{
    font-family: 'DM Sans',sans-serif !important;!I;!;
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: rgb(255 255 255);
}
.contact-form-2 textarea:hover, .contact-form textarea:focus{
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: #fff;
}


.taso-btn {
    background-color: #fff;
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact-info {
    /* padding: 0 30px 0px 0; */
}

h2.contact-title {
    font-size: 35px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 30px;
    font-family: 'Lora',serif;
}

.contact-info p {
     /* margin-top: 20px; */
     float: left;
     font-size: 16px;
     color: #000000;
     font-weight: 400;
     text-align: left;
     line-height: 29px;
     width: 100%;
     padding-bottom: 23px;
     font-family: 'Syne',sans-serif;
   }

ul.contact-info {
    /* margin-top: 30px; */
}

ul.contact-info li {
    margin-bottom: 22px;
}



ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}
ul.contact-info li {
    display: flex;
    width: 100%;
}

.info-left {width: 12%;float: left;display: flex;align-items: center;justify-content: center;}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    line-height: 32px;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lora',sans-serif;
}
.info-right h4 a{
    line-height: 38px;
    color: #181818;
    font-size: 15px;
    font-weight: 400;
}
.info-left img {
    float: left;
    width: 40px;
    object-fit: cover;
    margin-top: 7px;
}


.contact-snd{
 float: left;
 width: 206px;
 height: 48px;
 font-size: 16px;
 text-align: center;
 font-weight: 400;
 color: #191919;
 padding: 15px 0px;
 /* line-height: 24px; */
 border: 1px solid #ffffff;
 border-radius: 50px;
 margin-top: 31px;
 margin-left: auto;
 margin-right: auto;
 display: block;
 background-color: #ffffff;
 position: relative;
 z-index: 999;
 font-family: 'Lora',sans-serif;
}


 .hd-address h6 a{
    color: #181818;
}


.strength{
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    position: relative;
    background: #fef8ff;
}
.strength h4 img{
    width: 10px;
    /* margin-right: 10px; */
}
.strength h4{
    float: none;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: "Syne", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.strength h5 {
  text-transform: capitalize;
  margin-bottom: 51px;
  margin-top: 13px;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
  color: #181818;
  letter-spacing: -2px;
  font-family: "Lora", serif !important;
  text-align: left;
  text-align: center;
}

.strength h5 span{
    color: #8A499C;
}

    .strength-box{
        /* border:1px solid #8a499c; */
        height: 250px;
        float: left;
        width: 100%;
        border-radius: 20px;
        padding: 30px 30px;
        text-align: center;
        margin-bottom: 20px;
        background-color: #fef8ff;
        transition: background-color 0.5s ease-in-out;
        -o-transition: background-color 0.5s ease-in-out;
        -ms-transition: background-color 0.5s ease-in-out;
        -moz-transition: background-color 0.5s ease-in-out;
        -webkit-transition: background-color 0.5s ease-in-out;
}

.strength-box:hover {
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
}
    .strength-box:hover img{
        filter: brightness(0);
    }
    .strength-box:hover h3{
color:#181818;
    }
    .strength-box:hover h2{
color:#181818;
    }
.strength-box img{
    filter: brightness(0);
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    width: 62px;
}
.strength-box h2
{
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 15px;
      color: #181818;
      font-family: 'Lora',serif;
}


.strength-box h3{
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      float: left;
      width: 100%;
      text-align: center;
      padding: 0px 0%;
      color: #181818;
      font-family: 'Syne',sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 168%;
      }



.products-section{
    float: left;
    width: 100%;
    background-color: #fff;
    /* padding: 50px 0px; */
}
.product-main.active {
    background-color: #FEF8FF; /* Example color: a light grey */
    transition: background-color 0.5s ease; /* Optional: smooth transition */
}

.product-box {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 30px;
    float: left;
    width: 100%;
    background: transparent;
    /* border-radius: 20px; */
    /* padding: 30px 30px; */
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    /* margin-bottom: 168px; */
}

.product-img {
  width: 100%;
  float: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
 overflow: hidden;
   height:300px;
   border-radius: 20px;
}

.product-img img {
  width: 100%;
height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;

}.product-main:hover .product-img img {
    transform: scale(1.1); 
}

.product-box h4 {
  font-size: 33px;
  font-weight: 400;
  margin-top: 15px;
  color: #2B2B2B;
  margin-bottom: 0px;
  font-family: 'Lora',sans-serif;
}

.product-box p {
  font-size: 16px;
  color: #181818!IMPORTANT;
  margin: 15px 0;
  line-height: 180%;
  font-family: 'Syne',sans-serif;
  font-weight: 400;
}


.mar-bot{
  margin-bottom: 0px !important;
}


.contact2-widget {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 42px 20px;
  color: #333333;
  font-family: 'Lora', sans-serif;
  float: left;
  width: 100%;
  background-image: url("../images/demo.jpg");
  background-size: cover;
  position: relative;
}
.cw-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 12px;
}


.cw-inner {
  display: flex;
  gap: 29px;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.sulfix-icon{
    width: 126px;
}

/* Left section (icon + title) */
.cw-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  text-align: center;
  gap: 28px;
}

.cw-icon-box i {
  font-size: 36px;
  color: #0b76ff;
}

.cw-title {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  font-family: 'Lora',serif;
}

/* Right section (contact info + button) */
.cw-contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}

.cw-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
}

.cw-link {
  float: none;
  color: #fff;
  font-weight: 400;
  transition: color 0.3s ease;
  font-family: 'Lora',sans-serif;
  font-size: 20px;
  text-align: center;
}

.cw-link:hover {
color: #84469a;
    
}

/* Call back button */
.cw-action {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw-callback {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 17px 23px;
  border-radius: 50px;
  font-family: 'Syne',sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  transition: background 0.3s ease, transform 0.2s ease;
  /* box-shadow: 0 4px 12px rgba(11, 118, 255, 0.3); */
  background: linear-gradient(90deg, rgba(138, 73, 156, 1) 0%, rgba(74, 46, 141, 1) 100%);
}

.cw-callback:hover {
  /* background: #085dcc; */
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 420px) {
  .cw-inner {
    /* flex-direction: row; */
    /* align-items: center; */
  }

  .cw-icon-box {
    /* min-width: 75px; */
  }

  .cw-contacts {
    /* gap: 6px; */
  }
}
.features-section-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 35px;
  width: 100%;
  margin-bottom: 23px;
  padding: 20px 0px;
  float: left;
  }

.feature-box-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-icon-inner {
  width: 80px;
  height: 80px;
  background-color: #84469a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-inner i {
  font-size: 25px;
  color: #ffffff;
}

.feature-content-inner h3 {
    font-family: 'Lora',serif;
    font-size: 25px;
    font-weight: 400;
    color: #84469a;
    margin-bottom: 8px;
}

.feature-content-inner p {
    font-family: 'Syne',sans-serif;
    color: #181818;
    font-size: 16px;
    line-height: 200%;
    margin: 0;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .features-section-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-icon-inner {
    width: 70px;
    height: 70px;
  }

  .feature-icon-inner i {
    font-size: 28px;
  }

  .feature-content-inner h3 {
    font-size: 18px;
  }

  .feature-content-inner p {
    font-size: 14px;
  }
}
.product-main{
    float: left;
    padding: 30px 0px;
    width: 100%;
    transition: background-color 0.8s ease-in-out;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0px 70px 0px;
}
.a-bus-1 h1 {
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 400;
  letter-spacing: -2px;
  font-family: 'Lora', serif; !important;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 19%;
}

.a-bus-1 h1 span {
  color: #8a499c;
}
.iner-legacy {
    background-image:none !important;
   }
.in-leg-img {
    width: 41%;
    height: auto;
    float: right;
}
.in-wrapper{
    display: block !important;
}

/* Slight right–left movement */
@keyframes floatSide {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(-10px);
    }
}


.a-bus1-1 p{
           font-family: 'Syne', sans-serif !important;
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #181818;
           float: left;
           width: 100%;
           text-align: center;
}
.products-section > .product-main:last-child {
    padding-bottom: 80px;
}#contact-form input::placeholder {
        font-family: 'Lora',serif;
font-weight: 400;
    color: #ffffff; /* Sets the placeholder text to white */
    opacity: 1;      /* Ensures the placeholder is fully opaque (not faded) */
}
#contact-form textarea::placeholder {
    font-family: 'Lora',serif;
    color: #ffffff; /* Sets the placeholder text to white */
    opacity: 1;      /* Ensures the placeholder is fully opaque (not faded) */
}
.custom-phone-input .iti__selected-flag {top: 4px !important;}
.sp-cwlink{
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
}

.info-right {
    display: flex
;
    align-items: center;
}
.form-control:focus {
  
    box-shadow: none !important;
}
.google-map {
    width: 100%;
    height: 400px;
    float: left;
    margin-bottom: 70px;
}



.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
.grecaptcha-badge { 
    visibility: hidden;
}
