*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

:root {
    --blue:      #04459b;
    --blue-dark: #0a3377;
    --blue-mid:  #1a5cb8;
    --red:       #ed1c24;
    --red-dark:  #a60809;
    --white:     #ffffff;
    --off-white: #f5f5f5;
    --light-bg:  #f0f4fb;
    --text:      #222425;
    --text-mid:  #444;
    --muted:     #6c757d;
    --border:    #dde3ee;
    --border-b:  #c0d0ea;
}

body {
    background: var(--white);
    color: var(--text);
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
a{
    text-decoration: none !important;
}
p{
    font-size: 16px !important;
}


.topbar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 9px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--muted);
}

.topbar a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
}

.topbar .cert-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.topbar .cbadge {
    background: var(--blue);
    color: white;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
}

/* NAVBAR */

/* =========================================
   NAVBAR
========================================= */

.custome_nav {
    background: var(--red);
    display: flex;
    align-items: stretch;
    position: sticky;
    top: 0;
    z-index: 100;
}

.custome_nav .logo-wrap {
    background: white;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custome_nav .header_logo {
    width: 180px;
}

.custome_nav .nav-links {
    display: flex;
    align-items: stretch;
    margin-left: auto;
}

.custome_nav .nav-links>a,
.mega-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 18px;
    letter-spacing: .4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: background .2s;
    /* height: 100%; */
}

.custome_nav .nav-links>a:hover,
.mega-link:hover {
    background: rgba(0, 0, 0, .18);
}

.custome_nav .nav-cta {
    background: var(--blue) !important;
    margin: 8px 16px 8px 16px;
    border-radius: 3px;
    padding: 8px 18px !important;
}

/* =========================================
   MENU BUTTON
========================================= */

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    padding: 0 20px;
    cursor: pointer;
    margin-left: auto;
}

/* =========================================
   MEGA MENU
========================================= */

.mega-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.mobile-dropdown-head {
    display: flex;
    align-items: center;
    height: 100%;
}

.mobile-arrow {
    display: none;
    color: white;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    font-size: 12px;
}

/* =========================================
   FIRST DROPDOWN
========================================= */

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background: #f2f2f2;
    display: none;
    flex-direction: column;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.mega-menu:hover .mega-dropdown {
    display: flex;
}

/* =========================================
   LEFT MENU ITEMS
========================================= */

