body {
  font-family: "Source Serif 4", serif;
  overflow-x: clip;
}

a,ul li{
    font-size:16px;
}
a{
    text-decoration:none;
}
.link{
    color:#ad8527;
}
p{
    font-size:16px;
    line-height:1.7;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style-type:none;
}

img{
    max-width:100%;
    height:auto;
}

/*header section  css*/


.nav-menu {
    position: relative;
}

.nav-menu .hall-services {
        list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 31px;
    justify-content: center;
    position:relative;
}

.nav-menu a {
    text-decoration: none;
    color: #000;
    /*padding: 10px 15px;*/
    display: block;
}


.dropdown {
    position: relative;
    margin-right:6px;
}

.dropdown-menu {
    position: absolute;
    top: 112%;
    left:0;
    background:#fff;
    padding:0;
    
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    min-width: max-content;
    display:block;
    border-radius:unset;
}

.dropdown-menu li a {
    padding: 10px 20px;
    color:#000;
    transition:0.2s linear ;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.myheader{
    position: relative;
    z-index: 999;
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background:#fff;
    /*padding:20px 0;*/
}

.logo{
    display:block;
    /*border-left: 1px solid #ffffff80;*/
    /*border-right: 1px solid #ffffff80;*/
    /*padding:2rem 0;*/
}

.nav-contact .nav-spna i{
    height: 30px;
    width: 30px;
    background: #ad8527;
    display: flex;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.nav-spna{
    display: flex;
    gap: 10px;
    align-items: center;
}
.nav-contact .nav-spna a{
    color:#fff;
}
/*.nav-contact{*/
/*    display: flex*/
/*;*/
/*    gap: 31PX;*/
/*    justify-content: center;*/
/*}*/

/*header section button css*/

/*.theme-btn {*/
/*    padding: 17px 40px;*/
/*}*/

.theme-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: 17px 40px;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-transform: uppercase;
    background-color:#ad8527;
    color:#fff;
    z-index: 99;
}

.theme-btn::before {
    position: absolute;
    top: 7px;
    left: 7px;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #ad8527;
    -webkit-transition: 500ms;
    transition: 500ms;
    z-index: -1;
}

.theme-btn::after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: inherit;
    transition: transform 500ms 
cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms;
}

.theme-btn:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.theme-btn:hover span {
    color:#fff;
}

.theme-btn span {
    position: relative;
    z-index: 9;
}
.theme-btn:hover::before {
    top: -9px;
    left: -9px;
}


/*banner section css*/

.banner-sectiuon{
    /*padding:26rem 0 0;*/
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*background-position: center 0px;*/
    height:90vh;
        display: grid;
    padding-bottom: 1.4rem;
    align-items: end;
}

.banner-sectiuon::before{
    content:'';
    position:absolute;
    background:#000;
    opacity:0.4;
    height:100%;
    width:100%;
    top:0;
    left:0;
}

.banner-content{
    position:relative;
}

.banner-title{
    color:#fff;
    font-size:45px;
    width:70%;
    font-style: italic;
    margin:auto;
    text-align:center;
}

.banner-content p{ 
    color:#fff;
    font-size:25px;
    margin:1rem 0 1.5rem;
    text-align:center;
    padding-bottom:5rem;
}

.banner-content{
    text-align:center;
}


.ac-hall{
    position:relative;
    padding:4rem 0;
    overflow-x:hidden;
}

.back-graycolro{
    position: relative;
    z-index: 9;
}
.back-graycolro::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;
}
.big-title{
    font-size:30px;
    color:#000;
    margin-bottom:2rem;
    position:relative;
}

.luxury-hall{
    position:relative;
    padding:2rem;
}

.luxury-hall::before{
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 45px;
    width: 120%;
    height: 100%;
    content: "";
    border: 1px solid #ad8527;
    height: calc(100% - 90px);
    z-index:-1;
}
.keynumvers-sectioin{
    position:relative;
    padding:2rem 0;
}
.main-content{
    padding:4rem 4rem 4rem 0;
}
.hall-services li{
    padding:23px 0;
}
.hall-services li a.active {
    color: #8D6D20;
    /*color: #c2911c;*/
    font-weight: 500;
}
.dropdown-menu li{
    padding:0;
}
.ac-hall-image img{
        border: 1px solid #ad8527;
    object-fit:cover
}

