body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

/* Header section */
.apstia-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Navbar sticky behavior */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.navbar-nav {
    background: #e2dfdfbd;
    opacity: 0.8;
    border-radius: 10px;
    height: 50px;
    padding: 0.25rem;
}

/* White background on scroll */
.navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Dropdown styles (for hover and other menu behavior) */
.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Chevron visibility */
.navbar .dropdown-toggle::after {
    opacity: 1 !important; /* Chevron stays visible */
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

.nav-link {
    color: #000051;
    font-weight: 600;
}
/* Adjusting nav-link active/hover colors */
.nav-link.active,
.nav-link:hover {
    color: #ffd700 !important;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}

/* Ensure mobile view works well */
@media (max-width: 992px) {
    .navbar-nav {
        background: white;
        opacity: 1;
        border-radius: 0;
    }
}

/* Optional: Remove navbar-toggler button on larger screens */
.navbar .navbar-toggler {
    display: none;
}

/* Optional: Mobile adjustments */
@media (max-width: 767px) {
    .dropdown-menu.mega-menu {
        width: 100%; /* Ensure full-width dropdown on mobile */
    }
}

.navbar-toggler {
    background: #fff !important;
}
/* header end */

/* footer */
.footer {
    font-size: 14px;
    line-height: 1.6;
    background-image: linear-gradient(
        to bottom,
        #452e02,
        #2d2003,
        #1e1501,
        #1b1301,
        #181101
    );
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a:hover {
    text-decoration: underline;
    color: #f8f9fa !important;
}

.footer .form-control {
    max-width: 250px;
    border-radius: 5px;
}

.footer .btn {
    border-radius: 5px;
}
/* footer ends */
/* hero Image csss */
#herosection {
    margin-top: -70px;
    padding: 0;
}

/*  Hero Section*/
section#main-slider {
    margin-top: -70px;
}
.hero-slide img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}
.carousel-item img {
    max-height: 100vh;
}
@media (max-width: 767px) {
    .carousel-item img {
        
    }

    .cg-slider{
        max-height: 40vh;
    }
}
.carousel-caption {
    position: absolute;
    top: 25vh;
    left: 15%;

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;

    background: #838485bf;
    max-height: 200px;
    width: 450px;
    border-radius: 20px;
}
.cta {
    background: rgb(255, 175, 38);
    color: #fff;
}
.cta:hover {
    background: rgb(26, 88, 0);
    color: #fff;
}
.tb-sec {
    background: #fafafa;
}
.ap-btn {
    border-radius: 30px;
   
}
.ap-btn:hover {
    border-radius: 30px;
   
    background: #675600;
    color: #fff;
}
.sec-heading span {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
}
@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.heading-color {
    background: linear-gradient(
        45deg,
        #710707,
        #a9540e,
        #ffeb00,
        #227900,
        #019d92,
        #0332a1,
        #8000ff
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 5s infinite linear;
    font-size: 2rem;
    font-weight: bold;
}

.subheading {
    font-size: 1.5em;
}
.wcu-box1,
.wcu-box2,
.wcu-box3 {
    border-radius: 30px;
    /* border: 1px solid grey; */
    width: 30%;
    background: #fff7db;
    color: #5e5d5d;
}
.wcu-btn {
    font-size: 2rem;
    border: 1px solid #c3a05e;
    border-radius: 50%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.wcu-img {
    max-height: 260px;
}
.stat-box {
    border-right: 2px solid #e9e9e9;
    text-align: center;
}
span.stat-no {
    font-size: 2.5rem;
    font-weight: 500;
}
p.stat-content {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300;
}

.service-box {
    border-top: 2px solid #e9e9e9;
    /* border-bottom: 2px solid #e9e9e9; */
}
p.scount {
    font-size: 1.25rem;
    color: #5e5d5d;
}

/* Project Slider */
.Project-Caption {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

/* Center align text in section */
h2,
h5 {
    text-align: center;
}

/* Project Carousel */
.project-carousel {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.project-carousel .carousel-inner {
    display: flex;
    align-items: center;
    position: relative;
    height: 500px;
}

/* Project Item */
.project-carousel .carousel-item {
    display: block !important;
    position: absolute !important;
    width: 80%;
    left: 10%;
    opacity: 0.3;
    transform: scale(0.9);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1;
}

/* Active Slide */
.project-carousel .carousel-item.active {
    opacity: 1;
    z-index: 3;
    transform: scale(1);
}

/* Previous Slide */
.project-carousel .carousel-item.prev-slide {
    transform: translateX(-90%) scale(0.9);
    opacity: 0.6;
    z-index: 2;
}

/* Next Slide */
.project-carousel .carousel-item.next-slide {
    transform: translateX(90%) scale(0.9);
    opacity: 0.6;
    z-index: 2;
}

/* Image Styling */
.project-carousel .carousel-item img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.project-carousel .carousel-item:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .project-carousel .carousel-item {
        width: 100%;
        left: 0;
        opacity: 1;
        transform: scale(1);
        position: relative !important;
    }

    .project-carousel .carousel-inner {
        height: auto;
    }

    .Project-Caption {
        bottom: 5%;
        font-size: 1rem;
        padding: 8px 15px;
    }

    /* Reduce heading sizes */
    h1 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        margin-bottom: .25rem !important;
    }
    h2 {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    h5 {
        font-size: .75rem !important;
        line-height: 1rem !important;
    }
}

/*  Testimonial  */
.turban-testimonial-carousel {
    margin: auto;
}
.turban-testimonial-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px;
    width: 100%;
    height: 260px; /* ✅ Fixed height for uniform size */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* ✅ Keeps content aligned */
}
.turban-testimonial-card img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.turban-testimonial-card p {
    flex-grow: 1; /*  Ensures equal spacing */
    overflow: hidden; /*  Prevents overflow */
    text-overflow: ellipsis;
}

/* Parallax Section */
/* Section Styling */
.project-section {
    position: relative;
    height: 100vh; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Card Stacking Effect */
.stacked-cards {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 600px;
}

.project-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Stack Levels */
.project-card:nth-child(1) {
    z-index: 3;
}
.project-card:nth-child(2) {
    z-index: 2;
}
.project-card:nth-child(3) {
    z-index: 1;
}

/* Reveal Effect */
.project-card.visible {
    opacity: 1;
    transform: translateY(0);
}
/* upcoming projects */
.ap-carousel {
    border-radius: 20px !important;
}
/* Center the carousel and make adjacent slides visible */

/* *****************************************Proprty Details Page ************************************************************************************* */
/* Container to handle overall height constraint */
.image-box {
    max-height: 500px; /* Ensure the main image stays within this height */
    overflow: hidden; /* Prevent content overflow */
}

/* Adjust the grid to match the main image height */
.propertyimage-grid {
    max-height: 500px; /* Ensure grid height doesn't exceed main image */
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto; /* Allow scrolling if there are too many images */
}

/* Styling for individual property images */
.property-images img {
    width: 100%;
    height: 150px; /* Set a fixed height for uniformity */
    object-fit: cover; /* Ensure images cover the area without stretching */
    padding: 2px; /* Minimal padding between images */
    box-sizing: border-box; /* Ensures padding doesn't affect image size */
}

/* Remove padding between grid columns */
.propertyimage-grid .col-6 {
    padding: 0;
}

.propertyimage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Spacing between images */
    overflow: hidden; /* Prevent horizontal overflow */
    max-height: 500px; /* Match height with main image */
}

.col-lg-4,
.col-md-4,
.col-sm-12 {
    max-width: 100%; /* Prevent overflow beyond container */
}

/* Adjust layout for mobile view */
@media (max-width: 768px) {
    .col-lg-8,
    .col-md-8,
    .col-lg-4,
    .col-md-4 {
        order: initial; /* Ensure the grid falls below the main image */
    }
    h5 {
        font-size: 0.85rem;
        line-height: 0.9rem;
    }
    h6 {
        font-size: 0.75rem;
        line-height: 0.8rem;
    }
    .pd-mcrousel img {
        height: 50px !important;
        object-fit: cover !important;
    }
    .order-2 {
        margin: 0 !important;
    }
}

.menuitem {
    font-size: 1rem; /* Adjust font size */
    font-weight: 500;
    width: fit-content;
}
.detail-head {
    background-image: radial-gradient(
        circle farthest-corner at 3.2% 49.6%,
        rgba(80, 12, 139, 0.87) 0%,
        rgba(161, 10, 144, 0.72) 83.6%
    );
    color: #fff;
}
h3.Sec-title {
    font-size: 1.5rem;
    color: #555555;
}
section#Amenities,
section#specification {
    background: #c0d8f4;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section#floorplan {
    background: #ffebf5;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.dp-search {
    background: #f7f7f7;
}

/* Turban pushkar Page CSS */

.homsec {
    background: #2d4030;
    color: #fff;
}
@media (max-width: 768px) {
.tb_img{
    width: 250px !important;
}
}
/* Image Gallery */
.ap-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.ap-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.ap-gallery img:hover {
    transform: scale(1.05);
}

/* Stacked Image Layout */
.ap-gallery-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ap-gallery {
        grid-template-columns: 1fr;
    }
}
/* Section Styling */
.ap-features {
    padding: 60px 20px;
    text-align: center;
}

