#registrationIncompleteNotification {
    display: none;
}
.registration-incomplete-notification-outer {
    width: 100%;
    max-width: var(--max-width);
    margin: 5px auto -20px;
    padding: 0 10px;
}
.registration-incomplete-notification {
    width: 100%;
    border-radius: 10px;
    padding: 12px 25px 12px 15px;

    background: #FFFBE8;
    border: 1px solid #D3C271;

    color: black;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.registration-incomplete-notification a {
    color: black;
    text-decoration: none;
}
.registration-incomplete-notification a.registration-incomplete-notification-resend {
    color: #229ed9;
}
.registration-incomplete-notification a.registration-incomplete-notification-resend-retry-in {
    color: #197E46;
    display: none;
}

@media (max-width: 992px) {
    .registration-incomplete-notification-outer {
        padding: 0;
    }
}
@media (min-width: 1180px) {
    .registration-incomplete-notification-outer {
        padding: 0;
    }
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 60px;
}

.logo,
.start-business-btn {
    display: flex;
    padding: 0;
}

.navbar-toggler {
    display: none;
}

.logo {
    width: 100px !important;
    height: auto;
}
.header-container {
    margin: 0 auto !important;
}
/* PANEL */
.help-panel {
    position: fixed;
    /*right: 5px;*/
    /*bottom: 100px;*/
    right: 24px;
    bottom: 103px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
}

.help-panel.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.help-panel .icon {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    font-size: 22px;
    color: #333;
    transition: transform 0.2s, background 0.2s;
}

.help-panel .icon:hover {
    transform: scale(1.1);
    background: #f1f1f1;
}

/* Brand colors */
.help-panel .icon.whatsapp { background-color: #e4fcec; color: #499265; }
.help-panel .icon.telegram { background-color: #e3f5ff;  color: #0088cc; }
.help-panel .icon.email { background-color: #f5f5f7;  color: #6e7178; }

#hd-widget-btn {
    width: 48px!important;
    height: 48px!important;
    background-color: #8fc2fb!important;
}
.hd-header {
    background-color: #8fc2fb!important;
}
.hd-send-btn {
    background-color: #8fc2fb!important;
}

@media (max-width: 992px) {

    .header-container {
        width: 100%;
        padding: 9px 16px 8px 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mobile-navbar-btn {
        height: 24px;
        width: 24px;
    }

    .start-business-btn {
        display: none;
    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-header {
        padding: 0;
        height: 44px;
    }

    .logo {
        width: 100px !important;
        height: auto;
    }

    .navbar-toggler {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }
}
/* End Header */

.hero-section,
.choose-section,
.why-choose-section,
.faq-section {
    padding: 50px 12px;
}

.registered-agent-service .why-choose-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    gap: 20px;
    height: 126px;
    border-radius: 22px;
    background: white;
    transition: all 0.3s ease;
    flex-direction: unset;
}

.registered-agent-service .why-choose-card-text,
.registered-agent-service .why-choose-card-subtext {
    text-align: start;
}

.faq-section-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 25px 28px 19px;
    width: 780px;
    min-height: 136px;
    background: white;
    border: 1px solid #C5D0DF;
    border-radius: 22px;
    transition: all 0.3s ease;
}

.faq-section-card:hover {
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.1);
}

.faq-section-text {
    font-size: 20px;
    font-weight: 600;
    color: #090F24;
    margin-bottom: 20px;
}

.faq-section-subtext {
    font-size: 14px;
    font-weight: 400;
    color: #28364B;
}

.faq-section-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-section-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.faq-icon {
    width: 45px;
    height: 45px;
    margin-right: 17px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-option {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 310px;
    padding: 34px 28px 27px;
    background: white;
    border: 0.8px solid #EAECF0;
    border-radius: 14px;
    box-shadow:
        0px 3.24px 4.85px -1.62px #10182808,
        0px 9.71px 12.94px -3.24px #10182814;
    transition: all 0.3s ease;
}

.card-option:hover {
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.1);
}

.card-icon-large {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px auto;
}

.choose-section-cards-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.choose-section-card-bottom-container {
    margin-top: auto;
}

.choose-section-card-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #101827;
    margin-bottom: 45px;
}

.card-option:nth-of-type(2) .choose-section-card-text {
    margin-bottom: 20px;
}

.registered-agent-service .choose-section-card-text,
.registered-agent-service .card-option:nth-of-type(2) .choose-section-card-text {
    margin-bottom: 25px;
}

.choose-section-card-subtext {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #667085;
    text-align: center;
    margin-bottom: 27px;
}

.choose-section-card-bottom-text {
    font-size: 20px;
    font-weight: 700;
    color: #101827;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.choose-section-card-bottom-btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    background-color: #2AABEE;
    color: white;
    border: none;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.why-choose-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 50%;
}

.why-choose-card {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 16px 36px 16px;
    gap: 20px;
    border-radius: 22px;
    background: white;
    transition: all 0.3s ease;
    flex-direction: column;
    height: 206px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);
}

