.cnts-us-stn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

/* Contact list */
.cnt-lctions {
  flex-direction: column;
}

/* Each contact item */
.lction-icns {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0; /* top & bottom padding */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* thin white line */
}

/* Remove border for last item */
.lction-icns:last-child {
  border-bottom: none;
}

/* Icons */
.lction-icns i {
  background: #f0f0f0;
  color: #333;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/*.lction-icns i:hover {*/
/*  background: #007bff;*/
/*  color: #fff;*/
/*}*/

/* Links */
.lction-icns a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-align:left;
}

/* Social icons */
.social-wrapper {
  display: flex;
  gap: 10px;
}
.about-vaibhav{
    padding: 4rem 0 3rem;
        position: relative;
        overflow: clip;
}

.facility{ 
  display: flex;
    /*justify-content: center;*/
    text-align: center;
    align-items: center;
    margin-bottom: 13px;
} 
.facility-icon {
    width: 50px; 
height: 50px;
min-width:50px;
border: 1px solid #ad8527; /* Goldish border */
border-radius: 50%; 
display: flex;
align-items: center;
justify-content: center;
margin: 0 8px 0;
font-size: 24px; 
color: #555; 

 transition: background-color 0.8s ease;
    
} 

    
   .facility:hover .facility-icon img { 
        filter: invert(100%) brightness(150%); }
        
