@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

:root{--navy:#1a2744;--navy-light:#2a3f66;--orange:#f97015;--orange-dark:#c94a0a;--orange-light:#fff1eb;--surface-cool:#f5f7fa;--surface-warm:#fcfaf8;--text:#000;--text-muted:#64748b;}
body{ font-family: "Montserrat", sans-serif!important;color:var(--text);background:var(--surface-warm); font-size: 15px; line-height: 25px;}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600!important;
line-height: 1.3;
font-family: 'Playfair Display', serif;
}
b, strong {
    font-weight: bold;
}
.lead{
    color: var(--text-muted);
    max-width: 640px;
    background: #f8f6f1;
    border: 1px solid #e2e4e999;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;}

.btnotp {
    background: #e4551d;
    border: 0px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 36px;
    right: 5px;
    font-size: 12px;
}
.form-control{position: relative;}
.gradient-gold{background:linear-gradient(135deg,var(--orange),#c94a0a);}

.gradient-navy{background:linear-gradient(135deg,var(--navy),var(--navy-light));}
.text-gradient-gold{background:linear-gradient(135deg,var(--orange),#b5400a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}

.btn-cta{background:#e4551d;color:#fff;font-weight:600; font-size: 16px; border:none;padding:.875rem 2rem;border-radius:.625rem;transition: all 0.3s ease;}

.btn-cta:hover {
background: #e4551d;transform: scale(1.05);

}
.btn-cta-outline{border:2px solid var(--orange);color:var(--orange);font-weight:600;padding:.75rem 2rem;border-radius:.625rem;background:transparent;transition:all .2s;}
.btn-cta-outline:hover{background:var(--orange);color:#fff;}
.navbar-custom{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);}
.section-cool{background:var(--surface-cool);}
.card-cert{border:1px solid rgba(0,0,0,.08);border-radius:1rem;padding:20px 13px;background:#fff;transition:box-shadow .2s;}
.card-cert:hover{box-shadow:0 8px 24px rgba(0,0,0,.06);}
.icon-accent{color:var(--orange);font-size:1.25rem;}
.icon-circle{width:48px;height:48px;border-radius:50%;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.icon-circle i{color:var(--orange);font-size:1.25rem;}
.cta-banner{border-radius:1.5rem;padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden;}
.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(232,89,12,.08),transparent 60%);}
.mid-cta{background:var(--orange-light);border:1px solid rgba(232,89,12,.15);border-radius:1rem;padding:2rem;text-align:center;}
footer{border-top:1px solid rgba(0,0,0,.08);}
.accordion-button:not(.collapsed){background:var(--orange-light);color:var(--text);box-shadow:none;}
.accordion-button:focus{box-shadow:0 0 0 .2rem rgba(232,89,12,.15);}
@media(max-width:576px){h1{font-size:2rem!important;}h2{font-size:1.75rem!important;}.cta-banner{padding:2rem 1.25rem;}}


section{position: relative;}

.heroi {
background-image: url(../img/hero-pattern-yjquTnuq.png);
background-repeat: no-repeat;
position: absolute;
content: "";
bottom: 0px;
z-index: 1;
width: 100%;
height: 324px;
right: -615px;
opacity: 0.1;
background-size: 50%;
}
.main-region {
    overflow: hidden;
    background: #fcfaf8;
}

.blue-bg {
background: #1e3767;
color: #fff;
padding: 20px;
}
.text-orange{ color: #e4551d!important;}

.section-cool h6{font-family: "Montserrat", sans-serif !important;}
.gain {
min-height: 80px;
}
.include p {
margin-bottom: 0;
font-weight: 400;
}
.card-cert.include {
border: 1px solid rgba(0, 0, 0, .08);
border-radius: 0.8rem;
padding: 10px 13px;
background: #fff;
transition: box-shadow .2s;
}

.card-cert.include .icon-circle {
width: 48px;
height: 48px;
border-radius: 25%;
background: #1d3464;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.navbar-custom .btn-cta {
padding: 10px 15px;
font-size: 14px;
}

span.con-icon {
    width: 30px;
    height: 30px;
    background: #e4561f;
    line-height: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
span.con-icon.gren {
    width: 30px;
    height: 30px;
    background: #20ab4b;
    line-height: 34px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
}
span.con-icon.gren i {
    color: #fff;
    font-size: 18px;
}

.navbar-brand img {
    max-width: 220px;
}

.navbar .btn-cta-primary {
    background-color: #e4551d;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: 2px solid #e4551d;
}
.btn-cta-primary {
    background-color:#e4551d;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(240, 100, 33, 0.3);
    transition: all 0.3s ease;
    border: 2px solid #e4551d;
}


.builder-prog {
    background: #f8f6f1;
}
.highlight {
    color: #ff6a00;
    font-weight: 600;
}


.badge-custom {
    background: #ffe7d6;
    color: #ff6a00;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}
.journey-box {
    background: #fff;
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.journey-step {
    padding: 7px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
}

.step-dark {
    background: #1f2a44;
    color: #fff;
}

.step-orange {
    background: #ff6a00;
    color: #fff;
}

.step-light {
    background: #fff3ea;
    color: #ff6a00;
    border: 1px solid #ffd4b3;
}

.arrow svg {
    width: 16px;
}

.arrow {
    margin: 0 6px;
    color: #ff6a00;
    font-weight: bold;
}

.card-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #1f2a44;
    color: #ff6a00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 15px;
    font-size: 22px;
}

.card-box h6{
font-family: "Montserrat", sans-serif !important;
}



.program-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    height: 100%;
}

/* Header */
.program-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.program-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Icon Colors */
.icon-orange { background: #fff3ea; color: #ff6a00; }
.icon-green { background: #e8f7f0; color: #1aa36f; }
.icon-red { background: #fdeaea; color: #e54848; }
.icon-purple { background: #f1ebff; color: #7a5af8; }
.icon-teal { background: #e6f7f7; color: #0ea5a4; }

/* Title */
.program-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.program-subtitle {
    font-size: 13px;
    color: #777;
}

/* Highlight strip */
.highlight-box {
    background: #fff2e8;
    color: #ff6a00;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    line-height: 20px;
}

/* List */
.program-list {
    padding-left: 18px;
    margin: 0;
}

.program-list li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.program-list li::marker {
    color: #ff6a00;
}

/* Card */
.image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

/* Image */
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title Overlay */
.card-title-overlay {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Bottom bubble text */
.card-bubble {
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    background: #fff;
    border-radius: 25px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}




.card-custom {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 20px 15px;
        height: 100%;
        transition: 0.3s;
    }

    .card-custom:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

.card-custom .icon-box {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #162d5a, #264073);
    color: #e4551d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px !important;
    margin: inherit;
}

    .card-title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .card-text {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.6;
    }

.compare-box {
    background: #f5f1f1;
    border-radius: 16px;
    padding: 25px 20px 10px;
    border: 1px solid #e5e7eb;
}

/* LEFT (Disabled look) */
.left-box {
    background: #f2f4f8;
    color: #9ca3af;
}
.left-box .box-title {
    color: #9ca3af;
}

.left-box i {
    color: #cbd5e1;
}

/* RIGHT (Highlighted) */
.right-box {
    border: 2px solid #ff6a00;
    box-shadow: 0 10px 25px rgba(255, 106, 0, 0.15);
}

.highlight {
    color: #ff6a00;
    font-weight: 600;
}

.right-box i {
    color: #ff6a00;
}

/* LIST STYLE */
.compare-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.compare-list i {
    font-size: 16px;
    margin-top: 2px;
}



.title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Progress bars */
.progress {
    height: 12px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
}

.progress-grey {
    background: #bfc3c7;
}

.progress-orange {
    background: #ff6a00;
}

/* Row spacing */
.block {
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.label {
    font-size: 14px;
    color: #555;
}

.value {
    font-size: 14px;
    font-weight: 500;
}

.orange-text {
    color: #ff6a00;
    font-weight: 600;
}


/* Top badges */
.badge-pill-custom {
    background: #fff;
    border-radius: 30px;
    padding: 10px 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.badge-pill-custom i{color: #e4551d;}
/* Main Card */
.main-card {
    max-width: 520px;
    margin: 50px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #fff;
}

/* Header */
.card-header-custom {
    background: #243c6a;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
}

.card-header-custom small {
    letter-spacing: 1px;
    font-size: 12px;
    opacity: 0.8;
}

.card-header-custom h2 {
    font-weight: 600;
    margin: 10px 0;
}

.card-header-custom p {
    font-size: 14px;
    opacity: 0.9;
}

/* List */
.feature-list {
    padding: 25px 30px 0;
}

.feature-list li {
    list-style: none;
    margin-bottom: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #ff6a00;
    margin-right: 10px;
}