html{
    overflow-x: hidden;
}


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

}
.iti__country-list {
    color: #000 !important;
}
/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}s
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;

}
button:focus{
    outline:none !important;
}
@font-face {
    font-family: 'Cutoff Pro';
    src: url('../fonts/CutoffPro-Regular.eot');
    src: url('../fonts/CutoffPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CutoffPro-Regular.woff2') format('woff2'),
        url('../fonts/CutoffPro-Regular.woff') format('woff'),
        url('../fonts/CutoffPro-Regular.ttf') format('truetype'),
        url('../fonts/CutoffPro-Regular.svg#CutoffPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'GeneralSans-Light';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),
       url('../fonts/GeneralSans-Light.woff') format('woff'),
       url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans-Italic';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
       url('../fonts/GeneralSans-Italic.woff') format('woff'),
       url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
       url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff'),
       url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
       url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans-Bold';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Bold.woff') format('woff'),
       url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-BoldItalic.woff') format('woff'),
       url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}




@media(min-width:1200px)
{
.container {
    max-width: 1207px;
}
}

/* --- Header Section Styling --- */
#main-header {
    background-color: transparent;
    position: absolute; /* Make header sticky */
    top: 0;
    z-index: 99;
    height: 0;
    float: left;
    width: 100%;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 64px !important;
}

.logo img {
    width: 214px; /* Adjust as needed */
}

.nav-links {
    list-style: none;
    display: flex;
    /* padding: 3px 5px; */
    /* border: 1px solid #4245496e; */
    border-radius: 30px;
    margin-bottom: 16px;
    background-color: ##1a1b1d;
    align-items: center;
}

.nav-item {
    position: relative;
    padding: 0px 25.7px;
    transition: background-color 0.3s ease;
}

/* Ensure the link text is underlined by default */
.nav-item a {
    /* Keep your existing styles */
    color: #d9d9d9;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 100%;
    font-size: 16px;
    /* padding: 0px 26.5px; */
    border-radius: 30px;
    font-family: 'GeneralSans-Regular';
    text-underline-offset: 2px;
    text-decoration-color: #858585; /* Match the text color */
    transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
    position: relative;
    width: auto;
}.nav-item a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height:1px;
    background-color: #858585;
    transition: width 0.3s ease-out;
}

.nav-item a:hover::after {
    width: 0;
    background-color: #858585;
}

.nav-item a:hover {
    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113); /* Wider, softer glow */
    text-decoration: none !important;
}


.active-line {
   text-decoration: none !important;
}
.nav-item .active-line{
}
.nav-links li img{width: 42px;}

.nav-item a {
    position: relative;
    z-index: 2; 
}

.nav-item.active .active-dot {
    display: inline-block !important; 
}/* 1. Default ::after state for non-active links */
.nav-item a:not(.active-line)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0; /* Starts from the left */
    width: 100%;
    height: 1px;
    background-color: #858585;
}

/* Hover state: Line disappears (width shrinks to 0 from right-to-left) */
.nav-item a:not(.active-line):hover::after {
    width: 0;
}

/* 3. Remove ::after for the active-line */
.nav-item a.active-line::after {
    content: none !important; /* This is the key change */
}


/*submenu*/
/* Container for the trigger */
.has-submenu {
    position: relative;
}

/* Mega Menu Container */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 72%;
    transform: translateX(-50%) translateY(20px);
    width: 561px; /* Widened to fit two columns comfortably */
    background-color: #000000;
    border-radius: 24px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
    z-index: 1000;
}

/* Show on Hover */
.has-submenu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(10px);
}

.mega-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Image Section (Fixed Size) */
.mega-image {
    flex: 0 0 46%;
    height: 380px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-image img {
    width: 100% !important;
    height: 50%;
    object-fit: cover;
    border-radius: 18px;
}

/* Product List Wrapper */
.mega-list-wrapper {
    flex: 1;
    max-height: 380px;
    overflow-y: auto;
    padding: 10px 0;
}

/* 2-Column Grid for 16 items */
.mega-list {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */ /* Creates two equal columns */
    gap: 15px 30px; /* Vertical and Horizontal spacing */
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-list li a {
    font-family: 'GeneralSans-Regular', sans-serif;
    color: #ffffff;
    font-size: 16px; /* Specifically requested size */
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05); /* Subtle divider */
}

.mega-list li a:hover {
    color: #999999;
    padding-left: 5px; /* Slight shift effect */
    text-shadow: 0 0 8px rgba(129, 115, 102, 0.4);
}

/* Remove default underline effect from main nav for these items */
.mega-list li a::after {
    display: none !important;
}

/* Scrollbar Styling for many products */
.mega-list-wrapper::-webkit-scrollbar {
    width: 3px;
}
.mega-list-wrapper::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

/*submenu*/



.slide {
         float: left;
         width: 100%;
         top: 0px;
         position: relative;
         z-index: 1;
         /* margin-top: -150px; */
 height: 871px;
  background-color: #000;         background-color: #000;
}

.slider-ban .item {
  position: relative;
  width: 100%;
  height: 871px;
  overflow: hidden;
}
.slider-ban .item .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 871px;
  object-fit: cover;
  z-index: 1;
}

@keyframes oceanMoveDown {
  from {
    transform: translateY(-20px); /* start from up */
  }
  to {
    transform: translateY(20px);  /* move down */
  }
}

.slider-ban .owl-item.active .slide-image {
  animation: oceanMoveDown 12s linear infinite;
  will-change: transform;
}
.slider-ban .slide-image {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.kk {
  display: flex;
  align-items: center;          /* vertical center */
  justify-content: space-between;
  min-height: 871px;            /* same as slider height */
  width: 100%;
  position: relative;
  gap: 40px;
}
.slide-content {
  max-width: 520px;
  z-index: 2;
}

/* RIGHT CONTENT */
.slide-content2 {
  max-width: 520px;
  z-index: 2;
  text-align: right;
  margin-bottom: 46px;
}



.slide-content h1 {
  font-size: 120px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: 'GeneralSans-Medium';
  color: #fff;
  letter-spacing: -5px;
}
.slide-content h1 span{
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-underline-offset: 11px;
}
.slide-content p {
  font-size: 16px;
  opacity: 1;
  padding-top: 31px;
  margin-bottom: 25px;
  font-family: 'GeneralSans-Regular';
  font-weight: 400;
  line-height: 180%;
  color: #dedede;
  width: 90%;
  letter-spacing: 0px;
}

.explore-btn {
    line-height: 120%;
    text-decoration: none;
    color: #dedede!important;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    display: flex;
    align-items: center;
    width: auto;
    gap: 13px;
    float: left;
    position: relative;
    bottom: -104px;
    font-size: 16px;
    transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
}

.explore-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height:1px;
    background-color: #dedede;
    transition: width 0.3s ease-out;
}

.explore-btn:hover::after {
    width: 100%;
    background-color: #fff;
}

.explore-btn:hover {
    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}
.explore2{
      line-height: 120%;
      color: #dedede!important;
      cursor: pointer;
      font-family: 'GeneralSans-Regular';
      font-weight: 400;
      float: left;
      position: relative;
      font-size: 16px;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 3px;
      float: right;
      width: auto;
      transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
        position: relative;
}
.explore2::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height:1px;
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.explore2:hover::after {
    width: 0;
    background-color: #fff;
}
.explore2:hover {
          text-decoration: none !important;


    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}

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

.slide-content2 h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: 'GeneralSans-Medium';
  color: #fff;
  float: left;
  width: 100%;
  letter-spacing: -1px;
  text-align: right;
  padding-left: 30%;
}
/* ================= FIXED CALL BUTTON ================= */
.call-fixed {
  position: fixed;
  bottom: 50px;
  right: 100px;
  color: #fff;
  text-decoration: none;
  z-index: 999;
 font-family: 'GeneralSans-Medium';
font-weight: 500;



    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgb(99 98 98 / 35%), rgb(166 166 166 / 15%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);

    cursor: pointer;
    transition: all 0.3s 
ease;
width: 137px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
gap: 17px;
}



