/* ==========================================================================
   Global Variables & Base Resets
   ========================================================================== */
:root {
    --accent-maroon: #581d28;
    --accent-maroon-hover: #3d121a;
    --text-gold: #c09355;
    --border-color: rgba(229, 195, 166, 0.4);
    --bg-dark: #14050b;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #0d0407;
    color: #ffffff;
    overflow-x: hidden;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.hero-section .carousel, 
.hero-section .carousel-inner, 
.hero-section .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65) contrast(1.1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20, 5, 11, 0.7) 0%, rgba(31, 10, 18, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-tagline {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    color: var(--text-gold);
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 600;
}

.hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.15;
    font-weight: 400;
    color: #f7ede2;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1rem;
    color: #d1c0b4;
    max-width: 580px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero-bottom-bar {
    border-top: 1px solid rgba(229, 195, 166, 0.2);
    padding-top: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 4;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-maroon {
    background-color: var(--accent-maroon);
    border: 1px solid var(--text-gold);
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    padding: 14px 28px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-maroon:hover {
    background-color: var(--accent-maroon-hover);
    color: #ffffff;
    border-color: #e5c3a6;
}

.btn-transparent-outline {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    padding: 14px 28px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-transparent-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: var(--text-gold);
}

.slider-counter {
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    color: var(--text-gold);
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-counter::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: var(--text-gold);
}

.scroll-text {
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: #a89284;
    text-transform: uppercase;
}

/* Floating Action Buttons */
.floating-call-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--accent-maroon);
    border: 1px solid var(--border-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.floating-whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #128c7e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* ==========================================================================
   Custom Card Section (Reach Out)
   ========================================================================== */
.custom-card {
    background: linear-gradient(135deg, #09121f 0%, #060c15 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    max-width: 500px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.glow-effect {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    background-color: rgba(212, 175, 55, 0.12);
    filter: blur(80px);
    border-radius: 50%;
    pointer-events: none;
}

.eyebrow {
    color: #cda851;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.star-icon {
    width: 14px;
    height: 14px;
    color: #cda851;
}

.card-title {
    color: #f3efe6;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.1rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 400px;
}

.card-subtitle {
    color: #8fa0b5;
    font-size: 0.95rem;
    line-height: 1.5;
    max-width: 360px;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #000000;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    padding: 12px 28px;
    border: none;
    width: 100%;
    max-width: 280px;
    transition: all 0.2s ease;
}

.btn-whatsapp:hover {
    background-color: #20bd5a;
    color: #000000;
}

.btn-ghost {
    background-color: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    padding: 12px 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    max-width: 280px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
   Feature Highlight Section
   ========================================================================== */
.feature-highlight-section {
    background-color: #651c2b !important;
    padding: 55px 30px;
    color: #ffffff;
}

.feature-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fceee3;
    margin-bottom: 35px;
}

.feature-divider {
    border: 0;
    border-top: 1px solid rgba(229, 195, 166, 0.35);
    margin: 30px 0;
    opacity: 1;
}

.feature-subheading {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #e5c3a6;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.feature-desc {
    color: #e2d2c5;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
}

/* ==========================================================================
   Card Banner Section
   ========================================================================== */
.card-banner-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background: #000 url('images/4rth_section.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    border-top: 15px solid #3b1119;
    border-bottom: 15px solid #3b1119;
}

.card-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 5, 8, 0.35);
    z-index: 1;
}

.card-banner-box {
    position: relative;
    z-index: 2;
    background: rgba(43, 12, 24, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(229, 195, 166, 0.4);
    padding: 35px 45px;
    text-align: center;
    max-width: 480px;
    width: 100%;
}

.card-banner-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   Statistics Section
   ========================================================================== */
.statistics-section {
    position: relative;
    background: #1a080e url('images/5th_section_background.png') center center / cover no-repeat;
    padding: 70px 20px;
    color: #ffffff;
    overflow: hidden;
    border-top: 10px solid #3b1119;
    border-bottom: 10px solid #3b1119;
}

.statistics-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 10, 18, 0.88) 0%, rgba(20, 5, 11, 0.92) 100%);
    z-index: 1;
}

.statistics-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.statistics-heading .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #e5c3a6;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.statistics-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
}

.stats-top-divider {
    border: 0;
    border-top: 1px solid rgba(229, 195, 166, 0.3);
    margin-bottom: 0;
}

.statistics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.stat-item {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stat-item:nth-child(1) {
    border-right: 1px solid rgba(229, 195, 166, 0.25);
    border-bottom: 1px solid rgba(229, 195, 166, 0.25);
}

.stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(229, 195, 166, 0.25);
    padding-left: 30px;
}