.ahall-tag{
    position:relative;
}

.ac-hall-image{
    position:relative;
    z-index:9;
    text-align:center;
}
.ahall-tag li img{
    margin-right:8px;
    filter: invert(49%) sepia(64%) saturate(521%) hue-rotate(4deg) brightness(96%) contrast(84%);
}

.ahall-tag li{
        position: relative;
    padding-left: 1rem;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.open-air .back-graycolro::before{
    right:33%;
    left:0;
}


.open-air .luxury-hall::before{
    right:unset;
}


.marriage-hall{
    position:relative;
    margin: 0 1rem;
}

.marriage-hall figure{
    position:relative;
    margin:0;
}

.marriage-hall figure img{
    width:100%;
}

.marriage-hall figure::before{
        position: absolute;
    content: '';
    background: linear-gradient(164deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.marriage-hall h4 a{
    font-size:20px;
    color:#fff;
    transition: all 0.2s ease-in-out;
    
    text-transform: uppercase;
    z-index: 9;
    background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.marriage-hall h4{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.marriage-hall:hover  h4 a{
     color:#fff;
     background-size: 100% 2px;
    background-image: linear-gradient(180deg, #ad8527 0%, #ad8527 100%);

}

.vemues-section{
    position:relative;
    padding:3rem 0 6rem;
    overflow-x:hidden;
}

.marriage-hall::before{
        position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border: 1px solid #ad8527;
    transform: translate(-50%, -50%);
    transition: all 300ms ease;
    height: 109%;
    width: 104%;
}

.vemues-section .swiper-wrapper{
    margin:3rem 0;
}

.marriage-hall::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 104%;
    width: 109%;
    border: 1px solid #ad8527;
    transform: translate(-50%, -50%);
    transition: all 300ms ease;
    z-index:-1;
}
.vemues-section .swiper{
    position:static;
}
.marriage-hall:hover::after{
    border:40px solid rgba(217, 217, 217, 0.2196078431);
}
.marriage-hall:hover::before{
    border:35px solid rgba(217, 217, 217, 0.2196078431);
}

.ac-hall .big-title{
    font-size:30px;
}

.vemues-section .swiper-pagination{
    bottom:11% !important;
}

.faciklits{
    padding:5rem 0;
    position:relative;
    
    background-color:#F5F5F5 !important;
}
.faciklits::before{
    background-image: url(../images/home/mark-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.facilities-box{
    background:#fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    padding:30px;
    position:relative;
    height:100%;
}

.facilities-box figure{
    border-bottom: 1px solid #ad8527;
    padding-bottom: 25px;
    position:relative;
    margin-bottom:25px;
}

.facilities-box figure::before{
    position: absolute;
    content: "";
    width: 62px;
    height: 62px;
    background-color: #ad85271a;
    border-radius: 50%;
    left: 49px;
}
.facilities-box:hover figure img{
    transform:rotateY(360deg);
}
.facilities-box figure img{
    filter: invert(57%) sepia(14%) saturate(2063%) hue-rotate(4deg) brightness(90%) contrast(87%);
    transition:all 900ms ease;
}
.facility-content h4{
    font-size:20px;
}

.faciklits .big-title, .abtus-vaibhav .big-title{
    margin-bottom:4rem;
}

.facility-content p{
    margin:0;
}

.faciklits .row{
    row-gap:24px;
}

.booking{
    padding:3rem 0 0;
    background-image: url(../images/home/vaibhav-banquet-hall-exterior.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position:relative;
}

.booking::before{
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    /*z-index: -1;*/
    opacity: 0.5;
    background: #000;
}
.border-box-style{
    position:relative;
}
.border-box-style .cta-content{
   padding-top: 4rem;
}
.border-box-style:before{
   position: absolute;
    top: 0px;
    left: 40px;
    width: calc(100% - 80px) !important;
    right: 0;
    bottom: 0;
    height: 82%;
    content: "";
    border: 1px solid #F0E0C9;
}

.cta-title{
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    color: #ffff;
    position:relative;
}

.contafc-niumbver h4{
    color:#fff;
    font-size:35px;
}

.contafc-niumbver a{
    color:#fff;
    font-size:25px;
    display:block;
}

.contafc-niumbver{
    text-align:center;
    position:relative;
    padding:6rem 0;
}

.cta-content{
    position:relative;
}


.contafc-niumbver:before{
        content: '';
    position: absolute;
    background-image: url(../images/home/line-shape.png);
        height: 26px;
    width: 406px;
    top: 25px;
    left: 0;
    background-size: inherit;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.contafc-niumbver:after{
        content: '';
    position: absolute;
    background-image: url(../images/home/line-shape.png);
       height: 26px;
    width: 406px;
    bottom:25px;
    left: 0;
    background-size: inherit;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.form-sumbit{
        background: #fff;
    position: relative;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    border: 1px solid #b6a4a4;
    z-index: 1;
}

.form-sumbit input , .form-sumbit select, .form-sumbit textarea{
        outline: none;
        border:none;
    background-color: transparent;
    border-bottom: 1px solid rgba(104, 104, 104, 0.2);
    padding-bottom: 18px;
    width: 100%;
    line-height: 1;
    
}
.form-sumbit .row{
    row-gap:24px;
}
.form-sumbit .big-title{
    margin-bottom:3rem;
}

.theme-buttin{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: 22px 50px;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-transform: uppercase;
    background-color:#ad8527;
    color:#fff;
    z-index: 99;
    width: 100%;
    padding: 22px 50px;
    margin-top:2rem;
}

.theme-buttin::after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: inherit;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms;
    z-index:-99;
}


.theme-buttin:hover::after {
    transform: scale(1, 1);
    transform-origin: bottom left;
    color:#fff;
}
.foooter-section{
   background-image:url('../images/home/ac-vaibhav-banquet-hall.webp');
   position:relative;
   padding:4rem 0 0;
   z-index:1;
   overflow-x:hidden;
}

.foooter-section::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 25, 33, 0.97);
    z-index: -1;
}

.footer-call{
    background-color: #ad8527;
    padding: 15px 40px;
    border-radius: 50px;
    margin-bottom:4rem;
}
.style-one i{
    flex: 0 0 auto;
    margin-right: 15px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    background-color: #fff;
    color: #ad8527;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.style-one a{
    color:#fff;
    font-size:17px;
}
.style-one{
    display:flex;
    align-items:center;
}

.footer-conteny p{
    color:#fff;
    font-weight:300;
}

.footer-logo img{
    margin-bottom:20px;
}



/* From Uiverse.io by david-mohseni */ 
.wrapper {
  display: inline-flex;
  list-style: none;
  padding:0;
  margin:0;
  gap:15px;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  color:#000;
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  line-height:1px;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #000;
  color: #fff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #FF0000;
  color: #fff;
}


.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}
.wrapper .icon i{
    font-size:16px;
}

.quink-links h4{
    color:#fff;
    font-size:23px;
    margin-bottom:15px;
}

.quick-anchor li a{
    color:#fff;
    font-weight:300;
}
.quick-anchor li{
    margin:5px 0;
}

.pravcivy li{
    color:#fff;
}

.pravcivy li a{
    color:#fff;
}

.pravcivy{
        display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff6e;
    padding:15px 0;
    margin-top: 3rem;
}


.keunumber-secton span{
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 0;
    min-width: 90px;
}

.medium{
        font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    max-width: 150px;
}

.fun-faxt{
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
    justify-content:center;
}

.fun-faxt::before{
    content:'';
    position:absolute;
    background-image:url('../images/svg/counter-shape.svg');
    width:40px;
    height:115px;
    top: 17px;
    right: -20px;
}

.keynumvers-sectioin .row .col-md-4:last-child .fun-faxt::before {
    display: none;
}

.booking::after {
    position: absolute;
    content: "";
    background: #faf8f5;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 88%;
}
.dropdown > a::before {
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    right: -18px;
    position: absolute;
    font-size: 13.5px;
    transform: translateY(2px);
        line-height: 1.8;
}



.faq-section .accordion-button:not(.collapsed){
    background:unset;
    color:#000;
    font-size:18px;
    padding:20px 30px;
    box-shadow: unset;
}

.faq-section .accordion-item{
    margin:10px 0;
    border:none;
    box-shadow:0 5px 40px rgba(0, 0, 0, 0.05);
}
.accordion-body{
    padding-left:30px;
    padding-top: 0;
}
.faq-section{
    position:relative;
    padding:5rem 0 4rem;
}
.faq-section .accordion-button{
    padding:20px 30px;
    font-size:18px;
    font-weight:600;
}
.faq-section .aacvoridan-section{
    width:80%;
    margin:0 auto;
}
.main-contenty{
    margin-bottom:2rem;
}
.faq-section .accordion-button:not(.collapsed)::after{
       background-image: unset;
    content: "\f1a5";
    font-family: flaticon_normal-icon !important;
    /*font-weight: 700;*/
    font-size: 12px;
    -webkit-text-stroke: thick;
    color:#ad8527;
    text-align:end;
}

.perfert-vcenues{
    width:83%;
    margin:auto;
}
.faq-section .accordion-button::after{
       background-image: unset;
    content:"\f1a4";
    font-family: flaticon_normal-icon !important;
    /*font-weight: 700;*/
    font-size: 12px;
    -webkit-text-stroke: thick;
    color:#ad8527;
}


.vemues-section .swiper-pagination-bullet-active{
    background:#ad8527;
}

.common-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mahal{
    border-right: 1px solid #ffffff80;
    padding: 2rem 0;
    padding-right: 2rem;
}

.mahall{
    border-left: 1px solid #ffffff80;
    padding: 1rem 0;
    padding-left: 2rem;
}

.span-tag{
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
.big-title:before{
       content: '';
    position: absolute;
    background-image: url(../images/svg/line-decoration.svg);
    height: 24px;
    width: 129px;
    /* top: 0; */
    background-repeat: no-repeat;
    left: 0;
    background-size: auto;
    transform: rotateX(180deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -27px;
}
/*.form-sumbitv select {*/
/*    color: #808080 !important;*/
/*}*/

/* For all input placeholders */
.form-input input::placeholder {
    color: #000;  /* Change this to your desired color */
    
}

/* For textarea placeholder */
.form-input textarea::placeholder {
    color: #000;  /* Change this to your desired color */
}

.open-air .ac-hall-image{
    text-align:unset;
}

.main-content.spacious{
    padding:4rem 0 4rem 4rem;
}

.myheader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0%);
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    background: rgba(255, 255, 255, 1);
    box-shadow:0px 1px 3px 0px rgba(35, 18, 4, 0.14);
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}


.dropdown ul li:hover a{
    color:#fff;
    background:#ad8527;
}
.dropdown-menu li a.active{
     color:#fff;
    background:#ad8527;
    display:inline-block;
        width: 100%;
}

/* Remove blue outline on click/focus */
button:focus,
.accordion-item:focus,
.accordion-header:focus {
    outline: none !important;
    box-shadow: none !important; /* just in case some browsers add shadow */
}
.footer-location li a{
    color:#fff;
    font-size:15px;
}

.footer-location li{
        border-right: 1px solid #fff;
    padding: 0 10px;
}


.footer-location{
    display: flex;
    /* gap: 9px; */
    margin-top: 3rem;
    justify-content: center;
}
.footer-location li:last-child {
    border: none;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
       z-index: 9999 !important;
}

.faq-section .big-title{
    margin-bottom:3rem;
}

.ac-hall .big-title:before{
    display:none;
}
.contact-vaibhav{
    padding: 3rem 0 0;
}
.social-icons .wrapper:before{
        font-family: flaticon_normal-icon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}



.contact-information {
  background: #ad8527;
  border-radius: 25px;
  color: #fff;
  padding: 40px 25px;
  text-align: center;
  height: 520px;
}


.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 16px;
  color: #333;
  transition: 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #6c7a67;
  box-shadow: 0 0 5px rgba(108, 122, 103, 0.3);
  outline: none;
}

.send-btn:hover {
  background: #000;
  transform: translateY(-2px);
}
.contact-uss{
    padding: 4rem 0 ;
}
.cont-title p{
    padding-bottom: 2rem;
        max-width: 61%;
    margin: auto;
    text-align: center;
}
.contact-form-vaibhav {
  max-width: 900px;
  margin: 0 auto;
}


.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease, background 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #4b6b58;
  background-color: #f7f9f8;
}

#venue-category.selected {
  background-color: #4b6b58;
  color: #fff;
}

.send-btn {
  background-color: #ad8527;
  color: #fff;
  padding: 16px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}


.map-container{
    padding:4rem 0;
}
.contact-information {
      padding: 30px;
    height: auto;
}



.info-box p, 
.info-box a {
  color: #fff;
  text-decoration: none;

}
.info-box i{
    padding-right:10px;
}
.contact-information .social-wrapper {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin-top: 10px;
  justify-content:center;
}

 .social-wrapper .icon {
  font-size: 20px;
  color: #00c6ff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-wrapper .icon:hover {
  transform: scale(1.2);
}

.cnt-icn{
    display: flex;
    position: absolute;
   
}

.contact-uss .social-wrapper .icon {
  font-size: 20px;
  color: #fff;

}
.cnts-us-stn{
    border: 1px solid #ffffffab;
    padding: 2rem;
    border-radius: 10px;
}

.mobile-menu-open, .memnu-clos-open {
    display: none;
}


.dropdown .dropn-btnmobile {
    position: relative;
}
.dropn-btnmobile {
    display: none;
}
.ct-sec{
    color:#fff;
}
.vaibhav-halls.facilities .row{
    row-gap:24px;
}
.facilities .hal-cnt p {
    text-align:justify;
}
.Booking-uss label{
    color:#ad8527;
}
.Booking-uss {
    padding: 3rem 0;
}
.our-gallery-sec.hme .theme-btn.galry{
   display: inline-block;
    padding-top: 15px;
    max-width: fit-content;
    margin: 3rem auto 0;
}
.our-gallery-sec.hme .galry i{
    font-size: 16px;
    transform: rotate(290deg);
    display: inline-block;
   
}
.our-gallery-sec .hme{
    padding:4rem 0;
}
.our-gallery-sec.hme .big-title {
    margin-bottom:4rem;
}
.gallerySwiper .swiper-slide {
  height: auto;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}


.grid-images img{
           width: 100%;
    /*height: 360px;*/
    object-fit: cover;
    padding: 0 0.5px;
    }    
    
    
    .grid-images .row{
        row-gap:24px;
    }
    .detl-galry .big-title{
        margin-bottom:3.5rem;
    }
    .vaibhav-cta-sec .big-title:before{
        display:none;
    }
    .vaibhav-cta-sec .big-title{
        margin-bottom:1rem;
    }
    
    
    .detl-galry .swiper-button-next, .detl-galry .swiper-button-prev{
        background:#ad8527;
        height:30px;
        width:30px;
        color:#fff;
        border-radius:50px;
    }
    .detl-galry .swiper-button-next:after, .detl-galry .swiper-button-prev:after{
        font-size:15px !important;
    }
    .location-pofert{
        padding:1rem 0 7rem !important;
    }
    
    
    .modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

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


.modal-box {
  background: #ffffff;
  width: 100%;
  max-width: 760px;
  padding: 30px;
  border-radius: 14px;
  position: relative;
  animation: modalScale 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  overflow:hidden;
}



.modal-close {
      position: absolute;
    top: -7px;
    right: -8px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    line-height: 1;
    height: 50px;
    width: 50px;
    background: #ad8527;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 50px;
}


.modal-box h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #222;
}



.modal-box label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}


.modal-box input,
.modal-box select,
.modal-box textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  background: #fff;
  transition: 0.2s ease;
}

.modal-box textarea {
  resize: none;
}


.modal-box input:focus,
.modal-box select:focus,
.modal-box textarea:focus {
  border-color: #0a7cff;
}


.modal-box .col-md-6,
.modal-box .col-md-12 {
  margin-bottom: 15px;
}


.modal-btn {
  width: 100%;
  padding: 14px;
  background: #ad8527;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease;
}