
/*--------------------------------------------------------------
# AWARDS
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

#improvage-awards-section {
    --primary:       #233b7e;
    --primary-dark:  #1a2c5f;
    --accent:        #3a7bd5;
    --border-radius: 16px;
    font-family: 'Poppins', sans-serif;
}
#improvage-awards-section * { box-sizing: border-box; }

#improvage-awards-section .awards-section {
    padding: 100px 20px !important;
    background: linear-gradient(135deg,#f8faff,#ffffff) !important;
    width: 100% !important; margin: 0 !important;
}
#improvage-awards-section .container {
    max-width: 1400px !important; margin: 0 auto !important;
    padding: 0 20px !important; width: 100% !important;
}

/* ── Header ── */
#improvage-awards-section .awards-header      { text-align: center !important; margin-bottom: 80px !important; }
#improvage-awards-section .awards-badge-row   { display: flex !important; align-items: center !important; justify-content: center !important; gap: 14px !important; margin-bottom: 18px !important; }
#improvage-awards-section .awards-badge-line  { display: block !important; height: 1px !important; width: 40px !important; background: #233b7e !important; opacity: .4 !important; }
#improvage-awards-section .awards-badge-text  { font-size: .75rem !important; font-weight: 700 !important; letter-spacing: .2em !important; text-transform: uppercase !important; color: #233b7e !important; opacity: .7 !important; }
#improvage-awards-section .section-title      { font-size: clamp(2.2rem,4vw,3.4rem) !important; font-weight: 900 !important; color: #111827 !important; line-height: 1.1 !important; letter-spacing: -.02em !important; margin: 0 0 8px !important; }
#improvage-awards-section .section-title em   { font-style: normal !important; color: #233b7e !important; position: relative !important; }
#improvage-awards-section .section-title em::after { content: '' !important; position: absolute !important; left: 0 !important; bottom: 2px !important; width: 100% !important; height: 3px !important; background: linear-gradient(90deg,#233b7e,transparent) !important; border-radius: 2px !important; }
#improvage-awards-section .section-subtitle   { font-size: 1rem !important; font-weight: 600 !important; color: #6b7280 !important; letter-spacing: .05em !important; text-transform: uppercase !important; margin: 0 !important; }

/* ── Grid ── */
#improvage-awards-section .awards-grid { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 24px !important; margin-bottom: 80px !important; }

/* ── Card ── */
#improvage-awards-section .award-card { background: #fff !important; border-radius: var(--border-radius) !important; overflow: hidden !important; box-shadow: 0 8px 30px rgba(35,59,126,.08) !important; border: 1px solid rgba(35,59,126,.08) !important; transition: all .3s ease !important; }
#improvage-awards-section .award-card:hover { transform: translateY(-10px) !important; box-shadow: 0 24px 60px rgba(35,59,126,.18) !important; border-color: var(--accent) !important; }

/* ── Image area ── */
#improvage-awards-section .award-img-area {
    position: relative !important; height: 200px !important;
    background: linear-gradient(135deg,#f8f9fc,#e8efff) !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    overflow: hidden !important; cursor: pointer !important;
}
#improvage-awards-section .award-img-area img {
    max-width: 140px !important; max-height: 140px !important;
    object-fit: contain !important; display: block !important;
    transition: transform .5s ease !important;
    pointer-events: none !important; -webkit-user-drag: none !important;
}
#improvage-awards-section .award-card:hover .award-img-area img { transform: scale(1.1) !important; }

#improvage-awards-section .aw-overlay {
    position: absolute !important; inset: 0 !important;
    background: linear-gradient(135deg,rgba(35,59,126,.9),rgba(58,123,213,.9)) !important;
    display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important;
    opacity: 0 !important; transition: opacity .4s !important; z-index: 3 !important;
}
#improvage-awards-section .award-img-area:hover .aw-overlay { opacity: 1 !important; }
#improvage-awards-section .aw-overlay i    { font-size: 2rem !important; color: #fff !important; margin-bottom: 8px !important; }
#improvage-awards-section .aw-overlay span { font-size: .85rem !important; font-weight: 600 !important; color: #fff !important; }

/* ── Card info ── */
#improvage-awards-section .award-info  { padding: 20px 20px 24px !important; }
#improvage-awards-section .award-year  { display: inline-block !important; background: #233b7e !important; color: #fff !important; padding: 4px 14px !important; border-radius: 4px !important; font-size: .72rem !important; font-weight: 700 !important; letter-spacing: .04em !important; text-transform: uppercase !important; margin-bottom: 12px !important; }
#improvage-awards-section .award-title { font-size: 1rem !important; font-weight: 800 !important; color: #111827 !important; margin-bottom: 8px !important; line-height: 1.3 !important; }
#improvage-awards-section .award-desc  { font-size: .82rem !important; color: #6b7280 !important; line-height: 1.65 !important; margin-bottom: 18px !important; }

#improvage-awards-section .view-cert-btn {
    display: flex !important; align-items: center !important; gap: 8px !important; justify-content: center !important;
    width: 100% !important; padding: 10px 20px !important; border-radius: 4px !important;
    border: 1.5px solid #233b7e !important; color: #233b7e !important;
    font-weight: 700 !important; font-size: .78rem !important; letter-spacing: .04em !important;
    text-transform: uppercase !important; cursor: pointer !important;
    font-family: 'Poppins', sans-serif !important; background: transparent !important;
    transition: all .25s ease !important;
}
#improvage-awards-section .view-cert-btn:hover { background: #233b7e !important; color: #fff !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(35,59,126,.22) !important; }

/* ── Achievement note ── */
#improvage-awards-section .achievement-note { background: linear-gradient(135deg,var(--primary),var(--primary-dark)) !important; border-radius: var(--border-radius) !important; padding: 60px 40px !important; text-align: center !important; }
#improvage-awards-section .note-icon { width: 80px !important; height: 80px !important; background: rgba(255,255,255,.15) !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 auto 30px !important; border: 2px solid rgba(255,255,255,.2) !important; }
#improvage-awards-section .note-icon i { font-size: 2.5rem !important; color: #fff !important; }
#improvage-awards-section .achievement-note p { font-size: 1.4rem !important; color: rgba(255,255,255,.95) !important; line-height: 1.8 !important; max-width: 800px !important; margin: 0 auto !important; font-style: italic !important; }

