/* Home Page English CSS Styles */

.iti {
    width: 100% !important;
    display: block !important;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    width: 100% !important;
}
.iti__flag-container {
    position: static !important;
}
.iti__selected-flag {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.iti__country-list {
    z-index: 9999 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
}
body:not(.iti-mobile) .iti__country-list {
    width: 100% !important;
    left: 0 !important;
    top: 100% !important;
}

/* English mode typography & layout optimization */
body {
    word-break: normal !important;
}
.section_title,
.title,
.card_title,
.card_main_title,
.left_title,
.new_card_title {
    letter-spacing: 0 !important;
    padding-left: 0 !important;
    text-wrap: pretty !important;
}
.bewrite {
    letter-spacing: 0 !important;
    line-height: 1.6 !important;
    text-wrap: pretty !important;
}
/* Banner title: constrain width so it stays within left half, clear of the right 3D graphic */
.carousel-caption .h3,
.carousel-caption h3 {
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    max-width: 660px !important;
    white-space: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
}
.carousel-caption p {
    letter-spacing: 0 !important;
    line-height: 1.6 !important;
    max-width: 600px !important;
    text-wrap: pretty !important;
}
.solution_card .card_title {
    font-size: 18px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-wrap: pretty !important;
}
/* Specific selector to override .solution_card .card_description specificity */
.home_page .solution_card .card_description {
    letter-spacing: 0 !important;
    text-align: left !important;
    word-break: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-wrap: pretty !important;
}
@media (min-width: 768px) {
    .solution_card {
        width: calc(33.333% - 10px) !important;
    }
    .solutions_list {
        gap: 15px !important;
        justify-content: center !important;
    }
}
.problem_card .card_desc {
    letter-spacing: 0 !important;
    word-break: normal !important;
    word-wrap: break-word !important;
    text-align: left !important;
    text-wrap: pretty !important;
}
/* Stats numbers section layout fix in English */
.numbers_box .item {
    letter-spacing: 0 !important;
}
.numbers_box .item .value {
    white-space: nowrap !important;
}
.numbers_box .item .unit {
    white-space: nowrap !important;
}
.numbers_box .item .name {
    white-space: normal !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
/* Title and description layout override in English mode for Business Solutions block */
.business_box .title {
    max-width: 950px !important;
}
.business_box .bewrite {
    max-width: 1050px !important;
}
.ability_support_box .section_desc {
    max-width: 1100px !important;
}
/* Contact Form layout optimization for English mode */
.new_contact_flex_box {
    gap: 15px !important;
}
.new_contact_left_info {
    max-width: 335px !important;
}
.new_contact_left_info .left_title {
    font-size: 24px !important;
    line-height: 1.35 !important;
}
.new_contact_right_card {
    padding: 28px 20px !important;
}
.new_form_grid {
    gap: 0 15px !important;
}
.checkbox_circles_group {
    gap: 8px 8px !important;
}
.circle_checkbox_label {
    align-items: flex-start !important;
    gap: 8px !important;
}
.circle_checkbox_label .custom_circle {
    margin-top: 2px !important;
}
.circle_checkbox_label .label_text {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
}
.form_control_new {
    font-size: 12.5px !important;
    letter-spacing: -0.4px !important;
    padding: 9px 8px !important;
}
#home_phone {
    padding-left: 52px !important;
}
.select_new {
    padding-right: 25px !important;
    padding-left: 8px !important;
    font-size: 12.5px !important;
    letter-spacing: -0.4px !important;
}
.select_wrapper_new::after {
    right: 10px !important;
}
/* Industry section cards height & alignment optimization for English mode */
@media (min-width: 992px) {
    .industry_grid {
        height: 550px !important;
    }
    .industry_card:not(:hover) {
        height: 250px !important;
    }
    .industry_card:hover {
        height: 550px !important;
    }
    .industry_card .card_title {
        min-height: 70px !important;
    }
    .industry_card:hover .card_title {
        min-height: 0 !important;
    }
    .industry_card:hover .card_expanded_content {
        max-height: 300px !important;
    }
}
