/*
|========================================
| CONSOLIDATED AND DEDUPLICATED CSS
|========================================
*/
/* ========= Common CSS ============== */
/* Link states */
/* a:link, */
a:visited,
a:hover,
a:active {
    color: black;
}
div#js--webapp .grid-container p.info a {
    color: #48475C !important;
}
/* Background & Text Utilities */
.orange {
    background-color: #FF5408 !important;
}
.bg-white {
    background: #fff !important;
    background-color: #fff !important;
}
.bg-attachment-fixed {
    background-attachment: fixed !important;
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #000 !important;
}

.text-grey
{
    color: #48475c !important;
}
/* Spacing Utilities */
.pt-0 {
    padding-top: 0 !important;
}
.padding-x15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-y0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.mt-7 {
    margin-top: -7px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 2rem;
}
/* Tags inside item image */
.list__item-image .list__item-tags span a {
    color: #48475c !important;
}
.list__item-image .list__item-tags span a:hover {
    color: #FF5408 !important;
}
/* --- from about page --- */
.section {
    padding: 1.5rem 5px !important;
}
.bg-position-center {
    background-position: center center !important;
}
/* ========= Our Mission Section ============== */
.our-mission-sec {
    text-align: center;
}
.our-mission-sec .common-cta-btn {
    color: #FF5408;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.our-mission-sec .title--main {
    position: relative;
    padding-bottom: 6px;
}
/* --- RESTORED RULE: Orange underline for mission title --- */
.our-mission-sec .title--main:after {
    content: "";
    width: 4.5rem;
    height: 3px;
    background-color: #FF5408;
    bottom: 0;
    border-radius: .125rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* -------------------------------------------------------- */
/* Tab Styles (.tabss) */
.tabss {
    height: 42px;
    margin-bottom: 20px;
    border-radius: .9375rem;
    box-shadow: 0 0 30px rgba(15, 15, 15, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-bottom: 2rem;
}
.tabss>li {
    border-radius: .9375rem;
}
.tabss>li>a {
    line-height: 13px;
    background: white;
    height: 42px;
    border-radius: 30px;
    text-align: center;
    padding: 15px;
    color: #000;
    width: 259px;
    max-width: 100%;
}
.tabss>li>a:hover {
    line-height: 13px;
    border: 2px solid white;
    border-radius: .9375rem;
    background: #FF5408;
    color: white;
    border-radius: 40px;
}
.tabss-title>a:focus,
.tabss-title>a[aria-selected=true] {
    line-height: 13px;
    border: 2px solid white;
    background: #FF5408;
    color: #fff;
}
.tabss-title.is-active>a>p {
    color: #fff;
}
.tabss li:first-child a,
.tabss li:last-child a {
    border-radius: .9375rem;
}
/* Utility classes */
.salarybutton {
    margin-left: -11px;
    font-size: 17px;
}
.lineheight-set-para {
    line-height: 1.9rem;
}
.para-space {
    padding: 20px 0px;
}
.text-align {
    top: 52% !important;
    left: 35% !important;
}
.res-img {
    background-color: #ffffff;
    background-size: cover;
    height: 32.5rem;
    background-position: right;
    margin-top: 100px;
}
.insight-section {
    margin-top: 100px;
}
.section .title--main {
    text-align: left;
}
.section .title--main:after {
    display: none;
}
.section .title--main.title-main-h {
    font-size: 3.8rem;
    margin-bottom: 30px;
}
.inside-report-ul li {
    font-size: 16px;
}
.inside-report-ul li {
    font-size: 16px;
    margin-bottom: 5px !important;
}
/* Switch Button Styles */
.switch-btn-div {
    display: flex;
    margin-bottom: 25px;
}
.switch-btn-div .switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border: 2px solid white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
    color: white;
}
.switch-btn.switch-btn-1 {
    margin: 10px 10px 10px 0;
}
.switch-btn.switch-btn-2 {
    margin: 10px 0px 10px 10px;
}
.switch-btn-div .switch-btn.switch-btn-active {
    background: white;
    color: black;
}
.text-danger {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: block;
}
.national-talent-form-right {
    height: max-content;
}
/* Global Typography & Wrapper */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}
.updated-pages-wrapper, 
.function-page-wrapper {
    font-family: "Poppins", sans-serif;
    padding-top: 0;
}
.fs-16 {
    font-size: 16px;
    line-height: 1.75;
}
/* Container & Utilities */
.updated-pages-wrapper .container{
    max-width: 1160px;
    margin: auto;
    width: 100%;
    padding-right: .9375rem;
    /* padding-left: .9375rem; */
}
.function-page-wrapper .container {
    max-width: 1160px;
    margin: auto;
    width: 100%;
    /* padding-right: .9375rem;
    padding-left: .9375rem; */
}
.pe-0 {
    padding-right: 0 !important;
}
.d-none {
    display: none !important;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.text-center {
    text-align: center !important;
}
/* CTA Button Styles */
.common-cta-btn {
    background-color: transparent;
    color: #FF5408;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: .25px;
    border: 1px solid #FF5408;
    transition: all .3s;
}
.common-cta-btn:visited {
    color: #FF5408;
}
.common-cta-btn:hover {
    background-color: #FF5408;
    color: #fff;
    border-color: #FF5408;
}
.common-cta-btn.border-btn:hover {
    color: #FFF;
    border-color: #FF5408;
    background: #FF5408;
}
/* Section & Banner */
.updated-pages-wrapper section,
.function-page-wrapper section {
    padding-block: 70px;
}
.subpages-banner {
    margin-top: 99px;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
    min-height: 30rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
.subpages-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .65;
    z-index: -1;
}
.join-our-journey-banner {
    background-position: 50% 25%;
}
.digital-tech-partner-banner {
    background-position: 50% 10%;
}
.banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner-content h1,
.banner-content p {
    color: #fff;
}
.subpages-banner h1 {
    line-height: 1.125;
    margin-bottom: 16px;
}
.banner-content p {
    font-size: 18px;
    max-width: 550px;
    margin-bottom: 16px;
}
/* About HR Recruitment */
.about-hr-recruitment .bottom-content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.bottom-content .col-md-6 {
    width: calc(50% - 1.875rem);
}
.about-hr-recruitment .bottom-content .col-md-7 {
    flex: 0 0 calc(58.333% - 20px);
}
.about-hr-recruitment .bottom-content .col-md-5 {
    flex: 0 0 calc(41.667% - 20px);
}
.about-hr-recruitment .content-left {
    padding-right: 4rem;
}
.about-hr-recruitment .content-left p {
    line-height: 1.75;
}
.about-hr-recruitment .content-left a {
    margin-top: 1rem;
    display: inline-block;
}
.about-hr-recruitment .common-cta-btn {
    background-color: transparent;
    border: 1px solid #3B8993;
    color: #3B8993;
}
.about-hr-recruitment .common-cta-btn:hover {
    background-color: #3B8993;
    color: #FFF;
    border: 1px solid #3B8993;
}
.expertise-industries-section.about-hr-recruitment .common-cta-btn {
    border: 1px solid #FF5408;
    color: #FF5408;
}
.expertise-industries-section.about-hr-recruitment .common-cta-btn:hover {
    background-color: #FF5408;
    color: #FFF;
    border: 1px solid #FF5408;
}
.about-hr-recruitment .content-right {
    padding: 1.5rem 2rem;
    border-radius: 20px;
    margin-top: 8px;
    background-color: #FF5408;
    color: #fff;
    box-shadow: 0px 1px 0 3px #e9e9e9;
}
.about-hr-recruitment .content-right ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 0 0 20px;
    list-style-type: disclosure-closed;
}
.about-hr-recruitment .content-right ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    padding-left: 6px;
}
.about-hr-recruitment .content-right ul li:last-child {
    margin-bottom: 0;
}
.about-hr-recruitment .content-right ul li::marker {
    color: #fff;
}
.about-hr-recruitment .row {
    align-items: center;
}
.about-hr-recruitment .common-cta-btn.btn-outline-white:not(:hover) {
    border-color: #fff;
}
/* Deliver Result Section */
.deliver-result-section .bottom-content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.deliver-result-section .bottom-content .col-md-7 {
    flex: 0 0 calc(58.333% - 20px);
}
.deliver-result-section .bottom-content .col-md-5 {
    flex: 0 0 calc(41.667% - 20px);
}
.deliver-result-section .content-right {
    padding-right: 4rem;
}
.deliver-result-section .content-right p {
    line-height: 1.75;
}
.deliver-result-section .content-right a {
    margin-top: 1rem;
    display: inline-block;
}
.deliver-result-section .common-cta-btn {
    background-color: #3B8993;
    border: 1px solid #3B8993;
    color: #FFF;
}
.deliver-result-section .common-cta-btn:hover {
    background-color: transparent;
    color: #3B8993;
    border: 1px solid #3B8993;
}
.deliver-result-section .content-left {
    padding: 1.5rem 2rem;
    border-radius: 20px;
    margin-top: 8px;
    background-color: #FF5408;
    color: #fff;
    box-shadow: 0px 1px 0 3px #e9e9e9;
}
.deliver-result-section .content-left ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 0 0 20px;
    list-style-type: disclosure-closed;
}
.deliver-result-section .content-left ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    padding-left: 6px;
}
.deliver-result-section .content-right ul li:last-child {
    margin-bottom: 0;
}
.deliver-result-section .content-right ul li::marker {
    color: #fff;
}
.deliver-result-section .row {
    align-items: center;
}
/* Our Expertise Section */
.our-expertise-section {
    background-color: #F4F2F3;
}
.our-expertise-section .top-heading-block p {
    max-width: 900px;
    margin: 12px auto 16px;
    text-align: center;
}
.expertise-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.expertise-collection .single-expertise-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 30px);
    max-width: 371px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07);
}
.expertise-collection .single-expertise-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 30px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.expertise-collection .single-expertise-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.expertise-collection .single-expertise-box-content {
    display: flex;
    flex-direction: column;
    padding: 16px 15px;
    position: relative;
    height: 100%;
}
.expertise-collection .our-specialities-block .single-expertise-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 15px 70px; 
    flex-grow: 1;
    position: relative;
}
.expertise-collection .box-title {
    margin-bottom: 1rem;
}
.expertise-collection .box-desc {
    flex: 1;
}
/* Card description */
.expertise-collection .our-specialities-block .box-desc {
    flex-grow: 1; 
}
.expertise-collection .common-cta-btn {
    margin-top: auto;
}
.single-expertise-box .common-cta-btn {
    background-color: transparent;
    border-color: #3B8993;
    color: #3B8993;
    max-width: max-content;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    text-transform: capitalize;
}
.single-expertise-box .common-cta-btn:hover {
    background-color: #3B8993;
    color: #fff;
}
.box-img {
    flex: 1;
    object-fit: cover;
    height: 200px;
    aspect-ratio: 4/3;
    border-radius: 10px 10px 0 0;
}
/* Image styling */
.our-specialities-block .box-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
/* Expertise Industries Section (Background Image/Overlay) */
.expertise-industries-section {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 36rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    color: #FFF;
}
.expertise-industries-section p {
    color: #FFF;
}
.expertise-industries-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .65;
    z-index: -1;
}
.expertise-industries-section-updated .row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.expertise-industries-section-updated .col-md-6 {
    width: calc(50% - 1.875rem);
}
/* Case Study Section */
.case-study-section {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 36rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}
.case-study-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .65;
    z-index: -1;
}
.case-study-section .content-block {
    max-width: 800px;
}
.case-study-section h2,
.case-study-section p,
.case-study-section ul li {
    color: #fff;
}
.case-study-section .common-cta-btn {
    display: inline-block;
}
/* Testimonials */
#testimonials.section {
    padding-block: 70px !important;
    background: #FFF;
}
#testimonials.sec-bg-grey {
    background: #F4F2F3 !important;
}
#testimonials.sec-bg-grey .medium-auto {
    background: transparent;
}
#testimonials.sec-bg-grey .medium-auto:before {
    background: transparent;
}
#testimonials .cell.medium-auto {
    /* background: #FFF; */
    padding-block: 0px;
}
#testimonials span.quote {
    color: #F4F2F3;
}
.testimonial {
    padding-top: 24px;
    padding-bottom: 0;
}
.testimonial-title {
    text-align: center;
}
/* #testimonials .cell.medium-auto:before {
    background: #FFF;
} */
/* added extra for cons project page */
#testimonials .cell.medium-auto:before {
    background: #FFF;
}
#testimonials .cell.medium-auto:before {
    background: transparent;
}
/* added extra for cons project page */
#testimonials .list__item {
    background: #FF5408;
}
#testimonials .list__item p,
#testimonials .list__item h4 {
    color: #FFF;
}

