html {
    scroll-behavior: smooth;
}

.HomePage .HeroSection .Left .t1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    color: #3d3d3d;
}

.HomePage .HeroSection .Left .des {
    font-weight: 600;
}

.HomePage .HeroSection .Left .calc {
    font-weight: 800;
}

.header .logo {
    max-width: 270px;
}

.HomePage .HeroSection .Left .Movie button {
    width: 167px;
    background-position: center;
    height: 195px;
    background-size: contain;
}

#sendTrackIds span {
    font-size: 15px;
}

.HomePage .Services {
    flex-direction: column;
}

.HomePage .HeroSection .Left .register {
    font-weight: 800;
}

.HomePage .HeroSection .Left .Movie .title {
    font-weight: 600;
}

/* =====================================
   Contact / تماس با ما
===================================== */

.mida-contact-page {
    direction: rtl;
    background: #f7f9fc;
    padding-bottom: 60px;
}

.mida-contact-header {
    background: #e8f2fd;
    padding: 70px 0 110px;
    border-radius: 0 0 35px 35px;
    text-align: center;
}

.mida-contact-main-title {
    color: #0a5ea8;
    font-weight: 800;
    font-size: 32px;
    margin: 0 0 14px;
    line-height: 1.5;
}

.mida-contact-subtitle {
    color: #6b7280;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 520px;
    line-height: 1.9;
}

.mida-contact-body {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.mida-contact-info-card,
.mida-contact-form-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.08);
    height: 100%;
}

.mida-contact-info-card {
    padding: 28px 24px;
    background: linear-gradient(160deg, #254684 0%, #0a5ea8 55%, #118ac1 100%);
    color: #fff;
}

.mida-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mida-contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 6px;
}

.mida-contact-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #18d2a4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(24, 210, 164, 0.35);
}

.mida-contact-info-icon i {
    color: #fff;
    font-size: 20px;
}

.mida-contact-info-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-contact-info-content p,
.mida-contact-info-content a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
    margin: 0 0 4px;
    text-decoration: none;
}

.mida-contact-info-content a:hover {
    color: #b6f4ed !important;
}

