.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.service-card-shadow {
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.05);
    transition: all 0.3s ease;
}

.service-card-shadow:hover {
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
    transform: translateY(-4px);
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

:root {
    --sapp-bg: #FAF3EE;
    --sapp-eyebrow: #3457D5;
    --sapp-heading: #16110D;
    --sapp-body-text: #5B5551;
    --sapp-green: #1C5A34;
    --sapp-green-dark: #154226;
    --sapp-step-border: #C9C2E0;
    --sapp-step-active-border: #1C5A34;
    --sapp-line-color: #DAD2CE;
}

.sapp-how-we-work {
    padding: 2rem 0;
    background-color: var(--sapp-bg);
}

.sapp-eyebrow {
    color: var(--sapp-eyebrow);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.sapp-headline {
    font-weight: 800;
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    color: var(--sapp-heading);
    line-height: 1.1;
    margin-bottom: 1.75rem;
}

.sapp-lead-text {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--sapp-body-text);
    margin-bottom: 1.5rem;
    max-width: 704px;
}

.sapp-lead-text a,
.sapp-lead-text strong {
    color: var(--sapp-eyebrow);
    font-weight: 600;
    text-decoration: none;
}

.sapp-btn-get-service {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff !important;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 50px;
    border: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 320px;
}

.sapp-btn-get-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(37, 99, 235, 0.35);
    color: #fff !important;
}

.sapp-timeline {
    position: relative;
    padding-left: 0;
}

.sapp-timeline-item {
    position: relative;
    display: flex;
    gap: 1.5rem;
    padding-bottom: 3rem;
}

.sapp-timeline-item:last-child {
    padding-bottom: 0;
}

.sapp-timeline-marker-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.sapp-timeline-number {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid var(--sapp-step-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--sapp-heading);
    background-color: var(--sapp-bg);
    position: relative;
    z-index: 2;
}

.sapp-timeline-item:first-child .sapp-timeline-number {
    border-color: var(--sapp-step-active-border);
    color: var(--sapp-step-active-border);
}

.sapp-timeline-line {
    position: absolute;
    top: 48px;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: var(--sapp-line-color);
    z-index: 1;
}

.sapp-timeline-item:last-child .sapp-timeline-line {
    display: none;
}

.sapp-timeline-content {
    padding-top: 0.35rem;
    min-width: 0;
}

.sapp-timeline-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--sapp-heading);
    margin-bottom: 0.5rem;
}

.container-xxl {
    max-width: 1600px !important;
}

.sapp-timeline-desc {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--sapp-body-text);
    margin-bottom: 0;
}

