body,
html {
    overflow-x: hidden;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.header-buttons .elementor-element {
    margin: 2px !important;
}

.iconnn .elementor-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 30px !important;
    padding: 0 !important;
    line-height: 70px;
    position: relative;
    top: 6px;
}

.footer-social-links .elementor-icon-list-icon svg {
    width: 30px;
    border-radius: 4px;
    height: 30px;
    background-color: rgba(37, 36, 123, 1);
    padding: 8px;
    text-align: center !important;
}

.clints-slider img {
    opacity: .5 !important;
}

.custom-image-box {
    overflow: hidden;
    border: 1px solid rgba(187, 187, 214, 0.62);
    border-radius: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.custom-image-box .elementor-image-box-content {
    padding: 40px 20px;
    background-color: #fff;
}

.custom-image-box-icon {
    position: absolute;
    z-index: 1;
    top: 235px;
}

.custom-image-box-icon .elementor-icon {
    border: 4px solid #fff;
}

/* TOP SOCIALS */
.fixed-social {
    position: fixed;
    right: 8px;
    top: 40%;
    z-index: 10;
}

.fixed-social a {
    display: block;
    margin: 2px 0;
    background-color: #fff;
    padding: 6px;
    border-radius: 9px;
    border: 1px solid rgba(187, 187, 214, 0.62);
}

/* UPLOAD CARD */
.upload-card {
    position: fixed;
    right: 18px;
    bottom: 29px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
    width: 330px;
    background: #fff;
    color: rgba(90, 83, 113, 1);
    z-index: 9;
}

.upload-card h6 {
    background-color: rgba(16, 15, 52, 1);
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding: 18px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.upload-card h6 img {
    width: 24px;
    background: #fff;
    height: 24px;
    padding: 3px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.upload-card .cardd-body {
    padding: 25px;
    font-family: "Roboto";
}

.upload-card a {
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    outline: 0;
    background-color: rgba(37, 36, 123, 1);
    font-family: "Roboto";
    font-weight: 500;
    display: inline-block;
}

.upload-card a img {
    display: inline !important;
}

.upload-card button:hover {
    opacity: .9;
}

.upload-card-next {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    left: -16px;
    cursor: pointer;
    top: calc((100% - 32px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/*  job card*/
.jobsSlider {
    overflow: visible !important;
    /* display: none; */
}

.job-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    transition: .3s;
    border: 1px solid rgba(187, 187, 214, 0.62);
    font-family: 'Roboto';
    color: rgba(90, 83, 113, 1);
    display: block;
}

.job-card:hover {
    transform: translateY(-8px)
}

.job-card .job-title {
    color: rgba(20, 16, 31, 1);
    font-weight: 500;
    font-size: 24px;
}

.job-card .job-title img {
    border: 1px solid rgba(187, 187, 214, 0.42);
    border-radius: 10px;
    width: 62px;
    height: 62px;
    padding: 10px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.job-card .job-short-description {
    font-size: 16px;
    margin: 16px 0 24px 0;
    line-height: 25px;
}

.job-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-card .job-info {
    margin-bottom: 40px;
}

.job-card .job-info span {
    font-size: 16px;
    background-color: rgba(242, 241, 251, 1);
    padding: 8px 12px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 4px;
    margin-top: 2px;
}

.slider-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}

.testi-slider-navigation {
    display: flex;
    justify-content: end;
    gap: 10px;
    position: relative;
    top: -80px;
    right: 30px;
    z-index: 1;
}

.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-button-next {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: 1px solid rgba(155, 154, 194, 0.24);
    border-radius: 50%;
    position: static !important;
    cursor: pointer;
}

.testi-slider-navigation .testi-swiper-button-prev,
.testi-slider-navigation .testi-swiper-button-next {
    width: 52px;
    height: 52px;
    background-color: rgba(56, 55, 101, 1);
    border: 1px solid rgba(155, 154, 194, 0.24);
    border-radius: 50%;
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider-navigation .swiper-button-prev::after,
.slider-navigation .swiper-button-next::after,
.testi-slider-navigation .swiper-button-prev::after,
.testi-slider-navigation .swiper-button-next::after {
    display: none;
}

/* .hero-banner .wpr-slider-item-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0B0F3B 40%, transparent);
} */

/* single job page */
/* Single Job Page Styles */
.job-single-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    margin-top: -120px;
}

.job-banner {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 40px;
}

.job-user {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(187, 187, 214, 0.62);
    margin-top: -100px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

body.single-jobs {
    background: #F2F1FB;
    background: linear-gradient(180deg, #F2F1FB 0%, rgba(242, 241, 251, 0) 100%);
}

.job-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.job-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.job-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a2b4c;
    font-family: "Barlow Condensed", Sans-serif;
}

.job-meta-top {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef2f6;
}

.job-meta-top span {
    background: #fff;
    color: rgba(90, 83, 113, 1);
    padding: 10px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    border: 1px solid rgba(187, 187, 214, 0.62);
}

.job-exp,
.job-sector {
    color: #4b5563;
    font-size: 15px;
}

/* Right Sidebar */
.job-sidebar {
   margin-top: 70px;
}

.job-details-card {
    background: #FFF;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid rgba(187, 187, 214, 0.62);
    font-family: "Roboto";
}

.job-details-card h3 {
    font-family: "Barlow Condensed", Sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: rgba(20, 16, 31, 1);
    margin: 0;
    margin-bottom: 16px;
}

.detail-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    margin-bottom: 25px;
}

.detail-item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(244, 243, 252, 1);
    padding: 15px;
}

.detail-item div {
    padding-left: 10px;
}

.detail-label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: rgba(20, 16, 31, 1);
    margin-bottom: 6px;
}

.detail-value {
    color: rgba(90, 83, 113, 1);
    font-weight: 400;
    font-size: 18px;
}

.job-apply-widget a , .job-apply-widget button {
    display: block;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    padding: 12px 10px;
}

.job-apply-widget .apply-now-btn {
    background-color: rgba(37, 36, 123, 1)!important;
    color: #fff;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-family: "Roboto";
   font-size: 18px;
}

.job-apply-widget a.drop-cv-btn {
    border: 1px solid rgba(187, 187, 214, 0.62);
    background-color: rgba(248, 248, 253, 1);
    color: rgba(37, 36, 123, 1);
}


.apply-now-btn:hover {
    background: #1d4ed8;
    color: #fff;
}
.single-em{
    background-color: rgba(16, 15, 52, 1);
    border-radius: 12px;
    padding: 32px 24px;
    color: #fff;
    font-family: "Roboto";
    text-align: center;
}
.single-em h5{
    font-size: 14px;
    color: rgba(187, 187, 214, 1);
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.single-em h3{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Sans-serif;
    margin: 15px 0;
}
.single-em p{
    color: rgba(187, 187, 214, 1);
}
.single-em a{
    display: block;
    border: 1px solid rgba(187, 187, 214, 0.62);
    background: rgba(248, 248, 253, 1);
    padding: 16px 12px;
    border-radius: 8px;
    margin-top: 60px;
    color:rgba(37, 36, 123, 1)!important;
}
/*Testimonials*/
/* TESTIMONIAL */

.testimonial-box {
    font-family: "Roboto";
    color: #fff;
}

.testi-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    max-height: 388px;
}

.testi-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.testi-img .uname {
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    background: linear-gradient(180deg, rgba(90, 83, 113, 0) 29.65%, rgba(90, 83, 113, 0.62) 100%);
    border: 1px solid rgba(255, 255, 255, 0.62);
    /* backdrop-filter: blur(12px) */
}

.testi-content {
    background: rgba(233, 235, 248, 0.12);
    border: 1px solid rgba(187, 187, 214, 0.12);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.02);
}

.testimonial-box h5 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.testimonial-box h6 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.testi-content p {
    margin: 32px 0 77px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -4.2%;
    max-width: 600px;

}

.testi-row {
    display: flex;
    justify-content: space-between;
}

.testi-col-lg-4 {
    width: 30%;
    padding: 5px;
}

.testi-col-lg-8 {
    width: 70%;
    padding: 5px;
}

@media only screen and (max-width: 992px) {

    .slider-navigation .swiper-button-prev,
    .slider-navigation .swiper-button-next,
    .testi-slider-navigation .testi-swiper-button-prev,
    .testi-slider-navigation .testi-swiper-button-next {
        height: 40px;
        width: 40px;
    }

    .slider-navigation {
        margin-top: 40px;
    }

    .job-card .job-info span {
        font-size: 15px;
        padding: 6px 8px;
        margin-right: 2px;
    }

    .job-card {
        padding: 32px 18px;
    }

    .job-card .job-title img {
        width: 40px;
        height: 40px;
        padding: 10px;
        margin-right: 6px;
    }

    .testi-row {
        display: block;
    }

    .testi-col-lg-8,
    .testi-col-lg-4 {
        width: 100%;
    }

    .testi-slider-navigation {
        display: flex;
        justify-content: center;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .testi-img {
        border-radius: 16px 16px 0 0;
    }

    .testi-content {
        border-radius: 0 0 12px 12px;
    }
}

@media only screen and (max-width: 768px) {

    .testi-content p {
        margin: 20px 0 20px 0;
    }

    .testi-img img {
        height: 350px;
    }

    .rating * {
        font-size: 14px;
    }

    .testi-content {
        padding: 15px;
    }
}

/* team member  */
/* DIPS Team Member Widget Styles */

.dips-team-member {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: "Roboto";
}

.dips-team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Gradient overlay (black from bottom to top) */
.member-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Bottom section with name/position and plus icon */
.member-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 20px 20px 20px;
    z-index: 2;
}

.member-info-text {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.member-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    letter-spacing: -0.3px;
}

.member-position {
    font-size: 0.85rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 400;
}

/* Plus icon circle */
.plus-icon-wrapper {
    cursor: pointer;
    margin-bottom: 5px;
}

.plus-icon-circle {
    width: 48px;
    height: 48px;
    background: rgba(187, 187, 214, 0.24);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.plus-icon-circle span {
    font-size: 18px;
    transition: transform 0.2s ease;
    display: inline-block;
}

.plus-icon-wrapper:hover .plus-icon-circle {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.08);
}


/* Info panel (hidden by default, appears on plus hover) */
/* Info panel base styles */
.member-info-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a5c8e 0%, #003d66 100%);
    color: #fff;
    z-index: 15;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    transform: translateY(-5%);
    background-position: center center;
    background-size: cover;
}

.dips-team-member:hover .member-info-panel {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Inner content subtle slide-up */
.info-panel-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Plus icon rotation animation */
.dips-team-member:hover .plus-icon-circle span {
    transform: rotate(90deg);
}

.info-header {
    margin-bottom: 20px;
}

.info-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.info-position {
    font-size: 0.9rem;
    opacity: 0.85;
    margin: 0;
    font-weight: 400;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.info-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.3px;
}

.info-description {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

/* LinkedIn button */
.linkedin-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25247B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.25s ease;
    width: fit-content;
    margin-top: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.linkedin-btn i {
    font-size: 18px;
    color: #0077b5;
}

.linkedin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/*job filter*/
.dips-jobs-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Roboto";
    align-items: flex-start;
}

.dips-filters {
    flex: 0 0 30%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    font-family: "Roboto";
    border: 1px solid rgba(187, 187, 214, 0.62);
}

.dips-filters h3 {
    font-weight: 500;
    font-size: 24px;
    color: rgba(20, 16, 31, 1);
    border-bottom: 1px solid rgba(187, 187, 214, 0.62);
    margin: 0;
    padding-bottom: 20px;
}

.filter-group {
    padding: 20px 0;
    border-bottom: 1px solid rgba(187, 187, 214, 0.62);
}

.filter-group label.hs {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: rgba(20, 16, 31, 1);
    margin-bottom: 16px;
}
.checkbox-item{
    display: block;
    margin-bottom: 16px;
    color: rgba(90, 83, 113, 1);
    cursor: pointer;
}

.filter-submit {
    cursor: pointer;
    margin-top: 20px;
    height: 56px;
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(37, 36, 123, 1);
    text-align: center;
    color: #fff;
    font-family: "Roboto";
}

.filter-reset {
    display: inline-block;
    margin-top: 10px;
    color: rgba(37, 36, 123, 1);
    text-decoration: none;
    font-size: 0.8rem;
}

.dips-results {
    flex: 0 0 70%;
    padding-left: 26px;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sort-options{
    font-family: "Roboto";
    background-color: #fff;
    border: 1px solid rgba(187, 187, 214, 0.62);
    padding:6px 12px;
    border-radius: 4px;
}
.sort-options select {
    padding: 6px 10px;
    border-radius: 6px;
    font-family: "Roboto";
    border: 0;
    outline: 0;
    cursor: pointer;
} 
.sort-options select option{
    font-family: "Roboto";
}
.jobs-top-search form{
  font-family: "Roboto";
    background-color: #fff;
    border: 1px solid rgba(187, 187, 214, 0.62);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
    padding: 24px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.results-count{
    font-family: "Roboto";
    font-size: 18px;
}
.jobs-top-search form select , .jobs-top-search form input{
    background: rgba(247, 246, 248, 1);
    border: 1px solid rgba(187, 187, 214, 0.42);
    height: 56px;
    padding: 16px;
    width: 40%;
    border-radius: 8px;
    outline: 0;
    margin-right: 16px;
}
.jobs-top-search form  button{
    height: 56px;
    padding: 16px;
    width: 20%;
    border-radius: 8px;
    outline: 0;
    background-color: rgba(37, 36, 123, 1);
    text-align: center;
    color: #fff;
    font-family: "Roboto";
}
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.job-containerr{
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}
.similar-jobs-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}
.sim-h{
    text-align: center;
    margin-bottom: 40px;
}
.sim-h h2{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Sans-serif;
    margin: 15px 0;
    color: rgba(20, 16, 31, 1);
}
.sim-h p{
    color: rgba(90, 83, 113, 1);
    font-family: "Roboto";
    font-size: 18px;
}
.sim-divider{
    display: block;
    height: 1px;
    width: 1296px;
    max-width: 100%;
    margin: 40px auto 80px auto;
    background-color: rgba(187, 187, 214, 0.62);
}
.pagination {
    margin-top: 50px;
    text-align: center;
}

.pagination .page-numbers {
    padding: 3px;
    margin: 0 2px;
    border-radius: 30px;
    text-decoration: none;
    color: rgba(90, 83, 113, 1);
    border: 1px solid rgba(187, 187, 214, 1);
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination .current {
    background: rgba(37, 36, 123, 1);
    color: #fff;
}

@media (max-width: 991px) {
    .dips-jobs-listing {
        display: block;
    }
    .dips-results {
        margin-top: 20px;
        padding-left: 0;
    }

}

/* Responsive */
@media (max-width: 768px) {
    .dips-team-member {
        min-height: 380px;
    }

    .member-name {
        font-size: 1.2rem;
    }

    .plus-icon-circle {
        width: 40px;
        height: 40px;
    }

    .info-name {
        font-size: 1.3rem;
    }

    .linkedin-btn {
        padding: 7px 16px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .job-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .job-sidebar {
        position: static;
    }

    .job-banner {
        height: 250px;
    }
}

/* cf7 */
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    font-family: "Roboto";
    padding: 12px 32px 25px 32px;
}

.contact-form-grid br {
    display: none;
}

.contact-form-grid .full-width {
    grid-column: 1/-1;
}

.contact-form-grid p {
    margin: 0;
}

.contact-form-grid label {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #5c5879;
}

.contact-form-grid input,
.contact-form-grid textarea,
.contact-form-grid select {
    width: 100%;
    border: 1px solid rgba(187, 187, 214, 0.42);
    border-radius: 8px;
    padding: 18px 20px;
    font-size: 18px;
    background: rgba(247, 246, 248, 1);
    box-sizing: border-box;
}
.form-group .ttop{
    background-color: rgba(242, 241, 251, 1);
    padding: 32px;
    margin: -32px -32px 0 -32px;
}
.form-group .ttop h3{
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    color: rgba(20, 16, 31, 1);
    margin: 0;
    margin-bottom: 15px;
}
.form-group .ttop p{
    color: rgba(90, 83, 113, 1);
}
.contact-form-grid input[type=checkbox] {
    width: auto !important;
}

.contact-form-grid textarea {
    height: 150px;
    resize: none;
}

.contact-form-grid .form-group {
    margin-bottom: 10px;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
    color: #9c9aa8;
    font-family: "Roboto";
}

.contact-form-grid .wpcf7-submit {
    background: #25258f;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
}

.contact-form-grid .wpcf7-submit:hover {
    opacity: .9;
}

.wpr-template-popup-inner {
    padding: 60px 20px 30px 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.sidebar-pages-menu .wpr-nav-menu-horizontal>.wpr-nav-menu>li {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sidebar-pages-menu .wpr-pointer-item:after,
.sidebar-pages-menu .wpr-pointer-item:after {
    height: 20px !important;
    width: 2px !important;
    left: -2 !important;
    top: 9px !important;
    position: absolute !important;
}

/* popups */
/* Overlay */
#cvPopup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    transition:
        opacity .35s ease,
        visibility .35s ease;
}

/* Active State */
#cvPopup.show {
    opacity: 1;
    visibility: visible;
}

/* Modal */
#cvPopup .popup-content {
    background: #fff;
    width: min(90vw, 800px);
    max-height: 90vh;
    overflow-y: auto;

    border-radius: 16px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .15),
        0 25px 60px rgba(0, 0, 0, .20);

    transform: translateY(40px) scale(.95);
    opacity: 0;

    transition:
        transform .4s cubic-bezier(.22, 1, .36, 1),
        opacity .4s ease;

    position: relative;
}

/* Animate modal when popup opens */
#cvPopup.show .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Close button */
#closeCvPopup {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    border-radius: 50%;
    background: #f5f5f5;

    font-size: 22px;
    font-weight: 600;

    transition: all .25s ease;
}

#closeCvPopup:hover {
    background: #e9e9e9;
    transform: rotate(90deg);
}