.solution-based-pages .footer__form {
    background-color: #fff !important;
}

.solution-based-pages .footer__form {
    background-color: #fff !important;
}

/* Footer Form */
.footer__form {
    background-color: #F4F2F3;
}
.footer-form-title {
    color: #201F1D;
    margin: 25px 0;
}
.footer__form .tabs li a {
    border: 1px solid #FF5408;
    color: #201F1D;
}
.footer__form .tabs li.is-active a {
    background: #FF5408;
    color: #FFF;
}
.footer-form-intro {
    max-width: 700px;
    width: 100%;
    margin: auto;
    margin-bottom: 26px;
}
/* Buttons */
.button.secondary {
    background-color: #FF5408;
}
.button.secondary:focus,
.button.secondary:hover {
    background: #FF5408;
}
/* Our Results Section (About Us) */
.our-results-sec {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
    padding-bottom: 0 !important;
}
.our-results-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .75;
    z-index: -1;
}
.top-sec-heading {
    width: 90%;
    margin: auto;
    padding-inline: 1rem;
}
.top-sec-heading,
.top-sec-heading p {
    text-align: center;
    color: #fff;
}
.results-collection {
    margin-top: 1.5rem;
    padding: 50px 0 70px;
}
.results-collection .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* spacing between boxes */
    justify-content: space-between;
}
.single-result-box {
    flex: 1 1 calc(25% - 20px);
    /* 4 per row */
    background: #FF5408;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.single-result-box:hover {
    transform: translateY(-5px);
}
.single-result-box h3,
.single-result-box h3 span {
    font-size: 2.875rem;
    font-family: "Playfair Display", serif;
    color: #F4F2F3;
    margin-bottom: 10px;
}
.single-result-box p {
    color: #FFF;
}
.single-result-box .suffix {
    font-size: 2rem;
    margin-left: -8px;
}
/* Why Choose Section */
.why-choose-sec {
    background: #F4F2F3;
}
/* Blog/Grid Styles */
.blog-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.blog-section .single-expertise-box {
    /* 2 per row (subtract gap so it wraps nicely) */
    flex: 1 1 calc(50% - 24px);
}
.blogs-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}
.blogs-grid-container .single-post-item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .625rem;
    position: relative;
    transition: transform .5s ease, -webkit-transform .5s ease;
    /* margin-bottom: 1rem; */
    display: block;
    color: #48475c;
}
.blogs-grid-container .single-post-item .post-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogs-grid-container .single-post-item .post-image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
}
.blogs-grid-container .single-post-item .post-title {
    padding: 0 1.5rem 1.5rem;
}
.blogs-grid-container .single-post-item .post-image {
    margin-bottom: 1rem;
}
.blogs-grid-container .single-post-item .post-categories {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-block;
    color: #48475c;
    background-color: #fff;
    border-radius: 90px;
    line-height: 1;
    padding: .1875rem .625rem;
    text-align: center;
    min-width: 40px;
    font-size: .75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all .3s;
}
.blogs-grid-container .single-post-item .post-categories a:hover {
    color: #ff5507 !important;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}
.bg-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .65;
    z-index: -1;
}
.section-gallery .gallery .gallery-item img {
    width: 100%;
}
/* Services Grid Section */
.services-grid-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.services-grid-section .single-service-box {
    flex: 0 0 calc((100% - 40px) / 3);
}
.single-grid-item {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.single-grid-item h2 {
    font-size: 25px;
}
.single-grid-item .top-image-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.single-grid-item .top-image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: +1;
}
.single-grid-item .top-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
    transform: scale(1);
    filter: grayscale(1);
    opacity: 0.895;
    transition: all 0.5s;
    z-index: -1;
}
.single-grid-item .box-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    z-index: 1;
    transition: all 0.5s;
}
.single-grid-item .box-top-content {
    flex-grow: 1;
    padding: 1.5rem;
}
.single-grid-item .box-footer {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
}
.single-grid-item .box-content p {
    color: #fff;
    opacity: 0;
    position: relative;
    z-index: -1;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity 0.5s;
}
.single-grid-item .btn-orange {
    display: flex;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    padding: 12px 6px;
    background-color: #3B8993;
    position: relative;
    z-index: 999;
}
.single-grid-item .btn-orange img {
    width: 12px;
    transition: all 0.5s;
}
/* Hover Effects */
.single-grid-item:hover .top-image {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
    transform-origin: center center;
}
.single-grid-item:hover .box-content p {
    opacity: 1;
}
.single-grid-item:hover .btn-orange img {
    transform: rotate(45deg);
}
/* Video/Contact Section Styles */
.video-content .video-cover {
    position: relative;
    background-color: #cccccc1f;
    border-radius: 10px;
}
.video-cover {
    position: relative;
    display: inline-block;
    width: 100%;
}
.video-content .video-cover button {
    background: #eeeeee00 !important;
}
.customVideoModal .modal-close-button.closeCustomModal {
    background-color: #FF5408;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 42px;
}
.video-right-content .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.video-button:hover {
    background: rgba(255, 255, 255, 0.6);
}
/* Modal Styles */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.custom-modal-inner {
    position: relative;
    width: 90%;
    max-width: 960px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.modal-close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.section-block .contact-details-left,
.section-block .loc-map-iframe {
    padding-top: 7rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.video-content-updated {
    padding-bottom: 0;
}
/* .video-content-updated:last-of-type {
    padding-bottom: 3rem;
} */
.video-content-updated:last-of-type {
    padding-bottom: 0;
}
.loc-map-iframe iframe {
    max-width: 100%;
    object-fit: cover;
}
/* --- Extra utility Classes --- */
.bg-transparent {
    background-color: transparent !important;
}
.p-0 {
    padding: 0 !important;
}
.border-0 {
    border: none !important
}
.bx-shadow-none {
    box-shadow: none !important;
}
.br-10 {
    border-radius: 10px !important;
}
.pe-md-3 {
    padding-right: 1rem !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
/* ======== Contact Us Page ============ */
.updated-pages-wrapper .contact-info-section {
    padding-top: 9rem;
}
.contact-info-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
}
.contact-info-section .row .col-md-6 {
    flex: 1;
}
.contact-blocks {
    margin-bottom: 1rem;
}
.contact-blocks h3 {
    font-size: 1.55rem;
}
.contact-blocks a,
.contact-blocks .office-address p {
    color: #48475c;
    font-size: 1rem;
    transition: all linear .3s;
}
.contact-blocks a:hover {
    color: #FF5408;
    text-decoration: underline;
}
.contact-left-container a {
    transition: all .3s;
}
.contact-left-container a:hover {
    color: #000 !important;
}
.contact-left-container .social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5408;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 18px;
    transition: all .3s;
}
.contact-left-container .social-icons a:hover {
    background-color: transparent;
    border-color: #FF5408;
    color: #FF5408;
    text-decoration: none;
}
.contact-left-container .social-icons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.contact-left-container .map-location-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    overflow: hidden;
}
.content-right-form form {
    padding: 1.75rem;
    border-radius: 20px;
}
.content-right-form form input {
    box-shadow: 0 0 30px rgb(15 15 15 / 4%);
}
.content-right-form form textarea {
    resize: none;
}
.content-right-form .switch-btn-div .switch-btn {
    padding-inline: 14px;
    font-size: 16px;
}
.form-terms {
    color: #fff;
    margin: 6px 0 15px;
    display: block;
}
.content-right-form form  input.button {
    box-shadow: none;
    padding-block: 20px;
    padding: 1.25rem  .75rem;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: .25px;
    border: 1px solid #FF5408;
    transition: all .3s;
}
.content-right-form form input.button:hover {
    color: #FF5408 !important;
    box-shadow: 0 0 30px rgb(15 15 15 / 8%);
}
/* ======== Contact Us Page ============ */
/*
|========================================
| RESPONSIVE MEDIA QUERIES
|========================================
*/
@media only screen and (min-width: 1400px) {
    .financial-services-banner {
        background-position: 50% 5%;
    }
    .contingent-recruitment-banner {
        background-position: 50% 18%;
    }
    .finanace-accounts-banner {
        background-position: 50% 25%;
    }
    /* .hr-recruitment-banner-sec {
        background-position: 50% 25%;
    } */
     .governance-risk-banner {
        background-position: 50% 36%;
     }
     .procurement-banner-sec {
        background-position: 50% 30%;
     }
}

