/* assets/css/style.css */
:root {
    --navy-base: #0b1320;
    --navy: #111827;
    --navy-light: #1f2937;
    --navy-dark: #050816;
    --gold: #f5b82e;
    --gold-dark: #d99a12;
    --gold-light: #fff0c2;
    --teal: #0f766e;
    --sky: #2563eb;
    --rose: #be123c;
    --text-primary: #243042;
    --text-secondary: #64748b;
    --text-light: #f8fafc;
    --bg-light: #f6f8fb;
    --bg-white: #ffffff;
    --border: #e2e8f0;
    --shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.07);
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    --shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.15);
    --font-primary: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    color: var(--text-primary);
    background-color: var(--bg-light);
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:focus-visible,
button:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
    outline: 3px solid rgba(245, 184, 46, 0.45);
    outline-offset: 3px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0;
    text-wrap: balance;
}

p,
li {
    overflow-wrap: break-word;
}

.bg-navy h1,
.bg-navy h2,
.bg-navy h3,
.bg-navy h4,
.bg-navy h5,
.bg-navy h6,
.bg-navy-dark h1,
.bg-navy-dark h2,
.bg-navy-dark h3,
.bg-navy-dark h4,
.bg-navy-dark h5,
.bg-navy-dark h6 {
    color: #ffffff;
}

.text-gold { color: var(--gold) !important; }
.text-navy { color: var(--navy) !important; }
.bg-gold { background-color: var(--gold) !important; }
.bg-navy-base { background-color: var(--navy-base) !important; }
.bg-navy { background-color: var(--navy) !important; }
.bg-navy-dark { background-color: var(--navy-dark) !important; }
.bg-navy-light { background-color: var(--navy-light) !important; }
.max-w-700 { max-width: 700px; }
.max-w-880 { max-width: 880px; }

.brand-mark {
    min-width: 150px;
    padding: 0.2rem 0;
}

.brand-logo {
    width: 148px;
    height: 70px;
    object-fit: contain;
}

.logo-footer {
    border-radius: 8px;
    object-fit: contain;
    height: 70px;
    width: 200px;
}


.navbar {
    background-color: rgba(11, 19, 32, 0.96) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: padding 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    padding: 0 !important;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 0.5rem 0.75rem;
    position: relative;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 42px;
}

.nav-icon {
    display: none;
    font-size: 1rem;
    line-height: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gold) !important;
    background-color: rgba(255, 255, 255, 0.05);
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: var(--gold);
    transition: all 0.25s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 70%;
}

.btn-gold {
    background-color: var(--gold);
    color: var(--navy-dark);
    border: 1px solid var(--gold);
    font-weight: 700;
}

.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}

.btn.is-loading {
    pointer-events: none;
    opacity: 0.82;
}

.btn-gold:hover,
.btn-gold:focus {
    background-color: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--navy-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 184, 46, 0.26);
}

.btn-outline-gold {
    background-color: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    font-weight: 700;
}

.btn-outline-gold:hover {
    background-color: var(--gold);
    color: var(--navy-dark);
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1030;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #25d366;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2);
    font-size: 1.65rem;
    text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff;
    background: #1ebe5d;
    transform: translateY(-3px);
}

.hero-section,
.page-hero {
    color: var(--text-light);
    min-height: 630px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 18%, rgba(15, 118, 110, 0.28), transparent 32%),
        linear-gradient(135deg, var(--navy-dark), var(--navy-base) 58%, #102035);
}

.page-hero {
    min-height: 300px;
    text-align: center;
    border-bottom: 1px solid rgba(245, 184, 46, 0.18);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(245, 184, 46, 0.13), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
    pointer-events: none;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(245, 184, 46, 0.12), transparent 60%),
        repeating-linear-gradient(135deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 16px);
    pointer-events: none;
}

.hero-section::after,
.page-hero::after {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #ffffff;
    max-width: 920px;
}

.hero-title span,
.page-hero h1 span {
    color: var(--gold);
}