.sapp-timeline-desc a {
    color: var(--sapp-eyebrow);
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .sapp-how-we-work {
        padding: 3.5rem 0;
    }
    .sapp-lead-text {
        max-width: 100%;
    }
    .sapp-col-timeline {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .sapp-btn-get-service {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .sapp-how-we-work {
        padding: 2.75rem 0;
    }
    .sapp-eyebrow {
        font-size: 0.75rem;
    }
    .sapp-lead-text {
        font-size: 0.95rem;
    }
    .sapp-timeline-item {
        gap: 1rem;
        padding-bottom: 2.25rem;
    }
    .sapp-timeline-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .sapp-timeline-line {
        top: 40px;
        bottom: -2.25rem;
    }
    .sapp-timeline-title {
        font-size: 1.05rem;
    }
}

@media (max-width: 380px) {
    .sapp-timeline-number {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }
}


/* ==========================================================================
   EliteFab — Design tokens (ported from the original Tailwind config)
   These override Bootstrap 5's CSS variables + add small utility classes
   for colors/fonts Bootstrap doesn't ship with, so the visual design
   stays identical after moving the layout/utilities to Bootstrap 5.
   ========================================================================== */

:root {
    --on-primary-fixed: #00174b;
    --secondary: #006a61;
    --surface-container-high: #dce9ff;
    --background: #f8f9ff;
    --surface-container-lowest: #ffffff;
    --on-error-container: #93000a;
    --inverse-primary: #b4c5ff;
    --on-secondary: #ffffff;
    --inverse-on-surface: #eaf1ff;
    --secondary-fixed: #89f5e7;
    --on-tertiary-fixed: #191c1e;
    --surface-variant: #d5e3fc;
    --on-secondary-fixed-variant: #005049;
    --on-tertiary-container: #eff1f3;
    --on-primary: #ffffff;
    --primary-container: #2563eb;
    --tertiary: #525657;
    --primary-fixed-dim: #b4c5ff;
    --outline: #737686;
    --tertiary-container: #6b6e70;
    --on-primary-container: #eeefff;
    --secondary-container: #86f2e4;
    --surface-tint: #0053db;
    --surface-container: #e6eeff;
    --surface-container-low: #eff4ff;
    --surface-container-highest: #d5e3fc;
    --on-error: #ffffff;
    --secondary-fixed-dim: #6bd8cb;
    --on-background: #0d1c2e;
    --tertiary-fixed: #e0e3e5;
    --on-primary-fixed-variant: #003ea8;
    --inverse-surface: #233144;
    --error-container: #ffdad6;
    --error: #ba1a1a;
    --on-secondary-container: #006f66;
    --on-surface-variant: #434655;
    --primary-fixed: #dbe1ff;
    --surface: #f8f9ff;
    --outline-variant: #c3c6d7;
    --on-secondary-fixed: #00201d;
    --on-surface: #0d1c2e;
    --on-tertiary: #ffffff;
    --surface-bright: #f8f9ff;
    --tertiary-fixed-dim: #c4c7c9;
    --primary: #004ac6;
    --on-tertiary-fixed-variant: #444749;
    --surface-dim: #ccdbf3;
    /* Bootstrap variable overrides so bg-primary / text-primary / btn-primary
     etc. all pick up the original brand colors automatically */
    --bs-primary: #004ac6;
    --bs-primary-rgb: 0, 74, 198;
    --bs-secondary: #006a61;
    --bs-secondary-rgb: 0, 106, 97;
    --bs-body-bg: #f8f9ff;
    --bs-body-bg-rgb: 248, 249, 255;
    --bs-body-color: #0d1c2e;
    --bs-body-color-rgb: 13, 28, 46;
    --bs-body-font-family: 'Inter', sans-serif;
    --bs-border-color: #c3c6d7;
    --bs-link-color: #004ac6;
    --bs-link-hover-color: #003ea8;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background);
    color: var(--on-surface);
}


/* ---------- Typography helpers (Tailwind fontSize -> classes) ---------- */

.font-display {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: -0.02em;
}

.text-headline-lg-mobile {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.text-headline-lg {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

@media (min-width:768px) {
    .text-headline-lg {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }
}

.text-headline-md {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.font-label-sm {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: 600;
}

.font-label-md {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01em;
    font-weight: 500;
}

.text-body-lg {
    font-size: 18px;
    line-height: 28px;
}

.text-body-md {
    font-size: 16px;
    line-height: 24px;
}


/* ---------- Color helper classes (Material tokens) ---------- */

.bg-surface {
    background-color: var(--surface);
}

.bg-surface-container-low {
    background-color: var(--surface-container-low);
}

.bg-surface-container-lowest {
    background-color: var(--surface-container-lowest);
}

.bg-surface-container-highest {
    background-color: var(--surface-container-highest);
}

.bg-background {
    background-color: var(--background);
}

.text-on-background {
    color: var(--on-background);
}

.text-on-surface {
    color: var(--on-surface);
}

.text-on-surface-variant {
    color: var(--on-surface-variant);
}

.text-primary-token {
    color: var(--primary);
}

.text-secondary-token {
    color: var(--secondary);
}

.border-outline-variant {
    border-color: var(--outline-variant)!important;
}

.bg-primary-soft {
    background-color: rgba(0, 74, 198, .08);
}

.bg-secondary-soft {
    background-color: rgba(0, 106, 97, .1);
}


/* ---------- Spacing tokens used as gap between hero blocks ---------- */

.gap-stack-sm {
    gap: 8px;
}

.gap-stack-md {
    gap: 16px;
}

.gap-stack-lg {
    gap: 32px;
}

.mb-stack-sm {
    margin-bottom: 8px;
}

.mb-stack-md {
    margin-bottom: 16px;
}

.mb-stack-lg {
    margin-bottom: 32px;
}

.py-stack-lg {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (min-width:768px) {
    .py-stack-lg {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}


/* ---------- Rounded corners beyond bootstrap's default scale ---------- */

.rounded-4xl {
    border-radius: 1.5rem;
}

.rounded-3xl-custom {
    border-radius: 1.5rem;
}


/* ---------- Effects ---------- */

.glass-effect {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.service-card-shadow {
    box-shadow: 0 6px 12px rgba(37, 99, 235, .05);
    transition: all .3s ease;
}

.service-card-shadow:hover {
    box-shadow: 0 12px 24px rgba(37, 99, 235, .1);
    transform: translateY(-4px);
}

.hover-lift:hover {
    transform: translateY(-2px);
}

img {
    max-width: 100%;
    height: auto;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}


/* Active bottom-nav / top-nav underline (was Tailwind's `after:` pseudo) */

.nav-link-active {
    position: relative;
    color: var(--primary)!important;
}

.nav-link-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background-color: var(--primary);
}


/* Mobile off-canvas style collapse animation tweak (Bootstrap collapse already
   handles open/close; this just matches the original rounded shadow look) */

#mobileMenu {
    border-top: 1px solid rgba(195, 198, 215, .4);
}

/* Custom collapse behavior, deliberately not named ".collapse" — Tailwind's
   CDN JIT script (loaded alongside Bootstrap on several pages) redefines any
   element with a literal "collapse" class to "visibility: collapse", which
   permanently hides it regardless of Bootstrap's ".show" toggle class. */
.mobile-nav-collapse {
    display: none;
}
.mobile-nav-collapse.show {
    display: block;
}

/* Matches the fixed header's rendered height so it never covers page content */
.header-spacer {
    height: 72px;
}


/* ==========================================================================
   HERO SECTION — precise port of the original min-h-[70vh/80vh/85vh],
   py-16/20/24, and text-3xl/4xl/display responsive steps.
   ========================================================================== */

.hero-section {
    min-height: 70vh;
    padding-top: 4rem;
    /* py-16 */
    padding-bottom: 4rem;
}

.hero-section picture {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width:576px) {
    .hero-section {
        min-height: 80vh;
        padding-top: 5rem;
        /* py-20 */
        padding-bottom: 5rem;
    }
}

@media (min-width:768px) {
    .hero-section {
        min-height: 85vh;
        padding-top: 6rem;
        /* py-24 */
        padding-bottom: 6rem;
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1600px;
    }
}


/* Two-layer gradient overlay so the photo fades into the page background
   exactly like the original's stacked `from-background` divs */

.hero-overlay-1 {
    background: linear-gradient(to bottom, var(--background) 0%, rgba(248, 249, 255, .6) 60%, transparent 100%);
}

.hero-overlay-2 {
    background: linear-gradient(to bottom, rgba(248, 249, 255, .4) 0%, transparent 100%);
}

.hero-badge {
    font-size: 10px;
    letter-spacing: .15em;
    padding: .375rem 1rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width:576px) {
    .hero-badge {
        font-size: 12px;
        letter-spacing: .2em;
        padding: .375rem 1.25rem;
    }
}

.hero-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: -0.025em;
    font-size: 1.875rem;
    /* text-3xl: 30px */
    line-height: 1.25;
}

@media (min-width:576px) {
    .hero-heading {
        font-size: 2.25rem;
        line-height: 1.25;
    }
    /* text-4xl: 36px */
}

@media (min-width:768px) {
    .hero-heading {
        font-size: 3rem;
        line-height: 3.5rem;
        /* display: 48px/56px */
        letter-spacing: -0.02em;
        font-weight: 700;
    }
}

.hero-btn-primary {
    padding: .875rem 1.5rem;
}

@media (min-width:576px) {
    .hero-btn-primary {
        padding: 1rem 2rem;
    }
}

.hero-icon-btn {
    padding: .875rem;
}

@media (min-width:576px) {
    .hero-icon-btn {
        padding: 1rem;
    }
}


/* Bento grid row heights */

.bento-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    grid-auto-rows: 190px;
}

@media (min-width:576px) {
    .bento-grid {
        grid-auto-rows: 170px;
    }
}

@media (min-width:768px) {
    .bento-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 160px;
    }
}

.bento-span-2-2 {
    grid-column: span 1;
    grid-row: span 1;
}

@media (min-width:768px) {
    .bento-span-2-2 {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.bento-span-2-1 {
    grid-column: span 1;
}

@media (min-width:768px) {
    .bento-span-2-1 {
        grid-column: span 2;
    }
}

.bento-span-1-2 {
    grid-column: span 1;
    grid-row: span 1;
}

@media (min-width:768px) {
    .bento-span-1-2 {
        grid-row: span 2;
    }
}


/* Testimonial avatar circle */

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(0, 74, 198, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}


/* ICON BUTTON */

.icon-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-btn .material-symbols-outlined {
    font-size: 24px;
}


/* NAV ACTIVE LINE */

.nav-link {
    position: relative;
}

.nav-link.active::after,
.nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #0d6efd;
}


/****************************************************aboutus*************************/

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.step-card:hover .step-number {
    transform: translateY(-5px);
    color: #000000;
}

.bento-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-item:hover {
    border-color: #000000;
    background-color: #f2f4f6;
}

.elite-hero-section {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.elite-hero-bg {
    position: absolute;
    inset: 0;
}

.elite-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.elite-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 35, 45, .55);
}

.elite-hero-content {
    max-width: 850px;
}

.elite-hero-title {
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.elite-hero-text {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
}

@media(max-width:768px) {
    .elite-hero-section {
        height: 600px;
    }
    .elite-hero-bg img {
        object-position: center;
    }
    .elite-hero-title {
        font-size: 34px;
    }
    .elite-hero-text {
        font-size: 16px;
    }
}


/********************************************************************frenchise*********************/


/*****************************************service********************/

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nav-active {
    border-bottom: 2px solid #000000;
    padding-bottom: 4px;
    font-weight: 700;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: #0d1c32;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}

.container-xxl {
    max-width: 1600px !important;
}

.max-w-container-max {
    max-width: 1600px !important;
}

.faq-wrapper {
    max-width: 1600px;
}

.faq-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    margin-bottom: 18px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .3s ease;
}

.faq-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, .10);
    transform: translateY(-2px);
}

.faq-card summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #14282c;
}

.faq-card summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef3f1;
    flex-shrink: 0;
    transition: .3s;
}

