/* Old hero h1, h2, h3 styles */





.hero h1 {
    font-size: 4rem;
    color: #333;
    font-weight: bold;
}

h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
}


.title-highlight {
    color: #555;
    text-align: left;
    font-weight: 700;
    margin-top: .5rem;
}

.nav__links,
.navbar__links,
.btn,
.pricing__card-amount,
.pricing__card-features,
.image-text__content,
.footer__terms-list,
.cta-banner,
.bulletpoints-pos,
.region-content a,
.dropdown-menu nav ul li a {
    font-family: 'Erply Ladna', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

ul.countries {
    display: flex;
    justify-content: center;
    gap: 2.5rem;

}

@media (max-width: 768px) {
    ul.countries {
        flex-direction: column;
        gap: 0;
    }
}


/* Feedback Container */
.password-feedback {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #303030;
    line-height: 1.5;
    display: none;
    /* Initially hidden */
}

/* Show feedback when not hidden */
.password-feedback.visible {
    display: block;
}

/* Feedback Items */
.feedback-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feedback-icon {
    font-size: 1rem;
}

.icon-Minus-Round:before {
    content: "\e9c7";
    font-size: 1.25rem;
    color: #dc3545;
    display: flex;
}

.icon-Checkmark-Round:before {
    content: "\e948";
    font-size: 1.25rem;
    color: #28a745;
    display: flex;
}

.feedback-error {
    color: #dc3545;
}

.feedback-success {
    color: #28a745;
}

/* Hidden feedback container */
.hidden {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*accessibility*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:focus {
    outline: none;
}

:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

.hero h3 {
    font-size: 1.5rem;
    color: #333;
}

h1.title.title--xlarge {
    font-size: 2.65rem;
}

.header {
    padding: 0;
}


*,
*:before,
*:after {
    position: relative;
    margin: 0;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box
}

html {
    text-align: left
}

ul {
    list-style: none
}

a {
    text-decoration: none;
}

button,
input,
select,
textarea {
    display: block;
    color: inherit;
    font: inherit;
    text-align: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

button,
[type=button],
[type=reset],
[type=submit],
[type=file],
[type=file]::-webkit-file-upload-button {
    appearance: none;
    cursor: pointer
}

input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: .75
}

svg {
    overflow: visible
}

label {
    display: block;
}

summary {
    display: block;
}

code,
kbd,
pre,
samp {
    font-family: inherit
}

address,
cite,
dfn,
var {
    font-style: inherit
}

small {
    font-size: inherit
}

mark {
    color: inherit
}

table {
    border-spacing: 0
}

th {
    font-weight: inherit
}

th:not([align]),
caption:not([align]) {
    text-align: inherit
}

[hidden] {
    display: none !important
}

body {
    color: #333;
    line-height: 1.6;
    background: #ffffff;
    font-family: 'Erply Ladna';
}

p.body.body--large {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #756e6e;
    letter-spacing: -.5px;
    margin-block-start: 10px;
    width: 100%;
}

/*navbar header 2*/

.nav__links {
    display: flex;
    align-items: center;
    gap: 34px;
    width: max-content;
    padding: 4px 0;
}

.nav__link:hover {
    opacity: .7;
}

.nav__link {
    color: #000;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: opacity .2s ease;
    white-space: nowrap;
}


.navbar__link__icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    min-width: 24px;
    min-height: 24px;
}

.navbar__link {
    transition: color 0.3s ease;
}

/* Hover effect */
.navbar__link:hover {
    color: hsla(214, 92%, 49%, 1);
}

.navbar__link:hover .navbar__link__icon {
    color: hsla(214, 92%, 49%, 1);
}

/* Active link styles */
.navbar__link--active {
    font-weight: bold;
    color: hsla(214, 92%, 49%, 1);
}


.navbar__language__dropdown[aria-hidden="true"] {
    display: none;
}

.navbar__language__dropdown[aria-hidden="false"] {
    display: block;
    left: 2.2rem;
}


/**Company list**/

.companyList-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    background: #ffffff;
    gap: 2rem;
}

.companyList-title {
    color: #575757;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.0225rem;
    text-align: center;
}

.companyList {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 50%;
}

.company {
    height: auto;
    width: 100px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}


a.btn.btn__primary.black-button {
    background-color: #000;
    border: #000;
    padding: 16px 24px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

a.btn.btn__primary.black-button:hover {
    background-color: #434241;
    transform: scale(1.25);
    cursor: pointer;
}

.signin {
    background: #f3f3f3;
}


/* Hero Section */
.hero {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
}


h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;

}

.hero h3 {
    font-size: 1.5rem;
    color: #333;
}

.hero h1 span {
    color: #255AC2;
}

.hero-description {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
}



