/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.9
Tested up to: 5.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Basic Structure
* 4.0 - Header
*   4.1 - Site Header
*   4.2 - Navigation
* 5.0 - Content
*   5.1 - Entry Header
*   5.2 - Entry Meta
*   5.3 - Entry Content
*   5.4 - Galleries
*   5.5 - Post Formats
*   5.6 - Attachments
*   5.7 - Post/Paging Navigation
*   5.8 - Author Bio
*   5.9 - Archives
*   5.10 - Search Results/No posts
*   5.11 - 404
*   5.12 - Comments
*   5.13 - Multisite
* 6.0 - Sidebar
*   6.1 - Widgets
* 7.0 - Footer
* 8.0 - Media Queries
* 9.0 - Print
* ----------------------------------------------------------------------------
*/


/**
* 1.0 Reset
*
* Modified from Normalize.css to provide cross-browser consistency and a smart
* default styling of HTML elements.
*
* @see http://git.io/normalize
* ----------------------------------------------------------------------------
*/
:root {
    --primary-color: #8C170D;
    --dark-color: #333333;
    --light-gray: #f5f5f5;
    --text-color: #666666;
    --white-color: #ffffff;
    --light-green: #e9f2e4;
    --border-color: #e0e0e0;
    --red: #E2412B;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--text-color);
    font-size: 16px !important;
}

.container-fluid {
    width: 93%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'El Messiri', sans-serif;

}

section {
    padding: 70px 0;
    overflow: hidden;
}

/* --- Top Bar --- */
.top-bar {
    background-color: #341010;
    color: var(--white-color);
    padding: 10px 0;
    font-size: 14px;
}

.top-bar .info-item {
    margin-right: 20px;
}
.info-item a{
    color: #fff;
    text-decoration: none;
}
.top-bar .social-icon {
    color: var(--white-color);
    margin-left: 15px;
}

/* --- Navigation Bar --- */


.logo-image {
    width: 100%;
}

.get-quote-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 2px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 20px;
    text-transform: uppercase;
}

.get-quote-btn:hover {
    background-color: var(--white-color);
    color: var(--red);
    border-color: var(--red) !important;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;

}

.hero-section img {
    width: 100%;
}



.nutree-tag {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.balanced-diet-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 15px;
    color: var(--primary-color);
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 10px;
    color: var(--white-color);
}

.hero-content p {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.hero-arrow-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 10;
}

.hero-arrow-link:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

/* --- About Us Section --- */
.about-us-section {
    position: relative;
}

.left-leaf img {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -999;
    animation: 3s installation01 infinite alternate;
}

@keyframes installation01 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.about-us-section .about-image img {
    border-radius: 10px;
}

.section-tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-us-section .section-title {
    font-size: 30px;
}

.section-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 35px;
    /* font-weight: bold; */
    line-height: 1.2;
    color: var(--dark-color);
    margin-top: 0;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #222;
}

.checklist li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.checklist li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.read-more-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 2px solid var(--primary-color);
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

.read-more-btn:hover {
    background-color: transparent;
    color: var(--red);
    border: 2px solid var(--red);
    text-decoration: none;
}

.play-sessions-btn {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    transition: 0.3s;

}

.play-sessions-btn:hover {
    background-color: transparent;
    color: var(--red);
    border: 2px solid var(--red);
}

.about-image {
    padding: 0 40px;
    position: relative;
}

.about-features {
    padding-left: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.feature-icon i {
    width: 70px;
    height: 70px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--primary-color);
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-color);
    margin-top: 0;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

/* --- Services Section --- */

/* .services-section {
    padding: 100px 0;
} */
section.services-section {
    background-color: #f6e6d1;
}
.service-item {
    margin-bottom: 30px;
}

.service-image-container {
    /* width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    border: 5px solid var(--primary-color); */
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 18%;
    background: #4A5551;
    padding: 3px;
    line-height: 10px;
    float: none;
}

.service-image-container img {
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* object-fit: cover; */
	border-radius: 18% !important;
}

.icon-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
    right: 0;
}
.icon-wrapper h2{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 35%;
}
.service-item:hover .icon-wrapper {
    opacity: 1;
    height: 100%;
}
.service-item:hover .service-image-container{
        background: #4e2f2c;

}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--dark-color);
    margin-top: 0;
}

