/*
Theme Name: Pincoder Template Theme
Theme URI: https://pincoder.net
Author: Pincoder Inc.
Author URI: https://pincoder.net
Description: This template is use for all project from pincoder inc. It is a customize base website with client specifications and request.
Version: 1.0
Tags: pincoder.net
*/

/* --- Fonts --- */
@font-face {
   font-family: 'Montserrat SemiBold';
   src: url("assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
   font-family: 'Montserrat Light';
   src: url("assets/fonts/Montserrat/Montserrat-Light.ttf") format('truetype');
}
@font-face {
   font-family: 'Montserrat-Regular';
   src: url("assets/fonts/Montserrat/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
   font-family: 'Montserrat Bold';
   src: url("assets/fonts/Montserrat/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
   font-family: 'OpenSans';
   src: url("assets/fonts/Open_Sans/OpenSans-Regular.ttf") format('truetype');
}

/* --- Global Reset & Typography --- */
body {
   font-family: 'Montserrat-Regular';
   width: 100%;
   font-size: 16px;
   color: #2d2d30;
   margin: 0;
}

h1, h2, h3, h4, h5, h6, .nav-link, .navbar-brand {
    font-family: 'Montserrat Bold';
}

p, span, div, li, input, textarea {
   font-family: 'OpenSans';
}

a { color: #2d2d30; text-decoration: none; transition: 0.3s ease; }
a:hover, .current_page_item a , .contact-text-stacked a:hover{ color: #e31e24; }

/* --- One Call Header Layer --- */
.site-header-layer {
    border-bottom: 2px solid #dadada;
    background: #fff;
}

.header-contact-details {
    font-size: 14px;
    margin-bottom: 15px; /* Spacing between contact and nav */
}


.contact-text .label {
    font-family: 'Montserrat Bold';
    font-size: 13px;
    color: #000;
}

.contact-text .value {
    color: #2d2d30;
    line-height: 1.4;
    display: inline-block;
}

.border-light-gray {
    border-color: #dadada !important;
}

/* --- Navigation --- */
/* Navigation Alignment & Spacing */
.navbar-nav {
    justify-content: flex-end; /* Pushes menu items to the right */
    width: 100%;
}

.navbar-nav .nav-link {
    font-family: 'Montserrat SemiBold' !important;
    font-size: 14px;
    color: #1a1c21 ;
    padding: 0.5rem 1rem !important; /* Adjusted for better spacing */
    white-space: nowrap;
}
.navbar-nav .menu-item{
   padding: 1.5rem 1.5rem .5rem;
   margin: 0 5px;
}
.navbar-nav .menu-item a{font-size: 16px; font-family: 'Montserrat SemiBold' !important;}
.navbar-collapse {
    transition: all 0.3s ease;
}
/* OVERLAY */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}
/* =========================================================
   MOBILE HEADER FIX
========================================================= */

@media (max-width: 991px){

    /* HEADER WRAPPER */
    .site-header-layer,
    .header-wrapper,
    .main-header,
    header {
        position: relative;
    }

    /* TOP HEADER */
    .site-header-layer {
        padding: 15px 20px !important;
    }

    /* LOGO */
    .custom-logo,
    .navbar-brand img,
    .site-logo img {
        max-height: 95px;
        width: auto;
    }

    /* MOBILE NAV WRAPPER */
    .ocs-mobile-nav {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: auto;
        margin: 0;
        z-index: 20;
    }

    /* TOGGLER */
    .navbar-toggler {
        width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 14px;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* BURGER ICON */
    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }

    /* MOBILE MENU */
    #oneCallPrimaryNav {
        position: absolute;
        top: calc(100% + 18px);
        right: 0;
        width: 280px;
        background: #fff;
        border-radius: 22px;
        padding: 20px;
        box-shadow: 0 24px 60px rgba(0,0,0,0.12);
        border: 1px solid rgba(0,0,0,0.06);
    }

    /* MOBILE MENU ITEMS */
    #oneCallPrimaryNav .navbar-nav {
        gap: 8px;
    }

    #oneCallPrimaryNav .menu-item {
        width: 100%;
        padding: 0;
    }

    #oneCallPrimaryNav .menu-item a {
        display: block;
        width: 100%;
        padding: 14px 16px;
        border-radius: 14px;
        font-size: 15px;
        font-family: 'Montserrat SemiBold';
    }

    #oneCallPrimaryNav .menu-item a:hover {
        background: rgba(227,30,36,0.08);
        color: var(--ocs-red);
    }

    /* HIDE DESKTOP CONTACT STRIP */
    .header-contact-details {
        display: none !important;
    }
}
/* ACTIVE */
.mobile-menu-overlay.active {
    right: 0;
}