.mega-item {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.mega-title {
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}
.mega-title a{
    color: inherit;
}

.mega-item:hover .mega-title {
    background: var(--red);
    color: white;
}

.desktop-arrow {
    font-size: 14px;
}

.mobile-sub-arrow {
    display: none;
    font-size: 12px;
    cursor: pointer;
}

/* =========================================
   SECOND DROPDOWN
========================================= */

.mega-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 360px;
    background: #f2f2f2;
    display: none;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.mega-item:hover .mega-submenu {
    display: flex;
}

.mega-submenu a {
    padding: 8px 18px;
    text-decoration: none;
    color: #555;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    transition: .3s;
}

.mega-submenu a:hover {
    background: white;
    color: var(--red);
}

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

@media (max-width:991px) {

    .custome_nav {
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: block;
    }

    .custome_nav .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        background: var(--red);
        margin-left: 0;
    }

    .custome_nav .nav-links.show {
        display: flex;
    }

    .custome_nav .nav-links>a {
        width: 100%;
        padding: 16px 20px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .custome_nav .header_logo {
        width: 150px;
    }

    /* OUR PRODUCT ROW */

    .mobile-dropdown-head {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .mega-link {
        flex: 1;
        width: 100%;
        padding: 16px 20px;
    }

    /* MOBILE ARROWS */

    .mobile-arrow {
        display: flex;
    }

    .desktop-arrow {
        display: none;
    }

    .mobile-sub-arrow {
        display: block;
    }

    /* MAIN DROPDOWN */

    .mega-dropdown {
        display: none;
        position: relative;
        top: 0;
        left: 50%;
        width: 95%;
        transform: translateX(-50%);
        box-shadow: none;
        border: 2px solid #f5f5f5;
    }

    .mega-dropdown.open {
        display: flex !important;
    }

    /* SUBMENU */

        .mega-item {
        width: 100%;
    }

    .mega-title {
        width: 100%;
    }


    .mega-submenu {
        position: relative;
        left: 50%;
        top: 0;
        width: 95%;
        transform: translateX(-50%);
        display: none;
        flex-direction: column;
        background: #f2f2f2;
    }

    .mega-submenu.open {
        display: flex !important;
    }

    /* HOVER OFF */

    .mega-menu:hover .mega-dropdown {
        display: none;
    }

    .mega-item:hover .mega-submenu {
        display: none;
    }
    .topbar {
        padding: 10px 15px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .topbar .cert-row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .custome_nav .nav-cta {
        margin: 8px 0px 8px 0px;
    }

}


/* Dropdown container override */
.mega-menu-item .custom-translate {
  display: none;
  /* default hidden */
  position: absolute !important;
  /* left: 0; */
  top: 100%;
  background: #fff;
  padding: 6px 0;
  margin: 0;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  flex-direction: column !important;
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
}

/* Show dropdown on hover */

.mega-menu-item{
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.mega-menu-item:hover .custom-translate {
  display: block !important;
}

/* Each item full width */
.mega-menu-item .custom-translate li {
  width: 100% !important;
  display: block !important;
}

/* Links style */
.mega-menu-item .custom-translate li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.3s;
  white-space: nowrap;
  margin: 0;
}

.mega-menu-item .custom-translate li a:hover {
  background: #f5f5f5;
  color: #f13030 !important;
  border-radius: 4px;
}

.wpml-ls-native{
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 991px) {
    .mega-menu-item{
        display: flex;
        align-items: start;
        padding: 8px 20px;
        flex-direction: column;
    }
    .mega-menu-item .custom-translate {
        display: none;
        position: relative !important;
        /* left: 0; */
        top: 3%;
        background: #fff;
        padding: 6px 0;
        margin: 0;
        min-width: 100%;
        /* border-radius: 6px; */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        flex-direction: column !important;
        overflow: scroll;
        overflow-x: hidden;
        height: 300px;
    }
}







/* PAGES */
  .industry-page{display:none;}
  .industry-page.active{display:block;}



/* TABS */
  .industry-tabs{display:flex;background:var(--blue-dark);overflow-x:auto;scrollbar-width:none;border-bottom:3px solid var(--blue);}
  .industry-tabs::-webkit-scrollbar{display:none;}
  .tab-btn{flex:1;min-width:190px;padding:15px 20px;border:none;background:transparent;color:rgba(255,255,255,.6);font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-3px;transition:all .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:8px;}
  .tab-btn:hover{background:rgba(255,255,255,.06);color:white;}
  .tab-btn.active{color:white;border-bottom-color:var(--red);background:rgba(255,255,255,.07);}







/* =========================
   HERO SECTION
========================= */
.hero {
    /* background: linear-gradient(
        135deg,
        var(--blue-dark) 0%,
        var(--blue) 100%
    ); */
    position: relative;
    background-image: url(../images/herro_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 40px;
}
.hero::before{
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: #04459b5c;
}

.hero_one{
    background-image: url(../images/herro_banner_1.png) !important;
}
.hero_two{
    background-image: url(../images/herro_banner_2.png) !important;
}
.hero_three{
    background-image: url(../images/herro_banner_3.png) !important;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 370px;
    gap: 48px;
    align-items: start;
    position: relative;
}


.hero-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.hero h1 {
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    color: white;
    margin-bottom: 18px;
}

.hero h1 em {
    color: #ffd166;
    font-style: normal;
}

.hero-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.72;
    margin-bottom: 30px;
    max-width: 540px;
}

.hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

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

@media (max-width: 991px) {

    .hero {
        padding: 50px 25px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-sub {
        max-width: 100%;
    }
}

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

@media (max-width: 576px) {

    .hero {
        padding: 45px 18px;
    }

    .hero h1 {
        line-height: 1.15;
    }

    .hero-sub {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }
}


/* =========================
   BUTTONS
========================= */

.btn-red {
    background: var(--red);
    color: white;
    padding: 12px 26px;
    border-radius: 3px;
    /* font-family: 'Jost', serif; */
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s;
    display: inline-block;
    text-transform: uppercase;
}

.btn-red:hover {
    background: var(--red-dark);
}

.btn-ghost {
    background: transparent;
    color: white;
    padding: 12px 26px;
    border-radius: 3px;
    /* font-family: 'Jost', serif; */
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .5px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.45);
    cursor: pointer;
    transition: border-color .2s;
    display: inline-block;
    text-transform: uppercase;
}

.btn-ghost:hover {
    border-color: white;
}

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

@media (max-width: 991px) {

    .btn-red,
    .btn-ghost {
        padding: 12px 22px;
        font-size: 12px;
    }
}

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

@media (max-width: 576px) {

    .btn-red,
    .btn-ghost {
        width: 100%;
        text-align: center;
        padding: 14px 18px;
        font-size: 12px;
    }
}


/* =========================
   INQUIRY CARD
========================= */

.inquiry-card {
    background: white;
    border: 1px solid var(--border);
    border-top: 4px solid var(--red);
    border-radius: 5px;
    padding: 26px;
    box-shadow: 0 4px 22px rgba(4,69,155,.14);
    position: sticky;
    top: 60px;
}

.inquiry-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 4px;
    text-transform: capitalize;
}

.inquiry-card > .sub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 18px;
}

.fg {
    margin-bottom: 11px;
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 10px 13px;
    color: var(--text);
    /* font-family: 'Jost', serif; */
    font-size: 13px;
    outline: none;
    transition: border-color .2s;
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--blue);
    background: white;
}

