<style>.nav-link-cus {
    margin-left: 3rem;
    z-index: 10;
}

/*hero session*/
.bg-cover {
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.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-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;
    width: 55%;
    color: #21272D;
}

.about-content .address {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #646970;
}

.job-type {
    width: auto;
    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*/
.ag_contactus_div_inner {
    height: 63px !important;
}

@media (min-width: 991px) {


    .detail-content {
        margin-top: 60px !important;
        padding-top: 5px;
    }
}

@media screen and (max-width: 990px) {
    .about-content h4 {
        width: 100%;
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .input-group {
        margin-bottom: 25px !important;
    }

    .supported-files {
        font-size: 12px !important;
        flex-direction: column;
    }

    .about-content .address {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .about .box {
        height: 210px !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;
    }

    .detail-content {
        margin-top: 200px !important;
        padding-top: 5px;
    }

    .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 screen and (max-width: 450px) {
    .about-content h4 {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #21272D;
        width: 100%;
    }

    .about-content .address {
        font-family: Noto Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #646970;
    }

    .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;
    display: inline-flex !important;
    justify-content: center;
}

.btn-avg-disabled {
    cursor: unset !important;
    background: #E4E4E6 !important;
    background-color: #E4E4E6 !important;
}

.text-title {
    font-family: Noto Sans;
    font-size: 31.25px;
    font-weight: 700;
    line-height: 43.75px;
    text-align: center;
    margin-bottom: 30px;
}

/* style for input*/
.border {
    border: 1px solid #dee2e6 !important;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: 75px;
    margin-bottom: 30px !important;
}

.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%;
    height: calc(1.5em + .75rem + 2px);
    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 {
    /* display: inline-flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px; */
}

.label {
    align-self: stretch;
    color: #646970;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    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', sans-serif;
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word;
    border: none;
    border-radius: .25rem;
    padding: .375rem .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-link {
    align-self: stretch;
    color: #21272D;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    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: 100%;
    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', sans-serif;
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
}

.required {
    color: #E82B30;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    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', sans-serif;
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.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;
    }

    .col input[type="file"] {
        border: 0px !important;
    }
}

/*Share Box Side*/
.margin-top-job-title {
    margin-top: 36px;
}

.share-box {
    width: fit-content;
    position: absolute;
    top: 15%;
    right: 3%;
    display: flex;
    flex-direction: row;
}

.share-button-wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.share-button-group {
    padding: 8px;
    border-radius: 50px;
    background: #E4E4E6;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.show-button-group-active {
    opacity: 1;
    visibility: visible;
}

.share-button {
    left: 90%;
    top: 10%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    border: none;
    transition: left 0.3s ease-in-out;
}

@media screen and (min-width: 392px) and (max-width: 992px) {
    .about-content h4 {
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        color: #21272D;
    }
}

@media (max-width: 990px) {
    .about-content h4 {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        color: #21272D;
    }
}

.share-button-group a {
    cursor: pointer;
    z-index: 5;
}

.share-button-wrap button {
    cursor: pointer;
    z-index: 5;
}

.outlook {
    background-color: transparent;
    border: none;
    padding: 0;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    max-height: 24px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

button.show-tooltip .tooltip {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width:450px) and (max-width: 767px) {

    .share-box {
        top: 80%;
        right: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .share-box {
        top: 70%;
        right: 50%;
    }
}

@media (max-width: 990px) {
    .share-box {
        top: 75%;
        right: 50%;
    }

    .share-button-group {
        position: relative;
        left: 56%;
    }

    .share-button-active {
        left: 144%;
    }
}

/* ITI */
.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: -48px;
}

@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;
    }

    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;
    }

    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;
    }
}

.container-input {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    padding: 16px 16px 16px 0;
}

.err-border {
    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;
}

.ag_contactus_div:active {
    border: 1px solid #066BFC !important;
}

.ag_contactus_div:active {
    border: 1px solid #066BFC !important;
}

.ag_contactus_div:focus-within {
    border: 1px solid #066BFC !important;
}

@media screen and (max-width: 1024px) {
    .ag_contactus_div:focus {
        border: 1px solid #066BFC !important;
    }
}