/*
Theme Name: ITCS Agent Pro Bootstrap
Theme URI: https://www.itcs.co.uk/
Author: ITCS
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    line-height: 1.5 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #c12a79;
}

nav {
    font-family: 'Poppins', sans-serif;
}

h4.pb-2 {
    font-weight: 700;
}

.container {}

.row {
    margin: 0px !important;
}

.container-fluid {
    padding: 0px !important;
}

p,
ul {}

b,
strong {}

a {
    color: #c12a79;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.btn {}

.btn a {}

.btn a:hover {}

.btn-jgr-white {
    background-color: #fff;
    color: #c12a79;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 20px;
}

img {
    width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#scrollTopBtn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #c12a79;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn:hover {
    transform: translateY(-2px);
}

/* Header */

.header img {
    width: 40%;
    margin: 15px;
}

.header {
    background-color: white;
}

.phoneno a {
    color: #c12a79;
    text-align: right;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.phoneno a:hover {
    text-decoration: underline;
}

/* Nav */

.menuarea {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

/* End Nav */

/* End Header */

/* Home Page */

.landingarea {
    position: relative;
    height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.landingarea::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    /* optional dark overlay */
    z-index: 1;
}

.landingarea h5 {
    color: #fff;
    margin-top: 25px;
    font-size: 58px;
    font-weight: 700 !important;
}

.landingarea img {
    width: 350px;
}

.logotext {
    position: absolute;
    bottom: 10%;
    left: 5%;
    padding: 10px;
    color: #fff;
    z-index: 2;
}

.group-logo-section .side-logo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-logo-section {
    padding: 20px 40px;
}

.side-logo img {
    width: 80%;
}

.main-cent-logo img {
    width: 70%;
}

.grouplogos img {
    height: 135px;
    width: auto;
}

.service-cards {
    padding: 0 100px !important;
}

.service-cards .card {
    min-height: 280px;
}

.service-cards .card-text {
    min-height: 125px;
    margin-bottom: 20px;
}

.service-cards .card-title {
    margin-bottom: .75rem;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.service-cards .card {
    background-color: #c12a79;
    color: #fff;
    border-radius: 15px;
}

.yellow .card {
    background-color: #e8a700;
}

.card img {
    width: 80px;
    height: auto;
    margin: 10px;
}

.carda {
    padding: 0px 35px;
}

hr.page-break {
    width: 85%;
    border-top: 4px solid #c12a79;
}

.shapebg {
    background-image: url(/wp-content/uploads/2023/11/shapebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    color: #fff;
    height: 575px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shape-text {
    padding-left: 55px;
    width: 550px;
}

.shape-text li {
    font-size: 20px;
}

.shape-text p {
    font-size: 20px;
}

.shape-text a {
    font-size: 20px;
    color: #fff;
}

h3.latest-jobs {
    font-weight: 700;
    font-size: 32px;
    color: #c12a79;
}

.ft-job-row {
    padding: 10px 24px 20px;
}

.latest-jobs a {
    width: 100%;
    color: inherit;
}

.wpmtst-testimonial-inner.testimonial-inner {
    border-radius: 15px;
    border: 5px solid #c12a79;
    color: #191919;
    font-size: 14px;
    padding: 15px 30px !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-style: normal !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    border-radius: 0% !important;
}

.img-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.logo-col {
    padding: 50px;
}

/* Latest News */

.latest-news {
    padding: 25px !important;
}

.newstile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
    padding: 15px;
}

.newstile-col {
    display: block;
    width: 100%;
}

.newstile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(193, 42, 121, 0.08) 0%, rgba(193, 42, 121, 0.04) 100%);
    border: 2px solid #c12a79;
    border-radius: 16px;
    padding: 20px;
    gap: 12px;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.15);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    text-decoration: none;
    color: inherit;
}

.newstile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(193, 42, 121, 0.25);
    border-color: #c12a79;
}

.newstile-media {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.newstile-media img {
    display: block;
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    max-height: 325px;
    aspect-ratio: 1 / 1;
}

.newstile-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.newstile-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #c12a79;
    font-weight: 800;
}

