@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
a{font-family: "Roboto", sans-serif;}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 2px;
    color: #185a39;
}
.navbar-brand img {width: 60px;}
.footpad {padding: 0px 100px;}
.footpad li a:hover {color: white;transition: all 0.3s ease;}
.footer-section a:hover {color: white;}
.list-unstyled li {margin-bottom: 5px;}
.list-unstyled li a{margin-bottom: 5px;text-decoration:none;color: #afaaaa;}
.footp {color: #afaaaa;}
.btn-retreat {padding: 5px 20px !important;
    color: white;
	background-color: transparent !important;
	border: 2px solid #cac4c4;
	border-radius: 30px !important;
	text-decoration:none;
	}

.dropdown-toggle::after {
    margin-left: .4em;
    vertical-align: .1em;
}

.btn-learn a{color:#fff;text-decoration:none}

.bh {
    position: sticky;
    top: 70px; /* adjust according to your sticky header height */
    z-index: 99;
    background: #fff; /* prevents overlap transparency */
    padding: 10px 0;
}

.amenity-item img {
    width: 35px !important;
}

/* Optional: smooth shadow when sticky */
#filter-buttons.sticky-active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}


#mainNavbar {
    top: -80px;
    transition: top 0.3s ease-in-out;
}

#mainNavbar.show {
    top: 0;
}

.btn-retreat:hover {
    color: #ffffff;
    border: 2px solid #00ff80;
    transition: 0.3s;
}


p {color: #666;font-family:Poppins !important}
img {width: 100%}
.banner img {height: 100vh;}
.menu .navbar-brand{color: white;min-width: 170px;}
.menu .nav-link {color: white;}

.service-menu{
    background: #fff;
    text-decoration: none;
    list-style-type: none;
    padding: 10px 25px;
    margin: 0px;
    position: absolute;
    display: none;
	}
.navbar-toggler{background:#fff}	
.service-menu li :hover {border-bottom: 2px dotted #267c51;}
.service-item {text-decoration: none;
    color: #267c51;
	}
.service:hover .service-menu{display:block !important;}
.unique-expList li {color: #666;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color: #fff;}
.menu {background: #267c51 !important;padding:0px;}
.navbar-nav .nav-item .nav-link {padding: 10px 25px;}
.navbar-nav .nav-item .nav-link:hover {color: #fff;}
.banner {position: relative;padding : 0px !important;}
.bannertext {position: absolute;text-align:center;color:white;
  top: 50%;left: 50%;transform: translate(-50%, -50%);}
.bannertext h1 {font-size: 7.5rem;margin-bottom: 20px;}
.bannertext p {color:white;}
.sectiontop {margin-top: 100px;}
.sectionbottom {margin-bottom: 100px;}
.abouttext h6 {font-weight: 400;}
.abouttext h2 {font-size: 3rem;margin-bottom:25px !important;color: #222;}
.abouttext p {margin-bottom: 25px !important;color: #666;;}
.lspaceing {letter-spacing: 5px;color: #185a39;text-transform: uppercase;}
.yoga-img {
      width: 100%;
      height: auto;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      object-fit: cover;
    }
    .img-container1 {
      display: flex;
      justify-content: center;
      align-items: center;
	  margin-top: 100px;
    }
	.img-container2 {
      display: flex;
      justify-content: center;
      align-items: center;
	  margin-bottom: 100px;
    }
.bh a:hover{color:green !important} 

	
	.btn-hero {border: 1px solid white;color:white;border-radius:30px;text-decoration:none;padding: 10px 40px;}
.btn-hero:hover {background: #52B788;
    color: #ffffff;
    border: none;
	transition: 0.3s;
	}
	
	.btn-learn {
      background-color: #185a39;
      color: #fff;
      padding: 10px 26px;
      border: none;
      border-radius: 10px;
      font-weight: 500;
      transition: all 0.3s ease;
	  text-decoration: none;
    }

     .btn-learn:hover {
      background-color: #267c51;
      color: #fff;
    }
	
/* section tarrif plan */
	
	.section-title {
      font-size: 3rem;
      margin-bottom: 30px;
	  color: #222;
    }

    .card {
      position: relative;
      border: none;
      border-radius: 0;
      overflow: hidden;
      background: black;
    }

    .card img {
      width: 100%;
      height: 320px;
      object-fit: cover;
      transition: transform 0.4s ease;
      opacity: 0.8;
    }

    .card:hover img {
      transform: scale(1.05);
    }

    .overlay-text {
      position: absolute;
      bottom: 15px;
      color: #fff;
	  display: flex;
	  width: 100%;
    justify-content: space-between;
	padding: 0 20px;
    }
	

    .overlay-text p {
      margin: 0;
      font-size: 0.9rem;
	  color: white;
	  font-weight: 600;
    }

    .overlay-text h5 {
      margin: 0;
      font-size: 1.2rem;
      font-weight: 600;
    }
	
	.btn-service {
	    border-radius: 5px;
	display: flex;
	align-items: center;
    padding: 5px 10px;
	text-decoration: none;
    color: white;
	background: #185a39;
    transition: background 0.3s ease, color 0.3s ease;
	}
	
	.btn-service:hover {
		background: #267c51;
	}

    
	.retreat-background {background-color: #f8f5f0;}
	
	/* section tarrif plan close */
	
	/* video section */
	
	.video-section {
    position: relative;
    background: url(../images/vid.jpg) center / cover no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 200px 0;
	text-align: center;
}
.video-section p {color: white;}
.video-section h2 {font-size: 3rem;}
.play-button {text-decoration: none;
	color: white;
	font-size: 70px;
	}

	/* close video section */
	
	
	
	/* section facilities */
	
	.facility-icon img {width: 12%;}
	
	.facility-card {
     border: 1px solid #dfddd9;
    padding: 30px 25px;
    transition: all 0.3s ease;
    height: 100%;
    }

    .facility-card:hover {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transform: translateY(-5px);
	  background:  rgb(24 90 57 / 9%);
	  color: #fff !important;  
    }
	

    .facility-icon {
      font-size: 40px;
      color: #000;
      margin-bottom: 15px;
    }

    .facility-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
	  color: #222;
    }

    .facility-text {
      color: #666;
      font-size: 0.9rem;
    }
	/* facilities close */
	
	
	/* ===== Testimonials Section ===== */
    .testimonial-section {
      position: relative;
      background: url('../images/testimonial-img.jpg') center/cover no-repeat;
	  background-attachment: fixed;
      color: #fff;
      padding: 140px 0;
    }


    .testimonial-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: auto;
      text-align: left !important;
    }
	
	.testimonial-content h2 {color: white !important;}


    .testimonial-text {
      font-size: 1rem;
      line-height: 1.7;
      color: #eaeaea;
      margin-bottom: 40px;
    }

    .client-info {
      display: flex;
      gap: 20px;
    }

    .client-img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #fff;
    }

    .client-img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
    }

    .client-name {
      font-weight: 600;
      font-size: 1rem;
	  margin-bottom: 0px;
	  color: #fff;
    }

    .client-location {
      font-size: 0.9rem;
      color: #ccc;
	  margin-bottom: 0px;
    }

    .stars {
      color: #ffc107;
      font-size: 1rem;
    }
.testimonial-slider .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        background-color: #40916C;
        border-radius: 100%;
    }
	/* testimonial section close */
	
	
	
	
	
	/* home contact section  */
	.call-img { 
	background: #185a39;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    place-content: center;
	}
	
	.retreat-section {
      background: url('../images/contactback.jpg') center/cover no-repeat;
      position: relative;
	  background-attachment: fixed;
      padding: 40px 0;
      color: white;
    }

    .retreat-content h3 {
      font-weight: 500;
      line-height: 1.6;
      margin-bottom: 20px;
	  font-size: 25px;
    }



    .retreat-form {
	position: relative;
      z-index: 2;
	width:80%;
	top: 100px;
      background: #f4e8d9;
      color: #333;
      padding: 40px 35px;
      border-radius: 4px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .retreat-form h4 {
      font-weight: 600;
      margin-top: 5px;
      margin-bottom: 30px;
    }

    .retreat-form .form-control {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent;
      font-size: 14px;
      padding: 10px 5px;
    }

    .retreat-form .form-control:focus {
      box-shadow: none;
      border-color: #a67c52;
	  background: #f4e8d9;
    }

    .button-check {
      background: #185a39;
      color: white;
      border: none;
      border-radius: 0;
      padding: 12px;
      font-weight: 500;
      letter-spacing: 2px;
      transition: 0.3s;
      width: 100%;
    }

    .button-check:hover {
      background: #267c51;
    }

	 .call-info {
    display: flex;
    gap: 15px;
}
.contact-text{font-size: 30px;}
.call-container {place-content: center;}
.call-container p {margin-bottom: 0px;}
.call-img i {font-size: 30px;}
.phone-number{font-size: 20px; font-weight: 500;color:white;}
.phone-text {color: white;}
.pcent {place-items: center;}
	
	
	/* home contact section close */
	
	
	/* blog section */
	.owl-theme .owl-dots .owl-dot span {
		width: 15px !important;
		height: 15px !important;
		background-color: #715946 !important;
	}
	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background-color: #267c51 !important;
}
.news-section{background-color: #222;padding: 100px 0px ;}
.section-titlle {
	font-size: 3rem;
	color: white;
	}


.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 20px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
	top: -50px;
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: white;
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/* blog section close */

.footer-section {background-color: #222;
padding: 120px 0 50px;
}




/* program section  css start */

.retreat-grid-container {
            display: flex;
            width: 100%;
            height: 70vh; 
            box-sizing: border-box;
			gap: 20px;
			padding:15px;
        }

        .grid-retreat {
            position: relative;
            flex: 1; /* Both start with equal width */
            background-size: cover;
            background-position: center;
            border-radius: 4px; /* Slight rounded corners */
            overflow: hidden;
            cursor: pointer;
            
            /* The Smooth Animation */
            transition: flex 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
        }

        /* --- Hover Logic (Desktop Only) --- */
        @media (min-width: 992px) {
            .grid-retreat:hover {
                flex: 1; /* Expands significantly */
            }
            
            /* When hovering the container, dim the card that is NOT hovered */
            .retreat-grid-container:hover .grid-retreat:not(:hover) {
                flex: 0.8; /* Shrinks slightly */
            }
        }

        

        /* --- Content Layer --- */
        .card-retreat {
            padding: 3rem;
        }

        /* Top Title Style */
        .model-title {
            font-weight: 700;
            font-size: 3rem; /* Big text like the reference */
            text-align: center;
            margin-top: 1rem;
            text-shadow: 0 4px 20px rgba(0,0,0,0.5);
        }

        /* Bottom Info Area */
        .bottom-area {
            display: flex;
            justify-content: space-between;
        }

        

        .description-text {
            font-size: 1rem;
            max-width: 320px;
            line-height: 1.4;
            margin: 0;
        }

        /* Arrow Button */
        .explore-arrow {
            text-decoration: none;
            font-size: 1.5rem;
            opacity: 0.8;
            transition: transform 0.3s ease, opacity 0.3s;
        }

        .grid-retreat:hover .explore-arrow {
            transform: translateX(10px);
            opacity: 1;
        }

/* program-section css end */


/* gallery webpage css start */

        .filter-container {
            margin-bottom: 5px;
        }

        .btn-filter {
            background-color: #185a3917;
            border: 1px solid #185a39;
            color: #666;
			font-size: 16px;
            border-radius: 5px; 
            padding: 8px 24px;
            font-weight: 700;
            letter-spacing: 1px;
            margin: 0 2px;
            transition: all 0.3s ease;
        }

        .btn-filter:hover {
            border-color:  #185a39;
            background-color: #267c51;
			color: white;
        }

        .btn-filter.active {
            background-color: #185a39;
            color: #fff;
        }

        .masonry-grid {
            column-count: 3;
            column-gap: 15px;
        }

        .masonry-grid .gallery-item {
            break-inside: avoid; 
            position: relative;
            cursor: pointer;
            transition: opacity 0.3s ease;
			margin-bottom: 15px;
        }

        .masonry-grid .gallery-item img {
            width: 100%;
            height: auto;
            border-radius: 2px;
            display: block;
        }
        
        .masonry-grid .gallery-item:hover {
            opacity: 0.9;
        }

        .hide {
            display: none;
        }
        .show {
            animation: fadeIn 0.5s;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
		
		

		
/* gallery webpage css end */



/* Rereat 3 Day Webpage start*/
.amenity-item h5 {    font-size: 13px;
    margin: 0px;
    color: #666;}
.amenity-padding {padding-left: 30px;
	display: flex;
    align-items: center;
    gap: 25px !important;
    margin-bottom: 12px;
    color: #444;
    font-size: 0.85rem;
    border-bottom: 1px #185a391a solid;
    margin: 20px 10px;
}

.amenity-padding i {font-size: 1.5rem !important;}


.navform {
	border: 2px solid #185a39;
	border-radius: 30px;
	padding: 6px 15px;
	}
.navform::placeholder {color: #fff;}
.navform:focus {
    background: transparent;
	color: #fff;
	border: 2px solid #185a39;
}




        .gallery-section .gallery-item {
            display: block;
            width: 100%;
            object-fit: cover; 
        }
		
		.gallery-row {
    margin-bottom: 1.5rem;
}

        .h-tall {height: 50vh; }
        .h-standard {height: 95vh; }
		
		.text-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); 
            z-index: 2;
        }

        .text-overlay h2 {
            color: #ffffff;
            font-weight: 800; 
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 2rem;
            line-height: 1.2;
            text-align: left; /* Aligns text block to the left relative to itself */
            display: inline-block; /* Allows text-align to work on the block */
            text-shadow: 0px 2px 10px rgba(0,0,0,0.5); /* Shadow for readability */
        }
		.gallery-col {
            position: relative;
            overflow: hidden;
        }


.hero-section {
            height: 100vh; 
            min-height: 500px; 
            width: 100%;
            overflow: hidden;
            display: flex;
            align-items: center; 
        }

 
        .video-bg {
            position: absolute;
            top: 50%;
            left: 51%;
            min-width: 100%;
            min-height: 100%;
            width: 100%;
            height: 100%;
            z-index: -2; 
            transform: translate(-51%, -50%);
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
            z-index: -1;
        }

    
        .hero-title {
            font-size: 4rem; /* Large size */
            line-height: 1.1;
            margin-bottom: 0.5rem;
        }
		
		
		

    
.btn-hero {border: 1px solid white;color:white;border-radius:30px;text-decoration:none;padding: 10px 40px;}
.btn-hero:hover {background: #185a39;
    color: #ffffff;
    border: none;
	transition: 0.3s;
	}
	
	.whatsapp-btn {
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 1000; 
            background-color: #185a39; 
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%; 
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }

		.call-btn {
			position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000; 
			text-decoration:none;
			color: #fff;
			padding: 9px 53px !important;
			border-radius: 30px !important;
			background: #222 !important;
		
            
		}

        .whatsapp-btn:hover {
            background-color: #267c51;
            color: white;
            transform: scale(1.1);
		}
		
		.call-btn:hover {
            color: #fff;
			
			transition: 0.3s;
		}
		
		.white{color:#fff}
    .schedule-container2 {
        width: 100%;

        margin: 0px auto;
    }
	
	.accordion-item{border:none !important}

    /* Accordion Item Styling */
    .accordion-item {
        border-bottom: 1px solid var(--border-color);
		border-radius:120px;
		margin:10px;
    }

    .accordion-header {
        padding: 30px 30px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
        position: relative;
		border-radius: 60px 60px 0px 0px;
		border: 1px solid #83bb9f36 !important;
    }

    .accordion-header:hover {
        background-color: #f9f9f9;
    }

    /* ACTIVE STATE STYLES */
    .accordion-header.active {
        background-color: #185a39;
    }
    
    .accordion-header.active:hover {
        background-color: #267c51;
    }

    .header-left {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .day-label {
        font-size: 0.85rem;
        color: #185a39;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .day-title {
        font-size: 1.2rem;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #222;
    }

    .header-right {
        text-align: right;
        font-size: 0.9rem;
        color: #666;
        line-height: 1.5;
        margin-left: auto; /* Pushes group to the right */
        margin-right: 20px; /* Space between text and arrow */
    }

    .toggle-icon {
        width: 12px;
        height: 12px;
        border-right: 2px solid #40916C;
        border-bottom: 2px solid #40916C;
        transform: rotate(45deg); /* Arrow Down */
        transition: transform 0.3s ease, border-color 0.3s ease;
        margin-top: -5px; 
        flex-shrink: 0;
    }

    .accordion-header.active .day-label,
    .accordion-header.active .day-title,
    .accordion-header.active .header-right {
        color: #ffffff !important;
    }

    .accordion-header.active .toggle-icon {
        border-color: #ffffff;
        transform: rotate(-135deg) translate(-2px, -2px); /* Arrow Up */
    }

    /* Hidden Content Area */
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        background-color: #fff;
    }

    .content-inner {
        padding: 20px 30px 40px 30px;
        background: #f1f7f4;
    }

    /* Timeline styling */
    .day-item {
        display: flex;
		justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px dashed #eee;
    }

    .day-item:last-child {
        border-bottom: none;
    }

    .day-time {
        width: 320px;
        font-size: 16px;
        color: #185a39;
        flex-shrink: 0;
		font-family: Roboto;
    }

    .day-content {
       font-family: 'Roboto';
    font-size: 15px;
    }
	
	
        .video-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 4px; /* Optional rounded corners */
            background-color: #000; /* Black bg behind video */
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .custom-video {
            width: 100%;
            height: auto;
            display: block;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

  
        .video-poster {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            
            width: 80px;
            height: 80px;
            
            border: 1px solid #ffffff;
            border-radius: 50%;
            background-color: transparent;
            
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .play-btn::before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 18px; 
            border-color: transparent transparent transparent #ffffff;
            margin-left: 5px; 
        }

        .video-overlay:hover .play-btn {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-wrapper.is-playing .video-overlay {
            opacity: 0;
            pointer-events: none; /* Allows clicking the video controls underneath */
        }
		
		
		.room-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            background: #fff;
            transition: box-shadow 0.3s ease;
            height: 100%;
        }

        .room-card:hover {
            box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        }

        .card-img-wrapper {
            position: relative;
            overflow: hidden;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .card-img-wrapper img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        /* Gallery Button Styles */
        .gallery-badge {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background-color: white;
            color: #222;
            padding: 5px 12px;
            border-radius: 4px;
            font-size: 0.85rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            text-decoration: none;
            cursor: pointer; /* Changed to pointer */
            border: none;    /* Reset button styles */
        }
        
        .gallery-badge:hover {
            background-color: #f8f9fa;
            color: #000;
        }

        .card-body { padding: 25px; }
        .room-title { font-size: 1.25rem; font-weight: 700; color: #222; margin-bottom: 15px; }
        .room-desc { font-size: 0.95rem; color: #666; margin-bottom: 25px; line-height: 1.5; }

        .amenity-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            color: #444;
            font-size: 0.85rem;
            text-transform: uppercase;
        }

        .amenity-item i { width: 20px; text-align: center; color: #185a39; font-size: 1rem; }

        /* --- New Styles for the Carousel Modal --- */
        .modal-bg {
            padding: 0; 
            background-color: #000; 
        }
        
        .carousel-item img {
            width: 100%;
            height: 500px; /* Fixed height for consistency */
            object-fit: contain; /* Shows whole image without cropping */
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            filter: invert(1); /* Ensures arrows are white/visible */
            width: 3rem;
            height: 3rem;
        }
		.craousel-btn {
		background: #ab8a62;
		height: 60px;
		width: 60px;
		top: 40%;
		border-radius: 50%;
		margin: 20px;
		}
		.carousel-control-next, .carousel-control-prev {opacity: 1;}
		.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(0);
    width: 1.5rem;
    height: 1.5rem;
}



 .insta-card {
            background: #fff;
            border: 1px solid #dbdbdb;
            border-radius: 3px;
            margin: 0 auto; /* Center in column if needed */
        }

        .insta-header {
            padding: 14px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .profile-pic-container {
            position: relative;
            width: 42px;
            height: 42px;
            margin-right: 10px;
        }

        .profile-pic-border {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            border-radius: 50%;
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
            padding: 2px; /* Thickness of ring */
        }

        .profile-pic {
            background: #fff;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border: 2px solid #fff; 
            display: block;
        }

        .username {
            font-size: 14px;
            font-weight: 600;
            color: #262626;
            text-decoration: none;
            line-height: 1.2;
        }

        .location {
            font-size: 12px;
            color: #8e8e8e;
            display: block;
        }

        .btn-view-profile {
            background-color: #0095f6;
            color: white;
            font-weight: 600;
            font-size: 14px;
            padding: 5px 9px;
            border-radius: 4px;
            border: none;
            text-decoration: none;
        }
        .btn-view-profile:hover {
            background-color: #1877f2;
            color: white;
        }

        /* Image/Video Section */
        .media-container {
            position: relative;
            width: 100%;
            height: 450px; /* Fixed height for consistency */
            background-color: #000;
            overflow: hidden;
        }

        .media-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Play Button Overlay */
        .play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: rgba(255, 255, 255, 0.9);
            font-size: 60px;
            text-shadow: 0 0 10px rgba(0,0,0,0.2);
            pointer-events: none;
        }

        /* Navigation Arrows (for middle card) */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: #555;
            cursor: pointer;
        }
        .nav-left { left: 10px; }
        .nav-right { right: 10px; }

        /* Footer Section */
        .insta-footer {
            padding: 10px 14px;
        }

        .view-more-link {
            color: #0095f6;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
        }
        .view-more-link:hover {
            text-decoration: underline;
        }

        .custom-hr {
            margin: 0 0 10px 0;
            border-top: 1px solid #dbdbdb;
            opacity: 0.5;
        }

        .action-icons {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .action-icons i {
            font-size: 24px;
            color: #262626;
            margin-right: 15px;
            cursor: pointer;
            transition: color 0.2s;
        }
        
        .action-icons i:last-child {
            margin-right: 0; /* Remove margin from bookmark icon */
        }

        .action-icons i:hover {
            color: #8e8e8e;
        }

        .carousel-dots {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 4px;
        }
        .dot {
            width: 6px;
            height: 6px;
            background-color: rgba(255,255,255,0.4);
            border-radius: 50%;
        }
        .dot.active {
            background-color: #fff;
        }
		
		
		.insta{height: 800px;overflow: scroll;overflow-x: hidden;scrollbar-color: #74C69D #52b78866;}
		
		
		.profile-img-container {
            position: relative;
        }

        
        /* Stats Styling */
        .stats-text {
            font-size: 1rem;
            margin-right: 40px;
        }
        .stats-number {
            font-weight: 700;
        }

        /* Bio Text Styling */
        .bio-header {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 2px;
        }
        .bio-category {
            color: #a8a8a8; /* Grey text for category */
            font-size: 0.9rem;
        }
        .bio-text {
            font-size: 0.95rem;
            line-height: 1.4;
        }
        
        /* Link Styling */
        .bio-link {
            text-decoration: none;
            font-weight: 600;
			Color: white;
			text-decoration: none;
        }
        .bio-link:hover {
            text-decoration: underline;
        }
        .more-link {
            color: #a8a8a8;
            cursor: pointer;
        }
		.insta-profile {    justify-items: center;
    background: #185a39;
    padding: 30px 0;
    color: white;
	border-radius: 20px;
	margin-bottom:30px;
	}


.review-platform-name h4 {font-size: 20px;}
        /* --- SECTION 1: REVIEW BAR --- */
		
		.review-strip {
			background: #185a39;
			padding: 20px;
			border-radius: 20px;
		}
		
        .review-bar {
            color: white;
            padding: 10px 0;
        }
		.review-bar img {
			width:8%;
			margin-bottom: 8px;
		}

        .score-num {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2px;
        }

        .review-count {
            font-size: 0.9rem;
            margin-bottom: 5px;
            opacity: 0.9;
			color: white;
        }


        .rating-bar-stars {
            color: #ffc107; /* Bootstrap warning yellow */
            font-size: 0.8rem;
            margin-bottom: 5px;
        }

        /* Vertical Divider line between review columns */
        .review-col {
            position: relative;
            text-align: center;
        }




        .rating-section {
            margin-bottom: 50px;
        }

        /* Header Styling */
        .platform-header {
            margin-bottom: 20px;
        }
		.platform-header img {align-self: center;}
        
        .platform-name {
            font-weight: 700;
            font-size: 1.1rem;
            color: #222;
            position: relative;
            display: inline-block;
            padding-bottom: 8px; /* Space for the underline */
        }

        /* The Red Underline */
        .platform-name::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #185a39; 
            border-radius: 2px;
        }

        .rating-stars {
            font-size: 1rem;
            margin-top: 5px;
            font-weight: 600;
			color: #FFC107;
        }

        .star-yellow i {margin: 2px;  }
		
        .icon-google { width: 35px; height: 35px; margin-right: 10px; }

        /* Card Styling */
        .review-card {
            background: #F9F9F9; /* Very light grey background */
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .card-img-container {
            position: relative;
			height: 280px;
        }

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            left: 0; top: 0;
        }

        .card-content {
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .reviewer-name {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .review-title {
            font-weight: 800;
            font-size: 1.05rem;
            color: #333;
            margin-bottom: 12px;
        }

        .review-text {
            color: #555;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 15px;
			width: 97%;
        }

        .read-more {
            color: #185a39;
            text-decoration: underline;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-block;
        }
        .read-more:hover { color: #267c51; }

        /* --- Carousel Controls (Red Arrows) --- */
         .carousel-control-prev, .carousel-control-next {
            width: 45px;
            height: 45px;
            background-color: #185a39; 
            border-radius: 50%;
            opacity: 0.9;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        
        .rating-section .carousel-control-prev:hover, .carousel-control-next:hover {
            background-color: #267c51;
            opacity: 1;
        }

        .rating-section .carousel-control-prev { left: 20px; }
        .rating-section .carousel-control-next { right: 20px; }

        .rating-section .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 1.5rem;
            height: 1.5rem;
        }

        
		.rating-section .carousel-item img {object-fit: cover;height: 100%;}
		
		
		  /* --- FAQ Accordion Styles --- */
		.accordion-button {
    border: 2px solid #185a39 !important;
				border-radius: 30px;
}
        .accordion-button:not(.collapsed) {
            background-color: #267c51 !important;
				color: #fff !important;
			    border: 2px solid #267c51 !important; 
				border-radius: 30px;
				box-shadow: none !important;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
        }

        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
        }

        .accordion-button:focus {
            box-shadow: none !important;
            border-color: rgba(0,0,0,0.1);
        }

        .faq .retreat-form {
            width: 80%;
            top: 0px;
        }
		
.accordion-body {
font-size: 15px;
    font-family: 'Poppins';
}
.accordion-header .accordion-button {
	font-size: 1.1rem;
}

/* Rereat 3 Day Webpage end */



/* Contact us Webpage Start */

.pageback{background-image:url('../images/aboutus/contact-banner.jpg');height:60vh;background-attachment:fixed;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;place-content: center;}

.contact-title {
            font-size: 2rem;
            margin-bottom: 25px;
			font-weight: 400;
			color: #222;
        }

        /* Left Column Styles */
        .contact-desc {
            line-height: 1.8;
            margin-bottom: 40px;
            font-size: 15px;
        }

        .contact-item {
            margin-bottom: 30px;
            display: flex;
            align-items: flex-start;
        }

        .contact-item i {
            font-size: 40px;
            color: #185a39;
            margin-right: 20px;
            line-height: 1; 
            margin-top: 5px;
			align-self: center;
        }

        .contact-info-label {
            font-size: 15px;
            display: block;
			color: #222;
        }

        .contact-info-value {
            font-size: 25px;
            color: #185a39;
;
            font-family: 'Playfair Display', serif;
            display: block;
            text-decoration: none;
        }

        /* Right Column (Form) Styles */
        .contact-form .form-control {
            border: none;
            border-bottom: 1px solid #e0e0e0;
            border-radius: 0;
            padding: 15px 5px;
            background: transparent;
            font-size: 15px;
            margin-bottom: 20px;
        }

        .contact-form .form-control:focus {
            box-shadow: none;
            border-color: var(--primary-dark);
        }

        .contact-form textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        .btn-gold {
            background-color: var(--primary-gold);
            color: white;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 13px;
            padding: 15px 30px;
            border: none;
            border-radius: 0;
            margin-top: 10px;
            transition: 0.3s;
        }

        .btn-gold:hover {
            background-color: #927551;
            color: white;
        }
		.form-contact::placeholder {color: #666;}
		

/* contact us Webpage end */


/* About us Webpage Start */

        .main-heading {
            font-size: 2.5rem;
            line-height: 1.1;
            margin-bottom: 20px;
        }
        .description {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .check-list {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }
        .check-list li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-size: 0.95rem;
            color: #666;
        }
        .check-list li i {
            color: #185a39;
            margin-right: 12px;
            font-size: 0.8rem;
        }
        

        .mission-section {
            position: relative;
            padding: 120px 0;
            background: url('../images/aboutus/aboutp-banner.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed; /* Parallax effect */
        }
        
        .mission-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 60px;
			color: white;
        }

        .glass-card {
            background: rgba(30, 30, 30, 0.6); /* Semi-transparent dark */
            border: 1px solid rgba(255,255,255,0.1);
            padding: 40px;
            text-align: center;
            height: 100%;
            transition: transform 0.3s;
        }
        .glass-card:hover {
            background: rgb(31 84 58 / 68%);
            border-color: rgba(255,255,255,0.2);
        }
        .glass-card h4 {
            font-weight: 800;
            margin-bottom: 20px;
            font-size: 1.5rem;
			color: white;
        }
        .glass-card p {
            color: #cccccc;
            font-size: 0.95rem;
            line-height: 1.6;
        }


        .values-section {
            text-align: center;
        }
        .values-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 30px;
        }
        .value-item {
            padding: 20px;
        }
        .value-icon {
            font-size: 2.5rem;
            color: #185a39;
            margin-bottom: 20px;
            display: inline-block;
        }
        .value-item h5 {
            font-weight: 800;
            font-size: 1.25rem;
            margin-bottom: 15px;
        }
        .value-item p {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }


        .cta-bar {
            background-color: #185a39;;
    color: white;
    padding: 40px 0;
    text-align: center;
        }
        
		
       
        

/* About us Webpage end */

/* enquiry button */

.enquiry-modal {
    border-radius: 12px;
    padding: 10px;
}

.enquiry-modal .form-control {
    padding: 12px 14px;
    border-radius: 8px;
}

.enquiry-modal textarea {
    resize: none;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.enquiryModal .form-control:focus {border-color: #267c51 !important;
								   box-shadow: 0 0 0 .25rem rgb(24 90 57 / 41%);
									}
.enquiryModal .modal-content{background-image: url('../images/modalback.jpg');}
.custom-close {
    filter: invert(1); /* white */
}
.enquiryModal .modal-title {color: black;}
.modal-btn {margin-top: 30px;}
/* enquiry button end */


/* responsive */

@media screen and (max-width: 600px) {
    .stats-text {
    font-size: 1rem;
    margin-right: 25px;
}
.bio-link {font-size:11px !important}
    .pageback{background-attachment:local !important}
	.contact-info-value {
    font-size: 20px;
	}
	.video-section {
		    padding: 100px 0;
	}
	.video-section h2 {font-size: 1.5rem !important;}
	.play-button {font-size: 50px;}
	.retreat-content h3 {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 20px;
}
	.img-grid-retreat {height: 50vh !important;border-radius:0 !important;}
	.content-grid-retreat {border-radius:0 !important;}
	.overlay-text {padding: 0 10px;}
	.overlay-text h5 {
    font-size: 1rem;
	}
	.nav-arrow {width: 18px;
    height: 18px;font-size: 8px;}
	.play-overlay {font-size: 25px;}
	.action-icons i {
    font-size: 15px;
    margin-right: 10px;
	}
	.insta-footer {
    padding: 10px 5px;
}
	.custom-hr {display: none;}
	.view-more-link {font-size:9px;margin-bottom:0;}
	.location {
    margin-top: -3px;
    font-size: 10px;}
	.username {font-size: 10px;}
	.btn-view-profile {display:none;}
	.insta-header {padding: 0;margin-bottom:5px;}
	.profile-pic-container {width: 30px;
    height: 30px;margin-right: 8px;}
	.media-container { height: 170px;}
	.h-standard {
    height: 65vh;
	}
	.amenity-padding {padding-left: 20px !important;;margin: 0 0 12px 0;gap: 15px !important;}
	.amenity-padding i {
    font-size: 1rem !important;
}
	
	.whatsapp-btn {
    bottom: 10px;
    left: 15px;
	width: 40px;
    height: 40px;
	font-size: 20px;
	}
	
	.btn-retreat {color: #222;Display:none;}
	.btn-retreat:hover {color: #222;}
	.amenity-item h5 {    font-size: 0.8rem;
    }
	
	.card-body {
    padding: 25px 0;
}


	.accordion-header {
            flex-direction: row; 
            flex-wrap: wrap; 
            align-items: center;
        }

        .header-left {
            width: 80%; /* Take up most width */
        }

        .toggle-icon {
            margin-right: 0;
            margin-left: auto; /* Push to far right */
        }

        .header-right {
            width: 100%; /* Force new line */
            text-align: left;
            margin-top: 10px;
            margin-right: 0;
            font-size: 0.85rem;
            color: #888;
        }
        .accordion-header.active .header-right {
            color: rgba(255,255,255,0.8);
        }

        .day-item {
            flex-direction: column;
            gap: 5px;
        }

        .day-time {
            width: 100%;
            font-size: 0.9rem;
        }
		
		
	.hero-section p {font-size: 16px !important;} 
	.hero-title {
    font-size: 3rem !important;
	}
	.dayhead {font-size: 1.8rem !important;}
	.play-btn {
	width: 60px !important;
    height: 60px !important;
	}
	
	.masonry-grid { column-count: 2; }
	.btn-filter {        border-radius: 8px;
        padding: 6px 3px;
        font-size: 12px;}
	.discount-card .btn-learn {padding: 10px 15px;border-radius: 7px;}
	.discount-body ul li {
    padding: 0px 20px;
    font-size: 16px;}
	.discount-body {
    padding: 10px 0;}
.discount-header {    padding: 15px 10px;}
	.discount-header h4 {    font-size: 20px;
    font-weight: 400;}
	.discount-header h1 {
    font-size: 30px;}
	.padlr{padding: 10px;}
	.facility-grid {gap:0px;}
	.timeline-wrapper::before {left: 5px;}
	.timeline-wrapper {
    padding-left: 15px;
}
	.facility-list li i {align-self: start;}
	.footer-section {padding: 80px 0 25px;}
	.navbar-brand img {
    width: 35%;
}
	.sectiontop {margin-top: 70px;}
	.sectionbottom {margin-bottom: 70px;}
	.banner img {
    height: 60vh;
}
	.bannertext a {
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
}
	.bannertext p {margin-bottom: 10px;
    color: #cac7c4;}
	.bannertext {width: 100%;top: 55%;}
	    .game-section .item {
        margin: 0 10px 30px !important;}
		.bannertext p {font-size: 12px;}
	.game-section .owl-stage {margin: 0px !important;}
.owl-theme .owl-nav.disabled + .owl-dots {margin: 0px !important;}
	    .game-section {padding: 0px !important;}
	.retreat-section {padding: 80px 0 20px;}
	.retreat-form {width: 100%;top: 50px;}
	.program-content h3 {
		line-height: 1;
    font-weight: 500;
	}
	.program-content {
    padding: 60px 15px;
}
	.facility-card {
    border: 2px solid #ced1d3;}
	.img-container2 {margin-bottom: 50px;padding: 0;}
	.img-container1 {Display: none;}
	.lspaceing {
    font-size: 0.8rem;
    letter-spacing: 3px;}
	h2 {font-size: 2rem !important;}
	.bannertext h1 {
    font-size: 2rem;margin-bottom: 0px;}
	.footpad {padding: 0px !important;}
	.navbar-nav .nav-item .nav-link {color: black !important;}
	.navbar-collapse {background-color: white !important;}
	.btn-pad {padding: 10px 25px !important;width: 100%;text-align:left;margin: 0px;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color: #ab8a62 !important;}
.call-btn{bottom:10px}
.booking-btn{bottom:60px !important}
.service-menu{
    
    position: relative !important;
   
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
  
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

 @media (max-width: 991px) {
            .main-heading { font-size: 2.2rem; }
            .mission-title, .values-title { font-size: 2rem; }
			
			.retreat-grid-container {
                flex-direction: column; /* Stack them */
                height: auto;
                padding: 15px;
				gap: 0;
            }

            .grid-retreat {
                width: 100%;
                flex: none; /* Disable flex animation */
            }

            .grid-retreat:hover { flex: none; }
            .retreat-grid-container:hover .grid-retreat:not(:hover) { filter: none; flex: none; }
            
            .model-title { font-size: 3rem; }
            .card-retreat { padding: 2rem; }
        }

@media (min-width: 768px) and (max-width: 991px) {
  .footpad {
    padding: 0px 30px;
}
	.img-grid-retreat {height: 50vh !important;border-radius:0 !important;}
	.content-grid-retreat {border-radius:0 !important;}
  .review-col:not(:last-child)::after {
                content: '';
                position: absolute;
                right: 0;
                top: 10%;
                height: 80%;
                width: 1px;
                background-color: rgba(255,255,255,0.3);
            }
			
.masonry-grid { column-count: 2; }
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
		.rating-section .carousel-control-prev {
    width: 35px;
    height: 35px;
    opacity: 0.6;
    top: 57%;
	}
	
	.rating-section .carousel-control-next {
    width: 35px;
    height: 35px;
    opacity: 0.6;
    top: 57%;
	}
            .card-img-container {
                height: 200px; /* Stacked height on mobile */
                min-height: auto;
                position: relative;
            }
            .card-img {
                position: relative;
            }
            .card-content {
                padding: 1.5rem;
            }
            .carousel-control-prev { left: 0px !important; }
            .carousel-control-next { right: 0px !important; }
	.review-col { margin-bottom: 20px; }
            .review-col:last-child { margin-bottom: 0; }
 
	.facility-grid {
        grid-template-columns: 1fr;
    }
  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

/*-----------------------amit css*/

.amount-box {
  background: #faf6f3;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #eee;
}


.fee-box {
  background: #faf6f3;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #eee;
}

.payment-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background: #fff5f5;
}



.check {
  background: #4caf50;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}


.wizard {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px 0;
}

/* Line */
.wizard::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.wizard-step {
  text-align: center;
  width: 25%;
  position: relative;
  z-index: 1;
}

.circle {
  width: 36px;
  height: 36px;
  background: #ddd;
  color: #666;
  border-radius: 50%;
  line-height: 36px;
  margin: auto;
  font-weight: bold;
}

.wizard-step span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #777;
}

/* Active */
.wizard-step.active .circle {
  background: #267c51;
  color: #fff;
}

.wizard-step.active span {
  color: #267c51;
  font-weight: 600;
}

/* Completed */
.wizard-step.done .circle {
  background: #4caf50;
  color: #fff;
}

.booking-btn {
    position: fixed;
    bottom: 90px; /* Above inquiry button */
    right: 30px;
    z-index: 1000;

    text-decoration: none;
    color: #fff;

    padding: 9px 47px;
    border-radius: 30px;

    background: #267c51; /* Red shade (change if needed) */

    font-weight: 600;
    transition: all 0.3s ease;
}
#proceedBtn{background: #267c51;border:none;opacity:1; /* Red shade (change if needed) */}
.form-select:disabled {
    background-color: #ffffff;
       border: 2px #267c51 solid !important;
}
.form-select,.form-control {
    background-color: #ffffff;
        border: 2px #267c51 solid !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgb(38 124 81) !important;
}

.form-control:focus, .form-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(139, 71, 137, 0.1);
}

.form-control:focus, .form-select:focus {
    outline: none;
    border-color: rgb(38 124 81);
    box-shadow: 0 0 0 4px rgb(38 124 81 / 13%);
}

/* Hover Effect */
.booking-btn:hover {
    background: #155635;
    color: #fff;
    transform: translateY(-2px);
}