.spot{
    width: 6px !important;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider-ban .owl-item.active .slide-content {
  animation: fadeLeft 1.2s ease-out both;
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider-ban .owl-item.active .slide-content2 {
  animation: fadeRight 1.2s ease-out both;
  animation-delay: 0.3s;
}



@keyframes blurRevealIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes blurRevealOut {
  from {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  to {
    opacity: 0;
    filter: blur(20px);
    transform: scale(0.95);
  }
}

.blurRevealIn {
  animation: blurRevealIn 0.6s ease-out both;
}

.blurRevealOut {
  animation: blurRevealOut 0.5s ease-in both;
}

.banner2 {
  margin-top: -1px;
  float: left;
  width: 100%;
  padding-bottom: 136px;
  background-image: url("../images/b2-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.left-b2 {
  float: left;
  width: 59%;
  padding-right: 2px;
}
.product-ban{
  margin-left: -89px !important;
  float: left;
  width: 100%;
  position: relative;
}

.product-ban .owl-stage-outer{
  overflow: visible;
}

.product-ban .owl-item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 567px;
  transition: all 0.6s ease;
  position: relative;
}

.product-ban .item{
     display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.kl{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

/* DEFAULT IMAGE */
.product-ban .item img{
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: all 0.6s ease;
}

.product-ban .owl-item.left-slide img{
  height: 435px !important;
  transform: scale(0.95);
  opacity: 0.85;
}

.product-ban .owl-item.right-slide img{
  height: 567px !important;
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

/* Card content */
.product-ban .card-content{
  position: relative;
  display: none;
}

.product-ban .owl-item.right-slide .card-content{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 51px 53px 43px 57px;
  z-index: 10;
}

.card-content{
    height: 100%;
    color: #fff;
    /* padding: 100px 53px 50px 43px; */
}

.card-content h6{
    color: #fff;  font-family: 'GeneralSans-Medium';

font-weight: 500;
font-size: 20px;
letter-spacing: -1px;
    line-height: 100%;
text-decoration: underline;
  text-decoration-thickness: 2px;

float: left;
}
.card-content h5{
    color: #fff;
    font-family: 'GeneralSans-Medium';
    line-height: 100%;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -1px;
    float: right;
        line-height: 100%;

    text-align: right;
}
.card-content h5 span{
    text-decoration: underline;

  text-decoration-thickness: 2px;

}

.card-content h4{
    color: #fff;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 24px;
    float: right;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.hhh{
    width: 22px !important;
    right: 50px;
    display: flex !important;
    align-items: center;
    object-fit: contain !important;
}
.cc {
    display: flex;
    justify-content: space-around;
    float: left;
    width: 100%;
}
.right-b2 {
  float: left;
  width: 41%;
  margin-top: 83px;
  flex-direction: column;
  /* align-items: center; */
  /* height: 100%; */
}
.right-b2 h2{
 color: #fff;
    font-family: 'GeneralSans-Medium';
    line-height: 100%;
    font-weight: 500;
    font-size: 85px;
    letter-spacing: -2px;
    float: left;
        line-height: 100%;

    text-align: left;
}
.right-b2 h2 span{
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 4px;
}
.right-b2 p{
  font-size: 16px;
  opacity: 1;
  padding-top: 53px;
  margin-bottom: 55px;
  font-family: 'GeneralSans-Regular';
  font-weight: 400;
  line-height: 180%;
  color: #dedede;
  width: 82%;
  letter-spacing: 0px;
  float: left;
}


.know-more{
      line-height: 120%;
      color: #dedede!important;
      cursor: pointer;
      font-family: 'GeneralSans-Regular';
      font-weight: 400;
      float: left;
      position: relative;
      font-size: 16px;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 4px;
      float: left;
      width: auto;
      transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
      position: relative;
}
.know-more::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height:1px;
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.know-more:hover::after {
    width: 0;
    background-color: #fff;
}
.know-more:hover {
          text-decoration: none !important;


    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}



/* owl item/card visuals */


.product-tabs {
  padding: 60px 0% 100px 0;
  float: left;
  width: 100%;
}


.tab-content.active { display: block; }

.tab-carousel .card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  border: 1px solid #eee;
}

.tab-header {
  display: flex;
  justify-content: flex-start; /* Changed from space-between to keep items together */
  gap: 50px;
  margin-bottom: 59px;
  
  /* Scroll logic */
  overflow-x: auto;
  white-space: nowrap; /* Prevents buttons from wrapping */
  padding-bottom: 10px; /* Space for the scrollbar if visible */
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Optional: Hide scrollbar for Chrome/Safari */
.tab-header::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex-shrink: 0; /* Important: keeps buttons from squishing */
  background: none;
  border: none;
  font-size: 37px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-family: 'GeneralSans-Medium';
  letter-spacing: -1px;
  line-height: 120%;
  color: #c7c7c7;
  display: flex; /* Helps align the span inside */
  align-items: center;
}
.tab-btn:hover{
      color: #161A34 !important;

}
.tab-btn span {
  background: #000758;
  color: #fff;
  height: 24px;
  border-radius: 50px;
  font-size: 12px;
  top: -7px;
  position: relative;
  width: 24px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'GeneralSans-Regular';
  letter-spacing: 1px;
  font-weight: 400;
  left: 8px;
}

.tab-btn.active {
  color: #161A34;
}

.tab-content {
  display: none;
      padding-left: 120px;

}

.tab-content.active {
  display: block;
}

.carousel {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 30px;
  animation: slide 15s linear infinite;
}


.tab-card {
 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;

    padding: 0 0px 50px 0px;width: 100%;float: left;border-radius: 30px;background: #fff;text-align: center;border: 1px solid #eee;}

.tab-card img {
  width: 100%;
  max-height: 269px;
  object-fit: contain;
}

.tab-card-content{
    float: left;
    width: 100%;
}
.tab-card-content h4 {
    float: left;
    width: 100%;
    margin: 35px 0 13px;
    font-size: 30px;
    color: #050506;
    line-height: 24px;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    letter-spacing: -1px;
}

.tab-card-content p {
  color: #A0A0A0;
  font-size: 16px;
  font-family: 'GeneralSans-Regular';
  font-weight: 400;
  gap: 5px;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.tab-card-content p span{
    color: #050506;


}
.ll:hover .tab-card {
    border: 1px solid #8386ad;
 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;
}

.ll:hover  .tab-arw {
margin-left: 15px !important;
 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;

}
.tab-arw{
    width: 6px !important;
    margin-left: 10px;
    float: right;
     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;
}

@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



.tab-carousel .item{
    display: flex;
    flex-direction: column;
}
.ll{
    float: left;
    width: 100%;
}


.banner3{
    float: left;
    width: 100%;
    background-image: url("../images/magnetic-series-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 185px 0px 40px 0px;
    position: relative;
    z-index: 999;
}
.b3-box{
    display: flex;
    padding-bottom: 118px;
}
.b3-1{
    float: left;
    width: 50%;
}
.banner3 h2{
     font-weight: 500;
  font-family: 'GeneralSans-Medium';
  float: left;
  width: 100%;
  font-size: 85px;
  line-height: 100%;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 63px;
}
.banner3 h2 span {
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 4px;
}
.banner3 p{
     font-weight: 400;
     font-family: 'GeneralSans-Regular';
     float: left;
     width: 100%;
     font-size: 16px;
     line-height: 180%;
     color: #fff;
     padding-right: 22%;
     margin-bottom: 58px;
}


.magnetic-series {
    line-height: 120%;
    text-decoration: none;
    color: #dedede!important;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    display: flex;
    align-items: center;
    width: auto;
    gap: 13px;
    float: right;
    position: relative;
    /* bottom: -104px; */
    font-size: 16px;
    transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
}

.magnetic-series::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height:1px;
    background-color: #dedede;
    transition: width 0.3s ease-out;
}

.magnetic-series:hover::after {
    width: 100%;
    background-color: #fff;
}

.magnetic-series:hover {
    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
    text-decoration: none !important;
}
.arw3 {
    width: 6px !important;
}


.features-section {
  padding: 101px 0;
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc29;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 93px 50px;
}

.feature-box {
  color: #fff;
  float: left;
  /* display: flex; */
}

.icon-wrap {
  position: relative;
  width: 93px;
  margin-bottom: 0;
  float: left;
  margin-right: 49px;
}

.icon-wrap img {
  width: 93px;
  display: block;
  margin-bottom: 47px;
}

/* underline after icon */
.icon-wrap::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff80;
  display: block;
  margin-top: 0px;
  left: 11px;
  position: relative;
}

.feature-box h3 {
  margin-top: 10px;
  font-size: 30px;
  font-family: 'GeneralSans-Semibold';
  line-height: 120%;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* your small text */
.small-text {
  font-weight: 400;
  font-family: 'GeneralSans-Regular';
  /* float: left; */
  /* width: 100%; */
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  padding-right: 6px;
  margin: 0;
}
.b3-2 {
    float: left;
    width: 50%;
    align-items: end;
    justify-content: flex-end;
    display: flex;
    /* height: 100%; */
}

.feature-box {

  transition: transform 0.3s ease-in-out; 
}

.icon-wrap {

  overflow: hidden; 
}

.icon-wrap img {

  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.icon-wrap::after {

  transition: width 0.4s ease-out, background 0.4s ease-out;
}

.feature-box:hover {
    transform: translateY(-5px); 
}

.feature-box:hover .icon-wrap img {
  transform: scale(1.1); 
}

.feature-box:hover .icon-wrap::after {
  width: 100px; 
  background: #fff; 
}

.feature-box:hover h3 {
    color: #fff; 
    transition: color 0.3s ease-in-out;
}
.feature-box:hover .small-text {
    color: #cccccc; 
    transition: color 0.3s ease-in-out;
}


.banner4{
 
  transition: transform 0.3s ease-in-out; 
}

.icon-wrap {
 
  overflow: hidden; 
}

.icon-wrap img {
 
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smooth, slightly dynamic ease */
}

.icon-wrap::after {
 
  transition: width 0.4s ease-out, background 0.4s ease-out;
}


.feature-box:hover {
    transform: translateY(-5px); 
}

/* 2. Effect 1: Image Scale-Up */
.feature-box:hover .icon-wrap img {
  transform: scale(1.1); 
}

.feature-box:hover .icon-wrap::after {
  width: 100px; 
  background: #fff; 
}

.feature-box:hover h3 {
    color: #fff; 
    transition: color 0.3s ease-in-out;
}
.feature-box:hover .small-text {
    color: #cccccc; 
    transition: color 0.3s ease-in-out;
}
.banner4{
    background-color: #fff;
    padding: 84px 0px 40px 0px;
    float: left;
    width: 100%;
}
.b4-box{
    display: flex;
    padding-bottom: 69px;
}
.b4-1{
    float: left;
    width: 44%;
}
.b4-1 h2{
     font-weight: 500;
     font-family: 'GeneralSans-Medium';
     float: left;
     width: 100%;
     font-size: 85px;
     line-height: 100%;
     color: #050506;
     letter-spacing: -3px;
     margin-bottom: 38px;
}
.b4-1 h2 span {
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 4px;
}
.b4-1 p{
     font-weight: 400;
     font-family: 'GeneralSans-Regular';
     float: left;
     width: 100%;
     font-size: 16px;
     line-height: 180%;
     color: #050506;
     padding-right: 46px;
     margin-bottom: 30px;
}
.image-reveal-wrap {
    position: relative; 
    overflow: hidden; 
    border-radius: 30px; 
    height: 262px; 
    width: 100%;
}

.ufo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05); 
    transition: transform 1.5s ease-out; 
}

/* --- 3. The Curtain (Pseudo-Element) --- */
.image-reveal-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2; 
    
    transition: height 1s cubic-bezier(0.8, 0, 0.2, 1); 
}

.image-reveal-wrap.aos-animate::after {
    height: 0%; 
}

.image-reveal-wrap.aos-animate .ufo {
    transform: scale(1); 
}

.b4-2 {
    float: right;
    width: 56%;
    align-items: end;
    justify-content: flex-end;
    display: flex;
    position: relative;
}
.lamp{
    position: absolute;
    top: -91px;
    right: -75px;
    float: right;
}


@keyframes small-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.floating-element {
    animation-name: small-float;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: inline-block;
}

.know-more4{
      line-height: 120%;
      color: #050506!important;
      cursor: pointer;
      font-family: 'GeneralSans-Medium';
      font-weight: 500;
      float: left;
      position: relative;
      font-size: 16px;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 4px;
      float: left;
      width: auto;
      transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
      position: relative;
      margin-bottom: 52px;
}
.know-more4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height:1px;
    background-color: #050506;
    transition: width 0.3s ease-out;
}

.know-more4:hover::after {
    width: 0;
    background-color: #050506;
}
.know-more4:hover {
          text-decoration: none !important;


    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}

.hover-wrap {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  top: 39%;
  left: 39%;
}

.grecaptcha-badge { 
    visibility: hidden;
}


/* grey circle */
.dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #cdcdcd;
  position: relative;
}

.dot::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f6f6f6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* hidden box */
.hover-box {
  /* width: 102px; */
  position: absolute;
  left: 37px;                /* starts behind dot */
  opacity: 0;
  width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 7px;
  margin-left: -19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #000;
  font-family: 'GeneralSans-Semibold';
  border-radius: 40px;
  transition: 
    width 0.4s ease,
    opacity 0.4s ease,
    left 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover animation: box opens */
.hover-wrap:hover .hover-box {
  width: 102px;
  opacity: 1;
  left: 55px;               /* slides out from behind the dot */
}

.hover-wrap2 {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  top: 77%;
  left: 33%;
}
.hover-wrap2:hover .hover-box {
  width: 102px;
  opacity: 1;
  left: 55px;               /* slides out from behind the dot */
}


.hover-wrap3 {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  top: 82%;
  left: 74%;
}
.hover-wrap3:hover .hover-box {
  width: 102px;
  opacity: 1;
  left: 55px;               /* slides out from behind the dot */
}




.hover-wrap4 {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  top: 46%;
  left: 94%;
}
.hover-wrap4:hover .hover-box {
  width: 102px;
  opacity: 1;
  left: 55px;               /* slides out from behind the dot */
}


.ufo-series {
    line-height: 120%;
    text-decoration: none;
    color: #050506 !important;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    display: flex;
    align-items: center;
    width: auto;
    gap: 13px;
    float: right;
    position: relative;
    /* bottom: -104px; */
    font-size: 16px;
    transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
}

.ufo-series::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height:1px;
    background-color: #050506;
    transition: width 0.3s ease-out;
}

.ufo-series:hover::after {
    width: 100%;
    background-color: #050506;
}

.ufo-series:hover {
    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
    text-decoration: none !important;
}

.banner5{
    float: left;
    width: 100%;
    padding: 97px 0px;
    background-image: url("../images/b2-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner5 h2{
     font-weight: 500;
     font-family: 'GeneralSans-Medium';
     float: left;
     width: 68%;
     font-size: 85px;
     line-height: 100%;
     color: #fff;
     letter-spacing: -2px;
}
.banner5 h2 span {
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 4px;
}
.banner5 h6{
     font-weight: 400;
     font-family: 'GeneralSans-Regular';
     float: right;
     width: 32%;
     font-size: 16px;
     line-height: 180%;
     color: #fff;
     /* padding-left: 46px; */
     margin-bottom: 0;
}
.b5-1{
    display: flex;
    align-items: center;
}
.b5-carousel{
    padding-left: 121px;
    float: left;
    width: 100%;
    padding-top: 30px;
}

.b5-tab-card {padding: 0 0px 50px 0px;width: 100%;float: left;border-radius: 30px;background: #fff;text-align: center;border: 1px solid #eee;}

.b5-tab-card img {
  width: 100%;
  max-height: 269px;
  object-fit: contain;
}

.b5-tab-card-content{
    float: left;
    width: 100%;
}
.b5-tab-card-content h4 {
    float: left;
    width: 100%;
    margin: 35px 0 13px;
    font-size: 30px;
    color: #fff;
    line-height: 24px;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    letter-spacing: -1px;
}

.b5-tab-card-content p {
  color: #A0A0A0;
  font-size: 16px;
  font-family: 'GeneralSans-Regular';
  font-weight: 400;
  gap: 5px;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.b5-tab-card-content p span{
    color: #fff;


}


/* --- Main Section Container --- */
.hand-separation-section {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 120px 0px 0 0px;
    overflow: hidden;
}

/* --- Background Text (NOVARIX) --- */
.background-text {
        font-family: 'Cutoff Pro';
        font-size:222px;
        color: #000758;
        line-height: 110%; /* Below the hands */
        font-weight: 900;
        letter-spacing: 49px;
        font-weight: normal;
        float: left;
        width: 100%;
        margin-top: 15px;
        text-align: left;
}

.left-hand img{
    left: 0;
    width: 335px;
    position: absolute;
    top: 47px;
}
.right-hand img{
    right: -23px;
    width: 445px;
    position: absolute;
    top: 252px;
}
.hand-separation-section p{
     font-weight: 400;
     font-family: 'GeneralSans-Regular';
     float: left;
     width: 100%;
     padding-right: 51%;
     line-height: 180%;
     color: #050506;
     /* padding-right: 46px; */
     margin-bottom: 35px;
}


.hand-series {
    line-height: 120%;
    text-decoration: none;
    color: #050506 !important;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    display: flex;
    align-items: center;
    width: auto;
    gap: 13px;
    float: right;
    position: relative;
    /* bottom: -104px; */
    font-size: 16px;
    transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
}

.hand-series::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height:1px;
    background-color: #050506;
    transition: width 0.3s ease-out;
}

.hand-series:hover::after {
    width: 100%;
    background-color: #050506;
}

.hand-series:hover {
    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
    text-decoration: none !important;
}

.full-footer{
    float: left;
    width: 100%;
      background:url("../images/ftr-bg.webp");
}
.global-presence-section {
    float: left;
    width: 100%;
    color: white;
    padding: 110px 0 101px 0px;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    POSITION: RELATIVE;
    background-repeat: no-repeat;
}



.global-map-image {
    width: 985px;
    height: auto;
    object-fit: contain;
    float: right;
    margin-top: -42px;
}

.overlay-top-text {
    font-weight: 400;
    align-items: center; /* Positioned near the top left of the screenshot */
    display: flex;
    font-size: 16px;
    color: #fff;
    font-family: 'GeneralSans-Regular';
    float: left;
    gap: 20px;
}

 .global-title {
     font-weight: 500;
     font-family: 'GeneralSans-Medium';
     float: left;
     font-size: 85px;
     line-height: 100%;
     color: #fff;
     letter-spacing: -3px;
     POSITION: absolute;
     bottom: 129px;
     margin: 0;
}
.global-title  span {
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 4px;
}


/* --- Location Pins and Hover Effect --- */


@keyframes loc-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(192, 192, 192, 0.6);
    }
    50% {
        transform: scale(1.15);
        box-shadow: 0 0 0 8px rgba(192, 192, 192, 0);
    }
}

.loc-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #c0c0c0db;
    position: relative;
    
    animation-name: loc-pulse;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: block;
    will-change: transform, box-shadow;
}

.loc-dot::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f6f6f6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loc-hover-box {
    white-space: nowrap;
    position: absolute;
    left: 37px;
    opacity: 0;
    width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 7px;
    margin-left: -19px;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    color: #000;
    font-family: 'GeneralSans-Semibold';
    border-radius: 40px;
    transition:
        width 0.4s ease,
        opacity 0.4s ease,
        left 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loc-hover-wrap1:hover .loc-hover-box,
.loc-hover-wrap2:hover .loc-hover-box,
.loc-hover-wrap3:hover .loc-hover-box {
    width: 132px;
    opacity: 1;
    left: 55px;
}

.loc-hover-wrap1, .loc-hover-wrap2, .loc-hover-wrap3 {
    position: absolute;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.loc-hover-wrap1 { top: 36.9%; left: 33.3%; }
.loc-hover-wrap2 { top: 32%; left: 52%; }
.loc-hover-wrap3 { top: 49%; left: 64%; }
.arw5{
    /* float: left; */
    width: 6px !important;
    margin-top: 2PX;
}







.site-footer {
    color: #fff;
    padding: 0px 0 30px; /* Top padding, no bottom padding for visual in the image */
    float: left;
    width: 100%;
}


/* --- Top Section (Logo/Description & Newsletter) --- */
.footer-top-row {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    padding-bottom: 78px;
    border-top: 1px solid #cccccc21;
    padding-top: 77px;
}

.footer-col-logo-desc {
    flex-basis: 60%; /* Adjust width for logo and text */
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 47px;
}

.logo-placeholder {
    width: 281px; /* Placeholder size for the V-shaped logo */
    height: auto;
}


.company-description {
    font-size: 16px;
    line-height: 160%;
    max-width: 531px;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: 'GeneralSans-Regular';
    General font-family: sans-serif;
}

/* --- Newsletter Styling --- */
.footer-col-subscribe {
    text-align: left;
    flex-basis: 40%;
}

.subscribe-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 34px;
    font-family: 'GeneralSans-Medium';
}

.subscribe-text {
    font-size: 14px;
    color: #fff;
    #fff: 15px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}

.subscribe-form {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    align-items: center;
}

.subscribe-form input[type="email"] {
    background: transparent; /* Darker background for the input field */
    border: 1px solid #52536a;
    color: #fff;
    padding: 20px 24px;
    font-size: 16px;
    border-radius: 100px;
    width: 100%;
    outline: none;
    transition: border-color 0.3s;
    position: relative;
    height: 64px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}

.subscribe-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-form button {
       position: absolute;
    right: 8px;
    width: 125px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgb(99 98 98 / 35%), rgb(166 166 166 / 15%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'GeneralSans-Medium';
    cursor: pointer;
    transition: all 0.3s ease;
}
.subscribe-form button:hover {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.2)
    );
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.6),
        0 10px 25px rgba(0, 0, 0, 0.45);
}

.subscribe-form button:hover {
    background: #423d61;
}



/* --- Bottom Section (Contact, Links, Products, Social) --- */
.footer-bottom-row {
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 48px;
    gap: 0;
}

.footer-col-contact {
    width: 52%;
    float: left;
}

.contact-address {
    font-style: normal;
    font-size: 36px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'GeneralSans-Regular';
}

.contact-email {
    font-size: 36px;
    color: #fff; /* Email stands out */
    font-weight: 400;
    font-family: 'GeneralSans-Regular';
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 34px;
}

/* --- Link Columns (Quick Links, Products) --- */
.footer-col-links,
.footer-col-products,
.footer-col-social {
    /* flex-basis: 15%; */
    /* min-width: 120px; */ /* Ensure columns have minimum space */
}

.col-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 21px;
    /* text-transform: uppercase; */
    color: #fff;
    line-height: 100%;
    font-family: 'GeneralSans-Medium';
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #a2a2a294;
}

.footer-col-links ul,
.footer-col-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-links li,
.footer-col-products li {
    /* margin-bottom: 10px; */
}

.footer-col-links a,
.footer-col-products a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    line-height: 200%;
}

.footer-col-links a:hover,
.footer-col-products a:hover {
    color: #fff;
}

/* --- Social Media Column --- */
.follow-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 22px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    line-height: 200%;
}