/* ── Responsive ── */
@media (max-width: 1200px) { #improvage-awards-section .awards-grid { grid-template-columns: repeat(3,1fr) !important; } }
@media (max-width: 900px)  { #improvage-awards-section .awards-grid { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 560px)  {
    #improvage-awards-section .awards-section { padding: 60px 20px !important; }
    #improvage-awards-section .awards-grid { grid-template-columns: 1fr !important; max-width: 400px !important; margin-left: auto !important; margin-right: auto !important; }
    #improvage-awards-section .section-title { font-size: 2rem !important; }
}


/*--------------------------------------------------------------
# CAREER
--------------------------------------------------------------*/

.improvage-careers-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.improvage-careers-section {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 100px 20px;
    background: #ffffff;
}

.improvage-careers-container {
    max-width: 1400px;
    margin: 0 auto;
}

.improvage-section-header {
    text-align: center;
    margin-bottom: 80px;
}

.improvage-section-badge {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #233b7e;
    opacity: 0.7;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.improvage-badge-line {
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #233b7e;
    opacity: 0.4;
}

.improvage-section-title {
    font-size: 3.4rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
    display: inline-block;
}

.improvage-section-title span {
    color: #233b7e;
}

.improvage-section-subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
}

.improvage-positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
}

.improvage-position-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(50px);
}

.improvage-position-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.improvage-position-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(58, 123, 213, 0.2);
}

.improvage-position-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.improvage-position-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.improvage-position-card:hover .improvage-position-image img {
    transform: scale(1.1);
}

.improvage-position-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(35, 59, 126, 0.7) 0%, rgba(58, 123, 213, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.improvage-position-card:hover .improvage-position-overlay {
    opacity: 1;
}

.improvage-position-overlay i {
    color: white;
    font-size: 3rem;
    transform: scale(0.5);
    transition: transform 0.4s ease;
}

.improvage-position-card:hover .improvage-position-overlay i {
    transform: scale(1);
}

.improvage-position-content {
    padding: 35px;
}

.improvage-position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.improvage-position-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0;
}

.improvage-position-type {
    background: #233b7e;
    color: white;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.improvage-position-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.improvage-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
}

.improvage-detail-item i {
    color: #3a7bd5;
}

.improvage-position-description {
    color: #374151;
    font-size: 0.97rem;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

.improvage-apply-btn {
    width: 100%;
    padding: 13px 30px;
    background: transparent;
    color: #233b7e;
    border: 1.5px solid #233b7e;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
}

.improvage-apply-btn:hover {
    background: #233b7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(35, 59, 126, 0.25);
}

.improvage-apply-btn i {
    transition: transform 0.25s ease;
}

.improvage-apply-btn:hover i {
    transform: translateX(5px);
}

.improvage-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
}

.improvage-modal.active {
    display: flex;
}

.improvage-modal-content {
    background: white;
    border-radius: 25px;
    width: 100%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 50px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
}

.improvage-modal.active .improvage-modal-content {
    transform: scale(1);
    opacity: 1;
}

.improvage-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.improvage-modal-close:hover {
    background: #f7fafc;
    color: #1a1a2e;
    transform: rotate(90deg);
}

.improvage-modal-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.improvage-modal-subtitle {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.improvage-form-group {
    margin-bottom: 22px;
}

.improvage-form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 8px;
}

.improvage-form-input,
.improvage-form-select,
.improvage-form-textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #111827;
    background: #fafafa;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.improvage-form-input:focus,
.improvage-form-select:focus,
.improvage-form-textarea:focus {
    border-color: #233b7e;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(35, 59, 126, 0.08);
}

.improvage-form-textarea {
    resize: vertical;
    min-height: 120px;
}

.improvage-captcha-wrap {
    background: #fafafa;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 16px;
}

.improvage-math-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.improvage-math-question {
    font-weight: 700;
    color: #233b7e;
    font-size: 1rem;
    white-space: nowrap;
}

.improvage-math-input {
    flex: 1;
    min-width: 120px;
    margin-bottom: 0;
}

.improvage-recaptcha-wrap {
    margin-top: 4px;
}

.improvage-form-required {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 18px;
}

.improvage-submit-btn {
    width: 100%;
    padding: 14px 30px;
    background: #233b7e;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 16px rgba(35, 59, 126, 0.22);
}

.improvage-submit-btn:hover {
    background: #1a2c5f;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(35, 59, 126, 0.3);
}

@media (max-width: 992px) {
    .improvage-section-title { font-size: 3rem; }
    .improvage-positions-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .improvage-careers-section { padding: 60px 20px; }
    .improvage-section-title { font-size: 2.5rem; }
    .improvage-position-header { flex-direction: column; align-items: flex-start; }
    .improvage-modal-content { padding: 35px; }
}

@media (max-width: 576px) {
    .improvage-section-title { font-size: 2rem; }
    .improvage-modal-content { padding: 25px; }
}


