    /* Body font */
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        line-height: 1.6;
        color: #333;
    }

    .heading {
        color: rgb(90, 10, 10);
    }

    /* nav */
    .navbar-nav {
        display: flex;
        gap: 20px;
    }

    .nav-link {
        position: relative;
        color: #fffcfc;
        transition: color 0.3s;
    }

    .nav-link.active {
        color: rgb(90, 10, 10) !important;
        font-weight: 600;
    }

    .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgb(90, 10, 10);
    }

    .nav-link:hover {
        color: rgb(90, 10, 10);
    }

    .navbar-toggler {
        border: none;
        outline: none;
    }

    .offcanvas {
        width: 250px;
        /* sidebar width */
    }

    .navbar-toggler {
        border: none;
        background-color: #f8f9fa;
        box-shadow: 0 0 15px rgb(255 255 255);
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-half {
        width: 50% !important;
        max-width: 400px;
    }

    /* Banner custom styling */
    .banner {
        background: url('https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/Ylev5ZQGP5cZ6435/banner-20-A3QwrW14zoi56WOz.jpg') no-repeat center center/cover;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
    }

    .banner-btn {
        background-color: rgb(255, 250, 250);
        color: rgb(90, 10, 10);
        transform: scale(0.9);
    }

    .banner-btn:hover {
        background-color: rgb(90, 10, 10);
        color: #ffffff;
    }

    /* Carousel Indicators Custom Style */
    .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        border: 2px solid #fff;
        margin: 0 6px;
        transition: all 0.3s ease;
    }

    .carousel-indicators .active {
        background-color: #dc3545;
        /* Active red */
        transform: scale(1.3);
        border-color: #dc3545;
    }

    .carousel-indicators [data-bs-target]:hover {
        background-color: #ffc107;
        /* Hover yellow */
        border-color: #ffc107;
        transform: scale(1.2);
    }

    /*about Custom positioning */
    .main-img {
        max-width: 70%;
    }

    .overlay-img {
        position: absolute;
        border: 4px solid #fff;
    }

    .overlay-img.top-right {
        top: -10%;
        right: 5%;
        width: 40%;
    }

    .overlay-img.bottom-left {
        bottom: -10%;
        left: 5%;
        width: 45%;
    }

    /* banner headding */
    .courses-column {
        background-color: rgba(247, 184, 47, 0.496);
        border-radius: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .courses-column h4,
    .courses-column p {
        flex-grow: 1;
    }

    .courses-column a {
        margin-top: auto;
    }

    .course-img {
        transition: all 0.3s ease-in-out;
    }

    .course-img:hover {
        box-shadow: 0 8px 20px rgb(255, 2, 2);
        transform: scale(1.03);
    }

    .course-section p {
        text-align: justify;
    }

    /* gallery section */
    .gallery-img {
        width: 100%;
        height: 312px;
        object-fit: cover;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .gallery-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        background: rgba(0, 0, 0, 0.95);
        border: none;
        position: relative;
    }

    .modal-content img {
        width: auto;
        max-width: 100%;
        max-height: 90vh;
        object-fit: contain;
        margin: 0 auto;
    }

    /* Large screens: full width */
    @media (min-width: 768px) {
        .modal-content img {
            width: 100%;
            max-height: 90vh;
            object-fit: contain;
        }
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 25px;
        font-size: 40px;
        color: #fff;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1050;
    }

    .close-btn:hover {
        color: #ff4d4d;
    }

    /* Thumbnails */
    .gallery-img {
        width: 100%;
        height: 312px;
        object-fit: cover;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    @media (max-width: 576px) {
        .gallery-img {
            height: 100px;
        }
    }

    .gallery-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    /* Modal */
    .modal-content {
        background: rgba(0, 0, 0, 0.95);
        border: none;
        position: relative;
    }

    .modal-content img {
        width: auto;
        max-width: 100%;
        max-height: 90vh;
        /* full modal height */
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    /* Close button */
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2rem;
        color: #fff;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 10;
    }

    /* why choose us section */
    .why-section {
        background: url('https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/Ylev5ZQGP5cZ6435/banner-21-m5KwrgjM5QcWRNNB.jpg') no-repeat center center/cover;
        color: #fff;
        position: relative;
    }

    .why-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 26, 26, 0.479);
        z-index: 1;
    }

    .why-section .content {
        position: relative;
        z-index: 2;
    }

    /* circule img */
    .circle-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 500px;
    }

    /* Circle image with rotation */
    .rotate-circle {
        width: 100%;
        display: block;
        animation: spin 12s linear infinite;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /* Tree fixed at center */
    .tree-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%, -50%);
    }

    /* Responsive Fixes */
    @media (max-width: 991px) {
        .circle-wrapper {
            max-width: 350px;
        }

        .tree-img {
            width: 55%;
        }
    }

    @media (max-width: 576px) {
        .circle-wrapper {
            max-width: 190px;
        }

        .tree-img {
            width: 50%;
        }
    }

    /* fixed btn */
    .fab-container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1050;
    }

    /* Heading */
    .why-text {
        font-size: 50px;
    }

    /* List */
    .why-list {
        font-size: 25px;
        /* base size */
    }

    /* Tablet */
    @media (max-width: 992px) {
        .why-text {
            font-size: 40px;
        }

        .why-list {
            font-size: 20px;
        }
    }

    /* Mobile */
    @media (max-width: 768px) {
        .why-text {
            font-size: 32px;
        }

        .why-list {
            font-size: 18px;
        }
    }

    /* Extra small */
    @media (max-width: 576px) {
        .why-text {
            font-size: 26px;
        }

        .why-list {
            font-size: 16px;
        }
    }

    .fab-btn {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        /* circle */
        color: #f7ecec;
        border: 2px solid rgb(90, 10, 10);
        font-size: 20px;
        background-color: rgb(190, 146, 49);
        transition: all 0.5s ease-in-out;

    }

    .fab-btn:hover {
        transform: rotate(360deg);
        background-color: #ff0404;
        color: rgb(253, 247, 247);
    }

    /* testimonial*/
    .card-box {
        border: 3px solid rgb(90, 10, 10);
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /* contact section */
    .contact-section {
        background: url('https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/Ylev5ZQGP5cZ6435/banner-21-m5KwrgjM5QcWRNNB.jpg') no-repeat center center/cover;
        color: #fff;
        position: relative;
    }

    .contact-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 26, 26, 0.479);
        z-index: 1;
    }

    .contact-btn {
        color: rgb(255, 255, 255);
    }

    .contact-btn:hover {
        background-color: #f8f9fa;
        color: black;
    }

    /* footer */
    .footer-section {
        background-color: rgb(190, 146, 49)
    }

    .footer-section a {
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }

    .footer-section a:hover {
        color: rgb(90, 10, 10);
    }

    .social-icons i {
        font-size: 18px;
    }

    @media (max-width: 767px) {

        .text-start,
        .text-center {
            text-align: center !important;
            margin-top: 15px;
        }
    }

    .social-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .footer-fab {
        flex: 0 0 auto;
        width: 45px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #fff;
        font-size: 18px;
        transition: all 0.5s ease-in-out;
    }

    @media (max-width: 576px) {
        .footer-fab {
            width: 35px;
            font-size: 14px;
        }
    }

    .footer-fab:hover {
        transform: rotate(360deg);
        background-color: #fefefe;
        color: #010101 !important;
        border-color: rgb(90, 10, 10);
    }

    /*................................ */
    /* About file */
    .about-us {
        margin-top: 0;
    }

    .about-us {
        padding: 50px 0;
        /* small screen default */
    }

    @media (min-width: 768px) {
        .about-us {
            padding: 100px 0;
        }
    }

    @media (min-width: 1200px) {
        .about-us {
            padding: 150px 0;
        }
    }

    /* second overlap section */
    .main-img {
        width: 70%;
        border-radius: 15px;
    }

    .overlay-img {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 30%;
        border: 5px solid #f0eeee;
        border-radius: 50%;

    }

    /* Pricy Policy */
    :root {
        --accent: #f7471f;
        --muted: #9f2c2c;
    }

    body {
        background: #f8f9fa;
        color: #212529;
        font-size: 1.05rem;
    }

    .hero {
        background: #ffffff;
        border-left: 5px solid var(--accent);
        padding: 2.5rem;
        border-radius: .75rem;
        box-shadow: 0 6px 18px rgba(227, 9, 9, 0.977);
    }

    .section-title {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .policy-card {
        border: none;
        border-radius: .75rem;
        box-shadow: 0 6px 18px rgba(177, 11, 11, 0.918);
    }

    .small-muted {
        color: var(--muted);
    }

    .accordion-body {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Terms and condiition */
    :root {
        --accent: #fd0d0d;
        --muted: #5a5a5a;
    }

    body {
        background: #f8f9fa;
        color: #212529;
        font-size: 1.05rem;
    }

    .hero {
        background: #ffffff;
        border-left: 5px solid var(--accent);
        padding: 2.5rem;
        border-radius: .75rem;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    }

    .section-title {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .policy-card {
        border: none;
        border-radius: .75rem;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .small-muted {
        color: var(--muted);
    }

    .accordion-button {
        font-weight: 600;
    }

    .accordion-body {
        font-size: 1rem;
        line-height: 1.6;
    }

    footer {
        margin-top: 3rem;
        padding-top: 1rem;
        border-top: 1px solid #dee2e6;
    }

    /* popup form */
    .modal-content {
        border-radius: 5px;
        overflow: hidden;
        background: rgba(4, 2, 2, 0.511);
        backdrop-filter: blur(5px);
    }

    .modal-header {
        background: rgba(247, 184, 47, 0.8);
        color: #fff;
    }

    .modal-header h5 {
        font-weight: 600;
        font-size: 1.25rem;
    }

    .form-control {
        border-radius: 5px;
        box-shadow: none;
    }

    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, .5);
    }

    .btn-primary {
        border-radius: 10px;
        font-weight: 600;
        background: linear-gradient(45deg, #df9007, #4f0404);
        border: none;
    }

    .btn-primary:hover {
        background: linear-gradient(45deg, #0056b3, #0095c2);
    }

    /* 🔹 Watermark transparent logo */
    .modal-body {
        position: relative;
        background: transparent !important;
    }

    .modal-body::before {
        content: "";
        background: url("{{asset('frontend/assets/img/Logo-03@3x-1.png')}}") no-repeat center center;
        background-size: 250px;
        opacity: 0.09;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .modal-body form {
        position: relative;
        z-index: 5;
    }