.about-collapse .e-n-accordion-item {
    border: 1px solid rgba(187, 187, 214, 0.62);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

@media(max-width:767px) {
    .jobs-top-search form{
        display: block;
    }
    .detail-item img {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    .jobs-top-search form input , .jobs-top-search form select{
        width: 100%;
        margin: 5px 0;
    }
    .jobs-top-search form button{
        width: 100%;
        margin-top: 5px;
    }
    .sort-options{
        margin-top: 20px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .pagination .page-numbers{
        height: 35px;
        width: 35px;
    }

    .contact-form-grid .full-width {
        grid-column: auto;
    }

    .contact-form-grid {
        padding: 12px 20px 20px 20px;
    }
}
/* Desktop */
.dips-filters {
    position: relative;
}

/* Mobile / Tablet */
@media (max-width: 991px) {

    .filters-toggle {
        height: 46px;
        padding: 16px;
        border-radius: 8px;
        background-color: rgba(37, 36, 123, 1);
        text-align: center;
        color: #fff;
        font-family: "Roboto";
        cursor: pointer;
    }

    .dips-filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999;

        overflow-y: auto;

        padding: 30px 20px;

        box-shadow: 0 15px 40px rgba(0,0,0,.15);

        transform: translateX(-100%);
        opacity: 0;

        transition:
            transform .45s cubic-bezier(.22,.61,.36,1),
            opacity .35s ease;
    }

    .dips-filters.active {
        transform: translateX(0);
        opacity: 1;
    }

    .filters-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        backdrop-filter: blur(3px);

        opacity: 0;
        visibility: hidden;

        transition: all .35s ease;

        z-index: 9998;
    }

    .filters-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .filters-close {
        position: absolute;
        top: 15px;
        right: 15px;

        width: 38px;
        height: 38px;

        border: 0;
        border-radius: 50%;

        background: #f3f4f6;
        cursor: pointer;

        font-size: 24px;
        line-height: 1;
    }

    body.filters-open {
        overflow: hidden;
    }
}

/* Hide mobile controls on desktop */
@media (min-width: 992px) {
    .filters-toggle,
    .filters-close,
    .filters-overlay {
        display: none;
    }
}

.soffcanvas {
    position: fixed;
    top: 0;
    right: -700px;
    width: 700px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0,0,0,.15);
    transition: right .4s ease;
}

.soffcanvas.active {
    right: 0;
}

#Soverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

#Soverlay.active {
    opacity: 1;
    visibility: visible;
}

.sclose-btn {
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;

    position: absolute;
    top: 20px;
    right: 20px;
}
