/* ================================================================
   Burns Automation – assets/css/style.css
   Pixel-matched to homepage screenshot.
   @package BurnsAutomation @version 1.0
================================================================ */

/* ──────────────────────────────────────────────────
   CSS ROOT VARIABLES
────────────────────────────────────────────────── */
@font-face {

    font-family: 'Axiforma';

    src: url('../fonts/Axiforma-Light.otf') format('opentype');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'NeueHaas';

    src: url('../fonts/NeueHaasGrotText-55Roman-Trial.otf') format('opentype');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}


:root {
    --primary: #002182;
    --primary-dark: #1141a8;
    --primary-light: #e8f0fe;
    --stats-bg: #002182;
    --secondary: #19191e;
    --dark: #212529;
    --dark-2: #1a1a2e;
    --mid: #f2f2f2;
    --light: #f8f9fa;
    --white: #ffffff;
    --border: #dee2e6;
    --footer-bg: #1a1a2e;
    --radius: 8px;
    --radius-lg: 8px;
    --transition: all .3s ease;
    --font-head: 'Axiforma', sans-serif;

    --font-body: 'NeueHaas', sans-serif;
    --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.10);
    --shadow-hover: 0 8px 32px rgba(26, 86, 219, 0.18);
}

/* ──────────────────────────────────────────────────
   RESET & BASE
────────────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}




/* Mobile */
@media (max-width: 767px) {
    body {
        padding-top: 10px !important;
    }
}


@media (max-width: 991px) {
    body {
        padding-top: 20px!important;
    }
}
body {
    font-family: var(--font-body);
    color: var(--dark);
    background: var(--white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
	 padding-top: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-head);
    font-weight: 700;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container-xl {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ──────────────────────────────────────────────────
   TOP BAR
────────────────────────────────────────────────── */
.ba-topbar {
    background: var(--white);
    /*     border-bottom: 1px solid #e8edf3; */

    padding-top: 10px;
}

/* =========================
   Responsive Logo
========================= */

.custom-logo {


    max-height: 85px;
    max-width: 300px;

    /*     display:block; */
}


/* Tablet */
@media (max-width:991px) {
    .custom-logo {
        max-height: 55px;
        max-width: 180px;
    }
}

/* Mobile */
@media (max-width:576px) {
    .custom-logo {
        max-height: 45px;
        max-width: auto;
    }
}


.ba-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.ba-topbar__contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ba-topbar__link {
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 400;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.ba-topbar__link i {
    color: #555;
    font-size: 13px;
}

.ba-topbar__link:hover {
    color: var(--primary);
}


/* ===== WordPress Admin Bar Fix ===== */

body.admin-bar #wpadminbar{
    position: fixed !important;
    /*top: 0 !important;*/
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
}

body.admin-bar{
    padding-top: 32px !important;
}

@media (max-width:782px){
    body.admin-bar{
        padding-top:46px !important;
    }
}

/* ──────────────────────────────────────────────────
   HEADER / NAVBAR

────────────────────────────────────────────────── */

.ba-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    
}
.ba-nav {
    min-height: 85px;
}

.ba-logo__brand {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ba-logo__sub {
    font-size: 10px;
    letter-spacing: 2px;
}

.ba-nav__list .nav-link {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark) !important;
    padding: 10px 14px !important;
    border-radius: 4px;
    transition: var(--transition);
}

.ba-nav__list .nav-link:hover,
.ba-nav__list .nav-item.active>.nav-link {
    color: var(--primary) !important;
    background: var(--primary-light);
}

/* Request Quote Button */

.ba-navbar-quote {
    background: var(--primary);
    color: #fff !important;
    text-decoration: none;
    padding: 9px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    white-space: nowrap;
    transition: .3s;
}

.ba-navbar-quote:hover {
    background: var(--primary-dark);
    color: #fff !important;
}

/* Desktop Dropdown Hover */

@media(min-width:992px) {

    .ba-nav__list .dropdown:hover>.dropdown-menu {
        display: block;
    }

}

/* Hamburger */

.ba-toggler {
    border: none;
    box-shadow: none !important;
}

.ba-toggler:focus {
    box-shadow: none !important;
}

.ba-toggler .navbar-toggler-icon {
    background-image: none !important;
    width: 24px;
    height: 2px;
    background: #111;
    position: relative;
    display: block;
}

.ba-toggler .navbar-toggler-icon::before,
.ba-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #111;
    transition: .3s;
}

.ba-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.ba-toggler .navbar-toggler-icon::after {
    top: 8px;
}

.ba-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.ba-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.ba-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Mobile */

@media(max-width:991px) {

    #baNavMenu {
        background: #fff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    }

    .ba-nav__list {
        width: 100%;
    }

    .ba-nav__list .nav-link {
        font-size: 16px;
        font-weight: 600;
        padding: 12px 0 !important;
    }

    .ba-navbar-quote {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
    }

}

/* =========================
   PREMIUM DROPDOWN MENU
========================= */
@media (max-width:991px) {

    .ba-nav__list .dropdown-menu {
        display: none !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent;
        border: none;
        padding-left: 20px;
    }

    .ba-nav__list .dropdown-menu.show {
        display: block !important;
    }
}



.ba-nav__list .dropdown {
    position: relative;
}

.ba-nav__list .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;

    position: absolute;
    top: 100%;
    left: 0;

    min-width: 280px;

    background: #fff;
    border: none;
    border-radius: 12px;

    padding: 12px;

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

    margin-top: 0;
    z-index: 999;
}

.ba-nav__list .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Items */

.ba-nav__list .dropdown-item {

    display: flex;
    align-items: center;

    padding: 14px 18px;

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

    color: #222;

    border-radius: 8px;

    transition: .3s;
}

.ba-nav__list .dropdown-item:hover {

    background: #f4f8ff;

    color: var(--primary);

    padding-left: 24px;
}

/* Arrow */

.ba-nav__list .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

/* Top Arrow */

.ba-nav__list .dropdown-menu::before {

    content: "";

    position: absolute;

    top: -8px;
    left: 28px;

    width: 16px;
    height: 16px;

    background: #fff;

    transform: rotate(45deg);

    box-shadow: -3px -3px 8px rgba(0, 0, 0, .03);
}

