:root {
    --primary: #2f6f4e;
    --primary-dark: #1f5138;
    --primary-light: #e7f3ec;
    --secondary: #b68245;
    --secondary-dark: #8c5f2c;
    --cream: #f9f6ee;
    --light: #f6faf7;
    --dark: #193228;
    --text: #5b675f;
    --white: #ffffff;
    --border: rgba(47, 111, 78, 0.14);
    --shadow: 0 18px 55px rgba(27, 67, 46, 0.10);
    --shadow-hover: 0 24px 70px rgba(27, 67, 46, 0.17);
    --radius: 24px;
    --radius-sm: 15px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    color: var(--dark);
    font-weight: 700;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

section {
    position: relative;
}

.section-padding {
    padding: 70px 0;
}

.section-padding-small {
    padding: 75px 0;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    border-radius: 50px;
    color: var(--primary);
    background: var(--primary-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-label::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
}

.section-title {
    font-size: clamp(28px, 3.8vw, 46px);
    line-height: 1.25;
    margin-bottom: 20px;
}

.section-description {
    max-width: 700px;
    font-size: 17px;
    margin-bottom: 0;
}

.text-highlight {
    color: var(--primary);
}

.custom-container {
    max-width: 1320px;
}

.btn-main,
.btn-outline-main,
.btn-light-custom {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn-main {
    color: var(--white);
    background: var(--primary);
    box-shadow: 0 12px 30px rgba(47, 111, 78, 0.25);
}

.btn-main:hover {
    color: var(--white);
    background: var(--primary-dark);
    transform: translateY(-3px);
}

.btn-outline-main {
    color: var(--primary);
    border-color: rgba(47, 111, 78, 0.32);
    background: var(--white);
}

.btn-outline-main:hover {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.btn-light-custom {
    color: var(--primary-dark);
    background: var(--white);
}

.btn-light-custom:hover {
    color: var(--white);
    background: var(--secondary);
    transform: translateY(-3px);
}

/* Topbar */

.topbar {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.86);
    padding: 9px 0;
    font-size: 13px;
}

.topbar a {
    color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
}

.topbar a:hover {
    color: var(--white);
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

/* Header */

.main-header {
    background: #EDEBDF;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(47, 111, 78, 0.08);
    transition: all 0.3s ease;
    z-index: 1040;
}

.main-header.scrolled {
    box-shadow: 0 10px 35px rgba(28, 66, 47, 0.1);
}

.navbar {
    min-height: 88px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.brand-symbol {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(145deg, var(--primary), var(--primary-dark));
    border-radius: 50% 50% 45% 55%;
    font-size: 25px;
    box-shadow: 0 9px 24px rgba(47, 111, 78, 0.25);
}

.brand-content strong {
    display: block;
    color: var(--primary-dark);
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1;
}

.brand-content span {
    display: block;
    margin-top: 5px;
    color: var(--secondary-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.navbar-nav {
    align-items: center;
    gap: 5px;
}

.navbar-nav .nav-link {
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    padding: 11px 13px !important;
    border-radius: 10px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary);
    background: var(--primary-light);
}

/*=============================
        NAVBAR DROPDOWN
==============================*/

.navbar .dropdown{
    position:relative;
}

.navbar .dropdown-menu{
    border:none;
    border-radius:18px;
    padding:12px;
    min-width:250px;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
    margin-top:18px;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:all .35s ease;
    display:block;
}

.navbar .dropdown-item{
    padding:14px 18px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    color:#2b2b2b;
    transition:.3s;
    display:flex;
    align-items:center;
    gap:12px;
}

.navbar .dropdown-item::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#6ea73b;
    transition:.3s;
}

.navbar .dropdown-item:hover{
    background:#eef8e8;
    color:#5a9130;
    padding-left:24px;
}

.navbar .dropdown-item:hover::before{
    transform:scale(1.4);
}

/* Show on Hover */

@media(min-width:992px){

.navbar .dropdown:hover>.dropdown-menu{

    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

}

/* Mobile */

@media(max-width:991px){

.navbar .dropdown-menu{

    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    margin-top:8px;
    box-shadow:none;
    border:1px solid #eee;
}

.navbar .dropdown-menu.show{
    display:block;
}

}

.navbar-toggler {
    width: 46px;
    height: 44px;
    border: 0;
    background: var(--primary-light);
    border-radius: 11px;
    box-shadow: none !important;
}

/* Hero */

.hero-section {
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .60) 0%,
            rgba(0, 0, 0, .45) 40%,
            rgba(0, 0, 0, .15) 70%,
            rgba(0, 0, 0, 05) 100%),
        url("../images/banner.webp") center center/cover no-repeat;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -160px;
    bottom: -180px;
    background: rgba(182, 130, 69, 0.15);
    border-radius: 50%;
    filter: blur(3px);
    z-index: -1;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: -160px;
    right: 10%;
    border: 1px solid rgba(47, 111, 78, 0.13);
    border-radius: 50%;
    z-index: -1;
}

.hero-content {
    max-width: 750px;
    padding: 70px 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    margin-bottom: 20px;
    border-radius: 50px;
    color: var(--primary-dark);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(47, 111, 78, 0.15);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: clamp(32px, 5.5vw, 65px);
    line-height: 1.03;
    margin-bottom: 22px;
}

.hero-title span {
    color: #f69324;
}

.hero-subtitle {
    max-width: 650px;
    color: var(--dark);
    font-size: clamp(20px, 2.2vw, 27px);
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-description {
    max-width: 635px;
    color: #506158;
    font-size: 17px;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
}

.hero-trust-item i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(47, 111, 78, 0.13);
}

/* About */

.about-section {
    background:
        radial-gradient(circle at 7% 20%, rgba(47, 111, 78, 0.06), transparent 26%),
        var(--white);
}

.about-image-wrap {
    position: relative;
    padding-right: 35px;
    padding-bottom: 35px;
}

.about-main-image {
    width: 100%;
    height: 610px;
    object-fit: cover;
    border-radius: 160px 25px 160px 25px;
    box-shadow: var(--shadow);
}

.about-small-image {
    position: absolute;
    width: 220px;
    height: 230px;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border: 8px solid var(--white);
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.about-experience {
    position: absolute;
    left: -20px;
    bottom: 65px;
    min-width: 190px;
    padding: 20px;
    color: var(--white);
    background: var(--primary);
    border: 7px solid var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.about-experience strong {
    display: block;
    color: var(--white);
    font-family: "Playfair Display", serif;
    font-size: 27px;
}

.about-experience span {
    font-size: 13px;
    opacity: 0.9;
}

.about-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 28px 0;
}

.about-list-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--dark);
    font-weight: 600;
}

.about-list-item i {
    color: var(--primary);
    font-size: 20px;
}

.signature-text {
    color: var(--secondary-dark);
    font-family: "Playfair Display", serif;
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
}



/* Why choose */

.why-section {
    background:
        linear-gradient(rgba(23, 64, 43, 0.94), rgba(23, 64, 43, 0.94)),
        url("https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?auto=format&fit=crop&w=1920&q=85") center/cover fixed;
    color: rgba(255, 255, 255, 0.8);
}

.why-section .section-label {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.why-section .section-title {
    color: var(--white);
}

.why-card {
    height: 100%;
    padding: 27px 23px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.why-card:hover {
    background: var(--white);
    transform: translateY(-8px);
}

.why-icon {
    width: 90px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .4s;
}

.why-icon img{
       width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-card h3 {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 9px;
    transition: 0.3s;
}

.why-card p {
    margin-bottom: 0;
    font-size: 14px;
    transition: 0.3s;
}

.why-card:hover .why-icon {
    color: var(--white);
    background: var(--primary);
}

.why-card:hover h3 {
    color: var(--dark);
}

.why-card:hover p {
    color: var(--text);
}

/* Process */

.process-section {
    background: var(--white);
}

.process-wrapper {
    position: relative;
    margin-top: 55px;
}

.process-line {
    position: absolute;
    width: 80%;
    height: 2px;
    top: 56px;
    left: 10%;
    background: repeating-linear-gradient(90deg,
            var(--primary) 0,
            var(--primary) 10px,
            transparent 10px,
            transparent 20px);
    opacity: 0.28;
}

.process-card {
    position: relative;
    text-align: center;
    z-index: 2;
}

.process-number {
    position: relative;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 23px;
    color: var(--white);
    background: var(--primary);
    border: 10px solid var(--primary-light);
    border-radius: 50%;
    font-family: "Playfair Display", serif;
    font-size: 27px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(47, 111, 78, 0.2);
    transition: all 0.3s ease;
}

.process-card:hover .process-number {
    background: var(--secondary);
    transform: translateY(-7px) rotate(5deg);
}

.process-card h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
}

/* Testimonials */

.testimonial-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(182, 130, 69, 0.12), transparent 25%),
        var(--cream);
    overflow: hidden;
}

.testimonial-card {
    height: 100%;
    padding: 26px;
    background: var(--white);
    border: 1px solid rgba(47, 111, 78, 0.1);
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(25, 65, 44, 0.08);
}

.testimonial-quote {
    color: var(--primary-light);
    font-size: 54px;
    line-height: 1;
}

.testimonial-card p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.8;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid var(--border);
}

.patient-info {
    display: flex;
    align-items: center;
    gap: 13px;
}

.patient-avatar {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(145deg, var(--primary), var(--secondary));
    border-radius: 50%;
    font-weight: 800;
}

.patient-info strong {
    display: block;
    color: var(--dark);
}

.patient-info span {
    font-size: 13px;
}

.testimonial-rating {
    color: #e4a63c;
    font-size: 14px;
    white-space: nowrap;
}

.swiper {
    padding: 15px 7px 60px;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
}

/* CTA */

.cta-section {
    background: var(--white);
}

.cta-wrapper {
    position: relative;
    padding: 65px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.85);
    background:
        linear-gradient(90deg, rgba(31, 81, 56, 0.98), rgba(47, 111, 78, 0.91)),
        url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1600&q=85") center/cover;
    border-radius: 35px;
    box-shadow: var(--shadow);
}

.cta-wrapper::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -90px;
    bottom: -160px;
    border: 55px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.cta-wrapper h2 {
    max-width: 760px;
    color: var(--white);
    font-size: clamp(35px, 4vw, 55px);
    margin-bottom: 17px;
}

.cta-wrapper p {
    max-width: 670px;
    margin-bottom: 28px;
    font-size: 17px;
}

/* Contact */

.contact-section {
    background: var(--light);
}

.contact-info-card {
    height: 100%;
    padding: 42px;
    color: rgba(255, 255, 255, 0.82);
    background:
        linear-gradient(rgba(29, 76, 52, 0.93), rgba(29, 76, 52, 0.93)),
        url("https://images.unsplash.com/photo-1615485737651-5806d4f0dc6d?auto=format&fit=crop&w=1200&q=85") center/cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-info-card h2,
.contact-info-card h3 {
    color: var(--white);
}

.contact-info-card h2 {
    font-size: 42px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-detail:last-of-type {
    border-bottom: 0;
}

.contact-detail-icon {
    min-width: 49px;
    width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--white);
    border-radius: 14px;
    font-size: 21px;
}

.contact-detail strong {
    display: block;
    color: var(--white);
    margin-bottom: 4px;
}

.contact-detail a {
    color: rgba(255, 255, 255, 0.82);
}

.contact-detail a:hover {
    color: var(--white);
}

.contact-form-card {
    height: 100%;
    padding: 42px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.form-label {
    color: var(--dark);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    min-height: 55px;
    color: var(--dark);
    background: var(--light);
    border: 1px solid transparent;
    border-radius: 13px;
    padding: 13px 16px;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 135px;
    resize: vertical;
}

.form-control:focus,
.form-select:focus {
    background: var(--white);
    border-color: rgba(47, 111, 78, 0.45);
}

.map-wrapper {
    margin-top: 30px;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.map-wrapper iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: 0;
}

/* Footer */

.main-footer {
    color: rgba(255, 255, 255, 0.69);
    background: #142e22;
}

.footer-main {
    padding: 75px 0 50px;
}

.footer-brand .brand-content strong {
    color: var(--white);
}

.footer-brand .brand-content span {
    color: #d3aa77;
}

.footer-description {
    max-width: 390px;
    margin-top: 22px;
    margin-bottom: 23px;
}

.social-links {
    display: flex;
    gap: 9px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: 0.3s;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-title {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    margin-bottom: 22px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.69);
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 15px;
}

.footer-contact-item i {
    color: #d3aa77;
    margin-top: 3px;
}

.footer-contact-item a {
    color: rgba(255, 255, 255, 0.69);
}

.important-note {
    padding: 17px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--secondary);
    border-radius: 9px;
    font-size: 14px;
    line-height: 1.65;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
}

/* Floating actions */

.floating-actions {
    position: fixed;
    left: 13px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1010;
}

.floating-btn {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 50%;
    font-size: 23px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.floating-btn:hover {
    color: var(--white);
    transform: translateY(-4px) scale(1.04);
}

.floating-whatsapp {
    background: #25d366;
}

.floating-call {
    background: var(--primary);
}

/* Back to top */

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--secondary);
    border: 0;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s;
    z-index: 1011;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Animation */

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */

@media (max-width: 1199px) {
    .navbar-nav .nav-link {
        padding: 10px 9px !important;
    }



    .hero-section {
        min-height: 680px;
    }
}

@media (max-width: 991px) {
    html {
        scroll-padding-top: 85px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .topbar {
        display: none;
    }

    .navbar {
        min-height: 78px;
    }

    .navbar-collapse {
        position: fixed;
        width: min(87%, 350px);
        height: 100vh;
        top: 0;
        left: -100%;
        display: block !important;
        padding: 80px 20px 25px;
        background: var(--white);
        box-shadow: 20px 0 50px rgba(17, 49, 32, 0.16);
        overflow-y: auto;
        transition: left 0.35s ease;
        z-index: 1055;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-collapse::before {
        content: "Menu";
        position: absolute;
        top: 25px;
        left: 23px;
        color: var(--dark);
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 700;
    }

    .mobile-menu-close {
        position: absolute;
        top: 22px;
        right: 20px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--dark);
        background: var(--primary-light);
        border: 0;
        border-radius: 10px;
        font-size: 21px;
    }

    .navbar-nav {
        align-items: stretch;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 13px 14px !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        box-shadow: none;
        margin-top: 5px;
    }

    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(10, 35, 22, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 1019;
    }

    .mobile-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    body.menu-open {
        overflow: hidden;
    }



    .hero-content {
        max-width: 760px;
        padding: 95px 0;
    }

    .about-image-wrap {
        max-width: 660px;
        margin: 0 auto 55px;
    }

    .about-main-image {
        height: 530px;
    }



    .process-line {
        display: none;
    }

    .process-card {
        padding: 18px 12px;
    }

    .contact-info-card,
    .contact-form-card {
        height: auto;
    }
}

@media (min-width: 992px) {

    .mobile-menu-close,
    .mobile-overlay {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 48px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 21px;
    }

    .hero-actions .btn-main,
    .hero-actions .btn-outline-main {
        width: 100%;
    }

    .hero-trust {
        gap: 13px;
    }

    .hero-trust-item {
        width: 100%;
    }

    .about-image-wrap {
        padding-right: 0;
        padding-bottom: 25px;
    }

    .about-main-image {
        height: 430px;
        border-radius: 90px 20px 90px 20px;
    }

    .about-small-image {
        width: 145px;
        height: 150px;
        right: -2px;
    }

    .about-experience {
        left: 8px;
        bottom: 50px;
        min-width: auto;
        padding: 15px;
    }

    .about-experience strong {
        font-size: 21px;
    }

    .about-list {
        grid-template-columns: 1fr;
    }


    .cta-wrapper {
        padding: 42px 24px;
        border-radius: 24px;
    }

    .cta-wrapper .btn-light-custom,
    .cta-wrapper .btn-outline-light {
        width: 100%;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 28px 21px;
    }

    .contact-info-card h2 {
        font-size: 35px;
    }

    .testimonial-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .map-wrapper iframe {
        height: 330px;
    }

    .footer-main {
        padding-top: 60px;
    }
}

@media (max-width: 479px) {
    .brand-content strong {
        font-size: 20px;
    }

    .brand-content span {
        font-size: 8px;
    }

    .brand-symbol {
        width: 43px;
        height: 43px;
    }

    .hero-title {
        font-size: 42px;
    }

    .about-main-image {
        height: 360px;
    }

    .about-small-image {
        display: none;
    }

    .floating-actions {
        right: 13px;
        bottom: 13px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
    }

    .back-to-top {
        right: 12px;
        bottom: 20px;
    }
}


.why-ayurvita {
    background: #fff;
    padding: 70px 0;
    overflow: hidden;
}



.feature-card {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 22px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    transition: .4s;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .18);
}

.feature-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #eef8e7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 31px;
    color: var(--primary);
}

.feature-card h4 {
    margin: 0;
    font-size: 24px;
    color: #2d5a39;
    font-weight: 600;
}

.center-img {
    max-width: 380px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .18));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media(max-width:991px) {



    .feature-card {
        margin-bottom: 20px;
    }

    .center-img {
        max-width: 300px;
        margin: 40px auto;
    }

}