.imp-intern-section {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

.imp-intern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.imp-intern-header {
    text-align: center;
    margin-bottom: 60px;
}

.imp-intern-badge {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #233b7e;
    opacity: 0.7;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.imp-intern-badge-line {
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #233b7e;
    opacity: 0.4;
}

.imp-intern-title {
    font-size: 3rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.imp-intern-title span {
    color: #233b7e;
}

.imp-intern-subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
}

.imp-intern-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.imp-intern-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.imp-intern-features {
    display: grid;
    gap: 20px;
}

.imp-intern-feature {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.imp-intern-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(35, 59, 126, 0.15);
}

.imp-intern-feature-icon {
    width: 50px;
    height: 50px;
    background: #233b7e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.imp-intern-feature-icon i {
    font-size: 1.3rem;
    color: white;
}

.imp-intern-feature-text h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.imp-intern-feature-text p {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.imp-intern-cta {
    margin-top: 40px;
    text-align: center;
}

.imp-intern-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: #233b7e;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(35, 59, 126, 0.3);
}

.imp-intern-btn:hover {
    background: #1a2c5f;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(35, 59, 126, 0.4);
}

.imp-intern-btn i {
    transition: transform 0.3s ease;
}

.imp-intern-btn:hover i {
    transform: translateX(4px);
}

/* Responsive (display section) */
@media (max-width: 992px) {
    .imp-intern-title { font-size: 2.5rem; }
    .imp-intern-content { 
        grid-template-columns: 1fr; 
        gap: 50px; 
    }
    .imp-intern-image { 
        order: -1; 
        height: 400px; 
    }
}

@media (max-width: 768px) {
    .imp-intern-section { padding: 60px 0; }
    .imp-intern-title { font-size: 2rem; }
    .imp-intern-image { height: 350px; }
    .imp-intern-feature { padding: 20px; }
}

@media (max-width: 576px) {
    .imp-intern-title { font-size: 1.8rem; }
    .imp-intern-subtitle { font-size: 0.95rem; }
    .imp-intern-feature { 
        flex-direction: column;
        text-align: center;
    }
    .imp-intern-feature-icon { 
        margin: 0 auto; 
    }
    .imp-intern-image { height: 300px; }
    .imp-intern-btn {
        width: 100%;
        justify-content: center;
    }
}

.impintern-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
}

.impintern-modal.active {
    display: flex;
}

.impintern-modal-content {
    background: white;
    border-radius: 25px;
    width: 100%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 50px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.impintern-modal.active .impintern-modal-content {
    transform: scale(1);
    opacity: 1;
}

.impintern-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.impintern-modal-close:hover {
    background: #f7fafc;
    color: #1a1a2e;
    transform: rotate(90deg);
}

.impintern-modal-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.impintern-modal-subtitle {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.impintern-form-group {
    margin-bottom: 22px;
}

.impintern-form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 8px;
}

.impintern-form-input,
.impintern-form-textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #111827;
    background: #fafafa;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.impintern-form-input:focus,
.impintern-form-textarea:focus {
    border-color: #233b7e;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(35, 59, 126, 0.08);
}

.impintern-form-textarea {
    resize: vertical;
    min-height: 110px;
}

.impintern-captcha-wrap {
    background: #fafafa;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 16px;
}

.impintern-math-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.impintern-math-question {
    font-weight: 700;
    color: #233b7e;
    font-size: 1rem;
    white-space: nowrap;
}

.impintern-math-input {
    flex: 1;
    min-width: 120px;
    margin-bottom: 0;
}

.impintern-recaptcha-wrap {
    margin-top: 4px;
}

.impintern-form-required {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 18px;
}

.impintern-submit-btn {
    width: 100%;
    padding: 14px 30px;
    background: #233b7e;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 16px rgba(35, 59, 126, 0.22);
}

.impintern-submit-btn:hover {
    background: #1a2c5f;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(35, 59, 126, 0.3);
}

@media (max-width: 768px) {
    .impintern-modal-content { padding: 35px; }
}

@media (max-width: 576px) {
    .impintern-modal-content { padding: 25px; }
}


/*--------------------------------------------------------------
# MENUBAR
--------------------------------------------------------------*/

.impv-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(35, 59, 126, 0.08);
}

.impv-header.scrolled {
    padding: 18px 0;
    box-shadow: 0 15px 40px rgba(35, 59, 126, 0.08);
}

.impv-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Logo */
.impv-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.impv-logo-img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.impv-logo:hover .impv-logo-img {
    transform: scale(1.05);
}

/* ---- Desktop Nav ---- */
.impv-nav ul {
    display: flex;
    list-style: none;
    gap: 45px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.impv-nav a {
    text-decoration: none;
    color: #1e1e2d;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 8px 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.impv-nav a:hover {
    color: #233b7e;
}

/* Underline only on top-level links */
.impv-nav > ul > li > a:hover::after,
.impv-nav > ul > li.current > a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #233b7e 0%, #3a7bd5 100%);
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.impv-nav > ul > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #233b7e 0%, #3a7bd5 100%);
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.impv-nav > ul > li > a:hover::after,
.impv-nav > ul > li.current > a::after {
    width: 100%;
}

/* Block underline on dropdowns + CTA */
.impv-nav > ul > li > ul a::after,
.impv-nav-cta::after {
    display: none !important;
}

.impv-nav > ul > li.current > a {
    color: #233b7e;
}

/* ---- Dropdown Level 1 ---- */
.impv-nav > ul > li {
    position: relative;
}

/* Force all dropdowns to be vertical */
.impv-nav > ul > li > ul,
.impv-nav > ul > li > ul > li > ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
}

.impv-nav > ul > li > ul {
    position: absolute;
    top: 145%;
    left: 0;
    background: white;
    min-width: 220px;
    box-shadow: 0 15px 40px rgba(35, 59, 126, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px 0;
    border-radius: 12px;
    list-style: none;
}

.impv-nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.impv-nav > ul > li > ul > li {
    position: relative;
}

.impv-nav > ul > li > ul > li > a {
    display: block;
    padding: 10px 25px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.impv-nav > ul > li > ul > li > a:hover {
    color: #233b7e;
    background: rgba(35, 59, 126, 0.05);
    border-left-color: #3a7bd5;
    padding-left: 30px;
}

/* ---- Dropdown Level 2 ---- */
.impv-nav > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    min-width: 220px;
    box-shadow: 0 15px 40px rgba(35, 59, 126, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    border-radius: 12px;
    list-style: none;
    padding: 10px 0;
}

.impv-nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.impv-nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 25px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.impv-nav > ul > li > ul > li > ul > li > a:hover {
    color: #233b7e;
    background: rgba(35, 59, 126, 0.05);
    border-left-color: #3a7bd5;
    padding-left: 30px;
}

/* ---- CTA Button ---- */
.impv-nav-cta {
    background: linear-gradient(135deg, #233b7e 0%, #3a7bd5 100%);
    color: white !important;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(35, 59, 126, 0.25);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: inherit;
}

.impv-nav-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(35, 59, 126, 0.35);
    color: white !important;
}

/* ---- Mobile Toggle ---- */
.impv-mobile-toggle {
    display: none;
    font-size: 28px;
    color: #233b7e;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    background: none;
    border: none;
    padding: 0;
}

/* ---- Mobile Overlay ---- */
.impv-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.impv-mobile-overlay.active {
    display: block;
}

/* ---- Mobile Panel ---- */
.impv-mobile-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: white;
    z-index: 1002;
    transition: all 0.4s ease-in-out;
    box-shadow: -10px 0 60px rgba(35, 59, 126, 0.15);
    overflow-y: auto;
    padding: 120px 40px 40px;
}

.impv-mobile-panel.active {
    right: 0;
}

.impv-mobile-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    font-size: 28px;
    color: #233b7e;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    z-index: 10;
}

.impv-mobile-close:hover {
    transform: rotate(90deg);
}

.impv-mobile-panel-logo {
    position: absolute;
    top: 30px;
    left: 40px;
}

.impv-mobile-panel-logo img {
    height: 50px;
    width: auto;
}

/* Mobile menu list */
.impv-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.impv-mobile-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(35, 59, 126, 0.08);
}