.newstile-meta {
    margin: 0;
    font-size: .95rem;
    color: #7c7b7b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.newstile-meta-sep {
    opacity: .6;
}

.newstile-excerpt {
    margin: 0;
    color: #4b4b4b;
    font-size: .98rem;
    line-height: 1.45;
}

.newstile-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

.newstile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: #c12a79;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.20);
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.newstile-card:hover .newstile-btn {
    background: #a42265;
    box-shadow: 0 12px 28px rgba(193, 42, 121, 0.30);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .newstile-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .newstile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .newstile-grid {
        grid-template-columns: 1fr;
    }

    .newstile-card {
        padding: 18px;
    }

    .newstile-title {
        font-size: 1.15rem;
    }

    .newstile-media img {
        height: 180px;
    }
}


/* New Job Styling */

.latest-vancancies {
    padding: 20px 25px !important;
}

.latest-news h2,
.latest-vancancies h2 {
    color: #c12a79;
    margin-bottom: 8px;
}

.jobtile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
    padding: 15px;
}

.jobtile-col {
    display: block;
    width: 100%;
}

.jobtile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(193, 42, 121, 0.08) 0%, rgba(193, 42, 121, 0.04) 100%);
    border: 2px solid #c12a79;
    border-radius: 16px;
    padding: 20px;
    gap: 10px;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.15);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.jobtile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(193, 42, 121, 0.25);
    border-color: #c12a79;
}

.jobtile-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.jobtile-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #c12a79;
    font-weight: 800;
}

.jobtile-meta {
    margin: 0;
    font-size: .95rem;
    color: #7c7b7b;
    font-weight: 600;
}

.jobtile-meta-comma {
    opacity: .6;
}

.jobtile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 6px;
    justify-content: center;
}

.jobtile-tag {
    display: inline-block;
    font-size: .9rem;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 999px;
    font-weight: 700;
    border: 2px solid #c12a79;
}

.jobtile-type {
    background: #c12a79;
    color: #ffffff;
    border-color: #c12a79;
}

.jobtile-salary {
    background: #ffffff;
    color: #c12a79;
    border-color: #c12a79;
}

.jobtile-expiry {
    font-size: .85rem;
    color: #7c7b7b;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 6px;
}

.jobtile-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.jobtile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: #c12a79;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.20);
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jobtile-btn:hover {
    background: #a42265;
    box-shadow: 0 12px 28px rgba(193, 42, 121, 0.30);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .jobtile-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .jobtile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .jobtile-grid {
        grid-template-columns: 1fr;
    }

    .jobtile-card {
        padding: 18px;
    }

    .jobtile-title {
        font-size: 1.15rem;
    }
}

/* End Home Page */

/* Footer */

img.esf-logo {
    height: 80px;
    width: auto;
}

.footer {
    background-color: #a62367;
    color: #fff;
    padding: 25px 75px 15px !important;
}

.footercreds img {
    height: 50px;
    width: auto;
}

.footerlogo img {
    width: 60%;
    margin-bottom: 8px;
}

h3.widget-title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.footer p {
    font-size: 14px;
    line-height: 1.25;
}

.info {
    padding: 10px 0px;
}

.ftlogo {
    padding: 10px 10px;
}

.footer-trust-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 12px;
}

.footer-trust-logo-item {
    display: inline-flex;
    align-items: center;
}

.footer-trust-logo {
    width: auto;
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #a19bd7;
}

.footer-bottom {
    background-color: #c12a79;
    color: #fff;
    padding: 10px !important;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #a19bd7;
}

.ftlogo i {
    padding: 8px !important;
}

.col-4.footerlogo {
    display: flex;
    align-items: center;
}

.row .logo-row {
    display: flex;
    align-items: center;
}

/* End Footer */

/* Internal Pages */

.int-page {
    min-height: 50vh;
}

.single-entry-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.single-entry-card {
    max-width: 1100px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 242, 248, 0.42) 100%);
    border: 1px solid rgba(193, 42, 121, 0.16);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(193, 42, 121, 0.12);
}

