/* ======= HEADER STYLES ======= */
.top-bar {
    background-color: #f8f9fa;
    font-size: 14px;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #4f7942 !important;
    /* Herbal Green */
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #7b3f00 !important;
    /* Brown hover */
}

/* Saffron/Gold Gradient Button */
.btn-gradient {
    background: linear-gradient(45deg, #f2c94c, #f7b500);
    color: #fff !important;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(242, 201, 76, 0.4);
}

/* Social Icons */
.social-icons a:hover {
    color: #f2c94c !important;
}

/* header ends here */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #faf6f0;
    color: #333;
}

/* 🌿 Hero Section */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(120deg, #d4ed91, #f9d67a);
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #2f4f2f;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-subtext {
    font-size: 1.1rem;
    color: #3a3a3a;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.btn-primary {
    background: linear-gradient(90deg, #d8a34a, #b78a2c);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #b78a2c, #d8a34a);
}

.btn-outline-light {
    border-radius: 30px;
    padding: 10px 25px;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #333;
}

/* choose online consultationanimation  */

.fade-in {
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.9s ease-out;
}

.fade-in.visible {
    opacity: 0;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

/* ends here */

/* ======= started for how it workds ======= */

.how-it-works {
    background: #fffef9;
    background-image: radial-gradient(circle at top left, rgba(241, 232, 207, 0.3), transparent),
        radial-gradient(circle at bottom right, rgba(230, 240, 220, 0.3), transparent);
    position: relative;
}

/* Dotted line between steps */
.timeline-line {
    position: absolute;
    top: 46%;
    left: 12%;
    right: 12%;
    height: 2px;
    border-top: 2px dotted #bda558;
    z-index: 1;
}

/* Step cards */
.timeline-box {
    position: relative;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #eee;
    transition: all 0.4s ease;
}

.timeline-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Icons */
.step-icon i {
    font-size: 42px;
    background: linear-gradient(135deg, #9abf4f, #d4a017);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    transition: all 0.4s ease;
}

.timeline-box:hover .step-icon i {
    transform: scale(1.2) rotate(10deg);
}

/* CTA Button */
.gradient-btn {
    background: linear-gradient(90deg, #a4c34a, #d4a017);
    color: white;
    border: none;
    border-radius: 50px;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(180, 160, 70, 0.3);
}

.gradient-btn:hover {
    background: linear-gradient(90deg, #d4a017, #a4c34a);
    box-shadow: 0 6px 16px rgba(180, 160, 70, 0.4);
}

/* Fade animation */
.fade-in {
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.9s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

@media (max-width: 767px) {
    .timeline-line {
        display: none;
    }
}

/* ======= ENDS ======= */
/* ======= condition you can consult ======= */
.consult-section {
    background: linear-gradient(135deg, #f4f9f4 0%, #eaf6ea 100%);
}

.consult-card {
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.consult-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #d2e3c8;
}

/* ======= ends ======= */

/* wqhat you will recieve  */
.what-youll-receive {
    background: #fff;
    color: #333;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.what-youll-receive h2 {
    font-size: 28px;
    font-weight: 600;
    color: #2b4d2b;
}

.receive-list li {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.receive-list .icon {
    font-size: 24px;
    margin-right: 10px;
}

.illustration {
    max-width: 85%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.note {
    font-size: 16px;
    color: #555;
    font-style: italic;
}

/* Animation */
.fade-in {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ends here */

/* ======= benefits of online ======= */
.benefits-section {
    background: linear-gradient(to bottom right, #faf7f2, #f3f8f2);
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

/* Watermark */
.benefits-section::before {
    content: "";
    position: absolute;
    background: url('/images/leaf-pattern.png') center/contain no-repeat;
    opacity: 0.07;
    inset: 0;
}

.benefits-section h2 {
    font-size: 28px;
    color: #2e5339;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.benefit-card {
    background: #ffffffcc;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.icon {
    font-size: 34px;
    display: block;
    margin-bottom: 12px;
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

.float-icon {
    animation: float 3s ease-in-out infinite;
}

.benefit-card h3 {
    font-size: 18px;
    color: #3a5934;
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}


/* ends here */

/* meet our experts  */
.ayurvedic-expert-section {
    background-color: #fffdf5;
    padding: 70px 20px;
    border-top: 2px solid #e8d8b9;
    position: relative;
    overflow: hidden;
}

.expert-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.expert-photo-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
}

.expert-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #f2e5c1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.mandala-bg {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 340px;
    opacity: 1;
    z-index: 1;
}

.expert-content {
    max-width: 550px;
    z-index: 3;
}

.expert-content h3 {
    font-size: 26px;
    color: #5b3b1a;
    margin-bottom: 15px;
}

.expert-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4e3922;
    margin-bottom: 25px;
}

.btn-expert {
    background-color: #b48b3c;
    color: #fff;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-expert:hover {
    background-color: #8f6d2b;
}

/* Responsive */
@media (max-width: 768px) {
    .expert-container {
        flex-direction: column;
        text-align: center;
    }

    .expert-content {
        max-width: 100%;
    }

    .mandala-bg {
        display: none;
    }
}

/* ends here */

/*consultation fees  */
.consultation-section {
    background: #f5f9f4;
}

.section-title {
    font-size: 28px;
    color: #2e572c;
    font-weight: 700;
}

.pricing-table th {
    background-color: #dff0d8;
    color: #1d441c;
}

.pricing-table td {
    vertical-align: middle;
    font-size: 17px;
}

.payment-icons {
    gap: 20px;
}

.icon-box {
    text-align: center;
    margin: 10px 15px;
    transition: all 0.3s ease;
}

.icon-box img {
    height: 40px;
    width: auto;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.icon-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2e572c;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px 3px rgba(241, 169, 43, 0.5);
    background: #fffaf2;
    border-radius: 12px;
    padding: 8px 12px;
}

.btn-book {
    background: linear-gradient(135deg, #f1a92b, #d98c00);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-call {
    background: #388e3c;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-book:hover,
.btn-call:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* ends here */

/* ======= testimonialss ======= */
#video-testimonials .btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #2b7a3f;
    background-color: #fff;
    transition: all 0.3s ease;
}

#video-testimonials .btn:hover {
    background-color: #2b7a3f;
    color: #fff;
    transform: scale(1.1);
}

/* ====== FAQs styling ======= */


#faq .accordion-button {
    background-color: #fffef9;
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    background-color: #f4f7f0;
    color: #2e7d32;
}

#faq .accordion-body {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.7;
}

#faq .accordion-item {
    border-left: 4px solid #b3d49c;
    transition: all 0.3s ease;
}

#faq .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#faq-cta h3 {
    font-size: 24px;
}

#faq-cta .btn {
    transition: 0.3s;
}

#faq-cta .btn:hover {
    transform: translateY(-3px);
}

/* ends here */


/* =======final cta ======= */
/* CTA SECTION STYLING */
.cta-section {
    background: linear-gradient(135deg, #f4a300, #e07b00);
    color: white;
    text-align: center;
    padding: 80px 20px;
    background-image: url("/images/herbs.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.cta-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-content p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.btn {
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.book-btn {
    background-color: #2e7d32;
}

.whatsapp-btn {
    background-color: #25d366;
}

.call-btn {
    background-color: #1976d2;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ends here */

/* footer styles */
.footer {
    background-color: #1b4332;
    color: #fff;
    padding: 50px 20px 0;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1 1 300px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 10px;
}

.tagline {
    font-style: italic;
    font-size: 14px;
    color: #ffc107;
}

.footer-center h3,
.footer-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffd166;
}

.footer-center a,
.footer-right a {
    color: #fff;
    text-decoration: none;
}

.footer-center a:hover,
.footer-right a:hover {
    text-decoration: underline;
}

.social-icons a img {
    width: 28px;
    margin: 5px;
    transition: transform 0.3s ease;
}

.social-icons a img:hover {
    transform: scale(1.1);
}

/* Newsletter */
.newsletter-form {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    padding: 8px;
    border-radius: 5px;
    border: none;
    flex: 1;
}

.newsletter-form button {
    padding: 8px 15px;
    background-color: #f4a300;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #e07b00;
}

/* Payment Icons */
.payment-section {
    margin-top: 20px;
    text-align: left;
}

.payment-section p {
    font-weight: 500;
    margin-bottom: 8px;
    color: #ffd166;
}

.payment-icons img {
    width: 45px;
    margin-right: 10px;
    transition: transform 0.3s ease;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px;
}

.payment-icons img:hover {
    transform: scale(1.05);
}

.footer-bottom {
    text-align: center;
    background-color: #0f2d20;
    padding: 12px 0;
    font-size: 12px;
    margin-top: 30px;
}
/*ends here */