.facility-icon:hover{
    background-color:#B99D75; } 
    
    .facility:hover .facility-icon{
           background-color:#ad8527;
    }
   
.facility-icon img {
    width: 30px; 
    height: 30px; 
filter: grayscale(100%) brightness(70%); /* makes icon grey */
transition: filter 0.5s ease; } 


.facilities-vaibhav{
    position:relative
}

.facilities-vaibhav::before{
        position: absolute;
   position: absolute;
    background: url(../images/bg/shape1.png);
    width: 167px;
    height: 156px;
    top: 30px;
    left: 8px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

.facilities-vaibhav::after{
        position: absolute;
    background: url(../images/bg/shape2.png);
    width: 167px;
    height: 156px;
    top: -3px;
    right: -43px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}
.detailed-informatn{
    padding: 4rem 0 ;
    overflow-x:clip;
}

.perfect{
    padding-bottom: 20px;
}
.inf-pnts ul{

    padding-left: 1rem;
    margin: 0;
    position: relative;
    padding-top:10px;
}
.detailed-informatn h3:before{
    display:none;
}

.inf-pnts ul li {
    list-style-type: none;
    position: relative;
    font-size: 15px;
    margin: 10px 5px;
}
.inf-pnts ul li::before {
    content: '';
    position: absolute;
    background: url(../images/svg/check-mark.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -24px;
    top: 4px;
     filter: invert(39%) sepia(43%) saturate(2200%) hue-rotate(15deg) brightness(95%) contrast(92%);
}
.facility p{
    margin:0;
    text-align:left;
    font-weight:500;
    font-size:15px;
}
.vaibhav-hal-image::before {
        position: absolute;
    top: -20px;
    bottom: 0;
    right: 15px;
    width: 95%;
    content: "";
    height: calc(100% - 9px);
    z-index: -1;
    background:#ad8527;

}
    
.vaibhav-hal-image {
    position: relative;
    
}
.back-grnd-co::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: #F5F5F5;
    left: 33%;
    width: initial;
}
.detailed-informatn ul li {
    position: relative; 
    padding-left: 5px; 
    margin-bottom: 10px; 
    line-height: 1.6; 
   
}
.vaibhav-halls{
       position: relative;
    background-color: #F5F5F5 !important;
    padding: 4rem 0 5rem;
}
.vaibhav-halls::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.vaibhav-main-crd{
    background: #fff;
    padding: 10px;
    position:relative;
    height: 100%;
    box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
}
.hal-cnt{
    padding: 1rem 0;
    align-items: center;
    text-align: center;
}
.hal-cnt h4{
    font-size: 20px;
}

.hall-img img{
    width:100%;
}
.hal-cnt p{
    padding: 10px 0;
    max-width: 80%;
    margin: auto;
    margin-bottom: 11px;
}
.banner-sectiuonss{
   position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    display: grid;
    padding-bottom: 1.4rem;
    align-items: end;
    background-position:center;
    background-image:url('../images/home/vaibhav-banquet-mahal-coimbatore.webp');
}
.about-vaibhav .big-title{
    margin-bottom:3rem;
}
.banner-sectiuonss::before{
    content:'';
    position:absolute;
    background:#000;
    opacity:0.4;
    height:100%;
    width:100%;
    top:0;
    left:0;
   
}
.featuress{
    padding: 3rem 0 0;
}

.banner-contentss{
    position:relative;
    border-top: 1px solid #ffffff9c;
}

.banner-titless{
    color:#fff;
    font-size:30px;
    width:70%;
   
}

.banner-contentss p{ 
   position: absolute;
  bottom: 40px; /* Moves content near bottom */
  left: 0;
  width: 100%;
  text-align: left; /* Align t
}

.banner-contentss{
    text-align:center;
}
.breadcrumb-nav {
    background: #f9f9f9;
    padding: 10px 0;
    border-radius: 6px;
    text-align: center; /* centers breadcrumb */
    display: inline;
}

.page-breadcrumb {
    display: inline-flex; /* inline-flex to center inside nav */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    margin-top:20px;
    margin-bottom: 15px;
    /*background: #fff;*/
    /*padding: 5px 10px 5px 10px;*/
    border-radius: 20px;
}

.page-breadcrumb li {
    color: #fff;
    position: relative;
    
}
.page-breadcrumb .active{
    font-weight:600;
   text-decoration: underline;
}
.facilities-vaibhav h5{
    font-size:25px;
    margin-bottom:20px;
}

.page-breadcrumb li a::before {
        content: "\f108";
 
    /* margin: 0 6px; */
    font-family: flaticon_normal-icon !important;
    position: absolute;
    right: -20px;
    top: 1px;
}

.page-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.page-breadcrumb a:hover {
    text-decoration: underline;
}
.facilities-vaibhav .perft:before{
        content: '';
    position: absolute;
    background-image: url(../images/svg/line-decoration.svg);
    height: 24px;
    width: 179px;
    /* top: 0; */
    background-repeat: no-repeat;
    left: 0;
    background-size: auto;
    transform: rotateX(180deg);
    left: 0;
    right: -39px;
    margin: auto;
    bottom: -27px;
}
.hall-lkn{
    background: #ad8527;
    display: inline-grid;
}
.hall-link{
    color: #000;
    font-size:20px;
}

.vaibhav-halls .big-title{
    margin-bottom:4rem;
}
.learn-mre i {
    font-size: 16px;
    transform: rotate(-84deg);
    display: inline-block;
}
.hall-lkn span{
    font-size:12px;
    z-index:1;
}



/*.vaibhav-cta::before {*/
/*   content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(0 0 0 / 59%);*/
/*    z-index: 0;*/
/*}*/

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}


.cta-buttons {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    gap: 15px;
 transform: translateX(0px);
}

/* Call button */
.cta-call {
    display: inline-flex;
   display: inline-flex;
    background-color:#ff0000;
    color: #fff;
    /*font-size: 14px;*/
    /* font-weight: 600; */
    /* padding: 9px 20px; */
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    line-height: 1px;
}

.cta-call:hover {
    /*background-color: #e56b00;*/
    transform: translateY(-2px);
}

/* WhatsApp button */
.cta-whatsapp {
       display: inline-flex;
    align-items: center;
    background-color: #25d366;
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 5px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.cta-whatsapp img{
    height:25px;
    width:25px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(187deg) brightness(104%) contrast(101%);
}
.cta-whatsapp:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
}

.cta-buttons i {
    font-size: 20px;
}
.cta-book {
    display: inline-flex;
    align-items: center;
    background-color: #ad8527;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border:none;
}
.cta-book:hover {
    /*background-color: #0066d6;*/
    transform: translateY(-2px);
}
.fact-hal{
    padding-top: 2rem;
}


/* From Uiverse.io by vinodjangid07 */ 
.learn-mre {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ad8527;
  border: none;
  color: #fff;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}


.learn-mre::before {
  width: 130px;
  height: 130px;
  position: absolute;
  content: "";
  background-color:#000;
  border-radius: 50%;
  left: -100%;
  top: 0;
  transition-duration: .3s;
  /*mix-blend-mode: difference;*/
}

.learn-mre:hover::before {
  transition-duration: .3s;
  transform: translate(100%,-50%);
  border-radius: 0;
  color:#fff;
}

.learn-mre:active {
  transform: translate(5px,5px);
  transition-duration: .3s;
}
.vaibhav-features{
padding: 4rem 0 ;
}
.vaibhav-features .row{
    row-gap:24px;
    justify-content:center;
    height:100%;
    
}
.feature-icon{
        background: #ad8527;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        margin: auto;
}


.feature-icon img {
  filter: brightness(0) invert(1); /* converts any color to white */
}

.facility-feature {
  background: #fff; /* optional, keeps consistent visual box */
  border-radius: 8px;
  padding: 15px;
  height: 100%;
 /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
 border: 1px solid #0000001a;
 height:100%;
}

.facility-feature h4 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.4;
  font-weight:500;
   text-align: center;
}

.banquet-hall{
padding: 3rem 0 0;
    position: relative;
    
    
}
.space-hall{
    text-align: justify;
}

.banquet-img {
    text-align: center;
    margin-bottom: 20px;
}
.banquet-img img{
    max-width: 100%;
    width: 100%;
    padding:1rem;
   
}
.hall-specification-section{
    padding:2rem 0 1;
}




.detail-hall {
  overflow: hidden;
}

.abts-banquet-img {
  height: 100%;
}

.hall-image {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* image neatly fills its area */
  object-position: center;
}

.bg-light-beige {
  background-color: #f8f5ef; /* same warm beige like in your image */
}

.details-contents {
  max-width: 600px;
  margin: 0 auto;
}

.details-contents h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detail-hall .container-fluid{
    padding:0;
}

.detail-hall .custom-row {
    background-color: #f0f0f0;
    padding:0;
}
.detail-hall .col{
    padding:0;
}
.hall-section{
    display:flex;
}

.room-info-section {
  display: flex;
  justify-content: center;
  margin: 40px 0;
 
}

.room-info-box {
  display: flex;
  background-color: #f8f8f8;
  border: 1px solid #ad8527;
  border-radius: 8px;
  padding: 20px 25px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.info-item{
    flex:1;
}
.info-item h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-item p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}


/* Two-column layout */
.hall-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom:1rem;
}