/* INNER */
.mobile-menu-inner {
    padding: 30px 20px;
}

/* CLOSE BUTTON */
.menu-close {
    background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* MENU LIST */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-menu-list li {
    margin: 15px 0;
}

.mobile-menu-list li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

.mobile-menu-list li.current-menu-item a {
    color: #e31e24;
}

/* Ensure the CTA button doesn't stretch */
.btn-header-cta {
    font-family: 'Montserrat Bold' !important;
    background-color: #e31e24;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
}

.chevron-icon {
    font-size: 10px;
    color: #2d2d30;
    margin-left: 5px;
}

/* Red CTA Button inside Navigation */
.nav-cta-item .btn-header-cta {
    font-family: 'Montserrat Bold' !important;
    background-color: #e31e24;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.nav-cta-item .btn-header-cta:hover {
    background-color: #1a1c21;
}
/* --- Header Typography Refinement --- */
.header-contact-details {
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    color: #2d2d30;
}

/* Stacked Phone/Email alignment */
.contact-text-stacked {
    line-height: 1.3;
}

.contact-text-stacked strong {
    font-family: 'Montserrat Bold';
    color: #000;
}

.contact-text-stacked a {
    color: #2d2d30;
    font-weight: 400;
}

/* Address Spacing */
.contact-text {
    line-height: 1.4;
    color: #2d2d30;
}

/* Divider colors */
.border-light-gray {
    border-color: #dadada !important;
}

/* Navigation button tweak */
.btn-header-cta {
    font-family: 'Montserrat Bold' !important;
    background-color: #e31e24;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.btn-header-cta:hover {
    background-color: #1a1c21;
}

/* --- General Theme Styles --- */
ul { list-style: none; margin: 0; padding: 0; }
p { margin-bottom: .5rem; line-height: 30px; }
.services-content .wrapper, .bottom-content, .page-wrapper { width: 100%; margin: 0 auto;  }

/* --- Banner Adjustments --- */
.banner-layer {
    position: relative;
    height: 650px;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.banner-content{
   position: relative;
   z-index: 2;
   padding: 15px 2rem 0;
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.6; /* Darkens video for text readability */
   z-index: 1
}

.banner-title {
    font-family: 'Montserrat Bold' !important;
    font-size: 55px;
    color: #fff;
    line-height: 1.5;
}

.banner-title span { font-size: 65px;
    font-family: 'Montserrat Bold' !important;}

.banner-desc {
    color: #fff;
    font-family: 'OpenSans' !important;
    font-size: 20px;
    max-width: 600px;
}

/* --- Stats Bar Fixes --- */
.stats-bar-overlay {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}


/* Internal container to lock width to 1200px */
.stats-bar-overlay .container {
   max-width: 1220px;
   width: 100%;
   background-color: #1617177d;
   margin: 20px 0;
   border-radius: 10px;
}

.stat-icon {
    width: 45px;
    height: auto;
}

.stat-number {
    font-family: 'Montserrat Bold' !important;
    color: white;
    font-size: 25px;
    margin: 0;
    line-height: 1;
}

.stat-label {
    font-family: 'Montserrat-Regular' !important;
    color: #fff;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.5px;
}

.banner-btn{
   background: #e31e24;
   border-radius: 20px;
    font-family: 'Montserrat SemiBold' !important;
   font-size: 17px;
   color: white;
   margin-top: .5rem;
   display: inline-block;
}
.banner-btn:hover{
   background: #2d2d30;
}

/* MAIN CONTENT SECTION */
.main-content-section {
    background: #f4f4f4;
}

.section-subtitle {
    font-family: 'Montserrat SemiBold';
    font-size: 20px !important;
    color: #1a1c21;
    margin-bottom: 10px;
}

.section-title {
    font-size: 35px;
    font-family: 'Montserrat Bold';
    margin-bottom: 20px;
}

.text-red {
    color: #e31e24;
    font-weight: 600;
}

.main-content-section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.main-content-img {
   max-height: 440px;
}

/* =========================================================
   HOMEPAGE SERVICES SECTION
========================================================= */

.services-section {
    position: relative;
    background:
        linear-gradient(
            135deg,
            rgba(15,20,26,0.94),
            rgba(26,28,33,0.94)
        ),
        url('images/services-bg.jpg') center/cover no-repeat;

    padding: 100px 0;
    overflow: hidden;
}

.services-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(227,30,36,0.18),
            transparent 32%
        );
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.services-subtitle {
    color: rgba(255,255,255,0.72);
    font-size: 16px !important;
    font-family: 'Montserrat SemiBold';
    margin-bottom: 12px;
}

.services-title {
    color: #fff;
    font-size: clamp(38px, 4vw, 52px);
    margin-bottom: 20px;
}

.services-desc {
    color: rgba(255,255,255,0.78);
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.9;
}

/* SERVICE CARD */
.service-card {
    position: relative;
    background: rgba(255,255,255,0.96);
    border-radius: 30px;
    padding: 42px 35px;
    height: 100%;
    text-align: left;
    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.12);

    transition: all 0.32s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e31e24;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 70px rgba(0,0,0,0.18);
}

