.hide {
    display: none;
}
.home-title {
    font-size: 60px !important;
    max-width: 100% !important;
}

#landingHomeForm {
    margin-bottom: 0;
}

.overlay {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-40%, -25%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
}
.overlay h4 {
    margin: 0;
    color: #00aaff;
}
.overlay p {
    margin: 5px 0 0;
    color: #333;
}
.input-group-custom {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    width: 80%;
}
.input-group-custom input {
    border: none;
    outline: none;
    box-shadow: none;
    flex: 1;
    padding-left: 10px;
}
.input-group-custom input::placeholder {
    color: #aaa;
}
.input-group-custom.error {
    border: 1px solid red;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}
.input-group-custom.valid {
    border: 2px solid #2ecc71;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.1);
}
.btn-valid {
    background-color: #2ecc71;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.btn-valid:hover {
    background-color: #27ae60;
    cursor: pointer;
}
#valid-msg {
    position: absolute;
    margin-left: 16px;
    margin-top: 8px;
    font-size: 14px;
    color: #2ecc71;
    font-weight: bold;
}
#valid-msg.hide {
    display: none;
}
#error-msg {
    position: absolute;
    margin-left: 16px;
    margin-top: 8px;
    font-size: 14px;
    color: #ee7b11;
    font-weight: bold;
}
#valid-msg.hide {
    display: none;
}
.btn-custom {
    border-radius: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#flag {
    width: 25px;
    margin-left: 4px;
    margin-right: 4px;
}
#flag svg {
    border-radius: 2px;
}
.vl {
    border-left: 1px solid #ccc;
    height: 30px;
    margin-left: 15px;
}
.iti--inline-dropdown .iti__dropdown-content {
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    width: 400px !important;
}
.locating-header {
    color: white;
    padding: 16px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -28px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.swal2-popup {
    border-radius: 24px;
}
.rounded-card {
    background-color: #fcfcfd;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 36px;
}
.text-with-point {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin: 16px;
}
.point {
    width: 12px;
    height: 12px;
    background-color: #6b73ff;
    border-radius: 50%;
    margin-right: 8px;
}
.text-with-point span {
    font-weight: 500;
    font-size: 16px;
}
.table-bordered th,
.table-bordered td {
    background-color: transparent !important;
    border-top: 1px solid #ddd !important ;
    border-bottom: 1px solid #ddd !important ;
    vertical-align: middle;
}
.hero-phone-text {
    color: #7a8496 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.about-us {
    padding: 150px 0;
    background-color: #f9f9fb;
}
.about-us h2,
.about-us .h2 {
    font-weight: 600;
}
.about-us small,
.about-us .small {
    color: #7a8496;
    padding-bottom: 30px;
    font-weight: 600;
}
.step-row .card {
    height: 100%;
    margin-bottom: 20px;
}
.language-dropdown, .language-dropdown-mobile {
    position: relative;
    display: inline-block;
}

.language-button, .language-button-mobile {
    border: 1px solid #ee7b12;
}

.language-list, .language-list-mobile {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;

    margin-top: 8px;
    padding: 18px 35px;
    border-radius: 15px;
    font-size: 17px;
}

.language-list .language-item, .language-list-mobile .language-item-mobile {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-list .language-item:hover, .language-list-mobile .language-item-mobile:hover {
    background-color: #ddd;
    border-radius: 15px;
}

.iti {
    width: 100% !important;
}

/* home responsive css */
@media (max-width: 1200px) {

    .home-title {
        font-size: 45px !important;
        max-width: 95% !important;
    }

    .home-phone-image .img-fluid {
        width: 300px;
        text-align: center;
    }

    .overlay {
        position: absolute;
        left: 28%;
        transform: translate(-40%, -28%);
        width: 100%;
    }

    .our-service-title {
        font-size: 48px !important;
    }
}

@media (max-width: 990px) {

    .hero-banner {
        background-color: #f9f9fb;
    }

    .hero-banner::after {
        display: none;
    }

    .home-title {
        font-size: 45px !important;
        max-width: 95% !important;
    }

    .input-group-custom {
        width: 100%;
    }

    .home-phone-image {
        display: none;
    }

    .overlay {
        position: absolute;
        left: 28%;
        transform: translate(-40%, -28%);
        width: 100%;
    }

    .our-service-phone-img {
        display: none;
    }

}

@media (max-width: 767px) {

    .hero-banner .left-hero-color {
        padding-top: 150px;
    }

    .home-title {
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
    .our-service-title {
        font-size: 26px !important;
    }
}

@media (max-width: 550px) {

    #landingHomeForm {
        flex-direction: column;
        margin-bottom: 4px;
    }

    #landingHomeForm .iti__country-container {
        padding-bottom: 12px;
    }

    #landingHomeForm input {
        padding-bottom: 10px;
     }

    #landingHomeForm button {
        width: 100%;
        margin-top: 8px;
    }
}

@media (max-width: 490px) {
    .home-title {
        font-size: 30px !important;
    }
}

@media (max-width: 440px) {

    .cta-text {
        margin-top: 16px;
    }
}
/* home responsive css */

/* footer responsive css */
@media (max-width: 490px) {
    footer .legal-pages {
        font-size: 14px !important;
    }
}
/* footer responsive css */

/* dashboard responsive css */
@media (max-width: 990px) {
    #valid-msg, #error-msg {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    /* select all the td but not the first one inside table-row */
    .table-row td:not(:first-child) {
        padding: 10px 0;
    }
}

@media (max-width: 464px) {
    .unsubscribe-logout {
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 440px) {
    #dashboardForm {
        flex-direction: column;
    }

    #dashboardForm .iti__country-container {
        padding-bottom: 12px;
    }

    #dashboardForm input {
        padding-bottom: 10px;
     }

    #dashboardForm button {
        width: 100%;
        margin-top: 8px;
    }

    #valid-msg, #error-msg {
        width: 75%;
    }

    .rounded-card {
        padding: 18px;
    }
}
/* dashboard responsive css */