.mida-contact-info-content .ltr,
.mida-contact-input.ltr {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

.mida-contact-form-card {
    padding: 34px 32px 28px;
}

.mida-contact-form-head {
    margin-bottom: 24px;
}

.mida-contact-form-head h3 {
    color: #0a5ea8;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-contact-form-head p {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.8;
}

.mida-contact-label {
    display: block;
    text-align: right;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mida-contact-form .mida-contact-input {
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #d7e3f0;
    border-radius: 12px;
    background: #f8fbff;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mida-contact-form .mida-contact-input:focus {
    border-color: #118ac1;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(17, 138, 193, 0.12);
    outline: none;
}

.mida-contact-textarea {
    resize: vertical;
    min-height: 140px !important;
    line-height: 1.8;
}

.mida-contact-submit {
    min-width: 180px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #0a5ea8 0%, #118ac1 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    padding: 0 28px;
    box-shadow: 0 10px 22px rgba(10, 94, 168, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mida-contact-submit:hover,
.mida-contact-submit:focus {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(10, 94, 168, 0.34);
}

.mida-contact-map {
    margin-top: 50px;
    padding: 0 0 20px;
}

.mida-contact-map-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.08);
    background: #fff;
}

.mida-contact-map-frame iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.mida-contact-page .alert {
    margin-top: 24px;
}
.HomePage .HeroSection .Right {
    background: unset !important;
}

.HomePage .HeroSection .Right .Hand {
    height: 70vh;
    aspect-ratio: 3.2;
    object-fit: contain;
    margin: 10px 5px;
}
.btn{
    color: var(--vc-clr-primary) !important;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: unset !important;

}

@media screen and (max-width: 991px) {
    .mida-contact-header {
        padding: 50px 0 90px;
    }

    .mida-contact-main-title {
        font-size: 26px;
    }

    .mida-contact-form-card {
        padding: 26px 20px 22px;
    }

    .mida-contact-body {
        margin-top: -55px;
    }
}

.CreditGuidePage .flowDiv .left .imgDiv,
.CreditGuidePage .flowDiv .right .imgDiv {
    background: unset;
}



@media screen and (max-width: 768px) {
    .HomePage .Services .Items {
        flex-direction: column;
    }

    .footer {
        margin-top: 90px !important;
    }

    .mida-contact-main-title {
        font-size: 22px;
    }

    .mida-contact-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }

    .mida-contact-info-card {
        margin-bottom: 8px;
    }

    .mida-contact-submit {
        width: 100%;
    }
}

/* =====================================
   About / درباره ما
===================================== */

.mida-about-page {
    direction: rtl;
    background: #f7f9fc;
    padding-bottom: 70px;
    overflow: hidden;
}

.mida-about-header {
    position: relative;
    background: radial-gradient(circle at 12% 20%, rgba(24, 210, 164, 0.18), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(17, 138, 193, 0.2), transparent 40%),
    linear-gradient(180deg, #e8f2fd 0%, #f0f6fd 100%);
    padding: 70px 0 120px;
    border-radius: 0 0 35px 35px;
    text-align: center;
}

.mida-about-header::before,
.mida-about-header::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mida-about-header::before {
    width: 180px;
    height: 180px;
    background: rgba(10, 94, 168, 0.06);
    top: 20px;
    right: 8%;
}

.mida-about-header::after {
    width: 120px;
    height: 120px;
    background: rgba(24, 210, 164, 0.1);
    bottom: 40px;
    left: 10%;
}

.mida-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0a5ea8;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(10, 94, 168, 0.1);
    margin-bottom: 18px;
}

.mida-about-badge i {
    color: #18d2a4;
}

.mida-about-main-title {
    color: #0a5ea8;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 14px;
    line-height: 1.5;
}

.mida-about-subtitle {
    color: #6b7280;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 640px;
    line-height: 1.9;
}

.mida-about-body {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.mida-about-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.08);
    padding: 36px 34px;
    height: 100%;
}

.mida-about-section {
    margin-bottom: 28px;
}

.mida-about-kicker {
    display: inline-block;
    color: #18d2a4;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.mida-about-title {
    color: #0a5ea8;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.6;
}

.mida-about-text {
    color: #4b5563;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 14px;
    text-align: justify;
}

.mida-about-text:last-child {
    margin-bottom: 0;
}

.mida-about-text strong,
.mida-about-text b {
    color: #0a5ea8;
    font-weight: 800;
}

.mida-about-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.1);
    height: 100%;
    min-height: 320px;
    background: linear-gradient(160deg, #254684 0%, #0a5ea8 55%, #118ac1 100%);
}

.mida-about-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.mida-about-media-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px 24px;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 50, 90, 0.78) 100%);
    color: #fff;
}

.mida-about-media-overlay span {
    display: inline-block;
    background: #18d2a4;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.mida-about-media-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.mida-about-float {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, 0.95);
    color: #0a5ea8;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.mida-about-float i {
    color: #18d2a4;
    font-size: 16px;
}

.mida-about-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mida-about-pillar {
    background: #f8fbff;
    border: 1px solid #e4eef8;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mida-about-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(10, 94, 168, 0.1);
    border-color: #c9def2;
}

.mida-about-pillar-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a5ea8 0%, #118ac1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(10, 94, 168, 0.25);
}

.mida-about-pillar-icon i {
    color: #fff;
    font-size: 18px;
}

.mida-about-pillar h4 {
    color: #0a5ea8;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-about-pillar p {
    color: #6b7280;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.mida-about-timeline {
    position: relative;
    padding: 8px 0;
}

.mida-about-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 2px;
    background: linear-gradient(180deg, #18d2a4 0%, #0a5ea8 100%);
    opacity: 0.35;
}

.mida-about-timeline-item {
    position: relative;
    padding: 0 54px 28px 0;
}