.stat-item:nth-child(3) {
    border-right: 1px solid rgba(229, 195, 166, 0.25);
}

.stat-item:nth-child(4) {
    padding-left: 30px;
}

.stat-item strong {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #e5c3a6;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-item span {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #d1b19a;
    text-transform: uppercase;
}

/* ==========================================================================
   Manifesto / Online Istikhara Section
   ========================================================================== */
.manifesto-section {
    background-color: #fbf9f5;
    padding: 80px 0;
    color: #4a443f;
}

.manifesto-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #c09355;
    text-transform: uppercase;
}

.gold-rule {
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #c09355;
    margin-top: 24px;
    margin-bottom: 28px;
}

.manifesto-quote {
    font-family: 'Playfair Display', serif;
    color: #581d28;
    font-size: 2.6rem;
    line-height: 1.18;
    font-weight: 400;
    margin-bottom: 25px;
}

.manifesto-signature {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.8rem;
    color: #581d28;
    margin-bottom: 40px;
}

.section-lede {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5c544d;
    font-weight: 400;
    margin-bottom: 30px;
}

.manifesto-body p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #736b63;
    font-weight: 300;
    margin-bottom: 22px;
}

.text-link-custom {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #581d28;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #c09355;
    padding-bottom: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.text-link-custom:hover {
    color: #3d121a;
    border-color: #581d28;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services-section {
    background-color: #fbf9f5;
    padding: 70px 0;
    color: #4a443f;
}

.services-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-heading {
    font-family: 'Playfair Display', serif;
    color: #1f0a12;
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 25px;
}

.services-lede {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #6d665f;
    font-weight: 400;
    max-width: 650px;
    margin-bottom: 45px;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   Quick Links Section
   ========================================================================== */
.quick-links-section {
    background-color: #fbf9f5;
    padding: 10px 0 40px 0;
    color: #4a443f;
}

.quick-links-card {
    border: 1px solid rgba(229, 195, 166, 0.6);
    background-color: #ffffff;
    padding: 35px 30px;
}

.quick-links-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #c09355;
    text-transform: uppercase;
}

.quick-links-heading {
    font-family: 'Playfair Display', serif;
    color: #581d28;
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 400;
    margin: 15px 0 20px 0;
}

.quick-links-lede {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6d665f;
    margin-bottom: 30px;
}

.quick-links-list {
    border: 1px solid rgba(229, 195, 166, 0.5);
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: #fcfbf9;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #581d28;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 14px 0;
    border-bottom: 1px dashed #d8c3b0;
    transition: color 0.3s ease;
}

.quick-link-item:last-child {
    border-bottom: none;
}

.quick-link-item:hover {
    color: #3b1119;
}

.quick-link-item svg {
    color: #581d28;
    flex-shrink: 0;
}

.button-primary-maroon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #581d28;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 28px;
    border: 1px solid #3b1119;
    transition: background-color 0.3s ease;
}

.button-primary-maroon:hover {
    background-color: #3b1119;
    color: #ffffff;
}

/* ==========================================================================
   Direct Support Section
   ========================================================================== */
.direct-support-section {
    background-color: #fcfbfa;
    padding: 40px 0 60px 0;
    color: #4a443f;
}

.support-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.support-heading {
    font-family: 'Playfair Display', serif;
    color: #581d28;
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 0;
}

.support-gold-rule {
    display: block;
    width: 48px;
    height: 1.5px;
    background-color: #c09355;
    margin: 18px 0;
}

.support-lede {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6d665f;
    margin-bottom: 30px;
}

.provided-box {
    border: 1px solid rgba(216, 195, 176, 0.7);
    background-color: #ffffff;
}

.provided-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #581d28;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 16px 20px;
    border-bottom: 1px dashed rgba(216, 195, 176, 0.8);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.provided-item:last-child {
    border-bottom: none;
}

.provided-item:hover {
    background-color: #fdfbf7;
    color: #3b1119;
}

.provided-item svg {
    color: #581d28;
    flex-shrink: 0;
}

/* ==========================================================================
   Marriage Panel Section (Maroon)
   ========================================================================== */
.marriage-panel-section {
    background-color: #581d28;
    color: #e8ded1;
    padding: 60px 24px;
}

.marriage-panel-section .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.marriage-panel-section h2 {
    font-family: 'Playfair Display', serif;
    color: #fceee9;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 20px;
}

.marriage-panel-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d1b8b0;
    margin-bottom: 30px;
}

.marriage-panel-section .duo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.marriage-panel-section .duo-list li {
    position: relative;
    padding: 16px 0 16px 20px;
    font-size: 0.88rem;
    color: #e5d2ca;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.marriage-panel-section .duo-list li::before {
    content: "•";
    color: #c09355;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 12px;
}