.fg textarea {
    resize: vertical;
    min-height: 65px;
}

.form-submit {
    width: 100%;
    background: var(--red);
    color: white;
    border: none;
    padding: 13px;
    border-radius: 3px;
    /* font-family: 'Jost', serif; */
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: background .2s;
    margin-top: 3px;
}

.inquiry-card .form-submit:hover {
    background: var(--red-dark);
}

.inquiry-card .wa-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 11px;
    font-size: 13px;
    color: #25D366;
    text-decoration: none;
    font-weight: 600;
}

.inquiry-card .trust-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-size: 14px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.inquiry-card .tr {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inquiry-card .tr::before {
    content: '✓';
    color: var(--blue);
    font-weight: 700;
    flex-shrink: 0;
}

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

@media (max-width: 991px) {

    .inquiry-card {
        position: relative;
        top: 0;
        padding: 24px;
    }
}

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

@media (max-width: 576px) {

    .inquiry-card {
        padding: 20px 16px;
        border-radius: 4px;
    }

    .inquiry-card h3 {
        font-size: 18px;
    }

    .inquiry-card > .sub {
        font-size: 12px;
        line-height: 1.6;
    }

    .fg input,
    .fg select,
    .fg textarea {
        padding: 11px 12px;
        font-size: 13px;
    }

    .form-submit {
        padding: 14px;
        font-size: 13px;
    }

    .inquiry-card .wa-link {
        font-size: 12px;
        text-align: center;
    }

    .inquiry-card .trust-note {
        font-size: 11px;
    }
}

/* =========================
   SECTION WRAP
========================= */

.sw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

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

@media (max-width: 991px) {

    .sw {
        padding: 0 18px;
    }
}



/* =========================
   PAIN SECTION
========================= */

.pain-sec {
    position: relative;
    padding: 65px 0;
    background: var(--white);
    background-image: url(../images/problem_we_solve_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pain-sec::before{
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: #ffffff9e;
}
.bgimage-1{
    background-image: url(../images/problem_we_solve_bg-1.png) !important;
}
.bgimage-2 {
    background-image: url(../images/problem_we_solve_bg-2.png) !important;
}
.bgimage-3 {
    background-image: url(../images/problem_we_solve_bg-3.png) !important;
}

.stag {
    display: inline-block;
    background: var(--red);
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sh2 {
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 800;
    color: var(--blue-dark);
    line-height: 1.12;
    margin-bottom: 10px;
}

.sintro {
    font-size: 15px;
    color: var(--muted);
    max-width: 580px;
    margin-bottom: 36px;
}

.pain-sec .pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 18px;
}

.pain-sec .pain-card {
    background: white;
    border: 1px solid var(--border);
    border-left: 4px solid var(--red);
    border-radius: 4px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: box-shadow .2s;
}

.pain-sec .pain-card:hover {
    box-shadow: 0 4px 14px rgba(4,69,155,.1);
}

.pain-sec .pi {
    font-size: 24px;
    margin-bottom: 11px;
}

.pain-sec .pain-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 7px;
    text-transform: capitalize;
}

.pain-sec .pain-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
}

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

@media (max-width: 991px) {

    .pain-sec {
        padding: 55px 0;
    }

    .sintro {
        margin-bottom: 30px;
    }

    .pain-sec .pain-grid {
        gap: 16px;
    }

    .pain-sec .pain-card {
        padding: 20px;
    }
}

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

@media (max-width: 576px) {

    .pain-sec .pain-sec {
        padding: 45px 0;
    }

    .stag {
        font-size: 14px;
        letter-spacing: 1.5px;
        padding: 4px 10px;
    }

    .sh2 {
        line-height: 1.2;
    }

    .sintro {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .pain-sec .pain-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pain-sec .pain-card {
        padding: 18px;
    }

    .pain-sec .pi {
        font-size: 22px;
    }

    .pain-sec .pain-card h4 {
        font-size: 15px;
    }

    .pain-sec .pain-card p {
        font-size: 12px;
    }
}


/* =========================
   SOLUTION STRIP
========================= */

.sol-strip {
    background: var(--blue-dark);
    padding: 65px 0;
}

.sol-strip .sol-h2 {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: white;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.sol-strip .sol-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.sol-strip .sbl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 2px;
    margin-bottom: 18px;
    display: inline-block;
}

.sol-strip .prob-box .sbl {
    background: rgba(237,28,36,.2);
    color: #ff8080;
}

.sol-strip .sol-box .sbl {
    background: rgba(255,255,255,.1);
    color: #90c8ff;
}

.sol-strip .mi {
    display: flex;
    gap: 13px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    align-items: flex-start;
}

.sol-strip .mi:last-child {
    border-bottom: none;
}

.sol-strip .micon {
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}

.sol-strip .mt h5 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.sol-strip .mt p {
    font-size: 12px;
    color: rgba(255,255,255,.58);
    line-height: 1.5;
}

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

@media (max-width: 991px) {

    .sol-strip .sol-strip {
        padding: 55px 0;
    }

    .sol-strip .sol-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sol-strip .sol-h2 {
        margin-bottom: 28px;
    }
}

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

@media (max-width: 576px) {

    .sol-strip .sol-strip {
        padding: 45px 0;
    }

    .sol-strip .sol-h2 {
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .sol-strip .sbl {
        font-size: 15px;
        letter-spacing: 1.5px;
        padding: 5px 10px;
    }

    .sol-strip .mi {
        gap: 10px;
        padding: 12px 0;
    }

    .sol-strip .micon {
        font-size: 16px;
    }

    .sol-strip .mt h5 {
        font-size: 13px;
    }

    .sol-strip .mt p {
        font-size: 12px;
        line-height: 1.6;
    }
}


/* =========================
   STATS BAR
========================= */

.stats-bar {
    background: var(--red);
    padding: 38px 0;
}

.stats-bar .si {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stats-bar .stat {
    text-align: center;
}

.stats-bar .snum {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
}

.stats-bar .slbl {
    font-size: 16px;
    color: rgba(255,255,255,.85);
    line-height: 1.4;
    font-weight: 500;
    text-transform: capitalize;
}

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

@media (max-width: 991px) {

    .stats-bar {
        padding: 34px 0;
    }

    .stats-bar .si {
        padding: 0 25px;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
    }

    .stats-bar .snum {
        font-size: 36px;
    }
}

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

@media (max-width: 576px) {

    .stats-bar {
        padding: 30px 0;
    }

    .stats-bar .si {
        padding: 0 16px;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .stats-bar .snum {
        font-size: 32px;
    }

    .stats-bar .slbl {
        font-size: 12px;
        line-height: 1.5;
    }
}



/* =========================
   PRODUCTS SECTION
========================= */

.prod-sec {
    padding: 65px 0;
    background: var(--light-bg);
}

.prod-sec .prod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.prod-sec .prod-card {
    background: white;
    border: 1px solid var(--border-b);
    border-radius: 4px;
    padding: 24px;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}

.prod-sec .prod-card:hover {
    box-shadow: 0 5px 18px rgba(4,69,155,.12);
    transform: translateY(-2px);
    border-color: var(--blue);
}
.prod-sec .prod-card .image_box{
    position: relative;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.prod-sec .ptag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--blue);
    background: var(--light-bg);
    border: 1px solid var(--border-b);
    padding: 3px 9px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 11px;
}

.prod-sec .prod-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 9px;
    text-transform: capitalize;
}

.prod-sec .prod-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 13px;
}

.prod-sec .pspecs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.prod-sec .sc {
    font-size: 15px;
    font-weight: 600;
    background: var(--blue-dark);
    color: white;
    padding: 3px 9px;
    border-radius: 2px;
    text-transform: capitalize;
}

.prod-sec .pcta {
    margin-top: 14px;
}

.prod-sec .sl {
    font-size: 16px;
    color: var(--red);
    text-decoration: none;
    font-weight: 700;
}

.prod-sec .sl:hover {
    color: var(--red-dark);
}

.prod-sec .abadge {
    display: inline-block;
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 3px 9px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

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

@media (max-width: 991px) {

    .prod-sec {
        padding: 55px 0;
    }

    .prod-sec .prod-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 16px;
        margin-top: 26px;
    }

    .prod-sec .prod-card {
        padding: 22px;
    }
}

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

@media (max-width: 576px) {

    .prod-sec {
        padding: 45px 0;
    }

    .prod-sec .prod-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
    }

    .prod-sec .prod-card {
        padding: 18px;
    }

    .prod-sec .prod-card h4 {
        font-size: 16px;
    }

    .prod-sec .prod-card p {
        font-size: 12px;
        line-height: 1.7;
    }

    .prod-sec .ptag,
    .prod-sec .abadge {
        font-size: 11px;
    }

    .prod-sec .sc {
        font-size: 13px;
    }

    .prod-sec .sl {
        font-size: 14px;
    }
}


/* =========================
   SPEC TABLE
========================= */

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 22px;
    font-size: 14px;
}