.service-card:hover::before {
    transform: scaleX(1);
}
.service-top {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 10px;
}

/* ICON */
.service-icon-wrap {
    width: 82px;
    height: 82px;
    min-width: 82px;

    border-radius: 24px;
    background: rgba(227,30,36,0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(227,30,36,0.12);
}

.service-icon-wrap i {
    font-size: 34px;
    color: #e31e24;
}

/* TITLE */
.service-card h4 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 0;
    color: #1A1C21;
    padding-top: 8px;
    flex: 1;
}

/* TEXT */
.service-card p {
    color: #171717;
    line-height: 1.9;
    margin-bottom: 0;
    font-size: 15px;
}

/* REMOVE OLD */
.service-header,
.service-link,
.service-icon img {
    display: none !important;
}
/* VIEW SERVICES BUTTON */
.services-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #e31e24;
    color: #fff;

    padding: 16px 34px;
    border-radius: 60px;

    font-family: 'Montserrat SemiBold';
    text-decoration: none;

    transition: all 0.28s ease;

    box-shadow:
        0 14px 35px rgba(227,30,36,0.25);
}

.services-view-btn:hover {
    background: #fff;
    color: #e31e24;

    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(227,30,36,0.20);
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .services-section {
        padding: 80px 0;
    }

    .service-card {
        padding: 36px 28px;
    }

    .service-card h4 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {

    .services-section {
        padding: 65px 0;
    }

    .service-card {
        border-radius: 24px;
        padding: 32px 24px;
    }

    .service-icon-wrap {
        width: 72px;
        height: 72px;
    }

    .service-icon-wrap i {
        font-size: 28px;
    }

    .service-card h4 {
        font-size: 21px;
    }
}

/* Excellence SECTION */
.excellence-section {
    background: linear-gradient(to right, #0f141a, #1b222c);
    padding: 60px 0;
    color: #fff;
}

/* TEXT */
.excellence-subtitle {
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
    margin-bottom: 10px;
}

.excellence-title {
    font-size: 40px;
    font-family: 'Montserrat Bold';
    margin-bottom: 15px;
}

.excellence-desc {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
}

/* CARD */
.ex-card {
    background: #fff;
    color: #000;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

/* HEX ICON WRAPPER */
.hex-icon {
    width: 100px;
    margin: 0 auto 20px;
}

.hex-icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* TITLE */
.ex-card h4 {
    font-family: 'Montserrat Bold';
    margin-bottom: 10px;
    margin-top: 10px;
}

/* TEXT */
.ex-card p {
   font-size: 15px;
   margin: 5px auto 20px;
   width: 90%;
}

/* BUTTON */
.ex-btn {
    display: inline-block;
    background: #e31e24;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-family: 'Montserrat Bold';
    transition: 0.3s;
}

.ex-btn:hover {
    background: #1a1c21;
}

/* CAREERS SECTION */
.careers-section {
    background: #f4f4f4;
}

/* IMAGE */
.careers-image img {
    width: 85%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.careers-content {
    padding: 65px 60px;
    max-width: 600px;
    margin: 0 auto;
}

/* TEXT */
.careers-subtitle {
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
    margin-bottom: 10px;
}

.careers-title {
    font-size: 40px;
    font-family: 'Montserrat Bold';
    margin-bottom: 15px;
}

.careers-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ICON */
.careers-icon img {
    width: 80px;
    margin: 20px 0;
}

/* APPLY */
.apply-title {
    font-family: 'Montserrat Bold';
    margin-bottom: 10px;
}

.apply-desc {
    margin-bottom: 20px;
}

/* BUTTON */
.careers-btn {
    display: inline-block;
    background: #e31e24;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-family: 'Montserrat Bold';
    transition: 0.3s;
}

.careers-btn:hover {
    background: #1a1c21;
}
.careers-image{text-align: right;}

/* SECTION */
.testimonials-section {
    position: relative;
    background: url('images/testimonials-bg.jpg') center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.testimonials-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

/* CONTENT */
.testimonials-section .container {
    position: relative;
    z-index: 2;
}

/* TEXT */
.test-title {
    font-size: 40px;
    font-family: 'Montserrat Bold';
}
.test-subtitle{
   font-size: 20px;
   font-family: 'Montserrat SemiBold';
}
.test-desc {
    max-width: 1000px;
    margin: 0 auto;
}

/* CARD */
.test-card {
    position: relative;
    width: 100%;
}

/* BACKGROUND IMAGE */
.bubble-bg {
    width: 100%;
    display: block;
}

/* CONTENT OVERLAY */
.test-content {
    position: absolute;   /* ← THIS WAS MISSING */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 30px 50px; /* more bottom space */
    color: #fff;
    text-align: left;
}

/* TEXT */
.test-content p {
    font-size: 16px;
    line-height: 1.6;
}

/* QUOTE */
.quote {
    font-size: 40px;
    opacity: 0.4;
    margin-bottom: 10px;
}

/* USER */
.test-user {
   display: flex;
   align-items: center;
   gap: 10px;
   justify-content: left;
   position: relative;
   top: -50px;
   left: 15px;
}

.test-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* BUTTON */
.test-btn {
    display: inline-block;
    background: #e31e24;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    margin-top: 20px;
}
/* SECTION */
.contact-section {
    background: #f4f4f4;
    padding: 70px 0;
}

/* TEXT */
.contact-title {
    font-size: 40px;
    font-family: 'Montserrat Bold';
}
.contact-subtitle{
    font-size: 20px;
    font-family: 'Montserrat SemiBold';
}
.contact-desc {
    max-width: 1000px;
    margin: 0 auto;
}

/* INPUT */
.form-input {
    width: 100%;
    border: none;
    padding: 18px 25px;
    border-radius: 50px;
    background: #e0e0e0;
    font-size: 14px;
}

/* TEXTAREA */
.form-textarea {
    height: 100%;
    min-height: 120px;
    border-radius: 50px;
    resize: none;
}

/* CONSENT */
.form-consent {
    font-size: 14px;
}

.form-consent input {
    margin-right: 10px;
}

/* BUTTON */
.contact-btn {
    background: #e31e24;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat Bold';
}

/* CAPTCHA */
.captcha-box img {
    max-width: 200px;
}

/* INPUT STYLE */
.qd-input {
    border-radius: 50px !important;
    padding: 18px 25px !important;
    background: #e0e0e0 !important;
    border: none !important;
}

/* TEXTAREA */
.qd-textarea {
    border-radius: 50px !important;
    padding: 20px 25px !important;
    background: #e0e0e0 !important;
    border: none !important;
    min-height: 100%;
}

/* BUTTON */
.qd-submit {
    background: #e31e24 !important;
    color: #fff !important;
    padding: 12px 40px !important;
    border-radius: 30px !important;
    border: none;
}

/* ALIGN HEIGHT */
.contact-form .row.align-items-stretch > div {
    display: flex;
    flex-direction: column;
}

.qd-textarea {
    flex: 1;
}
.privacy-policy{
   width: 25px;
   height: 25px
}

/* SECTION */
.blog-section {
    background: #1a1c21;
    padding: 80px 0;
    color: #fff;
}

/* HEADER */
.blog-title {
    font-size: 40px;
    font-family: 'Montserrat Bold';
    margin-bottom: 10px;
}

.blog-desc {
    max-width: 800px;
    margin-bottom: 30px;
}

/* CARD */
.blog-card {
    height: 100%;
}

/* IMAGE */
.blog-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    border-bottom-left-radius: 0;
}

.blog-image img {
    width: 100%;
    display: block;
}

/* OVERLAY TITLE */
.blog-overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1a1c21;
    padding: 15px;
    border-top-right-radius: 15px;
    max-width: 85%;
    font-family: 'Montserrat Bold';
}

/* CONTENT */
.blog-content {
   margin-top: 10px;
   padding: 0 10px;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.6;
}

/* LINK */
.blog-link {
    color: #e31e24;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.blog-image img {
    height: auto;
}

/* FOOTER */
.site-footer {
   padding: 50px 0 28px;
   background: var(--ocs-bg);
   border-top: 1px solid var(--ocs-border);
}

/* LOGO */
.footer-logo {
    max-height: 180px;
    width: auto;
}

/* TEXT */
.footer-subtitle {
    font-size: 18px;
}

.footer-title {
    font-size: 30px;
    margin-bottom: 12px;
    font-family: 'Montserrat Bold';
}

.footer-desc {
    font-size: 14px;
    max-width: 320px;
    line-height: 1.7;
}
.footer-contact-item div,
.footer-contact-item a {
    font-size: 15px;
    line-height: 1.55;
}

/* CONTACT */
.footer-contact-item {
    gap: 12px;
    padding-left: 0;
}

.footer-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
}

/* DIVIDER */
.footer-divider {
   margin: 10px 0 20px;
   background-color: rgb(182 182 182);
}

/* NAV */
.footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.footer-menu li.current-menu-item a,
.footer-menu li a:hover {
    color: #e31e24;
}
/* SOCIAL */
.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
   padding-top: 10px;
}
/* ROW */
.footer-contact-row {
    display: flex;
    align-items: center;
}

/* SOCIAL */
.footer-social img {
    width: 40px;
    height: 40px;
}


/* COPYRIGHT */
.footer-bottom {
    margin-top: 15px;
    font-size: 14px;
}


/* =========================================================
   ONE CALL SOLUTIONS - GENERAL DESIGN REFINEMENT
   Brand: Professional Call Center / Operations Support
========================================================= */

:root {
    --ocs-red: #E31E24;
    --ocs-dark: #1A1C21;
    --ocs-bg: #F8F9FA;
    --ocs-gray: #171717;
    --ocs-white: #ffffff;
    --ocs-border: #e7e9ec;
    --ocs-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    --ocs-radius: 18px;
}

/* Global polish */
html {
    scroll-behavior: smooth;
}

body {
    background: var(--ocs-bg);
    color: var(--ocs-dark);
    font-family: 'OpenSans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.services-title,
.excellence-title,
.careers-title,
.test-title,
.contact-title,
.blog-title,
.footer-title {
    font-family: 'Montserrat Bold', sans-serif !important;
    color: var(--ocs-dark);
    letter-spacing: -0.03em;
}

p {
    color: #3f444b;
    line-height: 1.8;
}

.text-red,
a:hover,
.current_page_item a {
    color: var(--ocs-red) !important;
}

/* General section spacing */
.main-content-section,
.services-section,
.excellence-section,
.careers-section,
.testimonials-section,
.contact-section,
.blog-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Container consistency */
.container,
.services-content .wrapper,
.bottom-content{
    max-width: 1240px;
}

/* Buttons */
.banner-btn,
.btn-header-cta,
.ex-btn,
.careers-btn,
.contact-btn,
.qd-submit,
.test-btn {
    background: var(--ocs-red) !important;
    color: var(--ocs-white) !important;
    border-radius: 999px !important;
    font-family: 'Montserrat Bold', sans-serif !important;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border: 0;
    box-shadow: 0 10px 24px rgba(227, 30, 36, 0.22);
    transition: all 0.25s ease;
}

.banner-btn:hover,
.btn-header-cta:hover,
.ex-btn:hover,
.careers-btn:hover,
.contact-btn:hover,
.qd-submit:hover,
.test-btn:hover {
    background: var(--ocs-dark) !important;
    color: var(--ocs-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(26, 28, 33, 0.22);
}

/* Header refinement */
.site-header-layer {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--ocs-border);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.header-contact-details {
    font-size: 12px;
    margin-bottom: 8px;
    color: var(--ocs-gray);
}

.contact-text-stacked strong,
.contact-text .label {
    color: var(--ocs-dark);
}

.contact-text-stacked a,
.contact-text .value {
    color: var(--ocs-gray);
}

.navbar-nav .menu-item {
    padding: 1rem 1.1rem 0.75rem;
    margin: 0 2px;
}

.navbar-nav .menu-item a,
.navbar-nav .nav-link {
    color: var(--ocs-dark);
    font-size: 16px;
    font-family: 'Montserrat SemiBold', sans-serif !important;
    position: relative;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .current-menu-item a,
.navbar-nav .current_page_item a {
    color: var(--ocs-red) !important;
}

/* Hero */
.banner-layer {
    height: 650px;
    background: var(--ocs-dark);
}

.banner-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 12, 16, 0.86) 0%, rgba(10, 12, 16, 0.62) 45%, rgba(10, 12, 16, 0.32) 100%);
    z-index: 1;
    pointer-events: none;
}

.banner-content {
    position: relative;
    z-index: 3;
}

.banner-title {
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.12;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}

.banner-title span {
    font-size: inherit;
    display: block;
}

.banner-desc {
    font-size: 17px;
    line-height: 1.8;
    max-width: 620px;
    color: rgba(255,255,255,0.9);
}

/* Stats bar */
.stats-bar-overlay .container {
    background: rgba(26, 28, 33, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--ocs-radius);
    box-shadow: 0 18px 50px rgba(0,0,0,0.25);
}

.stat-number {
    font-size: 22px;
}

.stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.82);
}