.marriage-panel-section .button-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(216, 195, 176, 0.6);
    color: #fceee9 !important;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.marriage-panel-section .button-ghost:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #c09355;
}

/* ==========================================================================
   Guidance Panel Section (Dark Green)
   ========================================================================== */
.guidance-panel-section {
    background-color: #1e3932;
    color: #e8ded1;
    padding: 60px 24px;
}

.guidance-panel-section .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.guidance-panel-section h2 {
    font-family: 'Playfair Display', serif;
    color: #fceee9;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 20px;
}

.guidance-panel-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b0c2bb;
    margin-bottom: 30px;
}

.guidance-panel-section .duo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.guidance-panel-section .duo-list li {
    position: relative;
    padding: 16px 0 16px 20px;
    font-size: 0.88rem;
    color: #dbe5e1;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.guidance-panel-section .duo-list li::before {
    content: "•";
    color: #c09355;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 12px;
}

.guidance-panel-section .button-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(216, 195, 176, 0.6);
    color: #fceee9 !important;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.guidance-panel-section .button-ghost:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #c09355;
}

/* ==========================================================================
   Urdu Guidance Section
   ========================================================================== */
.urdu-section {
    background-image: linear-gradient(rgba(74, 21, 27, 0.85), rgba(74, 21, 27, 0.85)), url('images/section_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 60px 20px;
    direction: rtl;
    text-align: center;
    font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', 'Urdu Typesetting', serif;
}

.urdu-section .urdu-head h2 {
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}

.urdu-section .urdu-head .urdu-intro {
    font-size: 1.05rem;
    color: #d8c2be;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-family: system-ui, -apple-system, sans-serif;
}

.urdu-section .urdu-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 650px;
    margin: 0 auto;
}

.urdu-section .urdu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.urdu-section .urdu-card-image {
    width: 100%;
    margin-bottom: 25px;
}

.urdu-section .urdu-card-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.urdu-section .urdu-card-content span {
    display: block;
    font-size: 0.8rem;
    color: #c09355;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: system-ui, sans-serif;
}

.urdu-section .urdu-card-content h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.5;
}

.urdu-section .urdu-card-content p {
    font-size: 0.98rem;
    color: #d1b8b0;
    line-height: 1.8;
    max-width: 540px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
}

/* ==========================================================================
   About The Guide Section
   ========================================================================== */
.about-guide-section {
    background-color: #3b1419;
    color: #e8ded1;
    padding: 60px 24px;
}

.about-guide-section .about-portrait-wrapper {
    margin-bottom: 35px;
}

.about-guide-section .about-portrait-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about-guide-section .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-guide-section h2 {
    font-family: 'Playfair Display', serif;
    color: #fceee9;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 24px;
}

.about-guide-section p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #d1b8b0;
    margin-bottom: 16px;
}

.about-guide-section .about-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 35px 0 30px 0;
    opacity: 1;
}

.about-guide-section .about-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.about-guide-section .about-facts div {
    display: flex;
    flex-direction: column;
}

.about-guide-section .about-facts strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 400;
    color: #fceee9;
    margin-bottom: 10px;
    line-height: 1.1;
}

.about-guide-section .about-facts span {
    font-size: 0.78rem;
    line-height: 1.45;
    color: #a8928c;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
    background-color: #e9e3da;
    color: #2c2523;
    padding: 60px 24px 70px 24px;
}

.faq-section .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a67c38;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faq-section h2.section-heading {
    font-family: 'Playfair Display', serif;
    color: #2c2222;
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 22px;
}

.faq-section .section-lede {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #665b57;
    margin-bottom: 25px;
}

.faq-section .text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #581d28 !important;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1.5px solid #581d28;
    padding-bottom: 4px;
    margin-bottom: 35px;
    transition: opacity 0.2s ease;
}

.faq-section .text-link:hover {
    opacity: 0.8;
}

.faq-section .faq-list {
    border-top: 1px solid rgba(88, 29, 40, 0.2);
}

.faq-section .faq-item {
    border-bottom: 1px solid rgba(88, 29, 40, 0.2);
}

.faq-section .faq-button {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    color: #3b282b;
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 400;
    transition: color 0.2s ease;
}

.faq-section .faq-button:hover {
    color: #581d28;
}

.faq-section .faq-button svg {
    color: #c09355;
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.faq-section .faq-button[aria-expanded="true"] svg {
    transform: rotate(45deg);
}

.faq-section .faq-answer {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #5a504c;
    padding-bottom: 20px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
    background-color: #eee8df;
    color: #2c2523;
    padding: 60px 24px 80px 24px;
}

.contact-section .eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a67c38;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    color: #3d151a;
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 22px;
}

.contact-section .contact-intro {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5d5350;
    margin-bottom: 25px;
}

