.get_in_touch_wrp {
    padding: 60px 0px
}

.get_in_touch_wrp .get_in_touch_lhs {
    padding-right: 130px;
    position: sticky;
    top: 150px;
}

.get_in_touch_wrp .get_in_touch_lhs h3 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px
}

.get_in_touch_wrp .get_in_touch_lhs p {
    font-size: 18px
}

.get_in_touch_wrp .get_in_touch_rhs {
    overflow: hidden;
    border-radius: 16px
}

.get_in_touch_wrp .ForCustomerSupport {
    margin-top: 80px
}

.get_in_touch_wrp .ForCustomerSupport .get_in_touch_lhs {
    padding-right: 100px
}

.get_in_touch_rhs .contact-form-wrapper {
    background: #eef2f6;
    padding: 40px;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto
}

.get_in_touch_rhs .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 30px
}

.get_in_touch_rhs .form-group.full {
    grid-column: span 2
}

.get_in_touch_rhs .contact-form input,
.get_in_touch_rhs .contact-form select,
.get_in_touch_rhs .contact-form textarea {
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    color: #000;
    font-family: inherit;
    box-shadow: 0 0 0 1px #eee
}

.get_in_touch_rhs .contact-form textarea {
    height: 100px;
    resize: none
}

.get_in_touch_rhs .contact-form select {
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
}


.get_in_touch_rhs .submit-btn {
    background: #e53935 !important;
    color: #fff !important;
    border: none !important;
    padding: 16px 40px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 25px !important;
    cursor: pointer !important;
    transition: .2s ease !important;
}

.get_in_touch_rhs .submit-btn:hover {
    background: #c62828
}

@media(max-width: 768px) {
    .get_in_touch_rhs .form-grid {
        grid-template-columns: 1fr
    }

    .get_in_touch_rhs .form-group.full {
        grid-column: span 1
    }

    .get_in_touch_rhs .contact-form-wrapper {
        padding: 25px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .get_in_touch_wrp .container .get_in_touch_lhs .common_tile {
        font-size: 28px
    }

    .get_in_touch_wrp .container .get_in_touch_rhs {
        padding-left: 16px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .get_in_touch_wrp {
        padding: 40px 0px
    }

    .get_in_touch_wrp .container .get_in_touch_rhs {
        padding-left: 0px
    }

    .get_in_touch_wrp .container .get_in_touch_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3
    }

    .get_in_touch_wrp .container .get_in_touch_rhs p {
        font-size: 14px;
        line-height: 20px
    }

    .get_in_touch_wrp .get_in_touch_lhs {
        padding-right: 60px
    }

    .get_in_touch_rhs .contact-form-wrapper {
        padding: 20px
    }

    .get_in_touch_rhs .contact-form input,
    .get_in_touch_rhs .contact-form select,
    .get_in_touch_rhs .contact-form textarea {
        padding: 13px 20px
    }

    .get_in_touch_rhs .contact-form textarea {
        height: 120px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .get_in_touch_wrp {
        padding: 40px 0px
    }

    .get_in_touch_wrp .container .get_in_touch_rhs {
        padding-left: 0px
    }

    .get_in_touch_wrp .container .get_in_touch_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3
    }

    .get_in_touch_wrp .container .get_in_touch_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .get_in_touch_wrp {
        padding: 40px 0px
    }

    .get_in_touch_wrp .container .get_in_touch_rhs {
        padding-left: 0px
    }

    .get_in_touch_wrp .container .get_in_touch_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3
    }

    .get_in_touch_wrp .container .get_in_touch_rhs p {
        font-size: 14px;
        line-height: 20px
    }

    .get_in_touch_wrp .get_in_touch_lhs {
        padding-right: 0px;
        position: relative;
        top: inherit;
    }
}

/*# sourceMappingURL=get-in-touch.css.map */




.contact-form-wrp .placeholder {
    color: #000;
}

.contact-form-wrp .select-trigger {
    border: none;
    border-radius: 10px;
}

.contact-form-wrp .custom-input,
.contact-form-wrp .custom-textarea,
.contact-form-wrp .custom-select {
    background: #ffffff;
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    margin: 0px;
}