/* Drawn with pseudo-elements (rather than the "+" text glyph) so the cross
   is pixel-centered in the circle regardless of the font's own metrics. */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #14282c;
    transform: translate(-50%, -50%);
    transition: background-color .3s;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-card[open] .faq-icon,
.faq-icon.active {
    transform: rotate(45deg);
    background: #14282c;
}

.faq-card[open] .faq-icon::before,
.faq-card[open] .faq-icon::after,
.faq-icon.active::before,
.faq-icon.active::after {
    background: #fff;
}

.faq-content {
    padding: 0 25px 25px;
    color: #6b7280;
    line-height: 1.7;
    font-size: 16px;
}

@media(max-width:576px) {
    .faq-card summary {
        padding: 18px;
        font-size: 16px;
    }
    .faq-content {
        padding: 0 18px 20px;
    }
}


/********************************tc****************************/

.page-shell {
    max-width: 1600px;
    margin: auto;
    padding: 50px 15px;
}

.legal-page {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 45px 55px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.legal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.legal-logo {
    width: 90px;
}

.header-line {
    flex: 1;
    height: 12px;
    background: linear-gradient(90deg, #0057f8, #d5394c);
}

.page-title {
    font-size: 34px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

.page-subtitle {
    margin: 10px 0 35px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.legal-section {
    margin-bottom: 28px;
}

.legal-section h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.legal-section p {
    margin: 0 0 12px;
    line-height: 1.9;
    font-size: 15px;
    color: #444;
    text-align: justify;
}

.contact-section {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.legal-footer {
    border-top: 2px solid #ccc;
    margin-top: 40px;
    padding-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #666;
}


/* Tablet */

@media(max-width:768px) {
    .legal-page {
        padding: 35px 30px;
    }
    .page-title {
        font-size: 28px;
    }
    .legal-section h3 {
        font-size: 18px;
    }
}


/* Mobile */

@media(max-width:576px) {
    .page-shell {
        padding: 20px 10px;
    }
    .legal-page {
        padding: 25px 18px;
    }
    .legal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .header-line {
        width: 100%;
    }
    .legal-logo {
        width: 70px;
    }
    .page-title {
        font-size: 24px;
    }
    .page-subtitle {
        font-size: 11px;
    }
    .legal-section h3 {
        font-size: 17px;
    }
    .legal-section p {
        font-size: 14px;
        line-height: 1.8;
    }
    .legal-footer {
        font-size: 12px;
    }
}


/****************************ct************************/

.contact-section {
    background: #f8f9fa;
}

.contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: #5070c3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-box i {
    color: #fff;
    font-size: 26px;
}

.contact-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-card p {
    color: #666;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
}

.contact-card a {
    color: #666;
    text-decoration: none;
}

.contact-card a:hover {
    color: #5070c3;
}

.custom-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0;
    color: #fff;
    padding-left: 0;
}

.custom-input::placeholder {
    color: #ccc;
}

.custom-input:focus {
    background: transparent;
    color: #fff;
    border-color: #5070c3;
    box-shadow: none;
}

@media(max-width:991px) {
    iframe {
        min-height: 350px !important;
    }
}


/***********************************popup***********************/


/* Overlay */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 99999;
}

.popup-overlay.active {
    display: flex;
}


/* Popup */

.popup-container {
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    animation: popup .35s ease;
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Close */

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #f2f2f2;
    font-size: 0;
    transition: .3s;
}

.close-btn::before {
    content: "";
    width: 16px;
    height: 16px;
    background:
        linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
        linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
    transform: rotate(45deg);
    color: #333;
}

.close-btn:hover {
    background: #5070c3;
    color: #fff;
}

.close-btn:hover::before {
    color: #fff;
}


/* Header */

.popup-header {
    text-align: center;
    margin-bottom: 15px;
}

.popup-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #222;
}

.popup-header p {
    color: #666;
    font-size: 14px;
}


/* Form */

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.form-group span {
    color: red;
}

input,
select,
textarea,
.popup-container input,
.popup-container select,
.popup-container textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: .3s;
    background-color: #fff;
    color: #222;
    appearance: none;
    -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
.popup-container input:focus,
.popup-container select:focus,
.popup-container textarea:focus {
    border-color: #5070c3;
    box-shadow: 0 0 0 3px rgba(80, 112, 195, .15);
}

textarea,
.popup-container textarea {
    resize: none;
}

.form-group textarea,
.popup-container .form-group textarea {
    height: 80px;
}


/* Button */

.submit-btn {
    width: 100%;
    border: none;
    height: 45px;
    padding: 10px;
    background: #5070c3;
    color: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin-top: 8px;
}

.submit-btn:hover {
    background: #3d5cab;
    transform: translateY(-2px);
}


/* Footer */

.popup-footer {
    margin-top: 25px;
    text-align: center;
    display: grid;
    gap: 8px;
    color: #5070c3;
    font-weight: 500;
}


/* Responsive */

@media(max-width:576px) {
    .popup-container {
        width: 90%;
        max-width: 350px;
        max-height: 85vh;
        overflow-y: auto;
        padding: 18px;
        border-radius: 16px;
    }
    .popup-header h2 {
        font-size: 20px;
    }
    .popup-header p {
        font-size: 12px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-group label {
        font-size: 13px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 9px 10px;
        font-size: 13px;
    }
    .form-group textarea {
        height: 60px;
    }
    .submit-btn {
        height: 42px;
        font-size: 14px;
    }
    .close-btn {
        width: 30px;
        height: 30px;
    }
    .close-btn::before {
        width: 12px;
        height: 12px;
    }
}


/********************************service **********************/

#mobileMenu.mobile-menu {
    display: none;
}

#mobileMenu.mobile-menu.show {
    display: block;
}


/*********************************tc************/

