/* ==========================================
MONEY PLUS ASSOCIATES - PREMIUM FINANCIAL STYLES
========================================== */

:root {
    --primary-deep: #0B192C;    /* Trustworthy Deep Corporate Blue */
    --secondary-blue: #1E3E62;  /* Classic Royal Financial Accent */
    --accent-gold: #F1C40F;     /* premium gold accent colors */
    --light-bg: #F8F9FA;
    --text-dark: #2C3E50;
    --text-muted: #7F8C8D;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
}

.brand-logo{
    width:65px;
    height:65px;
    object-fit:contain;
    border-radius:50%;
    background:white;
    padding:4px;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

/* TOP TICKER BAR */
.mission-bar {
    background: linear-gradient(90deg, var(--primary-deep), var(--secondary-blue));
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    text-transform: uppercase;
}

/* NAVIGATION */
.navbar {
    background-color: var(--primary-deep) !important;
    border-bottom: 3px solid var(--accent-gold);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.brand-main{
    font-size:1rem;
    font-weight:700;
    letter-spacing:1px;
    color:white;
}

.brand-sub{
    font-size:0.7rem;
    color:#d4af37;
    letter-spacing:2px;
}
.nav-link {
    font-weight: 500;
    color: rgba(255,255,255,0.85) !important;
    transition: all 0.3s ease;
    padding: 0.5rem 1.2rem !important;
}
.nav-link:hover, .nav-link.active {
    color: var(--accent-gold) !important;
    transform: translateY(-2px);
}
/* MOBILE NAVBAR FIX */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    padding: 6px 10px;
    border-radius: 10px;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Prevent navbar overlap */
.navbar .container {
    position: relative;
    z-index: 999;
}
/* COMPANY VISUAL SECTION */

.company-visual-section{
    padding: 70px 40px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    margin-top: 40px;
}

.visual-badge{
    background: rgba(255,193,7,0.12);
    color: #d4a017;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.visual-title{
    font-size: 42px;
    font-weight: 700;
    color: #082347;
    line-height: 1.3;
}

.visual-text{
    font-size: 16px;
    color: #6c757d;
    line-height: 1.9;
    margin-top: 20px;
}

.visual-points{
    margin-top: 30px;
}

.visual-points div{
    margin-bottom: 15px;
    font-weight: 500;
    color: #082347;
}

.visual-points i{
    color: #f4b400;
    margin-right: 10px;
}

.visual-image-box{
    overflow: hidden;
    border-radius: 25px;
}

.visual-image{
    border-radius: 25px;
    transition: 0.4s ease;
}

.visual-image:hover{
    transform: scale(1.04);
}
/* HISTORY PAGE BACKGROUND */

.milestone-hero-section{
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(5, 20, 45, 0.88),
            rgba(5, 20, 45, 0.90)
        ),
        url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1600&auto=format&fit=crop');

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* GLASS EFFECT BOXES */

.premium-box,
.bottom-feature-box,
.achievement-card{
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.08);
}

/* TEXT COLORS */

.milestone-main-title,
.box-header h4,
.focus-title,
.team-member h5,
.stat-card h3,
.goal-item h5,
.feature-item h5{
    color: #ffffff;
}

.milestone-subtext,
.stat-card p,
.goal-item p,
.team-member p,
.focus-list li,
.feature-item p{
    color: rgba(255,255,255,0.75);
}

/* SECTION SPACING */

.milestone-top{
    margin-bottom: 70px;
}
/* Mobile spacing */
@media (max-width: 991px) {

    .navbar-brand {
        max-width: 80%;
    }

    .brand-main {
        font-size: 14px;
    }

    .brand-sub {
        font-size: 9px;
        letter-spacing: 3px;
    }

    .brand-logo {
        width: 50px;
        height: 50px;
    }

    .navbar-collapse {
        background: #041b3d;
        margin-top: 15px;
        padding: 20px;
        border-top: 2px solid #d4af37;
        border-radius: 0 0 18px 18px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .btn-premium {
        width: 100%;
        margin-top: 15px;
    }
}

.premium-quote-card{
    position: relative;
    background: rgba(3, 20, 45, 0.75);
    border: 1.5px solid rgba(255, 193, 7, 0.7);
    border-radius: 24px;
    padding: 35px 40px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    box-shadow:
        0 10px 35px rgba(0,0,0,0.35),
        0 0 25px rgba(255, 193, 7, 0.08);
    max-width: 760px;
    animation: quoteFade 1s ease;
}

.quote-top-glow{
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, transparent, #ffd54f, transparent);
    border-radius: 50px;
    box-shadow: 0 0 15px #ffd54f;
}

.quote-symbol{
    min-width: 85px;
    height: 85px;
    border-radius: 20px;
    background: rgba(255, 193, 7, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 193, 7, 0.35);
}

.quote-symbol i{
    font-size: 42px;
    color: #f7c948;
}

.premium-quote-text{
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.premium-quote-text span{
    color: #f7c948;
}

.quote-divider{
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f7c948, transparent);
    margin-bottom: 22px;
}

.quote-footer p{
    color: rgba(255,255,255,0.82);
    font-size: 1rem;
    line-height: 1.7;
}

.growth-icon{
    min-width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(255, 193, 7, 0.08);
    border: 1.5px solid rgba(255, 193, 7, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7c948;
    font-size: 24px;
    box-shadow:
        0 0 18px rgba(255, 193, 7, 0.18),
        inset 0 0 12px rgba(255, 193, 7, 0.05);
}

.growth-icon i{
    transform: rotate(-5deg);
}

/* GLASS EFFECT */

.premium-box,
.bottom-feature-box,
.achievement-card{

    background: rgba(255,255,255,0.08) !important;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.08);
}
.section-badge{
    color: #d4a017;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}

.milestone-main-title{
    font-size: 3.4rem;
    font-weight: 700;
    color: #081f3f;
    line-height: 1.3;
}

.milestone-main-title span{
    color: #d4a017;
}

.milestone-subtext{
    max-width: 760px;
    color: #5c6675;
    font-size: 1.1rem;
    line-height: 1.9;
}
.premium-box:hover{
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.box-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:35px;
}

.box-header i{
    width:70px;
    height:70px;
    background:#041b45;
    color:#f4b400;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.box-header h4{
    font-size:36px;
    font-weight:700;
    color:#041b45;
}
/* ==========================================
   PREMIUM FULL BORDER CONTAINERS
========================================== */

.premium-box{
    position: relative;
    background: #ffffff;

    /* FULL NAVY BORDER */
    border: 3px solid #081f3f !important;

    border-radius: 28px;
    padding: 38px;

    /* PREMIUM DEPTH */
    box-shadow:
        0 10px 30px rgba(8,31,63,0.08),
        0 2px 10px rgba(0,0,0,0.03);

    transition: all 0.35s ease;

    overflow: hidden;
}

/* GOLD INNER BORDER EFFECT */
.premium-box::after{
    content: "";
    position: absolute;

    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;

    border: 1px solid rgba(247,201,72,0.22);

    border-radius: 22px;

    pointer-events: none;
}

/* PREMIUM HOVER */
.premium-box:hover{

    transform: translateY(-8px);

    border-color: #0b2f63 !important;

    box-shadow:
        0 18px 45px rgba(8,31,63,0.16),
        0 8px 18px rgba(0,0,0,0.06);
}
.row.g-5,
.row.gx-5{
    align-items: stretch;
}
.premium-box:hover{
    transform: translateY(-8px);

    border-color: #0b2f63 !important;

    box-shadow:
        0 0 0 4px rgba(8,31,63,0.05),
        0 20px 50px rgba(8,31,63,0.18);
}
.box-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.box-header i{
    width:60px;
    height:60px;
    border-radius:18px;
    background:#081f3f;
    color:#f7c948;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.box-header h4{
    font-weight:700;
    color:#081f3f;
    margin:0;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.stat-card{
    background:#f8fbff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    transition:.3s;
}

.stat-card:hover{
    background:#081f3f;
    transform:scale(1.03);
}

.stat-card:hover h3,
.stat-card:hover p,
.stat-card:hover i{
    color:#fff;
}

.stat-card i{
    font-size:28px;
    color:#d4a017;
    margin-bottom:15px;
}

.stat-card h3{
    font-weight:700;
    color:#081f3f;
}

.goal-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

.goal-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.blue{background:#3b82f6;}
.gold{background:#f7b500;}
.green{background:#22c55e;}
.purple{background:#9333ea;}
.pink{background:#ec4899;}
.orange{background:#f97316;}

.focus-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.focus-title{
    color:#d4a017;
    font-weight:700;
    margin-bottom:20px;
}

.focus-list li{
    margin-bottom:15px;
    color:#4c5665;
}

.growth-banner{
    margin-top:30px;
    background:linear-gradient(135deg,#081f3f,#0f2e5c);
    border-radius:22px;
    padding:25px;
    text-align:center;
    color:#fff;
}

.team-member{
    display:flex;
    align-items:center;
    gap:20px;
    padding:22px 0;
    border-bottom:1px solid #eee;
}

.team-avatar{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#081f3f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.bottom-feature-box{
    background:linear-gradient(135deg,#081f3f,#0b2f63);
    border-radius:30px;
    padding:40px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.feature-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    border-right:1px solid rgba(255,255,255,0.15);
    padding-right:20px;
}

.feature-item i{
    font-size:28px;
    color:#f7c948;
}

.feature-item h5{
    color:#fff;
    font-weight:600;
}

.feature-item p{
    color:rgba(255,255,255,0.7);
    margin:0;
}

/* ==========================================
   TOP ACHIEVEMENT STRIP
========================================== */

.achievement-strip{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 22px;
    margin-top: 45px;
    margin-bottom: 60px;
}

.achievement-card{
    background: #ffffff;
    border: 1px solid rgba(212,160,23,0.25);
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.achievement-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.achievement-icon{
    width: 58px;
    height: 58px;
    background: #081f3f;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7c948;
    font-size: 22px;
    flex-shrink: 0;
}

.achievement-card h5{
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #081f3f;
}

.achievement-card p{
    margin: 2px 0 0;
    color: #5c6675;
    font-size: 0.88rem;
    line-height: 1.4;
}

/* MOBILE RESPONSIVE */

@media(max-width:991px){

    .achievement-strip{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:576px){

    .achievement-strip{
        grid-template-columns: 1fr;
    }

}

@media(max-width:991px){

    .milestone-main-title{
        font-size:2.5rem;
    }

    .stats-grid,
    .focus-grid,
    .bottom-feature-box{
        grid-template-columns:1fr;
    }

    .feature-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.1);
        padding-bottom:20px;
    }

}

@keyframes quoteFade{
    from{
        opacity: 0;
        transform: translateY(25px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media(max-width:768px){

    .premium-quote-card{
        padding: 25px;
    }

    .premium-quote-text{
        font-size: 1.45rem;
    }

    .quote-symbol{
        min-width: 65px;
        height: 65px;
    }

    .quote-symbol i{
        font-size: 28px;
    }

}
.service-quote{
    margin-top: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #081f3f;
    font-style: italic;
    line-height: 1.6;
}

.service-quote span{
    color: #d4a017;
}

/* HERO HERO BANNER */
.hero-banner {
    background: linear-gradient(rgba(11, 25, 44, 0.9), rgba(30, 62, 98, 0.85)), 
                url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    color: #ffffff;
    padding: 100px 0;
    border-bottom: 5px solid var(--accent-gold);
}
.hero-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.3;
}
.hero-subtitle {
    color: var(--accent-gold);
    font-weight: 600;
    letter-spacing: 1px;
}
/* LEAD FORM CARDS */
.lead-form-card{
    background: rgba(255,255,255,0.95);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);

    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;

    transition: all 0.4s ease;
}
.lead-form-card h3{
    color:#0b1f3a;
}

.lead-form-card.active{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.lead-input{
    height: 55px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
    font-size: 15px;
}

.lead-input:focus{
    box-shadow: none;
    border-color: #f4c400;
}
/* PREMIUM FINANCIAL CARDS */
.financial-card {
    background: #ffffff;
    border: none;
    border-radius: 12px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    border-top: 4px solid var(--secondary-blue);
}
.financial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-top-color: var(--accent-gold);
}
.card-icon-wrap {
    width: 70px;
    height: 70px;
    background: rgba(30, 62, 98, 0.1);
    color: var(--secondary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}
.financial-card:hover .card-icon-wrap {
    background: var(--accent-gold);
    color: var(--primary-deep);
}

/* LOAN PROCESS FLOW */
.process-step {
    position: relative;
    text-align: center;
    padding: 20px;
}
.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-deep);
    color: var(--accent-gold);
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* BUTTONS */
.btn-premium {
    background: var(--accent-gold);
    color: var(--primary-deep);
    font-weight: 700;
    border: 2px solid var(--accent-gold);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.btn-premium:hover {
    background: transparent;
    color: var(--accent-gold);
}
.btn-premium-outline {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.btn-premium-outline:hover {
    background: #ffffff;
    color: var(--primary-deep);
}

/* ==========================================
   PREMIUM MOBILE FOOTER FIX
========================================== */

.footer-premium{
    background: #021b3a;
    padding:60px 0 25px;
    overflow:hidden;
}

.footer-heading{
    color:#ffffff;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-heading::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:40px;
    height:2px;
    background:#f7c948;
}

.footer-premium p,
.footer-premium li,
.footer-premium a{
    color:rgba(255,255,255,0.75);
    font-size:15px;
    line-height:1.8;
    text-decoration:none;
}

.footer-links ul li{
    margin-bottom:8px;
}

.footer-links a:hover{
    color:#f7c948;
}

/* SOCIAL ICONS */

.social-icons a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s ease;
}

.social-icons a:hover{
    background:#f7c948;
    transform:translateY(-3px);
}

.social-icons a:hover i{
    color:#081f3f !important;
}

/* CONTACT ITEMS */

.footer-premium ul li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    word-break:break-word;
}

.footer-premium ul li i{
    margin-top:6px;
    color:#f7c948;
    min-width:16px;
}
.footer-divider{
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 25px 0 20px;
}

.footer-copyright{
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}
/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .footer-premium{
        text-align:left;
        padding:45px 0 20px;
    }

    .footer-premium .row{
        gap:35px;
    }

    .footer-heading{
        font-size:22px;
    }

    .footer-premium p,
    .footer-premium li,
    .footer-premium a{
        font-size:14px;
        line-height:1.7;
    }

    .social-icons{
        margin-top:20px;
    }

    .social-icons a{
        width:36px;
        height:36px;
    }

    .footer-premium hr{
        margin-top:10px;
    }

    .footer-premium .text-center{
        text-align:left !important;
        font-size:13px;
        line-height:1.7;
    }

    /* REMOVE LARGE DESKTOP SPACING */

    .pe-lg-5,
    .ps-lg-5,
    .px-lg-4{
        padding-left:12px !important;
        padding-right:12px !important;
    }

}
@media (max-width: 768px){

    .footer-premium{
        text-align:left;
        padding:50px 20px 20px;
    }

    .footer-premium .row{
        row-gap:40px;
    }

    .footer-heading{
        margin-bottom:18px;
    }

    .social-icons{
        margin-top:15px;
    }

    .footer-links ul{
        padding-left:0;
    }

}
/* ==========================================
   PROFESSIONAL GOOGLE FORM EMBED
========================================== */

.premium-badge{
    background: rgba(241, 196, 15, 0.12);
    color: #b88900;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(241, 196, 15, 0.3);
}

.lead-title{
    color: #0B192C;
    font-size: 2rem;
}

.lead-subtext{
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
}

.form-embed-wrapper{
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}

.form-embed-wrapper iframe{
    display: block;
    border: none;
    width: 100%;
    background: #ffffff;
}

.secure-note{
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 500;
}

/* MOBILE RESPONSIVE */

@media (max-width: 768px){

    .hero-title{
        font-size: 2rem;
        text-align: center;
    }

    .hero-subtitle,
    .lead{
        text-align: center;
    }

    .hero-banner{
        padding: 70px 0;
    }

    .lead-form-card{
        padding: 20px;
    }

    .lead-title{
        font-size: 1.6rem;
    }

    .form-embed-wrapper iframe{
        height: 700px;
    }

    .btn-premium,
    .btn-premium-outline{
        width: 100%;
        text-align: center;
    }
}


.premium-badge{
    background: rgba(241,196,15,0.15);
    color: #b88900;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.lead-title{
    color: #0B192C;
}

.lead-subtext{
    color: #6c757d;
    font-size: 15px;
}

.form-embed-wrapper{
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.form-embed-wrapper iframe{
    border: none;
    display: block;
}

/* ==========================================
   CONTACT PAGE PREMIUM DESIGN
========================================== */

.contact-small-text{
    color: #6c757d;
    line-height: 1.8;
    font-size: 15px;
}

.contact-hero{
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}

.social-contact-box{
    border-top: 1px solid #e9ecef;
    padding-top: 25px;
}

.social-btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 22px;
    transition: all 0.3s ease;
}

.social-btn:hover{
    transform: translateY(-5px) scale(1.05);
    color: white;
}

.instagram-btn{
    background: linear-gradient(45deg,#f09433,#dc2743,#cc2366,#bc1888);
}

.facebook-btn{
    background: #1877f2;
}

.whatsapp-btn{
    background: #25d366;
}

.contact-info-card,
.contact-form-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.contact-form-card iframe{
    border-radius: 16px;
}

.contact-info-item{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact-icon{
    width: 55px;
    height: 55px;
    background: rgba(241,196,15,0.15);
    color: #c79800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

@media(max-width:768px){

    .contact-info-card,
    .contact-form-card{
        padding: 25px;
    }

}
 /* =========================
   SECTION SPACING
========================= */

.milestone-hero-section .row{
    margin-bottom: 70px;
}

.premium-box{
    margin-bottom: 10px;
}


/* =========================
   NAVBAR ACTIVE + HOVER
========================= */

.navbar .nav-link{
    color: #ffffff !important;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 8px;
}

/* GOLD HOVER */
.navbar .nav-link:hover{
    color: #f7c948 !important;
}

/* ACTIVE MENU */
.navbar .nav-link.active{
    color: #f7c948 !important;
    font-weight: 600;
}

/* ANIMATED UNDERLINE */
.navbar .nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #f7c948;
    transition: width 0.35s ease;
}

/* SHOW UNDERLINE ON HOVER */
.navbar .nav-link:hover::after{
    width: 100%;
}

/* SHOW UNDERLINE ON ACTIVE */
.navbar .nav-link.active::after{
    width: 100%;
}


/* =========================
   PREMIUM SECTION SPACING
========================= */

.milestone-top{
    margin-bottom: 90px;
}

.bottom-feature-box{
    margin-top: 40px;
}

.growth-banner{
    margin-top: 40px;
}

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

.team-member:last-child{
    padding-bottom: 0;
}


/* =========================
   PREMIUM HOVER EFFECTS
========================= */

.goal-item{
    transition: all 0.3s ease;
    border-radius: 18px;
    padding-left: 10px;
}

.goal-item:hover{
    background: #f8fbff;
    transform: translateX(8px);
}

.team-member{
    transition: all 0.3s ease;
    border-radius: 18px;
    padding-left: 10px;
}

.team-member:hover{
    background: #f8fbff;
    transform: translateX(8px);
}


/* =========================
   SMOOTH PAGE LOOK
========================= */

body{
    background: #f7f9fc;
    overflow-x: hidden;
}

.container{
    max-width: 1320px;
}

/* ==========================================================================
   ADD-ON: FINTECH PREMIUM BORDERS & CONTAINER LAYOUTS (REF: IMAGE 1 & 2)
   ========================================================================== */

/* 1. Global Section Background Alignment */
.milestone-hero-section {
    background-color: #f4f7fa !important; /* Slightly cool off-white background tint from Image 1 & 2 */
}

/* 2. Top Intro Header Card (Reference: Image 2 Layout Frame) */
.milestone-top {
    background: #ffffff;
    border: 1px solid #e2eaf4 !important; /* Extremely soft gray-blue border */
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(8, 31, 63, 0.03) !important; /* Premium subtle elevation */
}

/* 3. Main Premium Box Containers (The Outer Wrappers for Scale & Impact, Sales Goals) */
.premium-box {
    background: #ffffff !important;
    border: 1px solid #e2eaf4 !important; /* Subtle framing border from Image 1 */
    border-radius: 24px !important;       /* Clean rounded wrapper */
    padding: 35px !important;
    box-shadow: 0 6px 24px rgba(8, 31, 63, 0.02) !important;
}
.premium-box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 35px rgba(8, 31, 63, 0.07) !important;
    border-color: #cbdbe5 !important;
}

/* 4. Left Column Grid: Stat Cards (Our Scale & Impact Style) */
.stat-card {
    background: #ffffff !important;        /* Pure white cards on off-white section background */
    border: 1px solid #eef3f8 !important;  /* Soft inside layout border */
    border-radius: 16px !important;        /* Smooth modern corners */
    padding: 24px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.015) !important;
    transition: all 0.3s ease !important;
}
.stat-card:hover {
    background: var(--primary-deep) !important; /* Keeps your interactive hover intact */
    border-color: var(--primary-deep) !important;
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 10px 25px rgba(8, 31, 63, 0.15) !important;
}

/* 5. Right Column Stack: List Items (Our Sales Goals & Team Style) */
.goal-item, .team-member {
    background: #ffffff;
    border: 1px solid #f0f4f8 !important;   /* Subtle inner card border */
    border-bottom: 1px solid #f0f4f8 !important; /* Overriding your generic dark border-bottom */
    border-radius: 14px !important;          /* Rounded inner item structure */
    padding: 16px 20px !important;           /* Balanced internal spacing */
    margin-bottom: 12px;                     /* Detached spacing gap per block */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01) !important;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Hover Adjustments for List Stacks */
.goal-item:hover, .team-member:hover {
    background: #fdfeff !important;
    border-color: #cbdbe5 !important;
    transform: translateX(6px) !important;
    box-shadow: 0 4px 15px rgba(8, 31, 63, 0.04) !important;
}

/* 6. Typography & Icon Resets for Clean Grid Alignment */
.goal-item h5, .team-member h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary-deep);
    margin: 0 0 2px 0;
}

.goal-item p, .team-member p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
}

.box-header i {
    flex-shrink: 0; /* Ensures headers don't deform on small viewports */
}











/* ======================================================
   PREMIUM CONTACT PAGE STYLING
====================================================== */

/* HERO SECTION */
.contact-hero{
    background: linear-gradient(135deg,#f8fafc,#eef3f9);
    padding: 90px 0 70px;
    border-bottom: 1px solid rgba(8,31,63,0.08);
}

.contact-hero h1{
    font-size: 3.2rem;
    font-weight: 700;
    color: #081f3f;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-hero p{
    max-width: 950px;
    margin: auto;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #5f6b7a;
}

/* MAIN CONTACT SECTION */
.contact-main-section{
    padding: 90px 0;
    background: #f5f7fb;
}

/* LEFT + RIGHT CARDS */
.contact-info-card,
.contact-form-card{
    background: #ffffff;
    border-radius: 30px;
    padding: 45px;
    border: 2px solid rgba(212,160,23,0.18);
    box-shadow:
        0 10px 35px rgba(8,31,63,0.05),
        0 2px 10px rgba(0,0,0,0.02);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* GOLD TOP BAR */
.contact-info-card::before,
.contact-form-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background: linear-gradient(to right,#d4a017,#f7c948,#d4a017);
}

/* HOVER EFFECT */
.contact-info-card:hover,
.contact-form-card:hover{
    transform: translateY(-8px);
    box-shadow:
        0 20px 45px rgba(8,31,63,0.10),
        0 5px 15px rgba(0,0,0,0.03);
}

/* SMALL BADGE */
.contact-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: rgba(212,160,23,0.10);
    color:#c08b00;
    padding:12px 22px;
    border-radius:40px;
    font-weight:600;
    font-size:15px;
    border:1px solid rgba(212,160,23,0.25);
    margin-bottom:28px;
}

/* CARD TITLES */
.contact-info-card h2,
.contact-form-card h2{
    font-size: 3rem;
    font-weight: 700;
    color: #081f3f;
    margin-bottom: 18px;
}

.contact-small-text{
    color:#5f6b7a;
    line-height:1.9;
    font-size:1.05rem;
    margin-bottom:40px;
}

/* CONTACT ITEMS */
.contact-info-item{
    display:flex;
    gap:22px;
    margin-bottom:32px;
    align-items:flex-start;
    padding-bottom:25px;
    border-bottom:1px solid rgba(8,31,63,0.06);
}

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

/* ICONS */
.contact-icon{
    width:68px;
    height:68px;
    border-radius:22px;
    background: linear-gradient(135deg,#fff6da,#ffe9a3);
    color:#b88700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
    box-shadow: 0 6px 18px rgba(212,160,23,0.15);
}

/* ITEM TEXT */
.contact-info-item h5{
    color:#081f3f;
    font-weight:700;
    margin-bottom:8px;
    font-size:1.15rem;
}

.contact-info-item p,
.contact-info-item a{
    color:#5f6b7a;
    text-decoration:none;
    font-size:1rem;
    line-height:1.8;
}

.contact-info-item a:hover{
    color:#d4a017;
}

/* SOCIAL AREA */
.social-contact-box{
    margin-top:45px;
    padding-top:15px;
    border-top:none;
}
.social-contact-box h5{
    color:#081f3f;
    font-weight:700;
    margin-bottom:25px;
}

/* SOCIAL BUTTONS */
.social-btn{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:24px;
    transition:all 0.3s ease;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,0.12);
}

.social-btn:hover{
    transform:translateY(-6px) scale(1.05);
}

/* FORM AREA */
.form-embed-wrapper{
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(8,31,63,0.08);
    background:#ffffff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
    padding:12px;
}

/* GOOGLE FORM */
.form-embed-wrapper iframe{
    width: 100%;
    border: none;
    border-radius: 18px;
    background: #fff;
    height: 720px;   /* adjust this */
    min-height: auto;
}

/* RESPONSIVE */
@media(max-width:991px){

    .contact-info-card,
    .contact-form-card{
        margin-bottom:35px;
    }

    .contact-hero h1{
        font-size:2.4rem;
    }

}

@media(max-width:768px){

    .contact-hero{
        padding:70px 0 50px;
    }

    .contact-hero h1{
        font-size:2rem;
    }

    .contact-info-card,
    .contact-form-card{
        padding:30px;
        border-radius:24px;
    }

    .contact-info-card h2,
    .contact-form-card h2{
        font-size:2.2rem;
    }

    .contact-icon{
        width:58px;
        height:58px;
        font-size:20px;
    }

    .social-btn{
        width:54px;
        height:54px;
        font-size:20px;
    }

    .form-embed-wrapper iframe{
        min-height:850px;
    }

}


.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}

.accordion-button:not(.collapsed) {
    background-color: #1f1f1f;
    color: #d4af37;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    background-color: #151515;
}

/* =========================
   PREMIUM FAQ SECTION
========================= */

.faq-section{
    background:#f7f9fc;
}

.faq-badge{
    background:rgba(241,196,15,0.15);
    color:#b88900;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.faq-title{
    font-size:2.5rem;
    font-weight:700;
    color:#081f3f;
}

.faq-subtitle{
    color:#6c757d;
    font-size:16px;
}

/* ACCORDION */

.custom-faq .accordion-item{
    border:none;
    border-radius:20px !important;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    background:#ffffff;
}

.custom-faq .accordion-button{
    background:#ffffff;
    color:#081f3f;
    font-weight:600;
    font-size:18px;
    padding:24px 28px;
    box-shadow:none !important;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#081f3f;
    color:#f7c948;
}

.custom-faq .accordion-button:focus{
    box-shadow:none;
}

.custom-faq .accordion-body{
    padding:25px 28px;
    color:#5c6675;
    line-height:1.8;
    font-size:15px;
    background:#ffffff;
}

/* ICON COLOR */

.custom-faq .accordion-button::after{
    filter: brightness(0) saturate(100%);
}

/* MOBILE */

@media(max-width:768px){

    .faq-title{
        font-size:2rem;
    }

    .custom-faq .accordion-button{
        font-size:16px;
        padding:20px;
    }

}
/* ==========================================
   FOOTER FIX ONLY FOR MOBILE DESKTOP MODE
========================================== */

@media (max-width: 991px){

    .footer-links{
        display:block !important;
    }

    .footer-links ul{
        width:100%;
        padding-left:0;
    }

    .footer-links ul li{
        display:block;
        margin-bottom:10px;
    }

}