/* .service-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more-link {
    color: var(--text-color);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.read-more-link:hover {
    color: var(--primary-color);
    text-decoration: none;
} */

/* --- Video Section --- */
.video-section {
    /* padding: 100px 0; */
    position: relative;
}

.right-leaf img {
    position: absolute;
    top: 20px;
    right: 0;
    animation: 3s installation01 infinite alternate;
}

@keyframes installation01 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}


.video-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    /* overflow: hidden; */
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-container .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn {
    font-size: 60px;
    color: var(--white-color);
    transition: color 0.3s;
}

.play-btn:hover {
    color: var(--primary-color);
} */

.experience-badge {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 180px;
    height: 180px;
    background-color: #341010;
    color: var(--white-color);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    /* padding-top: 45px; */
    padding: 0 15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .video-text-content {
    padding-left: 50px;
} */

.video-text-content .section-tag {
    color: var(--primary-color);
}

.video-text-content .section-title {
    margin-top: 10px;
}

.video-checklist {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.video-checklist li {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.video-checklist li i {
    color: var(--primary-color);
    margin-right: 10px;
}

/* .video-checklist li:nth-child(even) {
    margin-left: 30px;
} */

/* --- Why Choose Us Section --- */
.why-choose-us-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: var(--primary-color);
}

.why-choose-us-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    transform: skewY(1deg);
    transform-origin: top right;
}

.why-choose-us-content {
    background-image: url(https://www.glorientbioceuticals.co/wp-content/uploads/2026/06/why-1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #292929;
    color: var(--white-color);
    border-radius: 25px;

    position: relative;
    z-index: 2;
}

.why-overlay {
    background-color: #0e0000bd;
    padding: 60px;
    border-radius: 25px;
}

.why-choose-us-content .section-tag-white {
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-us-content .section-title-white {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--white-color);
    margin-top: 0;
    margin-bottom: 15px;
}
p.why-content {
    max-width: 840px;
    margin: auto;
}

.why-choose-us-items {
    margin-top: 40px;
}

.why-choose-us-items h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 15px;
}

.why-choose-us-items p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* --- Ayurveda Section --- */
.ayurveda-section {
    padding: 100px 0;
    background-color: #f6e6d1;
    position: relative;
}

.ayurveda-img {
    width: 100%;
    border-radius: 15px;
}



.ayurveda-text-col {
    padding-left: 25px;
}

.ayurveda-content .section-tag {
    color: var(--primary-color);
}

.ayurveda-content .section-title {
    color: #292929;
    font-size: 35px;
	margin-bottom: 10px !important;
}

.ayurveda-content ul {
    margin-top: 10px;
}

.ayurveda-content li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.ayurveda-content li i {
    color: var(--primary-color);
}
 /* numbers-section */
 .numbers-section {
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 0 !important;
        }
        .number-overlay{
            background-color: #000000c9;
            padding: 70px 0;
        }
 .numbers-section .heading {
            font-size: 48px;
            font-weight: 700;
            color: var(--white-color);
            margin-bottom: 60px;
        }

        .stat-box {
            background: #00000070;
            padding: 30px 20px;
            border-radius: 12px;
            margin-bottom: 30px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid var(--border-color);
        }

        .stat-box:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

        .stat-icon {
            font-size: 40px;
            color: var(--red);
            margin-bottom: 20px;
        }

        .stat-number {
            font-size: 40px;
            font-weight: 700;
            color: var(--white-color);
            line-height: 1;
        }
        
        .stat-number-plus {
            font-size: 60px;
            font-weight: 700;
            color: var(--white-color);
        }

        .stat-label {
            font-size: 16px;
            font-weight: 400;
            color: var(--white-color);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 10px;
        }
/* --- Booking Section --- */
.booking-section {
    background-color: var(--primary-color);
    background-image: url(https://www.glorientbioceuticals.co/wp-content/uploads/2026/06/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}



.booking-content-text {
    padding-right: 50px;
    color: var(--white-color);
}

.booking-content-text .section-tag-white {
    color: rgba(255, 255, 255, 0.8);
}

.booking-content-text .section-title-white {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--white-color);
}

.booking-content-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.booking-checklist .checklist-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.booking-checklist .checklist-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-right: 20px;
}

.booking-checklist .checklist-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--white-color);
    margin: 0;
}