.single-entry-media-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: linear-gradient(180deg, rgba(193, 42, 121, 0.08) 0%, rgba(193, 42, 121, 0.02) 100%);
}

.single-entry-media-wrap img.single-entry-media {
    width: auto;
    max-width: 100%;
    max-height: 440px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.single-entry-body {
    padding: 34px 42px 40px;
}

.single-entry-meta {
    margin: 0 0 12px;
    color: #8d5d74;
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.single-entry-title {
    margin: 0 0 20px;
    font-size: clamp(2rem, 2vw + 1.2rem, 3rem);
    line-height: 1.08;
}

.single-entry-content {
    color: #3e3240;
    font-size: 1.02rem;
    line-height: 1.75;
}

.single-entry-content > *:first-child {
    margin-top: 0;
}

.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4 {
    margin-top: 1.5em;
    margin-bottom: .6em;
    color: #8f1f5a;
}

.single-entry-content p,
.single-entry-content ul,
.single-entry-content ol {
    margin-bottom: 1rem;
}

.single-entry-content img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.single-entry-empty {
    padding: 28px 32px;
    font-weight: 700;
    color: #8f1f5a;
}

.img-col {
    padding: 10px 30px;
}

.img-col img {
    border-radius: 5px;
}

h1.int-page-title {
    color: #c12a79;
    font-weight: 700;
}

/* End Internal Pages */

/* Vacancies Page */

.vacancies-filter .input-group .form-control {
    border-color: #e5e7eb;
}

.vacancies-filter .form-select {
    border-color: #e5e7eb;
}

.vacancies-filter .form-check-input:checked {
    background-color: #c12a79;
    border-color: #c12a79;
}

.vf-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.vf-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vf-chip {
    border: 2px solid #e5e7eb;
    background: #fff;
    color: #1f2937;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 600;
    line-height: 1;
}

.btn-check:checked+.vf-chip {
    border-color: #c12a79;
    background: #c12a79;
    color: #fff;
    box-shadow: 0 6px 16px rgba(193, 42, 121, .2);
}

.btn-check:focus+.vf-chip,
.vf-chip:focus {
    outline: 2px solid #c12a79;
    outline-offset: 2px;
}

.gap-2 {
    gap: 10px;
}

label.form-label {
    font-weight: 700;
}

.vacancies-srch-frm {
    padding: 10px 50px;
}

/* Single Job Post */

.jobpost {
    padding: 25px !important;
    max-width: 1400px;
}

h1.jobpost-title {
    color: #c12a79;
}

.jobpost .row {
    row-gap: 24px;
}

.jobpost-title {
    margin: 0 0 6px;
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    line-height: 1.2;
    color: #1f2937;
    font-weight: 800;
}

.jobpost-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 10px;
}

.internal-page-tags {
    margin-bottom: 6px;
}

.internal-page-tags.jobpost-meta {
    padding-left: 0;
    padding-right: 0;
}

.jobpost-meta-item,
.jobpost-meta-sep {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
}

.jobpost-meta-item {
    background: rgba(193, 42, 121, .08);
    color: #c12a79;
    border: 1px solid rgba(193, 42, 121, .25);
}

.jobpost-meta-sep {
    background: transparent;
    color: #7c7b7b;
    border: 0;
    padding: 0 2px;
}

.jobpost-thumb img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
}

.jobpost-alert {
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 700;
    margin: 12px 0;
}

.jobpost-alert-expired {
    background: #fff3f3;
    color: #b42318;
    border: 1px solid #fed3d1;
}

.jobpost-alert-filled {
    background: #f4f8ff;
    color: #1e40af;
    border: 1px solid #c7d2fe;
}

.jobpost-content {
    margin-top: 12px;
    color: #374151;
    line-height: 1.7;
}

.jobpost-content h2,
.jobpost-content h3 {
    color: #1f2937;
    margin-top: 1.25em;
    margin-bottom: .5em;
}

.jobpost-content ul {
    padding-left: 1.2rem;
    margin: .5rem 0 1rem;
}

.jobpost-apply {
    margin-top: 18px;
}