.contact-form-wrp .custom-input::placeholder,
.contact-form-wrp .custom-textarea::placeholder,
.contact-form-wrp .custom-select::placeholder {
    color: #000;
    font-weight: 400;
}

.contact-form-wrp .custom-input:focus,
.contact-form-wrp .custom-textarea:focus,
.contact-form-wrp .custom-select:focus {
    border-color: #d0d6dd;
    box-shadow: none;
}

.contact-form-wrp .otherOption textarea {
    min-height: 86px;
}

.contact-form-wrp .pad_no_right {
    padding-right: 0px !important;
}

.contact-form-wrp .pad_no_right select.custom-input {
    border-radius: 10px 0px 0px 10px;
    padding: 15px 15px 15px 5px;
    font-size: 14px;
    background-position: right 5px center;
}

.contact-form-wrp .pad_no-left {
    padding-left: 0px !important;
}

.contact-form-wrp .pad_no-left input {
    border-radius: 0px 10px 10px 0px !important;
}

.contact-form-wrp .phone_grid_contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-form-wrp .phone_grid_contact select {
    width: 100%;
    padding: 15.5px 25px 15.5px 7px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
}

.contact-form-wrp .phone_grid_contact select:focus {
    box-shadow: none;
}

.contact-form-wrp .phone_grid_contact input {
    width: 100%;
    border-radius: 0px 10px 10px 0px;
}

.contact-form-wrp .custom-select-cvr {
    position: relative;
}

.contact-form-wrp .custom-select-cvr::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-form-wrp .form-select.custom-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px;
}

.contact-form-wrp .custom-textarea {
    resize: none;
}

.contact-form-wrp .btn-submit {
    background: #ef3338;
    color: #fff;
    border-radius: 12px;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
}

.contact-form-wrp .btn-submit:hover {
    background: #d92b30;
    color: #fff;
}


.form-field {
    position: relative;
}

.form-field input {
    width: 100%;
    height: 48px;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    background: #fff;
    color: #666;
    margin: 0px;
}


.phone_grid {

    display: flex;
    flex-wrap: wrap;
    align-items: center;


}

.phone_grid .form-field.phone-wrapper {
    width: 70%;
}

.phone_grid .form-field.phone-wrapper input {
    border-radius: 0px .25rem .25rem 0px !important;
}

.phone_grid .form-field.phone-code {
    width: 30%;
}

.phone_grid .form-field select {
    width: 100%;
    height: 48px;
    padding: 12px 5px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    font-size: 13px;
    background: #fff;
    color: #666;
    text-align: center;
    border-right: none;
    border-radius: .25rem 0px 0px .25rem;
    margin: 0px;

}




.fake-placeholder {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666666;
    font-size: 14px;
    pointer-events: none;
    transition: 0.2s ease;
}

.fake-placeholder em {
    color: red;
    font-style: normal;
}

/* hide placeholder on focus or typing */
.form-field input:focus+.fake-placeholder,
.form-field input:not(:placeholder-shown)+.fake-placeholder {
    opacity: 0;
}

.select-field {
    position: relative;
}

.form-field p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.form-field textarea {
    resize: none;
}

.select-field select {
    width: 100%;
    height: 48px;
    padding: 12px 40px 12px 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

/* dropdown arrow */
.select-field::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat center;
    transform: translateY(-50%);
    pointer-events: none;
}