.why-choose-card:hover {
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.why-choose-card-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    overflow: visible;
}

.why-choose-card-img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.why-choose-card-text {
    font-size: 20px;
    font-weight: 600;
    color: #090F24;
    margin-bottom: 8px;
}

.why-choose-card-subtext {
    font-size: 14px;
    font-weight: 400;
    color: #28364B;
}

.shield-img {
    width: 354px;
    height: 391px;
}

.start-text {
    font-size: 45px;
    font-weight: 600;
    color: #061E55;
    line-height: 55px;
    margin-bottom: 10px;
}

.start-subtext {
    font-size: 16px;
    font-weight: 400;
    color: #5D7087;
    line-height: 24px;
    margin-bottom: 15px;
}

.start-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 8px;
    margin-top: 20px;
}

.start-item {
    display: flex;
    align-items: flex-start;
}

.start-item img {
    flex-shrink: 0;
}

.start-text-container {
    margin-left: 10px;
}

.start-col-text {
    font-size: 18px;
    font-weight: 600;
    color: #090F24;
    margin-bottom: 8px;
}

.start-col-subtext {
    font-size: 14px;
    font-weight: 400;
    color: #5D7087;
}

.choose-section-start-text-container {
    text-align: center;
    margin-bottom: 30px;
}

.choose-section-start-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    color: #101827;
    margin-bottom: 10px;
}

.choose-section-start-subtext {
    font-size: 20px;
    font-weight: 400;
    color: #0D0D0E;
}

.get-started-btn {
    width: 158px;
    height: 42px;
    font-size: 12px;
    font-weight: 600;
    background-color: #2AABEE;
    color: white;
    border: none;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-item-new {
    font-size: 12px;
    font-weight: 500;
    color: #16242C;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ellipse-bg {
    --ellipse-from: #E4EDFD;
    --ellipse-to: #E7EFFD33;
    --ellipse-height: 80%;
    --ellipse-offset: 60%;
    --ellipse-blur: 40px;

    position: relative;
    overflow: visible;
}

.ellipse-bg::before {
    width: 100%;
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: var(--ellipse-offset);
    height: var(--ellipse-height);
    transform: translateY(-50%);
    border-radius: 50% / 100%;
    background: radial-gradient(ellipse at center, var(--ellipse-from), var(--ellipse-to));
    filter: blur(var(--ellipse-blur));
    pointer-events: none;
    z-index: 0;
}

.ellipse-bg > * {
    position: relative;
    z-index: 1;
}

.desktop-br { display: block; }
.mobile-br  { display: none; }

@media (max-width: 992px) {
    .ellipse-bg {
        --ellipse-height: 110%;
    }

    .desktop-br { display: none; }

    .hero-section,
    .choose-section,
    .why-choose-section,
    .faq-section {
        padding: 20px 12px;
    }

    .shield-img {
        width: 212px;
        height: 234px;
    }

    .hero-img-container .shield-img {
        display: block;
        margin: 0 auto;
    }

    .get-started-btn {
        margin-bottom: 14px;
    }

    .start-text {
        font-size: 38px;
    }

    .start-row {
        gap: 14px 8px;
        margin-top: 30px;
        /* grid-template-columns: repeat(1, 1fr); */
    }


    .choose-section-start-text {
        font-size: 22px;
    }

    .choose-section-start-subtext {
        font-size: 14px;
    }

    .choose-section-start-text-container {
        margin-bottom: 16px;
    }

    .choose-section-cards-row {
        flex-direction: column;
        align-items: stretch;
    }

    .card-option {
        width: 100%;
        max-width: 100%;
    }

    .choose-section-card-subtext {
        font-size: 14px;
    }

    .why-choose-row {
        flex-direction: column;
        gap: 10px;
    }

    .why-choose-col {
        gap: 10px;
    }

    .why-choose-card {
        align-items: center;
        padding: 16px;
        height: auto;
    }

    .why-choose-card-text {
        font-size: 16px;
    }

    .why-choose-card-img-container {
        height: 36px;
    }

    .faq-section-row {
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        width: 100%;
    }

    .faq-section-col {
        align-items: stretch;
        width: 100%;
    }

    .faq-section-card {
        width: 100%;
        max-width: 100%;
        padding: 14px 12px;
        height: auto;
    }

    .faq-section-text {
        font-size: 16px;
        margin-bottom: 7px;
        line-height: 22px;
    }

    .faq-icon {
        width: 25px !important;
        height: 25px !important;
        margin-right: 7px;
    }

    .faq-icon img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .start-col-text {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .mobile-br  { display: none; }
}

@media (max-width: 500px) {
    .faq-section {
        padding: 20px 0px;
    }

    .mobile-br  { display: block; }
}