.social-icons {
display: grid;
grid-template-columns: repeat(3, 1fr);

gap: 15px 15px; /* (row-gap column-gap) */
align-items: start;
    justify-items: start; 
}

.social-icon-placeholder {
    width: 24px; /* Size of the social media icons */
}

/* --- Copyright Row --- */
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 33px;
    border-top: 1px solid #282449; /* Subtle line above the copyright text */
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'GeneralSans-Light';
    font-weight: 300;
    line-height: 180%;
}

.copyright-text, .designer-text {
    margin: 0;
}
.designer-text a{
    color: rgba(255, 255, 255, 0.5);
}
.designer-text a:hover{
    color: #fff;
}
.full-ftr{
    float: left;
    width: 48%;
    display: flex;
    justify-content: space-around;
}

.call-fixed:hover{
    color: #fff;
}


.call-fixed img {
    transition: transform 0.2s ease-in-out;
    display: inline-block; /* Required for transform to work properly */
}

.call-fixed:hover img {
    transform: rotate(15deg);
}
.social-icon-placeholder{
        transition: transform 0.2s ease-in-out;

}
.social-icon-placeholder:hover {
transform: scale(1.1);
}
/*mobile*/

@media (max-width: 990px) {
    .btn-join {
display: none;
    }
    .desktop-nav {
        display: none;
    }
    .menu-toggle {
        display: block;
        font-size: 30px;
        cursor: pointer;
        color: #ffffff;
        font-weight: 400 !important;
    }
}