.ap-features-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.ap-features-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    color: #666;
    margin-bottom: 30px;
}

/* Feature List */
.features-section {
    background-color: #f8f9fa; /* Light background for a clean look */
}

.feature-icon {
    width: 80px;
    height: 80px;
    object-fit: contain; /* Ensures the image/icon fits nicely */
    margin-bottom: 10px;
}

.feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* Villas Section */
/* Villas Section */
:root {
    --villa-height-mobile: 80vh;
    --villa-height-desktop: 40vw;
    --villa-margin: 2rem;
    --villa-top-offset: 1em;
    --numvillas: 4;
    --outline-width: 0px;
}

.villas-section {
    width: 100%;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.villa-header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
}

.header-content {
    text-align: center;
    padding: 1rem;
}

#villas {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--villa-margin);
}


.villa {
    position: relative;
    margin-bottom: var(--villa-margin);
}

.villa-content {
    background: #fff;
    color: #131212;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: auto;
}

.villa-text {
    padding: 1.5rem;
    order: 2;
}

.villa-image {
    order: 1;
    margin: 0;
    overflow: hidden;
    height: 250px;
}

.villa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

h1 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.2;
}

h2 {
    font-weight: bold;
    font-size: 1.8rem;
    font-family: 'Cormorant Garamond', serif;
    margin: 0 0 0.5rem 0;
}