/* Image Styling */
.hall-image {
  width: 50%;     
  overflow: hidden;
}

.hall-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content Area */
.hall-content {
  width:50%;
  background-color: #faf8f5;
  display: flex;
  align-items: center;
}

.content-inner {
  padding: 40px 50px; /* reduced from 60px */
  max-width: 520px;   /* slightly smaller width */
  margin: 0 auto;
}

/* Subtitle */
.section-subtitle {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a57b4a;
  font-size: 12px;
  margin-bottom: 8px;
}


.hall-lkn.read{
    margin:10px 0;
}

.villa-swiper-section {
  padding: 4rem 0;
  overflow-x:hidden;
 
}

.villa-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
 
 
}
.villa-swiper-section .swiper-wrapper{
     padding:2rem 0 0;
}
.amenties-locations {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color:#ad8527; /* Vaibhav Mahal Brown */
  border-radius: 8px;
  flex-shrink: 0;
}

.amenties-locations img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1); /* makes the icon white */
}

.amenties-locations::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #fff; /* icon color */
  mask: url("../images/svg/location.svg") no-repeat center;
  -webkit-mask: url("../images/svg/location.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.villa-card img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 2px;
}




.hall-detail-section .big-title{
    font-size: 30px;
}
.hall-detail-section .big-title:before{
    display:none;
}
.villa-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 10px 0 15px;
  padding: 1rem 0 ;
}


.villa-swiper-section .swiper-wrapper {
  display: flex;
}



.offer-section {
  padding: 4rem 0;
 background:#faf8f5;
}
.route-section{
    padding-top: 2rem;
}

.offer-box {
  display: flex;
  align-items: center;
  gap:20px;
  background: #fff;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  justify-content: center;
  
}



.offer-content {
   flex: 1;
  display:flex;
  align-items:center;
     justify-content: space-between;
     position: relative;
}

.offer-content h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
   width: 40%;
  
}

.hall-lkn.asets{
    text-align:end !important;
    max-width: 250px;
}


/*.offer-content::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 40px;*/
/*  height: 40px;*/
  background-image: url("../images/svg/location-mahal.svg"); /* ✅ SVG path here */
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: center;*/
}
.location-frm{
    padding-top:2rem;

}


.service-section {
    background-color: #f7f3ee;
    position: relative;
    padding: 120px 0 130px;
}

