:root {
    --ek-green: #062f27;
    --ek-green-dark: #03221d;
    --ek-green-soft: #0d493c;
    --ek-gold: #d6a23d;
    --ek-gold-light: #f1c86d;
    --ek-cream: #fbf8f1;
    --ek-ink: #15201d;
    --ek-muted: #63706c;
    --ek-line: #e8dfcf;
}

html { scroll-behavior: smooth; }

body { background: var(--ek-cream); color: var(--ek-ink); }

.ek-page,
.ek-page * { box-sizing: border-box; }

.ek-page h1,
.ek-page h2,
.ek-page h3,
.ek-page p { margin-top: 0; }

.ek-section { padding: 70px 0; }

.ek-header {
    position: relative !important;
    inset: auto !important;
    z-index: 1000;
    width: 100%;
    background: var(--ek-green-dark) !important;
    border-bottom: 1px solid rgba(214, 162, 61, .18);
}

.header-section.home-header.ek-header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.ek-navbar { min-height: 82px; padding: 0 !important; }
.ek-nav-container { gap: 26px; }

.ek-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    flex: 0 0 auto;
}

.ek-brand .ek-brand-logo {
    display: block;
    width: 110px;
    height: auto;
    max-width: none;
    object-fit: initial;
    transform: translateY(-2px);
}

.ek-brand { width: 140px; height: 64px; overflow: hidden; }
.ek-logo-on-dark,
.ek-logo-on-light { filter: none; }
.header-section:not(.ek-header) .header-logo { display: block; width: 155px; height: 62px; overflow: hidden; }
.header-section:not(.ek-header) .header-logo .ek-logo-on-light { width: 110px; height: auto; max-width: none; transform: translateY(-2px); }

.ek-brand > span {
    display: none;
    font-size: 8px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .72;
}

.ek-nav-links { align-items: center; gap: 4px; padding: 0; }
.ek-nav-links li { list-style: none; }

.ek-nav-links a {
    display: block;
    padding: 29px 10px 25px;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.ek-nav-links a:hover,
.ek-nav-links a.active { color: var(--ek-gold-light) !important; border-color: var(--ek-gold); }

.ek-dropdown {
    min-width: 210px;
    padding: 8px;
    background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 16px 35px rgba(0,0,0,.18);
}

.ek-dropdown a {
    padding: 11px 12px !important;
    color: var(--ek-green) !important;
    border: 0 !important;
    border-radius: 8px;
}
.ek-dropdown a:hover { background: #f4ecdc; color: var(--ek-green-dark) !important; }

.ek-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 17px;
    color: #14221e !important;
    background: linear-gradient(135deg, var(--ek-gold-light), var(--ek-gold));
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(214,162,61,.22);
}

.ek-menu-button { color: var(--ek-gold); border: 0; font-size: 22px; }
.ek-mobile-menu { background: var(--ek-green-dark); color: #fff; }
.ek-mobile-menu .offcanvas-body { display: flex; flex-direction: column; gap: 4px; }
.ek-mobile-menu .offcanvas-body > a:not(.ek-phone-button) {
    padding: 13px 4px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1);
    text-decoration: none;
}

@media (min-width: 992px) {
    .ek-mobile-menu { display: none !important; visibility: hidden !important; }
}

.ek-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(2,31,27,.98) 0%, rgba(3,35,30,.88) 36%, rgba(3,35,30,.28) 67%, rgba(3,35,30,.18) 100%), var(--ek-hero-image);
    background-size: cover;
    background-position: center;
}

.ek-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: rgba(214,162,61,.4);
}

.ek-hero-inner {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 108px;
}

.ek-hero-copy { position: relative; z-index: 2; width: min(650px, 100%); }

.ek-malayalam-title {
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 13px;
    margin-bottom: 18px;
    font-family: "Nirmala UI", "Noto Sans Malayalam", sans-serif;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.18;
    border-bottom: 3px solid var(--ek-gold);
}