.booking-checklist .checklist-text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.8);
}

/* .booking-right-col {
    
} */

.booking-form-container {
    padding: 30px;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.form-title-group .section-tag {
    color: var(--primary-color);
}

.form-title-group .section-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--dark-color);
    margin-top: 10px;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 5px;
    border-color: #c8c8c8;
    box-shadow: none;
    padding: 10px;
    height: auto;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(98, 163, 66, 0.25);
}

.booking-btn {
    width: 100%;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.booking-btn:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.input-group-addon {
    background-color: var(--white-color);
    border-color: var(--border-color);
    color: var(--primary-color);
}


textarea.form-control{
    height: 100px !important;
}
 input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width: 100%;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border: none;
    color: #fff;
}
 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}
/* testimonial-section */

.testimonial-section {
    background-color: #fff;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 3rem;
}

.testimonial-header .small-heading {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-header .small-heading .fa-solid {
    margin-right: 0.5rem;
    color: var(--button-bg);
}

.testimonial-header .main-heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--dark-color);
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonial-content {
    position: relative;
}

.testimonial-image-container {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
}

.testimonial-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.success-rate-overlay {
    position: absolute;
    bottom: -60px;
    right: 25px;
    transform: translateX(-50%);
    width: 40%;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 2rem 0;
    text-align: center;
    border-radius: 20px;

}

.success-rate-overlay .stars {
    font-size: 16px;
    margin-bottom: 10px;
}

.success-rate-overlay .text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.success-rate-overlay .rate {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.testimonial-card .quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    color: var(--heading-primary);
    z-index: 0;
}

.testimonial-card .stars {
    font-size: 16px;
    color: #F68201;
    margin-bottom: 1rem;
}

.testimonial-card .quote-text {
    line-height: 1.6;
    margin-bottom: 2rem;
    color: var(--text-color);
}

.testimonial-author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-author-info .left-side {
    display: flex;
    align-items: center;
}

.testimonial-author-info .profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.testimonial-author-info .author-details {
    display: flex;
    flex-direction: column;
}

.testimonial-author-info .author-name {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-color);
    margin: 0;
}

.testimonial-author-info .author-title {
    font-size: 15px;
    color: #6c757d;
    margin: 0;
}

.testimonial-author-info .brand-logo {
    width: 80px;
    height: auto;
}