.service-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-image: url(/assets/bg-shape1-Civ-30np.png);
    z-index: 2;
    pointer-events: none;
}



.offer-box:hover {
  transform: translateY(-3px);
}



.offer-content p {
 
  margin: 0;
   font-size: 15px;
  color: #555;
  margin-top: 6px;
  line-height: 1.6;
 width: 40%;
}

.vaibhav-amenities{
    padding:2rem 0;
    position:relative;
}

.amenties-main{
    align-items:center;
    text-align:center;
    padding:16px;
    height: 100%;
}
.amenties-icns {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}


/* keep icon on top */
.amenties-icns img {
  position: relative;
 
}

.amenties-icns::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ad8527;
  border-radius: 85% 15% 49% 51% / 52% 64% 36% 48%    ;
}
.faq-section{
    background:#faf8f5;
}


.amenties-icns img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}




/* Light background icon */
.amenties-icns .icon-bg {
  position: absolute;
  width: 80px;  /* bigger than main icon */
  height: 80px;
  opacity: 0.15; /* very faint */
  filter: brightness(0) invert(1); /* make it white/light */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

/* Main icon on top */
.amenties-icns .icon-main {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
  filter: brightness(0) invert(1); /* white icon */
}
.amenty-cntent h4{
    font-size:20px;
}
.vaibhav-location-section {
  background-color: #fff;
  padding:4rem 0;
}
.location-vaibhav{
    padding:7rem 0 0;
    position:relative;
    overflow-x:clip;
    margin-bottom: 20px;
}

.vaibhav-locatn-card {
  position: relative;
  padding: 40px 25px;
  background: #fff;
  border: 1px solid #c7a46e; /* outer thin border */
  transition: all 0.3s ease;
  height:100%;
}

/* inner border effect */
.vaibhav-locatn-card::before {
 content: "";
    position: absolute;
    top: 12px;
    left: -14px;
    right: 8px;
    bottom: 14px;
    border: 1px solid #c7a46e;
    pointer-events: none;
}



.vaibhav-lctin-icon {
  width: 80px;
  height: 80px;
  background-color: #ede4cf; /* static background */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border-radius: 6px;
  overflow: hidden; /* keeps image neatly inside */
}
.vaibhav-locatn-card:hover .vaibhav-lctin-icon svg {
  transform: rotateY(360deg);
}

/* the image itself */
.vaibhav-lctin-icon img {
 
  transition: transform 0.8s ease; /* smooth rotation */
  transform-style: preserve-3d;
}

/* flip only the image, not the background */
.vaibhav-locatn-card:hover .vaibhav-lctin-icon img {
  transform: rotateY(360deg);
}

.loctn-sec{
    padding:2rem 0 0;
}
.location-vaibhav .facilities-vaibhav{
    padding:2rem 0 0;
    position:relative;
    overflow-x:clip;
}

.accordion-body ul li {
    list-style-type: none;
    position: relative;
    font-size: 15px;
    margin: 10px 5px;
}
.accordion-body ul li::before {
    content: '';
    position: absolute;
    background: url(../images/svg/check-mark.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -24px;
    top: 4px;
     filter: invert(39%) sepia(43%) saturate(2200%) hue-rotate(15deg) brightness(95%) contrast(92%);
}
.offer-section .learn-mre i {
    font-size: 16px;
    transform: rotate(-46deg);
    display: inline-block;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 cards per row */
    gap: 20px; /* spacing between cards */
}


.hero-section {
  position: relative;
  background: url('hotel-bg.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  max-width: 700px;
  padding-left: 8%;
  animation: slideIn 1.2s ease-out forwards;
  opacity: 0;
}

.hero-title {
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

.hero-text {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.6;
  max-width: 550px;
  color: #f1f1f1;
}



/*.vaibhav-cta-sec {*/
/*  background-image:url('assets/images/home/vaibhav-banquet-hall.webp');*/
/*  padding: 80px 0;*/
 
/*}*/

.vaibhav-cta-sec .cta-left h3 {
  
  font-weight: 400;
  font-size: 120px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  animation: fadeSlideIn 1.8s ease-out forwards;
}

@keyframes fadeSlideIn {
  0% {
    transform: translateX(-120px);
    opacity: 0;
    letter-spacing: 10px;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    letter-spacing: 2px;
  }
}



.vaibhav-cta p{
        transform: translateX(0px);
            font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}



.vaibhav-cta {
    background: url(../images/bg/vaibhav-banner.webp);
    position: relative;
    padding: 150px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
}

.vaibhav-cta::before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 59%);
    z-index: 0;
  
}

.vaibhav-cta .cta-buttons{
    justify-content: center;
}


/*.cta-buttons {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 15px;*/
/*}*/

/* Call button */
.cta-call {
    display: inline-flex;
   display: inline-flex;
    background-color:#ff0000;
    color: #fff;
    /*font-size: 14px;*/
    /* font-weight: 600; */
    /* padding: 9px 20px; */
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    line-height: 1px;
}

.cta-call:hover {
    /*background-color: #e56b00;*/
    transform: translateY(-2px);
}

/* WhatsApp button */
.cta-whatsapp {
       display: inline-flex;
    align-items: center;
    background-color: #25d366;
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 5px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.cta-whatsapp img{
    height:25px;
    width:25px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(187deg) brightness(104%) contrast(101%);
}
.cta-whatsapp:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
}

.cta-buttons i {
    font-size: 20px;
}

.big-sec-title{
font-size: 30px;
    color: #000;
    margin-bottom: 2rem;
    position: relative;
}

.vaibhav-cta-sec {
  position: relative;
  background-image: url('../images/home/vaibhav-banquet-hall-exterior.webp'); /* replace with your image path */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  padding: 150px 0;
  z-index: 1;
   overflow: hidden;
}

.vaibhav-cta-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for readability */
  z-index: -1;
}


.vaibhav-cta-sec .cta-left h3 span {
  margin: 0 10px;
    display: inline-block;
    margin-left: 10rem;
    animation: fadeSlideIn 1.8s ease-out forwards;
}


.vaibhav-cta-sec .cta-right p {
  font-size: 18px;
  line-height: 1.8;
  color: #eee;
  margin-top: 15px;
  margin-right:2rem;
  margin-bottom:2rem;
  
}
 .locatiom-perfrt{
     padding:5rem 0 0;
 }

.vaibhav-location-sectio h5{
    font-size:22px !important;
}
.abtus-vaibhav{
    position:relative;
    padding:4rem 0 ;
}

.intro-abtimg img {
   border: 1px solid #ad8527;
    padding: 12px;
}
.our-stry {
    padding: 4rem 0 0;
}
.our-stry .about-history {
    border: 1px solid #ad8527;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.our-stry .about-history p{
    margin:0;
}

.our-stry .about-history .float-title{
    left: 15%;
    top: 0;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 35px;
    color:#ad8527;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    padding: 0 20px;
}


.testimonial-section {
    background: #f6f6f6;
    position: relative;
  overflow: hidden;
   padding: 5rem 0;
}
.testimonial-section .swiper-wrapper{
    margin-bottom:2rem;
}

.testimonial-stats{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 50px;
   
}

.testimonial-stats h3 {
  font-size: 42px;
  margin: 0;
  color: #fff;
}

.rating {
      font-size: 16px;
    margin-top: 10px;
    color: #ffcc33;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.our-testimonial-card {
   position:relative;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height:100% !important;
}

.mySwiper-testimonial .swiper-wrapper {
    height:auto;
}
.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.our-testimonial-card p {
  line-height: 1.6;
  margin-bottom: 25px;
}


.swiper-pagination {
  bottom: 40px !important;
}

.swiper-pagination-bullet {
  background: #ad8527!important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.our-testimonial-card .testi-author, 
.our-testimonial-card .testi-author {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    gap:20px
}
.testi-author img{
     border-radius:5px;
}
.our-testimonial-card{
    margin:3rem 0 0;
}
.our-testimonial-card 
.media-body h4{
    font-size:17px;
    font-weight:600;
}

.our-testimonial-card:before{
    content: "\f16a";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    font-size: 52px;
    transition: all .4s linear;
    font-weight: bold;
    color: #ad852754;
    z-index: 10;
    top: 1rem;
    right: 2rem;
}



.gallery-sec .row{
    row-gap: 25px;
}
.gallery-item {
    position: relative;
}
.gallery-box {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
}
.gallery-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s 
ease;
}
.gallery-sec{
    padding:2rem;
}



.our-gallery-sec{
      position: relative;
    padding: 4rem 0;
}
.our-gallery-sec .row{
    row-gap:20px
}
.our-gallery-sec .card-image {
  max-width:500px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.our-gallery-sec .card-image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  cursor: pointer;
}

.our-gallery-sec .card-image img:hover {
  transform: scale(1.03);
}


.icobns{
       background: #fff;
    display: flex;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
}
 .whatsapp .call {
        display: none;
    }
    
    
  .icobns i  {
    color: #ad8527;
    padding: 0;
    line-height: 1px;
    }
    
    
 .vaibhav-commitment{
     position:relative;
     padding:3rem 0 3rem;
 }   
    
 .service-card.style3 {
   padding: 30px 20px 12px 20px;
    background-color: #fff;
    height: 100%;
    /*margin: 3rem 0 0;*/
}   
  .service-card.style3 .service-icon {
    width: 90px;
    text-align: center;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #ad8527;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}  
 .service-card.style3:hover .service-icon:after {
    height: calc(100% - 10px);
    visibility: visible;
    opacity: 1;
}

.service-card.style3 .service-icon:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 0;
    border-radius: 50%;
    content: "";
    background-color: #ad8527;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: 0.4s;
}   
.service-card.style3 .service-icon:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    content: "";
    background-color: rgb(242 230 201);
}    
 .vaibhav-commitment .service-icon img{
         z-index: 1;
    position: relative;
 }   
   .service-card.style3:hover  .service-icon img{
       filter: invert(100%) brightness(150%);
   } 
  .vaibhav-commitment .service-card h4{
       font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
 }   
   .vaibhav-commitment .service-card p{
         margin: 0;
    line-height: 1.5;
   } 
  
  .vaibhav-commitment .row{
      row-gap:2rem;
  } 
   
    
  .service-card{
   
}
  
  .vemues-section .row{
      row-gap:90px !important;
  }  
  .our-vemues-section .big-title{
      margin-bottom: 5rem;
  }  
  
  .our-service-listing {
         position: relative;
    padding: 4rem 0 0;
  }