#mobileMenu.mobile-menu {
    display: none;
}

#mobileMenu.mobile-menu.show {
    display: block;
}


/***********************************************pp************/

#mobileMenu.mobile-menu {
    display: none;
}

#mobileMenu.mobile-menu.show {
    display: block;
}


/**********************************************************new offers*******************************/

 :root {
    --primary: #0d6efd;
    --primary-dark: #084298;
    --primary-container: #dbe7ff;
    --secondary-container: #e6ecf5;
    --outline-variant: #dde1e8;
    --surface-low: #f6f7fb;
    --text-dark: #111318;
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Intro */

.intro {
    background-color: var(--surface-low);
    padding: 48px 0 0;
}

.intro-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    background: var(--primary-container);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-block;
}

.text-headline-lg {
    /* font-weight: 800; */
    font-size: 2.4rem;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
}

.text-headline-lg span {
    color: var(--primary);
}

.sub {
    color: rgba(17, 19, 24, 0.7);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}


/* Tabs */

.tabs-bar {
    background: #fff;
    border-bottom: 1px solid var(--outline-variant);
    position: sticky;
    top: 0;
    z-index: 10;
}

.tabs-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
}

.tabs-scroll::-webkit-scrollbar {
    display: none;
}

.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 0;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .tabs-scroll {
        overflow-x: visible;
        justify-content: center;
    }
    .tabs {
        flex-wrap: wrap;
        justify-content: center;
        min-width: 0;
        width: 100%;
        padding: 12px 8px;
        gap: 8px;
    }
    .tabs button {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}

.tabs button {
    border: 1px solid var(--outline-variant);
    background: #fff;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.tabs button:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.tabs button.active {
    background: var(--text-dark);
    border-color: var(--text-dark);
    color: #fff;
}


/* Section head */

.section-head {
    padding: 32px 0 20px;
    text-align: center;
}

.section-head h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}


/* Grid */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    padding-bottom: 60px;
}

.card {
    border: 1px solid var(--outline-variant);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
}

.card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: var(--primary);
}

.card-visual {
    position: relative;
    height: 210px;
    background: #ffffff;
    border-bottom: 1px solid var(--outline-variant);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.visual-img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

.badge-count {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(17, 19, 24, 0.75);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}

.save-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #146c2e;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.desc {
    font-size: 0.85rem;
    color: rgba(17, 19, 24, 0.65);
    margin-bottom: 16px;
    line-height: 1.5;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.now {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark);
}

.off-tag {
    background: var(--primary-container);
    color: var(--primary-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}

.elite-book-btn {
    margin-top: auto;
    background: var(--primary);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.elite-book-btn:hover {
    background: var(--primary-dark);
}

@media (max-width: 480px) {
    .text-headline-lg {
        font-size: 1.7rem;
    }
    .grid {
        grid-template-columns: 1fr;
    }
}


/********************************************************about owners ******************************/

 :root {
    --bg: #FFFFFF;
    --ink: #0A0A0B;
    --ink-soft: #54565B;
    --brass: #0D6EFD;
    --brass-deep: #0A58CA;
    --sage: #0D6EFD;
    --card: #FFFFFF;
    --line: rgba(10, 10, 11, 0.14);
    --stitch: rgba(10, 10, 11, 0.30);
}

.founder-container {
    max-width: 1687px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}

.founder-grid {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: clamp(40px, 6vw, 88px);
    align-items: center;
}


/* ---------- LEFT: Care-label tag card ---------- */

.tag-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.tag-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    background: var(--card);
    border: 1.5px dashed var(--stitch);
    border-radius: 14px;
    padding: 22px 22px 26px;
    transform: rotate(-2deg);
    box-shadow: 0 30px 60px -30px rgba(28, 36, 48, 0.35);
}

.tag-hole {
    position: absolute;
    top: -16px;
    left: 34px;
    width: 30px;
    height: 30px;
    background: var(--bg);
    border: 2px solid var(--stitch);
    border-radius: 50%;
}

.tag-hole::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: var(--card);
    box-shadow: inset 0 0 0 1.5px var(--line);
}

.tag-string {
    position: absolute;
    top: -46px;
    left: 49px;
    width: 2px;
    height: 32px;
    background: var(--stitch);
    transform: rotate(8deg);
    transform-origin: top;
}

.tag-eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brass-deep);
    margin-bottom: 14px;
}

.tag-photo {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(160deg, #1A1A1D 0%, #000000 100%);
}

.tag-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tag-photo .fallback-initials {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', serif;
    font-size: 92px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.02em;
}

.tag-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1.5px dashed var(--stitch);
}

.tag-caption .name {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 17px;
}

.tag-caption .role {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

.swatch-badge {
    position: absolute;
    bottom: -22px;
    right: -18px;
    background: var(--ink);
    color: var(--bg);
    border-radius: 10px;
    padding: 14px 18px;
    text-align: center;
    transform: rotate(3deg);
    box-shadow: 0 18px 34px -14px rgba(28, 36, 48, 0.55);
}

.swatch-badge .num {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #6EA8FE;
}

.swatch-badge .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.85;
}


/* ---------- RIGHT: Content ---------- */

.founder-content {
    position: relative;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brass-deep);
    background: rgba(13, 110, 253, 0.10);
    border: 1px solid rgba(13, 110, 253, 0.35);
    padding: 7px 14px 7px 10px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.eyebrow-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sage);
}

.founder-content h2 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.05;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.founder-content .role-line {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(17px, 1.6vw, 20px);
    color: var(--brass-deep);
    margin: 0 0 22px;
}

.founder-content p {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.75;
    max-width: 135ch;
    margin: 0 0 16px;
}


/* ---------- Care-label spec grid (features) ---------- */

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0 34px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.spec-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px dashed var(--brass);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brass-deep);
}

.spec-icon svg {
    width: 20px;
    height: 20px;
}

.spec-text .val {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.spec-text .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 3px;
}


/* ---------- Signature block ---------- */

.sig-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
    border-top: 1.5px dashed var(--stitch);
    margin-bottom: 30px;
}

.sig-mark {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    color: var(--ink);
}

.sig-info .name {
    font-weight: 600;
    font-size: 15px;
}

.sig-info .role {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-top: 2px;
}


/* ---------- Buttons ---------- */

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    padding: 14px 26px;
    border-radius: 9px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-primary {
    background: var(--ink);
    color: var(--bg);
    box-shadow: 0 12px 24px -12px rgba(28, 36, 48, 0.5);
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: #111823;
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--line);
}

.btn-ghost:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
}

.btn:focus-visible {
    outline: 2.5px solid var(--brass-deep);
    outline-offset: 3px;
}


/* ---------- Motion (respect reduced motion) ---------- */