.impv-mobile-menu li:last-child {
    border-bottom: none;
}

.impv-mobile-menu > li > a {
    display: inline-block;
    padding: 12px 0;
    color: #1e1e2d;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    width: auto;
}

.impv-mobile-menu > li > a:hover {
    color: #233b7e;
    padding-left: 8px;
}

/* Submenu inside mobile */
.impv-mobile-menu ul {
    list-style: none;
    padding: 0 0 8px 15px;
    margin: 0;
    display: none;
    border-left: 3px solid rgba(35, 59, 126, 0.15);
    flex-direction: column;
    gap: 0;
}

.impv-mobile-menu ul li {
    border-bottom: none;
}

.impv-mobile-menu ul a {
    display: block;
    padding: 8px 0;
    color: #495057;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.impv-mobile-menu ul a:hover {
    color: #233b7e;
    padding-left: 8px;
}

/* Arrow toggle */
.impv-submenu-arrow {
    cursor: pointer;
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
    padding: 4px 8px;
    vertical-align: middle;
    color: #233b7e;
}

/* Mobile CTA */
.impv-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #233b7e 0%, #3a7bd5 100%);
    color: white !important;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(35, 59, 126, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.impv-mobile-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(35, 59, 126, 0.35);
    color: white !important;
}

/* Mobile contact info */
.impv-mobile-contact {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.impv-mobile-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: none !important;
    width: auto !important;
}

.impv-mobile-contact i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #233b7e 0%, #3a7bd5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 14px;
}

.impv-mobile-contact a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 0 !important;
    font-weight: 400 !important;
}

.impv-mobile-contact a:hover {
    color: #233b7e;
    padding-left: 0 !important;
}

/* Mobile social */
.impv-mobile-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.impv-mobile-social a {
    width: 45px;
    height: 45px;
    background: #f8f9fc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #233b7e;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 !important;
    border-bottom: none !important;
}

.impv-mobile-social a:hover {
    background: linear-gradient(135deg, #233b7e 0%, #3a7bd5 100%);
    color: white;
    transform: translateY(-5px) rotate(5deg);
    padding-left: 0 !important;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
    .impv-nav ul {
        gap: 30px;
    }
    .impv-nav-cta {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .impv-nav {
        display: none;
    }
    .impv-mobile-toggle {
        display: block;
    }
    .impv-logo-img {
        height: 50px;
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .impv-header-container {
        padding: 0 15px;
    }
    .impv-logo-img {
        height: 45px;
        max-width: 156px;
    }
    .impv-mobile-panel {
        padding: 100px 30px 30px;
        width: 85%;
    }
}


/*--------------------------------------------------------------
# CERTIFICATE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BANNER SUB
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BANNER MAIN
--------------------------------------------------------------*/

.banner-slider-simple {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* DESKTOP */
.desktop-only { display: block !important; }
.mobile-only  { display: none  !important; }

/* ---- Slide image ---- */
.slide-simple {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Dark overlay */
.slide-simple::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(26, 44, 95, 0.80) 0%,
        rgba(35, 59, 126, 0.55) 50%,
        rgba(35, 59, 126, 0.20) 100%
    );
    z-index: 1;
}

/* ---- Video slide ---- */
.video-slide-simple {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.video-slide-simple video,
.video-slide-simple iframe {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    object-fit: cover;
}

.video-overlay-simple {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(26, 44, 95, 0.80) 0%,
        rgba(35, 59, 126, 0.50) 50%,
        rgba(35, 59, 126, 0.20) 100%
    );
    z-index: 2;
}

/* ---- Text content — NO box, directly on image ---- */
.slide-content-simple {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1080px;
    z-index: 10;
    padding: 0 40px;
}

.slide-content-left  { left: 8%; }
.slide-content-right { right: 8%; text-align: right; }

.slide-title-simple {
    font-size: 58px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    letter-spacing: -1px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.45);
    animation: fadeUp 0.8s ease both;
}

.slide-content-right .slide-title-simple::after {
    margin-left: auto;
}

.slide-caption-simple {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.88);
    margin: 20px 0 0 0;
    line-height: 1.7;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    animation: fadeUp 0.8s ease 0.15s both;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Navigation ---- */
.swiper-button-prev,
.swiper-button-next {
    background: rgba(255, 255, 255, 0.90) !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 20px rgba(26, 44, 95, 0.25) !important;
    transition: background 0.25s, transform 0.25s !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #233b7e !important;
    transform: scale(1.08) !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #233b7e !important;
    transition: color 0.25s !important;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: #ffffff !important;
}

/* ---- Pagination ---- */
.swiper-pagination { bottom: 28px !important; z-index: 20; }

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255,255,255,0.5) !important;
    opacity: 1 !important;
    border: 2px solid #ffffff !important;
    margin: 0 6px !important;
    transition: all 0.35s ease !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    width: 32px !important;
    border-radius: 5px !important;
}