.hero-trust {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 1rem;
    max-width: 680px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.section-eyebrow {
    color: var(--teal);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.78rem;
}
.nav-pills .nav-link.active{
    color: #ffffff !important;
    background-color: #111827;
}
.service-card,
.feature-card,
.testimonial-card,
.policy-card,
.section-panel,
.contact-tile,
.fact-card {
    background: var(--bg-white);
    border-radius: 8px;
    padding: 2rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(15, 23, 42, 0.07);
    height: 100%;
}

.service-card:hover,
.feature-card:hover,
.policy-card:hover,
.contact-tile:hover,
.fact-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold-light);
}

.section-panel {
    background:
        linear-gradient(180deg, rgba(245, 184, 46, 0.08), rgba(255, 255, 255, 0)),
        #ffffff;
    box-shadow: var(--shadow-sm);
}

.fact-card {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--shadow-sm);
}

.fact-card strong {
    color: var(--navy);
    font-size: 1.05rem;
    line-height: 1.35;
}

.fact-label {
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
}

.contact-tile {
    box-shadow: var(--shadow-sm);
}

.claim-contact-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.claim-contact-card h6 {
    color: var(--navy);
}

.claim-contact-card:hover,
.claim-contact-card:focus {
    transform: translateY(-4px);
    border-color: rgba(37, 211, 102, 0.45) !important;
    box-shadow: var(--shadow) !important;
}

.card-icon-wrapper {
    width: 58px;
    height: 58px;
    background-color: rgba(245, 184, 46, 0.13);
    color: var(--gold-dark);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.product-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: rgba(245, 184, 46, 0.45);
}

.product-card-head {
    min-height: 136px;
    padding: 1.45rem 1.5rem;
    background:
        linear-gradient(135deg, rgba(245, 184, 46, 0.1), transparent 54%),
        var(--navy-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-align: center;
}

.product-card-head h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    line-height: 1.16;
}

.product-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 184, 46, 0.14);
    color: var(--gold);
    border: 1px solid rgba(245, 184, 46, 0.34);
    font-size: 1.55rem;
}

.product-card-body {
    padding: 1.65rem;
    background: linear-gradient(180deg, #ffffff, #f9fafb);
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-list {
    list-style: none;
    padding: 0;
}

.product-list li {
    position: relative;
    display: block;
    padding-left: 1.75rem;
    line-height: 1.55;
    margin-bottom: 0.9rem !important;
}

.product-list i {
    position: absolute;
    left: 0;
    top: 0.35rem;
    font-size: 0.95rem;
    line-height: 1;
    margin: 0 !important;
}

.product-list strong {
    color: var(--text-primary);
    font-weight: 800;
}

.product-highlight {
    background: #ffffff;
    border: 1px solid rgba(245, 184, 46, 0.6);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 8px 18px rgba(245, 184, 46, 0.09);
    margin-top: auto;
}

.product-card-cta {
    width: 100%;
    margin-top: 1rem;
    border-color: rgba(217, 154, 18, 0.6);
    color: var(--navy);
    background: #ffffff;
}

.product-card-cta:hover,
.product-card-cta:focus {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy-dark);
}

.commercial-finance-panel {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.commercial-finance-hero {
    padding: clamp(2rem, 4vw, 3rem);
    background:
        linear-gradient(135deg, rgba(245, 184, 46, 0.16), transparent 46%),
        var(--navy-base);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commercial-finance-hero .product-icon {
    width: 58px;
    height: 58px;
}

.commercial-finance-body {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background:
        linear-gradient(180deg, rgba(245, 184, 46, 0.06), rgba(255, 255, 255, 0)),
        #ffffff;
}

.finance-feature {
    padding: 1.35rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.finance-feature i {
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    background: rgba(245, 184, 46, 0.14);
    font-size: 1.25rem;
}

.finance-feature h5 {
    margin-bottom: 0.55rem;
    font-size: 1rem;
}

.finance-feature p {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.55;
}

.commercial-note {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0.75rem;
    align-items: start;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--text-primary);
    font-weight: 700;
}

.commercial-note i {
    color: var(--teal);
    padding-top: 0.12rem;
}

.thankyou-section {
    padding: 5rem 0 6rem;
    min-height: 62vh;
}

.thankyou-card {
    border-radius: 8px;
    border: 1px solid rgba(245, 184, 46, 0.34);
    background:
        linear-gradient(135deg, rgba(245, 184, 46, 0.09), transparent 34%),
        #ffffff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.thankyou-main {
    height: 100%;
    padding: clamp(2rem, 4vw, 3rem);
}

.thankyou-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
    background: var(--gold);
    color: var(--navy-dark);
    box-shadow: 0 14px 28px rgba(245, 184, 46, 0.28);
    font-size: 2.2rem;
}

.thankyou-main h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.thankyou-type {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid var(--border);
}

.thankyou-type span {
    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.thankyou-type strong {
    color: var(--navy);
}

.next-card {
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    background: #f8fafc;
    border-left: 1px solid var(--border);
}

.next-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.85rem;
    align-items: start;
    padding-bottom: 1.2rem;
    position: relative;
}

.next-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 40px;
    bottom: 4px;
    width: 1px;
    background: rgba(245, 184, 46, 0.45);
}

.next-list span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: var(--navy-dark);
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.next-list p {
    margin: 0;
    padding-top: 0.25rem;
}

.thankyou-contact {
    margin-top: 1.5rem;
}

.contact-mini-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.35rem;
    box-shadow: var(--shadow-sm);
}