.mida-about-timeline-item:last-child {
    padding-bottom: 0;
}

.mida-about-timeline-dot {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #18d2a4;
    border: 4px solid #e8f8f4;
    box-shadow: 0 0 0 3px rgba(24, 210, 164, 0.25);
}

.mida-about-timeline-item h4 {
    color: #0a5ea8;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-about-timeline-item p {
    color: #4b5563;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.9;
    margin: 0;
}

.mida-about-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.mida-about-compare-box {
    border-radius: 18px;
    padding: 24px 22px;
}

.mida-about-compare-box.old {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.mida-about-compare-box.new {
    background: linear-gradient(160deg, #254684 0%, #0a5ea8 55%, #118ac1 100%);
    color: #fff;
}

.mida-about-compare-box h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mida-about-compare-box.old h4 {
    color: #64748b;
}

.mida-about-compare-box.new h4 {
    color: #fff;
}

.mida-about-compare-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mida-about-compare-box li {
    position: relative;
    padding: 0 22px 10px 0;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.8;
}

.mida-about-compare-box.old li {
    color: #6b7280;
}

.mida-about-compare-box.new li {
    color: rgba(255, 255, 255, 0.92);
}

.mida-about-compare-box li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.mida-about-compare-box.old li::before {
    background: #cbd5e1;
}

.mida-about-compare-box.new li::before {
    background: #18d2a4;
}

.mida-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.mida-about-tag {
    background: #eef6ff;
    color: #0a5ea8;
    font-size: 12.5px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d7e8f8;
}

.mida-about-brand {
    background: linear-gradient(115deg, #51439b 0%, #0a5ea8 48%, #22c5d2 100%);
    border-radius: 24px;
    padding: 40px 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(10, 94, 168, 0.22);
}

.mida-about-brand::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -80px;
    left: -60px;
}

.mida-about-brand::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(24, 210, 164, 0.16);
    bottom: -70px;
    right: 8%;
}

.mida-about-brand-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 28px;
    align-items: center;
}

.mida-about-brand h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.6;
}

.mida-about-brand p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14.5px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 18px;
    text-align: justify;
}

.mida-about-brand-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #18d2a4;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 22px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(24, 210, 164, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.mida-about-brand-cta:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.mida-about-brand-visual {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    min-height: 220px;
    background: rgba(255, 255, 255, 0.08);
}

.mida-about-brand-visual img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.mida-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 8px;
}

.mida-about-stat {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
}

.mida-about-stat strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.mida-about-stat span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 700;
}

@keyframes midaAboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mida-about-animate {
    animation: midaAboutFadeUp 0.7s ease both;
}

.mida-about-animate.delay-1 {
    animation-delay: 0.08s;
}

.mida-about-animate.delay-2 {
    animation-delay: 0.16s;
}

.mida-about-animate.delay-3 {
    animation-delay: 0.24s;
}

@media screen and (max-width: 991px) {
    .mida-about-header {
        padding: 50px 0 95px;
    }

    .mida-about-main-title {
        font-size: 26px;
    }

    .mida-about-body {
        margin-top: -55px;
    }

    .mida-about-card {
        padding: 26px 20px;
    }

    .mida-about-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .mida-about-compare {
        grid-template-columns: 1fr;
    }

    .mida-about-brand-inner {
        grid-template-columns: 1fr;
    }

    .mida-about-brand {
        padding: 28px 22px;
    }

    .mida-about-media {
        margin-bottom: 18px;
        min-height: 260px;
    }

    .mida-about-media img {
        min-height: 260px;
    }
}

@media screen and (max-width: 768px) {
    .mida-about-main-title {
        font-size: 22px;
    }

    .mida-about-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }

    .mida-about-title {
        font-size: 20px;
    }

    .mida-about-pillars,
    .mida-about-stats {
        grid-template-columns: 1fr;
    }

    .mida-about-brand h2 {
        font-size: 20px;
    }

    .mida-about-timeline::before {
        right: 10px;
    }

    .mida-about-timeline-item {
        padding-right: 42px;
    }

    .mida-about-timeline-dot {
        right: 0;
    }
}