/* ---- Progress bar ---- */
.slider-progress {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.15);
    z-index: 20;
}

.slider-progress-bar {
    height: 100%;
    width: 0%;
    background: #ffffff;
    animation: progressBar 6s linear;
}

@keyframes progressBar {
    from { width: 0%; }
    to   { width: 100%; }
}

/* ============================================
   MOBILE
   ============================================ */
@media (max-width: 768px) {
    .desktop-only { display: none  !important; }
    .mobile-only  { display: block !important; }

    /* Wrapper — relative so overlay + text can sit on top */
    .mobile-slide {
        position: relative;
        overflow: hidden;
        height: 100vh;
        min-height: 500px;
    }

    /* Dark gradient overlay — same feel as desktop */
    .mobile-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
            rgba(26, 44, 95, 0.80) 0%,
            rgba(35, 59, 126, 0.55) 60%,
            rgba(35, 59, 126, 0.20) 100%
        );
        z-index: 2;
    }

    /* Image fills the slide */
    .mobile-image {
        height: 100%;
    }

    .mobile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Video fills the slide */
    .mobile-video {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .mobile-video video,
    .mobile-video iframe {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; height: 100%;
        object-fit: cover;
    }

    /* Text overlaid — centred on top of image/video */
    .mobile-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 85%;
        text-align: center;
    }

    .mobile-title {
        font-size: 26px;
        font-weight: 900;
        color: #ffffff;
        margin: 0 0 12px 0;
        line-height: 1.25;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    }

    .mobile-caption {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.88);
        margin: 0;
        line-height: 1.6;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 42px !important;
        height: 42px !important;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 16px !important;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 992px) {
    .slide-simple, .video-slide-simple { height: 560px; }
    .slide-title-simple { font-size: 42px; }
    .slide-caption-simple { font-size: 18px; }
    .slide-content-simple { max-width: 500px; }
}

/* Large */
@media (min-width: 1920px) {
    .slide-simple, .video-slide-simple { height: 820px; }
    .slide-title-simple { font-size: 70px; }
    .slide-caption-simple { font-size: 24px; }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

.imp-contact-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f0f5ff 0%, #e8efff 100%);
    position: relative;
    overflow: hidden;
}

.imp-contact-section::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    background: rgba(35, 59, 126, 0.03);
    border-radius: 50%;
    top: -250px; right: -250px;
    pointer-events: none;
}

.imp-contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── LEFT PANEL ── */
.imp-contact-info { display: flex; flex-direction: column; gap: 0; }

.imp-contact-info .imp-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.imp-contact-info .imp-badge-line {
    display: block; height: 1px; width: 40px;
    background: #233b7e; opacity: 0.4;
}

.imp-contact-info .imp-badge-text {
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: #233b7e; opacity: 0.7;
}

.imp-contact-info h2 {
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.imp-contact-info h2 em {
    font-style: normal;
    color: #233b7e;
    position: relative;
}

.imp-contact-info h2 em::after {
    content: '';
    position: absolute;
    left: 0; bottom: 2px;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #233b7e, transparent);
    border-radius: 2px;
}

.imp-contact-info > p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 40px;
}

.imp-contact-details { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }

.imp-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(35, 59, 126, 0.07);
    box-shadow: 0 4px 20px rgba(35, 59, 126, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.imp-contact-detail:hover {
    border-color: #233b7e;
    box-shadow: 0 8px 30px rgba(35, 59, 126, 0.12);
    transform: translateX(5px);
}

.imp-contact-detail-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(35, 59, 126, 0.07);
    border-radius: 10px;
    color: #233b7e;
}

.imp-contact-detail-icon svg { width: 20px; height: 20px; }

.imp-contact-detail-body { display: flex; flex-direction: column; gap: 3px; }