.testimonial-navigation {
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 999;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-navigation .nav-button {
    background-color: var(--red);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.testimonial-navigation .nav-button:hover {
    background-color: var(--primary-color);
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInUpCustom {
    animation-name: fadeInUpCustom;
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeOutUpCustom {
    animation-name: fadeOutUpCustom;
}

@keyframes fadeOutUpCustom {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.owl-carousel {
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel .owl-item {
    display: block;
}

img.img-fluid.brand-logo {
    width: 120px !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

 .ayur-section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .ayur-section-header .ayur-sub-title {
            color: var(--primary-color);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
    

       .ayur-service-card {
    background: #341010;
    border-radius: 15px;
    border: 1px solid #341010;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

        .ayur-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }

        .ayur-icon-container {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            position: relative;
            z-index: 1;
            flex-shrink: 0;
        }

        .ayur-icon-container .fa {
            font-size: 24px;
            color: #341010;
        }

        .ayur-service-content {
            padding-left: 20px;
        }

        /* .ayur-service-card.ayur-right-side .ayur-service-content {
           
            text-align: right;
        } */

       

        .ayur-service-card h4 {
            font-size: 1.1em;
            font-weight: 600;
            margin: 0;
			color: #fff;
        }
        
        .ayur-service-card p {
            font-size: 0.8em;
            color: var(--text-color);
            margin: 5px 0 0;
        }

        .ayur-main-image-container {
            text-align: center;
            margin-bottom: 30px;
        }

        .ayur-main-image {
            max-width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }
/* .pharma-text-block {
            padding: 0 30px;
        }
        .pharma-image-block {
            padding: 0 30px;
        } */

.process-main-heading {
    color: #333;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.process-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.faq-accordion-item {
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9fbfd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e0e6ed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-heading.active {
    background-color: #1a4d80;
    color: #fff;
    border-bottom-color: transparent;
}

.panel-heading.active h4 {
    color: #fff;
}

.panel-heading h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: var(--primary-color);
}

.panel-heading .glyphicon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.panel-heading.active .glyphicon {
    transform: rotate(180deg);
}

.panel-body {
    padding: 20px;
    background-color: #f9fbfd;
    color: #666;
    border-top: none;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.image-gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    height: 250px;
    /* Fixed height for consistency */
}

.image-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-row {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .gallery-row .image-gallery-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 991px) {
    .pharma-text-block {
        margin-bottom: 40px;
    }
}

.professional-section-container {
            text-align: center;
        }

        .section-header-content {
            margin-bottom: 50px;
        }

        .section-header-content h2 {
            font-size: 2.5em;
            font-weight: bold;
            color: var(--dark-color);
            margin-bottom: 10px;
        }

        .professional-card-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* Flip Card Container */
        .professional-flipper-container {
            background-color: transparent;
            width: 150px;
            height: 150px;
            perspective: 1000px;
            margin: 10px;
        }

        /* Flip Card Inner */
        .professional-card {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
            background-color: var(--white-color);
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        /* Flip the card on hover */
        .professional-flipper-container:hover .professional-card {
            transform: rotateY(180deg);
        }

        /* Position the front and back of the card */
        .professional-card-front, .professional-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            flex-direction: column;
            border-radius: 10px;
        }

        /* Style the front of the card */
        .professional-card-front {
            background-color: var(--white-color);
            border: 1px solid var(--red);
        }

        /* Style the back of the card */
        .professional-card-back {
            background-color: var(--white-color);
            border: 1px solid var(--primary-color);
            transform: rotateY(180deg);
        }
        
        .professional-icon-container {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: #320505;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }

        .professional-icon {
            font-size: 2.5em;
            color: var(--white-color);
        }

        .professional-text {
            color: var(--text-color);
            font-weight: bold;
            font-size: 0.9em;
        }


/* footer */

.footer {
    background-color: var(--primary-color);
    padding: 60px 0;
    color: var(--white-color);
    position: relative;
}

.footer h4 {
    font-weight: bold;
    color: var(--white-color);
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
}

.footer-logo-brand {
    margin-bottom: 20px;
}

.footer-logo-brand svg {
    width: 28px;
    height: 28px;
    fill: var(--brand-green);
    margin-right: 8px;
}

.footer-about-text {
    color: var(--footer-link-color);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 25px;
}

.social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background-color: #ffffff30;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    margin-right: 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--brand-green);
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

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

.footer-links ul li a {
    color: var(--footer-link-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: var(--white-color);
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.newsletter-form .form-control {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--text-color);
    padding: 10px 15px;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-form .btn-subscribe {
    background-color: var(--subscribe-green);
    color: var(--white-color);
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}

.newsletter-form .btn-subscribe:hover {
    background-color: #409a53;
}

.newsletter-form .btn-subscribe .fa {
    margin-left: 10px;
}

.bottom-footer {
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.bottom-footer a {
    color: #fff;
    text-decoration: none;
}

.bottom-footer a:hover {
    color: var(--white-color);
}

@media (max-width: 991px) {
    .footer-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .container-fluid {
        width: 97%;
    }

    section {
        padding: 40px 0;
    }

    .header-btn {
        display: none;
    }

    .top-bar {
        display: none;
    }

    .get-quote-btn {
        display: none;
    }

    .about-us-section .section-title {
        font-size: 25px;
    }

    .play-sessions-btn {
        padding: 10px 20px;
        margin-left: 8px;
    }

    .about-image {
        margin: 25px 0;
        padding: 0 15px;
    }

    .feature-icon i {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 15px;
    }

    .section-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .read-more-btn {
        padding: 10px 20px;
    }

    .video-left-col {
        padding-right: 015px;
    }

    .experience-badge {
        top: -33px;
        left: -13px;
        width: 130px;
        height: 130px;
        font-size: 14px;


    }

    .experience-badge p span {
        font-size: 25px !important;
    }

    .video-text-content {
        margin-top: 25px;
    }

    .ayurveda-section {
        padding: 40px 0;
    }

    .ayurveda-img {
        margin-top: 25px;
    }

    .ayurveda-text-col {
        padding-left: 15px;
        margin-top: 25px;
    }

    .ayurveda-content .section-title {
        font-size: 25px;
    }
.right-leaf img {
    top: 38%;
}
    .why-choose-us-section {
        padding: 50px 0;
    }

    .why-choose-us-content .section-title-white {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .why-overlay {
        padding: 50px 15px;
    }

    .why-choose-us-items {
        margin-top: 15px;
    }

    .why-choose-us-section .col-sm-4.text-center {
        border-right: none !important;
        border-top: 1px solid #fff;
    }

    .testimonial-header .main-heading {
        font-size: 25px;
    }

    .testimonial-navigation {
        right: 0px;
    }

    .testimonial-author-info .left-side {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.number-overlay {
    padding: 40px 0;
}
.numbers-section .heading {
    font-size: 25px;
    margin-bottom: 30px;
}
.stat-box {
    padding: 20px;
    margin-bottom: 25px;
}
.stat-number-plus {
    font-size: 32px;
}
.stat-number {
    font-size: 30px;
}

    .success-rate-overlay {
        display: none;
    }

    .form-title-group .section-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .footer {
        padding: 50px 0 30px;
    }
.custom-product-carousel .owl-nav .owl-prev {
    left: 10px !important;
}
.custom-product-carousel .owl-nav .owl-next {
    right: 10px !important;
}
.custom-product-section-heading h2 {
    font-size: 25px !important;
}
.cta-row {
    display: unset !important;
}
.cta-left {
    display: none;
}
.cta-right {
    width: 50%;
}
.cta-btn{
    text-align: left !important;
}
.cta-row p{
    margin-bottom: 20px;
}
}


   .custom-product-section {
background: #f6e6d1;
        }

        .custom-product-section-heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .custom-product-section-heading h2 {
            font-size: 36px;
            font-weight: bold;
            color: var(--dark-color);
        }

        .custom-product-section-heading p {
            font-size: 18px;
            color: var(--text-color);
            margin-top: 5px;
        }

        .custom-product-carousel .item {
            padding: 0 10px;
        }

        .custom-product-card {
            border: 2px solid var(--border-color);
            border-radius: 12px;
            overflow: hidden;
            background-color: var(--white-color);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .custom-product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .custom-product-card .card-image {
            position: relative;
        }

        .custom-product-card .card-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .custom-product-card__name {
            text-align: center;
            padding: 15px 10px;
            font-size: 18px;
            font-weight: bold;
            color: var(--white-color);
            background-color: #341010;
        }

        .custom-product-carousel .owl-nav button {
            background: transparent !important;
            font-size: 50px !important;
            color: var(--text-color) !important;
            margin: 0 -20px !important;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: color 0.3s;
        }

        .custom-product-carousel .owl-nav button:hover {
            color: var(--dark-color) !important;
        }

        .custom-product-carousel .owl-nav .owl-prev {
            left: -10px;
        }

        .custom-product-carousel .owl-nav .owl-next {
            right: -10px;
        }

        .custom-product-carousel .owl-dots {
            display: none;
        }
        .owl-carousel.owl-theme.custom-product-carousel.owl-loaded.owl-drag {
    overflow: unset !important;
}
.custom-product-section button.owl-prev {
    background-color: #341010 !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50% !important;
}
.custom-product-section button.owl-prev:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;

}
.custom-product-section button.owl-next {
    background-color: #341010 !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50% !important;
}
.custom-product-section button.owl-next:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;

}

.cta-section{
    background-color: #f6e6d1;
    position: relative;
}
.cta-row{
    display: flex;
    align-items: center;
}
.cta-right{
    position: absolute;
    top: 0;
    right: 0;
}
.cta-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.cta-btn{
    text-align: right;
}

.cta-btn a{
    margin-left: 0 !important;
}

/* Breadcrumb css */
.page-breadcrumb .container-fluid {
    position: relative;
    z-index: 99;
}
.page-breadcrumb {
		background: linear-gradient(135deg, #8c170d 0%, #341010 100%);
		padding: 40px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: #fff;
	}

	.page-breadcrumb span.breadcrumb_new {
		color:#fff;
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}




      #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
 
}
#sequence a:not(:last-child) {
    border-right: 1px solid #fffdfd;
}
#sequence {
    width: 100%;
    float: left;
    background: #320505;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
    display: none;
}
@media (max-width: 767.98px) {

#sequence{
    display: block !important;
}

}
