
:root {
    --primary-color: #80368B;
    --black-color: #1E293B;
    --green-color: #51C4A1;
    --gold-color: #DBC68A;
    --primary-color-opactiy: #F6DEFD26;
    --primary-font-family:  "Nunito", sans-serif;
    --secondary-font-family: "Open Sans", sans-serif;
}

.head-font {
    font-family: var(--primary-font-family);
}

.body-font {
    font-family: var(--secondary-font-family);
}

span, 
a, 
label,
::placeholder,
.form-title,
p,
.upload-btn,
ul,
li,
.active-title {
    font-family: var(--secondary-font-family);
}

.hero-banner .text-wrapper h1 {
    color: var(--primary-color);
    font-family: var(--primary-font-family);
}

.hero-banner .text-wrapper p {
    font-family: var(--secondary-font-family);
}

.joblist h4 {
    font-family: var(--primary-font-family);
}

.joblist span.counting {
    font-family: var(--primary-font-family);
    color: var(--primary-color);
}

.result-filter label {
    font-family: var(--primary-font-family);
}


.field-search {
    border: 2px solid #CBD5E1;
    border-radius: 10px;
    padding:0 10px;
}

.btn-search {
    border: 1px solid #CBD5E1 !important;
    border-radius: 10px !important;
}

.btn {
    padding: 0 !important;
}

::placeholder {
    color: #94A3B8;
}

.divider {
    background: linear-gradient(313.5deg, rgb(222 0 255 / 25%) -251.47%, rgba(255, 255, 255, 0.5) 57.39%);
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-filter-border-bottom {
    border-bottom: 1px solid #CBD5E1;
    padding-bottom: 30px;

    select {
        border: 1px solid #CBD5E1 !important;
    }

    label {
        font-family: var(--secondary-font-family);
    }
}

.bg-testimonial {
    background: radial-gradient(39.34% 90.61% at 50.11% 38.67%, #FFFFFF 0%, rgba(251, 237, 255, 0.02) 50%, rgba(246, 222, 253, 0.15) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    height: 350px;
}

.slick-slider {
    margin:0 -10px;
}
.slick-slide {
    padding:10px;
    margin-right:10px;
    margin-left:10px;
}

/* .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.05);
    transition: all 0.5s;
} */

.border-left {
    background: linear-gradient(90deg, #80368B 0%, #51C4A1 100%);
}

.desktop {
    display: block;
}

.desktop-flex {
    display: flex;
}

.mobile-purpose {
    display: none;
}

.field-wrapper {
    width: 300px;
}

.field-wrapper input {
    border-radius: 10px;
}

button[type="submit"] {
    width: 100%;
    background-color: #80368B;
}

#footer-widgets .container .row {
    display: flex !important;
    flex-wrap: wrap;
}

#header-space {
    height: auto !important;
}
@media(min-width:1280px) and (max-width:1400px) {
    .footer-card {
        flex-wrap: wrap;
        gap:20px
    }

    .custom-card {
        height: 500px !important;
    }
}


@media(min-width:300px) and (max-width:800px) {

    .bg-testimonial {
        background: radial-gradient(39.34% 90.61% at 50.11% 38.67%, #FFFFFF 0%, rgba(251, 237, 255, 0.02) 50%, rgba(246, 222, 253, 0.15) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        height: auto;
    }


    .field-wrapper {
        width: 100%;
    }

    .parent-field-search {
        width: 100% !important;
    }

    .field-wrapper input {
        width: 100%;
    }


    .desktop {
        display: none;
    }

    .desktop-flex {
        display: none;
    }

    .mobile-purpose {
        display: block;
    }

    .group {
        overflow: hidden !important;

        span {
            font-size:14px
        }
    }

    .hero-banner {
        border-radius: 0 0 20px 20px;
        height:400px !important;

        .content  {
            bottom: 70px !important;
        }
    }

    .content-wrapper {
        max-width: 100%;
        width: 100% !important;
        flex-direction: column;
    }

    .hero-banner .text-wrapper h1 {
        font-size: 35px;
    }

    .field-search {
        width: 280px;
    }

    .divider-text {
        h2 {
            font-size: 20px !important;
            line-height: 30px !important;
        }

        p {
            font-size: 14px !important;
            margin-bottom: 30px;
        }
    }

    a.btn-green-contact {
        width: 180px;
        height: 40px;
    }

    .job-lists h3 {
        font-size: 15px !important;
    }

    .custom-card .wrapper {
        padding: 10px !important;
    }

    .custom-card p {
        font-size: 12px !important;
    }

    .custom-card button {
        width: 100% !important;
    }

    .load-more {
        display: none !important;
    }

    .pagination {
        justify-content: center !important;
    }

    .divider  {
        margin-top: 30px !important;
        padding: 20px 0 !important;
        height: auto !important;
    }

    .content-divider {
        padding-left: 39px !important;
        padding-right: 18px !important;
        order:2;
    }

    .divider h3 {
        font-size: 24px;
    }

    .content-divider p {
        font-size: 14px;
    }

    .testimonial h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .testimonial .left-section {
        order: 2;
    }

    .testimonial .right-section {
        order: 1;
    }

    .divider-img-wrapper {
        justify-content: center;
        order:1;

        img {
            height: 250px;
        }
    }

    .bg-testimonial {
        padding: 30px !important;

        p {
            font-size: 12px ;
            line-height: 20px;
        }
    }

    .form-one h2 {
        font-size: 17px;
    }

    .form-one {
        margin-top: 50px !important;
    }

    .form-one p {
        font-size: 12px;
        margin-top: 15px;
    }

    .card-formOne {
        padding: 15px !important;
    }

    .slide-again h2 {
        margin-bottom: 50px !important;
    }

    .slick-item {
        .slick-track {
            padding-top: 50px;
        }
    }

    .left-info {
        width: 100%;
    }

    .right-info {
        width: 100%;
    }

    .maps {

        margin-top: 50px;
        padding-top: 0 !important;

        h2 {
            font-size: 25px;
        }

        p {
            font-size: 14px;
        }
        .maps-wrap {
            flex-direction: column-reverse;
        }
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .field-search {
        width: 100% !important;
    }

}

@media (min-width: 300px) and (max-width: 650px) {

    .result-filter {
        width: 100% !important;
    }

    .group {
        span {
            font-size: 12px;
        }
    }

    .btn-search {
        padding: 5px !important;
    }
}


@media(min-width:800px) and (max-width:1100px) {
    .divider {
        height: auto;
    }
}

.select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 12px !important;
}

.select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CBD5E1 !important;
    border-radius: 7px !important;
    height: 42px !important;
}

.reset-btn {
  display: none;
}

body[data-button-style^="rounded"], 
button {
    border-radius: 12px !important;
}

#sort {
    border: none !important;
    box-shadow: none !important;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    padding: 0 16px;
    font-size: 14px;
    font-family: inherit;
}