.mida-about-page {
    direction: rtl;
    background: #f7f9fc;
    padding-bottom: 70px;
    overflow: hidden;
}

.mida-about-header {
    position: relative;
    background: radial-gradient(circle at 12% 20%, rgba(24, 210, 164, 0.18), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(17, 138, 193, 0.2), transparent 40%),
    linear-gradient(180deg, #e8f2fd 0%, #f0f6fd 100%);
    padding: 70px 0 120px;
    border-radius: 0 0 35px 35px;
    text-align: center;
}

.mida-about-header::before,
.mida-about-header::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mida-about-header::before {
    width: 180px;
    height: 180px;
    background: rgba(10, 94, 168, 0.06);
    top: 20px;
    right: 8%;
}

.mida-about-header::after {
    width: 120px;
    height: 120px;
    background: rgba(24, 210, 164, 0.1);
    bottom: 40px;
    left: 10%;
}

.mida-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0a5ea8;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(10, 94, 168, 0.1);
    margin-bottom: 18px;
}

.mida-about-badge i {
    color: #18d2a4;
}

.mida-about-main-title {
    color: #0a5ea8;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 14px;
    line-height: 1.5;
}

.mida-about-subtitle {
    color: #6b7280;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 640px;
    line-height: 1.9;
}

.mida-about-body {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.mida-about-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.08);
    padding: 36px 34px;
    height: 100%;
}

.mida-about-section {
    margin-bottom: 28px;
}

.mida-about-kicker {
    display: inline-block;
    color: #18d2a4;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.mida-about-title {
    color: #0a5ea8;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.6;
}

.mida-about-text {
    color: #4b5563;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 14px;
    text-align: justify;
}

.mida-about-text:last-child {
    margin-bottom: 0;
}

.mida-about-text strong,
.mida-about-text b {
    color: #0a5ea8;
    font-weight: 800;
}

.mida-about-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(10, 94, 168, 0.1);
    height: 100%;
    min-height: 320px;
    background: linear-gradient(160deg, #254684 0%, #0a5ea8 55%, #118ac1 100%);
}

.mida-about-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.mida-about-media-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px 24px;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 50, 90, 0.78) 100%);
    color: #fff;
}

.mida-about-media-overlay span {
    display: inline-block;
    background: #18d2a4;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.mida-about-media-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}

.mida-about-float {
    position: absolute;
    top: 18px;
    left: 75%;
    background: rgba(255, 255, 255, 0.95);
    color: #0a5ea8;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.mida-about-float i {
    color: #18d2a4;
    font-size: 16px;
}

.mida-about-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mida-about-pillar {
    background: #f8fbff;
    border: 1px solid #e4eef8;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mida-about-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(10, 94, 168, 0.1);
    border-color: #c9def2;
}

.mida-about-pillar-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a5ea8 0%, #118ac1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(10, 94, 168, 0.25);
}

.mida-about-pillar-icon i {
    color: #fff;
    font-size: 18px;
}

.mida-about-pillar h4 {
    color: #0a5ea8;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-about-pillar p {
    color: #6b7280;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.mida-about-timeline {
    position: relative;
    padding: 8px 0;
}

.mida-about-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 2px;
    background: linear-gradient(180deg, #18d2a4 0%, #0a5ea8 100%);
    opacity: 0.35;
}

.mida-about-timeline-item {
    position: relative;
    padding: 0 54px 28px 0;
}

.mida-about-timeline-item:last-child {
    padding-bottom: 0;
}

.mida-about-timeline-dot {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #18d2a4;
    border: 4px solid #e8f8f4;
    box-shadow: 0 0 0 3px rgba(24, 210, 164, 0.25);
}

.mida-about-timeline-item h4 {
    color: #0a5ea8;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px;
}

.mida-about-timeline-item p {
    color: #4b5563;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.9;
    margin: 0;
}