@media(max-width:767px) {


    .feature-card {
        text-align: center;
        flex-direction: column;
    }

    .feature-card h4 {
        font-size: 24px;
    }

    .feature-icon {
        width: 75px;
        height: 75px;
    }

    .feature-icon i {
        font-size: 32px;
    }

}

.ayurveda-section {
    background: #f7f9f3;
    position: relative;
    overflow: hidden;
}

.ayurveda-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: #5c8d2f15;
    border-radius: 50%;
    top: -150px;
    right: -120px;
}

.sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #edf6e6;
    color: #5c8d2f;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
}

.sub-title i {
    color: #d6a547;
}

.ayurveda-section h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d2a20;
}

.ayurveda-section h2 span {
    color: #5c8d2f;
}

.ayurveda-section p {
    color: #666;
    line-height: 1.8;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #5c8d2f;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.theme-btn:hover {
    background: #d6a547;
    color: #fff;
}

.service-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    height: 100%;
    transition: .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.service-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #5c8d2f, #d6a547);
    top: 0;
    left: -100%;
    transition: .5s;
}

.service-card:hover::before {
    left: 0;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15);
}

.icon {
    width: 92px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .4s;
}

.icon img{
    width:100%;
    height:auto;
}

.service-card h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1d2a20;
}

.service-card p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

