/* Module Custom Styles */
/*Start clean style*/
.ag-hero-banner {
    margin: auto;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 0;
    margin-top: 92px !important;
}

.was-validated .form-control:valid {
    background: none;
}

.error {
    border: 1px solid rgba(232, 43, 48, 1) !important;
}

.ag_contactus_div.err-border:focus-within {
    border: 1px solid rgba(232, 43, 48, 1) !important;
}

.iti > .form-control:invalid {
    background-position: right 42px center !important;
}

.phone-container-input {
    padding: 0 !important;
    margin-top: -11px;
}

.phone-label {
    margin-left: 105px;
    margin-top: 15px;
    position: absolute;
    z-index: 1;
}

input[type="tel"] {
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem !important;
    padding-top: 25px;
}

.height-75px {
    height: 75px;
}

.border-gray {
    border-color: #dee2e6 !important;
}

.iti {
    width: 100%;
    height: 75px;
    margin-bottom: 30px;
}

.iti__country-container {
    left: 0;
}

.iti__selected-country-primary {
    padding: 0px 21px 1px 32px !important;
    border-right: 1px solid;
    height: 75px !important;
}

.iti .iti__selected-dial-code {
    margin-top: 20px;
    margin-left: 20px !important;
}

.phone-input {
    padding-left: 135px;
}

.err-phone {
    margin-top: -24px !important;
    margin-left: 0 !important;
    margin-bottom: 6px !important;
}

.err-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(232, 43, 48, 1);
    margin-left: -54px;
}

.char-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(121, 126, 132, 1);
    margin-right: -14px;
}

.custom-red {
    color: rgba(232, 43, 48, 1) !important;
}

.gray-500 {
    color: rgba(121, 126, 132, 1);
}

.mt-34px {
    margin-top: 34px;
}

.mt-16px {
    margin-top: 16px;
}

.mt-16px-contact {
    margin-top: 16px;
}

.err-border {
    border: 1px solid rgba(232, 43, 48, 1) !important;
}

.err-des {
    margin-left: -14px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Define columns for the grid */
    gap: 24px;
    /* Set gap for spacing */
}

.text-white {
    color: #fff;
}