.hero-features {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 2rem;
}

/* Devices Section */
.devices {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* Allow items to wrap to the next line */
}

.devices img {
    width: 45%;
}

/* Responsive Design for Mobile View */
@media (max-width: 768px) {
    .devices {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center align the images */
        gap: 16px;
        /* Smaller gap for mobile */
    }

    .devices img {
        width: 90%;
        /* Adjust image size for better mobile fit */
    }
}

/* Features Section */
.features-section {
    padding: 50px 20px;
    text-align: center;
    background: #ADC5F8;
    font-weight: 600;



}

.features-title {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 0 1rem;
}


.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
}


.feature-card .icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: black;
    font: bold;
}

.feature-card h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: black;

}

.feature-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.feature-card a {
    color: #255AC2;
    font-weight: bold;
    text-decoration: none;
}

.feature-card a:hover {
    text-decoration: underline;
}

/* Pricing Section */
.pricing-section {
    padding: 50px 20px;
    text-align: center;


}

.pricing-card {
    --outline-color: rgba(0, 0, 0, 0.1);
    --spacing: 60px;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 16px;
    max-width: 628px;
    gap: var(--spacing);
    box-shadow: 0 0 0 1px var(--outline-color);
}

.pricing-card__header {
    display: flex;
    flex-direction: column;
    padding-inline: 42px;
    padding-top: 42px;
    gap: 6px;
}

.pricing-card__title {
    font-family: Onest, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #121212;
    margin: 0;
    padding: 14px 0 6px;
}

.pricing-card__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-card__feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-card__feature-text {
    font-family: Onest, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.44em;
    color: #6c7574;
}

.pricing-card__divider {
    --cutout-size: 36px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px #fff;
    padding-bottom: 1px;
    position: absolute;
    top: calc(var(--spacing) / -2);
    left: 0;
}

.pricing-card__divider:after,
.pricing-card__divider:before {
    content: "";
    width: var(--cutout-size);
    height: var(--cutout-size);
    border-radius: 100%;
    top: calc(var(--cutout-size) / -2);
    background: #fff;
    position: absolute;
}

.pricing-card__divider:after {
    left: calc(var(--cutout-size) / -2);
    box-shadow: -1.5px 0 0 0 var(--outline-color) inset;
}

.pricing-card__divider:before {
    box-shadow: 1.5px 0 0 0 var(--outline-color) inset;
    right: calc(var(--cutout-size) / -2);
}