@media(max-width:991px) {

    .ayurveda-section h2 {
        font-size: 34px;
    }

}

/*==============================================
    PHYSIOTHERAPY SECTION
==============================================*/

.physio-section {
    padding: 100px 0;
    background: #f7faf7;
    position: relative;
}

.physio-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(82, 145, 69, .06);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #edf8ef;
    color: #3d7a28;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.section-tag i {
    color: #d4a64a;
    font-size: 18px;
}

.physio-section h2 {
    font-size: 46px;
    font-weight: 700;
    color: #1e2b1f;
    margin-bottom: 20px;
    line-height: 1.25;
}

.physio-section p {
    color: #6d6d6d;
    line-height: 1.8;
    font-size: 16px;
}

/*==============================================
    SERVICE CARD
==============================================*/

.physio-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 26px 18px;
    height: 100%;
    border: 1px solid #edf1eb;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

/* Top Border Animation */


.physio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    border-color: #4d8c33;
}

/*==============================================
    ICON
==============================================*/

.physio-card .icon {
  width: 100px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .4s;
}


.physio-card .icon img{
       width: 100%;
    height: 100%;
    object-fit: cover;
}

.physio-card .icon i {
    font-size: 30px;
    color: #4d8c33;
    transition: .4s;
}



.physio-card:hover .icon i {
    color: #fff;
}

