/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f5cf44;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

/* Default logo size for large screens */
.navbar-brand img {
    height: 90px;
    transition: height 0.3s ease;
}

/* Small screens (mobiles) */
@media (max-width: 768px) {
    .navbar-brand img {
        height: 80px !important;
        
    }
}





/*** Header ***/

.banner-para
{
    font-size: 25px;
    text-shadow: 5px 5px 5px #000000 !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .banner-para {
        font-size: 20px !important;
        
    }
}

.banner-head
{
    font-size: 85px;
    color: #ffffff !important;
    text-shadow: 6px 5px 5px #000000 !important;
    font-family: 'Lobster', cursive !important;
    font-weight: 100 !important;
}

@media (max-width: 768px) {
    .banner-head {
        font-size: 50px !important;
        
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1;
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .4);
    
}

@media (max-width: 768px) {
    .page-header-inner {
        height: 200px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #b78d13;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}



.service-item{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-item::before{
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
   background: linear-gradient(
    to bottom,
    #dda50c,   /* soft yellow */
    #9c6301   /* golden brown */
  );
  transition: all 0.4s ease;
  z-index: -1;
}

.service-item:hover::before{
  top: 0;
}


.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    /* background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.testimonial-card
{
    background-color: #f7f7f7 !important;
    border-radius: 10px !important;
    
}


.testimonial-adjust {
    margin-top: -50px !important; /* section ko upar uthayega */
    margin-bottom: 100px !important; /* niche ka gap kam karega */
    padding-top: 20px !important; /* upar padding kam */
    padding-bottom: 20px !important; /* niche padding kam */
    margin-top: 20px !important;
}

.testimonial-card-section
{
    margin-top: -40px !important;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

@media (max-width: 768px) {
   .testimonial-carousel .testimonial-item {
    padding: 10px;
    
}
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #a56f0a;
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.double-quote
{
    color: #bbbbbb !important ;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #000;
    background: #dfa300 ;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}



@media (max-width: 768px) { /* mobiles */
    .testimonial-carousel {
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-carousel .testimonial-item {
        padding: 25px;
        min-height: 200px; /* card bigger on small screens */
    }
}

/* Optional: make carousel nav smaller on mobile */
@media (max-width: 576px) {
    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 60px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.email
{
    font-size: 14.3px !important;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* headedr section start */

.custom-envelope {
    color: #e0ba3b !important; 
    font-size: 20px;
}

.custom-envelope-2 {
    color: #c59c13 !important; 
    font-size: 20px;
}

/* book now button */
.gw-all-products-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff; /* yellow text */
    background: #daa728; /* black background */
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* border: 1px solid rgb(250, 76, 23); */
    /* box-shadow: 0 0 15px rgba(255,255,255,0.4), 0 0 10px rgba(255,215,0,3); */
}

/* Shining overlay – left to right only */
.gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
}

/* Keyframes – only left to right */
@keyframes shineLTR {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { left: 100%; opacity: 0; }
}

/* Hover effect */
.gw-all-products-btn:hover {
    color: #000000;
    background: #ecbd1f;
    /* box-shadow: 0 0 5px rgba(255,255,255,1), 0 0 20px rgba(255,215,0,0.9); */
    /* transform: translateY(-3px); */
}


/* counter section start */

.counter
{
    color: #daa728;
}
.plus{
  color: #daa728; /* yahan jo color chaho */
}
.multiply
{
    color: #daa728;
}

.container-fluid.stats-section {
    margin-top: -70px; /* jitna upar shift karna hai adjust karo */
    position: relative;
    z-index: 1;
}
.stats-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
}

.stats-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.stats-box h2 {
    font-weight: 700;
}

.stats-box p {
    font-size: 0.95rem;
    color: #555;
}
/* counter section end */



.welcome-area
{
    color: #7e7e7e !important;
}

@media (max-width: 768px) {
    .welcome-sec {
       margin-top: -50px;
        
    }
}


.hotel-heading {
  font-family: 'Lobster', cursive; /* Font */
  font-weight: 50;                 /* Font weight */
  font-size: 65px;                 /* Font size */
  background: linear-gradient(180deg, #e7b511, #833d07); /* Linear gradient color */
  -webkit-background-clip: text;   /* Apply gradient to text */
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); 
}

@media (max-width: 768px) {
    .hotel-heading {
        font-size: 45px !important;
        
    }
}


@media (max-width: 768px) {
    .multi-images {
        /* margin-left: -20px !important; */
        
    }
}




.total-rooms
{
    font-size: 35px ;
}

/* Container styling */
.accommodation-section {
    overflow: hidden;
}

@media (max-width: 768px) {
    .accommodation-section {
       margin-top: -50px;
        
    }
}



/* Left content */
.left-content {
    background-color: #111; /* Dark background */
    color: #fff;
}

.left-content .section-title {
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffd700; /* Optional accent color */
}

.left-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Buttons */
.left-content .btn-primary {
    background: linear-gradient(90deg, #f5c422, #833d07);
    border: none;
    transition: all 0.3s ease;
}

.left-content .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.left-content .btn-light {
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}

.left-content .btn-light:hover {
    background-color: #fff;
    color: #000;
}

/* Right image */
.right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .left-content h1 {
        font-size: 36px;
    }

    .left-content p {
        font-size: 14px;
    }

    .left-content .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
.comfert-classic
{
    color: #ffcb2f !important ;
    font-size: 18px;
}

.hotel-heading-2 {
  font-family: 'Lobster', cursive; /* Font */
  font-weight: 50;                 /* Font weight */
  font-size: 50px;                 /* Font size */
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);  */
  color: #000;
}

@media (max-width: 768px) {
    .hotel-heading-2 {
        font-size: 30px !important;
        
    }
}

.hotel-heading-3
{
    
    font-size: 60px;
    background: linear-gradient(180deg, #e7b511, #833d07); /* Linear gradient color */
    -webkit-background-clip: text;   /* Apply gradient to text */
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); 
    font-family: 'Lobster', cursive;

}

@media (max-width: 768px) {
    .hotel-heading-3 {
        font-size: 40px !important;
        
    }
}
.hotel-heading-4
{
    
    color: #ffffff;
    font-family: 'Lobster', cursive;
    font-weight: 100 !important;

}


/* Service Section */
.service-item {
    height: 100%;
    min-height: 170px;        /* sab cards ka fixed height */
    display: flex;
    flex-direction: column;
    justify-content: center !important; /* content center me */
    align-items: center;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgb(223, 223, 223) !important
}

/* Icon Wrapper */
.service-icon {
    width: 70px;
    height: 70px;
}

.icon-color
{
color: #9f6809 !important;
}

.service-icon .border {
    width: 100%;
    height: 100%;
}

/* Title Styling */
.service-item h5 {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
}

/* Hover Effect (Optional but Attractive) */
.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

/* Responsive tweak */
@media (max-width: 575px) {
    .service-item {
        min-height: 200px;
    }
}


/* Hall & Terrace Section start*/
.hall-terrace-section {
    background: #ffffff;
    color: #ffffff;
}
@media (max-width: 575px) {
    .hall-terrace-section{
        margin-top: -50px;
    }
}

/* Image */
.hall-terrace-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.hall-terrace-content {
    /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
    background-color: #000;
}

.hall-heading {
    font-weight: 700;
    color: #ffffff;
}

.hall-description {
    font-size: 16px;
    line-height: 1.7;
    color: #e0e0e0;
}

/* Features List */
.hall-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hall-feature-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* Subheading */
.hall-subheading {
    color: #ffcc66;
    font-weight: 600;
}

/* Event Tags */
.hall-event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hall-event-tags span {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.rooftop-highlight {
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    border-left: 4px solid #ffc107;
    padding: 18px 20px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

.rooftop-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.rooftop-text {
    color: #f1f1f1;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Hall & Terrace Section end*/


/* Section */
.book-direct-premium-section {
    position: relative;
    background: url("../img/hotel-premium-bg.jpg") center/cover no-repeat;
    padding: 50px 0;
    color: #ffffff;
    text-align: center;
}

.book-direct-premium-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 32, 39, 0.65); /* dark overlay */
    z-index: 1;
}

.book-direct-premium-section .content-wrapper {
    position: relative;
    z-index: 2;
}

/* Title */
.book-direct-premium-title {
    font-size: 42px;
    font-weight: 700;
}

.book-direct-premium-title span {
    color: #ffd369; /* golden accent */
}

/* Glass Paragraph */
.glass-paragraph {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.glass-paragraph p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin: 10px 0;
}

/* Button */
.btn-premium-book {
    padding: 14px 45px;
    font-size: 16px;
    border-radius: 30px;
    background: linear-gradient(135deg, #ffd369, #ff9f1c);
    color: #1b1b1b;
    border: none;
    font-weight: 600;
    transition: all 0.4s ease;
}

.btn-premium-book:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(255, 159, 28, 0.6);
}

/* footer-logo-section */

/* Default logo size */
.logo-img {
    height: 90px;
    transition: height 0.3s ease;
    margin-top: -30px !important;
}

@media (max-width: 768px) {
    .logo-img {
        height: 90px;
    }
}


.ayodhya
{
    color: #c59c13 !important;
}
.ayodhya:hover
{
color: #e0ba3b !important;
}


@media (max-width: 767px) {
  .footer .rounded {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .copyright p {
    text-align: center;
  }

  .copyright p a.ayodhya {
    display: block;
    margin-top: 5px;
  }
}

/* ==================about page start====================*/

/* mission and vision section start */

/* Mission & Vision Cards */


.mission-vision-section
{
    background-color: #f7f7f7 !important;
}
.service-item{
  background: #ffffff;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-item h4{
  font-weight: 600;
  color: #1a1a1a;
}

.service-item p{
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

/* Icon Box */
.service-icon{
  width: 70px !important;
  height: 70px !important;
}

.service-icon div{
  transition: all 0.3s ease;
}

/* Hover Effect (Top to Bottom Gradient) */
.service-item::before{
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f5c542, #9f6809);
  transition: all 0.45s ease;
  z-index: -1;
}

.service-item:hover::before{
  top: 0;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover i{
  color: #ffffff !important;
}

.service-item:hover .service-icon,
.service-item:hover .service-icon div{
  border-color: #ffffff;
}

/* Responsive Fix */
@media (max-width: 767px){
  .service-item{
    padding: 25px 20px !important;
  }

  .service-item p{
    font-size: 14px;
  }
}


/* What Sets Us Apart */
.apart-item{
  gap: 15px;
}

.apart-icon{
  min-width: 50px;
  height: 50px;
  background: #f8f9fa;
  border: 2px solid #9f6809;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f6809;
  font-size: 18px;
  transition: all 0.3s ease;
}

.apart-item h5{
  margin-bottom: 5px;
  font-weight: 600;
}

.apart-item p{
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

/* Hover Effect */
.apart-item:hover .apart-icon{
  background: linear-gradient(to bottom, #f5c542, #9f6809);
  color: #fff;
  border-color: #9f6809;
}

/* Responsive */
@media (max-width: 991px){
  .apart-item{
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  .apart-icon{
    min-width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

/* founder section start */

/* Leadership Section */

.founder-section
{
    background-color: #f7f7f7 !important;
}
/* Card container */
/* Card container */
.leader-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  border: 1px solid #db8c04;
  max-width: 300px;
  margin: 0 auto;
}

/* Card image */
.leader-img {
  width: 100%;
  height: 300px; /* height aap adjust kar sakte ho */
  object-fit: cover; /* image perfectly fit karega */
  object-position: center; /* image center se crop hogi */
  display: block;
}

/* Optional: Card content padding */
.leader-card .card-content {
  padding: 15px;
}

.leader-content{
  padding: 20px 15px;
  background-color: #ffffff;
  border-top: 1px solid #d4d3d3;
}

.leader-content h5{
  font-weight: 600;
  margin-bottom: 5px;
}

.leader-role{
  color: #9f6809;
  font-weight: 500;
  font-size: 15px;
}

/* Hover Effect */
.leader-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 991px){
  .leader-img{
    height: 280px;
  }
}

@media (max-width: 767px){
  .leader-img{
    height: 300px;
  }
}

/* faq section start */

/* FAQ Section */
.faq-wrapper{
  max-width: 900px;
}

.faq-item{
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-question{
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon{
  font-size: 22px;
  color: #9f6809;
  transition: transform 0.3s ease;
}

.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fafafa;
}

.faq-answer p{
  padding: 15px 20px;
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}


/* Active State */
.faq-item.active .faq-answer{
  max-height: 300px;
}

.faq-item.active .faq-icon{
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 767px){
  .faq-question{
    font-size: 15px;
  }
}

/* contact section start */

/* Contact Section */


.contact-section
{
    background-color: #f7f7f7 !important;
    margin-bottom: 100px;
}
.contact-card{
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.contact-icon{
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 2px solid #9f6809;
  color: #9f6809;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s ease;
}

.contact-card h5{
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card p{
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.contact-card a{
  color: inherit;
  text-decoration: none;
}

/* Hover Effect */
.contact-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.contact-card:hover .contact-icon{
  background: linear-gradient(to bottom, #f5c542, #9f6809);
  color: #ffffff;
}

/* Responsive */
@media (max-width: 767px){
  .contact-card{
    padding: 30px 20px;
  }
}


/* contact page */

.contact-page-section
{
    margin-bottom: 100px;
}
@media (max-width: 767px){
  .contact-page-section{
    margin-top: -50px;
  }
}

.contact-info-wrapper {
    gap: 1.5rem; /* spacing between cards */
}

.contact-info-card {
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    box-shadow: none !important;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Perfect circular icon */
.contact-info-icon {
    width: 50px;
    height: 50px;
    background-color: #8f4a12; /* primary color */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 15px;
}

.contact-info-title {
    font-weight: 600;
}

.contact-info-text {
    color: #555;
}

.enquiry-section
{
    margin-bottom: 100px;
}

@media (max-width: 767px){
  .enquiry-section{
    margin-top: -50px;
  }
}

.explore-section
{
    margin-bottom: 100px;
}

@media (max-width: 767px){
  .explore-section{
    margin-top: -50px;
  }
}

/* gallery section start */

/* Gallery section start */

.gallery-section
{
    margin-top: -45px;
    margin-bottom: 100px;
}

#whVideosTab
{
    margin-bottom: 70px;
}
.gallery-caption {
  position: absolute;
  bottom: 0; /* neeche fix */
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* transparent black */
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 0.9rem;
  border-bottom-left-radius: 10px;  /* same radius as card */
  border-bottom-right-radius: 10px;
}
.our-gallery-font{
    font-size: 2rem;
}
/* photos videos Tabs Custom Colors */
.wh-media-gallery-tabs .nav-link {
  color: #444;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 8px 22px;
  margin: 0 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 40px;
  margin-top: 0px;
}

/* Active Tab */
.wh-media-gallery-tabs .nav-link.active {
  background-color: #946104;   /* 🔶 Active color */
  color: #fff;
}

/* Hover Effect */
.wh-media-gallery-tabs .nav-link:hover {
  background-color: #c27f04;
  color: #fff;
}
.video-tab
{
    margin-top: -80px;
}
.gallery-card {
  width: 100%;
  height: 200px; /* fixed height for all images */
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
   position: relative;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes all images same size */
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.08);
}

.modal-content {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  position: relative; /* relative required for absolute positioning of button */
  padding: 0; /* remove extra padding */
}

/* Close button fixed top-right */
.modal .btn-close {
  position: absolute;
  top: 10px;  /* distance from top */
  right: 10px; /* distance from right */
  z-index: 1050; /* above image */
  background-color: white;
  opacity: 0.8;
  border: none;
}

/* Image style */
.modal img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
/* Gallery section end */


/* our venture section start */
/* ================= Hotel Ashish Park Section ================= */

.hotel-content-section {
    margin-top: 60px;
    margin-bottom: 100px;
}

/* Left Image Wrapper */
.hotel-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.1); */
}

.hotel-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

@media (max-width: 768px){
  .hotel-image-wrapper {
    margin-top: -50px;
  }
}

.hotel-image-wrapper:hover .hotel-image {
    /* transform: scale(1.05); */
}

/* Right Content */
.hotel-text-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

.hotel-text-content strong {
    color: #946104; /* highlight color matching tabs */
}

/* Call to Action Button */
.hotel-cta-btn {
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.hotel-cta-btn:hover {
    background-color: #c27f04;
    border-color: #c27f04;
    color: #fff;
}
.ventures-para
{
    text-align: justify;
}

/* @media (max-width: 768px) {
    .ventures-para  {
        text-align: justify;
    }
} */

.established
{
    color: #946104;
}



@media (max-width: 768px) {
    /* Second image left part visible on mobile */
    #header-carousel .carousel-item:nth-child(2) img {
        object-position: left ;
    }
}

@media (max-width: 768px) {
    .explore-our {
        margin-top: -50px !important;
    }
}

.quick-links-wrapper {
    display: flex;
    gap: 2rem; /* space between columns */
    flex-wrap: wrap;
}

.quick-links-col {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1; /* columns take equal width */
}

@media (max-width: 576px) {
    .quick-links-wrapper {
        flex-direction: column;
    }
}
/* -----whatsapp icon---- */
.wa-floating-container {
    position: fixed;
    bottom: 3%;
    left: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0px; /* spacing between buttons */
}
.wa-button-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* background-color: #25D366; */
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: wa-pulse 1s infinite;
    margin-bottom: 30px;
}

.wa-button-main:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}
.wa-button-icon {
    width: 50px;
    height: 50px;
    /* filter: brightness(0) invert(1); */
}
.wa-tooltip {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #075E54;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wa-button-main:hover .wa-tooltip {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .wa-button-main {
        width: 55px;
        height: 55px;
    }

    .wa-button-icon {
        width: 60px;
        height: 60px;
        
    }

    .wa-floating-container {
        bottom: 40px;
        right: 40px;
    }
}

.trin-trin {
    animation: trinTrin 1.3s infinite ease-in-out;
    transform-origin: 50% 50%;
}

@keyframes trinTrin {
    0%   { transform: rotate(0deg); }
    5%   { transform: rotate(12deg); }
    10%  { transform: rotate(-12deg); }
    15%  { transform: rotate(10deg); }
    20%  { transform: rotate(-10deg); }
    25%  { transform: rotate(8deg); }
    30%  { transform: rotate(-8deg); }
    35%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}



/* couple family section start */

.couples-family-section {
    background: url("../img/background.jpg") top/cover no-repeat;
    color: #fff;
    position: relative;
    
}

.couples-family-section .hotel-heading-2 {
    color: #000000;
}

.couples-family-section .hotel-heading-3 {
    color: #ffc107;
}

.couples-description {
    font-size: 17px;
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto 20px;
    color: #000000;
    padding: 20px 30px;
    border-left: 4px solid #c27f04;
    border-right: 4px solid #c27f04;
    background: #f9f9f9;
    border-radius: 8px;
}

.couples-family-section .btn-primary {
    background-color: #dba605;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.couples-family-section .btn-primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .couples-description {
        font-size: 15px;
    }
}