:root {
    --header-height-desktop: 100px;
    --header-height-mobile: 70px;
    --primary-bg-color: rgba(255, 255, 255, 1);
    --color-text: rgba(50, 45, 41, 1);
    --color-background: rgba(255, 255, 255, 1);
    --transition-default: 0.3s ease
}

body {
    overflow-x: hidden;
}

.main-content {
    padding-top: var(--header-height-desktop);
    background-color: var(--primary-bg-color);
    overflow-x: hidden;
}

.contact_main_container {
    font-family: "Plus Jakarta Sans";
    /* background-color: rgba(252, 252, 252, 1); */
    width: 100%;
    padding: 30px 20px;
    /* padding-top: var(--header-height-desktop); */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px
}

.content {
    width: 80%;
    max-width: 1200px;
    flex: 1;
    padding-right: 20px;
}

.contact-section .section-header {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 3rem;
    max-width: 40%;
}

.contact-section .section-label {
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(39, 53, 175, 1);
    display: flex;
    gap: 8px;
    /* margin-bottom: 0.75rem; */
    font-family: 'Plus Jakarta Sans';
}

.contact-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    line-height: 32px;
    letter-spacing: 1%;
    font-family: 'Plus Jakarta Sans';
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.section-dis-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2%;
    color: rgba(132, 134, 138, 1);
    margin-bottom: 1rem;
    font-family: 'Plus Jakarta Sans';
}

.contact_container {
    display: flex;
    justify-content: center;
    font-family: 'Plus Jakarta Sans';
    margin-top: 30px
}

.contact_title {
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
}

.contact_sub_title {
    display: flex;
    justify-content: center;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding: 0 20px 20px 0
}

.contact_info_container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    /* padding: 32px 30px; */
    justify-content: space-between;
    gap: 40px;
    background-color: rgba(252, 252, 252, 1);
    padding-bottom: 14px;
    padding-top: 14px;
}

.contact_info_left {
    background-color: rgba(30, 40, 133, 1);
    width: 48%;
    min-width: 300px;
    height: auto;
    border-radius: 12px;
    color: rgba(252, 252, 252, 1);
    text-decoration: none;
    font-family: 'Plus Jakarta Sans';
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: space-between
}

.contact_info_body {
    width: 100%;
    padding: 54px 30px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact_info_body a {
    text-decoration: none
}

.contact_info_text {
    color: rgba(234, 236, 250, 1);
    font-size: 24px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
}

.contact_into_sub_text {
    font-weight: 500;
    font-size: 16px;
    color: rgba(234, 236, 250, 1);
    text-decoration: none;
    font-family: 'Plus Jakarta Sans';
    padding: 0;
    margin: 0;
    word-break: break-word;
    line-height: 22.4px;
    letter-spacing: -0.24px;
}

.sub_title_text {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans'
}

.contact_info_field {
    display: flex;
    gap: 16px;
    align-items: start;
}

.contact_info_field-location {
    align-items: start !important;
}

.contact_image_style {
    width: 22px
}

.contact_info_right {
    width: 48%;
    min-width: 300px;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    font-family: 'Plus Jakarta Sans';
}

.contact_name_field {
    display: flex;
    gap: 30px;
    width: 100%;
    min-height: 98px
}

.contact_field_group {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    min-height: 98px
}

.contact_field_group_sub_btn {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-top: 5px
}

.contact_info_field.bg-image {
    background-image: url('../img/pages-img/contact-rgt-cont-img.webp');
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 50%;
    border-radius: 8px;
    display: flex;
    align-items: end;

}

.field_group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555
}

.contact_feilds {
    border: 1px solid rgba(169, 151, 139, 1);
    border-radius: 12px;
    min-height: 45px;
    max-height: 55px;
    text-align: left;
    text-indent: 15px;
    outline: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #555;
    font-family: 'Plus Jakarta Sans';
    box-sizing: border-box
}

.contact_feilds:focus {
    border: 1px solid #232120
}