@media (prefers-reduced-motion: no-preference) {
    .tag-card,
    .founder-content>* {
        animation: rise 0.7s cubic-bezier(.2, .8, .2, 1) both;
    }
    .founder-content h2 {
        animation-delay: 0.05s;
    }
    .founder-content .role-line {
        animation-delay: 0.1s;
    }
    .founder-content p {
        animation-delay: 0.14s;
    }
    .spec-grid {
        animation-delay: 0.18s;
    }
    .sig-row {
        animation-delay: 0.22s;
    }
    .btn-row {
        animation-delay: 0.26s;
    }
    @keyframes rise {
        from {
            opacity: 0;
            transform: translateY(14px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}


/* ---------- Responsive ---------- */

@media (max-width: 991px) {
    .founder-grid {
        grid-template-columns: 1fr;
    }
    .tag-wrap {
        margin-bottom: 34px;
    }
    .tag-card {
        transform: rotate(-1.2deg);
    }
}

@media (max-width: 560px) {
    .spec-grid {
        grid-template-columns: 1fr;
    }
    .btn {
        width: 100%;
        justify-content: center;
    }
    .btn-row {
        flex-direction: column;
    }
    .swatch-badge {
        right: 6px;
        bottom: -20px;
    }
}


/* ---------- Multiple profile blocks ---------- */

.founder-block {
    margin-bottom: clamp(64px, 9vw, 110px);
}

.founder-block:last-child {
    margin-bottom: 0;
}

.founder-block--reverse .founder-grid {
    grid-template-columns: 1fr minmax(280px, 420px);
}

.founder-block--reverse .tag-wrap {
    order: 2;
}

.founder-block--reverse .founder-content {
    order: 1;
}

.founder-block--reverse .tag-card {
    transform: rotate(2deg);
}

.founder-block--reverse .swatch-badge {
    right: auto;
    left: -18px;
    transform: rotate(-3deg);
}

.founder-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 clamp(33px, 9vw, 29px);
}

.founder-divider::before,
.founder-divider::after {
    content: "";
    flex: 1;
    height: 0;
    border-top: 1.5px dashed var(--stitch);
}

.founder-divider span {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
}

@media (max-width: 991px) {
    .founder-block--reverse .founder-grid {
        grid-template-columns: 1fr;
    }
    .founder-block--reverse .tag-wrap {
        order: 1;
    }
    .founder-block--reverse .founder-content {
        order: 2;
    }
    .founder-block--reverse .tag-card {
        transform: rotate(-1.2deg);
    }
    .founder-block--reverse .swatch-badge {
        right: -18px;
        left: auto;
        transform: rotate(3deg);
    }
}

.py-section-padding-y {
    padding-top: 5rem !important;
    padding-bottom: 0 !important;
}


/**************************h**********************************************************/

.founder-text {
    margin-left: 259px;
    margin-right: 240px;
}

@media (max-width: 992px) {
    .founder-text {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 576px) {
    .founder-text {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.linkedin-icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #0A66C2;
    transition: 0.3s;
}

.linkedin-icon:hover {
    transform: translateY(-3px);
}


/*************************************home service************************/


/* ===================== FOUNDER SECTION — REDESIGN (matches reference) ===================== */

.founder-section {
    width: 100%;
    padding: 60px 1rem;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.founder-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}


/* Dashed section divider with centered uppercase label */

.founder-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    color: #556;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    font-family: "Courier New", Courier, monospace;
    text-transform: uppercase;
}

.founder-divider::before,
.founder-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #c9ccd3;
}

.founder-divider span {
    padding: 0 1rem;
    white-space: nowrap;
}

.founder-block {
    width: 100%;
}

.founder-grid {
    display: grid;
    grid-template-columns: minmax(240px, 340px) 1fr;
    gap: 3rem;
    align-items: start;
}


/* Reverse layout for alternating profiles */

.founder-block--reverse .founder-grid {
    grid-template-columns: 1fr minmax(240px, 340px);
}

.founder-block--reverse .tag-wrap {
    order: 2;
}

.founder-block--reverse .founder-content {
    order: 1;
}


/* ------- Portrait card: dashed frame, hanging string, square photo ------- */

.tag-wrap {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}

.tag-card {
    position: relative;
    width: 100%;
    max-width: 340px;
    background: #fff;
    border: 1px dashed #c9ccd3;
    border-radius: 10px;
    padding: 1.5rem 1.5rem 1.25rem;
}

.tag-string {
    position: absolute;
    top: -14px;
    right: 26px;
    width: 1px;
    height: 14px;
    background: #b9bcc3;
}

.tag-hole {
    position: absolute;
    top: -10px;
    right: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #b9bcc3;
    background: #fff;
}

.tag-hole::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1.5px solid #b9bcc3;
    transform: translate(-50%, -50%);
}

.tag-eyebrow {
    display: flex;
    justify-content: space-between;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    color: #2f5fd6;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


/* Square photo box, dark fallback background */

.tag-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 1.1rem;
    border-radius: 4px;
    background: #14151a;
    overflow: hidden;
}

.tag-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fallback-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #f5f5f5;
    line-height: 1;
    white-space: nowrap;
}

.tag-caption {
    border-top: 1px dashed #d7d9de;
    padding-top: 0.9rem;
}

.tag-caption .name {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
}

.tag-caption .role {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777;
    margin-top: 0.25rem;
}


/* ------- Content column ------- */

.founder-content {
    min-width: 0;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: #e8f0fe;
    color: #2f5fd6;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.eyebrow-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f5fd6;
}

.founder-content h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #14151a;
    margin: 0 0 0.35rem;
}

.role-line {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    color: #2f5fd6;
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 1.4rem;
}

.founder-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}


/* thin divider between bio text and stats */

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2.5rem;
    margin: 1.6rem 0 0;
    padding-top: 1.6rem;
    border-top: 1px solid #e6e7eb;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}


/* dotted circle icon border like reference screenshot */

.spec-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px dashed #2f5fd6;
    background: #fff;
    color: #2f5fd6;
}

.spec-icon svg {
    width: 18px;
    height: 18px;
}

.spec-text .val {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.spec-text .lbl {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    margin-top: 0.1rem;
}

.btn-row {
    margin-top: 1.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}


/* Square blue LinkedIn button like reference */

.linkedin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #0a66c2;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.linkedin-icon:hover {
    transform: translateY(-2px);
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #2f5fd6;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    word-break: break-word;
}

.contact-link:hover {
    text-decoration: underline;
}


/* ------- Core Expertise & Vision blocks ------- */

.expertise-block,
.vision-block {
    margin: 1.75rem 0 0;
    padding: 1.5rem 1.6rem;
    background: #f7f9fd;
    border: 1px dashed #c7d3ee;
    border-radius: 10px;
}

.expertise-block h3,
.vision-block h3 {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f5fd6;
    margin: 0 0 0.9rem;
}

.expertise-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem 1.5rem;
}

.expertise-list li {
    position: relative;
    padding-left: 1.3rem;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.4;
}