.jobpost-apply .jobtile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 12px;
    background: #c12a79;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(193, 42, 121, .20);
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jobpost-apply .jobtile-btn:hover {
    background: #a42265;
    box-shadow: 0 12px 28px rgba(193, 42, 121, .30);
    transform: translateY(-1px);
}

.jobpost-aside {
    position: relative;
}

@media (min-width: 992px) {
    .jobpost-aside {
        position: sticky;
        top: 24px;
    }
}

.jobpost-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.jobpost-card+.jobpost-card {
    margin-top: 16px;
}

.jobpost-card-head {
    padding: 12px 14px;
    background: linear-gradient(90deg, rgba(193, 42, 121, .10), rgba(193, 42, 121, .05));
    color: #c12a79;
    font-weight: 800;
    border-bottom: 1px solid #e5e7eb;
}

.jobpost-card-body {
    padding: 12px 14px;
    display: grid;
    gap: 10px;
}

.jobpost-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.jobpost-row span {
    color: #7c7b7b;
}

.jobpost-row strong {
    color: #1f2937;
}

.jobpost-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #c12a79;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid rgba(193, 42, 121, .25);
    border-radius: 10px;
    padding: 8px 12px;
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.jobpost-back:hover {
    background: rgba(193, 42, 121, .08);
    box-shadow: 0 6px 16px rgba(193, 42, 121, .15);
    transform: translateY(-1px);
}

.jobtile-btn.jobtile-btn-disabled {
    background: #e5e7eb;
    color: #7c7b7b;
    box-shadow: none;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .jobpost {
        padding: 16px 0;
    }

    .jobpost-title {
        font-size: 1.5rem;
    }

    .jobpost-meta {
        gap: 6px;
    }

    .jobpost-card-body {
        padding: 12px;
    }
}

/* End Vacancies Page */

/* Contact Page */

.container-fluid.contact-title {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 0;
    padding: 24px 20px 16px !important;
}

.contact-title-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 4px;
}

.contact-page-title {
    margin: 0;
    text-align: left;
    font-size: clamp(1.9rem, 2.2vw + 1rem, 2.8rem);
    line-height: 1.1;
}

.contact-page-intro {
    margin: 10px 0 0;
    text-align: left;
    max-width: 620px;
    color: #5f4a55;
    font-weight: 600;
}

.contact-title-row {
    align-items: center;
}

.contact-title-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-page-logo-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact-page-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

.contact-section-wrap {
    padding: 24px 20px 35px !important;
    position: relative;
    z-index: 1;
}

.contact-layout {
    max-width: 1280px;
    margin: 0 auto !important;
    gap: 18px;
    align-items: flex-start;
}

.contact-left-col {
    display: grid;
    gap: 18px;
}

.office-tile-main {
    margin-top: 0;
}

.btn-jgr {
    background-color: #c12a79;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 20px;
}

.cont-address a {
    color: #fff;
    font-weight: 700;
}

.cont-form p {
    margin-bottom: 0;
}

.cont-form label {
    font-weight: 600;
}

span.wpcf7-spinner {
    display: none;
}

.cont-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.cont-address {
    padding: 15px;
    line-height: 1;
    color: #fff;
    background-color: #c12a79;
    margin-bottom: 5px;
    border: 6px double #fff;
}

h4.office-title {
    font-weight: 700;
    padding: 8px 4px;
    border-bottom: 2px solid #c12a79;
    width: fit-content;
    margin-bottom: 15px;
}

textarea,
input {
    margin-bottom: 10px;
}

.card.form-col {
    padding: 24px 28px;
    box-shadow: 0 6px 16px rgba(193, 42, 121, 0.12);
    border: 1px solid rgba(193, 42, 121, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 242, 248, 0.3) 100%);
}

.office-tile {
    background: linear-gradient(180deg, rgba(193, 42, 121, 0.08) 0%, rgba(193, 42, 121, 0.04) 100%);
    border: 2px solid #c12a79;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    color: #333;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.15);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.office-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(193, 42, 121, 0.25);
    border-color: #c12a79;
}

.office-title {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #c12a79;
    border-bottom: 2px solid #c12a79;
    padding-bottom: 6px;
}