@media (min-width: 991px) {
    .menu-toggle {
        display: none;
    }
}

/* Stylish Glass BG Off-Canvas Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    /* background: rgba(44, 62, 80, 0.9); */ /* Semi-transparent dark background */
    backdrop-filter: blur(10px); /* Frosted Glass Effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.1); /* Light border for definition */
    z-index: 1050;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smoother transition */
    padding: 20px;
    box-sizing: border-box;
}

.mobile-menu.is-open {
    right: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.menu-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-header .logo img {
    height: 71px;
    width: auto;
}

.close-menu {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mobile-nav-item a {
    display: block;
    padding: 15px 0;
    color: #ecf0f1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 font-family: 'GeneralSans-Regular';
}

.mobile-nav-item a:hover,
.mobile-nav-item.active a {
    color: #f5f5f5;
}


/* Ensure the main menu can scroll if submenus are long */
.mobile-menu {
    overflow-y: auto; 
    display: flex;
    flex-direction: column;
}

/* Submenu container: Hidden by default */
.mobile-submenu {
    list-style: none;
    padding: 0 0 0 0px; /* Indent for hierarchy */
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.1); /* Darker tint for contrast */
}

/* Show submenu class */
.mobile-nav-item.has-dropdown.active-dropdown .mobile-submenu {
    max-height: 1000px; /* High enough to contain many links */
}

/* Dropdown Toggle styling */
.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.mobile-nav-item.active-dropdown .dropdown-toggle i {
    transform: rotate(180deg);
}

/* Submenu links: Slightly smaller to differentiate */
.mobile-submenu li a {
    font-size: 14px;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-toggle::after {

    display:none !important;
}
/* Stylish Two-Column Modal for Join Now Form */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background: rgb(41 41 41);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(12px);
    
    /* Existing Styles */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    width: 95%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    color: #000; /* Ensures text remains readable */
}

.join-form input {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s;
}

.close-button:hover {
    color: #333;
    /* transform: rotate(90deg); */
}

.modal-header-form {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7e7e7e;
}

.modal-header-form h2 {
   font-size: 38px; /* Adjust font size as needed */
   font-weight: 500;
   line-height: 125%;
   margin-bottom: 16px;
   color: #fff; /* Dark text color */
   letter-spacing: -1px;
   font-family: 'GeneralSans-Medium';
}

.modal-header-form p {
    color: #fff;
    font-size: 16px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}

.join-form {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
    gap: 20px; /* Spacing between columns and rows */
}

.join-form .form-group {
    flex: 1 1 calc(50% - 10px); /* Two columns: 50% width minus half the gap */
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .join-form .form-group {
        flex: 1 1 100%; /* Stack columns on very small screens */
    }
    .modal-content {
        padding: 5px;
    }
}

.join-form label {
    display: block;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-family: 'GeneralSans-Regular';
    letter-spacing: -0.5px;
}

.join-form label i {
    margin-right: 8px;
    color: #ffffff; /* Accent color for icons */
}

.join-form input[type="text"],
.join-form input[type="email"],
.join-form input[type="password"],
.join-form input[type="tel"] {
    width: 100%;
    padding: 14px 15px;
    border: none;
    border-radius: 11px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    color: #fff;
}

.iti { width: 100%; }
.iti__country-list { z-index: 2001; }

.join-form input:focus {
    /* border-color: #34db72; */
    box-shadow: 0 0 8px rgb(0 128 0 / 10%);
    background-color: #fff;
    outline: none;
}

.form-footer {
    text-align: center;
    font-size: 0.85rem;
    color: #95a5a6;
    margin-top: 20px;
    grid-column: 1 / -1;
}

.form-footer a {
    color: #e67e22;
    text-decoration: none;
    font-weight: 600;
}
@media (max-width: 990px) {
    .desktop-nav {
        display: none;
    }
}








/* Sidebar Container */
#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 35%; /* 50% width as requested */
    height: 100%; /* Full screen height */
    z-index: 1000;
    background-image: url("../images/b2-bg.webp");
    background-size: cover;
    color: #d9d9d9;
    transform: translateX(100%) translateZ(-500px);

    /* KEY CHANGE: Increased transition duration to 1.2s */
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s 1.2s;
    visibility: hidden;
    overflow-y: hidden;
    padding: 0px 20px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

/* Sidebar Active State (Opened) */
body.sidebar-open #sidebar {
    transform: translateX(0) translateZ(0);

    /* KEY CHANGE: Increased transition duration to 1.2s */
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    
    visibility: visible;
}
/* Optional: Overlay/Body Dimming */
body.sidebar-open {
    overflow: hidden; /* Prevent body scrolling when open */
    /* Add a semi-transparent overlay effect to the main content */
    /* You might need an overlay element or just style the body/main wrapper */
}