h4 {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    font-weight: 500;
}

p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
}

/* Tablet and Desktop Styles */
@media (min-width: 768px) {
    :root {
        --villa-margin: 4vw;
    }
    
    .villas-section {
        padding: 3rem 2rem;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .villa-content {
        flex-direction: row;
        height: var(--villa-height-desktop);
    }
    
    .villa-text {
        flex: 1;
        padding: 2rem;
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .villa-image {
        flex: 1;
        order: 2;
        height: auto;
    }
    
    .villa-image img {
        border-radius: 0 1rem 1rem 0;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    p {
        font-size: 1.1rem;
    }
}

/* Disable sticky and animation effects on mobile for better performance */
@media (min-width: 1024px) {
    #villas {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(var(--numvillas), var(--villa-height-desktop));
        gap: var(--villa-margin);
        padding-bottom: calc(var(--numvillas) * var(--villa-top-offset));
        margin-bottom: var(--villa-margin);
    }
    
    .villa {
        position: sticky;
        top: 0;
        padding-top: calc(var(--index) * var(--villa-top-offset));
    }
    
    @supports (animation-timeline: works) {
        @scroll-timeline villas-element-scrolls-in-body {
            source: selector(body);
            scroll-offsets:
                selector(#villas) start 1,
                selector(#villas) start 0;
            start: selector(#villas) start 1;
            end: selector(#villas) start 0;
            time-range: 4s;
        }
    
        .villa {
            --index0: calc(var(--index) - 1);
            --reverse-index: calc(var(--numvillas) - var(--index0));
            --reverse-index0: calc(var(--reverse-index) - 1);
        }
    
        .villa-content {
            transform-origin: 50% 0%;
            will-change: transform;
            --duration: calc(var(--reverse-index0) * 1s);
            --delay: calc(var(--index0) * 1s);
            animation: var(--duration) linear scale var(--delay) forwards;
            animation-timeline: villas-element-scrolls-in-body;
        }
    
        @keyframes scale {
            to {
                transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
            }
        }
    }
}
/* brochure section */
.brochure-section {
    background: url("../../storage/images/villaarial.png") no-repeat center
        center;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    border-radius: 20px;
}

.brochure-overlay {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    padding: 2rem;
    border-radius: 10px;
}
.tp-service img {
    border-radius: 30px;
}

/* Main blog container */
.blog-page {
    margin-top: 10px;
    margin-bottom: 10px;
}
#top-blog {
    border: 1px solid rgb(181, 181, 181);
    border-radius: 20px;
    background: linear-gradient(to top, white, rgb(214, 255, 229));
    margin-top: 6rem !important;
}
/* Blog post main section */
.cs-blog-page {
    margin-bottom: 10px;
}

/* Blog title */
.cs-blog-page-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.cs-blog-page-title a {
    color: #333;
    text-decoration: none;
}

.cs-blog-page-title a:hover {
    color: #007bff; /* Change this to your accent color */
}

/* Blog thumbnail image */
.blog-page-thumbnail {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Sidebar */
.blog-sidebar {
    padding: 20px;
    background: linear-gradient(to bottom, white, rgb(241, 241, 241));
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-sidebar h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.blog-sidebar ul {
    padding-left: 0;
    list-style: none;
}

.cs-blog-sidepanel {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.blog-side-thumbnail {
    width: 100%;
    height: 70px;
    object-fit: contain;
    margin-right: 3px;
}

.detail-blog-side-thumbnail {
    width: 80%;
}

.blog-sidepanel-title a {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
}

.blog-sidepanel-title a:hover {
    color: #007bff; /* Accent color on hover */
}

/* All blogs list */
.cs-block {
    margin-bottom: 30px;
}

.cs-blog-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.all-blog-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.cs-blog-title {
    padding: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
    border-bottom: 2px solid #f1f1f1;
}

.cs-blog-title a {
    color: #333;
    text-decoration: none;
}

.cs-blog-title a:hover {
    color: #007bff; /* Accent color */
}

/* Responsive Design */
@media (max-width: 768px) {
    .cs-blog-page-title {
        font-size: 1.3rem;
    }

    .blog-sidebar {
        margin-top: 30px;
    }

    .cs-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .all-blog-thumbnail {
        height: 180px;
    }
}

/* -=-=-=-=-=-=-=-(    Rishabh     )-==-=-=-=-=-=-=-=-=-=-=- */
/* wcu image box */
@media (max-width: 768px) {
    /* Adjust padding and alignment for smaller screens */
    .tb-sec {
        padding: 20px;
    }

    /* Center align heading for smaller screens */
    .col-12.col-md-6.d-flex {
        flex-direction: column;
        text-align: center;
        align-items: center !important;
        justify-content: center !important;
    }

    .sec-heading p {
        font-size: 22px;
        line-height: 28px;
    }
    .sec-heading span {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
        font-weight: 600;
    }

    .content {
        text-align: center;
    }

    .content p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    /* Make the button centered */
    .ap-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px;
    }

    /* Adjust width of WCU Boxes */
    .wcu-box1,
    .wcu-box2,
    .wcu-box3 {
        width: 90%;
        margin: 10px auto;
        text-align: center;
    }

    .wcu-img {
        width: 100%;
        height: auto;
    }

    .wcu-btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .wcu-box1 h2,
    .wcu-box2 h2,
    .wcu-box3 h2 {
        font-size: 18px;
        padding: 10px 0;
    }
}

/* status  */
@media (max-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .col-12.col-sm-6.col-md-2 {
        width: 45%;
        margin: 10px;
    }

    .stat-box {
        border-radius: 8px;
    }

    .stat-no {
        font-size: 1.5rem !important;
    }

    .stat-content {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .col-12.col-sm-6.col-md-2 {
        width: 100%;
    }

    .stat-no {
        font-size: 1.5rem !important;
    }

    .stat-content {
        font-size: 13px;
    }
}

/* current project */
@media (max-width: 768px) {
    .ap-project-slide {
        width: 100%;
    }

    .ap-project-slider-btn {
        font-size: 16px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .ap-project-slide {
        width: 100%;
    }

    .ap-project-slider-btn {
        font-size: 14px;
        padding: 6px;
    }
}

.ap-project-slider-wrapper {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ap-project-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.ap-project-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* testiomonial page  */
@media (max-width: 786px) {
    .turban-testimonial-card h5 {
        margin-bottom: 2px;
    }
    .turban-testimonial-card p {
        font-size: 11px;
    }
    .turban-testimonial-card {
        height: 264px;
    }
    .turban-testimonial-card {
        padding: 4px;
    }
}

@media (max-width: 786px) {
    .carousel-caption {
        top: 15vh;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-height: 160px;

        padding: 1rem;
        border-radius: 15px;
    }
    .carousel-caption h1 {
        font-size: 22px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .carousel-caption {
        top: 12vh;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-height: 200px;
        font-size: 14px;
        padding: 10px;
        border-radius: 12px;
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: -0.5px;
    }

    .carousel-caption p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .cta {
        width: 50%;
        font-size: 12px;

        border-radius: 8px;
    }
}

@media (max-width: 360px) {
    .carousel-caption {
        top: 10vh;
        width: 80%;
        max-height: 140px;
        font-size: 12px;
        padding: 8px;
        border-radius: 8px;
    }

    .carousel-caption h1 {
        font-size: 16px;
        margin-bottom: -1px;
    }

    .carousel-caption p {
        font-size: 10px;
    }

    .cta {
        width: 40%;
        font-size: 10px;
    }
}

/* Mobile Responsive Enhancements */
@media (max-width: 992px) {
    .navbar-nav {
        background: #e2dfdf00;
        opacity: 1;
        border-radius: 0;
        text-align: center;
        
    }

    .navbar-nav .nav-item {
        width: 100%;
        background: white;
    }

    .navbar-nav .nav-link {
        padding: 12px 15px;
        display: block;
        font-size: 16px;
    }

    .dropdown-menu {
        width: 100%;
        text-align: center;
        box-shadow: none;
        border-radius: 0;
    }

    .dropdown-item {
        padding: 10px 15px;
        font-size: 15px;
    }

    .navbar-toggler {
        display: block !important;
        border: none;
        background: transparent;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 25px;
    }

    .navbar {
        padding: 10px 15px;
    }
}

/* Small Screens */
@media (max-width: 500px) {
    .navbar-brand img {
        height: 40px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px;
    }

    .dropdown-menu {
        width: 100%;
    }
}

/* turbun puskhar */

@media (max-width: 500px) {
    .ap-features {
        padding: 10px;
    }
}

.modal-content{
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%) !important;
}

/* project pages css */

.mid-page-header {
   
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s;
}
/* Mobile override (typically < 768px) */
@media (max-width: 768px) {
    .mid-page-header {
        position: static !important; /* Remove sticky behavior */
       
    }
}
.mid-page-header a{
    color: #fff;
    text-decoration: none;
}
.mid-page-header a:active{
    color: #ffd700;
}
.mid-page-header.scrolled {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
nav#midPageHeader a {
    color: #fff;
}
        
.project-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.project-location {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.highlight-box {
    background: linear-gradient(  to bottom,  rgba(255, 193, 7, 0.8) 0%,  rgba(255, 193, 7, 0.8) 60%,  rgba(0, 0, 0, 0.4) 100%);

    color: #fff;
    padding: .5rem;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.highlight-icon {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.section-title {
    position: relative;
    font-weight: 300;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
}
/* Amenities */
.amenities-list {
    list-style: none;
    padding: 0;
}

.amenities-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.amenities-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--secondary-color);
    position: absolute;
    left: 0;
}

.icon-bg {
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto; /* Center horizontally and give bottom space */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional shadow */
    transition: transform 0.3s;
  }

  .icon-bg:hover {
    transform: scale(1.05);
  }

  .icon-bg img {
    max-height: 50px;
    max-width: 50px;
  }
.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.contact-box {
    background-color: var(--primary-color);
    color: white;
    padding: 40px;
    border-radius: 5px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

/* project pages css */