.spec-table th {
    background: var(--blue-dark);
    color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 12px;
    letter-spacing: .4px;
    font-weight: 700;
    text-transform: uppercase;
}

.spec-table td {
    padding: 11px 15px;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}

.spec-table tr:last-child td {
    border-bottom: none;
}

.spec-table tr:hover td {
    background: var(--light-bg);
}

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

@media (max-width: 991px) {

    .spec-table {
        font-size: 13px;
    }

    .spec-table th,
    .spec-table td {
        padding: 10px 12px;
    }
}

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

@media (max-width: 576px) {

    .spec-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 18px;
        font-size: 12px;
    }

    .spec-table th,
    .spec-table td {
        padding: 10px 12px;
    }

    .spec-table th {
        font-size: 11px;
    }
}



/* =========================
   BOTTOM CTA
========================= */

.bcta {
    background: var(--blue-dark);
    padding: 75px 40px;
    text-align: center;
}

.bcta h2 {
    font-size: clamp(26px, 3.8vw, 46px);
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    line-height: 1.12;
}

.bcta h2 em {
    color: #ffd166;
    font-style: normal;
}

.bcta p {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 32px;
}

.cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

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

@media (max-width: 991px) {

    .bcta {
        padding: 65px 25px;
    }

    .bcta p {
        margin-bottom: 28px;
    }
}

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

