.img-center{
    margin: 0 auto;
    display: table;
}
/*.location-custom-tabs ul li a{
    color: #fff !important; 
    opacity: 0.5;
    cursor: default;
    font-family: "Gilroy Bold";
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
} 
.location-custom-tabs ul li a.active{
    opacity: 1;
    color: #f8e07c !important;
    background-color: transparent;
}
.location-custom-tabs ul li a:hover, .location-custom-tabs ul li a:focus{
      color: #f8e07c;
   
}*/
.faqHeading{
    text-transform: none !important;
}
 
.location-custom-tabs ul li a{
    color: #fff !important; 
    opacity: 0.5;
    font-family: "Gilroy Bold";
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
} 
.location-custom-tabs ul li a.active{
    opacity: 1;
    color: #f8e07c !important;
    background-color: transparent;
}
.location-custom-tabs ul li a:hover{
     color: #f8e07c !important;
     opacity: 1;
}
.location-custom-tabs ul li a:hover, .location-custom-tabs ul li a:focus{
      color: #f8e07c;
   
}

.tab-content-wrap{
    /* background-image: url('../images/gurgaon/gurgaon-bg.png'); */
    width: 100%;
    background-size: 100%;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}
.Futureverse-fashion{
    position: absolute;
    top: 40%;
    left: 0; 
} 

