/********** Template CSS **********/
/* Social Icons  */
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons a {
    flex-shrink: 0;
}

/* Logo */
.img-logo{
    max-width: 50%;
    height: auto;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Fonts ***/
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-playfair-display {
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-dancing-script {
    font-family: "Allura", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*** Button ***/
.btn {
    position: relative;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-dark,
.btn-primary,
.btn-primary-social {
    margin: 10px;
}

.btn-primary::before,
.btn-primary::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-primary::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-primary);
    border-right: 2px solid var(--bs-primary);
}

.btn-primary::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
}


/* btn social starts */
.btn-primary-social {
    color: var(--bs-white);
    /* background-color: var(--bs-white); */
    border-color: var(--bs-white);
}

.btn-primary-social:hover {
    color: var(--bs-primary);
     background-color: var(--bs-white); 
    border-color: var(--bs-white);
}

.btn-primary-social::before,
.btn-primary-social::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-primary-social::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-white);
    border-right: 2px solid var(--bs-white);
}

.btn-primary-social::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
}
/* /* btn social ends  */

.btn-dark::before,
.btn-dark::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-dark::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-dark);
    border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Arimo", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/* why choose us starts here */

.why-choose-section{
        background: linear-gradient(135deg, #010b1e, #0c234d);
        position: relative;
        overflow: hidden;
    }

    .why-card{
        background: rgba(255,255,255,0.12);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 20px;
        padding: 30px 25px;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
        transition: all 0.4s ease;
    }

    .why-card:hover{
        transform: translateY(-8px);
        background: rgba(255,255,255,0.18);
        box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    }

    .why-icon{
        min-width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why-icon i{
        font-size: 24px;
        color: #0c234d;
    }

    .why-card p{
        margin: 0;
        color: #fff;
        font-size: 17px;
        line-height: 1.6;
        font-weight: 500;
    }


/* why choose us ends here */

/* Products Details Starts  */
.ayurveda-card {
        background: linear-gradient(135deg, #010b1e, #0c234d);
        border-radius: 20px;
        padding: 40px;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        overflow: hidden;
        position: relative;
    }

    .ayurveda-card::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        top: -80px;
        right: -80px;
    }

    .ayurveda-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
    }

    .ayurveda-line-dark {
        width: 70px;
        height: 4px;
        background: #0c234d;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    .ayurveda-line {
        width: 70px;
        height: 4px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    .ayurveda-text {
        color: rgba(255,255,255,0.85);
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .capsule-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .capsule-list li {
        background: rgba(255,255,255,0.08);
        padding: 12px 16px;
        border-radius: 12px;
        transition: all 0.3s ease;
        font-size: 15px;
        display: flex;
        align-items: center;
        backdrop-filter: blur(4px);
    }

    .capsule-list li::before {
        content: "✔";
        color: #fff;
        font-weight: bold;
        margin-right: 10px;
    }

    .capsule-list li:hover {
        transform: translateY(-3px);
        background: rgba(255,255,255,0.15);
    }

    .custom-pack-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .custom-pack-list li {
        transition: all 0.3s ease;
        font-size: 15px;
        display: flex;
        align-items: center;
        backdrop-filter: blur(4px);
    }

    .custom-pack-list li::before {
        content: "✔";
        color: #0c234d;
        font-weight: bold;
        margin-right: 10px;
    }

    .custom-pack-list li:hover {
        transform: translateY(-3px);
        background: rgba(255,255,255,0.15);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .ayurveda-card {
            padding: 25px;
        }

        .ayurveda-title {
            font-size: 1.6rem;
        }

        .capsule-list, .custom-pack-list {
            grid-template-columns: 1fr;
        }

        .capsule-list li {
            font-size: 15px;
            padding: 10px 14px;
        }
        .custom-pack-list li{
             font-size: 15px;
        }
    }

/* Products Details Ends */

/* Quality Assurance Starts Here */

.quality-section{
    background: #f8fafc;
    position: relative;
}

.quality-card{
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.quality-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* width: 6px; */
    height: 100%;
    /* background: linear-gradient(to bottom, #0d6efd, #00b894); */
}

.section-title .subtitle{
    display: inline-block;
    color: #0d6efd;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.section-title h1{
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.title-line{
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #010b1e, #6791de);
    border-radius: 20px;
    margin: auto;
}

.quality-points{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.quality-point{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 15px;
    transition: 0.3s ease;
    background: #f8fafc;
}

.quality-point:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #ffffff;
}

.quality-point .icon{
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #010b1e, #6791de);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.quality-point p{
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
}

.quality-point strong{
    color: #1e293b;
}

@media(max-width: 768px){

    .quality-card{
        padding: 40px 25px;
    }

    .section-title h1{
        font-size: 34px;
    }

    .quality-point{
        flex-direction: column;
        align-items: center; /* center items */
        text-align: center;  /* center text */
    }

    .quality-point .icon{
        margin-bottom: 10px;
    }
}



/* Quality Assurance Ends Here */

@media (max-width: 991.98px) {
    .navbar {
        flex-wrap: wrap;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        width: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }

    .navbar-brand {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-right: 0 !important;
        max-width: calc(100% - 70px);
    }

    
    .img-logo {
        max-width:35%;
        height: auto;
    }

    .navbar-toggler {
        margin-right: 10px !important;
        flex-shrink: 0;
    }

    .navbar .navbar-nav .nav-link  {
        margin: 0;
        padding: 5px 0;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


/*** Hero Header ***/
.hero-header {
    background: url(../img/hero-bg.jpg) top left no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-light);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}


/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 0px;
    bottom: 30px;
    left: 0px;
    text-align: center;
    background: rgba(255, 255, 255, .7);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}
.border-secondary {
    border-color: #d2d2d2 !important;
    /* color: #061128; */
}

/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 57%;
        background: var(--bs-light);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}