/* Sidebar Content Styling */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar-title {
    font-size: 37px;
    font-weight: 500;
    font-family: 'GeneralSans-Medium';
    color: #fff;
    text-decoration: underline;
    letter-spacing: -1px;
    /* margin-bottom: 30px; */
    text-underline-offset: 9px;
    text-decoration-thickness: 1px;
}
.sidebar-title img{
    width: 11px;
    margin-left: 29px;
}
.sidebar-title:hover{
        color: #969595;

}
.close-btn {
    color: #969595;
    font-size: 59px;
    text-decoration: none;
    line-height: 0.5;
    transition: color 0.3s;
    margin-top: -2px;
    float: left;
    text-align: left;
    position: absolute;
    top: -88px;
    font-weight: 300;
}

.close-btn:hover {
    color: #858585;
    text-decoration: none;
}

/* Section Styling */
.social-links-side{
    
}
 .social-links-side h4 {
    margin-top: 30;
    color: #fff; /* Highlight color for headers */
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.side-social{
    display: flex;
    gap: 19px;
}
/* Social Icon Styling */
.social-icon-side {
    display: inline-block;
    /* display: flex; */
    /* gap: 28px; */
}

.social-icon-side img{
    width: 23px;
}
.social-icon-side:hover {
    background-color: #000;
    color: #000;
}
.quick-enquiry {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.sidebar-content::-webkit-scrollbar {
    width: 1px;
    background-color: transparent; 
}

.sidebar-content::-webkit-scrollbar-track {
    background: #000; 
}

.sidebar-content::-webkit-scrollbar-thumb {
    background-color: #000; 
    border-radius: 1px; 
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}


.join{
    cursor: pointer;
    float: left;
    width: 100%;
    background-color: #fff;
    background: rgb(255 255 255 / 94%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 100px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'GeneralSans-Medium';
    color: #000;
}


/*innerpagges*/

/* Ensure the parent is relative so the overlay stays inside it */
.banner-header {
    height: 50vh;
    position: relative; /* Crucial for overlay positioning */
    overflow: hidden;
    z-index: 1; /* Reset from -2 to 1 so content is visible */
}

/* New Simple Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust 0.6 for darkness level */
    z-index: 1;
}

/* Ensure content stays ABOVE the overlay */
.left-panel {
    position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    bottom: 0;
}

.left-panel h1 {
    color: #fff !important;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 53px;
    line-height: 93px;
    position: relative;
    font-weight: 500;
    font-family: 'GeneralSans-Medium';
}

.left-panel h1 span{

width: 100%;
float: left;
          font-family: 'GeneralSans-Regular';

  font-size: 15px;color: #fff;font-weight: 400;
}
.left-panel a{
          font-family: 'GeneralSans-Regular';
          float: right;
          color: #404040;
          font-weight: 400;
          font-size: 15px;
          position: relative;
          right: 0;
          line-height: 50px;
          top: 28px;
}
.sorting{
    float: left;
    width: 100%;
    padding: 30px 0px;
    background-color: #181919;
}
.sort-main h2{
    float: left;
    font-size: 25px;
    color: #fff;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0;

}
.product-main
 {
    float: left;
    width: 100%;
    padding: 50px 0px;
        background-color: #fff;

}
.sort-option span{
     color: #fff;
     float: right;
     /* text-transform: uppercase; */
     font-size: 15px;
     font-weight: 500;
     margin-right: 25px;
     padding-top: 12px;
     font-family: 'GeneralSans-Medium';
}
.media-span{
     color: #0c72cc;
     float: right;
    /* text-transform: uppercase; */
    font-size: 16px;
   
    font-weight: 500;
    margin-right: 25px;
    padding-top: 12px;
}
.sort-flex{
    display: flex;
    gap: 29px;
}

.dropdown {
  position: relative;
  box-sizing: content-box;
  width: 167px;
  height: 1em;
  padding: 18px 21px;
  background-color: #fff;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); */
  /* height: 50px; */
  float: right;
}
.dropdown:hover svg {
  transform: scale(1.1);
}
.dropdown button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.dropdown button:focus ~ svg {
  transform: rotate(-180deg);
}
.dropdown .options {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.dropdown input {
  display: none;
}
.dropdown input:checked + label {
  display: block;
  z-index: 2;
  font-weight: 400;
  transform: none !important;
  font-size: 16px;
}
.dropdown label {
  color: black;
  position: absolute;
  width: 100%;
  z-index: 1;
  /* display: flex; */
  padding: 16px 21px;
  line-height: 1;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s ease;
  font-family: 'GeneralSans-Regular';
  align-items: center;
  /* justify-content: center; */
}
.dropdown label:hover {
  background-color: #050506;
  color: white;
}
.dropdown button:focus + .options input:not(:checked) + label, .dropdown .options label:active, .dropdown .options label:active ~ label {
  transform: translateY(calc(var(--index) * 100%));
}
.dropdown button:focus + .options input:checked + label ~ label, .dropdown .options input:checked ~ label:active, .dropdown .options input:checked ~ label:active ~ label {
  transform: translateY(calc((var(--index) - 1) * 100%));
}
.dropdown svg {
  position: absolute;
  width: 21px;
  top: 25%;
  right: 14px;
  z-index: 2;
  fill: currentColor;
  transition: transform 0.1s;
}


@media only screen and (max-width:991px) {
.dropdown label{padding:21px 21px;/* text-align: right; */padding-right: 45px;}
.dropdown svg{top:34%; }
.dropdown
}

@media only screen and (max-width:450px) {

.dropdown{width: 87%;float: left;margin-top: 14px;}
}.sort-option span {
    
}
.extra-mar{
    margin-left: 25px;
}
.sort-main{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 990px) {

    .sort-flex{
    display: flex;
    gap: 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .sort-main {
    margin: 0 auto;
    /* display: block; */
    flex-direction: column; /* Stack the dropdowns vertically */
    align-items: center;
    width: 100%; /* Adjust for responsive design */
    /* justify-content: center; */
    float: none;
  }
  .dropdown {
    margin-bottom: 10px;
    width: 180px; /* Adjust the dropdown width for smaller screens */
  }

  .dropdown label {
    font-size: 14px; /* Ensure text fits neatly */
  }
  .sort-option span {
    margin-right: 0px !important;
    width: 132px;
}
.extra-mar {
    margin-left: 0px;
}
}

@media(max-width:450px)
{
    .desk-span{
        display: none;
    }
        .sort-main span{
       float: left;
       width: 100% !important;
       text-align: center;
    }
    .extra-mar{
        margin-left: 0px;
    }
}
@media(min-width:450px)
{
    .media-span{
        display: none;
    }
}

.product-main .ll{
    margin-bottom: 30px;
}




.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.abt-wrapper {
    position: relative;
}
.about {
    padding-bottom: 90px;
}
.section-padding2 {
    padding: 80px 0 90px 0;
    position: relative;
    float: left;
    width: 100%;
}
.section-title3 {
    font-size: 40px;
    font-family: 'GeneralSans-Medium', sans-serif;
    font-weight: 400;
    color: #fff;
    /* text-transform: uppercase; */
    position: relative;
    letter-spacing: -1px;
    /* word-spacing: 5px; */
    margin-bottom: 30px;
}
.section-title3 span{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}
.sec-p {
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #cfcfcf;
    margin-bottom: 20px;
}

.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #323232;
}.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #272727;
}
.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}
.about-buro {
    background: #323232;
}


.about4 {
  width: 100%;
  float: left;
  padding: 70px 0;
  position: relative;
}
.about4-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}
.about4-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.abt4-img {
    width: 526px;
    float: right;
    margin-left: 40px;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}