.office-content {
    font-size: .95rem;
    font-weight: 600 !important;
}

.office-content p {
    font-weight: 500;
}

.office-content a {
    color: #c12a79;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.office-content a:hover {
    color: #a42265;
}

.office-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(193, 42, 121, 0.15);
}

.office-map iframe {
    display: block;
    min-height: 340px;
}

.contact-form-card h4 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    text-align: left;
}

.contact-form-card p {
    text-align: left;
}

.contact-form-intro {
    margin: 0 0 16px !important;
    color: #5f4a55;
    font-weight: 600;
}

.contact-form-shell .wpcf7-form {
    display: grid;
    gap: 10px;
}

.contact-form-shell .wpcf7-form p {
    margin: 0;
}

.contact-form-shell input[type="text"],
.contact-form-shell input[type="email"],
.contact-form-shell input[type="tel"],
.contact-form-shell textarea {
    width: 100%;
    border: 2px solid #f1d3e3;
    border-radius: 12px;
    background: #fff;
    padding: 11px 12px;
    font-size: .98rem;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.contact-form-shell input[type="text"]:focus,
.contact-form-shell input[type="email"]:focus,
.contact-form-shell input[type="tel"]:focus,
.contact-form-shell textarea:focus {
    border-color: #c12a79;
    box-shadow: 0 0 0 3px rgba(193, 42, 121, .15);
    outline: none;
}

.contact-form-shell textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form-shell .wpcf7-submit,
.contact-form-shell input[type="submit"] {
    border: 0;
    border-radius: 12px;
    background: #c12a79;
    color: #fff;
    font-weight: 800;
    letter-spacing: .01em;
    padding: 12px 18px;
    width: 100%;
    box-shadow: 0 8px 18px rgba(193, 42, 121, .2);
    transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.contact-form-shell .wpcf7-submit:hover,
.contact-form-shell input[type="submit"]:hover {
    background: #a42265;
    box-shadow: 0 12px 28px rgba(193, 42, 121, .3);
    transform: translateY(-1px);
}

.contact-form-shell .wpcf7-not-valid-tip {
    font-size: .85rem;
    font-weight: 600;
    margin-top: -2px;
}

.contact-form-shell .wpcf7-response-output {
    margin: 6px 0 0 !important;
    border-radius: 10px;
    font-weight: 600;
}

.contact-det {
    margin-bottom: 10px;
}

/* End Contact Page */

/* Template Parts */

.hero-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-banner-img {
    width: 100%;
    max-height: 640px;
    display: block;
    object-fit: cover;
}

.max-w {
    max-width: 1300px;
}

section.basic-text-block {
    padding: 15px;
}

.b-img-col {
    padding: 20px;
}

.b-img-col img {
    border-radius: 10px;
}

h2.section-header {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
}

.card-media img {
    border-radius: 8px;
}

article.card-item .card-body {
    padding: 10px 5px;
}

h5.card-subtitle {
    margin-bottom: 10px;
}

.g-lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
    padding: 2rem
}

.g-lightbox.open {
    display: flex
}

.g-lightbox img {
    max-width: 95vw;
    max-height: 90vh;
    display: block
}

.g-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer
}

.g-item {
    display: block
}

.block-gallery .g-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/***********************************************************

                    RESPONSIVENESS

************************************************************/

/* // Devices 1600px and up */
@media (min-width: 1600px) {}

/* // Devices 1450px and up */
@media (min-width: 1400px) and (max-width: 1599px) {
    .header img {
        width: 65%;
        margin: 7px;
    }
}

/* // Large devices (desktops, between 993px and 1450px) */
@media (min-width: 993px) and (max-width: 1450px) {

    .container-fluid.contact-title {
        margin-bottom: 0;
        padding: 22px 18px 14px !important;
    }

    .header img {
        width: 35%;
    }

    .service-cards {
        padding: 0 10px !important;
    }

    .shape-text {
        width: 520px;
        padding-left: 35px;
    }

    .grouplogos img {
        height: 120px;
    }

    .jobpost {
        padding: 20px !important;
    }

    .vacancies-srch-frm {
        padding: 10px 25px;
    }

    .footer {
        padding: 25px 45px 15px !important;
    }

    .info {
        padding: 10px 25px;
    }

    .int-page {
        min-height: 60vh;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: 38px;
        height: 38px;
        padding: 0px 8px;
        font-size: 17px;
    }

    .footer {
        padding: 15px !important;
    }
}