.imp-contact-detail-body strong {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.imp-contact-detail-body span,
.imp-contact-detail-body a {
    font-size: 0.97rem;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.imp-contact-detail-body a:hover { color: #233b7e; }

.imp-hours-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(35, 59, 126, 0.07);
    box-shadow: 0 4px 20px rgba(35, 59, 126, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.imp-hours-card:hover {
    border-color: #233b7e;
    box-shadow: 0 8px 30px rgba(35, 59, 126, 0.12);
    transform: translateX(5px);
}

.imp-hours-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(35, 59, 126, 0.07);
    border-radius: 10px;
    color: #233b7e;
}

.imp-hours-icon svg { width: 20px; height: 20px; }

.imp-hours-body { display: flex; flex-direction: column; gap: 6px; }

.imp-hours-body strong {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.imp-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.imp-hours-day {
    font-size: 0.97rem;
    font-weight: 600;
    color: #111827;
}

.imp-hours-time {
    font-size: 0.92rem;
    color: #6b7280;
    font-weight: 500;
}

/* ── RIGHT PANEL — FORM ── */
.imp-contact-form-wrap {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 44px;
    box-shadow: 0 20px 60px rgba(35, 59, 126, 0.1);
    border: 1px solid rgba(35, 59, 126, 0.07);
}

.imp-form-heading {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    text-align: center;
}

.imp-contact-form { display: flex; flex-direction: column; gap: 18px; }

.imp-form-group { position: relative; }

.imp-form-group label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 7px;
}

.imp-form-group input,
.imp-form-group textarea,
.imp-form-group select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.97rem;
    font-weight: 500;
    color: #111827;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.imp-form-group textarea { min-height: 130px; resize: vertical; }

.imp-form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.imp-form-group input:focus,
.imp-form-group textarea:focus,
.imp-form-group select:focus {
    outline: none;
    border-color: #233b7e;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(35, 59, 126, 0.08);
}

.imp-form-group input::placeholder,
.imp-form-group textarea::placeholder { color: #c4c9d4; }

.imp-form-required {
    font-size: 0.72rem;
    color: #9ca3af;
    margin-top: 20px;
    margin-bottom: 0;
}

.imp-captcha-wrap {
    background: #f8f9fc;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.imp-captcha-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #6b7280;
}

.imp-math-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.imp-math-question {
    font-size: 1rem;
    font-weight: 800;
    color: #233b7e;
    background: #ffffff;
    border: 1.5px solid rgba(35, 59, 126, 0.15);
    border-radius: 8px;
    padding: 10px 18px;
    white-space: nowrap;
    flex-shrink: 0;
}

.imp-math-input {
    flex: 1;
    padding: 10px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #111827;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.imp-math-input:focus {
    outline: none;
    border-color: #233b7e;
    box-shadow: 0 0 0 3px rgba(35, 59, 126, 0.08);
}

.imp-recaptcha-wrap { margin-top: 4px; }

/* Make reCAPTCHA scale on small screens */
@media (max-width: 400px) {
    .imp-recaptcha-wrap { transform: scale(0.85); transform-origin: left top; }
}

.imp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 32px;
    background: #233b7e;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(35, 59, 126, 0.25);
    margin-top: 6px;
}

.imp-submit-btn:hover {
    background: #1a2c5f;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(35, 59, 126, 0.35);
}

.imp-submit-btn svg { width: 17px; height: 17px; transition: transform 0.2s ease; flex-shrink: 0; }
.imp-submit-btn:hover svg { transform: translateX(3px); }
.imp-submit-btn.loading { opacity: 0.7; cursor: not-allowed; transform: none; }

/* ── MAP ── */
.imp-map-section {
    padding: 0;
    background: #ffffff;
    position: relative;
}

.imp-map-frame {
    width: 100%;
    height: 480px;
    border: none;
    display: block;
    filter: grayscale(15%);
    transition: filter 0.3s ease;
}

.imp-map-frame:hover { filter: grayscale(0%); }

/* ── RESPONSIVE ── */

/* Large tablets / small desktops */
@media (max-width: 1100px) {
    .imp-contact-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 0 30px;
    }
    .imp-contact-section { padding: 90px 0; }
}

/* Tablets — stack vertically */
@media (max-width: 1024px) {
    .imp-contact-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }
    .imp-contact-section { padding: 80px 0; }

    /* Cap info panel width so it doesn't stretch too wide when stacked */
    .imp-contact-info { max-width: 640px; margin: 0 auto; width: 100%; }
    .imp-contact-form-wrap { max-width: 640px; margin: 0 auto; width: 100%; }
}

/* Phablets */
@media (max-width: 768px) {
    .imp-contact-section { padding: 60px 0; }
    .imp-contact-wrap { padding: 0 20px; gap: 40px; }
    .imp-contact-form-wrap { padding: 36px 24px; }
    .imp-map-frame { height: 360px; }
    .imp-hours-row { gap: 20px; }

    .imp-contact-info { max-width: 100%; }
    .imp-contact-form-wrap { max-width: 100%; }

    /* Slightly smaller heading on tablet */
    .imp-contact-info h2 { font-size: clamp(1.8rem, 5vw, 2.6rem); }
    .imp-form-heading { font-size: 1.35rem; }
}

/* Mobile */
@media (max-width: 560px) {
    .imp-contact-section { padding: 50px 20px; }
    .imp-contact-wrap { padding: 0; gap: 32px; }

    /* Flatten form card — no floating white box on small screens */
    .imp-contact-form-wrap {
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .imp-contact-form-wrap .imp-form-heading {
        font-size: 1.25rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .imp-contact-detail,
    .imp-hours-card { padding: 16px 18px; gap: 14px; }

    .imp-contact-detail-icon,
    .imp-hours-icon { width: 38px; height: 38px; }

    .imp-contact-detail-body span,
    .imp-contact-detail-body a { font-size: 0.9rem; }

    .imp-contact-form { gap: 14px; }

    .imp-form-group input,
    .imp-form-group textarea,
    .imp-form-group select {
        font-size: 0.95rem;
        padding: 12px 14px;
        background: #ffffff;
    }

    .imp-submit-btn { font-size: 0.88rem; padding: 14px 24px; }
}

/* Small mobile */
@media (max-width: 480px) {
    .imp-contact-info h2 { font-size: 1.75rem; }
    .imp-map-frame { height: 280px; }

    .imp-math-row { flex-direction: column; align-items: stretch; }
    .imp-math-question { text-align: center; }

    .imp-hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

/* Extra small */
@media (max-width: 360px) {
    .imp-contact-wrap { padding: 0 12px; }
    .imp-contact-form-wrap { padding: 22px 14px; }
    .imp-contact-info h2 { font-size: 1.55rem; }
}


/*--------------------------------------------------------------
# CERTIFICATES
--------------------------------------------------------------*/

#improvage-cert-section {
    --primary: #233b7e;
    --accent:  #3a7bd5;
    --border-radius: 12px;
    font-family: 'Poppins', sans-serif;
}
#improvage-cert-section * { box-sizing: border-box; }

#improvage-cert-section .cert-section {
    padding: 100px 20px !important;
    background: #ffffff !important;
    width: 100% !important;
    margin: 0 !important;
}
#improvage-cert-section .cert-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* ── Header ── */
#improvage-cert-section .cert-header    { text-align: center !important; margin-bottom: 70px !important; }
#improvage-cert-section .cert-badge-row { display: flex !important; align-items: center !important; justify-content: center !important; gap: 14px !important; margin-bottom: 18px !important; }
#improvage-cert-section .cert-badge-line{ display: block !important; height: 1px !important; width: 40px !important; background: #233b7e !important; opacity: .4 !important; }
#improvage-cert-section .cert-badge-text{ font-size: .75rem !important; font-weight: 700 !important; letter-spacing: .2em !important; text-transform: uppercase !important; color: #233b7e !important; opacity: .7 !important; }
#improvage-cert-section .cert-title     { font-size: clamp(2.2rem,4vw,3.4rem) !important; font-weight: 900 !important; color: #111827 !important; line-height: 1.1 !important; letter-spacing: -.02em !important; margin: 0 0 8px !important; }
#improvage-cert-section .cert-title em  { font-style: normal !important; color: #233b7e !important; position: relative !important; }
#improvage-cert-section .cert-title em::after { content: '' !important; position: absolute !important; left: 0 !important; bottom: 2px !important; width: 100% !important; height: 3px !important; background: linear-gradient(90deg,#233b7e,transparent) !important; border-radius: 2px !important; }
#improvage-cert-section .cert-subtitle  { font-size: 1rem !important; font-weight: 600 !important; color: #6b7280 !important; letter-spacing: .05em !important; text-transform: uppercase !important; margin: 0 !important; }

/* ── Grid ── */
#improvage-cert-section .cert-grid { display: flex !important; flex-wrap: wrap !important; gap: 30px !important; justify-content: center !important; }

/* ── Card ── */
#improvage-cert-section .cert-card {
    width: calc(33.333% - 20px) !important;
    min-width: 280px !important;
    background: #f8faff !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden !important;
    border: 1px solid rgba(35,59,126,.1) !important;
    box-shadow: 0 8px 30px rgba(35,59,126,.07) !important;
    transition: all .3s ease !important;
    cursor: pointer !important;
}
#improvage-cert-section .cert-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(35,59,126,.15) !important;
    border-color: rgba(35,59,126,.3) !important;
}