.about4 h6 img{
  width: 20px;
  float: left;
  margin-right: 10px;
  filter: brightness(100);
}





.about4 h6 {
  width: 193px;
  height: 40px;
  background: #323232;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'GeneralSans-Regular';
  margin-bottom: 24px;
  border-radius: 30px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 5px;
  align-items: center;
  justify-content: center;
}
.about4   h2{
     font-weight: 500;
     font-family: 'GeneralSans-Medium';
     width: 100%;
     font-size: 85px;
     line-height: 100%;
     color: #050506;
     letter-spacing: -3px;
     margin-bottom: 38px;
     /* float: left; */
}
.about4 h2 span {
    -webkit-text-decorations-in-effect: blink;
    text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 4px;
}




.about4 p {
     font-weight: 400;
    font-family: 'GeneralSans-Regular';
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #050506;
    padding-right: 46px;
    margin-bottom: 30px;
}
.know-moreabt{
      line-height: 120%;
      color: #050506!important;
      cursor: pointer;
      font-family: 'GeneralSans-Medium';
      font-weight: 500;
      position: relative;
      font-size: 16px;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 4px;
      float: left;
      width: auto;
      transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
      position: relative;
      margin-bottom: 30px;
}
.know-moreabt::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height:1px;
    background-color: #050506;
    transition: width 0.3s ease-out;
}

.know-moreabt:hover::after {
    width: 0;
    background-color: #050506;
}
.know-moreabt:hover {
          text-decoration: none !important;


    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}

.progress-bar-scroll {
    position: absolute;
    right: 7%;
    top: 31%;
    transform: translateY(-50%);
    width: 6px;
    height: 245px;
    background: #CDCDCD;
    border-radius: 3px;
    overflow: hidden;
    z-index: 10;
}
.progress-fill {
  width: 100%;
  height: 81px;
  background: #134928;
  background: linear-gradient(180deg, rgba(19, 73, 40, 1) 2%, rgb(0 0 0) 100%);
  transition: top 0.3s ease;
  position: relative;
  top: 0%;
  border-radius: 3px;
}

/*222*/


/*product-detail*/
.product-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 65px 0px;
    background-color: #181919;
    background-image: url("../images/ftr-bg.webp");
}.right-pd{
    float: left;
    width: 100%;
    padding-left: 19px;
}
.right-pd h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 39px;
    color: #fff;
    font-family: 'GeneralSans-Medium';
    letter-spacing: -2px;
}
.category-pd{display: flex;align-items: center;padding: 20px 0px;gap: 27px;}
.category-pd h2 span{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    width: auto;
    font-family: 'GeneralSans-Medium';
    float: left;
    /* background-color: #d6d5d4; */
    /* padding: 9px 20px; */
    border-radius: 50px;
    text-align: left;
    letter-spacing: 1px;
}
.category-pd h2 {
    font-weight: 400;
    font-family: 'GeneralSans-Regular';
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 180%;
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
}
.p-r{
    display: flex;
    align-items: center;
}
.main-label {
  color: #fff;
  font-family: 'GeneralSans-Medium';
  font-size: 16px;
  flex-shrink: 0;
}

.sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.checkbox-wrapper {
  position: relative;
  cursor: pointer;
}

/* Hide the native checkbox input completely */
.checkbox-wrapper input {
  display: none;
}

.size-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  font-family: 'GeneralSans-Medium';
  font-size: 14px;
  transition: all 0.3s ease;
  background: transparent;
  color: #000;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
}

.checkbox-wrapper:hover .size-btn {
    color: #fff;
     background: linear-gradient(180deg, rgb(255 255 255 / 35%), rgb(255 255 255 / 15%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Selected State */
.size-btn.active {
    color: #fff;
    background: linear-gradient(180deg, rgb(255 255 255 / 35%), rgb(255 255 255 / 15%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);
}
.right-pd a{
    margin-top: 21px;
    width: 200px;
    height: 57px;
    float: left;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgb(255 255 255 / 35%), rgb(255 255 255 / 15%));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'GeneralSans-Medium';
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-pd a:hover{
    text-decoration: none;
  
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.2)
    );
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.6),
        0 10px 25px rgba(0, 0, 0, 0.45);
}





@media (min-width: 992px) {
    .modal-lg {
        /* max-width: 920px !important; */
    }
}


#hcc-product-enquiry-modal .modal-dialog {
    margin-top:10px !important;
}

#hcc-product-enquiry-modal .modal-content {
    width: 100%;
    float: left;
    /* background-size: cover; */
}

.hcc-close-form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url("../images/close3.png") no-repeat center center;
    background-size: 25px 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.hcc-mod-new {
    width: 100%;
    float: left;
}

.hcc-log-sec h2{
    font-weight: 500;
    float: left;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'GeneralSans-Medium';
    letter-spacing: -2px;
    text-transform: capitalize;
}

.hcc-log-sec {
    width: 100%;
    float: left;
    /* background: #000000; */
    /* padding: 52px 30px; */
}

.hcc-log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.hcc-log-field label {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'GeneralSans-Regular';
}

.hcc-log-field input {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    font-family: 'GeneralSans-Regular';
}

.hcc-log-sec button:hover{
    /* background-position: 201%; */
    color: #fff;
    text-decoration: none;
    /* background-color: #90c546; */
}