/* ──────────────────────────────────────────────────
   HERO SECTION
────────────────────────────────────────────────── */
/* =========================
   HERO SECTION
========================= */

    .ba-hero {
        overflow: hidden;
    }

    .ba-hero__slide {
        min-height: 600px;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-top:45px;
    }

    .ba-hero__slide::before {
        display: none;
    }

    .ba-hero__content {
        position: relative;
        z-index: 2;
        max-width: 750px;
    }

    /* Title */
    .ba-hero__title {
        margin-bottom: 12px;
    }

    .ba-hero__title-blue {
        display: block;
        color: var(--primary);
        font-size: 76px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 10px;
    }

    .ba-hero__title-main {
        display: block;
        color: var(--primary) !important;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
    }

    /* Subtitle */
    .ba-hero__subtitle {
        font-size: 32px;
        font-weight: 600;
        color: #111;
        margin-bottom: 20px;
    }

    /* Description */
    .ba-hero__desc {
        font-size: 15px;
        line-height: 1.7;
        color: var(--primary);
        font-weight: 500;
        margin-bottom: 35px;
        max-width: 700px;
    }

    /* Buttons */
    .ba-hero__actions {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
    }

    .ba-btn-primary {
        background: var(--primary);
        color: #fff !important;
        border: 2px solid var(--primary);
        padding: 10px 28px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        transition: .3s;
    }

    .ba-btn-primary:hover {
        background: var(--primary-dark);
        border-color: var(--primary-dark);
    }

    .ba-btn-outline {
        background: #fff;
        color: var(--primary) !important;
        border: 2px solid #fff;
        padding: 10px 28px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
        transition: .3s;
    }

    .ba-btn-outline:hover {
        border-color: var(--primary);
        color: var(--primary) !important;
    }

    /* =========================
    INDICATORS
    ========================= */

    .ba-hero__indicators {
        bottom: 30px !important;
        margin-bottom: 0;
        gap: 6px;
    }

    .ba-hero__indicators button {
        width: 25px !important;
        height: 5px !important;
        border-radius: 25% !important;
        background: #bfc7d6 !important;
        border: 0 !important;
        opacity: 1 !important;
        transition: all .35s ease;
    }

    .ba-hero__indicators .active {
        width: 35px !important;
        border-radius: 30px !important;
        background: var(--primary) !important;
    }

    /* =========================
    LARGE LAPTOP
    ========================= */

    @media (max-width: 1399px) {

        .ba-hero__title-blue {
            font-size: 68px;
        }

        .ba-hero__title-main {
            font-size: 36px;
        }

        .ba-hero__subtitle {
            font-size: 28px;
        }

        .ba-hero__desc {
            font-size: 20px;
        }
    }

    /* =========================
    TABLET
    ========================= */

    @media (max-width: 991px) {

        .ba-hero__slide {
            min-height: auto;
            text-align: center;
        }

        .ba-hero__content {
            max-width: 100%;
        }

        .ba-hero__title-blue {
            font-size: 56px;
        }

        .ba-hero__title-main {
            font-size: 32px;
        }

        .ba-hero__subtitle {
            font-size: 24px;
        }

        .ba-hero__desc {
            font-size: 18px;
            max-width: 100%;
        }

        .ba-hero__actions {
            justify-content: center;
        }
    }

    /* =========================================================
    MOBILE FIX — only added part, desktop untouched above
    ========================================================= */


    /* =========================
    SMALL MOBILE
    ========================= */


    @media (max-width: 767px) {

        .ba-hero__slide {
            min-height: auto;
            padding: 0;
            /*top: 25px;*/
            /*bottom: 25px;*/
            background-image: none !important;
            display: block;
            position: relative;
        
        }

         .ba-hero__mobile-img{
        display: block;
        width: 100%;
        height: auto;      /* Default image height */
        max-width: 100%;
        object-fit: cover;
    }

        
        .ba-hero__content {

            display: none !important;
        }

       

        .ba-hero__indicators {
            bottom: 12px !important;
        }
    }

    /* =========================
    SMALL MOBILE
    ========================= */

    @media (max-width: 575px) {

          .ba-hero__slide {
            min-height: auto;
            padding: 0;
            /*top: 25px;*/
            /*bottom: 25px;*/
            background-image: none !important;
            display: block;
            position: relative;
        
        }


        .ba-hero__actions {
            flex-direction: column;
            width: 100%;
            gap: 8px;
        }

        .ba-btn-primary,
        .ba-btn-outline {
            width: 100%;
            justify-content: center;
        }

        .ba-hero__indicators button {
            width: 8px !important;
            height: 8px !important;
        }

        .ba-hero__indicators .active {
            width: 24px !important;
        }
        ba-hero__content {
          
            display: none !important;
        }

    }


/* ──────────────────────────────────────────────────
   STATS BAR
────────────────────────────────────────────────── */
/* ===========================
   STATS SECTION
=========================== */

.ba-stats {
    width: 100%;
}

.ba-stats__bar {
    background: var(--stats-bg);
    padding: 0;
}

.ba-stats__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 120px;
}

/* ===========================
   ITEM
=========================== */

.ba-stats__item {
    position: relative;

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

    text-align: center;

    padding: 30px 20px;
}

/* Divider */

.ba-stats__item:not(.ba-stats__item--last)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    width: 1px;
    height: 65px;

    background: rgba(255, 255, 255, 0.95);
}

.ba-stats__item--last::after {
    display: none;
}

/* ===========================
   NUMBER
=========================== */

.ba-stats__number-wrap {
    display: flex;

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

    gap: 2px;

    line-height: 1;
}

.ba-stats__number {
    font-family: var(--font-head);

    font-size: 48px;

    font-weight: 700;

    color: var(--white);

    line-height: 1;
}

.ba-stats__number--plain {
    font-size: 42px;
}

.ba-stats__suffix {
    font-family: var(--font-head);

    font-size: 38px;

    font-weight: 800;

    color: #fff;

    line-height: 1;
}

/* ===========================
   LABEL
=========================== */

.ba-stats__label {

    font-family: var(--font-head);

    /* Responsive Font */

    font-size: clamp(9px, 0.85vw, 14px);

    font-weight: 500;

    color: rgba(255, 255, 255, .92);

    margin-top: 10px;

    letter-spacing: .3px;

    text-transform: uppercase;

    line-height: 1.2;

    /* Single line */

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    width: 100%;
}

/* ===========================
   TABLET
=========================== */

@media (max-width:991px) {

    .ba-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ba-stats__item {

        min-height: 110px;

        padding: 20px 15px;
    }

    .ba-stats__number {
        font-size: 40px;
    }

    .ba-stats__number--plain {
        font-size: 36px;
    }

    .ba-stats__suffix {
        font-size: 24px;
    }

    .ba-stats__label {

        font-size: 11px;

        letter-spacing: 0;

        margin-top: 8px;
    }

    /* Remove divider on every 3rd item */

    .ba-stats__item:nth-child(3)::after {

        display: none;
    }
}

/* ===========================
   MOBILE
=========================== */
@media (max-width:576px){

    .ba-stats__grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

    /* Last item center */
    .ba-stats__item:last-child{
        grid-column:1 / -1;
        justify-self:center;
        width:340px;
    }

    /* Default: divider hide */
    .ba-stats__item::after{
        display:none;
    }

    /* Sirf 1st aur 3rd item ke baad divider */
    .ba-stats__item:nth-child(1)::after,
    .ba-stats__item:nth-child(3)::after{
        display:block;
    }

    .ba-stats__item::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        transform:translateY(-50%);
        width:1px;
        height:60%;
        background:rgba(255,255,255,.7);
    }

}

/* ===========================
   EXTRA SMALL DEVICES
=========================== */

@media (max-width:380px) {

    .ba-stats__number {

        font-size: 28px;
    }

    .ba-stats__number--plain {

        font-size: 24px;
    }

    .ba-stats__suffix {

        font-size: 17px;
    }

    .ba-stats__label {

        font-size: 8px;
    }
}


/* ──────────────────────────────────────────────────
   ABOUT SECTION
────────────────────────────────────────────────── */
.ba-about {
    background: var(--white);
    padding: 56px 0 48px;
}