.pricing-card__payment {
    padding-inline: 42px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.pricing-card__details {
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px #fff;
}

.pricing-card__details,
.pricing-card__summary {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.pricing-card__detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pricing-card__detail-label {
    font-family: Onest, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.87em;
    color: #707070;
}

.pricing-card__detail-amount {
    font-family: Onest, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87em;
    color: #121212;
    text-align: center;
}

.pricing-card__total .pricing-card__detail-label {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #000;
}

.pricing-card__total .pricing-card__detail-amount {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
}

.pricing-card__button {
    margin-top: 8px;
    width: auto;
}

.pricing {
    margin-top: var(--space-20);
}

.pricing__card {
    flex: 1;
    min-width: 300px;
    max-width: 628px;
    margin-top: 2rem;
    margin-inline: auto;
}
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.section-title span {
    color: #255AC2;
}

.pricing-explanation {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #333;
}

.caption {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.005em;
    position: relative;
    padding-bottom: 1rem;
}

/* General Footer Styling */
.footer {
    background-color: #ffffff;
    /* Light background */
    padding: 20px;

    text-align: center;
    border-top: 1px solid #e1e1e1;
}

/* Footer Container */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Footer Logo Section */
.footer-logo {
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.footer-logo img {
    height: 40px;
    margin-bottom: 10px;
}

.footer-logo p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

/* Footer Contact Section */
.footer-contact {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.footer-link {
    display: block;
    margin: 5px 0;
    color: #007bff;
    /* Blue color */
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Footer Info Section */
.footer-info {
    flex: 1;
    min-width: 200px;
    text-align: right;
    color: #6c757d;
}

/* Footer Social Icons */
.footer-social {
    margin-top: 20px;
}

.footer-icon {
    margin: 0 5px;
    font-size: 18px;
    color: #6c757d;
    text-decoration: none;
}

.footer-icon:hover {
    color: #007bff;
    /* Blue hover */
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }


    .footer-info {
        text-align: center;
        margin-top: 10px;
    }

}


/**/

/***signup**/

.signup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.form {
    flex: 1;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr !important;
}

.signup-image {
    flex: 1;
    text-align: center;
}

.signup-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.form__label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.form__input,
.form__textarea,
select {
    width: 100%;
    height: 40px;
    padding: 0 13px;
    border-radius: 10px;
    border: 1px solid #ededed;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.form__textarea {
    resize: none;
    height: 100px;
}

select {
    background: #fff;
}


@media (max-width: 768px) {
    .signup-container {
        flex-direction: column;
    }

    .signup-image {
        order: 2;
    }

    .form {
        order: 1;
        width: 100%;
    }
}


.form__item.item--checkbox {
    height: auto
}


.form__label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px
}



.form__input::placeholder,
.form__textarea::placeholder,
.select-wrapper::placeholder,
.input-with-select::placeholder {
    color: #61686d
}

.form__input:focus,
.form__textarea:focus,
.select-wrapper:focus,
.input-with-select:focus {
    outline: none;
    border-color: #0a6df2
}

.form__textarea {
    height: 111px;
    resize: none
}

.input-with-select .form__input {
    border: none;
    border-radius: 0;
    flex: 1
}

.signup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.signup-image {
    flex: 1;
    text-align: center;
}

.signup-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form {
    flex: 1;
    width: 100%;
    margin: 2rem auto;
    gap: 2rem
}

.form__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    text-align: center
}

.form__title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.form__input.error {
    border-color: #e63946;
}

.form__label.error {
    color: #e63946;
}

.error-message {
    color: #e63946;
    font-size: 12px;
    margin-top: 4px;
}


.form__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem
}



@media (max-width: 768px) {
    label.form__label {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .form {
        padding: 1rem;
    }

    .form__header {
        flex-direction: column;
        gap: 1rem;
    }

    .form__body {
        gap: 1.5rem;
    }
}

@media (max-width: 950px) {
    .navbar__wrapper {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

}

.navbar__wrapper {
    align-items: center;
    justify-content: space-between;
}

.form__header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form__title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.form__subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin-top: 0.5rem;
}


/**checbox for agreeing with privacy**/

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #555;
    width: 100%;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #4361ee;
    cursor: pointer;
}

.checkbox-group .privacy-text {
    font-size: 0.9rem;
    color: #333;
}

.checkbox-group .privacy-text a {
    color: #4361ee;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-group .privacy-text a:hover {
    text-decoration: underline;
}




/* ======================
   TNAHKS MODAL
   ====================== */


.thankyou-modal {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

/* Modal Overlay */
.modal-overlay {
    display: none;
    /* Hidden by default */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    /* Align center */
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-overlay.active {
    display: flex;
    /* Show modal when active class is added */
}

/* Modal Content */
.modal-content-sign-up {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    color: #555;
}

.modal-close:hover {
    color: #007BFF;
}


.form__header h1 {
    margin: 0;
}

.form__footer {

    margin-top: 20px !important;
    text-align: left !important;
    align-items: left !important;
    padding: 30px 0 !important;
    display: flex;
    flex-direction: column;
}


/**agreeing terms**/

/* Styling for the checkbox group */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 10px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: border-color 0.3s, background-color 0.3s;
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
}

.privacy-text a {
    color: #007bff;
    transition: color 0.3s;
}

.privacy-text a:hover {
    color: #0056b3;
    text-decoration: none;
}

@media (max-width: 768px) {
    .checkbox-group input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 1.3rem;
        height: 1.3rem;
        margin-right: 10px;
        border: 2px solid #007bff;
        border-radius: 4px;
        background-color: #fff;
        cursor: pointer;
        position: relative;
        outline: none;
        transition: border-color 0.3s, background-color 0.3s;
    }

    .checkbox-group input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
    }

    .checkbox-group .privacy-text {
        width: 100%;
        top: -5px;
        position: relative;
    }



}



/* Fonts */
@font-face {
    font-family: 'Erply Ladna';
    font-weight: 400;
    src: url(https://assets.erply.com/global/fonts/erply-ladna/WOFF/ErplyLadna-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Erply Ladna';
    font-weight: 500;
    src: url(https://assets.erply.com/global/fonts/erply-ladna/WOFF/ErplyLadna-Medium.woff) format("woff");
}

@font-face {
    font-family: 'Erply Ladna';
    font-weight: 600;
    src: url(https://assets.erply.com/global/fonts/erply-ladna/WOFF/ErplyLadna-SemiBold.woff) format("woff");
}

@font-face {
    font-family: 'Erply Ladna';
    font-weight: 700;
    src: url(https://assets.erply.com/global/fonts/erply-ladna/WOFF/ErplyLadna-Bold.woff) format("woff");
}

@font-face {
    font-family: 'erply-iconfont';
    src: url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age');
    src: url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age#iefix') format('embedded-opentype'),
        url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff2?bm9age') format('woff2'),
        url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.ttf?bm9age') format('truetype'),
        url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff?bm9age') format('woff'),
        url('https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.svg?bm9age#erply-iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