/* Main content */
.main-content-section {
    background: var(--ocs-bg);
}

.section-subtitle,
.services-subtitle,
.excellence-subtitle,
.careers-subtitle,
.test-subtitle,
.contact-subtitle {
    color: var(--ocs-gray);
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.01em;
}

.section-title,
.services-title,
.excellence-title,
.careers-title,
.test-title,
.contact-title,
.blog-title {
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.15;
}

.main-content-img {
    border-radius: var(--ocs-radius);
    box-shadow: var(--ocs-shadow);
    object-fit: cover;
}

/* Services */
.services-section,
.testimonials-section {
    background-attachment: fixed;
}

.services-overlay,
.testimonials-overlay {
    background: rgba(10, 12, 16, 0.78);
}

.services-title,
.services-subtitle,
.services-desc,
.excellence-title,
.excellence-subtitle,
.excellence-desc,
.test-title,
.test-subtitle,
.test-desc,
.blog-title,
.blog-desc {
    color: var(--ocs-white);
}

.service-card,
.ex-card {
    border-radius: var(--ocs-radius);
    box-shadow: var(--ocs-shadow);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.25s ease;
}

.service-card:hover,
.ex-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.service-card h4,
.ex-card h4 {
    color: var(--ocs-dark);
    font-size: 18px;
    line-height: 1.25;
}