.hcc-log-sec button {
  
margin-top: 21px;
  
width: 200px;
  
height: 57px;
  
float: left;
  
border-radius: 100px;
  
border: 1px solid rgba(255, 255, 255, 0.18);
  
background: #fff;
  
backdrop-filter: blur(14px);
  
-webkit-backdrop-filter: blur(14px);
  
/* box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35); */
  
color: #000;
  
font-size: 16px;
  
font-weight: 500;
  
font-family: 'GeneralSans-Medium';
  
cursor: pointer;
  
transition: all 0.3s ease;
  
display: flex;
  
align-items: center;
  
justify-content: center;
}
.hcc-log-sec button:hover{
    text-decoration: none;
  
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.2)
    );
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.6),
        0 10px 25px rgba(0, 0, 0, 0.45);
}


}
@media (min-width: 992px) {
    .hcc-modal-body {
             max-width: 519px !important;
    }
}
    .hcc-modal-body{
        margin: auto;
    }

    #hcc-product-enquiry-modal .modal-content {
    width: 100%;
    float: left;
    /* background: transparent; */
    /* background-size: cover; */
    /* border: navajowhite; */
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #00000000 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.field{
        display: flex;
    align-items: center;        gap: 24px;
}

.field label{
     font-size: 16px;
     font-weight: 500;
     color: #fff;
     margin: 0;
     flex-shrink: 0;
     /* width: 162px; */
     font-family: 'GeneralSans-Medium';
     float: left;
     /* background-color: #d6d5d4; */
     /* padding: 9px 20px; */
     border-radius: 50px;
     text-align: left;
     letter-spacing: 1px;
}
/* Adding the Checkmark icon inside the button via CSS */


@keyframes scaleIn {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.product-detail .item {
    float: left;
    width: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 30px;
    padding: 20px;
}
.product-detail .item img {
    height: 400px;
    width: 100%;
    border-radius: 30px;
}
.product-detail .owl-dots {
    display: block;
    padding-top: 29px;
    text-align: center;
}
.product-detail .owl-dots button span {
    background: #CFCFCF;
    width: 10px;
    height: 10px;
    float: right;
    border-radius: 100%;
    margin-right: 11px;
    margin-bottom: 4px;
    border: 1px solid #CFCFCF;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.product-detail .owl-dot.active span {
    background: #fff;
    border-color: #fff;
}


/* ======= Blog 1 style ======= */
.bauen-blog{
        float: left;
    width: 100%;
    padding: 100px 0px;
}
.bauen-blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.bauen-blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bauen-blog .item:hover .con {
    bottom: -20px;
}
.bauen-blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
    /* height: 250px; */
    width: 100%;
}
.bauen-blog .item .con {
    margin: -103px 20px 75px;
    padding: 30px;
    background-color: #323232 !important;
    border: 1px solid #323232;
    border-radius: 18px;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -36px;
    position: relative;
}
.bauen-blog .item .con .category {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 1px;
    font-family: 'GeneralSans-Regular';
    color: #fff;
    float: left;
    width: 100%;
}




.blog-know-more{
      line-height: 120%;
      color: #fff!important;
      cursor: pointer;
     font-size: 25px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
      float: left;
      position: relative;
    
      letter-spacing: -1px;
      float: left;
      width: auto;
      transition: 
        color 0.3s ease, 
        text-shadow 0.3s ease, 
        text-decoration-color 0.3s ease;
      position: relative;
}
.blog-know-more::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height:1px;
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.blog-know-more:hover::after {
    width: 0;
    background-color: #fff;
}
.blog-know-more:hover {
          text-decoration: none !important;


    text-shadow: 0 0 5px #817366, 0 0 18px rgb(146 128 113);
}



.position-re.o-hidden {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
}

.hcc-log-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #28a745; /* Modern Green */
}.bauen-blog .item img {
    object-fit: cover; /* Prevents the image from stretching weirdly */
    display: block;
}

.checkb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}









.bauen-blog3 .item {
    margin-bottom: 30px;
}
.bauen-blog3 .post-img {
    position: relative;
    overflow: hidden;
/*    height: 454px;*/

aspect-ratio: 16 / 9;
    border-radius: 20px;
}
.bauen-blog3 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bauen-blog3 .post-img a {
    display: block;
}
.bauen-blog3 .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bauen-blog3 .post-cont {
    padding: 30px 0;
    float: left;
    width: 100%;
    color: #000;
}
.bauen-blog3 .post-cont .tag {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    font-family: 'GeneralSans-Regular';
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
}
.bauen-blog3 .post-cont h5 {
      font-weight: 500;
    font-family: 'GeneralSans-Medium';
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 100%;
    color: #000;
    letter-spacing: -2px;
    margin-bottom: 33px;
}

.bauen-blog3 .post-cont h5 a {
    color: #fff;
}
.bauen-blog3 .post-cont h5 a:hover {
    color: #b19777;
}
.blog-date{
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    gap: 13px;
    margin-bottom: 26px;
}

.post-cont p{
      font-weight: 400;
     font-family: 'GeneralSans-Regular';
     float: left;
     width: 100%;
     font-size: 16px;
     line-height: 180%;
     color: #050506;
     margin-bottom: 30px;
}

.bauen-blog3 .post-cont .date {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}
.bauen-blog3 .post-cont .date a {
    color: #b19777;
}
.bauen-blog3 .post-cont i {
    color: #777;
    margin-top: -3px;
    font-size: 12px;
    float: left;
}
/* blog sidebar */
.blog-sidebar .widget {
    background: #323232;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
}
.blog-sidebar .widget ul li h4 {
    color: #999;
    font-weight: 400;
    font-family: 'GeneralSans-Regular';
    font-size: 16px;
    line-height: 179%;

    /* 2-line clamp */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-sidebar .widget ul li a:hover {
        text-decoration: none !important;

    color: #fff;
}
.blog-sidebar .widget ul li:hover  h4{

    color: #fff;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 20px;
}

.blog-sidebar .widget .recent li {
    display: flex;
    overflow: hidden;
    gap: 20px;
    align-items: center;
}
.blog-sidebar .widget .recent .thum {
width: 110px; /* You can adjust this width, the height will follow the ratio */
    flex-shrink: 0;
    aspect-ratio: 16 / 9;
        overflow: hidden;
    float: left;
    flex-shrink: 0;
    height: auto;
}

.blog-sidebar .widget .recent .thum img{


width: 100%;
    height: 100%; /* Force height to fill the aspect-ratio box */
    object-fit: cover;
border-radius: 10px;

object-fit: cover;
}
.blog-sidebar{
    height: 100%;
}

.blog-sidebar .widget .recent a {
    display: block;
            text-decoration: none !important;

}
.blog-sidebar .widget-title {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    float: left;
    position: relative;
    /* font-size: 16px; */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    float: left;
    width: 100%;
}
.blog-sidebar .widget ul li h5{
      color: #999;
      font-weight: 400;
      font-family: 'GeneralSans-Regular';
      font-size: 13px;
      line-height: 111%;
      /* font-style: italic; */
      text-decoration: underline;
}
.blog-sidebar .widget .recent li:hover h5{
    color: #fff;
    text-decoration: none !important;
}



.about-facility-list{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-facility-item{
    width: calc(33.33% - 20px);
    display: flex;
}

.about-facility-item .icon-box-inner{
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.about-facility-item .icon-box-inner:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-facility-item:hover .icon-box-inner:before{
    transform: scale(1);
}

.about-facility-item .icon-box-inner img{
    max-width: 26px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.about-facility-item:hover .icon-box-inner img{
}

.about-facility-content{
    width: calc(100% - 80px);
}

.about-facility-content h3{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'GeneralSans-Medium';
    color: #fff;
    font-weight: 500;
}

.about-facility-content p{
    margin-bottom: 0;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #ccc;
}
.testimonial-section {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
  background-image: url("../images/testi-bg.webp");
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  background-color: #000;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    float: right;
    width: 40%;
    justify-content: center;
 backdrop-filter: blur(24px);
    background: rgb(255 255 255 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.2);    border-radius: 25px;
}

.testimonial-section h2 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'GeneralSans-Medium';
  letter-spacing: -3px;
  font-weight: 500;
  text-transform: capitalize;
  width: auto;
  float: left;
}

.testimonial-section h2 span {
  text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 3px;
}

.testimonial-carousel{
    float: left;
    width: 100%;
}
.test {
    float: left;
    width: 100%;
    /* background-color: #000000; */
    /* padding: 20px; */
    border-radius: 20px;
}
.test p {
    width: 100%;
    font-weight: 400;
    font-family: 'GeneralSans-Regular';
    color: #fff;
    font-size: 16px;
    /* float: left; */
    line-height: 180%;
    margin-bottom: 23px;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
  float: left;
  width: 100%;
}

.author img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
}

.author span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'GeneralSans-Medium';
}

.content-au{
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}



/* Section */
.feature-section-title-inner {
  background: #ffffff;
  float: left;
  width: 100%;
}

/* Title */
.section-title-title-inner {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: -3px;
  font-family: 'GeneralSans-Medium';
  }

.section-title-title-inner span {
  text-decoration: underline;
      text-decoration: underline;
    text-underline-offset: 9px;
    text-decoration-thickness: 4px;
}

/* Feature Card */
.feature-box-title-inner {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  /* height: 100%; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  /* overflow: hidden; */
  margin-bottom: 33px;
  float: left;
  width: 100%;
}
.feature-number {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    font-family: 'GeneralSans-Semibold';
    letter-spacing: -2px;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgb(1 7 85) 50%,
        rgba(0, 0, 0, 0.02) 50%,
        rgba(0, 0, 0, 0.02) 100%
    );
    background-size: 100% 200%;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    /* animation OFF by default */
    animation: none;
}

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