.ek-malayalam-title span { color: #fff; }
.ek-malayalam-title strong { color: var(--ek-gold-light); font-weight: 800; }

.ek-hero h1 {
    max-width: 600px;
    margin-bottom: 14px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.1vw, 61px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.ek-hero-copy > p {
    max-width: 560px;
    margin-bottom: 24px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.68;
}

.ek-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ek-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ek-btn:hover { transform: translateY(-2px); }
.ek-btn-gold { color: #10241e !important; background: linear-gradient(135deg, var(--ek-gold-light), var(--ek-gold)); box-shadow: 0 9px 20px rgba(214,162,61,.2); }
.ek-btn-outline { color: #fff !important; background: rgba(3,34,29,.35); border-color: rgba(255,255,255,.75); }

.ek-trust-row {
    position: absolute;
    left: 0;
    bottom: -82px;
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 19px;
    border-top: 1px solid rgba(214,162,61,.48);
}

.ek-trust-row > div { display: flex; align-items: center; gap: 10px; padding: 0 15px; border-right: 1px solid rgba(255,255,255,.16); }
.ek-trust-row > div:first-child { padding-left: 0; }
.ek-trust-row > div:last-child { border-right: 0; }
.ek-trust-row i { color: var(--ek-gold-light); font-size: 26px; }
.ek-trust-row span { display: flex; flex-direction: column; font-size: 12px; line-height: 1.4; }
.ek-trust-row b { font-size: 13px; }

.ek-whatsapp-float {
    position: absolute;
    right: 10px;
    bottom: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: #fff !important;
    background: rgba(7,74,51,.92);
    border: 1px solid rgba(241,200,109,.55);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(0,0,0,.28);
}
.ek-whatsapp-float i { color: #fff; font-size: 34px; }
.ek-whatsapp-float span { display: flex; flex-direction: column; font-size: 13px; }
.ek-whatsapp-float b { font-size: 16px; letter-spacing: .03em; }

.ek-about { background: #fff; }
.ek-about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 62px; align-items: center; }
.ek-about-image { position: relative; min-height: 345px; }
.ek-about-image > img { width: 100%; height: 345px; object-fit: cover; border-radius: 13px; box-shadow: 0 16px 40px rgba(23,45,38,.13); }
.ek-experience-badge {
    position: absolute;
    left: -22px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 96px;
    padding: 17px 12px;
    color: #fff;
    text-align: center;
    background: var(--ek-green);
    border: 1px solid var(--ek-gold);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.ek-experience-badge i { color: var(--ek-gold-light); font-size: 25px; }
.ek-experience-badge strong { margin: 3px 0; color: var(--ek-gold-light); font-size: 28px; }
.ek-experience-badge span { font-size: 10px; line-height: 1.3; }

.ek-overline { display: flex; align-items: center; gap: 12px; margin-bottom: 7px !important; color: var(--ek-green); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.ek-overline span { width: 58px; height: 1px; background: var(--ek-gold); }
.ek-about-copy h2 { margin-bottom: 2px; color: var(--ek-green-dark); font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); }
.ek-about-copy h3 { margin-bottom: 14px; color: #b78629; font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.ek-about-copy > p:last-of-type { color: #47524f; font-size: 15px; line-height: 1.78; }
.ek-about-points {
    display: grid;
    gap: 10px;
    margin: 22px 0 18px;
}
.ek-about-points > div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #3f4b47;
    font-size: 15px;
    line-height: 1.66;
}
.ek-about-points i {
    margin-top: 3px;
    color: var(--ek-gold);
}
.ek-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 25px; }
.ek-stats > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 9px; }
.ek-stats i { grid-row: 1 / span 2; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ek-gold); border: 1px solid var(--ek-gold); border-radius: 50%; }
.ek-stats strong { color: var(--ek-green-dark); font-size: 17px; line-height: 1; }
.ek-stats span { color: #5b6763; font-size: 12px; line-height: 1.35; }
.ek-about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}
.ek-about-highlights article {
    display: flex;
    gap: 10px;
    padding: 14px;
    background: #fff;
    border: 1px solid #eadfcb;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(37, 51, 46, .04);
}
.ek-about-highlights i {
    color: var(--ek-gold);
    font-size: 20px;
}
.ek-about-highlights h4 {
    margin: 0 0 4px;
    color: var(--ek-green-dark);
    font-size: 14px;
    font-weight: 800;
}
.ek-about-highlights p {
    margin: 0;
    color: #66716d;
    font-size: 12px;
    line-height: 1.55;
}
.ek-about-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: var(--ek-green-dark) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.ek-about-link:hover { color: var(--ek-gold) !important; }

.ek-services { padding-top: 38px; background: var(--ek-cream); }
.ek-section-title { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 28px; text-align: center; }
.ek-section-title > span { width: 92px; height: 1px; background: linear-gradient(90deg, transparent, var(--ek-gold)); }
.ek-section-title > span:last-child { transform: rotate(180deg); }
.ek-section-title h2 { margin: 0; color: var(--ek-green-dark); font-size: 19px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ek-services-layout { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 24px; align-items: stretch; }
.ek-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.ek-service-card { min-height: 174px; padding: 19px 12px 14px; text-align: center; background: #fff; border: 1px solid #e7e1d7; border-radius: 7px; box-shadow: 0 5px 18px rgba(36,48,44,.04); transition: transform .2s ease, border-color .2s ease; }
.ek-service-card:hover { transform: translateY(-4px); border-color: var(--ek-gold); }
.ek-service-card > i { margin-bottom: 12px; color: var(--ek-green); font-size: 30px; }
.ek-service-card h3 { min-height: 35px; margin-bottom: 8px; color: var(--ek-ink); font-size: 14px; line-height: 1.28; }
.ek-service-card p { margin: 0; color: #69736f; font-size: 12px; line-height: 1.55; }

.ek-amc-card { display: flex; flex-direction: column; overflow: hidden; color: #fff; background: linear-gradient(155deg, #0c4b3d, #04271f); border-radius: 12px; box-shadow: 0 13px 32px rgba(4,39,31,.18); }
.ek-amc-head { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 14px 7px; color: var(--ek-gold-light); }
.ek-amc-head > i { display: grid; place-items: center; width: 52px; height: 52px; color: var(--ek-green-dark); background: var(--ek-gold-light); border-radius: 50%; font-size: 26px; }
.ek-amc-head h3 { margin: 0; color: var(--ek-gold-light); font-size: 16px; line-height: 1.15; text-transform: uppercase; }
.ek-amc-malayalam {
    padding: 12px 18px 15px;
    margin: 0;
    color: #fff !important;
    text-align: center;
    font-family: "Nirmala UI", "Noto Sans Malayalam", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: .01em;
    text-shadow: 0 1px 3px rgba(0,0,0,.45);
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
    border-bottom: 1px solid rgba(255,255,255,.28);
}
.ek-amc-card ul { flex: 1; padding: 12px 24px; margin: 0; list-style: none; }
.ek-amc-card li { display: flex; gap: 8px; margin: 8px 0; color: #fff !important; font-size: 14px; font-weight: 600; }
.ek-amc-card li i { color: #fff; }
.ek-amc-price { display: flex; flex-direction: column; align-items: center; padding: 12px; color: var(--ek-green-dark); background: linear-gradient(135deg, var(--ek-gold-light), var(--ek-gold)); }
.ek-amc-price > span { font-size: 11px; }
.ek-amc-price strong { font-size: 40px; line-height: 1.05; }
.ek-amc-price small { font-size: 17px; }
.ek-amc-price em { font-size: 11px; font-style: normal; }

.ek-process { padding-top: 20px; padding-bottom: 38px; background: #fff; }
.ek-step-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; max-width: 930px; margin: 0 auto; }
.ek-step-grid article { position: relative; text-align: center; }
.ek-step-icon { position: relative; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 11px; color: var(--ek-green); border: 1px solid var(--ek-line); border-radius: 50%; background: #fff; }
.ek-step-icon i { font-size: 27px; }
.ek-step-icon b { position: absolute; top: -7px; right: -2px; display: grid; place-items: center; width: 22px; height: 22px; color: #fff; background: var(--ek-green); border-radius: 50%; font-size: 10px; }
.ek-step-grid h3 { max-width: 145px; margin: auto; color: #26322f; font-size: 13px; line-height: 1.4; text-transform: capitalize; }
.ek-step-arrow { position: absolute; top: 30px; right: -22px; color: var(--ek-green); font-size: 16px; }

.ek-why { padding-top: 28px; background: var(--ek-cream); }
.ek-why-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 24px; }
.ek-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-self: start; align-items: start; }
.ek-benefit-grid article { padding: 22px 10px 18px; text-align: center; background: #fff; border: 1px solid #e8e1d7; border-radius: 7px; }
.ek-benefit-grid i { margin-bottom: 12px; color: var(--ek-green); font-size: 29px; }
.ek-benefit-grid h3 { min-height: 34px; margin-bottom: 7px; color: var(--ek-ink); font-size: 13px; text-transform: capitalize; }
.ek-benefit-grid p { margin: 0; color: #68736f; font-size: 11px; line-height: 1.5; }
.ek-family-card { overflow: hidden; background: var(--ek-green); border-radius: 12px; box-shadow: 0 12px 30px rgba(4,39,31,.17); }
.ek-family-image { height: 150px; background-size: cover; background-position: center; }
.ek-family-copy { padding: 18px 18px 16px; color: #fff; text-align: center; }
.ek-family-copy h3 { margin-bottom: 8px; color: #fff; font-size: 18px; line-height: 1.25; }
.ek-family-copy p { margin-bottom: 13px; color: rgba(255,255,255,.78); font-size: 12px; }
.ek-family-copy > div { display: flex; justify-content: center; gap: 8px; }
.ek-family-copy .ek-btn { min-height: 37px; padding: 0 13px; font-size: 10px; }

.ek-reviews { background: #fff; }
.ek-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.ek-review-card {
    padding: 20px 18px 18px;
    background: linear-gradient(180deg, #fff 0%, #fefcf7 100%);
    border: 1px solid #ebe2d2;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(24, 40, 35, .05);
}
.ek-review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    color: var(--ek-gold);
    font-size: 13px;
}
.ek-review-card p {
    margin: 0 0 16px;
    color: #485552;
    font-size: 13px;
    line-height: 1.75;
}
.ek-review-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.ek-review-meta strong {
    color: var(--ek-green-dark);
    font-size: 14px;
}
.ek-review-meta span {
    color: #74807c;
    font-size: 11px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ek-about-page {
    padding-top: 20px;
    padding-bottom: 64px;
    background: #fff;
}
.ek-about-page .about-img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(27, 43, 38, .12);
    margin-top: 4px;
}
.ek-about-page-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    max-width: 190px;
    padding: 16px 15px;
    color: #fff;
    background: var(--ek-green-dark);
    border: 1px solid rgba(241, 200, 107, .55);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.ek-about-page-badge strong {
    display: block;
    color: var(--ek-gold-light);
    font-size: 28px;
    line-height: 1;
}
.ek-about-page-badge span {
    color: rgba(255,255,255,.75);
    font-size: 12px;
    line-height: 1.4;
}
.ek-about-page-title {
    margin: 0 0 4px;
    color: var(--ek-green-dark);
    font-family: Georgia, serif;
    font-size: clamp(34px, 4vw, 58px);
}
.ek-about-page-subtitle {
    margin: 0 0 14px;
    color: #b78629;
    font-family: Georgia, serif;
    font-size: 21px;
}
.ek-about-page-copy {
    color: #4a5551;
    font-size: 15px;
    line-height: 1.78;
}
.ek-about-point-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.ek-about-point-list > div {
    display: flex;
    gap: 10px;
    color: #384541;
    font-size: 14px;
    line-height: 1.5;
}
.ek-about-point-list i { color: var(--ek-gold); margin-top: 3px; }
.ek-about-card,
.ek-about-story,
.ek-about-process,
.ek-about-cta,
.ek-about-stats {
    height: 100%;
    padding: 24px;
    background: var(--ek-cream);
    border: 1px solid #eadfcb;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(34, 47, 42, .05);
}
.ek-about-card {
    text-align: center;
}
.ek-about-card i {
    margin-bottom: 14px;
    color: var(--ek-gold);
    font-size: 28px;
}
.ek-about-card h3,
.ek-about-story h2,
.ek-about-process h3,
.ek-about-cta h2 {
    margin: 0 0 10px;
    color: var(--ek-green-dark);
}
.ek-about-card p,
.ek-about-story p,
.ek-about-process p,
.ek-about-cta p {
    margin: 0;
    color: #55605b;
    font-size: 15px;
    line-height: 1.75;
}
.ek-about-story h2,
.ek-about-cta h2 { font-family: Georgia, serif; font-size: 30px; }
.ek-about-process-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(214,162,61,.18);
}
.ek-about-process-item:first-of-type { border-top: 0; padding-top: 0; }
.ek-about-process-item strong {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    color: #fff;
    background: var(--ek-green);
    border-radius: 50%;
}
.ek-about-process-item h3 { margin-bottom: 4px; font-size: 15px; }
.ek-about-process-item p { font-size: 14px; }
.ek-about-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(135deg, #fff, #f8f2e6);
}
.ek-about-cta > div { display: flex; gap: 10px; flex-wrap: wrap; }
.ek-about-cta .ek-btn { min-height: 42px; }
.ek-about-stats {
    display: grid;
    gap: 12px;
}
.ek-about-stats > div {
    padding: 14px 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eadfcb;
}
.ek-about-stats strong {
    display: block;
    color: var(--ek-green-dark);
    font-size: 30px;
    line-height: 1;
}
.ek-about-stats span {
    color: #66706c;
    font-size: 11px;
}
.ek-about-ownership {
    padding: 24px 0 8px;
}
.ek-about-mini-card {
    height: 100%;
    padding: 22px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #eadfcb;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(30, 43, 38, .05);
}
.ek-about-mini-card i {
    margin-bottom: 12px;
    color: var(--ek-gold);
    font-size: 26px;
}
.ek-about-mini-card h3 {
    margin: 0 0 8px;
    color: var(--ek-green-dark);
    font-size: 15px;
}
.ek-about-mini-card p {
    margin: 0;
    color: #5d6864;
    font-size: 14px;
    line-height: 1.64;
}
.ek-about-nri {
    padding: 10px 0 0;
}
.ek-about-nri-card {
    min-height: 100%;
}
.ek-service-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.ek-service-area-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    color: var(--ek-green-dark);
    background: #fff;
    border: 1px solid #eadfcb;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}
.ek-about-testimonials {
    padding: 10px 0 0;
}
.ek-about-testimonial-card {
    height: 100%;
    padding: 22px 20px;
    background: linear-gradient(180deg, #fff, #fbf8f1);
    border: 1px solid #eadfcb;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(30, 43, 38, .05);
}
.ek-about-testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    color: var(--ek-gold);
    font-size: 13px;
}
.ek-about-testimonial-card p {
    margin: 0 0 16px;
    color: #55605b;
    font-size: 15px;
    line-height: 1.75;
}
.ek-about-testimonial-card strong {
    display: block;
    color: var(--ek-green-dark);
    font-size: 14px;
}
.ek-about-testimonial-card span {
    color: #74807c;
    font-size: 11px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ek-footer { padding: 43px 0 0 !important; color: #fff; background: var(--ek-green-dark) !important; border-top: 1px solid rgba(214,162,61,.3); }
.ek-footer-grid { display: grid; grid-template-columns: 1.15fr 1.1fr .85fr 1fr; gap: 42px; padding-bottom: 34px; }
.ek-footer-brand > a { display: block; width: 160px; height: 72px; overflow: hidden; }
.ek-footer .footer-logo { width: 120px; height: auto; max-width: none; transform: translateY(-9px); }
.ek-footer-brand > p { max-width: 270px; margin: 13px 0 18px; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.55; }
.ek-footer h2 { margin: 5px 0 17px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.ek-footer-links { display: flex; flex-direction: column; gap: 8px; }
.ek-footer-links.two-column { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
.ek-footer a, .ek-footer p { color: rgba(255,255,255,.72) !important; font-size: 13px; text-decoration: none; }
.ek-footer a:hover { color: var(--ek-gold-light) !important; }
.ek-footer-socials { display: flex; gap: 9px; }
.ek-footer-socials a { display: grid; place-items: center; width: 30px; height: 30px; color: #fff !important; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.ek-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.ek-footer-contact > a:not(.ek-footer-cta), .ek-footer-contact > p { display: flex; gap: 9px; margin: 0; }
.ek-footer-contact i { color: var(--ek-gold); }
.ek-footer-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 39px; padding: 0 15px; margin-top: 7px; color: var(--ek-green-dark) !important; font-weight: 800; background: var(--ek-gold); border-radius: 5px; }
.ek-footer-cta i { color: var(--ek-green-dark); }
.ek-footer-bottom { padding: 13px 0; color: rgba(255,255,255,.58); text-align: center; border-top: 1px solid rgba(214,162,61,.18); font-size: 11px; letter-spacing: .08em; }

@media (max-width: 1199px) {
    .ek-nav-links a { padding-left: 7px; padding-right: 7px; font-size: 11px; }
    .ek-brand img { width: 145px; }
    .ek-phone-button { padding: 0 12px; font-size: 11px; }
    .ek-services-layout { grid-template-columns: 1fr 280px; }
    .ek-service-grid { grid-template-columns: repeat(3, 1fr); }
    .ek-benefit-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    .ek-navbar { min-height: 72px; }
    .ek-brand img { width: 160px; height: 52px; }
    .ek-hero, .ek-hero-inner { min-height: 620px; }
    .ek-hero { background-position: 62% center; }
    .ek-hero-inner { align-items: flex-start; padding-top: 55px; }
    .ek-hero-copy { width: 76%; }
    .ek-whatsapp-float { right: 18px; }
    .ek-about-grid { grid-template-columns: 1fr; gap: 35px; }
    .ek-about-image { width: min(580px, 100%); margin: auto; }
    .ek-about-highlights { grid-template-columns: 1fr; }
    .ek-services-layout, .ek-why-layout { grid-template-columns: 1fr; }
    .ek-amc-card { max-width: 620px; margin: auto; }
    .ek-step-grid { gap: 12px; }
    .ek-step-arrow { right: -12px; }
    .ek-family-card { display: grid; grid-template-columns: 1fr 1fr; }
    .ek-family-image { height: auto; min-height: 220px; }
    .ek-family-copy { display: flex; flex-direction: column; justify-content: center; }
    .ek-reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ek-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .ek-section { padding: 52px 0; }
    .ek-hero, .ek-hero-inner { min-height: 0; }
    .ek-hero {
        background-image: linear-gradient(90deg, rgba(2,31,27,.96), rgba(3,35,30,.68)), var(--ek-hero-image);
        background-position: center;
    }
    .ek-hero-inner { flex-direction: column; align-items: stretch; padding-top: 54px; padding-bottom: 30px; }
    .ek-hero-copy { width: 100%; }
    .ek-malayalam-title { font-size: 28px; }
    .ek-trust-row { position: static; grid-template-columns: 1fr 1fr; row-gap: 16px; margin-top: 26px; }
    .ek-trust-row > div { border-right: 0; padding-left: 0; }
    .ek-whatsapp-float { position: static; align-self: flex-start; margin-top: 20px; }
    .ek-about-grid { gap: 25px; }
    .ek-about-image, .ek-about-image > img { min-height: 270px; height: 270px; }
    .ek-experience-badge { left: 12px; }
    .ek-about-points { margin-top: 18px; }
    .ek-stats { grid-template-columns: 1fr 1fr; }
    .ek-service-grid { grid-template-columns: 1fr 1fr; }
    .ek-service-card { min-height: 165px; }
    .ek-step-grid { grid-template-columns: 1fr 1fr; gap: 25px 12px; }
    .ek-step-arrow { display: none; }
    .ek-benefit-grid { grid-template-columns: 1fr 1fr; }
    .ek-family-card { grid-template-columns: 1fr; }
    .ek-family-image { min-height: 200px; }
    .ek-section-title > span { width: 34px; }
    .ek-section-title h2 { font-size: 15px; letter-spacing: .1em; }
    .ek-about-page .about-img { min-height: 300px; }
    .ek-about-page-subtitle { font-size: 17px; }
    .ek-service-area-tags { gap: 8px; }
    .ek-about-testimonials .col-md-4 { margin-bottom: 0; }
}

@media (max-width: 480px) {
    .ek-hero-actions { flex-direction: column; align-items: stretch; }
    .ek-btn { width: 100%; }
    .ek-trust-row span { font-size: 10px; }
    .ek-about-copy h3 { font-size: 16px; }
    .ek-service-grid, .ek-benefit-grid { grid-template-columns: 1fr; }
    .ek-service-card { min-height: auto; }
    .ek-family-copy > div { flex-direction: column; }
    .ek-reviews-grid { grid-template-columns: 1fr; }
    .ek-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Search-intent service landing pages */
.ek-service-page { color: var(--ek-ink); background: var(--ek-cream); }
.ek-breadcrumb { padding: 14px 0; background: #fff; border-bottom: 1px solid var(--ek-line); }
.ek-breadcrumb .container { display: flex; flex-wrap: wrap; gap: 9px; color: var(--ek-muted); font-size: 11px; }
.ek-breadcrumb a { color: var(--ek-green) !important; font-weight: 700; text-decoration: none; }
.ek-service-hero { padding: 86px 0; color: #fff; background: radial-gradient(circle at 80% 20%, #176352, transparent 36%), linear-gradient(140deg, #03251f, #075043); }
.ek-service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 70px; align-items: center; }
.ek-service-hero h1 { max-width: 820px; margin: 0 0 20px; color: #fff; font-family: Georgia, serif; font-size: clamp(42px, 5.5vw, 70px); line-height: 1.04; }
.ek-service-hero p:not(.ek-overline) { max-width: 760px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.8; }
.ek-service-hero aside { padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(241,200,107,.4); border-radius: 16px; backdrop-filter: blur(8px); }
.ek-service-hero aside > i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; color: var(--ek-green-dark); background: var(--ek-gold-light); border-radius: 50%; font-size: 21px; }
.ek-service-hero aside span { display: block; color: var(--ek-gold-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ek-service-hero aside strong { display: block; margin: 4px 0 7px; color: #fff; font-family: Georgia, serif; font-size: 28px; }
.ek-service-hero aside p { margin: 0; font-size: 12px !important; }
.ek-service-detail { background: #fff; }
.ek-service-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.ek-service-detail h2, .ek-service-included h2 { margin-bottom: 16px; color: var(--ek-green-dark); font-family: Georgia, serif; font-size: clamp(28px, 3vw, 40px); }
.ek-service-detail article > p:not(.ek-overline) { color: var(--ek-muted); font-size: 15px; line-height: 1.85; }
.ek-service-included { padding: 28px; background: var(--ek-cream); border: 1px solid var(--ek-line); border-radius: 16px; }
.ek-service-included h2 { font-size: 25px; }
.ek-service-included ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; padding: 0; margin: 0; list-style: none; }
.ek-service-included li { display: flex; gap: 9px; color: #44514c; font-size: 12px; line-height: 1.5; }
.ek-service-included li i { margin-top: 3px; color: var(--ek-gold); }
.ek-service-benefits { background: var(--ek-cream); }
.ek-service-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ek-service-benefit-grid article { position: relative; overflow: hidden; min-height: 150px; padding: 25px; background: #fff; border: 1px solid var(--ek-line); border-radius: 14px; }
.ek-service-benefit-grid b { display: block; margin-bottom: 23px; color: var(--ek-gold); font-size: 12px; }
.ek-service-benefit-grid h3 { max-width: 190px; margin: 0; color: var(--ek-green-dark); font-size: 16px; line-height: 1.4; }
.ek-service-process { background: #fff; }
.ek-service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ek-service-process-grid article { padding: 24px; border-left: 2px solid var(--ek-gold); background: #fdfbf6; }
.ek-service-process-grid b { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 15px; color: #fff; background: var(--ek-green); border-radius: 50%; }
.ek-service-process-grid h3 { margin-bottom: 8px; color: var(--ek-green-dark); font-size: 15px; }
.ek-service-process-grid p { margin: 0; color: var(--ek-muted); font-size: 12px; line-height: 1.65; }
.ek-service-faq { background: var(--ek-cream); }
.ek-related-services { background: #fff; }
.ek-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ek-related-grid a { position: relative; display: block; min-height: 150px; padding: 24px; color: var(--ek-green-dark) !important; background: var(--ek-cream); border: 1px solid var(--ek-line); border-radius: 14px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.ek-related-grid a:hover { transform: translateY(-4px); border-color: var(--ek-gold); }
.ek-related-grid span { color: #9c762d; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ek-related-grid h3 { max-width: 270px; margin: 12px 0; color: var(--ek-green-dark); font-size: 18px; line-height: 1.35; }
.ek-related-grid i { position: absolute; right: 22px; bottom: 22px; color: var(--ek-gold); }
.ek-service-cta { padding: 45px 0; color: #fff; background: var(--ek-green-dark); }
.ek-service-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ek-service-cta h2 { margin: 0 0 5px; color: #fff; font-family: Georgia, serif; font-size: 30px; }
.ek-service-cta p { margin: 0; color: rgba(255,255,255,.65); }

@media (max-width: 991px) {
    .ek-service-hero-grid, .ek-service-detail-grid { grid-template-columns: 1fr; gap: 35px; }
    .ek-service-hero aside { max-width: 520px; }
    .ek-service-benefit-grid, .ek-service-process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .ek-service-hero { padding: 58px 0; }
    .ek-service-hero h1 { font-size: clamp(38px, 11vw, 52px); }
    .ek-service-included ul, .ek-service-benefit-grid, .ek-service-process-grid, .ek-related-grid { grid-template-columns: 1fr; }
    .ek-service-cta .container { align-items: flex-start; flex-direction: column; }
}

/* Premium service-business conversion refresh */
.ek-hero--premium .ek-hero-copy { max-width: 830px; width: 72%; }
.ek-hero--premium h1 { max-width: 820px; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.04; }
.ek-hero-kicker { margin-bottom: 15px; color: var(--ek-gold-light) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ek-hero-lead { max-width: 720px !important; font-size: 17px !important; line-height: 1.7 !important; }
.ek-service-area { display: flex; align-items: center; gap: 9px; max-width: 720px !important; margin: 19px 0 0 !important; color: rgba(255,255,255,.78) !important; font-size: 13px !important; }
.ek-service-area i { color: var(--ek-gold-light); }
.ek-section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.ek-section-heading .ek-overline { justify-content: center; }
.ek-section-heading h2 { margin: 0 0 12px; color: var(--ek-green-dark); font-family: Georgia, serif; font-size: clamp(29px, 3.2vw, 44px); line-height: 1.15; }
.ek-section-heading > p:last-child { margin: 0; color: var(--ek-muted); font-size: 15px; line-height: 1.7; }

.ek-service-grid--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ek-service-card--detailed { min-height: 0; padding: 26px; text-align: left; border-radius: 14px; }
.ek-service-card--detailed .ek-card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; color: var(--ek-gold); background: #f8f1e3; border-radius: 12px; font-size: 21px; }
.ek-service-card--detailed h3 { min-height: 0; margin-bottom: 8px; color: var(--ek-green-dark); font-size: 18px; }
.ek-service-card--detailed h3 a { color: inherit !important; text-decoration: none; }
.ek-service-card--detailed h3 a:hover { color: #a97c27 !important; }
.ek-service-card--detailed > p { min-height: 44px; margin-bottom: 16px; font-size: 13px; }
.ek-service-card--detailed > strong { display: block; margin-bottom: 8px; color: var(--ek-green-dark); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.ek-service-card--detailed ul { display: grid; gap: 6px; padding: 0; margin: 0 0 18px; list-style: none; }
.ek-service-card--detailed li { color: #53605b; font-size: 12px; }
.ek-service-card--detailed li i { width: 18px; color: var(--ek-gold); }
.ek-service-card--detailed > a { display: inline-flex; align-items: center; gap: 8px; color: var(--ek-green) !important; font-size: 12px; font-weight: 800; text-decoration: none; }

.ek-packages { color: #fff; background: linear-gradient(145deg, var(--ek-green-dark), #0b463a); }
.ek-section-heading--light h2 { color: #fff; }
.ek-section-heading--light > p:last-child { color: rgba(255,255,255,.67); }
.ek-package-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.ek-package-card { position: relative; display: flex; flex-direction: column; padding: 25px 20px; color: var(--ek-ink); background: #fff; border: 1px solid rgba(214,162,61,.28); border-radius: 14px; }
.ek-package-card.is-featured { transform: translateY(-8px); border: 2px solid var(--ek-gold); box-shadow: 0 18px 34px rgba(0,0,0,.22); }
.ek-package-label { position: absolute; top: -13px; left: 50%; padding: 5px 11px; color: var(--ek-green-dark); background: var(--ek-gold-light); border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.ek-package-card h3 { min-height: 46px; margin-bottom: 8px; color: var(--ek-green-dark); font-size: 17px; }
.ek-package-card > p { min-height: 64px; color: var(--ek-muted); font-size: 12px; line-height: 1.6; }
.ek-package-price { padding: 13px 0; margin: 6px 0 14px; color: var(--ek-green-dark); border-top: 1px solid var(--ek-line); border-bottom: 1px solid var(--ek-line); font-size: 18px; font-weight: 800; }
.ek-package-price small { display: block; margin-top: 3px; color: var(--ek-muted); font-size: 9px; font-weight: 500; }
.ek-package-card ul { flex: 1; display: grid; align-content: start; gap: 9px; padding: 0; margin: 0 0 20px; list-style: none; }
.ek-package-card li { display: flex; gap: 7px; color: #4d5a55; font-size: 11px; line-height: 1.45; }
.ek-package-card li i { margin-top: 2px; color: var(--ek-gold); }
.ek-package-card .ek-btn { width: 100%; min-height: 40px; padding: 0 10px; color: var(--ek-green-dark) !important; border-color: var(--ek-green); font-size: 10px; }

.ek-onboarding-section { background: linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%); }
.ek-onboarding-form { max-width: 980px; margin: 0 auto; }
.ek-form-panel,
.ek-success-panel {
    margin-top: 18px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e7e1d7;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(36,48,44,.06);
}
.ek-form-panel h2 { margin-bottom: 8px; color: var(--ek-green-dark); font-size: 20px; }
.ek-form-panel label { margin-bottom: 6px; color: var(--ek-green-dark); font-size: 12px; font-weight: 800; }
.ek-form-panel .form-control { min-height: 44px; border-color: #d9d4ca; border-radius: 8px; font-size: 13px; }
.ek-form-panel textarea.form-control { min-height: 96px; }
.ek-fee-notice { max-width: 980px; margin: 18px auto 0; padding: 16px 18px; color: var(--ek-green-dark); background: #f8f1e3; border: 1px solid rgba(214,162,61,.38); border-radius: 10px; }
.ek-fee-notice p { margin: 6px 0 0; color: #53605b; font-size: 13px; }
.ek-success-panel { max-width: 760px; margin: 0 auto; text-align: center; }
.ek-success-panel > i { color: var(--ek-gold); font-size: 46px; }
.ek-success-panel h1 { color: var(--ek-green-dark); font-size: 34px; }
.ek-success-reference { display: inline-flex; flex-direction: column; min-width: 220px; margin: 10px; padding: 14px 18px; background: #f8f5ef; border: 1px solid #e7e1d7; border-radius: 10px; }
.ek-success-reference span { color: #69736f; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ek-success-reference strong { color: var(--ek-green-dark); font-size: 19px; }

.ek-trust { background: #fff; }
.ek-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.ek-trust-grid article { display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 15px 18px; background: var(--ek-cream); border: 1px solid var(--ek-line); border-radius: 12px; }
.ek-trust-grid i { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: var(--ek-gold); background: #fff; border-radius: 50%; }
.ek-trust-grid h3 { margin: 0; color: var(--ek-green-dark); font-size: 14px; line-height: 1.4; }
.ek-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 28px; }
.ek-proof-grid article { padding: 18px; border: 1px dashed #c8b999; border-radius: 12px; }
.ek-proof-grid span { display: block; color: #9a762e; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ek-proof-grid strong { display: block; margin: 6px 0; color: var(--ek-green-dark); font-size: 14px; }
.ek-proof-grid p { margin: 0; color: var(--ek-muted); font-size: 11px; }

.ek-journey { background: var(--ek-cream); }
.ek-journey-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; max-width: 980px; margin: auto; }
.ek-journey-grid::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; content: ""; background: var(--ek-line); }
.ek-journey-grid article { display: flex; gap: 15px; padding: 20px; background: #fff; border: 1px solid var(--ek-line); border-radius: 13px; }
.ek-journey-grid b { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; color: var(--ek-green-dark); background: var(--ek-gold-light); border-radius: 50%; font-size: 12px; }
.ek-journey-grid h3 { margin-bottom: 5px; color: var(--ek-green-dark); font-size: 15px; }
.ek-journey-grid p { margin: 0; color: var(--ek-muted); font-size: 12px; line-height: 1.6; }

.ek-review-placeholder { border-style: dashed; }
.ek-review-placeholder > i { margin-bottom: 12px; color: var(--ek-gold); font-size: 22px; }
.ek-faq { background: #fff; }
.ek-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.ek-faq-layout .ek-section-heading { margin: 0; text-align: left; }
.ek-faq-layout .ek-overline { justify-content: flex-start; }
.ek-faq-list { display: grid; gap: 10px; }
.ek-faq-list details { padding: 0 18px; background: var(--ek-cream); border: 1px solid var(--ek-line); border-radius: 10px; }
.ek-faq-list summary { display: flex; justify-content: space-between; gap: 12px; padding: 16px 0; color: var(--ek-green-dark); cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.ek-faq-list summary::-webkit-details-marker { display: none; }
.ek-faq-list details[open] summary i { transform: rotate(45deg); }
.ek-faq-list details > div { padding: 0 0 17px; color: var(--ek-muted); font-size: 13px; line-height: 1.7; }

.ek-consultation { color: #fff; background: linear-gradient(135deg, #052c24, #0d5243); }
.ek-consultation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.ek-consultation-copy h2 { max-width: 480px; color: #fff; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 49px); }
.ek-consultation-copy > p:not(.ek-overline) { max-width: 480px; color: rgba(255,255,255,.7); line-height: 1.75; }
.ek-consultation-copy > a { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: #fff !important; text-decoration: none; }
.ek-consultation-copy > a > i { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ek-green-dark); background: var(--ek-gold-light); border-radius: 50%; }
.ek-consultation-copy > a span { display: flex; flex-direction: column; color: rgba(255,255,255,.62); font-size: 10px; }
.ek-consultation-copy > a strong { color: #fff; font-size: 14px; }
.ek-consultation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; color: var(--ek-ink); background: #fff; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.ek-consultation-form label { display: block; margin-bottom: 6px; color: var(--ek-green-dark); font-size: 11px; font-weight: 800; }
.ek-consultation-form input, .ek-consultation-form select, .ek-consultation-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--ek-ink); background: #fff; border: 1px solid #d9d4ca; border-radius: 7px; font: inherit; font-size: 13px; }
.ek-consultation-form textarea { resize: vertical; }
.ek-form-wide { grid-column: 1 / -1; }
.ek-consultation-form button { border: 0; }
.ek-consultation-form small { display: block; margin-top: 8px; color: var(--ek-muted); font-size: 9px; }
.ek-whatsapp-sticky { position: fixed; right: 22px; bottom: 22px; z-index: 1100; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 17px; color: #fff !important; background: #1eaa58; border: 2px solid #fff; border-radius: 999px; box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; text-decoration: none; }
.ek-whatsapp-sticky i { font-size: 21px; }

@media (max-width: 1199px) {
    .ek-package-grid { grid-template-columns: repeat(3, 1fr); }
    .ek-package-card.is-featured { transform: none; }
}
@media (max-width: 991px) {
    .ek-hero--premium .ek-hero-copy { width: 88%; }
    .ek-proof-grid { grid-template-columns: 1fr 1fr; }
    .ek-consultation-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 767px) {
    .ek-hero--premium .ek-hero-copy { width: 100%; }
    .ek-hero--premium h1 { font-size: clamp(34px, 10vw, 46px); }
    .ek-service-area { align-items: flex-start; }
    .ek-service-grid--premium, .ek-package-grid, .ek-trust-grid, .ek-journey-grid, .ek-faq-layout { grid-template-columns: 1fr; }
    .ek-journey-grid::before { display: none; }
    .ek-consultation-form { grid-template-columns: 1fr; padding: 22px 18px; }
    .ek-consultation-form > div { grid-column: 1; }
}
@media (max-width: 480px) {
    .ek-proof-grid { grid-template-columns: 1fr; }
    .ek-whatsapp-sticky { right: 14px; bottom: 14px; width: 50px; padding: 0; justify-content: center; }
    .ek-whatsapp-sticky span { display: none; }
}