.service-card p,
.ex-card p {
    color: #50565f;
    font-size: 14px;
}

.service-link {
    color: var(--ocs-red);
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

/* Excellence */
.excellence-section {
    background:
        radial-gradient(circle at top left, rgba(227,30,36,0.12), transparent 32%),
        linear-gradient(135deg, #10141b 0%, #1A1C21 100%);
}

.ex-card {
    background: var(--ocs-white);
}

/* Careers */
.careers-section {
    background: var(--ocs-bg);
}

.careers-image img {
    width: 100%;
    min-height: 560px;
    border-radius: 0 var(--ocs-radius) var(--ocs-radius) 0;
    box-shadow: var(--ocs-shadow);
}

.careers-content {
    padding: 80px 60px;
}

.careers-desc,
.apply-desc {
    color: #50565f;
}

/* Testimonials */
.test-content p {
    color: rgba(255,255,255,0.92);
}

.test-user {
    color: var(--ocs-white);
}

/* Contact */
.contact-section {
    background:
        linear-gradient(180deg, #ffffff 0%, var(--ocs-bg) 100%);
}

.contact-desc {
    color: #50565f;
}

.form-input,
.qd-input,
.qd-textarea {
    background: #ffffff !important;
    border: 1px solid var(--ocs-border) !important;
    color: var(--ocs-dark);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.form-input:focus,
.qd-input:focus,
.qd-textarea:focus {
    outline: none;
    border-color: var(--ocs-red) !important;
    box-shadow: 0 0 0 4px rgba(227,30,36,0.10);
}

/* Blog */
.blog-section {
    background: var(--ocs-dark);
}

.blog-image {
    border-radius: var(--ocs-radius);
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.blog-image img {
    min-height: 260px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-overlay-title {
    background: rgba(26, 28, 33, 0.92);
    color: var(--ocs-white);
}

.blog-content p {
    color: rgba(255,255,255,0.78);
}

.blog-link {
    color: var(--ocs-red);
}

/* Footer */
.footer-title {
    color: var(--ocs-dark);
}

.footer-desc,
.footer-subtitle,
.footer-bottom {
    color: var(--ocs-gray);
}

.footer-menu li a {
    color: var(--ocs-dark);
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 15px;
}

.footer-menu li a:hover {
    color: var(--ocs-red);
}
.footer-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-links img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .footer-social-links {
        justify-content: center;
    }
}

/* Make sure the pill itself never changes size */
.gtranslate-pill {
  position: relative !important;
  flex: 0 0 auto !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important; /* let inner handle padding */
  background: transparent !important; /* GTranslate has its own */
  z-index: 9999 !important;
}
/* =========================================================
   FOOTER MAP
========================================================= */
.footer-map {
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-divider {
    margin: 32px 0 20px;
}

/* FOOTER MOBILE */
@media (max-width: 991px) {
    .site-footer {
        text-align: center;
        padding: 45px 0 35px;
    }

    .footer-logo {
        max-height: 140px;
        margin: 0 auto;
        display: block;
    }

    .footer-desc {
        margin: 0 auto;
    }

    .footer-contact-item {
        justify-content: center;
        text-align: center;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-map {
        max-width: 420px;
        margin: 20px auto 0;
        height: 220px;
    }
}

/* ✅ KEY FIX: dropdown must NOT take space */
.gtranslate-pill .gt_float_switcher .gt_options {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;

  width: 300px !important;
  max-height: 340px !important;
  overflow: auto !important;

  background: #fff !important;
  border-radius: 12px 0 0 12px!important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25) !important;
  z-index: 99999 !important;
  font-size: 16px !important;
  padding: 10px 0;
}

.gt_float_switcher .gt_options a{
    padding: 5px 15px !important;
    text-align: left;
}

/* Language pill */
.lang-pill{
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
  text-decoration: none;
}

.lang-pill img{
  width: 28px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.lang-pill span{
  color: #222;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .2px;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

/* EACH ITEM */
.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* CHECKBOX SIZE */
.check-item input {
    width: 18px;
    height: 18px;
}

/* LABEL */
.check-item label {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

/* CookieYes Button */
.cky-consent-container {
    bottom: 20px !important;
    left: 20px !important;
    z-index: 9998 !important;
}

/* Floating icon version */
.cky-btn-revisit-wrapper {
    bottom: 80px !important; /* push higher */
    transform: translate(-100%, -50%);
    left: calc(100vw - 35px) !important;
    -ms-flex-pack: center;
    justify-content: center;
    right: auto;
    background: #cf0000 !important
}

#userwayAccessibilityIcon,
.uwy {
    bottom: 120px !important; /* ABOVE chatbot */
    right: 20px !important;
    z-index: 9999 !important;
}

/* Jotform AI Chat */
.jfChat-wrapper,
#jfChatContainer {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9997 !important;
}
.cky-btn-revisit-wrapper,
#userwayAccessibilityIcon,
.jfChat-wrapper {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
}
@media (max-width: 768px) {

    .cky-btn-revisit-wrapper {
        bottom: 100px !important;
    }

    #userwayAccessibilityIcon,
    .uwy {
        bottom: 160px !important;
    }

    .jfChat-wrapper,
    #jfChatContainer {
        bottom: 20px !important;
    }
}

/* =========================================================
   HOMEPAGE WELFARE SECTION
========================================================= */

.welfare-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.welfare-heading {
    max-width: 950px;
    margin: 0 auto;
}

.welfare-desc {
    max-width: 900px;
    color: #171717;
    line-height: 1.8;
    font-size: 16px;
}

.welfare-subheading {
    font-family: 'Montserrat Bold', sans-serif;
    color: var(--ocs-dark);
    font-size: 28px;
    margin-bottom: 0;
}

.welfare-card {
    background: #fff;
    border-radius: 24px;
    padding: 34px 28px;
    height: 100%;
    border: 1px solid #eceef2;
    box-shadow: 0 16px 40px rgba(0,0,0,0.05);
    transition: all 0.28s ease;
    text-align: center;
}

.welfare-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0,0,0,0.10);
    border-color: rgba(227,30,36,0.18);
}

.welfare-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(227,30,36,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 32px;
    color: #e31e24;
}

.welfare-card h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: var(--ocs-dark);
}

.welfare-card p {
    color: #171717;
    line-height: 1.75;
    margin-bottom: 0;
}

.welfare-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.welfare-info-box {
    background: #f8f9fa;
    border-radius: 26px;
    padding: 38px;
    border-left: 5px solid #e31e24;
}

.welfare-info-box.dark {
    background: #1a1c21;
}

.welfare-info-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: var(--ocs-dark);
}

.welfare-info-box.dark h3,
.welfare-info-box.dark p {
    color: #ffffff;
}

.welfare-info-box p {
    color: #171717;
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .welfare-info-grid {
        grid-template-columns: 1fr;
    }

    .welfare-card {
        padding: 30px 24px;
    }
}

@media (max-width: 575px) {
    .welfare-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .welfare-subheading {
        font-size: 24px;
    }

    .welfare-info-box {
        padding: 28px 24px;
    }
}
/* CULTURE BUTTON */
.culture-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: transparent;
    color: #e31e24;

    border: 2px solid #e31e24;

    padding: 15px 34px;
    border-radius: 60px;

    font-family: 'Montserrat SemiBold';
    font-size: 15px;
    text-decoration: none;

    transition: all 0.28s ease;
}

.culture-view-btn:hover {
    background: #e31e24;
    color: #ffffff;

    transform: translateY(-4px);

    box-shadow:
        0 16px 40px rgba(227,30,36,0.20);
}
/* =========================================================
   HOMEPAGE VALUES
========================================================= */

.homepage-values-section {
    background: #f8f9fa;
}

.value-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 18px;
    height: 100%;
    border: 1px solid #eceef2;
    transition: all 0.25s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(227,30,36,0.25);
}

.value-card h4 {
    font-size: 16px;
    color: var(--ocs-red);
    margin-bottom: 0;
}

.values-btn {
    display: inline-flex;
    margin-top: 20px;
    background: var(--ocs-red);
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
}

/* =========================================================
   HOMEPAGE ADVANTAGE
========================================================= */

.homepage-advantage-wrapper {
    background:
        radial-gradient(circle at top left,
        rgba(227,30,36,0.14),
        transparent 30%),
        linear-gradient(135deg,
        #10141b 0%,
        #1A1C21 100%);

    border-radius: 36px;
    padding: 70px 50px;
}

.homepage-advantage-desc {
    color: rgba(255,255,255,0.76);
}

.homepage-advantage-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 35px 30px;
    height: 100%;
}

.homepage-advantage-card h4 {
    color: #fff;
    margin-bottom: 15px;
}

.homepage-advantage-card p {
    color: rgba(255,255,255,0.76);
}