.contact-mini-card > i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--gold-dark);
    background: rgba(245, 184, 46, 0.13);
    font-size: 1.25rem;
}

.contact-mini-card h5 {
    margin-bottom: 0.35rem;
}

.contact-mini-card a {
    color: var(--text-secondary);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-mini-card a:hover {
    color: var(--gold-dark);
}

.contact-simple-list {
    display: grid;
    gap: 0.85rem;
}

.contact-simple-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--navy);
    text-decoration: none;
    box-shadow: var(--shadow-sm);
}

.contact-simple-item:hover,
.contact-simple-item:focus {
    color: var(--navy);
    border-color: rgba(245, 184, 46, 0.52);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.contact-simple-item i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    background: rgba(245, 184, 46, 0.14);
}

.contact-simple-item small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.press-hero {
    text-align: left;
}

.press-visual {
    position: relative;
    min-height: 380px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: var(--navy-dark);
}

.press-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 8, 22, 0.08), rgba(5, 8, 22, 0.82));
}

.press-visual img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

.press-hero-card {
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.press-status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(245, 184, 46, 0.16);
    color: var(--gold);
    font-weight: 800;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.brand-note-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--navy-dark);
    background: var(--gold);
    font-size: 1.35rem;
}

.press-email {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.press-email:hover {
    color: var(--gold);
}

.image-panel {
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
}

.image-panel img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.image-panel-caption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background: rgba(5, 8, 22, 0.82);
    color: #ffffff;
    border-radius: 8px;
    padding: 1rem;
}

.stats-container {
    padding: 3rem 0;
}

.stats-container .row {
    min-height: 132px;
    align-items: center;
}

.stat-item {
    padding: 1.5rem 1rem;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 1px;
    height: calc(100% - 0.5rem);
    background: var(--border);
}

.stat-copy {
    color: var(--text-secondary);
    font-weight: 800;
    line-height: 1.35;
}

.stat-number {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    min-height: 2.35rem;
    font-size: clamp(1.8rem, 3vw, 2rem);
    line-height: 1;
    font-weight: 800;
    margin-bottom: 0.8rem;
    font-variant-numeric: tabular-nums;
}

.odometer-digit {
    display: inline-block;
    height: 1em;
    overflow: hidden;
}

.odometer-ribbon {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.odometer-ribbon span {
    display: block;
    height: 1em;
    line-height: 1;
}

.odometer-prefix,
.odometer-separator,
.odometer-suffix {
    display: inline-block;
    line-height: 1;
}

.odometer-prefix {
    margin-right: 0.06em;
}

.odometer-suffix {
    margin-left: 0.08em;
}

.step-number {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--gold);
    color: var(--navy-dark);
}

.home-step {
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
}