/*==============================================
    CONTENT
==============================================*/

.physio-card h5 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.35;
}

.physio-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

/*==============================================
    FOOTNOTE
==============================================*/

.physio-note {
    margin-top: 40px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.physio-note strong {
    color: #4d8c33;
}

/*==============================================
    RESPONSIVE
==============================================*/

@media (max-width:991px) {

    .physio-section {
        padding: 70px 0;
    }

    .physio-section h2 {
        font-size: 34px;
    }

    .physio-card {
        padding: 28px;
    }

}

@media (max-width:767px) {

    .physio-section h2 {
        font-size: 28px;
    }

    .physio-card {
        text-align: center;
    }

    .physio-card .icon {
        margin: 0 auto 20px;
    }

}

/*==========================================
        GENERAL SERVICES
==========================================*/

.general-care-section {
    padding: 70px 0;
    background: #f8f8f5;
}

/*==========================================
              CARD
==========================================*/

.general-care-card {
    position: relative;
    height: 430px;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    transition: .45s;
}

.general-care-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

/*==========================================
             IMAGE
==========================================*/

.general-care-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

.general-care-card:hover .general-care-image {
    transform: scale(1.08);
}

/*==========================================
            OVERLAY
==========================================*/

.general-care-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .92) 5%,
            rgba(0, 0, 0, .55) 40%,
            rgba(0, 0, 0, .20) 70%,
            rgba(0, 0, 0, 0) 100%);
}