.vicn-misin-head h4{
       font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.vicn-misin-head {
    display: flex;
    flex-direction: column; /* icon on top, heading below */
    align-items: center; /* center horizontally */
    text-align: center; /* makes the text centered */
    gap: 10px; /* spacing between icon and heading */
}


.vicn-misin-box p{
      text-align: center;
    margin: 0;
}

.our-stry .row{
    justify-content:center;
}

.vicn-misin-head img{
    filter: invert(59%) sepia(10%) saturate(2712%) hue-rotate(4deg) brightness(88%) contrast(94%);
}

.ourmision-visomn {
    position: relative;
    padding: 3rem 0 3rem;
}
.booking-form{
    padding:4rem 0;
}


label.error {
    display: inline-block;
    color: #ff0000;
    font-size: 13px;
        /*transform: translateY(-24px);*/
}


.primary-facilities-sec{
    position:relative;
    padding:3rem 0 3rem;
  
}

/*.primary-facilities-sec .big-title:before {*/
/*    display:none;*/
/*}*/
.primary-facilities-sec .big-title{
margin-bottom:3rem;
    /*font-size: 24px;*/
    
}

.primary-facilities-sec.facilities-direction,
.commitment-vaibhav{
    position:relative;
    background: #faf8f5;
}

.facilit-big-title {
    margin-bottom: 0.7rem;
    font-size:24px;
    font-weight: 500;
}

.primary-facilit-img{
    text-align:center;
}

.commitment-vaibhav .big-title {
    margin-bottom:3rem;
    
}
.cta-cont{
    font-size: 4rem;
    font-style:italic;
}

.detl-galry{
        padding: 4rem 0;
    background: #f6f6f6;
}


.cel-space{
    background-color: #F5F5F5 !important;
}

.fea-hall{
       padding: 3rem 0 6rem;
}

.theme-btn.galry.text-center{
        display: flex !important;
    gap: 3px;
}


.hide-robot
{
    display:none;
}



.error-page-section{
    position:relative;
    padding:6rem 0 6rem;
}

.error-page-content h1 {
    line-height: 110px;
    font-size:180px;
    margin-bottom: 40px;
    text-shadow: 3px 3px #c0c0c0;
    color: #ad8527;
    font-weight: 800;
}

.error-page-content h2 {
    font-weight: 700;
}




.sucess-pagfe{
    position:relative;
    padding:4rem 0 3rem !important;
    text-align:center;
}

.sucess-pagfe .main-titlsd{
    font-size:29px;
}

.sucess-img-pat img{
    width:400px !important;
    height:400px !important;
}