/* Card Content */
.feature-box-title-inner h5 {
     font-weight: 500;
     font-family: 'GeneralSans-Semibold';
     font-size: 22px;
     font-weight: 600;
     margin-top: 55px;
     margin-bottom: 10px;
     letter-spacing: -0.5px;
     color: #000;
}

.feature-box-title-inner p {
      font-family: 'GeneralSans-Regular';
      font-weight: 400;
      font-size: 16px;
      color: #050506;
      margin: 0;
      line-height: 180%;
}



#sub-page-intro1 {
    float: left;
    width: 100%;
    /* padding-top: 65px; */
    padding-bottom: 65px;
    /* background-color: #181919; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h6 {

font-size: 53px;

line-height: 140%;

margin-bottom: 10px;

font-weight: 500;

letter-spacing: -2px;

font-family: 'GeneralSans-Medium';

float: left;

width: 100%;

text-align: center;

padding: 0px 19%;

letter-spacing: -2px;
}

#sub-page-intro h6 span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

#sub-page-intro p{
           font-family: 'GeneralSans-Regular';
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #111;
           /* letter-spacing: -0.5px; */
           float: left;
           width: 100%;
           text-align: center;
           padding: 0px 20%;
           margin-bottom: 50px;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    font-family: "Instrument Sans", sans-serif !important;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #3e444a0d;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    /* border: solid 1px #80c747; */
    margin-top: 3px;
    width: 100%;
    font-family: "Instrument Sans", sans-serif !important;
    float: left;
    padding: 16px 10px;
    margin-top: 3px;
    border-radius: 8px;
}
.morebtn {
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
  width: 100%;
  height: 100px; /* set a height or inherit from parent */
}

.contact-snd  {float: none;width: 165px;height: 48px;border-radius: 100px;/* border: 1px solid rgba(255, 255, 255, 0.18); */background: linear-gradient(180deg, rgb(0 0 0 / 67%), rgb(2 7 62));/* bac;backdrop-filter: blur(14px);;t-backdrop-filter: blur(14px);/* box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.35); */color: #ffffff;font-size: 16px;margin-top: 0;font-weight: 500;font-family: 'GeneralSans-Medium';cursor: pointer;transition: all 0.3s 
ease;cursor: pointer;display: table;}

/*
.mct_form2 {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    background: transparent;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    border: 1px solid #dbdbdb;
}*/
.list-h2 {
    color: #000 !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 36px;
    font-size: 51px !important;
}

.frm-enq {
    float: left;
    /* margin: auto; */
    /* display: block; */
    width: 100%;
    margin-top: 35px;
}
.contact-label2 {
    display: block;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    /* font-size: 0.95rem; */
    font-family: 'GeneralSans-Regular';
    letter-spacing: -0.5px;
}

.ct-left h6 {
    font-size: 18px;
    color: #fd4c69;
    font-weight: 300;
}
.ct-box {
    display: flex;
    float: left;
    width: 49%;
    background: #000000;
    margin-bottom: 10px;
    padding: 20px 20px;
    border-radius: 20px;
    margin-right: 1%;
    height: 251px;
    /* border: 1px solid #C4EAFE; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ct-box h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    letter-spacing: -1px;
    font-family: 'GeneralSans-Medium';
}.ct-box h4 {
    color: #a09f9f;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 180%;
    float: left;
    width: 100%;
    cursor: pointer;
    font-family: 'GeneralSans-Regular';
}
.ct-box h4 a {
    color: #a09f9f;
    text-decoration: none;
    cursor: pointer;
}

.map-sec {
    float: left;
    width: 100%;
 }



.jj{

}
.call-fixed img{
    width: 34px;
}







/* ===== BASE ===== */
.nova-contact {
    background: #181919;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    float: left;
    width: 100%;
}


.nova-contact-box {
    display: flex;
    backdrop-filter: blur(24px);
    background: rgb(255 255 255 / 25%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* ===== LEFT SECTION ===== */
.nova-sec1 {
    width: 35%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.35);
}

.nova-sec1 h2 {
    font-size: 26px;
    margin-bottom: 30px;
    font-family: 'GeneralSans-Medium';
    letter-spacing: -1px;
    font-weight: 500;
}

.nova-sec1 a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 29px;
    font-size: 17px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
}

.nova-sec1 a img {
    width: 29px;
    filter: brightness(100);
}

.nova-sec1 h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 409;
    line-height: 180%;
    color: #ccc;
    font-family: 'GEneralSans-Regular';
}

.nova-sec1 h3 img {
    width: 29px;
    /* margin-top: 3px; */
    filter: brightness(100);
}

/* ===== RIGHT SECTION ===== */
.nova-sec2 {
    width: 65%;
    padding: 40px;
}

.contact-label2 {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 8px;
}

/* Inputs */
.mct_form2 {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 10px 5px;
    color: #fff;
    outline: none;
    font-size: 14px;
}

.mct_form2::placeholder {
    color: #aaa;
}

textarea.mct_form2 {
    resize: none;
}

/* Grid spacing */
.cnts-paddings {
    padding: 10px 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4 {
    width: 33.333%;
}

.col-md-12 {
    width: 100%;
}

/* Button */
.contact-snd {
    /* margin-top: 20px; */
    padding: 12px 35px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-snd:hover {
    background: rgba(255,255,255,0.35);
}

/* Error text */
.error_msg {
    font-size: 12px;
    color: #ff7b7b;
    margin-top: 5px;
}

/* ===== GLOW BLOBS (OPTIONAL) ===== */
.nova-contact::before,
.nova-contact::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
}

.nova-contact::before {
    background: linear-gradient(135deg, #0f1450, #000000bf);
    top: 10%;
    left: 5%;
}

.nova-contact::after {
    background: linear-gradient(135deg, #010755, #000000);
    bottom: 10%;
    right: 5%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .nova-contact-box {
        flex-direction: column;
    }

    .nova-sec1,
    .nova-sec2 {
        width: 100%;
    }

}

.b5-box{
float: left;
width: 100%;
}


@media(min-width:990px)
{
    .desk-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
}


@media(max-width:990px)
{
    .desk-hide{
        display: block;
    }
    .mobile-show{
        display: none;
    }
}
.center-test {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
}

.testimonial-carousel .owl-dots{
        display: none;
}

/* BOOK OPEN FROM BOTTOM */
@keyframes bookOpenIn {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateX(90deg) scaleY(0.3);
    transform-origin: bottom center;
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) scaleY(1);
    transform-origin: bottom center;
  }
}

@keyframes bookOpenOut {
  0% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) scaleY(1);
    transform-origin: bottom center;
  }
  100% {
    opacity: 0;
    transform: perspective(800px) rotateX(-90deg) scaleY(0.3);
    transform-origin: bottom center;
  }
}

.bookOpenIn {
  animation: bookOpenIn 1.5s ease forwards;
}

.bookOpenOut {
  animation: bookOpenOut 1.2s ease forwards;
}
.product-main .tab-card-content p span{
    display: flex;
    align-items: center;

}





/* loader */
.ip-loader {
        bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loader {
  width: 160px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.loader {
  /* width: 100%; */
  height: 3px;
  display: inline-block;
  position: relative;
  background: white;
  overflow: hidden;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background:#171717;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



.join:hover {
    cursor: pointer;
    float: left;
    width: 100%;
    background-color: #fff;
    background: rgb(188 188 188 / 94%);
}
.mega-subcategory-list{
    
}
.mega-category-block{
    
}
.mega-category-block:hover .mega-subcategory-list{
    
}