@media (max-width: 576px) {

    .bcta {
        padding: 50px 16px;
    }

    .bcta h2 {
        line-height: 1.2;
    }

    .bcta p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }
}


/* =========================
   FLOATING WHATSAPP
========================= */

.fwa {
    position: fixed;
    bottom: 22px;
    right: 22px;
    background: #25D366;
    color: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37,211,102,.45);
    z-index: 999;
    transition: transform .2s;
}

.fwa:hover {
    transform: scale(1.1);
}

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

@media (max-width: 991px) {

    .fwa {
        width: 50px;
        height: 50px;
        font-size: 22px;
        bottom: 18px;
        right: 18px;
    }
}

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

@media (max-width: 576px) {

    .fwa {
        width: 48px;
        height: 48px;
        font-size: 21px;
        bottom: 15px;
        right: 15px;
    }
}



/* =========================
   MODAL
========================= */

.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10,51,119,.78);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-overlay.open {
    display: flex;
}

.custom-modal {
    background: white;
    border-top: 4px solid var(--red);
    border-radius: 5px;
    padding: 38px;
    max-width: 470px;
    width: 92%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.mcl {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 22px;
    cursor: pointer;
}

.custom-modal h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 4px;
}

.custom-modal > .msub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px;
}

.mnote {
    font-size: 12px;
    color: var(--muted);
    margin-top: 12px;
    text-align: center;
}

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