/* ── Image area ── */
#improvage-cert-section .cert-img-wrap {
    position: relative !important;
    height: 220px !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-bottom: 1px solid rgba(35,59,126,.08) !important;
    padding: 12px !important;
}
#improvage-cert-section .cert-thumb {
    max-width: 100% !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    transition: transform .5s ease !important;
    pointer-events: none !important;
    -webkit-user-drag: none !important;
}
#improvage-cert-section .cert-card:hover .cert-thumb { transform: scale(1.06) !important; }

#improvage-cert-section .cert-img-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(35,59,126,.85) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    opacity: 0 !important;
    transition: opacity .4s !important;
    z-index: 3 !important;
}
#improvage-cert-section .cert-card:hover .cert-img-overlay { opacity: 1 !important; }
#improvage-cert-section .cert-img-overlay i    { font-size: 2rem !important; color: #fff !important; }
#improvage-cert-section .cert-img-overlay span { font-size: .85rem !important; color: rgba(255,255,255,.9) !important; font-weight: 600 !important; letter-spacing: 1px !important; }

/* ── Label ── */
#improvage-cert-section .cert-card-label { padding: 16px 20px !important; display: flex !important; align-items: center !important; gap: 10px !important; }
#improvage-cert-section .cert-label-dot  { width: 6px !important; height: 6px !important; border-radius: 50% !important; background: #233b7e !important; flex-shrink: 0 !important; }
#improvage-cert-section .cert-label-text { font-size: .85rem !important; font-weight: 600 !important; color: #233b7e !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }

/* ── Lightbox ── */
#impr-lb {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s;
}
#impr-lb.active { opacity: 1; visibility: visible; pointer-events: all; }

#impr-lb-inner {
    position: relative;
    max-width: 880px;
    width: 100%;
    animation: imprPop .32s ease;
}
@keyframes imprPop {
    from { opacity: 0; transform: scale(.88); }
    to   { opacity: 1; transform: scale(1); }
}

#impr-lb-bar {
    padding: 16px 56px 14px 24px;
    background: linear-gradient(135deg, #f8f9fc, #e8efff);
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(35,59,126,.1);
}
#impr-lb-bar h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #233b7e;
    margin: 0;
    font-family: Poppins, sans-serif;
    letter-spacing: -.01em;
}

#impr-lb-close {
    position: absolute;
    top: 10px; right: 10px;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #233b7e;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    z-index: 10;
    transition: background .25s, transform .25s;
    font-family: sans-serif;
}
#impr-lb-close:hover { background: #3a7bd5; transform: rotate(90deg); }

#impr-lb-zoom {
    position: relative;
    height: 68vh;
    background: #f8f9fc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    user-select: none;
    -webkit-user-select: none;
}
#impr-lb-zoom.zoomed { cursor: zoom-out; }

#impr-lb-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center center;
    transition: transform .18s ease, opacity .2s ease;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
}

#impr-lb-hint {
    position: absolute;
    top: 10px; left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.45);
    color: rgba(255,255,255,.7);
    font-size: .7rem;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: .05em;
    white-space: nowrap;
    pointer-events: none;
    z-index: 4;
    font-family: Poppins, sans-serif;
}

#impr-lb-controls {
    position: absolute;
    bottom: 12px; right: 12px;
    display: flex;
    gap: 6px;
    z-index: 5;
}
.impr-zb {
    width: 34px; height: 34px;
    border-radius: 6px;
    background: rgba(35,59,126,.85);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    font-family: sans-serif;
}
.impr-zb:hover { background: rgba(58,123,213,.9); }

#impr-lb-pct {
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.8);
    font-size: .7rem;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    min-width: 46px;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.1);
    font-family: Poppins, sans-serif;
}

#impr-lb-foot {
    padding: 12px 20px;
    background: #f8f9fc;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgba(35,59,126,.1);
    display: flex;
    justify-content: flex-end;
}
#impr-lb-foot button {
    padding: 9px 22px;
    border-radius: 4px;
    border: 1.5px solid #233b7e;
    color: #233b7e;
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: Poppins, sans-serif;
    transition: background .25s, color .25s;
}
#impr-lb-foot button:hover { background: #233b7e; color: #fff; }

/* ── Lightbox user-select block ── */
#impr-lb, #impr-lb * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