.expertise-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f5fd6;
}

.vision-block p {
    margin: 0;
    color: #444;
    line-height: 1.7;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}


/* ===================== RESPONSIVE BREAKPOINTS ===================== */


/* Tablets */

@media (max-width: 991px) {
    .founder-grid,
    .founder-block--reverse .founder-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .founder-block--reverse .tag-wrap,
    .founder-block--reverse .founder-content {
        order: initial;
    }
    .tag-card {
        max-width: 340px;
        margin: 0 auto;
    }
}


/* Mobile — keep the same design as desktop, just stacked and slightly bigger photo */

@media (max-width: 576px) {
    .founder-section {
        padding: 0 0.5rem;
    }
    .founder-grid {
        gap: 1.75rem;
    }
    .tag-card {
        max-width: 100%;
        width: 100%;
    }
    .tag-photo {
        max-width: 260px;
        margin: 0 auto 1.1rem;
    }
    .fallback-initials {
        font-size: 3.4rem;
    }
    .spec-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
    .expertise-list {
        grid-template-columns: 1fr;
    }
    .expertise-block,
    .vision-block {
        padding: 1.1rem 1.25rem;
    }
}


/********************************************************offers page ****************************/

 :root {
    --navy: #0F1F3D;
    --ink: #101828;
    --blue: #2F6FED;
    --blue-deep: #1E4FC7;
    --mint: #12B76A;
    --amber: #F59E0B;
    --bg: #F5F7FB;
    --surface: #FFFFFF;
    --line: #E4E9F1;
    --muted: #66708A;
    --radius: 20px;
    --radius-sm: 12px;
    --shadow-sm: 0 2px 8px -2px rgba(16, 24, 40, 0.06);
    --shadow-md: 0 16px 36px -16px rgba(16, 24, 40, 0.18);
    --shadow-lg: 0 24px 48px -18px rgba(16, 24, 40, 0.28);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.display {
    font-family: 'Space Grotesk', sans-serif;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}


/* ---------- Intro ---------- */

.intro {
    background: radial-gradient(900px 380px at 90% -10%, rgba(47, 111, 237, 0.10), transparent 60%), linear-gradient(180deg, #EEF2FB 0%, var(--bg) 100%);
    padding: 56px 0 0;
    border-bottom: 1px solid var(--line);
}


.intro-inner {
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue-deep);
    background: rgba(47, 111, 237, 0.08);
    border: 1px solid rgba(47, 111, 237, 0.18);
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mint);
}

.intro h1 {
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 720px;
    margin: 0 auto 14px;
    color: var(--navy);
}

.intro h1 span {
    color: var(--blue);
}

.intro p.sub {
    color: var(--muted);
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto 32px;
    font-weight: 400;
}


/* Tabs bar */

.tabs-bar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(245, 247, 251, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
}

.tabs-scroll {
    position: relative;
}

.tabs-scroll::before,
.tabs-scroll::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 2;
    pointer-events: none;
}

.tabs-scroll::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), rgba(245, 247, 251, 0));
}

.tabs-scroll::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg), rgba(245, 247, 251, 0));
}

.tabs {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-inline: 24px;
    padding: 4px 24px;
    margin: 0 -24px;
}

.tabs::-webkit-scrollbar {
    display: none;
}

@media (min-width:900px) {
    .tabs {
        justify-content: center;
        padding: 4px 2px;
        margin: 0;
    }
    .tabs-scroll::before,
    .tabs-scroll::after {
        display: none;
    }
}

.tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1.5px solid var(--line);
    background: var(--surface);
    color: var(--muted);
    cursor: pointer;
    transition: all .18s ease;
}

.tabs button.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
    box-shadow: 0 8px 18px -8px rgba(15, 31, 61, 0.45);
}

.tabs button:not(.active):hover {
    border-color: var(--blue);
    color: var(--blue);
}


/* ---------- Deals grid ---------- */

#deals {
    padding: 44px 0 76px;
}

.section-head {
    text-align: center;
    margin-bottom: 32px;
}

.section-head .kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 8px;
}

.section-head h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: var(--navy);
    letter-spacing: -0.5px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

@media (max-width:900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.card {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform .22s ease, box-shadow .22s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}


/* --- Visual area: static image slot, drop your own photo in via /images --- */

.card-visual {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0F1F3D 0%, #16305C 100%);
}

.card-visual.alt {
    background: linear-gradient(135deg, #142A52 0%, #1B3D74 100%);
}

.card-visual.offer {
    background: linear-gradient(135deg, #F59E0B 0%, #F2751A 100%);
}

.visual-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 40, 0.05) 0%, rgba(10, 20, 40, 0.35) 100%);
    z-index: 2;
    pointer-events: none;
}

.badge-count {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 5px 11px;
    border-radius: 999px;
    z-index: 4;
    text-transform: uppercase;
}

.save-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--mint);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 5px 11px;
    border-radius: 999px;
    z-index: 4;
}

.icon-wrap {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.icon-wrap svg {
    width: 34px;
    height: 34px;
    stroke: #fff;
}

.offer-percent {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.offer-percent .big {
    font-size: 46px;
    line-height: 1;
}

.offer-percent .lbl {
    font-size: 12.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.94;
}

.card-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    line-height: 1.35;
}

.card-body .desc {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
    line-height: 1.5;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
}

.price-row .now {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--navy);
}

.price-row .was {
    font-size: 13px;
    color: #B0B9C8;
    text-decoration: line-through;
}

.price-row .off-tag {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--mint);
    background: rgba(18, 183, 106, 0.1);
    padding: 3px 9px;
    border-radius: 999px;
}

.elite-book-btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    background: #5070c3;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .25s ease;
}

.elite-book-btn:hover {
    background: #3f5fae;
}


/* ---------- Franchise strip ---------- */

.franchise {
    background: var(--navy);
    color: #fff;
    padding: 48px 0 56px;
    text-align: center;
}

.franchise h4 {
    font-size: 12.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #8FB3FF;
    margin-bottom: 20px;
    font-weight: 700;
}

.franchise-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    max-width: 900px;
    margin: 0 auto;
}

.franchise-list span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.04);
}

.franchise-list svg {
    width: 13px;
    height: 13px;
    stroke: #8FB3FF;
    flex-shrink: 0;
}

@media (max-width:640px) {
    .intro {
        padding: 40px 0 0;
    }
    #deals {
        padding: 32px 0 56px;
    }
}


/***************************************offers-banner**********************/

.offer-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.offer-hero-bg {
    display: block;
    width: 100%;
}

.offer-hero-bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: none !important;
    filter: none !important;
}


/* Remove image dark overlay */

.offer-hero-overlay {
    display: none;
}

.offer-hero-content {
    position: relative;
    z-index: 2;
}


/* Desktop */

@media (min-width: 1200px) {
    .offer-hero-bg img {
        height: auto;
        object-fit: contain;
    }
}