.Futureverse-fashion h2, .faq .h2Heading{
    background: linear-gradient(90deg, rgb(157, 157, 157) 0%, rgb(255, 255, 255) 50%, rgb(157, 157, 157) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.Futureverse-fashion ul{ 
    margin-bottom: 20px; 
}
.Futureverse-fashion ul li{
   padding: 0 5px; 
}
.Futureverse-fashion ul li a{
    font-size: 1.125rem;
    color: #ffffff;
    font-family: "Gilroy Medium";
}
  .img-col {
      position: relative;
    }
 .modelsDesignersCarousel{
    padding: 5rem 0;
    
 }
.heading
 {
    font-family: "Gilroy Heavy";
    text-transform: uppercase;
    color: white;
    font-size: 60px;
    line-height: 1;
    text-align: start;
    background: linear-gradient(90deg, rgb(157, 157, 157) 0%, rgb(255, 255, 255) 50%, rgb(157, 157, 157) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.designer-carousel p, .content-col p { 
    text-align: start;
    font-family: "Gilroy Medium";
    margin-top: 20px;
    color: white;
}
.rayban{
      background-image: url('../images/gurgaon/rayban-goggle.png');
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
}
.threelogos{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.threelogos .col-md-4 {
  border-right: 2px solid #ddd; /* add your color here */
}

.threelogos .col-md-4:last-child {
  border-right: none; /* remove from the last column */
}
.faq button{
       font-family: "Gilroy Bold";
      font-size: 18px;
          padding: 20px;
}
.faq .accordion-body{
       font-family: "Gilroy";
      font-size: 18px;
      color:#F4F4F4;
      opacity: 0.5;
}
.faq .accordion-body p {
    font-family: "Gilroy Medium";
}

.accordion-item{
    background-color: transparent;
}
.accordion-button:not(.collapsed), .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color:#F4F4F4;
        padding-bottom: 13px;
}
.accordion-item
 {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
}
.accordion-item:first-of-type
 {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
}
.accordion-item:last-of-type{
    border-radius: 0;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after{
    background-image:url('../images/gurgaon/down-arrow.svg')
}
.accordion-button:focus{
    box-shadow: none;
}
.videobg {
  position: relative;
  z-index: 1;
  color: #fff;
}

.videobg .background-video {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.8; /* adjust to control visibility */
}

.oneandonlyImageContentWrap .designer-carousel {
  position: relative;
  z-index: 2;
}

.oneandonlyImageContentWrap .copy {
  z-index: 3;
  position: relative;
}
 .swiper-button-prev {
        left: 0rem !important;
    }

 .swiper-button-next{
    right: 0rem !important;
 }   
 .swiper-button-next svg, .swiper-button-prev svg{
    color: #ffffff;
 }
 .black-video-shadow{
  
    /* position: relative;
      filter: blur(0.3px);
  width: 100%;
      height: 100px;
      
   background-image: url(../images/gurgaon/bg-grey.png);
    background-size: 100%;
    background-position: center;
    background-repeat: repeat; */
 }
/* .black-video-shadow::after {
    content: '';
 box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
    z-index: 9;
} */
/* 
.black-video-shadow::before {
    content: '';
  box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 101px 0px rgba(0,0,0,0.75);
    z-index: 9;
} */
.customslide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;  /* vertically center content */
  justify-content: center;
  color: #fff;
  position: relative;
  height: 100vh !important;
}

/* Optional dark overlay for better text visibility */
.customslide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* adjust opacity as needed */
  z-index: 1;
} 
.customslide .row {
  position: relative;
  z-index: 2; /* keep content above overlay */
}
.video-section {
  position: relative; /* Needed so ::before is positioned relative to this container */
  width: 100%;
  overflow: hidden;
}
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgba(18, 198, 179, 0) 0%, rgba(0, 0, 0, 1) 100%); 
  z-index: 2; /* ensure it sits above the video */
  pointer-events: none; /* don’t block video interaction */
}
@media(max-width:767px){
    .titleWrap h2.mainTitle {
        font-size: 1.8rem;
    }
     .swiper-button-prev {
        left: 1rem !important;
    }
    .videobg .background-video{
        top: 50%;
        object-fit: cover;
    }
       .videobg .locationvideo{
        top: 50%;
        object-fit:  contain;       /* or 'contain', depending on your need */
    }
    .locationDetailsWrap .background-video{  
        top: 47%;  
    }
    .swiper-button-next{
        right: 1rem !important;
    }  
    .location-custom-tabs ul li a{
         font-size: 18px;
    }
    .designer-carousel .heading, .oneandonlyImageContentWrap .heading{
        font-size: 35px;
    }  
  
    .fullheight{
        height: 100%;
    }
    .Futureverse-fashion {
        bottom: -30px;
        top: auto;
    }
   
     .designer-carousel .swiper-button-next,  .designer-carousel .swiper-button-prev  {
        top: 15rem !important;
    }
    .faq .accordion-body p{
        font-size: 0.9rem; 
    }
    .faq button{
        font-size: 0.9rem;
    }
    
} 

@media(min-width:768px){
    .titleWrap h2.mainTitle {
        font-size: 2.1rem;
    }
    .bottomshadow {
        overflow: hidden;
    } 
    .designer-carousel .swiper-button-next {
        right: 24rem !important;
    }
     .designer-carousel .swiper-button-prev {
        left: 0rem !important;
    }
    .Futureverse-fashion{
        top: auto;
        bottom: 10%;
    }
    .videobg .background-video, .locationDetailsWrap{
       top: 50%;
    }
    .locationDetailsWrap::after,  .modelsDesignersCarousel::after, .oneandonlyImageContentWrap::after{
         content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px; 
        background: linear-gradient(0deg, rgba(18, 198, 179, 0) 0, rgba(0, 0, 0, 1) 100%);
        z-index: 5;
        pointer-events: none;
        transform: rotate(180deg);
    }
     .modelsDesignersCarousel, .locationDetailsWrap,  .oneandonlyImageContentWrap{
        position: relative;    
     }
    .modelsDesignersCarousel::before, .oneandonlyImageContentWrap::before, .tab-content-wrap::before{   
         content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px; 
          background: linear-gradient(0deg, rgba(18, 198, 179, 0) 0, rgba(0, 0, 0, 1) 100%);
        z-index: 5;
        pointer-events: none;
    }
    .location-custom-tabs ul li a{
         font-size: 35px;
    }
     .designer-carousel .heading{
        font-size: 45px;
    }
    .fullheight{
       height: 100vh;
    }
     .videobg .background-video{
        object-fit: fill;
    }
      
}
  

@media(min-width:992px){
    .titleWrap h2.mainTitle {
        font-size: 2.4rem;
    }
   
      .videobg .background-video{
       top: 54%;
    }
    .designer-carousel .swiper-button-next {
        right: 33rem !important;
    }
    
    .Futureverse-fashion{
        top: 40%;
    }
    .location-custom-tabs ul li a{
         font-size: 45px;
    }
    .videobg .background-video{
        object-fit: contain;
    }  
    .videobg .background-video{
        object-fit: contain;
    }
}
@media(min-width:1200px){
     .videobg .background-video{
        object-fit: cover;
        object-position: top;
    } 
     .designer-carousel .swiper-button-prev {
        left: 3rem !important;
    }
     .designer-carousel .swiper-button-next {
        right: 40rem !important;
    }
     .Futureverse-fashion{
        top: 40%;
    }
  
}
@media(min-width:1300px){
    .titleWrap h2.mainTitle {
        font-size: 3.75rem;
    }
}
@media(min-width:1400px){
     .Futureverse-fashion{
        top: 27%;
    }
     .location-custom-tabs ul li a{
         font-size: 80px;
    }
     .designer-carousel .swiper-button-next {
        right: 50rem !important;
    }
     .videobg .background-video{
        object-position: initial;
    } 
    .Futureverse-fashion h2 {
    line-height: 1.2;
}
}

@media(min-width:1600px){
    .designer-carousel .heading{
    font-size: 60px;
   }
  .designer-carousel .swiper-button-next {
    right: 55rem !important;
  }
      .Futureverse-fashion{
        top: 35%;
    }
    .Futureverse-fashion h2 {
    line-height: 1.4;
}
}


@media(min-width:1900px){
   .designer-carousel .swiper-button-next {
    right: 60rem !important;
  }
       
}