/*==========================================
      TITLE (Always Visible)
==========================================*/

.general-care-title-box {
    transition: .4s;
}

.general-care-title-box h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

/*==========================================
      DESCRIPTION
==========================================*/

.general-care-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .45s ease;
}

.general-care-description p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin: 18px 0 0;
}

.general-care-card:hover .general-care-description {
    max-height: 180px;
    opacity: 1;
}

/*==========================================
      GREEN BAR
==========================================*/

.general-care-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #56b23d;
    transition: .4s;
}

.general-care-card:hover::after {
    width: 100%;
}

/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:1199px) {



    .general-care-card {
        height: 390px;
    }

    .general-care-title-box h4 {
        font-size: 22px;
    }

}

@media(max-width:991px) {

    .general-care-section {
        padding: 60px 0;
    }


    .general-care-card {
        height: auto;
    }

    .general-care-image {
        height: 340px;
    }

    .general-care-description {
        opacity: 1;
        max-height: 250px;
    }

    .general-care-card:hover {
        transform: none;
    }

    .general-care-card:hover .general-care-image {
        transform: none;
    }

}

@media(max-width:767px) {

    .general-care-section {
        padding: 50px 0;
    }

 

 
    .general-care-overlay {
        padding: 20px;
    }

    .general-care-title-box h4 {
        font-size: 20px;
    }

    .general-care-description p {
        font-size: 14px;
        line-height: 1.7;
    }

    .general-care-image {
        height: 300px;
    }

}

/*==================================
        APPOINTMENT CTA
===================================*/

.appointment-cta-section {
    padding: 40px 0;
}

.appointment-cta {
    background: linear-gradient(135deg, #2d7a45, #4aa35f);
    border-radius: 25px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.appointment-cta::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    top: -80px;
    right: -60px;
}

.appointment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.appointment-cta h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.appointment-cta p {
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.appointment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d7a45;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 700;
    transition: .35s;
}

.appointment-btn:hover {
    background: #f3f3f3;
    color: #2d7a45;
    transform: translateY(-4px);
}

@media(max-width:991px) {

    .appointment-cta {
        padding: 40px 30px;
        text-align: center;
    }

    .appointment-cta h2 {
        font-size: 32px;
    }

}

@media(min-width:991px) {
    body  {
    overflow-x: visible !important;
}

 .about-image-sticky {
    position: sticky;
    top: 100px; /* Distance from the top while scrolling */
}

.about-image-sticky img {
    width: 100%;
    border-radius: 20px;
    display: block;
}   
}