.contact_feilds::placeholder {
    color: rgba(50, 45, 41, 0.6);
    text-align: start;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.textarea_msg {
    min-height: 151px
}

.contact_field_font {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(50, 45, 41, 0.6);
    margin-bottom: 6px
}

.contact_msg_feild {
    border: 1px solid rgb(169 151 139);
    border-radius: 12px;
    height: 100px;
    text-align: left;
    padding: 15px;
    outline: none;
    width: 100%;
    resize: vertical;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact_msg_feild:focus {
    border: 1px solid #232120
}

.contact_msg_feild::placeholder {
    color: rgb(50 45 41 / .6);
    text-align: start;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.submit_btn {
    background-color: rgba(57, 73, 211, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 12px;
    text-align: center;
    outline: none;
    font-size: 16px;
    width: 110px;
    min-height: 42px;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.submit_btn:hover {
    background-color: rgb(49, 59, 149);
    box-shadow: 0 4px 12px rgba(57, 73, 211, 0.4);
    transform: translateY(-2px);
}

.error-message {
    color: #fb4444;
    margin-top: 3px;
    display: block;
    text-wrap: normal;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    border-color: #dc3545
}

.span_astrik {
    color: #fb4444
}

.nav-btn-container {
    display: none;
}

.contact_footer_icon {
    width: 20px;
    height: 20px;
}

.floating-buttons {
    display: none;
}

@media (max-width:1200px) {

    .contact_info_left,
    .contact_info_right {
        width: 45%
    }

    .contact_field_group .align {
        display: flex;
        align-items: center;
        margin-top: 25px
    }
}

@media(max-width:992px) {
    .contact_title {
        font-size: 48px
    }

    .contact_sub_title {
        font-size: 18px
    }

    .contact_field_group .align {
        display: flex;
        align-items: center;
        margin-top: 25px
    }

    .content {
        width: 100%;
        padding: 32px;
    }
}

@media(max-width:768px) {
    .contact_info_container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        padding: 0;
    }

    .contact_info_left {
        height: auto;
        width: 0
    }

    .contact_field_group .align {
        display: flex;
        align-items: center;
        margin-top: 25px
    }

    .contact_name_field {
        display: flex;
        flex-direction: column;
        gap: 3px
    }

    .contact_title {
        font-size: 36px
    }

    .contact_sub_title {
        font-size: 16px
    }

    .contact_field_group {
        width: 100%;
        height: 20px;
        gap: 3px
    }

    .contact-section .section-label {
        font-size: 14px;
    }

    .section-dis-label {
        font-size: 14px;
        line-height: 18px;
    }

    .contact-section h2 {
        font-size: 20px;
        font-weight: 700;
        color: rgba(0, 0, 0, 1);
        line-height: 23px;
        letter-spacing: 1%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media(max-width:768px) {


    .contact_info_field.bg-image {
        width: 48%;
        align-items: start;
    }

    .contact_main_container {
        gap: 15px;
        padding-top: 10px;
        padding: 0;
    }

    .contact_field_font {
        font-size: 14px;
        margin-bottom: 5px;
        color: #333
    }

    .contact_info_right {
        gap: 6px;
        min-width: 280px
    }

    .contact_field_group {
        width: 100%;
        min-height: 100px;
        position: relative
    }

    .error-message {
        margin-top: 5px;
        white-space: normal;
        font-size: 13px;
        color: #fb4444;
        position: absolute;
        bottom: -4px;
        width: 100%
    }

    .error-message {
        color: #fb4444;
        display: block;
        margin-top: 0;
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        border-color: #dc3545
    }

    .error-message {
        font-size: 13px;
        margin-top: 3px
    }

    .contact_field_group_sub_btn {
        display: flex;
        margin-top: 6px
    }

    .contact_info_left {
        height: auto;
        width: 100%
    }

    .contact_info_right {
        height: auto;
        width: 100%
    }

    .contact_info_body {
        margin-top: 5px;
        padding: 20px
    }

    .contact_name_field {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%
    }

    .contact_field_group {
        width: 100%;
        min-height: 100px;
        position: relative
    }

    .contact_title {
        font-size: 44px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        text-align: center
    }

    .sub_title_text {
        font-size: 14px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 300;
        text-align: center
    }

    .contact_info_text {
        color: rgba(234, 236, 250, 1);
        font-size: 24px;
        font-weight: 600;
        vertical-align: middle;
        line-height: 30px;
        letter-spacing: 0%;
    }

    .contact_sub_title {
        font-size: 14px;
        display: flex;
        justify-content: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 400;
        text-align: center;
        padding: 0 0 20px 0
    }

    .contact_field_group .align {
        display: flex;
        align-items: center;
        margin-top: 40px;
        flex-direction: column
    }

    .contact_info_field {
        gap: 12px;
        width: 100%
    }

    .contact_into_sub_text {
        font-size: 14px;
        font-weight: 300;
        text-align: start;
        color: rgb(255 255 255, 1);
    }

    .contact_image_style {
        width: 20px
    }

    .contact_feilds,
    .contact_msg_feild {
        height: 45px
    }

    .contact_msg_feild {
        height: 200px;
        min-height: 82px
    }

    .submit_btn {
        margin-top: 20px;
    }

    .submit_btn:hover {
        background-color: rgba(57, 73, 211, 1);
        color: rgba(255, 255, 255, 1);
    }

    .footer-social {
        gap: 12px;
        justify-content: center
    }
}