.contact-form textarea {
    height: auto;
    padding: 12px 16px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px var(--primary-color);
}

.contact-form__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.contact-form__checkbox input {
    width: 16px;
    height: 16px;
}

.contact-form input[type="submit"] {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.contact-form input[type="submit"]:hover {
    opacity: 0.9;
}

.two-col-wrap p {
    display: flex;
    gap: 10px;

    span {
        width: 100%;
    }
}

.contact-form__grid-2 p {
    display: flex;
    gap: 10px;

    span {
        width: 100%;
    }
}

.upload-box {
    background: rgba(250, 250, 250, 1);
    border-radius: 10px;
    border: 2px dotted rgba(128, 54, 139, 1);
    padding: 50px 0 20px 0;

    .upload-box__inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.form-section {
    margin: 0 !important
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 12px !important
}

label.upload-btn {
    position: relative;
    background: rgba(211, 146, 224, 1);
    color: rgba(128, 54, 139, 1);
    border: 1px solid rgba(128, 54, 139, 1) !important;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
    height: 50px;
    line-height: 8px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.wpcf7 input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0 !important;
}


.file-name {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

.upload-box__inner p {
    text-align: center;
}

span.wpcf7-not-valid-tip {
    background: none;
    border: none;
    box-shadow: unset !important;
}

.upload-box span.wpcf7-not-valid-tip {
    margin-top: 40px !important
}

/* #filterDrawer {
    overflow-y:scroll
} */

@media(max-width:800px) {
    #filterDrawer {
        height: 500px;
    }

    .hero-banner img {
        border-radius: 0 0 20px 20px !important;
    }
}

span.page-numbers.current {
    background: rgb(126 34 206 / 8%);
    padding: 5px 15px;
    color:rgba(126, 34, 206, 1);
    border-radius:15px
}

@media(min-width:1280px) and (max-width:2000px) {
    #filterDrawer {
        margin-top:140px
    }
}

.data_1,
.data_2,
.cx2_personal-gender {
    margin:15px 0
}

.cx_h3.cx2_h3_contact {
    margin-top: 30px;
    margin-bottom: 20px;
}

.cx2_applyform-apply {
    margin: 30px 0;
    width: 100% !important;
    border-radius: 15px !important; 
    background-color: #723989 !important;
}

.data_3 {
    margin-top: 20px;
}

.carerix_input  {
    border-radius: 15px !important;
}

.cx2_personal-gender {
    display: flex;
    flex-direction: column;
}

.carerix_labels.cx2_labels_personal-gender {
    display: flex;
    gap:20px;
    align-items: center;
}

body[data-button-style^="rounded"] input[type=submit] {
    border-radius: 15px !important;
}

.carerix_input[type="file"] {
    border-radius: 0 !important;
}

.cx2_personal-birthDate {
    margin-bottom: 20px;
}

.carerix_required {
    border: transparent !important;
}