/* Tablet */

@media (max-width: 1199px) {
    .offer-hero-bg img {
        height: auto;
        object-fit: contain;
    }
}


/* Mobile */

@media (max-width: 768px) {
    .offer-hero-bg img {
        height: auto;
        object-fit: contain;
    }
}


/* Small Mobile */

@media (max-width: 480px) {
    .offer-hero-bg img {
        height: auto;
        object-fit: contain;
    }
}


/******************************************************************schedule**************************************************/

 :root {
    --teal-dark: #0B3538;
    --teal: #0F464A;
    --teal-light: #1C6167;
    --ice: #7FD6D6;
    --gold: #E0A83A;
    --ink: #1B1F1E;
    --gray: #5B615F;
    --line: #E7E5E0;
    --paper: #FFFFFF;
    --paper-2: #F7F6F2;
}

img,
svg {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}


/* ---------- top bar ---------- */

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px clamp(20px, 4vw, 48px);
    border-bottom: 1px solid var(--line);
}

.brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--teal-dark);
}

.brand .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}


/* ---------- main product layout ---------- */

.product {
    max-width: 1600px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 48px);
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
}


/* gallery */

.gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: url('./images/se-up.png') center/cover no-repeat;
    border: 1.5px dashed var(--line);
    aspect-ratio: 16/9;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
    /* becomes visible automatically once a src is set */
}

.hero-bg-img[src]:not([src=""]) {
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(11, 53, 56, 0.88) 0%, rgba(15, 70, 74, 0.7) 45%, rgba(28, 97, 103, 0.4) 100%);
    display: none;
    /* only shows once you add a background image */
}

.hero-bg-img[src]:not([src=""])~.hero-overlay {
    display: block;
}

.promo-card {
    position: absolute;
    left: 6%;
    top: 12%;
    width: 44%;
    min-width: 180px;
    background: linear-gradient(155deg, var(--teal-dark) 0%, var(--teal) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 5% 6%;
    color: #fff;
    box-shadow: 0 16px 30px -14px rgba(11, 53, 56, 0.5);
    z-index: 2;
}

.promo-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(15px, 2vw, 22px);
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.promo-highlight {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.8vw, 30px);
    color: var(--ice);
    margin-top: 6px;
}

.promo-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 3vw, 32px);
    color: var(--gold);
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.promo-price span {
    font-size: 0.5em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.promo-note {
    margin-top: 10px;
    font-size: clamp(9px, 1vw, 12px);
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}


/* purchase panel */

.panel {
    position: sticky;
    top: 24px;
}

.eyebrow-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-light);
    margin-bottom: 8px;
}

h1.title {
    font-size: clamp(22px, 2.4vw, 28px);
    line-height: 1.25;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 14px;
}

.price {
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
    color: black;
    margin-bottom: 4px;
}

.price small {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray);
    margin-left: 6px;
}

.divider {
    height: 1px;
    background: var(--line);
    margin: 20px 0;
}

.qty-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 10px;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.qty-control button {
    width: 38px;
    height: 38px;
    border: none;
    background: var(--paper-2);
    font-size: 18px;
    cursor: pointer;
    color: var(--ink);
    transition: background .15s;
}

.qty-control button:hover {
    background: var(--teal-dark);
    color: #fff;
}

.qty-control span {
    width: 42px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.io-btn {
    display: block;
    width: 100%;
    padding: 15px 18px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .2s ease;
}

.io-btn-primary {
    background: #5070c3;
    color: #fff;
    margin-bottom: 12px;
    box-shadow: 0 10px 22px -10px rgba(11, 53, 56, 0.55);
}

.io-btn-primary:hover {
    background: var(--teal-light);
}

.io-btn-outline {
    background: #fff;
    border-color: var(--ink);
    color: var(--ink);
}

.io-btn-outline:hover {
    background: var(--ink);
    color: #fff;
}

.social-row {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    color: var(--ink);
    transition: all .2s;
}

.icon-btn:hover {
    background: var(--teal-dark);
    border-color: var(--teal-dark);
    color: #fff;
}

.icon-btn svg {
    width: 17px;
    height: 17px;
}

.trust-row {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    color: var(--gray);
}

.trust-row div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-row svg {
    width: 16px;
    height: 16px;
    color: var(--teal-light);
    flex-shrink: 0;
}


/* ---------- description ---------- */

.desc-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 clamp(24px, 4vw, 48px) clamp(40px, 6vw, 72px);
    border-top: 1px solid var(--line);
}

.desc-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(30px, 4vw, 60px);
    padding-top: clamp(36px, 5vw, 56px);
}

h2.section-title {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--ink);
}

.desc-grid p {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--gray);
    margin: 0 0 14px;
}

.desc-grid .lead {
    color: var(--ink);
    font-weight: 500;
}

.included-box {
    background: var(--paper-2);
    border-radius: 14px;
    padding: 24px;
    margin-top: 22px;
}

.included-box h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: black;
}

.chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12.5px;
    color: var(--ink);
}

.terms-box {
    background: var(--paper-2);
    border-radius: 14px;
    padding: 24px 26px;
}

.terms-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.terms-box li {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    line-height: 1.6;
    color: var(--gray);
}

.terms-box li:last-child {
    border-bottom: none;
}

.terms-box li strong {
    color: var(--ink);
    font-weight: 600;
    min-width: 96px;
    flex-shrink: 0;
}

.terms-box svg {
    width: 16px;
    height: 16px;
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px;
}

.closing-note {
    margin-top: 20px;
    font-weight: 500;
    color: var(--teal-dark);
    font-size: 15px;
}


/* ---------- footer ---------- */

.franchise {
    background: black;
    color: #fff;
    padding: 32px clamp(20px, 4vw, 48px) 38px;
    text-align: center;
}

.franchise h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #ffffff;
}

.fran-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.fran-cities span::after {
    content: '/';
    margin: 0 12px;
    color: var(--gold);
}

.fran-cities span:last-child::after {
    content: '';
    margin: 0;
}


/* ---------- responsive ---------- */

@media (max-width:900px) {
    .product {
        grid-template-columns: 1fr;
    }
    .panel {
        position: static;
    }
    .desc-grid {
        grid-template-columns: 1fr;
    }
}


/* Below this width the card no longer sits comfortably as an
     absolutely-positioned overlay — switch to a stacked flow layout. */

@media (max-width:680px) {
    .hero-image {
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 28px 20px 32px;
        gap: 20px;
    }
    .promo-card {
        position: relative;
        /* stays in normal flow, keeps z-index working */
        inset: auto;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 420px;
        padding: 22px 22px;
        z-index: 2;
    }
    .promo-eyebrow {
        font-size: 22px;
    }
    .promo-highlight {
        font-size: 26px;
    }
    .promo-price {
        font-size: 28px;
    }
}