.ba-about__inner {
    /*     max-width: 1000px; */
    margin: 0 auto;
    text-align: center;
}

.ba-about__heading {
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.ba-about__divider {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.ba-about__text {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--secondary);
    line-height: 1.8;
    text-align: center;
    /*     max-width: 900px; */
    /*     margin: 0 auto; */
}

/* ──────────────────────────────────────────────────
   PRODUCTS SECTION
────────────────────────────────────────────────── */
.ba-products {
    padding: 70px 0;
    background: #fff;
}

/* IMPORTANT FIX */
.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

/* CARD */
.ba-product-card {
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

/* IMAGE FIX (proper center + no stretch issue) */
.ba-product-card__img-wrap {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
}

.ba-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* BODY */
.ba-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 18px 20px;
    text-align: center;
    margin-top: 10px;
}

/* TITLE */
.ba-product-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.3;
}

/* BUTTON (icon fixed + clean) */
.ba-btn-know {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    background: var(--primary);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.ba-btn-know i {
    transition: 0.3s;
}

.ba-btn-know:hover {
    background: var(--primary-dark);
}

.ba-btn-know:hover i {
    transform: translateX(5px);
}

/* PAGINATION */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .ba-product-card {
        min-height: 380px;
    }

    .ba-product-card__img-wrap {
        height: 200px;
    }
}

@media(max-width:576px) {
    .ba-product-card {
        min-height: 360px;
    }

    .ba-product-card__img-wrap {
        height: 170px;
    }
}

/* ──────────────────────────────────────────────────
   WHY CHOOSE US — FULL WIDTH SPLIT
────────────────────────────────────────────────── */


.ba-why {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ba-why__inner {
    display: flex;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 1600px) {
    .ba-why__inner {
        max-width: 1600px;
        margin: 0 auto;
    }
}

/* ============ LEFT: PHOTO ============ */
.ba-why__photo {
    flex: 0 0 42%;
    max-width: 42%;
    min-width: 0;
    position: relative;
    overflow: hidden;
}

.ba-why__photo-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

/* ============ RIGHT: CONTENT ============ */
.ba-why__content {
    flex: 0 0 58%;
    max-width: 58%;
    min-width: 0;
    background: linear-gradient(135deg, #0d3b8e 0%, var(--primary) 100%);
    padding: 56px 52px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.ba-why__heading {
    font-family: var(--font-head);
    font-size: clamp(20px, 2vw, 36px);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ba-why__divider {
    width: 48px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    margin-bottom: 32px;
}

/* ============ FEATURE LIST ============ */
.ba-why__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-width: 0;
}

.ba-why__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    min-width: 0;
}

.ba-why__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
}

.ba-why__icon i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.90);
}

.ba-why__text {
    flex: 1;
    min-width: 0;
}

.ba-why__item-title {
    font-family: var(--font-head);
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
    line-height: 1.3;
}