@media (max-width: 991px) {

    .custom-modal {
        padding: 30px;
        max-width: 420px;
    }

    .custom-modal h3 {
        font-size: 22px;
    }
}

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

@media (max-width: 576px) {

    .custom-modal {
        padding: 22px 18px;
        width: 94%;
        border-radius: 4px;
    }

    .custom-modal h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .custom-modal > .msub {
        font-size: 12px;
        line-height: 1.6;
    }

    .mcl {
        font-size: 20px;
        top: 10px;
        right: 12px;
    }

    .mnote {
        font-size: 11px;
        line-height: 1.5;
    }
}



.main-footer{
	position: relative;
	background: url('../images/main-footer-bg.png') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 0px 0px;
}

.main-footer::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	opacity: 98%;
}

.main-footer .footer-logo img {
    position: relative;
    width: 300px;
    /* background: #fff; */
    padding-bottom: 10px ;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-footer .footer-header{
	border-bottom: 1px solid #ffffff30;
	margin-bottom: 40px;
	padding-bottom: 25px;
}

.footer-social-links{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}

.footer-social-link-title h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}

.footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 10px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	display: flex;
  justify-content: center;
  align-items: center;
  background: #041a33;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i{
	font-size: 18px;
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
	background: #ed1c24;
}

.footer-social-links ul li a:hover i{
	color: #fff;
}

.footer-links h3{
  font-size: 20px;
  text-transform: capitalize;
  color: #041a33;
  margin-bottom: 20px;
  font-weight: 600;
}

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

.footer-links ul li{
	position: relative;
  list-style: outside none none;
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
}

.footer-links ul li:before {
  content: "»";
  color: #041a33;
  font-size: 20px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}

.footer-links ul li:hover{
	color: #ed1c24;
}

.footer-links ul li a{
	color: #041a33;
  line-height: 140%;
}

.footer-links ul li a:hover{
  color: #ed1c24;
}

.footer-links ul li i {
  margin-right: 10px;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff30;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
  border-bottom: 0;
}

.footer-contact-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #041a33;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box{
	border-color: #ed1c24;
}

.footer-contact-item .icon-box i{
	font-size: 16px;
	color: #041a33;
}

.footer-contact-content{
	width: calc(100% - 50px);
}

.footer-contact-content p{
	color: #041a33;
	margin: 0;
  text-align: left;
}

.footer-contact-content p+p {
  margin-top: 10px;
}

.footer-latest-news .footer-frame iframe{
  height: 350px;
  width: 100%;
  border-radius: 20px;
}

.footer-copyright-text{
	position: relative;
	border-top: 1px solid #041a33;
	padding: 25px 0;
	margin-top: 30px;
	z-index: 1;
	text-align: center;
}

.footer-copyright-text p{
	color: #041a33;
	margin: 0;
  text-align: center;
}

.footer-copyright-text p+p {
  margin-top: 5px;
}

.footer-copyright-text .keyword-link p {
  margin-top: 10px;
}

.footer-copyright-text .keyword-link a {
  font-size: 16px;
  color: #041a33;
}

.footer-copyright .footer-copyright-text .footer-icon{
  width: 25px;
  vertical-align: middle;
}



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

@media (max-width: 991px) {

}

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

@media (max-width: 576px) {
    .main-footer .footer-logo img{
        width: 170px;
    }
}