.mida-about-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.mida-about-compare-box {
    border-radius: 18px;
    padding: 24px 22px;
}

.mida-about-compare-box.old {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.mida-about-compare-box.new {
    background: linear-gradient(160deg, #254684 0%, #0a5ea8 55%, #118ac1 100%);
    color: #fff;
}

.mida-about-compare-box h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mida-about-compare-box.old h4 {
    color: #64748b;
}

.mida-about-compare-box.new h4 {
    color: #fff;
}

.mida-about-compare-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mida-about-compare-box li {
    position: relative;
    padding: 0 22px 10px 0;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.8;
}

.mida-about-compare-box.old li {
    color: #6b7280;
}

.mida-about-compare-box.new li {
    color: rgba(255, 255, 255, 0.92);
}

.mida-about-compare-box li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.mida-about-compare-box.old li::before {
    background: #cbd5e1;
}

.mida-about-compare-box.new li::before {
    background: #18d2a4;
}

.mida-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.mida-about-tag {
    background: #eef6ff;
    color: #0a5ea8;
    font-size: 12.5px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #d7e8f8;
}

.mida-about-brand {
    background: linear-gradient(115deg, #51439b 0%, #0a5ea8 48%, #22c5d2 100%);
    border-radius: 24px;
    padding: 40px 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(10, 94, 168, 0.22);
}

.mida-about-brand::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -80px;
    left: -60px;
}

.mida-about-brand::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(24, 210, 164, 0.16);
    bottom: -70px;
    right: 8%;
}

.mida-about-brand-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 28px;
    align-items: center;
}

.mida-about-brand h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.6;
}

.mida-about-brand p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14.5px;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 18px;
    text-align: justify;
}

.mida-about-brand-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #18d2a4;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 22px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(24, 210, 164, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.mida-about-brand-cta:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.mida-about-brand-visual {
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    min-height: 220px;
    background: rgba(255, 255, 255, 0.08);
}

.mida-about-brand-visual img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.mida-about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 8px;
}

.mida-about-stat {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
}

.mida-about-stat strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.mida-about-stat span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 700;
}

@keyframes midaAboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mida-about-animate {
    animation: midaAboutFadeUp 0.7s ease both;
}

.mida-about-animate.delay-1 {
    animation-delay: 0.08s;
}

.mida-about-animate.delay-2 {
    animation-delay: 0.16s;
}

.mida-about-animate.delay-3 {
    animation-delay: 0.24s;
}

@media screen and (max-width: 991px) {
    .mida-about-header {
        padding: 50px 0 95px;
    }

    .mida-about-main-title {
        font-size: 26px;
    }

    .mida-about-body {
        margin-top: -55px;
    }

    .mida-about-card {
        padding: 26px 20px;
    }

    .mida-about-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .mida-about-compare {
        grid-template-columns: 1fr;
    }

    .mida-about-brand-inner {
        grid-template-columns: 1fr;
    }

    .mida-about-brand {
        padding: 28px 22px;
    }

    .mida-about-media {
        margin-bottom: 18px;
        min-height: 260px;
    }

    .mida-about-media img {
        min-height: 260px;
    }
}

.fa-chevron-down {
    display: none !important;
}

.accordion-button {


    text-align: right !important;

}

@media screen and (max-width: 768px) {
    .mida-about-main-title {
        font-size: 22px;
    }

    .HomePage .HeroSection .Left .register {
        font-size: 16px !important;
    }

    .HomePage .Services {
        padding-bottom: 55px;
        border: none;
    }

    .mida-about-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }

    .mida-about-title {
        font-size: 20px;
    }

    .mida-about-pillars,
    .mida-about-stats {
        grid-template-columns: 1fr;
    }

    .mida-about-brand h2 {
        font-size: 20px;
    }

    .mida-about-timeline::before {
        right: 10px;
    }

    .mida-about-timeline-item {
        padding-right: 42px;
    }

    .mida-about-timeline-dot {
        right: 0;
    }
}