.gap-form-custom {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.custom-input-group {
    height: 221px !important;
}

.custom-btn-padding {
    padding: 13px 36px;
}

.office-subtitle {
    color: #45E8FF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.office-heading {
    color: #fff;
    font-family: 'Noto Sans' !important;
    font-style: normal !important;
}

.background-div {
    margin: auto;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.custom-border {
    border-bottom: 1px solid #45E8FF;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.office-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.icon-size {
    width: 24px;
    height: 24px;
}

.flex-c {
    display: flex;
}

@media (min-width: 1000px) and (max-width: 1400px) {
    /* Place your styles here */
    .banner-contactpage {
        min-height: 1000px !important;
    }
}

@media (max-width: 1400px) {
    /* Adjust max-height for small screens */
    .flex-c {
        display: block; /* Example: Adjusted collapsed height for small screens */
    }
}

/*End clean style*/
section {
    margin-bottom: 0px !important;
}

body {
    font-family: 'Noto Sans' !important;
}

.banner_titile {
    font-family: 'Noto Sans' !important;
}

.container_test {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-contactpage {
    height: auto !important;
    min-height: 860px;
}

.item {
    margin-bottom: 20px;
    /* Adjust as needed */
    overflow: hidden;
    /* Ensure hidden overflow for smooth animation */
    transition: max-height 500ms;
    /* Apply transition to max-height */
    max-height: 50px;
    /* Initial collapsed height, adjust as needed */
}

    .item:hover {
        max-height: 320px;
        /* Expanded height on hover, adjust as needed */
    }

        .item:hover h5,
        .item:hover span {
            color: #45E8FF;
            /* Color change on hover for h5 */
            fill: #45E8FF;
            /* Color change on hover for SVG */
        }

@media (max-width: 760px) {
    /* Adjust max-height for small screens */
    .item-smaller {
        max-height: 85px; /* Example: Adjusted collapsed height for small screens */
    }
}

@media (max-width: 388px) {
    /* Adjust max-height for small screens */
    .item-smaller {
        max-height: 105px; /* Example: Adjusted collapsed height for small screens */
    }
}

@media (max-width: 428px) {
    /* Adjust max-height for small screens */
    .item-smaller-1 {
        max-height: 85px; /* Example: Adjusted collapsed height for small screens */
    }
}

@media (max-width: 700px) {
    input.form-control.height-75px {
        height: 99.8px !important;
    }

    .iti {
        height: 99.8px;
        margin-bottom: 5%;
    }

    .iti__selected-country-primary {
        height: 99.8px !important;
    }

    .err-phone {
        margin-top: -15px !important;
        margin-bottom: -1px !important;
    }

    p.err-message {
        margin-left: -43px;
        margin-top: 10px !important;
    }

    p.err-phone {
        margin-top: -15px !important;
    }

    .mt-34px {
        margin-top: 13px;
    }

    p.err-des {
        margin-left: -8px;
        margin-top: 0 !important;
    }

    p.err-subject-des {
        margin-top: 0 !important;
    }

    .mt-10px-sm {
        margin-top: 10px !important;
    }

    .char-count {
        margin-right: -9px;
    }
}

@media (min-width: 701px) and (max-width: 1024px) {
    input.form-control.height-75px {
        height: 137.3px !important;
    }

    .iti {
        height: 137.3px;
        margin-bottom: 5%;
    }

    .iti__selected-country-primary {
        height: 137.3px !important;
    }

    p.err-message {
        margin-left: -43px;
        margin-top: 10px !important;
    }

    p.err-subject-des {
        margin-top: 0 !important;
    }

    p.err-phone {
        margin-top: -15px !important;
    }

    .mt-34px {
        margin-top: 22px;
    }

    p.err-des {
        margin-left: -15px;
        margin-top: 0 !important;
    }
}

/*hero session*/
.bg-cover {
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    margin-bottom: 0px;
}

.hero-section {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* about */
.about {
    width: 95%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    background: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.share-button {
    left: 95%;
    top: 10%;
    width: 24px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.share-button-style {
    background-color: transparent;
    border: none;
    width: 24px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('Themes/Oqtane.Theme.Arsha/assets/img/share.png');
    transition: all 300ms ease-in;
}

    .share-button-style:focus {
        outline: none;
        box-shadow: none;
    }

.social-icons {
    list-style: none;
    background: #E3E2E6;
    border-radius: 75px;
    padding-right: 162px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -180px;
    display: flex;
    opacity: 0;
    transition: all 300ms ease-in;
}

    .social-icons.show {
        opacity: 1;
    }

    .social-icons li {
        margin-right: 8px;
    }

        .social-icons li:last-child {
            margin-right: 0;
        }

.about-content h4 {
    font-family: Noto Sans;
    font-size: 31.25px;
    font-weight: 700;
    line-height: 43.75px;
    text-align: center;
}

.about-content .address {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.job-type {
    width: 106px;
    height: 36px;
    padding: 8px 20px;
    gap: 10px;
    border: 0px solid;
    border-radius: 100px;
    background: #F2F7FF;
    color: #066BFC;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: center;
}

.line {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
    color: #45E8FF;
}

.link {
    text-decoration: none;
    color: white;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
}

    .link:hover {
        color: #fff;
    }

.link-active {
    color: #FFFFFF80;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
}

    .link-active:hover {
        color: #FFFFFF80;
        text-decoration: none;
    }

/* custom css*/
@media (min-width: 991px) {

    .rowgap80 {
        margin-top: 80px !important;
    }

    .ag_contactus_div {
        height: 75px !important;
        padding: 6px !important;
        margin-bottom: 30px !important;
    }

        .ag_contactus_div:active {
            border: 1px solid #066BFC !important;
        }

        .ag_contactus_div:focus-within {
            border: 1px solid #066BFC !important;
        }

        .ag_contactus_div:ta {
            border: 1px solid #066BFC !important;
        }

    .item h5 {
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .ag_contactus_div_inner {
        height: 63px !important;
    }

    .icon-right {
        display: flex;
        align-items: center;
    }

    .contacus-section .container,
    .contacus-section .container-lg,
    .contacus-section .container-md,
    .contacus-section .container-sm,
    .contacus-section .container-xl {
        max-width: 95% !important;
    }
}

@media screen and (max-width: 1400px) {
    .offset-2 {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .offset-2 {
        margin-left: 0;
    }

    .banner-contactpage {
        min-height: 1097px;
    }

    .share-button {
        top: 80% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .about .box {
        height: 195px !important;
    }

    .social-icons {
        z-index: -1;
        top: -40% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        transition: all 300ms ease-in;
    }

    .share-button-style.move-right-style {
        transform: translateX(350%) !important;
        transition: all 300ms ease-in;
    }

    .nav-link-cus {
        top: 130px;
        left: 0;
        margin-left: 0px !important;
        position: static;
    }

        .nav-link-cus .link {
            color: #066BFC;
        }

        .nav-link-cus .link-active {
            color: #8E9298;
        }

    .hero-section {
        top: 70px;
    }

    .key-job-card .row {
        background: #FFFFFF !important;
    }

        .key-job-card .row .col-11 {
            border: 1px solid #B9BBBF;
            border-radius: 10px;
        }

    .btn-avg {
        left: 0 !important;
        transform: unset !important;
    }
}

@media (max-width: 2000px) {
    section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 450px) {
    .banner-contactpage {
        min-height: 1372px;
    }

    .share-button {
        top: 85% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .about .box {
        height: 210px !important;
    }

    .social-icons {
        z-index: -1;
        top: -20% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        transition: all 300ms ease-in;
    }

    .share-button-style.move-right-style {
        transform: translateX(350%) !important;
        transition: all 300ms ease-in;
    }
    /*Job detail content*/
    .detail-content {
        padding-top: 50px !important;
    }

    .key-job-card .row {
        background: #FFFFFF !important;
    }

        .key-job-card .row .col-11 {
            border: 1px solid #B9BBBF;
            border-radius: 10px;
        }
}

btn-avg:hover {
    text-decoration: none;
    color: inherit;
}

.btn-avg {
    background: linear-gradient(to right, #066BFC, #5EA1FD);
    border-radius: 50px;
    text-decoration: none;
    color: inherit;
    border: transparent;
    color: white;
    width: 198px;
    height: 48px;
    padding: 10px 30px 10px 30px;
    gap: 8px;
}

.custom-btn {
    background: linear-gradient(70.15deg, #066BFC 16.67%, #5EA1FD 100%);
    color: #fff;
    /* Text color */
    border: none;
    /* Remove default button border */
    transition: all 0.5s ease;
    /* Transition for smooth hover effect */
    padding: 0 0 !important;
    /* Initial padding */
}

    .custom-btn:hover {
        background: linear-gradient(70.15deg, #066BFC 16.67%, #5EA1FD 100%);
        color: #fff;
        /* Text color on hover */
        padding: 0 25px !important;
        /* Adjusted padding on hover */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* Optional: Add a shadow effect */
    }

.text-title {
    color: #394049;
    font-family: Noto Sans;
    font-size: 31.25px;
    font-weight: 700;
    line-height: 43.75px;
    text-align: center;
    margin-bottom: 30px !important;
}

/* style for input*/
.border {
    border: 1px solid #dee2e6 !important;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.bg-white {
    background-color: #fff !important;
}

.border-0 {
    border: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.container-input {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    padding: 16px 16px 16px 0;
}

.label {
    align-self: stretch;
    color: #646970;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 600;
    line-height: 16.80px;
    word-wrap: break-word;
}

.input-text {
    align-self: stretch;
    color: #21272D;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word;
    border: none;
    border-radius: .25rem;
    padding: .375rem .75rem .375rem 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    outline: none;
    /* Removes outline when focused */
    background-color: transparent;
    /* Ensures no background on input */
}

.input-text-link {
    align-self: stretch;
    color: #21272D;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word;
    border: none;
    border-radius: .25rem;
    padding: 0 .75rem .375rem 0;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    /* Removes outline when focused */
    background-color: transparent;
    /* Ensures no background on input */
}

.input-text::placeholder {
    color: #21272D;
    /* Ensures the placeholder text matches input text color */
}

.input-text:focus {
    border: none;
    /* Ensures no border on focus */
    outline: none;
    /* Ensures no outline on focus */
}

.input-text:active {
    border: none;
    /* Ensures no border on active */
    outline: none;
    /* Ensures no outline on active */
}

.resume-container {
    width: 326px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 20px;
}

.resume-label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.resume-text {
    color: #394049;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
}

.required {
    color: #E82B30;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
    margin-left: 4px;
    /* Adds some space between the label and the asterisk */
}

.supported-files {
    color: #8E9298;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
}

.pos-input-center {
    top: 50%;
    transform: translateY(-50%) !important;
}

/* style for modal*/
.modal-content-custom {
    padding: 32px 80px;
    background: white;
    box-shadow: 0px 2px 30px 5px rgba(142, 146, 152, 0.35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.modal-body-custom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.modal-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.image-container-custom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.image-custom {
    width: 64px;
    height: 62.69px;
    background-image: url('Themes/Oqtane.Theme.Arsha/assets/img/Success.png');
    background-size: cover;
}

.modal-title-custom {
    text-align: center;
    color: #394049;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    word-wrap: break-word;
}

.modal-description-custom {
    text-align: center;
    color: #8E9298;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
}

.button-container-custom {
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.button-custom {
    width: 95px;
    padding: 12px 36px;
    background: linear-gradient(69deg, #066BFC 17%, #5EA1FD 100%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.button-text-custom {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .modal-content-custom {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .modal-title-custom {
        font-size: 20px;
    }

    .modal-description-custom {
        font-size: 12px;
    }

    .button-custom {
        padding: 10px 20px;
    }

    .button-text-custom {
        font-size: 14px;
    }
}

/*For phone picker*/

.contactus_div {
    height: 75px !important;
    /* padding: 6px !important; */
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.input-phonenumber {
    display: flex;
    gap: 10px;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-left: 1px solid #A4A7AB;
    padding: 14px 20px 14px 20px;
}

.phone-picker {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}

.select-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

    .select-box input {
        width: 100%;
        font-size: 1.1rem;
        border: .1rem solid transparent;
        outline: none;
        padding: 0;
    }

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 16px 20px;
}

    .selected-option div {
        position: relative;
        padding: 6px 12px;
        text-align: center;
        cursor: pointer;
    }



.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: .1rem solid #ddd;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
    max-height: 20rem;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

    .options.active {
        display: block;
    }

    .options .option {
        padding: .5rem 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .1rem solid #eee;
    }

        .options .option:hover {
            background-color: #f7f7f7;
        }

        .options .option .country-name {
            margin-left: .5rem;
        }

        .options .option .flag {
            font-size: 1.5rem;
        }
/*For phone picker*/
.ag_contactus_div:active {
    border: 1px solid #066BFC !important;
}

.contact-infor {
    display: flex;
    gap: 16px;
    flex-direction: row;
}

.contact-comp {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

input:focus {
    caret-color: #066BFC;
}
/*overide Module.css*/
.form-control {
    display: block;
    width: 100%;
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .item {
        margin-bottom: 20px;
        overflow: hidden;
        transition: max-height 500ms;
        max-height: 70px;
        width: 110%;
    }

        .item:hover {
            max-height: 320px;
        }
}


@media (max-width: 1280px) and (min-width: 821px) {



    .container {
        max-width: 720px !important;
    }

    .offset-2 {
        margin-left: 0;
    }
}



@media screen and (max-width: 1024px) {
    .ag_contactus_div:focus {
        border: 1px solid #066BFC !important;
    }

    .form-control {
        height: 90% !important;
    }

    .banner-contactpage {
        min-height: 1097px !important;
    }

    .grid-container {
        grid-template-columns: 1fr;
    }

    .mt-17px-md {
        margin-top: 17px;
    }
}
/*For MGATE*/

.company-phoneN {
    color: #fff;
    font-size: 16px;
}

.company-email {
    color: #fff;
    font-size: 16px;
}

.company-address {
    font-size: 16px;
    line-height: 1.4;
}

.company-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #45E8FF;
}

.footer-banner-subtitle {
    font-family: 'Noto Sans' !important;
    margin-bottom: 0 !important;
    font-style: normal !important;
    font-size: 48.83px !important;
    line-height: 61.04px !important;
}

.footer-banner-title {
    color: #45E8FF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-banner {
    margin: auto;
    padding: 80px 20px !important;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(70, 70, 74, 0.1), rgba(70, 70, 74, 0.88)), url('Themes/Oqtane.Theme.Arsha/assets/img/img_malaysia.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*Footer banner E*/

/*Form S*/
.btn-text-adjust {
    font-size: 16px;
    line-height: 24px;
}

.padding-text-button {
    padding: 13px 36px;
}

.h-180px {
    height: 180px;
}

.align-decrip-custom {
    height: 221px !important;
    margin-bottom: 0 !important
}

.ps-16px {
    padding-left: 16px;
}

.lh-18px {
    line-height: 18px;
}

.mb-32px {
    margin-bottom: 32px !important;
}

.text-title.align-title-custom {
    margin-bottom: 0 !important;
    padding-bottom: 32px;
}

.align-form-custom {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/*Form E*/

/*Hero banner S*/
.cl-white {
    color: #fff;
}

.subtitle-text {
    color: #fff;
    font-size: 1.25rem
}

.contact-comp {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

@@media (max-width: 1280px) and (min-width: 1024px) {
    .item {
        margin-bottom: 20px;
        overflow: hidden;
        transition: max-height 500ms;
        max-height: 70px;
        width: 110%;
    }

        .item:hover {
            max-height: 320px;
        }
}

@@media (max-width: 780px) {
    .address-section {
        margin-top: 40px;
    }
}