/* fake placeholder */
.select-field .fake-placeholder {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.select-field em {
    color: red;
    font-style: normal;
}

/* hide placeholder when selected */
.select-field select:focus+.fake-placeholder,
.select-field select:valid+.fake-placeholder {
    opacity: 0;
}


.phone-wrapper {
    position: relative;
}

.phone-wrapper input {
    width: 100%;
    height: 57px;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

/* fake placeholder */
.phone-wrapper .fake-placeholder {
    position: absolute;
    left: 14px;
    /* space for flag dropdown */
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    pointer-events: none;
}

.phone-wrapper em {
    color: red;
    font-style: normal;
}

/* hide placeholder */
.phone-wrapper input:focus+.fake-placeholder,
.phone-wrapper input:not(:placeholder-shown)+.fake-placeholder {
    opacity: 0;
}

/* intl-tel-input overrides */
.iti {
    width: 100%;
}

.iti__flag-container {
    left: 10px;
}




.checkbox-select {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.select-trigger {
    /* border: 1px solid #e5e5e5; */
    padding: 14px 25px 14px 14px;
    cursor: pointer;
    background: #fff;
    position: relative;
    height: 57px;
    /* lock height */
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
}

.select-trigger::after {
    /* content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; */
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    background-size: contain;

}

.placeholder {
    white-space: nowrap;
    /* single line */
    overflow: hidden;
    /* hide overflow */
    text-overflow: ellipsis;
    /* … */
    max-width: 95%;
    display: block;
    background-color: transparent;
    cursor: default !important;
    opacity: 1;
    font-weight: 400;
}

.placeholder em {
    color: red;
    font-style: normal;
}

.select-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 260px;
    overflow-y: auto;
    z-index: 99;
}

.checkbox-select.active .select-dropdown {
    display: block;
}

.optgroup {
    padding: 8px 0;
}

.optgroup-label {
    font-weight: 600;
    padding: 8px 12px;
    background: #f5f5f5;
    font-size: 13px;
}

.select-dropdown label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
}

.select-dropdown label:hover {
    background: #f0f0f0;
}

.select-dropdown input[type="checkbox"] {
    cursor: pointer;
}


.checkbox-select .select-dropdown {
    display: none;
}

.checkbox-select.active .select-dropdown {
    display: block;
}

.select-dropdown label {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 5px;

    align-items: start;
    /* 👈 key fix */
    padding: 8px 12px;

    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    border-bottom: 1px solid #e4e4e4;
}

.select-dropdown input[type="checkbox"] {
    margin-top: 2px;
    /* fine-tune baseline */
    flex-shrink: 0;
    height: 15px;
}


.single-option {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.single-option:hover {
    background: #f0f0f0;
}

.single-option.active {
    background: #e6f0ff;
    font-weight: 500;
}

.get_in_touch_rhs .contact-form .phone_grid_contact {
    display: flex;
}

.get_in_touch_rhs .contact-form .phone_grid_contact .form-select {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.get_in_touch_rhs .contact-form .phone_grid_contact .form-control {
    width: 100%;
    border-radius: 0px 10px 10px 0px;
}


.get_in_touch_rhs .contact-form .phone_grid_Select{ width: 60%;}



/* iOS-specific fixes for checkboxes */
@supports (-webkit-touch-callout: none) {

    /* Force proper checkbox sizing */
    .select-dropdown input[type="checkbox"] {
        -webkit-appearance: none !important;
        appearance: none !important;
        width: 15px !important;
        /* Increased from 10px */
        height: 15px !important;
        /* Increased from 10px */
        min-width: 15px !important;
        /* Prevents shrinking */
        max-width: 15px !important;
        /* Prevents growing */
        border: 1px solid #999 !important;
        border-radius: 4px !important;
        background: #fff !important;
        margin-right: 0px !important;
        margin-left: 0 !important;
        flex-shrink: 0 !important;
        transform: scale(1) !important;
        /* Force no scaling */
        position: relative !important;
        top: 0 !important;
        padding: 10px 10px !important;
    }

    /* Checked state using background image instead of ::after (more reliable) */
    .select-dropdown input[type="checkbox"]:checked {
        background-color: #007bff !important;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 12px 12px !important;
        border-color: #007bff !important;
    }

    /* Fix label alignment */
    .select-dropdown label {
        display: flex !important;
        align-items: center !important;
        padding: 8px 5px !important;
        min-height: 44px !important;
        /* iOS minimum touch target */
        cursor: pointer !important;
        gap: 8px !important;
    }

    /* Prevent zoom on focus (iOS quirk) */
    .select-dropdown input[type="checkbox"]:focus {
        outline: none !important;
    }

    /* Optional: style the text */
    .select-dropdown label span {
        font-size: 16px !important;
        line-height: 1.3 !important;
        color: #333 !important;
    }

    .get_in_touch_rhs .contact-form input,
    .get_in_touch_rhs .contact-form select,
    .get_in_touch_rhs .contact-form textarea {
        font-size: 16px !important;
    }
	
	.get_in_touch_rhs .contact-form .phone_grid_Select{ width: 100%;}

}