.contact-section .contact-note {
    border-left: 2px solid #b88a44;
    padding-left: 16px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #4a3e3b;
    margin-bottom: 25px;
}

.contact-section .contact-note strong {
    color: #3d151a;
    font-weight: 700;
}

.contact-section .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.contact-section .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    color: #4a1c24;
    line-height: 1.4;
}

.contact-section .contact-info-item svg {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: #4a1c24;
}

.contact-section .contact-form-card {
    background-color: #faf5ee;
    padding: 30px 24px 35px 24px;
    border: 1px solid rgba(88, 29, 40, 0.08);
}

.contact-section .form-field {
    margin-bottom: 28px;
}

.contact-section .form-field label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #4a1c24;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-section .form-field input,
.contact-section .form-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(88, 29, 40, 0.25);
    border-radius: 0;
    padding: 6px 0 10px 0;
    font-size: 0.92rem;
    color: #332b29;
    outline: none;
    transition: border-color 0.2s ease;
}

.contact-section .form-field input:focus,
.contact-section .form-field textarea:focus {
    border-bottom-color: #4a1c24;
}

.contact-section .form-field input::placeholder,
.contact-section .form-field textarea::placeholder {
    color: #9c918c;
    font-size: 0.92rem;
}

.contact-section .form-field textarea {
    resize: vertical;
    min-height: 80px;
}

.contact-section .button-primary {
    background-color: #4a1c24;
    color: #ffffff;
    border: none;
    padding: 14px 22px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.contact-section .button-primary:hover {
    background-color: #36131a;
}

/* ==========================================================================
   Disclaimer Section
   ========================================================================== */
.disclaimer-section {
    background-color: #281d1f;
    color: #b5a39e;
    padding: 40px 24px;
}

.disclaimer-section strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c09355;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.disclaimer-section p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #b5a39e;
    margin-bottom: 0;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media (max-width: 991px) {
    .manifesto-quote {
        font-size: 2.1rem;
    }
    .manifesto-signature {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.3rem;
    }
    .hero-section {
        min-height: 80vh;
        padding-top: 90px;
    }
    .card-banner-box {
        padding: 25px 20px;
    }
    .card-banner-title {
        font-size: 1.6rem;
    }
    .statistics-heading h2 {
        font-size: 2.1rem;
    }
    .stat-item strong {
        font-size: 2.6rem;
    }
    .stat-item {
        padding: 20px 10px;
    }
    .stat-item:nth-child(2),
    .stat-item:nth-child(4) {
        padding-left: 15px;
    }
    .services-heading {
        font-size: 2.2rem;
    }
    .services-section {
        padding: 50px 0;
    }
    .quick-links-card {
        padding: 25px 20px;
    }
    .quick-links-heading {
        font-size: 1.8rem;
    }
    .support-heading {
        font-size: 2.2rem;
    }
    .provided-item {
        padding: 14px 16px;
    }
}

/* Footer Section - Exact Match */
.site-footer {
    background-color: #1a1415; /* Dark Maroon/Blackish Background */
    color: #a89a97;
    padding: 55px 24px 30px 24px;
    margin-top: 0 !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Brand Title & Description */
.site-footer .footer-brand {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #fceee9;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.1;
}

.site-footer .footer-about p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #a89a97;
    margin-bottom: 20px;
}

.site-footer .footer-about strong {
    display: block;
    color: #e6dedb;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 35px;
}

/* Headings (Quick Links, Services, Contact) */
.site-footer h3 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c09355; /* Gold Accent Headers */
    text-transform: uppercase;
    margin-bottom: 22px;
}

/* Links Styling */
.site-footer a {
    display: block;
    color: #a89a97;
    text-decoration: none;
    font-size: 0.88rem;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #fceee9;
}

/* Contact Info Column */
.site-footer .footer-contact-block {
    margin-top: 35px;
}

.site-footer .footer-contact-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #c09355;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 6px;
}

.site-footer .footer-contact-val {
    color: #fceee9;
    font-size: 0.92rem;
    font-weight: 600;
}

.site-footer a.footer-phone-val {
    color: #a89a97;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

/* Call Now Underlined Button */
.site-footer .footer-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fceee9 !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    margin-top: 8px;
    margin-bottom: 35px;
}

.site-footer .footer-contact-cta svg {
    stroke: #fceee9;
}

/* Bottom Footer Bar */
.site-footer .footer-bottom-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px 0 20px 0;
    opacity: 1;
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: #7a6e6b;
}

.site-footer .footer-bottom a {
    color: #7a6e6b;
    margin-bottom: 0;
    text-decoration: none;
}

.site-footer .footer-bottom a:hover {
    color: #c09355;
}

