
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}
html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff;
    overflow-x: hidden;
}
h6{
    color:#ac7c2a!important;
}
.navbar {
    transition: all 0.3s ease;
    align-items:center;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

    .navbar-brand img:hover {
        transform: scale(1.05);
    }


.navbar-nav .nav-link {
    font-weight: 500;
    color: #222 !important;
    position: relative;
    transition: 0.3s;
}

   
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: #000;
        left: 0;
        bottom: -5px;
        transition: 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after {
        width: 100%;
    }

    
    .navbar-nav .nav-link.active {
        font-weight: 600;
    }

.dropdown-menu {
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.dropdown-item {
    padding: 10px 20px;
    transition: 0.3s;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: #ac7c2a !important;
        padding-left: 25px;
        color:#fff;
    }


.btn-outline-learn {
    border: 1px solid #ac7c2a!important;
    border-radius: 30px;
    border-radius: 30px;
    padding: 8px 20px;
    transition: 0.3s;
    
}


    .btn-outline-dark:hover {
        background-color: #ac7c2a;
        color: #fff;
    }
.btn-learn-more {
    background: #ac7c2a!important;
    color:#fff!important;
}
.navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
}

  .navbar-brand img {
        height: 100px; 
        width: auto;
    }

@media (max-width: 991px) {

    .navbar {
        height: auto;
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 60px; /* smaller logo for mobile */
        width: auto;
    }

    .navbar-toggler {
        border: none;
        outline: none;
    }
}


@media (max-width: 991px) {

    .custom-height {
        min-height: auto;
       
    }

    .bikram-slider .row {
        flex-direction: column;
    }

    .left-side {
        padding: 40px 20px;
        text-align: center;
    }

    .slider-img {
        height: 280px !important; /* Fixed height */
        object-fit: cover;
    }

    .carousel-inner,
    .carousel-item {
        height: auto !important;
    }

    .content-box h1 {
        font-size: 26px;
    }

    .content-box h2 {
        font-size: 18px;
    }

    .content-box p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
}

    .bikram-slider {
        overflow: hidden;
    }

    .custom-height {
        height: 500px;
    }

    .left-side {
        padding: 80px;
        background: #caa434;
        transition: background-color 0.6s ease-in-out;
    }

    .content-box {
        max-width: 520px;
        width: 100%;
        text-align: center;
    }

        .content-box h1 {
            font-size: 40px;
            font-weight: 500;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .content-box p {
            font-size: 11px;
            letter-spacing: 2px;
            text-transform: uppercase;
            opacity: 0.85;
            margin-bottom: 20px;
        }

        .content-box h2 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .content-box .btn {
            padding: 12px 30px;
            font-weight: 500;
            border-radius: 0;
        }

    .slider-img {
        height: 550px;
        object-fit: cover;
    }

    .parallax-feature-section {
        background: url('/assests/Images/services/bikram-shop.jpg') center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        padding: 2px 0;
    }

        .parallax-feature-section .overlay {
            background: rgba(0, 0, 0, 0.5);
            padding: 80px 0;
        }

    .feature-image img {
        box-shadow: 0 25px 50px rgba(0,0,0,0.3);
        transition: transform 0.5s ease;
    }

        .feature-image img:hover {
            transform: scale(1.05);
        }

    .feature-card {
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(8px);
        padding: 25px;
        border-radius: 20px;
        color: #fff;
        transition: all 0.4s ease;
        height: 100%;
    }

        .feature-card:hover {
            background: #caa434;
            transform: translateY(-8px);
        }

        .feature-card h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }

        .feature-card p {
            font-size: 14px;
            opacity: 0.9;
        }

    .testimonial-img {
        height: 150px;
    }

    .section-subtitle {
        color: #0c2134;
        font-weight: 600;
        letter-spacing: 1px;
    }


    .section-title {
        font-weight: 700;
    }

    .section-divider {
        width: 70px;
        height: 3px;
        background: #0c2134 !important;
        margin: 10px auto 25px auto;
        border-radius: 5px;
    }

    .card-img-top {
        height: 210px;
        width: auto;
    }

.bikram-footer {
    background: #0a2435;
}

.breadcrumb-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/assests/Images/plots.jpg') center/cover no-repeat;
    color: #fff;
}

    .breadcrumb-section h2 {
        color: #fff;
    }

.breadcrumb .breadcrumb-item a {
    color: #ffffffcc;
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffffaa;
}
.testimonial-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


@media (max-width: 768px) {

   
    .my-5 .card {
        margin-left: 0 !important;
        margin-top: 20px;
        padding: 25px !important;
    }

  
    .row.align-items-center {
        flex-direction: column;
    }

    .carousel-item .d-flex {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

   
    .carousel-item .mt-5 {
        margin-top: 0 !important;
    }
}
.icon-box {
    width: 50px;
    height: 50px;
    background: #ac7c2a !important;
    color: #fff!important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.social-icons a {
    display: inline-block;
    margin:0px 10px;
    font-size: 25px;
    color: #333;
    transition: 0.3s;
}

    .social-icons a:hover {
        color: #ac7c2a;
        transform: translateY(-3px);
    }
.floating {
    position: fixed;
    bottom: 30%;
    left: 10px;   
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.whatsapp {
    height: 40px;
    width: 40px;
    background: #12304a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}
.facebook {
    height: 40px;
    width: 40px;
    background: #12304a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}
.instagram {
    height: 40px;
    width: 40px;
    background: #12304a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}
.custom-video {
    height: 500px!important; /* adjust as you like */
    object-fit: cover!important; /* crop nicely */
}