/* ── Responsive ── */
@media (max-width: 992px) { #improvage-cert-section .cert-card { width: calc(50% - 15px) !important; } }
@media (max-width: 768px) {
    #improvage-cert-section .cert-section  { padding: 60px 20px !important; }
    #improvage-cert-section .cert-header   { margin-bottom: 50px !important; }
    #improvage-cert-section .cert-title    { font-size: 2rem !important; }
    #improvage-cert-section .cert-img-wrap { height: 180px !important; }
}
@media (max-width: 600px) { #impr-lb-zoom { height: 55vh; } }
@media (max-width: 480px) { #improvage-cert-section .cert-card { width: 100% !important; } }

/*--------------------------------------------------------------
# FOOTERLINKS
--------------------------------------------------------------*/

.imp-footer {
    background: #1a2c5f;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    overflow: hidden;
}

.imp-footer::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
    top: -250px;
    right: -250px;
    pointer-events: none;
}

.imp-footer-top {
    padding: 70px 0 50px;
    position: relative;
    z-index: 1;
}

.imp-footer .container,
.imp-footer .container-fluid {
    display: block !important;
}

.imp-footer-grid {
    display: grid !important;
    grid-template-columns: 0fr 0fr fr !important;
    grid-template-areas: "links cert contact" !important;
    gap: 0 !important;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.imp-footer-grid > .imp-footer-col--links   { grid-area: links;   padding-right: 40px; border-right: 1px solid rgba(255,255,255,0.08); }
.imp-footer-grid > .imp-footer-col--center  { grid-area: cert;    padding: 0 40px;     border-right: 1px solid rgba(255,255,255,0.08); }
.imp-footer-grid > .imp-footer-col--contact { grid-area: contact; padding-left: 40px;  }

@media (max-width: 1200px) {
    .imp-footer-grid > .imp-footer-col--center  { padding: 0 30px; }
    .imp-footer-grid > .imp-footer-col--contact { padding-left: 30px; }
}

@media (max-width: 992px) {
    .imp-footer-grid > .imp-footer-col--links   { padding-right: 20px; }
    .imp-footer-grid > .imp-footer-col--center  { padding: 0 20px; }
    .imp-footer-grid > .imp-footer-col--contact { padding-left: 20px; }
    .imp-cert-grid { grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); }
}

@media (max-width: 768px) {
    .imp-footer-top { padding: 50px 0 36px; }
    .imp-footer-grid {
        grid-template-columns: 1fr 2fr !important;
        grid-template-areas:
            "links cert"
            "contact contact" !important;
    }
    .imp-footer-grid > .imp-footer-col--links {
        padding: 0 20px 0 0;
        border-right: 1px solid rgba(255,255,255,0.08);
    }
    .imp-footer-grid > .imp-footer-col--center {
        padding: 0 0 0 20px;
        border-right: none;
    }
    .imp-footer-grid > .imp-footer-col--contact {
        padding: 32px 0 0 0;
        margin-top: 32px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .imp-cert-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
}

@media (max-width: 576px) {
    .imp-footer-top { padding: 40px 0 28px; }
    .imp-footer-grid {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "links"
            "cert"
            "contact" !important;
    }
    .imp-footer-grid > .imp-footer-col--links {
        padding: 0 0 28px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .imp-footer-grid > .imp-footer-col--center {
        padding: 28px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .imp-footer-grid > .imp-footer-col--contact {
        padding: 28px 0 0 0;
        margin-top: 0;
        border-top: none;
    }
    .imp-cert-grid { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); }
    .imp-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}

/* ── Heading ── */
.imp-footer-heading {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.imp-footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 36px;
    height: 2px;
    background: #3a7bd5;
    border-radius: 2px;
}

/* ── Quick Links ── */
.imp-footer-links { list-style: none; padding: 0; margin: 0; }
.imp-footer-links li { margin-bottom: 12px; }
.imp-footer-links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}
.imp-footer-links a svg {
    width: 13px; height: 13px;
    color: #3a7bd5; flex-shrink: 0;
    transition: transform 0.2s ease;
}
.imp-footer-links a:hover { color: #ffffff; transform: translateX(4px); }
.imp-footer-links a:hover svg { transform: translateX(2px); }

/* ── Certifications ── */
.imp-footer-cert-desc {
    font-size: 0.87rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
    line-height: 1.6;
}
.imp-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 14px;
    align-items: center;
}
.imp-cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 16px 12px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.imp-cert-badge:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(58, 123, 213, 0.35);
    transform: translateY(-3px);
}
.imp-cert-badge img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.2s ease;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}
.imp-cert-badge:hover img { opacity: 1; }
.imp-cert-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.02em;
    line-height: 1.3;
}

/* ── Contact ── */
.imp-footer-contact { list-style: none; padding: 0; margin: 0 0 24px 0; }
.imp-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}
.imp-contact-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(58, 123, 213, 0.12);
    border-radius: 8px; color: #5a9bff; margin-top: 2px;
}
.imp-contact-icon svg { width: 16px; height: 16px; }
.imp-footer-contact a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s ease;
}
.imp-footer-contact a:hover { color: #ffffff; }

/* ── Social ── */
.imp-footer-social { display: flex; gap: 10px; }
.imp-social-link {
    width: 40px; height: 40px; border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255, 255, 255, 0.65); font-size: 15px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.imp-social-link:hover {
    background: #3a7bd5; color: #ffffff;
    border-color: #3a7bd5; transform: translateY(-3px);
}

/* ── Bottom Bar ── */
.imp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    position: relative; z-index: 1;
}
.imp-footer-bottom-inner {
    display: flex; justify-content: center; gap: 20px;
}
.imp-footer-bottom p {
    font-size: 0.83rem; color: rgba(255, 255, 255, 0.4); margin: 0;
}
.imp-footer-bottom a {
    color: #5a9bff; text-decoration: none;
    font-weight: 600; transition: color 0.2s ease;
}
.imp-footer-bottom a:hover { color: #ffffff; }

/* ── Lightbox ── */
#ft-lb { transition: opacity .3s, visibility .3s; }
#ft-lb-close { transition: background .25s, transform .25s; }
#ft-lb-close:hover { background: #3a7bd5 !important; transform: rotate(90deg); }
#ft-zin:hover, #ft-zout:hover, #ft-zrst:hover { background: rgba(58,123,213,.9) !important; }
#ft-lb-close2:hover { background: #233b7e !important; color: #fff !important; }
@media (max-width: 600px) { #ft-lb-zoom { height: 55vh !important; } }

/*--------------------------------------------------------------
# CERTIFICATES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CERTIFICATES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CERTIFICATES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CERTIFICATES
--------------------------------------------------------------*/