@media (max-width:520px) {
    .topbar {
        padding: 14px 16px;
    }
    .product {
        padding: 18px 16px;
        gap: 20px;
    }
    .desc-wrap {
        padding: 0 16px 40px;
    }
    .terms-box li {
        flex-direction: column;
        gap: 4px;
    }
    .terms-box li strong {
        min-width: 0;
    }
}

@media (max-width:400px) {
    .hero-image {
        padding: 24px 14px 28px;
    }
    .promo-card {
        padding: 18px 18px;
    }
    .promo-eyebrow {
        font-size: 19px;
    }
    .promo-highlight {
        font-size: 22px;
    }
    .promo-price {
        font-size: 24px;
    }
}


/************************************************************aboutus***************************/

:root {
    --accent: #2fb4e0;
    --text-dark: #111827;
    --text-body: #6b7280;
    --card-border: #e9ecf1;
    --card-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
}

.hiw-wrap {
    max-width: 1600px;
    margin: 0 auto;
}

.hiw-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 36px;
}

.hiw-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.hiw-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    padding: 34px 24px;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.hiw-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.hiw-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hiw-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hiw-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-body);
}

@media (max-width:1024px) {
    .hiw-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:560px) {
    .hiw-grid {
        grid-template-columns: 1fr;
    }
    .hiw-title {
        font-size: 1.6rem;
    }
}


/* =========================================================
   FOUNDER / PARTNER SECTION — RESPONSIVE STYLES
   ========================================================= */

.founder-block {
    padding: 0px 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.founder-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
    /* align-items: center; */
}


/* Reverse layout: image on right, content on left */

.founder-block--reverse .founder-grid {
    grid-template-columns: 1fr 320px;
}

.founder-block--reverse .tag-wrap {
    order: 2;
}

.founder-block--reverse .founder-content {
    order: 1;
}


/* ---------- Partners row (Sunita Devi + Narender Singh, side by side) ---------- */

.partners-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}

.partner-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.partner-card .eyebrow-pill {
    align-self: flex-start;
}

.partner-card h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.2;
}

.partner-card .role-line {
    font-size: 14px;
    font-weight: 600;
    color: #0a58ca;
    margin: 0;
}

.partner-card>p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}

.partner-card .spec-grid--compact {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 4px;
}

.partner-card .spec-icon {
    width: 34px;
    height: 34px;
}

.partner-card .spec-icon svg {
    width: 17px;
    height: 17px;
}

.partner-card .val {
    font-size: 13.5px;
}

.partner-card .lbl {
    font-size: 12px;
}

.partner-card .btn-row {
    margin-top: 6px;
}

.partner-card .contact-link {
    font-size: 13px;
    padding: 9px 16px;
}


/* ---------- Portrait / Tag card ---------- */

.tag-wrap {
    display: flex;
    justify-content: center;
}

.tag-card {
    position: relative;
    width: 100%;
    max-width: 300px;
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.tag-string {
    width: 2px;
    height: 30px;
    background: #c9a04a;
    margin: 0 auto;
}

.tag-hole {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #c9a04a;
    margin: 4px auto 12px;
    background: #fff;
}

.tag-eyebrow {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 14px;
}

.tag-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fallback-initials {
    font-size: 42px;
    font-weight: 700;
    color: #c9a04a;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tag-caption {
    margin-top: 16px;
}

.tag-caption .name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.tag-caption .role {
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}


/* ---------- Content column ---------- */

.founder-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.eyebrow-pill {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgb(255 255 255 / 12%);
    color: #0053ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.founder-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.2;
}

.role-line {
    font-size: 15px;
    font-weight: 600;
    color: #c9a04a;
    margin: 0;
}

.founder-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}


/* ---------- Spec grid ---------- */

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 10px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.spec-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgb(255 255 255 / 10%);
    color: #0a58ca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-icon svg {
    width: 20px;
    height: 20px;
}

.spec-text .val {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.spec-text .lbl {
    font-size: 12.5px;
    color: #888;
    margin-top: 2px;
}


/* ---------- Contact button ---------- */

.btn-row {
    margin-top: 12px;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-link:hover {
    background: #c9a04a;
    color: #1a1a1a;
    transform: translateY(-2px);
}


/* ---------- Divider ---------- */

.founder-divider {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.founder-divider::before,
.founder-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e2e2;
}

.founder-divider span {
    padding: 0 16px;
    white-space: nowrap;
}


/* =========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================= */


/* Tablet */

@media (max-width: 991px) {
    .founder-grid {
        grid-template-columns: 260px 1fr;
        gap: 32px;
    }
    .founder-block--reverse .founder-grid {
        grid-template-columns: 1fr 260px;
    }
    .founder-content h2 {
        font-size: 28px;
    }
    .spec-grid {
        gap: 14px;
    }
    .partners-row {
        gap: 20px;
    }
}


/* Small tablet / large mobile — stack everything */

@media (max-width: 767px) {
    .founder-block {
        padding: 40px 16px;
    }
    .founder-grid,
    .founder-block--reverse .founder-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .founder-block--reverse .tag-wrap,
    .founder-block--reverse .founder-content,
    .tag-wrap,
    .founder-content {
        order: initial;
        /* natural document order: image, then content */
    }
    .tag-wrap {
        order: -1;
        /* image always first on mobile, even in reverse blocks */
    }
    .tag-card {
        max-width: 260px;
    }
    .founder-content {
        text-align: center;
        align-items: center;
    }
    .founder-content p {
        text-align: left;
        /* paragraphs stay left-aligned for readability */
    }
    .spec-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        text-align: left;
    }
    .btn-row {
        align-self: center;
    }
    .partners-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .partner-card {
        padding: 26px 20px;
    }
    
}


/* Mobile */

@media (max-width: 480px) {
    .founder-content h2 {
        font-size: 24px;
    }
    .founder-content p {
        font-size: 14.5px;
    }
    .spec-grid {
        grid-template-columns: 1fr;
    }
    .tag-card {
        max-width: 220px;
        padding: 18px 14px;
    }
    .contact-link {
        width: 100%;
        justify-content: center;
    }
}


/******************************************home [page service btn*********************/

.explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #5070c3;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #5070c3;
    width: auto;
    max-width: fit-content;
    margin-left: auto;
}

.explore-btn:hover {
    background: #ffffff;
    color: #5070c3;
    border-color: #5070c3;
    transform: translateY(-3px);
}

.explore-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.explore-btn:hover i {
    transform: translateX(5px);
}


/* Right Alignment */

.read-more-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


/* Mobile Responsive */

@media (max-width: 576px) {
    .explore-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

}

/* Footer columns */

.quick-links {
    padding-left: 140px !important;
}

.our-services {
    padding-left: 40px !important;
}

@media (max-width: 575.98px) {
    .quick-links,
    .our-services {
        padding-left: 0 !important;
    }
}