.ba-why__item-desc {
    font-size: clamp(13px, 0.95vw, 17px);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ============ TABLET ============ */
@media (max-width: 991px) {
    .ba-why__photo {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .ba-why__content {
        flex: 0 0 62%;
        max-width: 62%;
        padding: 40px 32px;
    }
}

/* ============ MOBILE: STACKED ============ */
@media (max-width: 767px) {
    .ba-why__inner {
        flex-direction: column;
    }

    .ba-why__photo {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        aspect-ratio: 16 / 10;
    }

    .ba-why__content {
        flex: 0 0 auto;
        max-width: 100%;
        padding: 28px 20px;
    }
}
/* ──────────────────────────────────────────────────
   TRAINING & SUPPORT
────────────────────────────────────────────────── */
.ba-support {
    background: var(--white);
    padding: 80px 0;
}

/* HEADER */
.ba-support__header {
    text-align: center;
    margin-bottom: 50px;
}

.ba-support__heading {
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ba-support__divider {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto 14px;
    border-radius: 2px;
}

.ba-support__sub {
    font-size: 17px;
    color: var(--secondary);
    line-height: 1.7;
}

/* ================= CARD BASE ================= */

.ba-support-card {
    border-radius: 14px;
    padding: 36px 28px;
    height: 100%;
    transition: all 0.35s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* ICON */
.ba-support-card__icon {
    font-size: 24px;
    opacity: 0.9;
}

/* TITLE */
.ba-support-card__title {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

/* TEXT */
.ba-support-card__text {
    font-size: 17px;
    line-height: 1.3;
    opacity: 0.9;
    margin: 0;
    flex-grow: 1;
}

.ba-support-card__link i {
    transition: all 0.3s ease;
}

.ba-support-card__link:hover i {
    transform: translateX(6px);
}

/* LINK */
.ba-support-card__link {
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    transition: all 0.3s ease;
}

.ba-support-card__link:hover {
    gap: 12px;
}

/* ================= COLORS ================= */

/* BLUE CARD */
.ba-support-card--blue {
    background: #006ac3;
}

/* DARK CARD */
.ba-support-card--dark {
    background: #002182;
}

/* ================= HOVER (REVERSE EFFECT) ================= */

.ba-support-card--blue:hover {
    background: #002182;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.ba-support-card--dark:hover {
    background: #006ac3;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* ──────────────────────────────────────────────────
   CTA SECTION — matches dark navy banner
────────────────────────────────────────────────── */
.ba-cta {
    background: linear-gradient(135deg, #0d2461 0%, #1a56db 100%);
    padding: 60px 0;
}

.ba-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.ba-cta__heading {
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0;
}

.ba-cta__btn {
    display: inline-block;
    background: transparent;
    color: var(--white) !important;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    padding: 13px 40px;
    border-radius: 30px;
    border: 2px solid var(--white);
    letter-spacing: 0.06em;
    transition: var(--transition);
    cursor: pointer;
}

.ba-cta__btn:hover {
    background: var(--white);
    color: var(--primary-dark) !important;
}

/* ==================================================
BLOG PAGE
================================================== */



.ba-main-content {
    padding: 70px 0;
    /*background: #fff;*/
}

/* LEFT SIDE BLOG */

.ba-blog-post {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.ba-blog-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .10);
}

.ba-blog-post__img-link {
    display: block;
    overflow: hidden;
}

.ba-blog-post__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.ba-blog-post__img-link:hover .ba-blog-post__img {
    transform: scale(1.05);
}

.ba-blog-post__body {
    padding: 32px;
}

.ba-blog-post__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 18px;
    display : none;
}

.ba-blog-post__title {
    font-size: 19px !important;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ba-blog-post__title a {
    color: #002182;
    text-decoration: none;
    transition: color .2s ease;
}

.ba-blog-post__title a:hover {
    color: #006ac3;
}

.ba-blog-post__excerpt {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 28px;
}


.ba-blog-post__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 44px;
    padding: 0 28px;
    background: #002182;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .3s ease, transform .2s ease;
}

.ba-blog-post__btn:hover {
    background: #006ac3;
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================================
   GRID LAYOUT (2 cols desktop/tablet, 1 col mobile)
   Column widths are handled by Bootstrap's col-12 / col-md-6
   classes directly in the markup. These rules only handle
   spacing and equal-height behavior.
   ============================================================ */

.ba-blog-grid {
    margin-top: 0;
}

.ba-blog-grid__col {
    display: flex;
}

/* Inside the grid, cards stretch to fill the column height and
   the post title/img sit at a slightly reduced scale so two
   columns of cards feel balanced rather than oversized. */
.ba-blog-grid .ba-blog-post {
    margin-bottom: 0;
    width: 100%;
}

.ba-blog-grid .ba-blog-post__img {
    height: 320px;
}

.ba-blog-grid .ba-blog-post__title {
    font-size: 24px;
    margin-bottom: 14px;
}

.ba-blog-grid .ba-blog-post__excerpt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.ba-blog-grid .ba-blog-post__body {
    padding: 26px;
}

@media (max-width: 767.98px) {
    .ba-blog-grid .ba-blog-post__img {
        height: 220px;
    }
}

/* ============================================================
   LOAD MORE BUTTON
   ============================================================ */

.ba-load-more-wrap {
    margin-top: 10px;
}

.ba-load-more-btn {
    min-width: 200px;
}

.ba-load-more-btn:disabled,
.ba-load-more-btn[disabled] {
    background: #9ca3af;
    color: #f3f4f6;
    cursor: not-allowed;
    transform: none;
    opacity: 1;
}

.ba-load-more-btn:disabled:hover {
    background: #9ca3af;
    transform: none;
}

/* ============================================================
   SCROLL REVEAL ANIMATION
   ============================================================ */

.ba-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.ba-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}
/* =====================================
SIDEBAR
===================================== */
/* ======================
SIDEBAR
====================== */

.ba-sidebar-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    margin-bottom: 25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.ba-sidebar__title {
    font-size: 28px;
    font-weight: 700;
    color: #002182;
    margin-bottom: 25px;
}

/* SEARCH */

.ba-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ba-search-input {
    flex: 1;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
}

.ba-search-input:focus {
    border-color: #006ac3;
}

.ba-search-btn {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #002182;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.ba-search-btn:hover {
    background: #006ac3;
}

/* RECENT POST */

.ba-recent-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.ba-recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.ba-recent-post__img {
    width: 250px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.ba-recent-post__title {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ba-recent-post__title a {
    color: #002182;
    text-decoration: none;
}

.ba-recent-post__title a:hover {
    color: #006ac3;
}

.ba-recent-post__date {
    font-size: 14px;
    color: #666;
}

/* MOBILE */

@media(max-width:991px) {

    .ba-sidebar-box {
        margin-top: 25px;
    }

}

@media(max-width:576px) {

    .ba-search-form {
        flex-direction: column;
    }

    .ba-search-input {
        width: 100%;
    }

    .ba-search-btn {
        width: 100%;
        border-radius: 50px;
    }

}

/* HIDE */

.widget_archive,
.widget_categories {
    display: none !important;
}

/* PAGINATION */

.ba-pagination {
    margin-top: 40px;
}

.page-numbers {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #002182;
    margin: 0 6px;
    text-decoration: none;
}

.page-numbers.current {
    background: #002182;
    color: #fff;
    border-color: #002182;
}

/* =====================================
RESPONSIVE
===================================== */

@media (max-width:991px) {

    .ba-sidebar {
        position: static;
        margin-top: 20px;
    }

    .ba-blog-post__img {
        height: 320px;
    }

    .ba-blog-post__title {
        font-size: 28px;
    }

}

@media (max-width:767px) {

    .ba-main-content {
        padding: 50px 0;
    }

    .ba-blog-post__img {
        height: 240px;
    }

    .ba-blog-post__body {
        padding: 24px;
    }

    .ba-blog-post__title {
        font-size: 24px;
    }

    .ba-blog-post__excerpt {
        font-size: 16px;
    }

    .ba-sidebar-box {
        padding: 24px;
    }

    .ba-sidebar-box h3 {
        font-size: 24px;
    }

}

/*================ RELATED BLOGS ================*/

.ba-related-blog {

    padding-top: 70px;

    border-top: 1px solid #e5e7eb;

}

.ba-related-blog__header {

    text-align: center;

    margin-bottom: 40px;

}

.ba-related-blog__header h3 {

    font-size: 36px;

    font-weight: 700;

    color: #002182;

    margin-bottom: 10px;

}

.ba-related-blog__header p {

    font-size: 18px;

    color: #666;

    margin: 0;

}

.ba-related-card {

    background: #fff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    overflow: hidden;

    height: 100%;

    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);

    transition: .3s;

}

.ba-related-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);

}

.ba-related-card__img {

    width: 100%;

    height: 220px;

    object-fit: cover;

    display: block;

}

.ba-related-card__body {

    padding: 25px;

}

.ba-related-card__date {

    font-size: 15px;

    color: #6b7280;
    display:none;
    margin-bottom: 15px;

}

.ba-related-card__title {

    font-size: 19px;

    font-weight: 700;

    line-height: 1.5;

    margin-bottom: 20px;

}

.ba-related-card__title a {

    color: #002182;

    text-decoration: none;

}

.ba-related-card__title a:hover {

    color: #006ac3;

}

.ba-related-card__btn {

    display: inline-block;

    padding: 12px 28px;

    background: #002182;

    color: #fff;

    border-radius: 40px;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

}

.ba-related-card__btn:hover {

    background: #006ac3;

    color: #fff;

}

@media(max-width:767px) {

    .ba-related-card__img {

        height: 200px;

    }

    .ba-related-blog__header h3 {

        font-size: 28px;

    }

}

/* ===================================
HOME PAGE BLOG SECTION
=================================== */

.ba-blog {
    background: #f2f2f2;
    padding: 60px 0;
}

/* Header */

.ba-blog__header {
    text-align: center;
    margin-bottom: 40px;
}

.ba-blog__heading {
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ba-blog__divider {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto;
    border-radius: 3px;
}

/* CARD */

.ba-blog-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    transition: .3s;
}

.ba-blog-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */

.ba-blog-card__img-link {
    display: block;
    overflow: hidden;
}



.ba-blog-card:hover .ba-blog-card__img {
    transform: scale(1.04);
}

/* BODY */

.ba-blog-card__body {
    padding: 28px;
}

/* TITLE */

.ba-blog-card__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ba-blog-card__title a {
    color: var(--primary);
    text-decoration: none;
}

.ba-blog-card__title a:hover {
    color: #002182;
}

/* DATE */

.ba-blog-card__date {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #555;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .ba-blog-card__img {
        height: 220px;
    }

}

@media(max-width:767px) {

    .ba-blog {
        padding: 50px 0;
    }

    .ba-blog__heading {
        font-size: 30px;
    }

    .ba-blog-card__img {
        height: 220px;
    }

    .ba-blog-card__body {
        padding: 22px;
    }

}

@media(max-width:576px) {

    .ba-blog__heading {
        font-size: 28px;
    }

    .ba-blog-card__img {
        height: 200px;
    }

    .ba-blog-card__title {
        font-size: 16px;
    }

    .ba-blog-card__date {
        font-size: 15px;
    }

}

/* ==========================
   FOOTER
========================== */

.ba-footer {
    background: #fff;
    border-top: 3px solid #7a7a7a;
}

/* Main Footer */
.ba-footer__main {
    padding: 60px 0 40px;
}

/* Logo */
.ba-footer__logo-link .custom-logo {
    max-height: 85px;
    width: auto;
    filter: none;
}

.ba-footer__tagline {
    font-size: 18px;
    line-height: 1.5;
    color: #1f2c5c;
    margin-top: 15px;
    max-width: 420px;
}

/* Headings */
.ba-footer__heading {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
    text-transform: none;
    letter-spacing: 0;
}

/* Address */
.ba-footer__address p,
.ba-footer__address a {
    font-size: 17px;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
    margin-bottom: 10px;
}

.ba-footer__address a:hover {
    color: #006ac3;
}

/* Social */
.ba-footer__social {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}

.ba-social-icon {
    width: 52px;
    height: 52px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.ba-social-icon:hover {
    background: #006ac3;
    color: #fff;
    transform: translateY(-4px);
}

/* Bottom Area */
.ba-footer__bottom {
    border-top: none;
    background: transparent;
    padding: 20px 0 30px;
}

.ba-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.ba-footer__copy,
.ba-footer__credit {
    font-size: 16px;
    color: #222;
    margin: 0;
    font-weight: 500;
}

.ba-footer__credit a {
    color: #222;
    text-decoration: none;
}

.ba-footer__credit a:hover {
    color: #006ac3;
}

/* ──────────────────────────────────────────────────
   BACK TO TOP
────────────────────────────────────────────────── */
.ba-back-to-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    transform: translateY(16px);
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(26, 86, 219, 0.3);
    font-size: 15px;
}

.ba-back-to-top.ba-btt-visible {
    opacity: 1;
    transform: translateY(0);
}

.ba-back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

/* ──────────────────────────────────────────────────
   INNER PAGE STYLES (page.php / single.php)
────────────────────────────────────────────────── */
.ba-page-hero {
    background: linear-gradient(135deg, #0d2461 0%, var(--primary) 100%);
    padding: 85px 0 44px;
}

.ba-page-hero__title {
    font-family: var(--font-head);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: var(--white);
    margin: 0;
}

.ba-page-hero__meta {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.75);
    margin: 8px 0 0;
}

.ba-breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}

.ba-breadcrumb .breadcrumb-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.70);
}

