.page-hero-container {
    display: flex;
    width: 100%;
    padding-top: 160px;
    padding-right: 60px;
    justify-content: space-between;
    align-items: center;
    background: #f7b531;
}
.page-hero-img {
    width: 579px;
    height: 577px;
    flex-shrink: 0;
}
.page-hero-title-box {
    display: flex;
    width: 461px;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    flex-shrink: 0;
}
.page-hero-title-box p {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px; /* 116% */
}
.regis-counter-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    align-self: stretch;
    background: #fff;
}
.regis-counter-container p:first-child {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px; /* 158.182% */
}
.regis-counter-container > p:nth-child(2) {
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 162.5% */
}
.regis-counter-container p:nth-child(2) span {
    font-weight: 700;
}

.counter-cards {
    display: flex;
    align-items: center;
    gap: 60px;
}
.single-card {
    display: flex;
    width: 130.67px;
    height: 144.237px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1.719px 21.492px 0 rgba(0, 0, 51, 0.15);
    flex-direction: column;
    justify-content: center;
}
.single-card p:first-child {
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 64.475px;
    font-style: normal;
    font-weight: 300;
    line-height: 64.475px; /* 100% */
}
.single-card p:nth-child(2) {
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 18.913px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.369px; /* 150% */
}
.whats-contact-box {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #0fba89;
    box-shadow: 6px 11px 15.3px 0 rgba(0, 0, 0, 0.25);
}
.whats-contact-wrapper {
    display: flex;
    align-items: center;
    gap: 131px;
}

.whats-contact-wrapper .side-img {
    display: flex;
    width: 296.35px;
    height: 296.35px;
    padding: 6.735px 0 6.736px 0;
    justify-content: center;
    align-items: center;
}

.text-content {
    display: flex;
    width: 740px;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}
.box-header {
    display: flex;
    align-items: center;
}

.box-header img {
    width: 69px;
    height: 69px;
    aspect-ratio: 1/1;
}
.box-header p {
    display: flex;
    width: 488px;
    height: 119px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px;
}

.text-content > p {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 162.5% */
}
.text-content > p span {
    font-weight: 700;
}

.whats-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.whats-link a {
    display: flex;
    padding: 13.676px 20.514px;
    justify-content: center;
    align-items: center;
    gap: 7.598px;
    align-self: stretch;
    border: 3px solid #fff;
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.end-page-cta-container {
    background: #f7b531;
}

.regis-choose-form {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}
.regis-choose-form > p {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Cairo";
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px;
}
.form-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
}
.form-card {
    display: flex;
    width: 25.3%;
    height: auto;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);

    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    overflow: hidden;
}
.form-card {
    order: 0;
} /* default */

.form-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 51, 0.18);
}

.form-card .form-cta-box a img {
    transition: transform 0.25s ease;
    transform-origin: 20% 80%;
}
.form-card:hover .form-cta-box a img {
    transform: translate(6px, -6px);
}

.form-card .form-cta-box a {
    transition: color 0.2s ease, text-underline-offset 0.4s ease;
    text-underline-offset: 3px;
}
.form-card:hover .form-cta-box a {
    color: #005bb5;
    text-underline-offset: 5px;
}

.form-card > img {
    width: 55%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}
.form-card > a {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-card > .form-cta-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}
.form-card > .form-cta-box a {
    display: flex;
    align-self: stretch;
    color: #007aff;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.form-card > .form-cta-box a img {
    width: 48px;
    height: 48px;
}
@media only screen and (max-width: 768px) {
    .page-hero-container {
        margin-top: 120px;
        display: flex;
        padding: 40px 0px 0 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    .page-hero-img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }
    .page-hero-title-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    .page-hero-title-box p {
        font-size: 80px;
        line-height: normal; /* 116% */
    }
    .regis-counter-container {
        padding: 40px 32px;
        gap: 32px;
    }
    .regis-counter-container > p:first-child {
        text-align: right;
        font-size: 80px;
        line-height: 100px; /* 158.182% */
    }
    .counter-cards {
        align-content: center;
        justify-content: center;
        gap: 32px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .single-card {
        display: flex;
        width: 40%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .whats-contact-box {
        width: 100%;
        padding: 24px;
        flex-direction: column-reverse;
        align-items: flex-start;
        align-self: stretch;
    }
    .whats-contact-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }
    .whats-contact-wrapper .side-img {
        display: flex;
        width: 263px;
        height: 263px;
        padding: 5.977px 0 5.978px 0;
        justify-content: center;
        align-items: center;
        align-self: center;
    }
    .text-content {
        width: 100%;
        flex-direction: column;
        gap: 32px;
        align-self: stretch;
    }
    .box-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        align-self: stretch;
    }
    .box-header p {
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        font-size: 64px;
        line-height: normal;
    }
    .whats-link {
        gap: 7.598px;
        align-self: stretch;
    }
    .regis-choose-form {
        padding: 40px 32px;
    }
    .regis-choose-form > p {
        font-size: 80px;
        line-height: 100px;
    }
    .form-card {
        display: flex;
        width: 100%;
        height: auto;
        padding: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background: #fff;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);

        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        will-change: transform;
        overflow: hidden;
    }
    .form-card.is-featured {
        order: -1;
    }
}
.modal[hidden] {
    display: none;
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
}

/* Backdrop */
.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s ease;
    backdrop-filter: blur(12px);
}

/* Panel */
.modal__panel {
    background: #fff;
    transform: translateY(12px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 825px;
    height: 748px;
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
/* Panel */
.modal__panel > img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}
.modal.is-open .modal__backdrop {
    opacity: 1;
}
.modal.is-open .modal__panel {
    transform: translateY(0);
    opacity: 1;
}

.modal__close {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px; /* RTL/LTR friendly */
    border: 0;
    background: transparent;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    background: #3b3b3b;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Title & actions */
.modal__title {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
}
.modal__desc {
    color: #313131;
    text-align: right;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 162.5% */
    list-style-type: square;
    float: right;
    list-style-position: inside;
    direction: rtl;
}
.modal__desc a {
    color: #007aff;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.modal__actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}
.modal__primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    text-decoration: none;
    background: #3b3b3b;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);

    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.modal__primary > img {
    width: 48px;
    height: 48px;
}
@media only screen and (max-width: 768px) {
    .modal__panel {
        width: 90%;
        height: auto;
        padding: 32px;
    }
    .modal__panel > img {
        width: 200px;
        height: 200px;
    }
    .modal__title {
        font-size: 28px;
    }
    .modal__desc {
        font-size: 16px;
        line-height: 30px;
    }
    .modal__desc a {
        font-size: 16px;
        line-height: 30px;
    }
    .modal__primary {
        padding: 14px 26px;
        font-size: 16px;
    }
    .modal__primary > img {
        width: 28px;
        height: 28px;
    }
}