/* Media Query: max-width: 1400px */
@media only screen and (max-width: 1400px) {
    .updated-pages-wrapper .container,
    .function-page-wrapper .container {
        max-width: 1130px;
    }
    .case-study-section {
        min-height: 25rem;
    }
}
@media only screen and (min-width: 1100px){
    .contact-page-wrapper .contact-info-section .container {
        padding-inline: .9375rem;
    }
}
/* Media Query: max-width: 1024px */
@media only screen and (max-width: 1024px) {
    /* General Overrides */
    .updated-pages-wrapper .container,
    .function-page-wrapper .container {
        max-width: 90%;
        padding-inline: 0;
    }
    .common-cta-btn {
        padding: 10px 20px;
        font-size: 18px;
    }
    .updated-pages-wrapper section,
    .function-page-wrapper section {
        padding-block: 50px;
    }
    .updated-pages-wrapper h1,
    .function-page-wrapper h1 {
        font-size: 3.875rem;
    }
    .updated-pages-wrapper h2,
    .function-page-wrapper h2 {
        font-size: 2.5rem;
    }
    /* Tabss */
    .tabss>li>a {
        height: 42px;
        width: 223px;
        max-width: 100%;
    }
    /* About HR Recruitment */
    .about-hr-recruitment .bottom-content .row {
        gap: 24px;
    }
    .about-hr-recruitment .bottom-content .col-md-7 {
        flex: 0 0 calc(55% - 12px);
    }
    .about-hr-recruitment .bottom-content .col-md-5 {
        flex: 0 0 calc(45% - 12px);
    }
    .about-hr-recruitment .bottom-content .content-left {
        padding-right: 1.5rem;
    }
    .about-hr-recruitment .content-right {
        margin-top: 0;
    }
    /* Expertise */
    .expertise-collection .box-title {
        font-size: 1.675rem;
    }
    .expertise-collection .box-desc {
        flex: 1;
        margin-bottom: 4rem;
    }
    .expertise-industries-section-updated .row {
        justify-content: space-between;
    }
    /* Case Study */
    .case-study-section {
        min-height: 20rem;
    }
    .case-study-section .content-block {
        max-width: 600px;
    }
    /* Testimonials */
    #testimonials {
        padding-block: 50px !important;
        padding-bottom: 64px !important;
    }
    .testimonial {
        padding-inline: 3rem;
        max-width: 90%;
        margin: auto;
    }
    /* Our Results */
    .top-sec-heading {
        width: 100%;
        padding-inline: 0;
    }
    .results-collection {
        padding: 50px 0;
    }
    .single-result-box h3,
    .single-result-box h3 span {
        font-size: 2.275rem;
    }
    /* Services Grid */
    .single-grid-item {
        height: 100%;
        min-height: 400px;
    }
    .single-grid-item h2 {
        font-size: 22px;
    }
    .single-grid-item .box-top-content {
        font-size: 1rem;
        padding-bottom: 0;
    }
    .single-grid-item .box-content p {
        -webkit-line-clamp: 5;
    }
    /* Video/Contact */
    .video-content-updated {
        padding-inline: 1rem;
        padding-top: 1.25rem;
        padding-bottom: 0;
    }
    .video-content-updated:first-of-type {
        padding-top: 5rem;
    }
    .section-block__content.content-page.is-colored {
        margin-bottom: 2rem;
    }
    .section-block .contact-details-left {
        padding-left: 1rem;
    }
    .section-block .loc-map-iframe {
        padding-right: 1rem;
    }
    .building-different {
        padding-bottom: 20px !important;
    }
    .video-content-updated {
        padding-inline: 0;
    }
    .blogs-grid-container .single-post-item .post-image img {
        min-height: 270px;
    }
}
/* Media Query: max-width: 992px */
@media only screen and (max-width: 992px) {
    .tabss {
        height: 56px;
    }
    .tabss>li>a {
        height: 56px;
        width: 200px;
        max-width: 100%;
    }
    .single-result-box {
        flex: 1 1 calc(50% - 20px);
        /* 2 per row */
    }
    .single-grid-item {
        min-height: 350px;
    }
    .expertise-collection .our-specialities-block .single-expertise-box {
        flex: 1 1 calc(50% - 20px);
    }
}
/* Media Query: max-width: 882px */
@media only screen and (max-width: 882px) {
    .tabss {
        height: 56px;
    }
    .tabss>li>a {
        height: 56px;
        width: 160px;
        max-width: 100%;
    }
}
/* Media Query: max-width: 800px and min-width: 639px (Switch Button specific) */
@media(max-width: 800px) and (min-width: 639px) {
    .switch-btn-div {
        flex-direction: column;
    }
    .switch-btn-div .switch-btn {
        width: 100%;
        margin: 0px;
    }
    .switch-btn-div .switch-btn.switch-btn-1 {
        margin-bottom: 15px;
    }
}
/* Media Query: max-width: 772px */
@media only screen and (max-width: 772px) {
    .tabss {
        height: 66px;
    }
    .tabss>li>a {
        height: 66px;
        width: 159px;
        max-width: 100%;
    }
}
/* Media Query: max-width: 768px */
@media screen and (max-width: 768px) {
    .services-grid-section .single-service-box {
        flex: 0 0 calc((100% - 24px) / 2);
    }
    .single-grid-item {
        min-height: 400px;
    }
}
/* Media Query: max-width: 767px */
@media (max-width: 767px) {
    .bottom-content .col-12 {
        width: 100%;
    }
    .video-content-updated.video-block-new {
        padding-top: 0;
        padding-bottom: 0;
    }
    .video-content-updated.video-block-new .row {
        flex-direction: column-reverse;
    }
    .bottom-content .col-md-6 {
        width: 100%;
    }
    .pe-0 {
        padding-right: 0rem !important;
    }   
    .expertise-collection .our-specialities-block .single-expertise-box {
        flex: 1 1 100%;
    }
}
/* Media Query: max-width: 640px */
@media only screen and (max-width: 640px) {
    .section .title--main.title-main-h {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
    .blogs-grid-container {
        grid-template-columns: 1fr;
    }
    .blogs-grid-container .single-post-item .post-title {
        padding: 0 10px 10px 10px;
    }
    .row [class^="col-"],
    .about-hr-recruitment .bottom-content [class^="col-"] {
        width: 100%;
        flex: auto;
    }
}
/* Media Query: max-width: 639px */
@media only screen and (max-width: 639px) {
    .tabss {
        height: 43px;
        width: fit-content;
    }
    .tabss>li>a {
        height: 43px;
        width: 100%;
        max-width: 100%;
    }
}
/* Media Query: max-width: 580px (Mobile Styles) */
@media only screen and (max-width: 580px) {
    /* Typography / Global */
    .updated-pages-wrapper h1,
    .function-page-wrapper h1 {
        font-size: 2.25rem;
    }
    .updated-pages-wrapper section,
    .function-page-wrapper section {
        padding-block: 40px;
    }
    .updated-pages-wrapper h2,
    .function-page-wrapper h2 {
        font-size: 1.75rem;
        margin-bottom: 14px;
    }
    .updated-pages-wrapper h2 br,
    .function-page-wrapper h2 br {
        display: none;
    }
    .banner-content p {
        font-size: 16px;
    }
    /* Grid / Layout Adjustments */
    .updated-pages-wrapper [class^="col-"],
    .function-page-wrapper [class^="col-"] {
        flex: auto;
    }
    .subpages-banner {
        min-height: 20rem;
        background-position: center;
    }
    /* About HR Recruitment */
    .about-hr-recruitment .bottom-content .content-left {
        padding: 0;
    }
    .about-hr-recruitment .bottom-content .row {
        flex-direction: column;
    }
    .what-make-us-different-sec .bottom-content .row {
        flex-direction: column;
    }
    .what-make-us-different-sec .content-left a {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    /* Expertise / Cards */
    .expertise-collection .box-desc {
        flex: auto;
        margin-bottom: 1rem;
    }
    .single-expertise-box .common-cta-btn {
        position: unset;
    }
    .expertise-collection .single-expertise-box-content {
        height: auto;
    }
    .expertise-collection .box-title {
        font-size: 1.5rem;
    }
    .blog-section .single-expertise-box {
        flex: 1 1 100%;
    }
    /* Case Study */
    .case-study-section {
        min-height: 20rem;
    }
    /* Testimonials */
    #testimonials.section {
        padding-top: 40px !important;
        padding-block: 40px !important;
    }
    .testimonial-title {
        position: relative;
        z-index: 1;
    }
    .testimonial {
        padding-block: 2rem;
        display: block;
    }
    #testimonials .cell.medium-auto:before {
        display: none;
    }
    /* Footer / Form */
    .site__footer .footer__form {
        padding-inline: 16px;
        padding-block: 40px;
    }
    .footer-form-title {
        margin-top: 0;
        font-size: 1.875rem;
        margin-bottom: 20px;
    }
    /* Our Results */
    .results-collection {
        padding: 40px 0;
    }
    .single-result-box {
        flex: 1 1 100%;
        /* 1 per row */
    }
    .single-result-box h3,
    .single-result-box h3 span {
        font-size: 2rem;
    }
    /* Services Grid */
    .services-grid-section .single-service-box {
        flex: auto;
    }
    .single-grid-item {
        min-height: 320px;
    }
    .single-grid-item {
        min-height: 380px;
        height: 100%;
    }
    .single-grid-item h2 {
        font-size: 22px;
    }
    .single-grid-item .box-content p {
        -webkit-line-clamp: 0;
    }
    /* Video/Contact */
    .section-block .contact-details-left h3 {
        font-size: 1.8125rem;
    }
    .section-block .contact-details-left {
        padding-bottom: 0;
    }
    .section-block .loc-map-iframe {
        padding-top: 0rem !important;
    }
    .video-right-content h3 {
        font-size: 1.5rem;
    }
    .video-content .video-cover {
        background-color: hsl(0deg 0% 80% / 50%);
    }
    .video-wrapper {
        height: 320px;
        aspect-ratio: unset;
    }
    .customVideoModal .modal-close-button.closeCustomModal {
        top: 120px;
        width: 40px;
        height: 40px;
        font-size: 32px;
    }
    .section-block .contact-details-left,
    .section-block .loc-map-iframe {
        padding: 0 1rem;
    }
}
/* Media Query: max-width: 426px */
@media only screen and (max-width: 426px) {
    .res-img {
        background-size: cover;
        height: 18rem;
        background-position: right;
        margin-top: 100px;
    }
    .insight-section {
        margin-top: 100px;
    }
    .title-fs {
        display: none;
    }
}
/* Media Query: max-width: 417px */
@media only screen and (max-width: 417px) {
    .tabss {
        height: 53px;
        width: fit-content;
    }
    .tabss>li>a {
        height: 53px;
        width: 100%;
        max-width: 100%;
    }
}
/* Media Query: max-width: 400px (Responsive Text Adjustments) */
@media only screen and (max-width: 400px) {
    .mt-7 {
        font-size: smaller;
        margin-top: -10px !important;
    }
    .fs-small {
        font-size: small !important;
    }
}
/* Media Query: min-width: 401px and max-width: 426px (Responsive Text Adjustments) */
@media only screen and (min-width: 401px) and (max-width: 426px) {
    .mt-7 {
        font-size: smaller;
        margin-top: -6px !important;
    }
    .fs-small {
        font-size: small !important;
    }
}
/* Media Query: min-width: 427px and max-width: 1024px */
@media only screen and (min-width: 427px) and (max-width: 1024px) {
    .res-img {
        background-size: cover;
        height: 34.5rem;
        background-position: right;
        margin-top: 50px;
    }
    .title-fs {
        display: none;
    }
}
/* Media Query: max-width: 392px (Switch Button specific) */
@media(max-width: 392px) {
    .switch-btn-div {
        flex-direction: column;
    }
    .switch-btn-div .switch-btn {
        width: 100%;
        margin: 0px;
    }
    .switch-btn-div .switch-btn.switch-btn-1 {
        margin-bottom: 15px;
    }
}
/* Media Query: min-width: 640px */
@media(min-width: 640px) {
    .section .title--main {
        font-size: 2.05rem;
    }
}