.premium-emi-section {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(245, 184, 46, 0.11), rgba(246, 248, 251, 0) 48%),
        #f8fafc;
}

.premium-section-copy {
    max-width: 680px;
}

.premium-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.premium-service-item {
    position: relative;
    min-height: 205px;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    display: flex;
    flex-direction: column;
}

.premium-service-item:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 184, 46, 0.45);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.premium-service-item.is-featured {
    border-color: rgba(245, 184, 46, 0.5);
    background: #fffdf7;
}

.premium-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(245, 184, 46, 0.16);
    color: var(--gold-dark);
    border: 1px solid rgba(245, 184, 46, 0.38);
    font-size: 1.35rem;
    position: relative;
    z-index: 1;
}

.premium-service-item:nth-child(even) .premium-service-icon {
    background: rgba(15, 118, 110, 0.1);
    color: var(--teal);
    border-color: rgba(15, 118, 110, 0.22);
}

.premium-service-item > div {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.premium-service-item small {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.45rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--teal);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.premium-service-item h5 {
    font-size: 1.08rem;
    line-height: 1.25;
}

.premium-service-item p {
    line-height: 1.55;
    margin-bottom: 0;
}

.premium-service-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    margin-top: auto;
    padding: 0.25rem 0;
    border-radius: 999px;
    background: transparent;
    color: var(--gold-dark);
    font-size: 0.76rem;
    font-weight: 800;
}

.premium-service-chip::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    margin-left: 0.35rem;
    font-size: 0.68rem;
}

.emi-form-context {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.emi-context-item {
    min-height: 64px;
    padding: 0.85rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 800;
}

.emi-context-item i {
    color: var(--gold-dark);
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.premium-emi-section .contact-form-card {
    position: sticky;
    top: 96px;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14) !important;
}

.emi-form-note {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0.65rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.07);
    color: var(--text-secondary);
    font-size: 0.84rem;
    line-height: 1.5;
}

.emi-form-note i {
    color: var(--teal);
    padding-top: 0.12rem;
}

.mini-review {
    border-left: 3px solid var(--gold);
    padding-left: 1.25rem;
}

.reviews-section {
    overflow: hidden;
}