.ba-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.70);
}

.ba-breadcrumb .breadcrumb-item a:hover {
    color: var(--white);
}

.ba-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.90);
}

.ba-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
    content: "/";
}

.ba-main-content {
    padding: 56px 0;
}

.ba-entry-content {
    font-size: 15.5px;
    line-height: 1.8;
    color: #333;
}

.ba-entry-content h2,
.ba-entry-content h3,
.ba-entry-content h4 {
    margin: 2rem 0 0.8rem;
    font-family: var(--font-head);
}

.ba-entry-content p {
    margin-bottom: 1.2rem;
}

.ba-entry-content img {
    border-radius: var(--radius);
    margin: 1.5rem 0;
}

.ba-entry-content ul,
.ba-entry-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
}

.ba-entry-content li {
    margin-bottom: 6px;
}

.ba-sidebar .widget {
    margin-bottom: 28px;
}

.ba-widget__title {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary);
}

/* 404 */
.ba-404__number {
    font-family: var(--font-head);
    font-size: 120px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    opacity: 0.15;
}

/* Pagination */
.ba-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dee2e6;
    color: var(--dark);
    margin: 0 3px;
    transition: var(--transition);
}

.ba-pagination .page-numbers:hover,
.ba-pagination .page-numbers.current {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

/* ──────────────────────────────────────────────────
   RESPONSIVE: 1366px / 1280px / 1024px
────────────────────────────────────────────────── */
@media (max-width: 1366px) {


    .ba-why__content {
        padding: 48px 40px;
    }
}


@media (max-width: 1024px) {
    .ba-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ba-stats__item {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .ba-stats__item:nth-child(3),
    .ba-stats__item--last {
        border-right: none;
    }

    .ba-why__content {
        padding: 40px 30px;
    }

    .ba-why__heading {
        font-size: 22px;
    }

    .ba-why__icon i {
        font-size: 38px;
    }
}

/* ──────────────────────────────────────────────────
   RESPONSIVE: 991px TABLET
────────────────────────────────────────────────── */
@media (max-width: 991.98px) {

    /* Topbar */
    .ba-topbar__contact {
        display: none;
    }

    .ba-topbar__inner {
        justify-content: flex-end;
    }

    /* Nav collapse */
    .ba-nav__list {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
        gap: 0;
        width: 100%;
    }

    .ba-nav__list .nav-link {
        padding: 10px 8px !important;
        border-radius: 0;
        font-size: 14px;
    }

    .ba-nav__list .dropdown-menu {
        position: static !important;
        box-shadow: none;
        background: #f5f8ff;
    }

    /* Stats */
    .ba-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Why */
    .ba-why__inner {
        flex-direction: column;
    }

    .ba-why__photo {
        flex: none;
        max-width: 100%;
    }

    .ba-why__photo-img {
        min-height: 280px;
        height: 280px;
    }

    .ba-why__content {
        flex: none;
        max-width: 100%;
        padding: 40px 24px;
    }

    .ba-why__icon i {
        font-size: 36px;
    }

    .ba-why__item-title {
        font-size: 16px;
    }

    /* CTA */
    .ba-cta__heading {
        font-size: 20px;
    }
}

/* ──────────────────────────────────────────────────
   RESPONSIVE: 768px
────────────────────────────────────────────────── */
@media (max-width: 768px) {

    .ba-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ba-stats__number {
        font-size: 26px;
    }

    .ba-stats__label {
        font-size: 10px;
        white-space: normal;
    }

    .ba-about {
        padding: 40px 0 36px;
    }

    .ba-about__heading {
        font-size: 18px;
    }

    .ba-support {
        padding: 44px 0;
    }

    .ba-cta {
        padding: 44px 0;
    }

    .ba-cta__heading {
        font-size: 18px;
    }

    .ba-cta__btn {
        padding: 11px 28px;
        font-size: 14px;
    }

    .ba-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}

/* ──────────────────────────────────────────────────
   RESPONSIVE: 576px
────────────────────────────────────────────────── */
@media (max-width: 576px) {
    .ba-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ba-stats__item {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .ba-stats__item:nth-child(2n) {
        border-right: none;
    }

    .ba-stats__item--last {
        border-bottom: none;
    }


    .ba-blog-card__img {
        height: 180px;
    }

    .ba-product-card__img-wrap {
        height: 200px;
    }
}

/* ──────────────────────────────────────────────────
   RESPONSIVE: 480px / 375px / 320px
────────────────────────────────────────────────── */
@media (max-width: 480px) {
    .container-xl {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ba-hero__title {
        font-size: 21px;
    }

    .ba-hero__title-blue {
        font-size: 26px;
    }

    .ba-stats__number {
        font-size: 22px;
    }

    .ba-about__heading {
        font-size: 16px;
    }

    .ba-why__heading {
        font-size: 19px;
    }

    .ba-cta__heading {
        font-size: 16px;
    }

    .ba-blog__heading,
    .ba-support__heading {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .ba-logo__brand {
        font-size: 18px;
    }

    .ba-logo__sub {
        font-size: 7.5px;
    }

    .ba-hero__title {
        font-size: 19px;
    }

    .ba-hero__title-blue {
        font-size: 23px;
    }

    .ba-hero__desc {
        font-size: 13px;
    }

    .ba-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ba-stats__number {
        font-size: 20px;
    }

    .ba-stats__label {
        font-size: 9.5px;
    }
}

@media (max-width: 320px) {
    .ba-hero__title-blue {
        font-size: 20px;
    }

    .ba-hero__title {
        font-size: 17px;
    }

    .ba-btn-quote {
        font-size: 11px;
        padding: 5px 12px;
    }

    .ba-stats__number {
        font-size: 18px;
    }
}

/* ──────────────────────────────────────────────────
   NO HORIZONTAL OVERFLOW GUARD
────────────────────────────────────────────────── */
html,
body,
.site-wrapper {
    overflow-x: hidden;
    max-width: 100%;
}

/* ──────────────────────────────────────────────────
   REDUCED MOTION
────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }

    .ba-hero__img {
        animation: none;
    }
}


/*================ CONTACT PAGE =================*/

/* ==========================
   CONTACT SECTION
========================== */

.ba-contact {
    padding: 85px 0;
    background: var(--white);
}


/* ==========================
   LEFT SIDE
========================== */

.ba-contact__subtitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 10px !important;
}

.ba-contact__title {
    font-family: var(--font-head);
    font-size: 48px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 18px;
}

.ba-contact__desc {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}


/* ==========================
   CONTACT INFO
========================== */

.ba-contact__info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ba-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.ba-contact__icon {
    width: 58px;
    height: 58px;
    background: var(--primary-light);
    color: var(--primary);

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

    border-radius: 50%;
    font-size: 20px;

    flex-shrink: 0;
}

.ba-contact__label {
    font-size: 14px;
    font-weight: 700;
    color: #888;

    text-transform: uppercase;

    margin-bottom: 4px;
}

.ba-contact__text,
.ba-contact__text a {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);

    text-decoration: none;
}

.ba-contact__text a:hover {
    color: var(--primary);
}


/* ==========================
   RIGHT FORM
========================== */

.ba-contact__form {

    background: var(--white);

    padding: 40px;

    border-radius: 24px;

    box-shadow: var(--shadow-card);

    border: 1px solid var(--border);

}

.ba-contact__form-heading {

    font-size: 22px;

    font-weight: 700;

    color: var(--dark);

    margin-bottom: 22px;

}


/* Labels */

.ba-contact__form label {

    display: block;

    font-size: 15px;

    font-weight: 600;

    margin-bottom: 4px;

}


/* Inputs */

.ba-contact__form input,
.ba-contact__form textarea,
.ba-contact__form select {

    width: 100%;

    border: 1px solid var(--border);

    border-radius: var(--radius);

    font-size: 16px;

    font-family: var(--font-body);

    transition: var(--transition);

    margin-bottom: 8px;


}


/* Input */

.ba-contact__form input {

    height: 50px;

    padding: 0 18px;

}


/* Textarea */

.ba-contact__form textarea {

    height: 120px;

    resize: none;

    padding: 15px 18px;

}


/* Focus */

.ba-contact__form input:focus,
.ba-contact__form textarea:focus,
.ba-contact__form select:focus {

    outline: none;

    border-color: var(--primary);

}


/* Submit Button */

.ba-contact__form input[type="submit"] {

    width: auto;

    height: 50px;

    padding: 0 35px;

    margin-top: 8px;

    background: var(--primary);

    color: var(--white);

    border: none;

    border-radius: 50px;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

}

.ba-contact__form input[type="submit"]:hover {

    background: var(--primary-dark);

}


/* ==========================
   NAME + EMAIL ROW
========================== */

.cf7-row {

    display: flex;

    gap: 16px;

    margin-top: 10px;
    margin-bottom: 0;

}

.cf7-col {

    flex: 1;

}


/* ==========================
   ACCEPTANCE CHECKBOX
========================== */

.cf7-agree {

    margin: 6px 0 10px;

}

.cf7-agree label {

    display: flex;

    align-items: center;

    /* gap: 8px; */

    margin: 0;

    line-height: 1.4;

}

.cf7-agree .wpcf7-list-item {

    margin: 0;

}

.cf7-agree .wpcf7-list-item-label {

    display: inline;

}

.cf7-agree input[type="checkbox"] {

    width: auto !important;

    height: auto !important;

    margin: 0 !important;

}


/* ==========================
   MAP
========================== */

.ba-contact__map {

    margin-top: 50px;

    overflow: hidden;

    /* border-radius: 24px; */

    box-shadow: var(--shadow-card);

}

.ba-contact__map iframe {

    width: 100%;

    height: 450px;

    border: 0;

}


/* ==========================
   RESPONSIVE
========================== */

@media (max-width:991px) {

    .ba-contact {

        padding: 60px 0;

    }

    .ba-contact__heading {

        font-size: 42px;

    }

    .ba-contact__form {

        margin-top: 30px;

        padding: 30px;

    }

}


@media (max-width:767px) {

    .ba-contact__heading {

        font-size: 34px;

    }

    .ba-contact__form-heading {

        font-size: 30px;

    }

    .ba-contact__text,
    .ba-contact__text a {

        font-size: 18px;

    }

    .cf7-row {

        flex-direction: column;

        gap: 0;

    }

    .ba-contact__map iframe {

        height: 320px;

    }

}


@media (max-width:576px) {

    .ba-contact {

        padding: 50px 0;

    }

    .ba-contact__form {

        padding: 22px;

    }

    .ba-contact__icon {

        width: 50px;

        height: 50px;

        font-size: 18px;

    }

}

/* ======================= H2 CSS ======================= */

.h2-series {
    padding: 10px 0;
    background: #fff;
}

/* ================= FUNCTIONALITY ================= */

.h2-section {
    margin-bottom: 10px;
}

.h2-section h2 {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 18px;
    line-height: 1.3;
}

.h2-section p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 16px;
}

.h2-section p:last-child {
    margin-bottom: 0;
}

/* ================= SPECS ================= */

.h2-specs {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.h2-specs div {
    flex: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 20px;
}

.h2-specs span {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}

.h2-specs b {
    color: var(--primary);
    font-size: 18px;
}

.h2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.h2-section {
    flex: 1;
}

.h2-image {
    flex: 1;
    text-align: center;
    background: #e9e9e9;
    padding: 20px;
    width: 100%;
}

.h2-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
}

/* ================= HERO ================= */

.h2-hero {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.h2-hero__content,
.h2-hero__img {
    flex: 1;
    width: 100%;
}

.h2-hero__content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 22px;
    margin-top: 15px;
    line-height: 1.3;
}

.h2-hero__content p {
    font-size: 18px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 16px;
}

.h2-hero__content p:last-child {
    margin-bottom: 0;
}

.h2-hero__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ================= FEATURE ================= */

.h2-feature {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #e9e9e9;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 35px;
    margin-bottom: 40px;
}

.h2-feature.reverse {
    flex-direction: row-reverse;
}

.h2-img {
    flex: 1;
    width: 100%;
}

.h2-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.h2-text {
    flex: 1;
}

.h2-text h3 {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 18px;
    line-height: 1.3;
}

.h2-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 14px;
}

.h2-text p:last-child {
    margin-bottom: 0;
}

/* ================= OPTIONS ================= */

.h2-options {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h2-options h2 {
    text-align: center;
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 40px;
}

.h2-options__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* ================= CARDS ================= */

.h2-option-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.h2-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(51, 50, 50, 0.1);
    border: 2px solid #e8e8e8;
}

.h2-option-card__img {
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.h2-option-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.h2-option-card__content {
    padding: 28px;
    background: #e8e8e8;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.h2-option-card__content h3 {
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 12px;
    line-height: 1.3;
}

.h2-option-card__content p {
    font-size: 16px;
    color: #484747;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

/* More button */
.b_more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    transition: 0.3s ease;
}

.h2-option-card:hover .b_more {
    color: var(--primary-dark);
}

.b_more i {
    transition: 0.3s ease;
}

.h2-option-card:hover .b_more i {
    transform: translateX(5px);
}

/* ================= TABLET ================= */

@media (max-width: 991px) {

    .h2-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .h2-image,
    .h2-image img {
        width: 100%;
        max-width: 100%;
    }

    .h2-hero,
    .h2-feature {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
    }

    .h2-feature.reverse {
        flex-direction: column;
    }

    .h2-options__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .h2-specs {
        flex-direction: column;
        gap: 15px;
    }

    .h2-section h2,
    .h2-hero__content h2,
    .h2-text h3 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .h2-hero__content h1 {
        font-size: 38px;
    }

    .h2-img img,
    .h2-hero__img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .h2-options h2 {
        margin-bottom: 30px;
    }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .h2-series {
        padding: 30px 0;
    }

    .h2-wrapper {
        gap: 20px;
    }

    .h2-image {
        padding: 15px;
    }

    .h2-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .h2-section {
        margin-bottom: 30px;
    }

    .h2-section h2,
    .h2-hero__content h2,
    .h2-text h3 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .h2-section p,
    .h2-hero__content p,
    .h2-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .h2-hero {
        gap: 20px;
        margin-bottom: 30px;
    }

    .h2-feature {
        padding: 20px;
        gap: 20px;
        margin-bottom: 25px;
    }

    .h2-img img,
    .h2-hero__img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 8px;
    }

    .h2-options {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .h2-options h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .h2-options__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .h2-option-card__img {
        height: 200px;
    }

    .h2-option-card__content {
        padding: 20px;
    }

    .h2-option-card__content h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .h2-option-card__content p {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 576px) {

    .h2-options__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .h2-hero__content h1 {
        font-size: 26px;
    }

    .h2-section h2,
    .h2-hero__content h2,
    .h2-text h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .h2-section p,
    .h2-hero__content p,
    .h2-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .h2-section,
    .h2-feature {
        padding: 18px;
    }

    .h2-img img {
        height: 200px;
    }

    .h2-hero__img img {
        height: 220px;
    }

    .h2-option-card__img {
        height: 180px;
    }

    .h2-option-card__content {
        padding: 16px;
    }

    .h2-option-card__content h3 {
        font-size: 17px;
    }

    .h2-option-card__content p {
        font-size: 13px;
    }
}

/* ==================================================
   REQUEST A QUOTE
================================================== */

.rq_wrapper {
    background: #fff;
    margin: auto;
    padding: 35px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* ================= HEADING ================= */



.rq_title {
    font-size: 36px;
    font-weight: 800;
    /* margin: 0 0 6px; */
    text-align: center;
    /* margin-bottom: 22px; */
    color: var(--primary);
}

.rq_subtitle {
    font-size: 16px;
    color: var(--dark);
    /* max-width: 720px; */
    margin-bottom: 22px;
    text-align: center;
    line-height: 1.5;
}

/* ================= CF7 RESET ================= */

.rq_wrapper p {
    margin: 0 !important;
}

.rq_wrapper .wpcf7-form-control-wrap {
    display: block;
    margin: 0;
}

/* ================= GRID ================= */

.rq_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 18px;
    margin-bottom: 18px;
}

/* ================= FIELD ================= */

.rq_field {
    margin: 0;
}

.rq_field label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;

}

.rq_field input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: .3s;
}

.rq_field input:focus {
    border-color: var(--primary);
}

/* ================= PRODUCTS ================= */
/* ==========================
   PRODUCTS SECTION NEW DESIGN
========================== */

.rq_products {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Each category card */

.rq_products>label {

    display: block;

    background: #f8fafc;

    border: 1px solid #e5e7eb;

    border-radius: 12px;

    padding: 12px 15px;

    margin: 0;

    font-size: 16px;

    font-weight: 700;

    color: var(--primary);
}

/* CF7 option wrapper */

.rq_products .wpcf7-form-control {

    display: flex !important;

    flex-wrap: wrap;

    gap: 8px 15px;

    padding: 10px 15px;

    border: 1px solid #e5e7eb;

    border-top: 0;

    border-radius: 0 0 12px 12px;

    background: #fff;

    margin: 0;
}

/* option */

.rq_products .wpcf7-list-item {

    margin: 0 !important;

    width: calc(50% - 10px);
}

/* option label */

.rq_products .wpcf7-list-item label {

    display: flex;

    align-items: center;

    gap: 6px;

    margin: 0;

    font-size: 14px;

    font-weight: 500;

    color: var(--dark);

    line-height: 1.2;
}

/* checkbox */

.rq_products input[type="checkbox"],

.rq_products input[type="radio"] {

    width: 15px;

    height: 15px;

    margin: 0;

    accent-color: var(--primary);

    flex-shrink: 0;
}

/* remove p gap */

.rq_products p {

    margin: 0 !important;

}

/* Mobile */

@media(max-width:768px) {

    .rq_products {

        grid-template-columns: 1fr;

    }

    .rq_products .wpcf7-list-item {

        width: 100%;

    }

}
/* ================= MESSAGE ================= */

.rq_message {
    margin-top: 14px;
}

.rq_message label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.rq_message textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    resize: none;
    outline: none;
}

.rq_message textarea:focus {
    border-color: var(--primary);
}

/* ================= SUBMIT ================= */

.rq_submit {
    margin-top: 20px;
    text-align: center;
}

.rq_submit input {
    border: none;
    background: var(--primary);
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.rq_submit input:hover {
    transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px) {

    .rq_grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:768px) {

    .rq_wrapper {
        padding: 25px;
    }

    .rq_grid {
        grid-template-columns: 1fr;
    }

    .rq_products .wpcf7-form-control {
        grid-template-columns: 1fr;
    }

    .rq_title {
        font-size: 26px;
    }

}


/* =====================================
   FLOATING REQUEST A QUOTE BUTTON
===================================== */

.rq_side_btn {

    position: fixed;
    top: 70%;
    right: -78px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg,
            var(--primary) 0%,
            var(--primary-dark) 55%,
            #111827 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: all .3s ease;
}

/* ICON */

.rq_side_btn i {

    font-size: 16px;
}

/* HOVER */

.rq_side_btn:hover {

    color: #fff;
    text-decoration: none;
    right: -78px;
        transform: translateY(-50%) rotate(-90deg) scale(1.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);

}

/* ACTIVE */

.rq_side_btn:active {

    transform: translateY(-50%) rotate(-90deg) scale(.98);

}

/* MOBILE */

@media(max-width:768px) {

    .rq_side_btn {

        top:auto;
        bottom: 80px;
        right: 15px;
        transform: none;
        border-radius: 50px;
        padding: 12px 18px;
        font-size: 14px;

    }

    .rq_side_btn:hover {

        right: 15px;
        transform: translateY(-3px);

    }

    .rq_side_btn span {

        display: none;

    }

}


/* ==================================
   COMPANY PAGE
================================== */

.ba-company {

    padding: 85px 0;

    background: #fff;
}

/* Heading */

.ba-company__header {

    margin-bottom: 40px;
}



/* Content */

.ba-company__content {

    /* max-width: 1150px; */

    margin: auto;
}

.ba-company__content p {

    font-size: 16px;

    line-height: 1.9;

    color: #19191e;

    text-align: justify;

    margin-bottom: 22px;
}

/* Product Title */

.ba-company__section-title {

    font-size: 36px;

    font-weight: 700;

    color: var(--primary);

    text-align: center;

    /* margin: 55px 0 40px; */
}

/* Cards */

.ba-company-products {

    margin-bottom: 40px;
}

.ba-company-product {

    display: flex;

    gap: 20px;

    padding: 30px;

    height: 100%;

    border: 1px solid #ececec;

    border-radius: 22px;

    background: #fff;

    transition: .3s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
}

.ba-company-product:hover {

    transform: translateY(-8px);

    border-color: var(--primary);
}

.ba-company-product__icon {

    width: 70px;

    height: 70px;

    min-width: 70px;

    border-radius: 50%;

    background: var(--primary);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;
}

.ba-company-product h4 {

    font-size: 22px;

    font-weight: 800;

    color: var(--dark);

    margin-bottom: 10px;
}

.ba-company-product p {

    font-size: 16px;

    line-height: 1.8;

    margin: 0;

    text-align: left !important;
}

/* Footer */

.ba-company__note {

    margin-top: 20px;

    font-weight: 600;
}

.ba-company__thanks {

    text-align: center;

    font-size: 28px;

    font-weight: 800;

    color: var(--primary);

    margin-top: 30px;
}

/* Bottom image */

.ba-company__image {

    margin-top: 60px;
}

.ba-company__image img {

    width: 100%;

    height: 500px;

    object-fit: cover;

    border-radius: 24px;

    display: block;

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

/* Responsive */

@media(max-width:992px) {

    .ba-company {

        padding: 70px 0;
    }

    .ba-company__title {

        font-size: 42px;
    }

}

@media(max-width:768px) {

    .ba-company {

        padding: 60px 0;
    }

    .ba-company__title {

        font-size: 34px;
    }

    .ba-company__content p {

        font-size: 16px;
    }

    .ba-company__section-title {

        font-size: 28px;
    }

    .ba-company-product {

        padding: 22px;
    }

    .ba-company-product__icon {

        width: 55px;

        height: 55px;

        min-width: 55px;

        font-size: 22px;
    }

    .ba-company-product h4 {

        font-size: 18px;
    }

    .ba-company__thanks {

        font-size: 24px;
    }

    .ba-company__image img {

        height: 280px;
    }

}

/* ======================================================================================
                                        all services pages csss
=========================================================================================== */

.services_al {
    /* padding: 40px 0; */
    /*background: var(--light);*/
}

.services_al_head {
    text-align: center;
    margin-bottom: 60px;
}

.services_al_head h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: var(--font-head);
}

.services_al_card {

    display: flex;

    align-items: center;

    gap: 60px;

  
}




/* IMAGE */

.services_al_image {

    width: 40%;

    position: relative;
}

.services_al_image img {

    width: 100%;

    height:auto;

    object-fit: cover;

    border-radius: 8px;
}


.services_al_img_title {

    /*position: absolute;*/

    left: 10px;
    top:10px;

     bottom: 10px; 

    /* background: rgba(0, 33, 130, 0.181); */

    color: var(--primary);

    padding: 18px 25px;

    border-radius: 10px;

    font-size: 19px;

    font-weight: 700;

    /* max-width: 85%; */

    line-height: 1.5;
}


/* CONTENT */

.services_al_content {

    width: 60%;
}


.services_al_content p {

    font-size: 17px;

    color: #555;

    line-height: 1.9;

    margin-bottom: 18px;

    font-family: var(--font-body);
}


.services_al_content strong {

    color: var(--primary);
}


/* Divider */

.ba-support__divider {

    width: 90px;

    height: 4px;

    background: var(--primary);

    margin: 15px auto;
}


/* Tablet */

@media(max-width:991px) {

    .services_al_card {

        flex-direction: column;
    }

    .services_al_image,

    .services_al_content {

        width: 100%;
    }

    .services_al_image img {

        height: 400px;
    }

}


/* Mobile */

@media(max-width:576px) {

    .services_al {

        padding: 50px 0;
    }

    .services_al_head h2 {

        font-size: 30px;
    }

    .services_al_card {

        padding: 25px;

        gap: 30px;
    }

    .services_al_image img {

        height: 300px;
    }

    .services_al_img_title {

        font-size: 18px;

        padding: 12px 18px;
    }

    .services_al_content p {

        font-size: 15px;

        line-height: 1.8;
    }

}

.services_al_icons {

    margin: 35px 0;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}


.services_al_icon_box {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 20px;

    border: 1px solid var(--border);

    border-radius: 12px;

    background: #fff;

    transition: var(--transition);
}




.services_al_icon_box i {

    font-size: 28px;

    color: var(--primary);

    min-width: 40px;
}


.services_al_icon_box h4 {

    font-size: 18px;

    font-weight: 700;

    color: var(--secondary);

    margin-bottom: 6px;
}


.services_al_icon_box p {

    margin: 0;

    font-size: 15px;

    line-height: 1.7;
}


@media(max-width:768px) {

    .services_al_icons {

        grid-template-columns: 1fr;
    }

}

.services_al_gallery {

    display: flex;

    gap: 20px;

    /* margin-bottom: 25px; */
}


.services_al_gallery_box {

    flex: 1;
}


.services_al_gallery_box img {

    width: 100%;

    height: 260px;

    object-fit: cover;


}




.services_al_training_box {

    margin-top: 35px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


.services_al_training_box div {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 18px;

    border: 1px solid var(--border);

    border-radius: 10px;

    transition: var(--transition);
}





.services_al_training_box i {

    font-size: 24px;

    color: var(--primary);
}


.services_al_training_box span {

    font-size: 16px;

    font-weight: 600;
}


@media(max-width:991px) {

    .services_al_gallery {

        flex-direction: column;
    }

}


@media(max-width:768px) {

    .services_al_training_box {

        grid-template-columns: 1fr;
    }

    .services_al_gallery_box img {

        height: 220px;
    }

}



@media (max-width: 767px) {
    .h2-section h2 {
        font-size: 24px !important;
        line-height: 1.3;
    }
}


.product-video-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-video-btn:hover {
    background: #1141a8;
    color: #fff;
    transform: scale(1.1);
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
    .product-video-btn {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
    .product-video-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 480px) {
    .product-video-btn {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}