* {
    font-family: "Mulish", sans-serif;
}

body,html {
    width: 100vw;
    overflow-x: clip;
}


.bg {
    background-color: #F3E7CF;
}

.rounded-4{
    border-radius:0.8rem;
}
.themeprimary {
    color: #8f500b;
}
.themeprimary-bg {
    background-color: #8f500b;
}
.themesecondary {
    color: #4B8F29;
}
.themesecondary-bg {
    background-color: #4B8F29;
}
/*---------- font ------------*/
.merriweather-regular {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.merriweather-SemiBold {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.mulish-ExtraLight {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.mulish-Regular {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.mulish-SemiBold {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/*--------- custom classes -------------*/

.custom-btn{
    padding:10px 20px;
    border:1px solid #8f500b;
    text-decoration:none;
    color:#965c13;
    background-color:#fff;
    border-radius:5px;
    transition:all ease-in 0.3s;
}
.custom-btn:hover{
    background-color:#8f500b;
    color:#fff;
}


#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #8f500b;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
}
/*=========================== Header =================================*/
.flip-strip {
    background-color: #F3E7CF;
    color: #8f500b;
    font-size: 1.1rem;
    font-weight: 600;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.flip-item {
    position: absolute;
    opacity: 0;
    transform: rotateX(90deg);
    animation: flipWords 10s linear infinite;
}

    .flip-item:nth-child(1) {
        animation-delay: 0s;
    }

    .flip-item:nth-child(2) {
        animation-delay: 2s;
    }

    .flip-item:nth-child(3) {
        animation-delay: 4s;
    }

    .flip-item:nth-child(4) {
        animation-delay: 6s;
    }

    .flip-item:nth-child(5) {
        animation-delay: 8s;
    }

@keyframes flipWords {
    0% {
        opacity: 0;
        transform: rotateX(90deg);
    }

    5% {
        opacity: 1;
        transform: rotateX(0deg);
    }

    20% {
        opacity: 1;
        transform: rotateX(0deg);
    }

    25% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    100% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
}


.navbar-nav .nav-link {
    color: #000 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius:5px;
}

.navbar-nav .nav-link:hover {
    background-color: #965c13;
    color: #fff !important;
}

header .social-links a{
    font-size:25px;
    color:#4B8F29;
    text-decoration:none;
    transition:all ease-in 0.3s;
   
}

    header .social-links a:hover {
        color: #965c13;
    }

.tooltip .tooltip-inner {
    background-color: #965c13 !important;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 4px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #965c13 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: none;
}
.logo{
    height:160px;
}
/*===================================== Footer ======================================*/
footer .social-links i {
    font-size: 24px;
    transition: all ease-in 0.3s;
}
    footer .social-links i:hover{
        font-size:28px;
    }

    footer a:hover{
        color:#8f500b !important;
    }

/*----------------- banner --------------------*/

.custom-banner {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 30px 0;
}

.custom-banner h2 {
    margin: 0 0 10px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}
.breadcrumb li, .breadcrumb li a {
    color: #000;
}


.about-image .breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}



.about-image {
    background-image: url('/images/banner/third-banner.jpg');
}

.services-image {
    background-image:url('/images/banner/second-banner.jpg');
}
.contact-image {
    background-image:url('/images/contact-us-banner.webp');
}
.testimonial-image {
    background-image: url('/images/banner/fourth-banner.jpg');
}
/*================================== Home Page ======================================*/
.home-banner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banner-image {
    background-image: url('../images/banner/home-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

 /*--- service section ------*/
    .bg-light-green {
        background: #e3f7e6;
    }

.bg-light-pink {
    background: #fdecef;
}

.bg-light-blue {
    background: #eaf4fb;
}

.bg-light-orange {
    background: #fff4e5;
}

.bg-light-cream {
    background: #fffbe9;
}

.bg-light-sandal {
    background: #f8f1e4;
}


.service-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

/*---- Product Section --------*/

.product-section {
    background: url('../images/products/ayursutra-bg.webp') no-repeat center center/cover;
   
}

.bg-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 33, 14, 0.4); 
    z-index: 1;
}

.product-section .container {
    z-index: 2;
}


.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .glass-card:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    }

    .glass-card img {
        border-radius: 0.5rem;
    }

    .glass-card h5,
    .glass-card p {
        color: #fff;
    }


.product-img {
    height: 300px; 
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

/*-------- why us ----------*/
.timeline-strip {
    position: relative;
    padding-top: 20px;
    border-top: 2px solid #F3E7CF;
}

.timeline-item {
    max-width: 240px;
    flex-shrink: 0;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background-color: #F3E7CF;
    color: #8f500b;
    border-radius: 50%;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}


/*----- video section ---------*/


.video-wrapper {
    height: 100%;
    max-height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

    .video-wrapper video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }


/*------- cta strip ------------*/
.cta-strip {
    background: #4B8F29;
}
  
    .cta-strip .btn {
        transition: all 0.3s ease;
    }

    .cta-strip .btn-light:hover {
        background-color: #4B8F29;
        color:#fff !important;
    }

    .cta-strip .btn-outline-light:hover {
        background-color: #fff;
        color: #4B8F29;
    }

/*----- testimonial section --------*/

.floatimage {
    position: absolute;
    left: 0;
    z-index: -1;
}

.testimonial-card {
    max-width: 700px;
    height: 400px; 
}

    
.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
.testimonial-card p {
    line-height: 1.6;
    max-height: 180px;
    overflow-y: auto;
    scrollbar-width: none; 
}

    .testimonial-card p::-webkit-scrollbar {
        display: none; 
    }

/*---------- news section --------------*/
.news-section {
    background: url('../images/news-bg.jpg') no-repeat center center/cover;
}

.news-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/*==================================== About Page ===================================*/

.about-row {
    min-height: 100%;
    height: 100%;
}

.about-image {
    height: 100%;
    object-fit: cover;
}

.our-mission{
    background-color:#F3E7CF;
    border-top-right-radius:120px;
    border-bottom-right-radius:120px;
}
.our-vision{
    background-color:#F3E7CF;
    border-top-left-radius:120px;
    border-bottom-left-radius:120px;
}
.vision-block {
    background: #4B8F29;
    color: #fff;
}

.mission-block {
    background: #8f500b;
    color:#fff;
}

.vision-mission-section .fas {
    color: #fff;
}

/*================================= Contact Page ====================================*/

.contact-section {
    background-image: url('/images/contact-bg.jpg');    
}

/*======================= Testimonials Page =================================*/

.testimonial-row {
    background: white;
    border-top: 2px solid #8f500b;
    transition: transform 0.3s ease;
}

    .testimonial-row:hover {
        transform: translateX(5px);
    }

.client-photo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #e0e0e0;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.testimonial-text p {
    font-style: italic;
    font-size: 1rem;
    color: #444;
}

.quote-icon {
    color: #4B8F29;
    font-size: 2rem;
    margin-right: 5px;
}

/*=========================== News page ==================================*/

.news-banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.news-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.breadcrumb {
    background: transparent;
}

.news-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.news-btn{
    text-decoration:none;
    color:#8f500b;
    transition: all linear 0.5s;
}
.news-btn:hover {
    color:#4B8F29;
    padding-left:5px;
}
.news-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.sticky-top {
    position: sticky;
    top: 10px;
}

/*===================== Video Page ================================*/




/******************** Admin Login Page **************************************/

.admin-login-container {
    background-color: #F3E7CF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border: 1px solid #ddd;
}
                
.login-card {
    padding: 2rem;
    border-radius: 12px;
    width: 100%;
    min-width: 450px !important;
    color: black;
}