@media (min-width: 993px) and (max-width: 1025px) {
    .header img {
        width: 73%;
    }
}

/* // Large devices (desktops, between 767px and 992px) */
@media (min-width: 767px) and (max-width: 992px) {

    .row.align-items-center.esf-row {
        display: none;
    }

    .container-fluid.contact-title {
        margin-bottom: 0;
        padding: 20px 16px 12px !important;
    }

    .footerlogo img {
        width: 225px;
        margin-bottom: 0px;
    }

    .header img {
        width: 45%;
        max-width: 220px;
    }

    .landingarea {
        height: 650px;
    }

    .landingarea h5 {
        font-size: 46px;
    }

    .landingarea img {
        width: 290px;
    }

    .service-cards {
        padding: 0 35px !important;
    }

    .shape-text {
        width: 100%;
        max-width: 560px;
        padding-left: 25px;
    }

    .newstile-grid,
    .jobtile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vacancies-srch-frm {
        padding: 10px 25px;
    }

    .jobpost {
        padding: 20px !important;
    }

    .footer {
        padding: 5px 10px 0px !important;
    }

    .info {
        padding: 10px 25px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 766px) {
    .row.align-items-center.esf-row {
        display: none;
    }

    /* Header */
    .header {
        padding: 10px 0;
    }

    .header img {
        width: 60%;
        max-width: 150px;
    }

    .menuarea {
        align-items: flex-end;
        gap: 10px;
        padding: 0 15px 10px;
    }

    .phoneno a {
        font-size: 16px;
        text-align: left;
    }

    /* Landing / hero */
    .landingarea {
        height: 520px;
        min-height: 520px;
    }

    .landingarea h5 {
        font-size: 38px;
        line-height: 1.05;
        margin-top: 18px;
    }

    .landingarea img {
        width: 260px;
        max-width: 80vw;
        height: auto;
    }

    .logotext {
        left: 15px;
        right: 15px;
        bottom: 7%;
        padding: 0;
    }

    /* Group logos */
    .group-logo-section {
        padding: 20px 15px;
    }

    .group-logo-section .side-logo {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .side-logo img {
        width: 42%;
        max-width: 180px;
        height: auto;
    }

    .main-cent-logo img {
        width: 90%;
        max-width: 360px;
        height: auto;
    }

    .grouplogos img {
        height: 95px;
    }

    .logo-col {
        padding: 25px 15px;
    }

    /* Service cards */
    .service-cards {
        padding: 0 15px !important;
    }

    .service-cards .card {
        min-height: auto;
    }

    .service-cards .card-text {
        min-height: auto;
    }

    .carda {
        padding: 0 15px;
    }

    /* Shape section */
    .shapebg {
        height: auto;
        padding: 40px 15px;
        background-size: cover;
        background-position: center;
    }

    .shape-text {
        padding-left: 0;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .shape-text li,
    .shape-text p,
    .shape-text a {
        font-size: 18px;
    }

    /* Latest sections spacing */
    .latest-news,
    .latest-vancancies {
        padding: 20px 15px !important;
    }

    .ft-job-row {
        padding: 10px 15px 18px;
    }

    /* Prevent overlap of decorative image */
    .img-bottom {
        position: static;
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 15px;
    }

    /* Footer */
    .footer {
        padding: 25px 15px 15px !important;
    }

    .info {
        padding: 10px 0;
    }

    .ftlogo {
        padding: 10px 0;
    }

    .footerlogo img {
        max-width: 260px;
        width: 100%;
        margin: 0 auto 12px;
    }

    h3.widget-title {
        font-size: 20px;
    }

    /* Internal Pages */
    .img-col {
        padding: 10px 15px;
    }

    .single-entry-wrap {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .single-entry-media-wrap {
        padding: 18px;
    }

    .single-entry-media-wrap img.single-entry-media {
        max-height: 320px;
    }

    .single-entry-body {
        padding: 24px 22px 28px;
    }

    h1.int-page-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .int-page {
        padding: 10px 0;
    }

    /* Vacancies */
    .vacancies-srch-frm {
        padding: 10px 15px;
    }

    .vf-chips {
        gap: 8px;
    }

    .vf-chip {
        padding: 8px 10px;
        font-size: 14px;
    }

    .vacancies-filter .input-group {
        flex-wrap: wrap;
    }

    .vacancies-filter .input-group .form-control,
    .vacancies-filter .form-select {
        width: 100%;
    }

    /* Single Job Post */
    .jobpost {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .jobpost-meta {
        padding: 0;
    }

    .jobpost-meta-item,
    .jobpost-meta-sep {
        height: auto;
        padding: 7px 10px;
        font-size: 14px;
    }

    .jobpost-card-head,
    .jobpost-card-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jobpost-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .jobpost-apply .jobtile-btn {
        width: 100%;
    }

    .jobpost-back {
        width: 100%;
        justify-content: center;
    }

    /* Contact Page */
    .cont-form {
        padding: 0;
    }

    .card.form-col {
        padding: 20px 18px;
    }

    .container-fluid.contact-title {
        margin-bottom: 0;
        padding: 18px 14px 10px !important;
    }

    .contact-page-intro {
        margin-top: 8px;
    }

    .contact-page-logo-col {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .contact-page-logo {
        max-width: 180px;
    }

    .contact-section-wrap {
        padding: 16px 14px 24px !important;
    }

    .contact-layout {
        gap: 14px;
    }

    .office-map iframe {
        min-height: 300px;
    }

    .cont-address {
        padding: 15px;
        line-height: 1.3;
    }

    .btn-jgr {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    /* Template Parts */
    .hero-banner-img {
        max-height: 420px;
    }

    section.basic-text-block {
        padding: 18px 15px;
    }

    .b-img-col {
        padding: 15px;
    }

    h2.section-header {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .block-gallery .g-item img {
        height: 200px;
    }

    .g-lightbox {
        padding: 1rem;
    }

    .g-close {
        top: 10px;
        right: 12px;
        font-size: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .row.align-items-center.esf-row {
        display: none;
    }

    /* Header */
    .header img {
        width: 72%;
        max-width: 120px;
    }

    .phoneno a {
        font-size: 15px;
    }

    /* Landing / hero */
    .landingarea {
        height: 460px;
        min-height: 460px;
    }

    .landingarea::after {
        background: rgba(0, 0, 0, .3);
    }

    .landingarea h5 {
        font-size: 30px;
    }

    .landingarea img {
        width: 220px;
    }

    .logotext {
        bottom: 6%;
    }

    /* Group logos */
    .group-logo-section {
        padding: 18px 12px;
    }

    .side-logo img {
        width: 48%;
        max-width: 170px;
    }

    .grouplogos img {
        height: 80px;
    }

    /* Cards & tiles */
    .service-cards .card-title {
        font-size: 18px;
    }

    .card img {
        width: 64px;
    }

    /* Shape text */
    .shape-text li,
    .shape-text p,
    .shape-text a {
        font-size: 16px;
    }

    /* Jobs/news headings */
    h3.latest-jobs {
        font-size: 26px;
    }

    .latest-news h2,
    .latest-vancancies h2 {
        font-size: 24px;
    }

    /* Testimonials padding */
    .wpmtst-testimonial-inner.testimonial-inner {
        padding: 14px 16px !important;
    }

    /* Footer */
    .footer p {
        font-size: 13px;
    }

    .footercreds img {
        height: 42px;
    }

    /* Internal Pages */
    .img-col {
        padding: 10px 12px;
    }

    .single-entry-media-wrap {
        padding: 14px;
    }

    .single-entry-media-wrap img.single-entry-media {
        max-height: 240px;
        border-radius: 14px;
    }

    .single-entry-body {
        padding: 20px 16px 24px;
    }

    .single-entry-title {
        font-size: clamp(1.7rem, 5vw + .6rem, 2.2rem);
    }

    h1.int-page-title {
        font-size: 26px;
    }

    /* Vacancies */
    .vacancies-srch-frm {
        padding: 10px 12px;
    }

    .vf-chip {
        padding: 8px 10px;
        font-size: 13px;
    }

    label.form-label {
        font-size: 14px;
    }

    /* Single Job Post */
    .jobpost {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .jobpost-thumb img {
        border-radius: 12px;
    }

    .jobpost-meta-item,
    .jobpost-meta-sep {
        font-size: 13px;
    }

    .jobpost-card {
        border-radius: 12px;
    }

    .jobpost-card-head {
        font-size: 14px;
    }

    .jobpost-row strong,
    .jobpost-row span {
        font-size: 14px;
    }

    /* Contact Page */
    .cont-form {
        padding: 0;
    }

    .card.form-col {
        padding: 18px 14px;
    }

    .contact-page-title {
        font-size: clamp(1.7rem, 4vw + .7rem, 2.1rem);
    }

    .contact-page-intro {
        font-size: .95rem;
    }

    .contact-title-row {
        align-items: flex-start;
    }

    .contact-page-logo-col {
        justify-content: flex-start;
    }

    .contact-page-logo {
        max-width: 160px;
    }

    h4.office-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .office-tile {
        padding: 16px;
    }

    .office-title {
        font-size: 1.05rem;
    }

    .office-content {
        font-size: .92rem;
    }

    .contact-section-wrap {
        padding: 14px 10px 20px !important;
    }

    .office-map iframe {
        min-height: 250px;
    }

    /* Template Parts */
    .hero-banner-img {
        max-height: 360px;
    }

    section.basic-text-block {
        padding: 16px 12px;
    }

    .b-img-col {
        padding: 12px;
    }

    h2.section-header {
        font-size: 26px;
    }

    .block-gallery .g-item img {
        height: 180px;
    }

    .g-close {
        font-size: 28px;
    }
}

/* ACF Accordion styling (inspired by jobtile-card) */
.acf-accordion {
    width: 100%;
}

.acf-accordion .accordion-card {
    background: linear-gradient(180deg, rgba(193, 42, 121, 0.06) 0%, rgba(255,255,255,0.5) 100%);
    border: 2px solid #c12a79;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(193,42,121,0.08);
    overflow: hidden;
    margin-bottom: 12px;
}

.acf-accordion .card-header {
    background: transparent;
    border-bottom: 0;
    padding: 0;
}

.acf-accordion .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    font-weight: 800;
    color: #c12a79;
    background: transparent;
    text-align: left;
    border: 0;
    box-shadow: none;
}

/* remove underlines from header and any nested text */
.acf-accordion .accordion-toggle,
.acf-accordion .accordion-toggle * {
    text-decoration: none !important;
}

.acf-accordion .accordion-toggle span { /* title */
    display: inline-block;
}

.acf-accordion .accordion-toggle::after {
    content: '\25BE'; /* small down chevron */
    font-size: 18px;
    color: #a42265;
    transition: transform .25s ease;
}

.acf-accordion .accordion-toggle.collapsed::after {
    transform: rotate(0deg);
}

.acf-accordion .accordion-toggle:not(.collapsed)::after {
    transform: rotate(180deg);
}

.acf-accordion .card-body {
    padding: 18px 20px;
    background: #ffffff;
    color: #374151;
    line-height: 1.6;
}

.acf-accordion .jobtile-tag {
    border-color: #c12a79;
    color: #c12a79;
    background: transparent;
    font-weight: 800;
}

@media (max-width: 575px) {
    .acf-accordion .accordion-toggle {
        padding: 12px 14px;
        font-size: 15px;
    }
    .acf-accordion .card-body {
        padding: 14px;
    }
}

/* Collapse transition fallback for environments without Bootstrap JS */
.acf-accordion .collapse {
    overflow: hidden;
}

/* ensure the tag is aligned to the right when inside a flex header */
.acf-accordion .jobtile-tag {
    margin-left: auto;
}