.review-card {
    min-height: 275px;
    border-left: 4px solid var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.reviews-shell {
    position: relative;
    padding: 0;
}

.reviews-slider {
    margin: 0 -0.75rem;
}

.reviews-slider .slick-track {
    display: flex;
}

.reviews-slider .slick-slide {
    height: auto;
    padding: 0 0.75rem;
}

.reviews-slider .slick-slide > div,
.review-slide,
.review-slide .review-card {
    height: 100%;
}

.review-topline {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    border: 2px solid rgba(245, 184, 46, 0.34);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    flex: 0 0 48px;
}

.reviews-nav {
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: #ffffff;
    opacity: 1;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex: 0 0 44px;
}

.reviews-nav:hover,
.reviews-nav:focus {
    background: var(--gold);
    color: var(--navy-dark);
}

.reviews-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.reviews-dots {
    min-width: 108px;
    display: flex;
    justify-content: center;
}

.reviews-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.reviews-dots .slick-dots button {
    width: 22px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: var(--navy);
    opacity: 0.25;
    font-size: 0;
    padding: 0;
}

.reviews-dots .slick-dots .slick-active button {
    background-color: var(--gold-dark);
    opacity: 1;
}

.form-control,
.form-select {
    padding: 0.82rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    background-color: #f8fafc;
    min-height: 48px;
}

.form-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

textarea.form-control::placeholder {
    color: #9aa7b8;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(245, 184, 46, 0.22);
    border-color: var(--gold);
    background-color: var(--bg-white);
}

.iti {
    width: 100%;
    display: block;
}

.iti__country-list {
    border-radius: 8px;
    border-color: var(--border);
    box-shadow: var(--shadow);
    z-index: 20;
}

.iti + .mobile-feedback {
    display: none;
    width: 100%;
    margin-top: 0.35rem;
    color: var(--bs-form-invalid-color, #dc3545);
    font-size: 0.875em;
}

.was-validated .iti:has(.form-control:invalid) + .mobile-feedback,
.iti .form-control.is-invalid + .mobile-feedback,
.iti:has(.form-control.is-invalid) + .mobile-feedback {
    display: block;
}

.was-validated .iti .form-control:invalid,
.iti .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color, #dc3545);
    padding-right: calc(1.5em + 0.75rem);
    background-image: var(--bs-form-invalid-icon);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.accordion-button:not(.collapsed) {
    color: var(--navy);
    background-color: rgba(245, 184, 46, 0.12);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.12);
}

.accordion-button:focus {
    border-color: var(--gold-light);
    box-shadow: 0 0 0 0.25rem rgba(245, 184, 46, 0.22);
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.footer-links a:hover,
.hover-gold:hover {
    color: var(--gold) !important;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.animate-on-scroll.animate-fade-in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .brand-mark {
        min-width: auto;
    }

    .brand-logo {
        width: 132px;
        height: 52px;
    }

    .navbar-collapse {
        padding-top: 1rem;
        margin-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .navbar-nav {
        gap: 0.25rem;
    }

    .navbar-nav .nav-link {
        padding: 0.72rem 0.9rem;
        width: 100%;
        border-radius: 8px;
        justify-content: flex-start;
    }

    .nav-icon {
        display: inline-flex;
        width: 1.25rem;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .hero-section,
    .page-hero {
        min-height: auto;
        padding: 4.5rem 0;
    }

    .hero-section::before,
    .page-hero::before {
        background: linear-gradient(90deg, rgba(245, 184, 46, 0.08), transparent 70%);
    }

    .reviews-shell {
        padding: 0;
    }

    .reviews-nav {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .press-hero {
        text-align: center;
    }

    .press-visual {
        max-width: 520px;
        margin: 0 auto;
        min-height: 340px;
    }

    .press-visual img {
        min-height: 340px;
    }

    .product-card-head {
        min-height: 124px;
    }

    .premium-emi-section .contact-form-card {
        position: static;
    }

    .premium-service-list {
        grid-template-columns: 1fr;
    }

    .emi-form-context {
        grid-template-columns: 1fr;
    }

    .premium-service-item {
        min-height: auto;
    }

    .thankyou-section {
        padding: 3.5rem 0 4.5rem;
    }

    .next-card {
        border-left: 0;
        border-top: 1px solid var(--border);
    }
}

@media (max-width: 767px) {
    .stats-container {
        padding: 2rem 0;
    }

    .stats-container .row {
        min-height: auto;
    }

    .stat-item:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 575px) {

    .navbar {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }

    .brand-logo {
        width: 118px;
        height: 46px;
        padding: 0.22rem 0.32rem;
    }

    .hero-section,
    .page-hero {
        padding: 3.25rem 0;
    }

    .page-hero h1,
    .hero-title {
        font-size: clamp(2rem, 12vw, 2.65rem);
        line-height: 1.12;
    }

    .lead,
    .fs-5 {
        font-size: 1rem !important;
    }

    .service-card,
    .feature-card,
    .testimonial-card,
    .policy-card,
    .section-panel,
    .contact-tile,
    .fact-card,
    .press-hero-card {
        padding: 1.35rem;
    }

    .press-visual {
        min-height: 360px;
    }

    .press-visual img {
        min-height: 360px;
    }

    .product-card-body {
        padding: 1.35rem;
    }

    .product-list li {
        padding-left: 1.55rem;
        margin-bottom: 0.75rem !important;
    }

    .thankyou-main,
    .next-card {
        padding: 1.35rem;
    }

    .thankyou-icon {
        width: 62px;
        height: 62px;
        font-size: 1.9rem;
    }

    .thankyou-type {
        width: 100%;
    }

    .btn-lg {
        width: 100%;
    }

    .d-flex.gap-3 {
        gap: 0.75rem !important;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
        width: 52px;
        height: 52px;
        font-size: 1.45rem;
    }

    .stat-item {
        padding: 1.25rem 0.5rem;
    }

    .review-topline {
        align-items: flex-start;
    }

    footer .row > [class*="col-"] {
        text-align: left;
    }
}
