@charset "utf-8";
/* CSS Document */
@import url('../fonts/Montserrat.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; font-family: 'Montserrat', sans-serif; font-size:15px; color: #000; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html {-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
a { text-decoration: none; }
body {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  width: 100%;
}
img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
  }
span { color: #000; }
ul { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/*---Additional Form resets---*/
button, input[type="button"] { background: none; }
:required { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none;}
/*---Typographic Styling---*/
em, i { font-style: italic; }
u { text-decoration: underline; }
pre, code { font-family: Monaco, Courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after, { content: "";}
/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] { cursor: pointer; }
input[type="submit"] {
  -webkit-appearance: none;
  border: 0px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
input[type="submit"]:hover{
background: #707070;
}
/*---Misc. Element Styling---*/
img { -ms-interpolation-mode: bicubic; }
.linksiz { font-size: 19px; line-height: 30px; }
/* Proper box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* General styles */
::selection {background: #152444;color: #fff;}
::-moz-selection { background:#152444; color:#fff;}
::-webkit-selection { background:#152444; color:#fff;}
a { text-decoration: none; color: #152444;
  -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s; }
a:hover { text-decoration: none; }
a:active { }
a:visited { }
address { }
aside { }
b, strong { }
blockquote { }
button { cursor: pointer; }
button:hover { }
button:active { }
caption, th, td { vertical-align: top; }
h1 { font-size: 40px; font-weight: 700; line-height: 46px; margin-bottom: 26px;  }
h2 { font-size: 28px; font-weight: 700; margin-bottom: 22px; color: #273159;}
h3, h4, h5, h6 { font-size: 24px; font-weight: 700; margin-bottom: 22px; color: #273159;}
.heading { font-size: 24px; font-weight: 700; line-height: 39px; margin-bottom: 22px; text-transform: uppercase; }
h6 { }
i, em { }
img { height: auto; max-width: 100%; }
input, select, textarea {font-size: 13px; }
input[type="text"], input[type="phone"], input[type="email"] {
    font-weight: normal;
    height: 42px;
    padding: 4px 0;
    width: 100%;
    border-bottom: 1.5px solid #000000 !important;
    outline: none;
    border: 0px;
    font-size: 17px;
}
select.textbox {
    font-weight: normal;
    height: 42px;
    padding: 4px 18px;
    width: 100%;
    line-height: 20px;
}
input[type=radio] { }
input[type=checkbox] { }
label { }
li { }
p {
    line-height: 23px;
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 500;
    color: #002454;
}
select { }
select option { }
table { border: 0; border-spacing: 0; empty-cells: show; }
textarea {
  height: 153px;
  resize: none;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 5px;
  padding: 12px 0;
  font-size: 17px;
  font-weight: normal;
  border-bottom: 1.5px solid #000000 !important;
  color: #666;
  margin: 0;
  vertical-align: top;
  border: 0px;
  outline: none;
}
.form-feild {
  margin: 0 0 25px;
  display: block;
}
ul, ol { margin:0;padding:0;}
.m0 { margin: 0px 0px 0px 0px; }
::-webkit-input-placeholder {opacity: 1;color:#002454; font-size: 15px;}
:-moz-placeholder {opacity: 1;color:#002454; font-size: 15px;}
::-moz-placeholder {opacity: 1;color:#002454; font-size: 15px;}
:-ms-input-placeholder {opacity: 1;color:#002454; font-size: 15px;}

.divnewsletter ::-webkit-input-placeholder {opacity: 1;color:#D0D0CE;}
.divnewsletter :-moz-placeholder {opacity: 1;color:#D0D0CE;}
.divnewsletter ::-moz-placeholder {opacity: 1;color:#D0D0CE;}
.divnewsletter :-ms-input-placeholder {opacity: 1;color:#D0D0CE;}
p, li {
    color: #002454;
}
*, :before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .facet-filtration section#productsArchiveSection .row {
    display: none;
}
.facet-filtration section.section-brand-two.brand-featured-model {
    display: none;
}


/* nav oggle menu */
 .direction-list .direction-icon svg {
        stroke: #d17e00 !important;
    }
 .solutions-panel .direction-icon svg {
        stroke: #d17e00 !important;
    }

    .menu-open .menu-horizontal {
        display: none;
    }

    .products-links .navigate li {
        width: 49%;
        display: inline-block;
    }

    .solutions-section {
        margin: 40px auto;
    }

    .solutions-wrap {
        display: grid;
        grid-template-columns: 310px 1fr;
        gap: 28px;
        align-items: start;
    }

    .directions-block .block-title,
    .solutions-panel .panel-title {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.6px;
        color: #6b7280;
        text-transform: uppercase;
        margin: 0 0 18px;
    }

    .directions-block {
        position: relative;
    }

    .direction-list {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-height: calc(100vh - 350px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: #cfd7e6 transparent;
    }

    .direction-list::-webkit-scrollbar {
        width: 6px;
    }

    .direction-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .direction-list::-webkit-scrollbar-thumb {
        background: #cfd7e6;
        border-radius: 20px;
    }

    .direction-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
        width: 100%;
        border: 1px solid transparent;
        background: transparent;
        border-radius: 18px;
        padding: 16px 18px;
        text-align: left;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .direction-item:hover {
        background: #ffffff;
        border-color: #e5e7eb;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    .direction-item.active {
        background: #ffffff;
        border-color: #e8edf5;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .direction-item.active::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -12px;
        width: 22px;
        height: 22px;
        background: #ffffff;
        border-top: 1px solid #e8edf5;
        border-right: 1px solid #e8edf5;
        transform: translateY(-50%) rotate(45deg);
        z-index: 2;
    }

    .solution-grid a:hover {
        color: #d17e00;
    }

    .direction-icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #f8fafc;
        border: 1px solid #edf2f7;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    }

    .direction-icon svg {
        width: 22px;
        height: 22px;
        stroke-width: 1.8;
    }

    .direction-content h3 {
        font-size: 15px;
        line-height: 1.2;
        margin: 0;
        font-weight: 500;
        color: #ffffffbf;
    }

    button.direction-item.active h3,
    button.direction-item:hover h3 {
        color: #000;
    }

    .direction-content p {
        margin: 0;
        font-size: 15px;
        line-height: 1.45;
        color: #6b7280;
    }


    .solutions-panel {
        background: #ffffff;
        border: 1px solid #e8edf5;
        border-radius: 22px;
        padding: 28px 34px 0;
        box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
        min-height: 445px;
        position: relative;
    }

    .panel-inner {
        display: none;
        animation: fadeIn 0.28s ease;
    }

    .panel-inner.active {
        display: block;
    }

    .solution-grid {
        gap: 20px 48px;
        padding-bottom: 30px;
        min-height: 350px;
    }

    .solution-link {
        display: flex;
        align-items: center;
        gap: 14px;
        text-decoration: none;
        color: #111827;
        font-size: 17px;
        font-weight: 500;
        transition: transform 0.2s ease, color 0.2s ease;
    }

    .solution-link:hover {
        transform: translateX(4px);
        color: #2448ff;
    }

    .solution-link svg {
        width: 24px;
        height: 24px;
        stroke: #335cff;
        stroke-width: 1.9;
        flex: 0 0 24px;
    }

    .badge-new {
        display: inline-block;
        margin-left: 8px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #335cff;
        background: #eef2ff;
        padding: 3px 7px;
        border-radius: 999px;
        vertical-align: middle;
    }

    .panel-footer {
        border-top: 1px solid #e5e7eb;
        padding: 28px 0 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        background: transparent;
    }

    .footer-copy {
        width: 70%;
    }

    .footer-copy h4 {
        margin: 0 0 8px;
        font-size: 16px;
        font-weight: 600;
        color: #111827;
    }

    .footer-copy p {
        margin: 0;
        font-size: 16px;
        line-height: 1.45;
        color: #6b7280;
    }

    .cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 138px;
        padding: 14px 24px;
        border-radius: 999px;
        border: 1px solid #d7dde8;
        background: #fff;
        color: #111827;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.25s ease;
        white-space: nowrap;
    }

    .cta-btn:hover {
        border-color: #d17e00;
        color: #d17e00;
        box-shadow: 0 8px 20px rgba(36, 72, 255, 0.12);
    }

    .solution-grid ul li {
        margin: 6px 0px;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .mobile-accordion-toggle {
        display: none;
    }

/* Header START */
   .header-menu-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* .vertical-toggle-menu .menu-item-has-children {
    position: relative;
    padding-right: 44px;
}

.vertical-toggle-menu .submenu-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background: #f3f3f3;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
} */

.vertical-toggle-menu {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 400px;
    max-width: calc(100vw - 30px);
    height: 80vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
    padding: 24px;
    z-index: 1001;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) translateX(12px) scale(0.98);
    transform-origin: top right;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.35s ease;
}

.vertical-toggle-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) translateX(0) scale(1);
}

.vertical-toggle-menu::-webkit-scrollbar {
    width: 8px;
}

.vertical-toggle-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.vertical-toggle-menu ul.navigate {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vertical-toggle-menu ul.navigate > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
}

.vertical-toggle-menu ul.navigate > li:last-child {
    border-bottom: 0;
}

.vertical-toggle-menu ul.navigate > li > a {
    display: block;
    padding: 8px 0;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.vertical-toggle-menu ul.navigate > li > a:hover {
    color: #d17e00;
    padding-left: 8px;
}

/* Sub menu */
.vertical-toggle-menu .sub-menu {
    margin: 0 0 14px;
    padding: 0 0 0 14px;
    list-style: none;
}

.vertical-toggle-menu .sub-menu li {
    margin: 0;
    padding: 0;
}

.vertical-toggle-menu .sub-menu li a {
    display: block;
    padding: 5px 0;
    color: #444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.vertical-toggle-menu .sub-menu li a:hover {
    color: #d17e00;
    padding-left: 6px;
}

/* Optional glass overlay on mobile */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .vertical-toggle-menu {
        width: 92vw;
        right: 0;
        top: calc(100% + 12px);
        height: 80vh;
        padding: 20px;
        border-radius: 16px;
    }
}

/* MAIN BUTTON */
.sticky-service-btn {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;

    background: #d17e00;
    border-radius: 50px;
    padding: 10px;

    text-decoration: none;
    z-index: 999;

    transition: all 0.3s ease;

    /* subtle glow animation */
    animation: pulseGlow 2.5s infinite;
}

/* ICON */
.sticky-service-btn .btn-icon img {
    width: 26px;
    display: block;
}

/* TEXT */
.sticky-service-btn .btn-text {
    position: absolute;
    right: 100%;
    margin-right: 10px;

    background: #d17e00;
    color: #fff;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 20px;

    white-space: nowrap;

    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;

    animation: blinkText 10s infinite;
}

@keyframes blinkText {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    20% {
        opacity: 1;
        transform: translateX(0);
    }

    60% {
        opacity: 1;
        transform: translateX(0);
    }

    80% {
        opacity: 0;
        transform: translateX(10px);
    }

    100% {
        opacity: 0;
        transform: translateX(10px);
    }
}

.sticky-service-btn .btn-text {
    animation: blinkText 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
/* ✨ ICON SCALE + GLOW (smooth breathing effect) */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(209,126,0, 0.3);
        transform: translateY(-50%) scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(209,126,0, 0.7);
        transform: translateY(-50%) scale(1.05);
    }
    100% {
        box-shadow: 0 0 0 rgba(209,126,0, 0.3);
        transform: translateY(-50%) scale(1);
    }
}
.sticky-service-btn {
    animation: pulseGlow 1.5s infinite ease-in-out;
}


/* 🚀 HOVER EFFECT */
.sticky-service-btn:hover {
    background: #b96f00;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    animation: none; /* stop pulse on hover */
}

/* SHOW TEXT ON HOVER (OVERRIDE BLINK) */
.sticky-service-btn:hover .btn-text {
    opacity: 1;
    transform: translateX(0);
    animation: none; /* stop blinking */
}

/* CLICK FEEDBACK */
.sticky-service-btn:active {
    transform: translateY(-50%) scale(0.95);
}
.sticky-service-btn + .sticky-service-btn {
    top: 57%;
}

    .ase-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99999;
    font-family: inherit;
    background: #000000bd;
}
nav.breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}
 nav.breadcrumbs ul li:first-child {
    padding-left: 0;
}
  nav.breadcrumbs ul li:last-child:after {
                content: none
            }


 header.toptrans {
    background: linear-gradient(to top, #01173354, #392301) !important;
    padding: 15px 0 12px;
}           
nav.breadcrumbs ul li {
    padding: 0 20px;
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
}
nav.breadcrumbs ul li:after {
    content: "›";
    position: absolute;
    right: -4px;
    font-size: 28px;
    top: -8px;
    height: auto;
    line-height: normal;
    font-family: montserrat;
}
nav.breadcrumbs a {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
nav.breadcrumbs span {
    color: #D17E00;
    white-space: nowrap;
    font-size: 13px;
}
.menu-horizontal {
    margin-right: auto;
    margin-top: 10px;
}
.menu-horizontal>ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.menu-horizontal ul li ul.sub-menu {
    display: none;
    position: absolute;
    margin: 0px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    top: 35px;
    width: auto;
}
.menu-horizontal ul li ul.sub-menu li {
    margin: 6px 0px;
    padding: 0px;
}
.menu-horizontal ul li ul.sub-menu li a {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}
.menu-horizontal li a {
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
}
.menu-horizontal li a:hover{
  color: #D17E00;  
}
.menu-horizontal ul li ul.sub-menu li a {
    color: #000;
    padding: 0px;
}
.menu-horizontal ul li ul.sub-menu li a:hover{
  color: #D17E00;  
}
.menu-horizontal li {
    margin: 0px;
    list-style: none;
    padding: 0 22px;
    position: relative;
}
.menu-horizontal ul li:hover>ul.sub-menu {
    display: block;
}

span.touch {
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    top: -5px;
}
span.touch:after {
    content: "›";
    position: absolute;
    z-index: 9;
    right: 0px;
    font-size: 23px;
    color: #fff;
    font-family: 'Montserrat';
    transform: rotate(90deg);
}

.container {
    width: 80%;
    margin: 0 auto;
}

.header-search-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Icon button */
.header-search-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 6px;
  font-size: 18px;
  line-height: 1;
}

/* Search form (hidden by default) */
.header-search-form {
  position: absolute;
  top: 50%;
  right: 100%;               /* opens to the left */
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.35s ease;
}

/* Input styling */
.header-search-input {
  width: 0;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: width 0.35s ease;
  background: #fff;
}

/* Hover / active state */
.header-search-wrap:hover .header-search-form,
.header-search-wrap.active .header-search-form {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}

.header-search-wrap:hover .header-search-input, .header-search-wrap.active .header-search-input {
    width: 300px;
    padding: 0 25px;
}
/* Focus styles */
.header-search-input:focus {
  outline: none;
  border-color: #999;
}

.header-search-wrap input.header-search-input {
    border-radius: 30px;
    height: 45px;
}
span.search-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    display: block;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-content {
    text-align: left;
}
article.search-item {
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 8%);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.search-content h3 {
    color: #00AE44;
    font-size: 28px;
}
.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
header .logo img {
    width: 260px;
}

.whatsapp-link a {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
    position: relative;
    background: #28D366;
    border-radius: 30px;
    padding: 7px;
    height: 45px;
    min-width: 45px;
}

/* header section */
.inputform {
    position: relative;
    width: 85%;
    margin-top: 20px;
    display: block;
}

.header_newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.40);
    border: 0px;
    border-radius: 30px;
    color: #fff;
    outline: none;
    height: 50px;
}

.header_newsletter input[type=submit] {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 30px;
    height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.menu-column.newsletter .menutitle {
    color: #00AE44;
}

.menu-column p {
    color: #fff;
    font-size: 16px;
}

.menu-column strong {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: normal;
    font-size: 18px;
}

.social-media-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-media-links img {
    height: 40px;
    display: inline-block;
    object-fit: contain;
}

.Home-menu a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.Home-menu {
    margin: 0 0 30px;
}

.menu-column ul {
    padding: 0px;
    margin: 0px;
}

.menu-column ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu-column ul li a {
    color: #fff;
    font-size: 16px;
}
.menu-column ul li a:hover{
    color: #d17e00;
}
.menutitle {
    font-size: 15px;
    color: #002454;
    font-weight: 500;
    margin: 0 0 15px;
    /* text-transform: uppercase; */
}
.menutitle a {
    color: #fff;
}
header {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 35px 0 35px;
    background: linear-gradient(to top, #ffffff00, #000000) !important;
}
header .logo img {
    width: 260px;
}
.menu-open header {
    background: transparent;
    padding-bottom: 0px;
}

.head-footcontent {
    position: absolute;
    bottom: 0px;
    padding: 30px 0px;
}

.head-footcontent p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.head-footcontent a {
    color: #fff;
    font-weight: 600;
}

header {
    --line-h: 2px;
    --icon-w: 25px;
    --icon-h: 24px;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --speed: 300ms;
    --overlay-bg: rgba(0, 0, 0, .55);
    --panel-bg: #fff;
}

/* ===== Menu Icon ===== */
.menu-icon {
    width: var(--icon-w);
    height: var(--icon-h);
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    transition: transform var(--speed) var(--ease);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    float: right;
    gap: 0px;
    flex-wrap: wrap;
    top: 5px;
}

.menu-icon:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
    border-radius: 6px;
}

.menu-icon .line {
    height: var(--line-h);
    background: #fff;
    border-radius: 999px;
    transition: transform var(--speed) var(--ease),
        width var(--speed) var(--ease),
        opacity var(--speed) var(--ease),
        background var(--speed) var(--ease);
    transform-origin: center;
    width: 100%;
}

/* Default staggered widths */
.menu-icon .line:nth-child(1) {
    width: 100%;
}

.menu-icon .line:nth-child(2) {
    width: 50%;
}

.menu-icon .line:nth-child(3) {
    width: 85%;
}


.menu-icon:hover .line:nth-child(1) {
    width: 50%;
}

.menu-icon:hover .line:nth-child(2) {
    width: 100%;
}

.menu-icon:hover .line:nth-child(3) {
    width: 90%;
}
html.menu-open .menu-icon:hover .line:nth-child(1){
 width: 90%;
}

.menu-icon:hover {
    transform: translateY(-1px);
}

#fullscreen-menu[hidden] {
    display: none !important;
}

html:not(.menu-init) #fullscreen-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: none !important;
}

#fullscreen-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    align-items: center;
    background: #002454e3;
    z-index: 999;
    padding: 150px 0 0px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: none;
}
nav#fullscreen-menu .row .menu-column + .menu-column {
    margin-top: 15px;
    /* min-height: 351px; */
}
.menu-column {
    min-height: 220px;
}
.menu-init #fullscreen-menu {
    transition: opacity var(--speed) var(--ease);
}

.menu-init #fullscreen-menu .panel {
    transition: transform 420ms var(--ease), opacity 420ms var(--ease), filter 420ms var(--ease);
}

.menu-open #fullscreen-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

/* Semi-transparent dark overlay */
#fullscreen-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--overlay-bg);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity var(--speed) var(--ease);
}

html.menu-open #fullscreen-menu::before {
    opacity: 1;
}

/* The white panel that gently pops in */

#fullscreen-menu .panel {
    position: relative;
    transform: translateY(18px) scale(.96);
    opacity: 0;
    filter: blur(6px);
    will-change: transform, opacity, filter;
    height: 100%;
    background: transparent;
}


html.menu-open #fullscreen-menu .panel {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
}



.menu-icon .line {
    position: relative;
    left: 0;
}

html.menu-open .menu-icon .line {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html.menu-open .menu-icon .line:nth-child(1) {
    top: calc(50% - var(--line-h)/2);
    transform: rotate(45deg);
}

html.menu-open .menu-icon .line:nth-child(2) {
    top: calc(50% - var(--line-h)/2);
    opacity: 0;
    transform: scaleX(0);
}

html.menu-open .menu-icon .line:nth-child(3) {
    top: calc(50% - var(--line-h)/2);
    transform: rotate(-45deg);
}

/* ===== Menu Content Styles ===== */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: grid;
    gap: 14px;
}

.menu-list a {
    text-decoration: none;
    color: #111;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 600;
    line-height: 1.2;
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.menu-list a:hover {
    transform: translateY(-2px);
}

/* Stagger-in effect for links */
html.menu-open .menu-list li {
    opacity: 1;
    transform: translateY(0);
    transition: transform 420ms var(--ease), opacity 420ms var(--ease);
}

.menu-list li {
    opacity: 0;
    transform: translateY(6px);
}

.menu-list li:nth-child(1) {
    transition-delay: 60ms;
}

.menu-list li:nth-child(2) {
    transition-delay: 120ms;
}

.menu-list li:nth-child(3) {
    transition-delay: 180ms;
}

.menu-list li:nth-child(4) {
    transition-delay: 240ms;
}

.menu-list li:nth-child(5) {
    transition-delay: 300ms;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}


.whatsapp-link a {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
    position: relative;
    background: #28D366;
    border-radius: 30px;
    padding: 7px;
    height: 45px;
    min-width: 45px;
}
.whatsapp-link a:hover .wa-label{
    padding-left: 10px; padding-right: 10px;
}
.whatsapp-link a img {
    height: 20px;
    display: block;
    object-fit: contain;
}
.wa-label {
    --op-delay: 350ms;
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    transition: max-width 650ms cubic-bezier(.22,.61,.36,1),
    transform 650ms cubic-bezier(.22,.61,.36,1),
    padding   650ms cubic-bezier(.22,.61,.36,1),
    opacity   380ms cubic-bezier(.22,.61,.36,1) var(--op-delay);
    will-change: max-width, transform, opacity, padding;
    margin-top: 0px;
}

/* Reveal on hover or keyboard focus */
.whatsapp-link a:hover .wa-label,
.whatsapp-link a:focus-visible .wa-label {
  max-width: 220px;   /* enough to show full text */
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;

  /* on ENTER, fade starts immediately */
  --op-delay: 0ms;
}
.Home-menu + .row {
    margin-bottom: 50px;
}

.getinbutton .contact_button_header {
    margin-left: 0px;
    background: #fff;
    border-radius: 30px;
    color: #002454 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 30px 9px;
    display: block !important;
}
.getinbutton .contact_button_header:hover{
    background:#D17E00;
    color:#002454 !important;
}


/* Home Page Css */

body.home {
    background: #011733;
}

.hero-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

h2.hero-anim.hero-anim--title {
    color: #fff;
    font-size: 48px;
    max-width: 500px;
    margin-bottom: 100px;
}

a.hero-anim.hero-anim--btn {
    background: #D17E00;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
a.hero-anim:hover{
    background:linear-gradient(90deg, #2A1900 0%, #D17E00 100%) ;
}
.hero-anim.hero-anim--secondary a:hover{
        background:linear-gradient(90deg, #2A1900 0%, #D17E00 100%) ;
        color: #fff;
}
.hero-anim.hero-anim--content p {
    color: #fff;
    text-align: right;
}
.hero-anim.hero-anim--content p span {
    color: #fff;
}
.hero-anim.hero-anim--content {
    max-width: 400px;
    margin-left: auto;
    margin-top: 110px;
    margin-bottom: 100px;
}

.hero-anim.hero-anim--secondary {
    margin-left: auto;
    max-width: 400px;
    text-align: right;
}

.hero-anim.hero-anim--secondary a {
    background: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 25px;
}

.hero-anim.hero-anim--secondary p {
    color: #fff;
}

.hero-anim.hero-anim--secondary b {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 20px;
}

section.home-categories-section {
    background: #011733;
    padding: 150px 0 200px;
}

.hero-media img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.hero-banner-home .item { position: relative; overflow: hidden; }

.hero-banner-home .hero-media img{
  transform: scale(1);
  transition: transform 6.5s ease;
  will-change: transform;
}


.hero-banner-home .owl-item.active .hero-media img{
  transform: scale(1.08);
}


.hero-banner-home .hero-anim{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}



.hero-banner-home .item::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(circle at 30% 30%, rgba(0,0,0,.25), rgba(0,0,0,.55));
  opacity: .45;
  pointer-events:none;
  transition: opacity .5s ease;
}
.hero-banner-home .owl-item.active .item::after{ opacity: .15; }

@media (prefers-reduced-motion: reduce){
  .hero-banner-home .hero-media img,
  .hero-banner-home .hero-anim{
    transition: none !important;
    transform: none !important;
  }
}

.hero-banner-home.is-booting .hero-anim{
  opacity: 0 !important;
  transform: translateY(18px) !important;
  transition: none !important;
}


.hero-banner-home .hero-anim{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}

/* Reveal only when we add .is-revealed to the active slide */
.hero-banner-home .owl-item.active.is-revealed .hero-anim{
  opacity: 1;
  transform: translateY(0);
}

/* Stagger */
.hero-banner-home .owl-item.active.is-revealed .hero-anim--title{ transition-delay: .15s; }
.hero-banner-home .owl-item.active.is-revealed .hero-anim--btn{ transition-delay: .30s; }
.hero-banner-home .owl-item.active.is-revealed .hero-anim--content{ transition-delay: .45s; }
.hero-banner-home .owl-item.active.is-revealed .hero-anim--secondary{ transition-delay: .60s; }

/* Image zoom (keeps your look) */
.hero-banner-home .hero-media img{
  transform: scale(1);
  transition: transform 6.5s ease;
  will-change: transform;
}
.hero-banner-home .owl-item.active .hero-media img{
  transform: scale(1.08);
}




.category-tab {
    border: 1px solid #FFF;
    background: transparent;
    padding: 10px 25px;
    border-radius: 999px;
    cursor: pointer;
    color: #fff
}
.category-tab:hover{
    background: linear-gradient(90deg, #2A1900 0%, #D17E00 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.17)
}
.category-tab.is-active {
    background: linear-gradient(90deg, #2A1900 0%, #D17E00 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.17)
}


.tabs-scroll-wrap {
    overflow: hidden;
}

.category-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 25px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 6px 0px 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 80px;
}

.category-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari hide bar */
}

.category-tabs .category-tab {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.home-categories-section .owl-carousel .owl-nav.disabled,
.home-categories-section .owl-carousel .owl-dots.disabled {
    display: flex;
}


section.home-categories-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.products-category-image img {
    height: 420px;
    object-fit: cover;
}

.products-category-image {
    height: 420px;
}

.products-category-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.products-category-card {
    position: relative;
}

.products-category-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 30px;

    background: rgba(0, 0, 0, .67);
    overflow: hidden;

    transition: transform .55s cubic-bezier(.16, 1, .3, 1);
    will-change: transform;
}

/* gradient layer (hidden by default) */
.products-category-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #9a5c00b6 0%, #002454cf 100%);
    opacity: 0;
    transition: opacity .45s ease;
    z-index: 0;
}

/* keep your text above overlay */
.products-category-content>* {
    position: relative;
    z-index: 1;
}

/* hover effect */
.products-category-card:hover .products-category-content::before {
    opacity: 1;
}

/* optional: subtle lift on hover */
.products-category-card:hover .products-category-content {
    transform: translateY(0px);
}

.products-category-content span.product-brand {
    color: #C4C4C4;
    display: block;
    margin-bottom: 10px;
}

.products-category-content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.products-category-content .category-desc p {
    color: #C4C4C4;
}


i.arrow-icon {
    color: #fff;
}

i.arrow-icon:after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
}

a.category-cta span {
    color: #fff;
    font-size: 14px;
}

.category-cta {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all .4s cubic-bezier(.2, .8, .2, 1);
    margin-left: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

/* ICON CIRCLE (visible by default) */
.category-cta .cta-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #ffffff0f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s cubic-bezier(.2, .8, .2, 1);
}

/* Arrow */
.category-cta .arrow-icon {
    color: #fff;
}

.category-cta .arrow-icon:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
}

/* TEXT hidden initially */
.category-cta .cta-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0;
    transition:
        max-width .4s ease,
        opacity .3s ease,
        margin .3s ease;
}

.products-category-content:hover .cta-text {
    max-width: 260px;
    /* large enough for text */
    opacity: 1;
    margin-left: 12px;
    margin-right: 12px;
}

/* HOVER STATE */
.category-cta:hover .cta-text {
    max-width: 260px;
    /* large enough for text */
    opacity: 1;
    margin-left: 12px;
    margin-right: 12px;
}

.category-cta:hover .cta-icon {
    background: #D17E00;
}

.category-cta:hover .arrow-icon {
    color: #fff;
}


.categort-products-body .owl-carousel .owl-nav {
    position: absolute;
    right: 0px;
    width: auto;
    left: auto;
    bottom: -106px;
    gap: 20px;
    background: #011733;
    padding-left: 50px;
}

.categort-products-body .owl-carousel .owl-dots:before {
    content: "";
    width: 45%;
    height: 1px;
    background: #6E6E6E;
    position: absolute;
    z-index: -1;
    left: 0px;
}

.categort-products-body .owl-carousel .owl-dots:after {
    content: "";
    width: 45%;
    height: 1px;
    background: #6E6E6E;
    position: absolute;
    z-index: -1;
    right: 0px;
}

.categort-products-body .owl-nav .owl-prev::before,
.categort-products-body .owl-nav .owl-next::before {
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 19px;
    color: #fff;
}

.categort-products-body .owl-nav .owl-prev:hover::before,
.categort-products-body .owl-nav .owl-next:hover::before {
    color: #000;
}

.categort-products-body .owl-nav .owl-prev,
.categort-products-body .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 0px;
    font-size: 0px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.categort-products-body .owl-nav .owl-prev:hover,
.categort-products-body .owl-nav .owl-next:hover {
    background: #fff;
    color: #000;
}

.categort-products-body .owl-carousel .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    /* transform: translateY(-50%); */
    justify-content: center;
    pointer-events: none;
    width: 100%;
    margin: 0px;
}

.categort-products-body .owl-nav .owl-prev::before {
    content: "\f177";
}

.categort-products-body .owl-nav .owl-next::before {
    content: "\f178";
}

.categort-products-body .owl-carousel .owl-dots .active span {
    background: #fff;
    width: 10px;
}

.categort-products-body .owl-dots span {
    border: 1px solid #fff;
}



section.home-page-section-aboutus {
    background: #011733;
    padding-bottom: 150px;
}


.aboutus-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: transform 1.2s ease;
}


.aboutus-content p {
    font-size: 16px;
    line-height: 1.8;
    opacity: .9;
}


.read-button a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.read-button a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .2);
    background: #D17E00;
}


.aboutus-thumbnail {
    position: relative;
    overflow: hidden;
}

.aboutus-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.aboutus-vertical-label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    padding: 20px 8px;
    border-top-left-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-vertical-label h6 {
    margin: 0;
    font-size: clamp(40px, 6vw, 48px);
    font-weight: 900;
    letter-spacing: 6px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 2px #ffffff;
    text-transform: uppercase;
    font-family: sans-serif;
}
.aboutus-vertical-label h6{
  animation: strokeColor 2.8s ease-in-out infinite;
}

@keyframes strokeColor{
  0%,100%{ -webkit-text-stroke-color: #ffffff5b; }
  50%{ -webkit-text-stroke-color: #D17E00; }
}

@media (prefers-reduced-motion: reduce){
  .aboutus-vertical-label h6{ animation: none !important; }
}
.aboutus-vertical-label{
  overflow: hidden; /* for the shine */
}

.aboutus-vertical-label::after{
  content:"";
  position:absolute;
  inset:-30% -80%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(209,126,0,.35) 45%,
    rgba(255,255,255,.25) 50%,
    rgba(0,36,84,.25) 55%,
    transparent 100%);
  transform: translateX(-35%) rotate(20deg);
  animation: labelShine 4.5s ease-in-out infinite;
  pointer-events:none;
  opacity:.55;
}

@keyframes labelShine{
  0%,100%{ transform: translateX(-35%) rotate(20deg); opacity:.0; }
  20%{ opacity:.55; }
  50%{ transform: translateX(35%) rotate(20deg); opacity:.55; }
  80%{ opacity:.0; }
}
.aboutus-content.anim-right h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 50px;
}

.aboutus-content.anim-right p {
    color: #fff;
    margin-bottom: 50px;
}


.read-button a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
}

.home-page-section-aboutus .row {
    display: flex;
    align-items: stretch;
}

.home-page-section-aboutus .col-lg-6 {
    display: flex;
}

.aboutus-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

.aboutus-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.aboutus-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: clamp(10px, 2vw, 40px);
}

.read-button {
    margin-top: auto;
    text-align: right;
    position: relative;
}

.read-button:before {
    content: "";
    display: block;
    width: 65%;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 50%;
}


.aboutus-other-details {
    padding: 150px 0 0;
}

.aboutus-other-details .container {
    width: 90%;
}

.other-card {
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
     transition: transform .25s ease, box-shadow .25s ease;
}



.other-card.anim-up.is-visible:hover {
    transform: translateY(-10px);
}
.other-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.col-03-content b {
    font-weight: 400;
    color: #ffffffa6;
}

.other-card .big-num {
    font-style: normal;
    font-size: clamp(38px, 4vw, 44px);
    font-weight: 700;
    display: inline-block;
    color: #D17E00;
}

.other-card-top h3 {
    color: #fff;
    font-weight: 500;
    max-width: 200px;
    padding-left: 25px;
    font-size: 17px;
    margin: 0px;
}

.other-card-bottom {
    margin-top: 14px;
    opacity: .85;
    line-height: 1.7;
}

.other-card-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.other-card-bottom li {
    background: #232222;
    font-size: 11px;
    padding: 8px 15px;
    border-radius: 30px;
    color: #fff;
    margin: 0 5px 5px;
}

/* .other-card-bottom li:hover {
    background: #D17E00
} */

.col-01 {
    background: #363636;
}

.col-02 {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 14px;
    background: #D17E00;
    text-align: center;
    justify-content: center;
}

/* Col 03 background card */
.col-03 {
    background-size: cover;
    background-position: center;
    min-height: 220px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col-02-icon {
    display: inline-block;
}

.col-02-icon svg {
    width: 50px;
    height: 50px;
}

.since-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
    max-width: 280px;
    margin: 0 auto;
}

.col-03 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .65));
}

.col-03-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.col-03-content .big-num {
    font-style: normal;
    font-size: clamp(38px, 4vw, 44px);
    font-weight: 700;
    display: inline-block;
    color: #fff;
}

.clent-logo i img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: block;
    object-fit: cover;
    border-radius: 999px;
    border: 5px solid #fff;
}

.clent-logo {
    width: 100%;
}

/* reveal animation */
.anim-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
}

.anim-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}


.home-brand-logos-section {
    padding: 80px 0 0;
}

.home-brand-logos .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.home-brand-logos img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    opacity: .85;
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.home-brand-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform:scale(1.1);
}




.home-industry-section {
    background: linear-gradient(180deg, #FFF7EA 0%, #FFF 49.04%, var(--Miscellaneous-Text-Field---BG, #FFF) 100%);
    padding: 100px 0;
    border-radius: 110px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

.home-industry-section .rotating-bg {
    bottom: auto;
    top: -230px;
    left: -31px;
    opacity: 0.03;
}

.home-industry-section .rotating-bg-right {
    top: -267px;
    bottom: auto;
    right: -83px;
    width: 600px;
    height: 600px;
    opacity: 0.04;
}

.industry-head h2 {
    font-size: 38px;
    margin-bottom: 40px;
}

.industry-head h2 strong {
    color: #d17e00
}

.industry-head h3 {
    color: #939393;
    font-weight: 400;
    font-size: 24px;
    margin: 0px;
}

.industry-head p {
    color: #736767;
    /* margin-top: auto; */
    margin-bottom: 0px;
}

.industry-head {
    margin-bottom: 80px;
}

.industry-head .row {
    display: flex;
    align-items: self-end;
}

/* ===== INDUSTRY ACCORDION (reference style) ===== */
.industry-accordion {
    display: grid;
    gap: 18px;
}

/* item wrapper */
.acc-item {
    border-radius: 999px;
    background: #f1ebdf;
    /* beige */
    overflow: hidden;
    transition: background .25s ease;
}

/* expanded item becomes large white panel */
.acc-item.is-open {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 28px;
}

.acc-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 10px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

/* left area */
.acc-left {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.acc-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    opacity: 1;
    filter: grayscale(100%);
}

.acc-item.is-open .acc-icon {
    filter: grayscale(0%);
    width: 80px;
    height: 70px;
    max-height: 70px;
    object-fit: contain;
    opacity: 1;
    background: linear-gradient(180deg, #FFF4E4 0%, #FFF 100%);
    padding: 15px 7px;
    border-radius: 999px;
    /* position: absolute; */
    /* min-height: 100px; */
}

/* fallback icon block */
.acc-icon-fallback {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(0, 0, 0, .08);
}

.acc-title {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    color: #7E7E7E;
    padding-left: 20px;
}

.is-open span.acc-title {
    color: #000000;
}

.acc-right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

/* number badge circle */
.acc-badge {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(0, 0, 0, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #6a6a6a;
}

/* arrow circle (only visually “pops” in open state) */
.acc-arrow {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.acc-arrow::after {
    content: "\f178";
    transform: rotate(-139deg);
    display: block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 19px;
}

.acc-item.is-open .acc-arrow {
    background: #d17e00;
    border-color: #F2F2F2;
    transform: rotate(90deg);
    border-width: 7px;
}

.acc-item.is-open .acc-arrow::after {
    border-color: #fff;
}

/* panel (smooth height) */
.acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.2, .8, .2, 1);
}

.acc-panel-inner {
    padding: 0 22px 25px 162px;
    color: #6a6a6a;
    line-height: 1.75;
    max-width: 600px;
}

/* expanded panel spacing (makes it like your top big card) */
.acc-item.is-open .acc-trigger {
    padding-top: 22px;
    padding-bottom: 10px;
}


/* Default: show number, hide arrow */
.acc-arrow {
    display: none;
}

.acc-badge {
    display: inline-flex;
    font-weight: 200;
}

/* Active: show arrow, hide number (only for open item) */
.acc-item.is-open .acc-arrow {
    display: inline-flex;
    margin-right: 25px;
}

.acc-item.is-open .acc-badge {
    display: none;
}



section.home-why-choose {
    padding: 100px 0;
}

.head-whychoose {
    text-align: center;
}

.head-whychoose h2 {
    font-size: 38px;
    color: #fff;
}

.head-whychoose p {
    color: #fff;
    font-weight: 400;
}

.head-whychoose {
    margin-bottom: 80px;
}


.why-card {
    background: #E6F0F90F;
    border-radius: 18px;
    padding: 22px;
    height: 200px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .10);
    /* background: #D17E00; */
}

.why-icon {
    display: block;
}

.why-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-card h3 {
    margin: 40px 0 0;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    color: #fff;
}




.owl-featured-products .owl-nav .owl-prev::before {
    content: "\f177";
}

.owl-featured-products .owl-nav .owl-prev::before,
.owl-featured-products .owl-nav .owl-next::before {
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 19px;
    color: #fff;
}

.owl-featured-products .owl-nav .owl-prev:hover::before,
.owl-featured-products .owl-nav .owl-next:hover::before {
    color: #000;
}

.owl-featured-products .owl-nav .owl-next::before {
    content: "\f178";
}

.owl-featured-products.owl-carousel .owl-nav {
    right: 0px;
    left: auto;
    transform: translate(0px);
    width: auto;
    bottom: auto;
    top: -100px;
}

.owl-featured-products .owl-nav .owl-prev,
.owl-featured-products .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0px;
    font-size: 0px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: none;
}

.owl-featured-products .owl-nav .owl-prev:hover,
.owl-featured-products .owl-nav .owl-next:hover {
    background: #fff;
    color: #000;
}

section.home-featured-products-section h2 {
    color: #fff;
    font-size: 38px;
    text-align: left;
}

section.home-featured-products-section span {
    color: #fff;
    margin: 0 0 10px;
    display: block;
    text-align: left;
}

.owl-featured-products {
    margin-top: 60px;
}


/* Card wrapper */
.featured-card {
    position: relative;
}

.featured-image {
    position: relative;
    height: 340px;
    /* default bigger height */
    border-radius: 24px;
    overflow: hidden;
    transition: height .4s cubic-bezier(.2, .8, .2, 1);
}

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

.featured-card:hover .featured-image {
    height: 280px;
    /* reduced height */
}

/* dark overlay (hidden default) */
.featured-image .img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
    bottom: 0px;
    margin: 0px;
}

/* Quote button - default hidden */
.quote-btn {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 12px);
    opacity: 0;
    visibility: hidden;
    background: #d17e00;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    line-height: 1;
    min-width: 220px;
    text-align: center;
    transition: opacity .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1), visibility .35s ease;
    z-index: 2;
    font-size: 14px;
}

/* Hover behavior */
.featured-card:hover .featured-image img {
    transform: scale(1.06);
}

.featured-card:hover .featured-image .img-overlay {
    opacity: 1;
}

.featured-card .quote-btn:hover {
        color: #fff;
    background: #011733;
}
.featured-card:hover .quote-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

/* Bottom content */
.product-model-content {
    position: relative;
    margin-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

/* Category pill like screenshot */
.cat-pill {}

/* Title + arrow row */
.product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

/* Arrow icon on right */
.product-arrow {
    border-radius: 999px;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 28px;
    transition: transform .25s ease, border-color .25s ease;
    transform: rotate(-45deg);
    margin: 5px 10px 5px 0px !important;
}

.product-arrow::after {
    content: "\f178";
    font-family: FontAwesome;
    height: 10px;
    transform: rotate(45deg);
}

.featured-card:hover .product-arrow {
    transform: translateX(3px);
    border-color: rgba(255, 255, 255, .35);
}

.cat-pill {
    text-align: left !important;
    border: 1px solid #fff;
    display: inline-block !important;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 30px;
    margin: 0px !important;
}

/* Whole card clickable (but quote button still clickable) */

.quote-btn {
    z-index: 3;
}

/* keep above link */

/* Reserve space: card keeps same overall height */
.featured-card {
    padding-bottom: 60px;
    /* reserve space equal to height reduction (340-280=60) */
}

/* 1) Improve overall smoothness */
.featured-card,
.featured-image,
.featured-image img,
.product-model-content,
.quote-btn,
.product-arrow {
    will-change: transform, height, opacity;
}

/* 2) Reduce layout jerk: keep bottom content smoothly moving */
.product-model-content {
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), opacity .45s ease;
    transform: translateY(0);
}

/* When image height reduces, move content slightly to “follow” smoothly */
.featured-card:hover .product-model-content {
    transform: translateY(-6px);
}

/* 3) Make height animation softer and less “snap” */
.featured-image {
    transition: height .55s cubic-bezier(.16, 1, .3, 1);
}

/* 4) Smooth image zoom (you already scale, just improve easing) */
.featured-image img {
    transition: transform .75s cubic-bezier(.16, 1, .3, 1);
}

/* 5) Avoid sudden quote button pop */
.quote-btn {
    transition: opacity .4s ease, transform .55s cubic-bezier(.16, 1, .3, 1), visibility .4s ease;
}

/* 6) Prevent arrow jump (your arrow uses transform twice) */
.product-arrow {
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

/* Keep your hover arrow movement but smoother */
.featured-card:hover .product-arrow {
    transform: translateX(6px) rotate(0deg);
}

/* 7) Optional: smooth overlay */
.featured-image .img-overlay {
    transition: opacity .45s ease;
}

/* When hovered, remove that reserved space smoothly */
.featured-card {
    transition: padding-bottom .55s cubic-bezier(.16, 1, .3, 1);
}

.featured-card:hover {
    padding-bottom: 0;
}

section.home-featured-products-section {
    padding: 0 0 150px;
}



section.home-locations-section {
    padding: 0 30px 50px;
}

.head-location {
    padding: 0;
    margin: 0 0 20px;
}

.location-covered-bg .head-location .container {
    width: 80%;
    padding: 0;
}

.head-location h2 {
    color: #fff;
    font-size: 38px;
    margin: 0px 0 10px;
}

.head-location span {
    color: #FFFFFFB2;
}

.head-location p {
    color: #FFFFFFB2;
    max-width: 500px;
    margin-left: auto;
}



.location-covered-bg .container {
    width: 100%;
    padding: 0 30px;
}

.home-locations-section .locations-tabs {
    padding: 0px;
    display: flex;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.69) 100%);
    padding: 40px;
    border-radius: 30px;
}

.home-locations-section .locations-tabs ul.locations-tab-head {
    display: block;
    /* flex: 0; */
    width: 28%;
    /* white-space: nowrap; */
    /* flex-wrap: wrap; */
}

.home-locations-section .locations-tabs ul.locations-tab-head li {
    width: 100%;
    display: block;
    line-height: normal;
    vertical-align: middle;
    color: #595757;
    margin: 0 0 10px;
    border: 0px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 10px;
    padding: 20px 20px;
}

.home-locations-section .locations-tabs ul.locations-tab-head li.active {
    background: linear-gradient(90deg, #D17E00 0%, rgba(255, 255, 255, 0.00) 100%);
}

.home-locations-section .locations-tab-body {
    width: 70%;
    margin-left: auto;
    background: #fff;
    padding: 50px 0px 50px 50px;
    border-radius: 30px;
}

.home-locations-section .loc-address {
    position: static;
    top: 50%;
    transform: translateY(0%);
    right: 50px;
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1;
    width: 55%;
}

.home-locations-section .loc-map {
    width: 45%;
    margin-left: auto;
}

.home-locations-section .locations-tab-content.active {
    display: flex;
    align-items: center;
}

.home-locations-section .loc-address p,
.home-locations-section .loc-address li,
.home-locations-section .loc-address a {
    color: #000;
    font-size: 14px;
}


.blog-card {
    /* border-radius: 22px; */
    overflow: hidden;
    /* box-shadow: 0 14px 40px rgba(0, 0, 0, .06); */
    position: relative;
    /* height: 100%; */
}

.blog-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
    border-radius: 20px;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.04);
}

.blog-body {
    padding: 18px 0px 22px;
    position: relative;
}

.blog-date {
    display: inline-block;
    font-size: 13px;
    opacity: 1;
    margin-bottom: 10px;
    color: #D17E00;
}

.blog-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFFB2;
}

.blog-excerpt {
    color: #FFFFFFB2;
    font-size: 15px;
    margin: 0 0 20px;
}

.blog-title a {
    color: inherit;
    text-decoration: none;
}

a.blog-link {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    position: relative;
}

a.blog-link::after {
    content: "\f178";
    font-family: FontAwesome;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    right: -25px;
}

a.blog-link:hover {
    color: #D17E00
}

a.blog-link:hover::after {
    transform: rotate(0deg);
}

section.home-blogs-section {
    padding: 70px 0 80px;
}

.head-blogs {
    border-bottom: 1px solid #ffffff96;
    margin-bottom: 50px;
}

.head-blogs span {
    color: #fff;
    margin: 0 0 10px;
    display: block;
}

.head-blogs h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}


.owl-news-blogs.owl-carousel .owl-nav {
    bottom: auto;
}

.owl-news-blogs.owl-carousel .owl-nav {
    bottom: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
}

.owl-news-blogs.owl-carousel .owl-nav .owl-prev {
    left: -70px;
}

.owl-news-blogs.owl-carousel .owl-nav .owl-next {
    right: -70px;
}

.owl-news-blogs.owl-carousel .owl-dots {
    position: absolute;
    right: 0px;
    top: -110px;
}

.owl-news-blogs .owl-dots span {
    width: 25px;
    height: 4px;
    background: #fff;
    display: block;
    border-radius: 0px;
}

.owl-carousel .owl-dots .active span {
    background: #D17E00;
    width: 25px;
}

.owl-news-blogs .owl-nav .owl-prev,
.owl-news-blogs .owl-nav .owl-next {
    border: 1px solid #fff;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
}

.owl-nav .owl-next::before {
    content: "\f178";
}

.owl-nav .owl-prev::before {
    content: "\f177";
}

.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
}


section.home-industrial-section {
    background: #eeeee9;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.in-div-cover {
    position: relative;
}

.indus-titile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 59px;
}
.indus-image img {
    min-height: 835px;
    object-fit: scale-down;
}
.indus-titile h2 {
    font-size: 98px;
    text-align: center;
    line-height: 90px;
    font-weight: 800;
    text-transform: uppercase;

    background: linear-gradient(110deg,
            #D17E00 0%,
            rgba(255, 255, 255, .85) 18%,
            #D17E00 36%,
            rgba(29, 18, 0, 0.12) 70%,
            #D17E00 100%);
    background-size: 300% 100%;
    background-position: 0% 50%;

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

    animation: gradientShine 6s ease-in-out infinite;
}

@keyframes gradientShine {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.industrial-content {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    TEXT-ALIGN: CENTER;
}

.industrial-content h3 {
    text-transform: uppercase;
    font-size: 28px;
}

.industrial-content strong {
    color: #D17E00;
    display: block;
}

section.home-industrial-section:after {
    content: "";
    background: linear-gradient(180deg, #eeeee900 0%, #D17E00 100%);
    width: 100%;
    height: 40%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    display: block;
    z-index: 0;
}

.home-newsletter-section {
    position: relative;
    z-index: 1;
    padding: 150px 0 0px;
}

.left-newsletter h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.right-newsletter strong {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 50px;
}

a.btn-arrow {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
}

a.btn-arrow:hover {
    background: #011733;
    border: 1px solid #011733
}

a.btn-arrow:after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 7px;
    display: inline-block;
    margin-top: 3px;
}

.right-newsletter {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* flex-direction: column; */
    flex-grow: flex-w;
}

.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-form input[type="email"] {
    background: transparent;
    border: 0px !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    background-clip: text;
    font-weight: 500 !important;
    padding: 15px 0px !important;
}

.left-newsletter small {
    color: #ffffffa6;
    font-size: 13px;
    font-weight: 500;
}

.newsletter-form .forminator-row.forminator-row-last {
    position: absolute;
    bottom: 8px;
    right: 0px;
    margin: 0px !important;
}

.newsletter-form .newsletter-submit {
    font-size: 0px !important;
    width: 40px !important;
    padding: 0px !important;
    height: 40px !important;
    max-width: 40px !important;
    min-width: auto !important;
    background: #000 !important;
}

.newsletter-form .newsletter-submit:after {
    content: "\f178";
    color: #fff !important;
    display: block;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    font-size: 20px;
    font-family: 'FontAwesome';
}

.newsletter-form .forminator-error-message {
    position: absolute;
    background: transparent !important;
    color: red !important;
}


.rotating-bg-right {
    position: absolute;
    right: -36px;
    bottom: -203px;
    transform: translateY(0%);
    width: 700px;
    height: 700px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.05;
}

.rotating-bg {
    position: absolute;
    bottom: -105px;
    left: -90px;
    width: 500px;
    height: 500px;
    transform: translate(0%, 0%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
}

.bg-shape {
    width: 100%;
    height: 100%;
    animation: slowRotate 20s linear infinite,
        floatMove 12s ease-in-out infinite alternate;
}

/* Smooth continuous rotation */
@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Subtle floating movement */
@keyframes floatMove {
    0% {
        transform: rotate(0deg) translateY(-10px);
    }

    100% {
        transform: rotate(360deg) translateY(10px);
    }
}

.bg-shape {
    animation: premiumRotate 40s cubic-bezier(.45, .05, .55, .95) infinite;
}

@keyframes premiumRotate {
    100% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(180deg);
    }

    0% {
        transform: rotate(0deg);
    }
}

/* Slight hover polish for cards (keeps current look) */
.products-category-card {
    transition: transform .25s ease;
}

.products-category-card:hover {
    transform: translateY(-4px);
}



/* ✅ DO NOT use display:none; Owl needs measurable width */
.category-panel {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.category-panel.is-active {
    height: auto;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* While loading: hide the carousel visually but keep it in DOM */
.category-panel.is-loading .products-category-slider {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.category-panel .products-category-slider {
    opacity: 1;
    transition: opacity .2s ease;
}
.products-skeleton { margin-top: 10px; }

.skeleton-grid{
  display:grid;
  gap:30px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media(max-width:1024px){ .skeleton-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:767px){ .skeleton-grid{ grid-template-columns:repeat(1,minmax(0,1fr)); } }

.skeleton-card{
  height:420px;
  border-radius:20px;
  background:linear-gradient(0deg, #9a5c00b6 0%, #002454cf 100%);
  position:relative;
  overflow:hidden;
}

/* shimmer */
.skeleton-card::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.10) 50%,
    rgba(255,255,255,0) 100%);
  transform: translateX(-100%);
  animation: sk 1.1s infinite;
}
@keyframes sk{ 100%{ transform: translateX(100%);} }

.category-panel.is-loading .products-skeleton{ display:block !important; } 


/* Home Page Css END */












section.hero-section.contact-page .hero-image {
    min-height: 100vh;
    height: 100%;
}
section.hero-section.contact-page {
    overflow: hidden;
}
.hero-image {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    top: 0px;
    z-index: 0;
}
.hero-image:after {
    background: rgba(0, 36, 84, 0.80);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 09;
}
section.hero-section {
    padding-top: 250px;
    min-height: 100vh;
    position: relative;
}
section.hero-section.hero-default-page:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 0%, #002454 100%), url(<path-to-image>) #d3d3d300 0px -338.116px / 100% 263.138% no-repeat;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.contact-header-content h1 {
    color: #D17E00;
}
.contact-header-content p{
  color: #fff;
}
.contact-getintouch ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0 -15px;
}

.contact-getintouch ul li {
    padding: 0 15px;
}
.contact-getintouch h3 {
    color: #D17E00;
    margin: 0 0 10px;
    font-size: 20px;
}
.contact-getintouch p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}
.contact-getintouch p {
    margin: 0 0 5px;
    color: #fff;
    font-size: 15px;
}
.contact-getintouch ul li:last-child {
    margin-top: 50px;
}
.contact-getintouch strong {
    color: #D17E00;
}
.contact-getintouch a {
    color: #fff;
}

.contact-road-assitance {
    padding-left: 100px;
    text-align: center;
}
.contact-road-assitance .row {
    display: flex;
    flex-wrap: wrap;
}
.contact-road-assitance i {
    height: 40px;
    display: inline-block;
}
.contact-road-assitance h5 {
    font-size: 16px;
    color: #D17E00;
    text-align: center;
    margin: 15px 0;
}
.contact-road-assitance i img {
    height: 100%;
}
.contact-road-assitance a {
    color: #fff;
}
.contact-road-assitance .col-lg-4 {
    margin-top: 60px;
}


.contact-tabs .tabs-header {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    background: #002454;
    padding: 10px 0;
}

.contact-tabs .tab-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 10px 20px;
    color: #fff;
}

.contact-tabs .tab-btn:first-child {
    padding-left: 0px;
}

.contact-tabs .tab-btn.active {
    font-weight: 700;
    color: #D17E00;
}

.contact-tabs .tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
}

.contact-tabs .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.location_map {
    min-height: 70vh;
}
.location_map.map-placeholder {
    background: #00000030;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_map iframe {
    width: 100%;
    height: 70vh;
    filter: saturate(0.5);
}

.tabs-body {
    position: relative;
}

.contact_address_details {
    background: #002454e8;
    display: inline-block;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.contact_address_details h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0 10px;
}
.contact_address_details p, .contact_address_details a, .contact_address_details li {
    color: #fff;
    /* font-size: 15px; */
}

.contact_address_details p {
    margin-bottom: 10px;
}
.contact_address_details strong {
    color: #D17E00;
}
.contact_address_details ul {
    margin: 0 0 10px;
}
.contact_address_details li {
    font-size: 14px;
    border-bottom: 1px dotted #ffffff2e;
    padding: 2px 0;
    display: block;
}


section.contact-form-section {
    padding: 100px 0;
}
section.contact-form-section .row {
    display: flex;
    align-items: center;
}
.fom-content h2 {
    color: #D17E00;
    font-size: 34px;
}

.fom-content {
    padding-right: 100px;
}
.form-contact {
    padding-left: 50px;
}
.forminator-row {
    margin-bottom: 15px !important;
}
.forminator-col.forminator-col-md-6 {
    margin-bottom: 0px !important;
}
.forminator-row .forminator-row {
    margin-bottom: 0px !important;
}
.forminator-error-message {
    color: red;
    font-size: 12px;
}
button.forminator-button.forminator-button-submit {
    background: #D17E00;
    border: 0px;
    width: 100%;
    border-radius: 30px;
    height: 50px;
    color: 002454;
    font-weight: 600;
    box-shadow: 0px 4px 10px 0px #00000045;
}
.forminator-field-textarea {
    margin-bottom: 20px;
}

section.hero-section.hero-page-mediacenter {
    background: #002454;
    min-height: auto;
    padding-bottom: 50px;
}

.hero-page-mediacenter h1 {
    color: #D17E00;
}

.hero-page-mediacenter p {
    color: #fff;
}

section.page-section {
    padding: 70px 0;
}

.category-buttons {
    display: flex;
    gap: 30px;
}

.category-buttons a {
    border: 1px solid #002454;
    padding: 10px 40px;
    border-radius: 30px;
    display: inline-block;
    font-weight:600;
}

.category-buttons a:hover {
    background: #002454;
    color: #fff;
}



.category-buttons a.active {
    background: #002454;
    color: #fff;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    flex-wrap: wrap;
    width: 500px;
    position: relative;
    float: right;
}
.search-bar:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 14px;
    width: 30px;
    height: 30px;
    background: url(../images/search-icon.svg) no-repeat;
}
.search-bar input {
    flex: 1;
    min-width: 100%;
    padding: 12px 34px;
    font-size: 1rem;
    border: 1px solid #002454;
    border-radius: 30px;
    transition: border-color .3s;
    background: 0 0;
    color: #002454;
    font-size: 16px;
    height: 46px;
}
.btn-search {
    padding: 0 25px;
    background-color: #D17E00;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color .3s;
    font-size: 15px;
    position: absolute;
    right: 5px;
    height: 36px;
    text-transform: none;
    text-decoration: none!important;
}
.news-filteration {
    margin-bottom: 70px;
}


.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image {
    border-radius: 20px;
    overflow: hidden;
    max-height: 450px;
    height: 450px;
}

article.news-featured {
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

article.news-featured:before {
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 105.37%);
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-featured .news-content {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50%;
    padding-right: 50px;
    z-index: 11;
}

.news-content h3 a {
    color: #D17E00;
    font-size: 32px;
}

a.read-btn {
    background: #002454;
    padding: 13px 42px;
    border-radius: 30px;
    color: #D17E00;
    font-weight: 600;
    display: inline-block;
}
a.read-btn:hover{
    background: #D17E00;
    color: #fff; 
}
.hero-default-page a.read-btn {
    background: #fff;
    color: #002454;
}
article.news-card .news-content h3 a {
    font-size: 22px;
}
span.news-date {
    display: block;
    margin: 0 0 15px;
}
article.news-card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.news-card .news-image {
    width: 35%;
    height: auto;
    max-height: 250px;
}
.news-card .news-content {
    width: 65%;
    padding-left: 40px;
}
.tags {
    padding: 30px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}
.tags a {
    padding: 4px 13px;
    border: 1px solid #002454;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
}
.tags a.active{
    background:#D17E00; color:#fff;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tags li {
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 5px;
}
.tags h3 {
    color: #D17E00;
    font-size: 22px;
}
.active-filters {
    list-style: none;
    padding: 0;
    margin: 0px 0 20px;
}
.active-filters li { display: inline-block; }
.active-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border: 1px solid #00245454;
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
}
.active-tag .close {
    font-style: normal;
    font-size: 18px;
    line-height: 10px;
    color: #D17E00;
    opacity: 1;
    height: auto;
    display: inline-block;
    margin: 3px 0px 0px;
}

section.single-page-section {
    padding: 70px 0;
}


.news-post-full {
    padding-right: 100px;
}

.news-post-full .news-image {
    margin-bottom: 20px;
}


.recent-blogs {
    border-radius: 16px;
    padding: 30px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.rb-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2px;
}

.rb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.rb-card {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 0px;
    border-radius: 0px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    margin-bottom: 10px;
    padding-bottom: 16px;
}

.rb-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .10);
    border-color: rgba(0, 0, 0, .12);
}

.rb-thumb {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, .06);
    flex-shrink: 0;
}

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

.rb-thumb-fallback {
    width: 100%;
    height: 100%;
    display: block;
    background: radial-gradient(circle at 30% 30%, rgba(0, 0, 0, .10), rgba(0, 0, 0, .04));
}

.rb-content {
    min-width: 0;
    /* allow ellipsis */
}

.rb-meta {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, .55);
    margin-bottom: 6px;
}

.rb-heading {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rb-excerpt {
    margin: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, .70);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rb-arrow {
    font-size: 18px;
    color: rgba(0, 0, 0, .55);
    transition: transform .18s ease, color .18s ease;
}

.rb-card:hover .rb-arrow {
    transform: translateX(4px);
    color: rgba(0, 0, 0, .85);
}

.rb-empty {
    margin: 0;
    color: rgba(0, 0, 0, .60);
    font-size: 14px;
}



.video-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.video-tabs button.video-tab.active {
    background: #002454;
    color: #fff;
}
   .video-tabs button.video-tab {
    border: 1px solid #002454;
    padding: 10px 40px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
}
    .video-thumb {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}
.media-content {
    padding: 46px 20px 15px;
    color: #333;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    background: linear-gradient(0deg,#002454 2.25%,rgba(0,36,84,0) 99.86%);
}
.video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}
button.play-btn {
    background: #d9d9d9;
    color: #000;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    outline: 0!important;
    text-decoration: none!important;
}
.modal-dialog-centered {
    height: calc(100% - 70px);
    align-items: center;
    display: flex;
    width: 800px;
    justify-content: center;
}
.modal-content {
    width: 100%;
}
.modal button.close {
    position: absolute;
    right: -24px;
    top: -29px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
}
.modal button.close span {
    color: #fff;
    opacity: 1;
    font-size: 34px;
    font-weight: 500;
    text-shadow: none;
}


.download-tab-buttons{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.download-tab-buttons button.download-tab.active {
    background: #002454;
    color: #fff;
}
   .download-tab-buttons button.download-tab {
    border: 1px solid #002454;
    padding: 10px 40px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
}
.card-brochure {
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.card-brochure img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
i.fa-solid.fa-cloud-arrow-down:after {
    content: "\f019";
    font-family: FontAwesome !important;
    font-style: normal;
}
.brochure-content h4 {
    color: #D17E00;
    font-size: 18px;
    padding-right: 0px;
    margin: 10px 0;
}
.brochure-content {
    padding: 10px 15px;
}
#downloadGrid .col-lg-3 {
    width: 20%;
}
div#downloadGrid {
    display: flex;
    flex-wrap: wrap;
}
.action {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    padding: 5px 0;
}
.action a {
    color: #002454;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 4px;
    font-size: 16px;
    /* width: 50%; */
    text-align: center;
    justify-content: center;
    font-weight: 500;
}
.action a.view-btn {
    border-left: 1px solid #000;
}
.owl-nav.disabled {
    display: none;
}
.large-image .item, .thumbs-image .item{
    border-radius: 20px;
    overflow: hidden;
}
.thumbs-image {
    margin-top: 20px;
}
.events {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.events .row {
    display: flex;
    align-items: center;
}
.News-lists .events:last-child {
    border: 0px;
    margin: 0px;
}
.events h3 {
    color: #D17E00;
}



.hero-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 0%, #002454 100%), url(<path-to-image>) #d3d3d300 0px -338.116px / 100% 263.138% no-repeat;
    padding-top: 100px;
    z-index: 1;
}
.hero-banner-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 0%, #002454 100%), url(<path-to-image>) #d3d3d300 0px -338.116px / 100% 263.138% no-repeat;
    padding-top: 100px;
    /* height: 100%; */
}

.hero-banner-content h1 {
    color: #D17E00;
    margin-bottom: 15px;
}
.hero-banner-content h2 {
    color: #fff;
    font-size: 20px;
}

section.section-content-area {
    padding: 100px 0 0;
    overflow: hidden;
}

.hero-banner-content p {
    color: #fff;
}

.wp-block-columns.section-one-partners {
    display: flex;
    align-items: center !important;
    padding: 100px 0;
}

.section-one-partners-right h4 {
    color: #D17E00;
    font-size: 17px;
    margin: 0px;
}

.section-one-partners-right {
    text-align: center;
}

.section-one-partners-right .wp-block-column .wp-block-column {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 35px;
}

.section-one-partners-right figure.wp-block-image {
    width: 70px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px;
}

.section-one-partners-right>.wp-block-column:last-child {
    margin-top: 50px;
}

.section-two-partners.is-layout-flow {
    position: relative;
    padding: 100px 0;
    z-index: 0;
    text-align: center;
}

.section-two-partners.is-layout-flow:before {
    content: "";
    background: #002454;
    width: 150%;
    position: absolute;
    top: 0px;
    left: -25%;
    height: 100%;
    z-index: -1;
}

.section-two-partners p {
    color: #fff;
    padding: 0 150px;
}

.brand-logo-profile {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 60px;
}

.brand-logo-profile figure.wp-block-image.size-large {
    width: 17% !important;
    flex-direction: inherit !important;
    margin: 0px !important;
    padding: 30px 40px;
    flex-grow: inherit !important;
}

h2.wp-block-heading {
    color: #D17E00;
    font-size: 32px;
}

.section-three-partners {
    text-align: center;
}

.wp-block-columns.section-three-partners {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center !important;
    position: relative;
}

.section-three-partners:before {
    content: "";
    background: url(../images/partnepgaebg.webp);
    width: 150%;
    position: absolute;
    left: -25%;
    height: 100%;
    top: 0px;
    z-index: -1;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}
.section-three-partners p {
    padding: 0 150px;
    color: #fff;
}
.section-three-partners:after {
    content: "";
    display: block;
    background: #00000057;
    position: absolute;
    top: 0px;
    width: 150%;
    height: 100%;
    left: -25%;
    z-index: -1;
}


.owl-carousel figure.wp-block-image.size-full {
    width: auto !important;
    padding: 0 25px;
}
ul.wp-block-list li {
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
}
ul.wp-block-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.wp-block-columns.brand-profile-section3 {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center !important;
    position: relative;
    padding: 50px 0;
}
.brand-profile-section3:before {
    content: "";
    background: url(../images/brand-profile-bg.webp);
    width: 150%;
    position: absolute;
    left: -25%;
    height: 100%;
    top: 0px;
    z-index: -1;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.brand-profile-section3:after {
    content: "";
    display: block;
    background: #00000057;
    position: absolute;
    top: 0px;
    width: 150%;
    height: 100%;
    left: -25%;
    z-index: -1;
}

.brand-profile-section3 ul.wp-block-list li:before {
    content: none;
}
.brand-profile-section3 ul.wp-block-list li {
    color: #D17E00;
    /* border: 1px solid #D17E00; */
    padding: 0 10px;
    border-radius: 20px;
}
.brand-profile-section3 ul.wp-block-list {
    display: flex;
    color: #D17E00;
}
.brand-profile-section3 p {
    color: #fff;
}
.brand-profile-section3 h3.wp-block-heading {
    color: #fff;
}

.brand-profile {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.brand-profile-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 100px;
    background: var(--Image-Overlay, linear-gradient(180deg, rgba(30, 40, 73, 0.00) 0%, #1E2849 70%));
}

.brand-profile-cards {
    padding: 50px 0;
    width: 120%;
}

.brand-profile-bg img {
    max-height: 80vh;
    width: 100%;
    object-fit: cover;
}

.brand-profile-content h3 {
    color: #D17E00;
}

.brand-profile-content p,
.brand-profile-content li {
    color: #fff;
}

.brand-profile-content ul {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.brand-profile-content li {
    position: relative;
    padding-left: 20px;
}

.brand-profile-content i {
    display: inline-block;
    width: 170px;
    margin-bottom: 30px;
}

.brand-profile-content li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.brand-profile-content .read-btn {
    color: #002454;
    background: #fff;
}

.profile-section-two-right ul.wp-block-list li {
    width: 49%;
    display: inline-block;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    background: #002454;
    display: block;
    border-radius: 30px;
}
.brand-profile-cards.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20%;
    margin-top: 30px;
    gap: 10px;
}
.brand-profile-cards.owl-carousel .owl-dots .active span {
    background: #D17E00;
    width: 40px;
}
.ca-video iframe {
    min-height: 80vh;
    transform: scale(1.2);
}

section.products-archive {
    padding: 100px 0;
}

.products-description {
    margin-bottom: 100px;
}
div#productsWrap .col-lg-3 {
    margin: 0 0 60px;
}
article.product-card {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.product-actions {
    position: static;
    bottom: 0px;
    width: 100%;
    vertical-align: bottom;
    margin-top: auto;
    /* display: flex; */
}
.product-card .product-actions {
    border-top: 1px solid #dddddd59;
    padding: 0px 0;
    margin-top: 15px;
}
.product-actions span.acc-arrow {
    background:#002454;
    display: flex;
    transform: rotate(90deg);
    border-width: 3px;
    border-color: #f2f2f2;
    text-align: center;
    width: 38px;
    height: 38px;
    padding: 0px;
    font-size: 10px;
    position: static;
    right: 0px;
    bottom: 0px;
    margin-left: 15px;
}
.product-actions span.acc-arrow:hover{
  transform: rotate(140deg);  
  background:  #d17e00;
}
.product-actions a:hover span.acc-arrow{
  transform: rotate(140deg);  
    background:  #d17e00;
}
.product-actions span.acc-arrow:after {
    font-size: 15px;
}
.product-card .product-actions a.item-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#productsWrap .col-lg-4 {
    margin-bottom: 70px;
}

.item-product-image {
    padding: 0 20px;
    text-align: center;
}

.item-product-description {
    padding: 15px 20px 5px;
    flex: 1;
}
.item-product-description h3 {
    text-align: center;
    margin-bottom: 10px;
}

.item-product-image img {
    margin-top: -30px;
    height: 200px;
    object-fit: contain;
}

.product-actions a.item-view-btn {
    padding: 10px 20px;
    color: #D17E00;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.product-actions a.item-view-btn:hover {
color:#002454
}
a.item-quote-btn {
    border-bottom-left-radius: 20px;
    background: #002454;
    color: #fff;
    display: block;
    padding: 12px 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
     transition: all 0.4s ease;
}
a.item-quote-btn:hover{
    background:#D17E00;
}
.product-main-details li {
    color: #D17E00;
    padding: 0px 0px;
    display: block;
    margin: 0 2px 5px;
    font-size: 14px;
}

.product-main-details strong {
    font-weight: 600;
    color: #002454;
}

div#productsWrap .row {
    display: flex;
    flex-wrap: wrap;
}

div#filtersWrap h4 {
    font-size: 18px;
    color: #D17E00;
    margin: 0 0 15px;
}

.filter-block {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.filter-block:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div#filtersWrap {
    padding-right: 50px;
}


.product-filters input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    background: #D9D9D9;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    margin-top: 0px;
}


.product-filters input[type="checkbox"]:checked {
    background-color: #D17E00;
    border-color: #D17E00;
}



.product-filters input[type="checkbox"]:hover {
    border-color: #6b7280;
}

.filter-block label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}


 .cat-children{ display:none; margin-left:18px; }
  .cat-item.is-open .cat-children{ display:block; }
.cat-item {
    position: relative;
}
.cat-toggle {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    user-select: none;
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 14px;
}
.cat-item {
    position: relative;
    padding: 5px 0 0px;
    border-bottom: 1px solid #cccccc47;
    margin: 5px 0 0px;
}
.filter-block .cat-item:last-child {
    border: 0px;
}
.cat-children {
    margin-left: 0px;
    padding: 15px 0 5px;
    background: #eeeeee2e;
}

span.cat-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
}

/* Minimal skeleton loading */
.skel {
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: 8px;
}

.skel::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
    animation: skel-shimmer 1.1s infinite;
}

@keyframes skel-shimmer {
    100% {
        transform: translateX(100%);
    }
}

#filtersWrap.is-loading {
    opacity: .65;
    pointer-events: none;
}

#productsWrap.is-loading {
    opacity: .65;
}

.skel-card {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #eee;
}

.skel-img {
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 10px;
}

.skel-line {
    height: 12px;
    margin: 8px 0;
}

.skel-line.w60 {
    width: 60%;
}

.skel-line.w80 {
    width: 80%;
}

.skel-line.w40 {
    width: 40%;
}

.skel-filter-line {
    height: 14px;
    margin: 10px 0;
    border-radius: 6px;
}




/* modal */
/* Base modal hidden */
.ase-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99999;
    font-family: inherit;
    background: #000000bd;
}

/* When active */
.ase-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Dark overlay */
.ase-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* Modal dialog */
.ase-modal__dialog {
    position: relative;
    max-width: 620px;
    width: 90%;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
    padding: 60px 60px 30px;
    z-index: 1;
    transform: translateY(15px) scale(0.97);
    opacity: 0;
    transition: all 0.25s ease;
}

/* Animation when visible */
.ase-modal.is-visible .ase-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Close button */
.ase-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
    transition: transform 0.15s ease, color 0.15s ease;
    padding: 0px;
    outline: none !important;
    border: 0px !important;
    text-decoration: none !important;
}

.ase-modal__dialog.enquiry-form input[type="text"],
.ase-modal__dialog.enquiry-form input[type="email"] {
    height: 44px !important;
}

.ase-modal__close:hover {
    transform: scale(1.1);
    color: #0f172a;
}

/* Header / body / footer */
.ase-modal__header {
    margin-bottom: 10px;
}

.ase-modal__header h2 {
    margin: 0 0 30px;
    font-size: 24px;
    color: #D17E00;
}

.ase-modal__body {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 18px;
}

.ase-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

/* Buttons */
.ase-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
        box-shadow 0.15s ease, transform 0.05s ease;
}

/* Primary button */
.ase-modal__btn--primary {
    background: linear-gradient(135deg, #0f766e, #0ea5e9);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(14, 148, 136, 0.4);
}

.ase-modal__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(14, 148, 136, 0.5);
}

/* Ghost button */
.ase-modal__btn--ghost {
    background: #ffffff;
    color: #0f172a;
    border-color: #e5e7eb;
}

.ase-modal__btn--ghost:hover {
    background: #f9fafb;
}

/* modal end */

section.category-section-five {
    padding: 100px 0;
}

section.category-section-four {
    background: #001632;
    overflow: hidden;
}
section.category-section-four .row {
    display: flex;
    flex-wrap: wrap;
}
h2.vertical-style {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    top: 50%;
    color: #D17E00;
    font-size: 32px;
    left: 50%;
}
.slider {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
}

.slider li {
    position: relative;
    background: none no-repeat center/cover;
    min-height: 100%;
    overflow: hidden;
    flex-grow: 1;
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px;
    margin: 0px;
}

.slider li.category-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: #0000007a;
    width: 100%;
    height: 100%;
}

.slider li:hover {
    flex-grow: 5;
}

.slider .category-card__desc ul {
    padding: 0px;
    margin: 0px 0 20px;
}

.slider .category-card__desc li {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.slider .category-card__desc li:before {
    content: "-";
    margin-right: 5px;
}

.slider-content-hover {
    display: none;
    opacity: 0;
    width: 650px;
}

.slider .category-card__slider {
    transform: translate(-50%, -50%) rotate(-90deg);
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 0px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.slider .category-card h2 {
    color: #fff;
    white-space: nowrap;
    display: block;
    margin: 0 0 20px;
}

.slider .category-card:hover .category-card__slider {
    position: absolute;
    transform: rotate(0deg) translateY(0px) translateX(0px);
    top: auto;
    bottom: 0px;
    padding: 60px;
    left:0px;
    white-space: normal;
    text-align: left;
}

.slider .category-card:hover .slider-content-hover {
    display: block;
    opacity: 1;
}

.slider a.btn-knowmore {
    white-space: nowrap;
    background: #fff;
    color: #002454;
}
.slider a.btn-knowmore:hover {
    white-space: nowrap;
    background: #D17E00;
    color: #fff;
}
.slider-content-hover p {
    color: #fff;
}


section.category-section-two {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 50px 0;
}
section.category-section-two:before {
    content: "";
    background: linear-gradient(3deg, #002454 2.83%, rgb(0 36 84 / 82%) 66.47%, rgba(0, 36, 84, 0.00) 93.5%);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: -1;
}
.whychoose-us-content {
    text-align: center;
}

.whychoose-us-content h2 {
    color: #D17E00;
}
.whychoose-us-content p {
    color: #fff;
}
.whychoose-us-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 0;
}
.whychoose-us-content ul li {
    color: #fff;
    width: 33%;
    padding: 40px 50px;
    font-weight: 500;
}
.whychoose-us-content ul li strong {
    display: block;
    color: #D17E00;
    margin: 0 0 5px;
}


section.category-section-three {
    padding: 100px 0;
}
section.category-section-three.diffrent-types {
    text-align: center;
    background: linear-gradient(150deg, #FFF7EA 0%, #FFF 49.04%, var(--Miscellaneous-Text-Field---BG, #FFF) 100%);
}
.industreis-description ul {
    display: flex;
    flex-wrap: wrap;
}
.industreis-description strong {
    display: block;
    color: #D17E00;
    padding: 10px 0;
}
.industreis-description ul li {
    width: 33%;
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 30px 50px;
}
.diffrent-types .industreis-description>ul {
    gap: 25px;
}
.diffrent-types .industreis-description>ul>li {
    padding: 30px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 49%;
}
.industreis-description h2 {
    color: #D17E00;
    text-align: center;
    margin-bottom: 40px;
}
.industreis-description p {
    text-align: center;
}
section.category-section-three .industreis-description ul li li {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 3px 5px;
    font-size: 14px;
}
section.category-section-three .industreis-description ul li ul {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
    gap: 0px;
}
.recently-viewed-carousel .item {
    padding: 35px 0px;
    display: flex;
    flex-wrap: wrap;
}

section.category-section-five h2 {
    color: #D17E00;
    text-align: center;
    margin-bottom: 50px;
}

.recently-viewed-carousel {
    display: flex;
    justify-content: center;
}

.recently-viewed-carousel .owl-dots {
    margin-left: 0%;
}

.recently-viewed-carousel .owl-dots .active span {
    background: #D17E00;
    width: 10px;
}


.ase-accordion .ase-acc-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.ase-accordion .ase-acc-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ase-accordion .ase-acc-icon {
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.ase-accordion .ase-acc-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.28s ease;
}

.ase-accordion .ase-acc-inner {
  padding:16px 18px 16px;
}
.ase-accordion .ase-acc-inner p {
    margin: 0 0 10px;
}
section.category-section-seven h2 {
    color: #D17E00;
}
section.category-section-seven {
    padding: 70px 0 100px;
}
.ase-acc-inner ul {
    margin: 5px 0 15px;
}
.ase-acc-inner ul li {
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
}
.ase-acc-inner ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.products-archive aside.col-lg-3.col-md-4.col-sm-12 {
    position: sticky;
    top: 150px;
}
section.category-section-eight {
    padding-bottom: 100px;
}
.form-left {
    padding-right: 100px;
}
.form-right {
    padding-left: 100px;
}
.quote-form-section .row {
    display: flex;
    align-items: center;
}
.quote-form-section h2 {
    color: #D17E00;
}
section.category-section-seven .ase-acc-btn {
    background: #D17E00;
    color: #fff;
}
.category-section-seven span.ase-acc-icon {
    color: #fff;
}

.industry-products .item {
    padding: 30px 0;
    display: flex;
    width: 100%;
}
.industry-products .owl-dots {
    margin-left: 0%;
}
.industry-products .owl-dots .active span {
    background: #D17E00;
    width: 10px;
}


section.category-section-industries {
    padding: 100px 0 50px;
}

section.category-section-industries h2 {
    color: #D17E00;
}
.industries-head {
    text-align: center;
    margin-bottom: 50px;
}
.industries-head p {
    width: 600px;
    margin: 0 auto 30px;
}
.card-other-industreis__overlay {
    background: linear-gradient(182deg, rgba(0, 36, 84, 0.00) 1.48%, #002454 98.17%), url(<path-to-image>) #d3d3d300 0px -281.553px / 100% 223.214% no-repeat;
    padding: 150px 50px 50px;
}

.card-other-industreis {
    border-radius: 20px;
    overflow: hidden;
    background-attachment: fixed;
}

.card-other-industreis__overlay h3 {
    color: #D17E00;
}

.card-other-industreis__overlay p {
    color: #fff;
}

.card-other-industreis__overlay .read-btn {
    background: #fff;
    color: #002454;
}

.card-other-industreis {
    border-radius: 20px;
    overflow: hidden;
    background-attachment: fixed;
    margin-bottom: 30px;
}

.card-other-industreis:last-child {
    margin-bottom: 0px;
}
section.category-section-five.industry-section-products h2 {
    margin-bottom: 70px;
}


.industry-cat-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}


.industry-cat-card__content h3 {
    color: #D17E00;
    margin-bottom: 15px;
}
.industry-cat-card__content p {
    color: #fff;
    margin-bottom: 15px;
}
.industry-cat-card__img {
    height: 300px;
}


.industry-cat-card:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 36, 84, 0) 0%, rgb(0 36 84) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.industry-cat-card__content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;

  background: linear-gradient(
    180deg,
    rgba(0, 36, 84, 0) 0%,
    rgba(0, 36, 84, 0.85) 100%
  );

  color: #fff;
  z-index: 2;
}

.industry-cat-card__desc{
  display: -webkit-box;
  -webkit-line-clamp: 5;     
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
}

.industry-cat-card__content .read-btn{
  position: absolute;
  left: 40px;
  bottom: 40px;

  background: #fff;
  color: #002454;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;

  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;

  pointer-events: none;
  z-index: 3;
}


.industry-cat-card__content{
  padding-bottom: 40px; /* default */
  transition: padding-bottom 0.35s ease;
}

.industry-cat-card:hover .industry-cat-card__content{
  padding-bottom: 80px; 
}

.industry-cat-card__content h3,
.industry-cat-card__desc{
  transition: transform 0.35s ease;
}

.industry-cat-card:hover .industry-cat-card__content h3,
.industry-cat-card:hover .industry-cat-card__desc{
  transform: translateY(-6px);
}

.industry-cat-card:hover .industry-cat-card__content .read-btn{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.industries-archive .products-description {
    text-align: center;
}
.industries-archive .products-description h2 {
    color: #D17E00;
}
.industries-archive .products-description p {
    padding: 0 200px;
}
.industries-section-two .whychoose-us-content li strong {
    color: #D17E00;
}
.industries-section-two .whychoose-us-content li {
    color: #fff;
}



/* who we are start */
html.whoweare3-locked, body.whoweare3-locked {
    overflow: hidden;
}
section#whoweare3 {
    padding: 0;
}
.panel-vision {
    background: url(../images/vision-bg.webp) no-repeat 0 0;
    padding: 0;
}
.panel-mission {
    background: url(../images/vision-bg.webp) no-repeat 0 0;
    padding: 0;
}

.panel-values {
    background: url(../images/vision-bg.webp) no-repeat 0 0;
    padding: 0;
}

  
html.whoweare3-locked {
  overscroll-behavior: contain;
}
section#whoweare2 p {
    padding: 0 50px;
}

section#whoweare2 {
    text-align: center;
}

section#whoweare2 h2 {
    color: #00AE44;
    text-align: center;
    font-size: 32px;
}

section#whoweare2 p {
    text-align: center;
}

ul.who-we-are-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 30px;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

ul.who-we-are-list li {
    width: 23%;
    padding: 0px;
    margin: 0px;
    box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.who-we-are-list h3 {
    font-size: 22px;
    color: #00AE44;
    margin: 0px 0 5px;
}

ul.who-we-are-list p {
    margin: 0px;
}
  #whoweare3 { min-height: 100vh; }
/* Layout */
.tabs-css-only {
    --tab-gap: 16px;
    --tab-radius: 10px;
    --tab-border: 1px solid #e5e7eb;
    --tab-accent: #111827;
    --tab-muted: #6b7280;
    --panel-bg: #ffffff;
    --btn-bg: #f9fafb;
    position: relative;
}

.tabs-css-only .tab-radio {
    display: none;
}

.tabs-css-only .tab-content {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    /* width: 1000px; */
    margin: 0 auto;
    text-align: center;
    height: 100vh;
}

.tab-content h2 {
    color: #D17E00;
    font-size: 30px;
    margin: 0 0 30px;
}

.tab-content p {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

ul.values-list strong {
    color: #00AE44;
}

/* Panels stacked; only the active one is visible */
.tabs-css-only .tab-panel {
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
    display: none;
    height: 100%;
    padding: 0px;
    width: 100%;
}
.tabs-css-only .tab-panel:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 0%, #002454 100%), url(<path-to-image>) #d3d3d300 0px -338.116px / 100% 263.138% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 0px;
}
#tab-vision:checked~.tab-content .panel-vision, #tab-mission:checked~.tab-content .panel-mission, #tab-values:checked~.tab-content .panel-values {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    align-items: center;
    justify-content: center;
}
.tabs-css-only .tab-panel>div {
    width: 1000px;
}
/* Buttons row */
.tabs-css-only .tab-buttons {
    display: flex;
    gap: 15px;
    margin-top: var(--tab-gap);
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 30px;
    justify-content: center;
    width: fit-content;
    padding: 10px 10px 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.tabs-css-only .tab-btn {
    cursor: pointer;
    user-select: none;
    border-radius: 999px;
    padding: 7px 20px 3px;
    color: rgba(255, 255, 255, 0.60);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .1s ease;
    outline: none;
    font-size: 16px;
}

.tabs-css-only .tab-btn:active {
    transform: translateY(1px);
}

.tabs-css-only .tab-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .3);
}

/* Active button styling via :checked */
#tab-vision:checked~.tab-buttons #tabbtn-vision, #tab-mission:checked~.tab-buttons #tabbtn-mission, #tab-values:checked~.tab-buttons #tabbtn-values {
    color: #fff;
    background: #D17E00;
}

/* Simple content cosmetics */

.tabs-css-only .values-list {
    margin: 0;
    padding-left: 18px;
}

.tabs-css-only .values-list li {
    margin: 6px 0;
}


section.section-whatwedo {
    padding: 100px 0;
}
.whatwedo-head {
    text-align: center;
    margin-bottom: 70px;
}
.whatwedo-head h2 {
    color: #D17E00;
}
.whatwedo-content h3 {
    color: #D17E00;
}
section.section-partof-legacy {
    background: url(../images/legacy-bg.webp) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 0;
}
section.section-partof-legacy:before {
    content: "";
    background: linear-gradient(90deg, #002454 -0.62%, rgba(0, 36, 84, 0.00) 100.74%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.whatwedo-content-card {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
}
.whatwedo-head ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: center;
}
.whatwedo-head ul li {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    width: 31%;
    color: #D17E00;
    font-weight: 500;
    font-size: 16px;
}
.whatwedo-content-card p {
    margin: 0px;
}
.legacy-content i {
    display: block;
    margin: 0 0 30px;
}
.legacy-content h2 {
    color: #D17E00;
}

.legacy-content p {
    color: #fff;
    margin: 0px;
}
.legacy-content {
    max-width: 600px;
}
.legacy-content li {
    color: #fff;
    padding-left: 20px;
    position: relative;
    margin: 0 0 4px;
}
.legacy-content li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 7px;
}
.legacy-content ul {
    margin: 10px 0;
}
/* about us END  */


.Leader-ship-section-two {
    position: relative;
    padding: 100px 0;
}
.Leader-ship-section-two:before {
    width: 150%;
    left: -25%;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: url(../images/leadership-bg.webp) no-repeat 0 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
}
.Leader-ship-section-two:after {
    width: 150%;
    left: -25%;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: rgba(0, 36, 84, 0.70);
    z-index: -1;
    height: 100%;
    background-size: cover;
}


.section-four-leadership{
    position: relative;
    padding: 100px 0;
}
.section-four-leadership:before {
    width: 150%;
    left: -25%;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: url(../images/certify-bg.webp) no-repeat 0 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.section-four-leadership:after {
    width: 150%;
    left: -25%;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: rgb(15 50 100);
    z-index: -2;
    height: 100%;
    background-size: cover;
}
.section-four-leadership p {
    color: #fff;
    margin: 0px;
}
.section-three-leadership .wp-block-columns .wp-block-column {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
}
.section-three-leadership .wp-block-columns .wp-block-column h3 {
    color: #D17E00;
    font-size: 20px;
}
.section-three-leadership {
    text-align: center;
}
.section-two-leadership {
    text-align: center;
}
.section-two-leadership p {
    color: #fff;
}
.section-one-leadership {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto !important;
}
.section-one-leadership ul.wp-block-list li {
    width: 33%;
    padding: 25px 30px;
}
.section-one-leadership ul.wp-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
}
.section-one-leadership ul.wp-block-list li:before {
    content: none;
}
.section-two-leadership h4.wp-block-heading {
    font-size: 16px;
    color: #D17E00;
    margin: 0px 0 5px;
}
.section-two-leadership .wp-block-columns .wp-block-column {
    padding: 30px 0 30px;
}


.brand-industries-section {
    /* background: #d17e000a; */
    border-bottom: 1px solid #022452;
    padding: 40px 0 0;
}

.brand-industries-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-right: 50px;
}

.brand-industries {
  display: flex;
  list-style: none;
  padding: 0;
  width: fit-content;
  margin: 0;
  gap: 0;
}
.brand-industries li {
    position: relative;
    cursor: pointer;
    padding: 14px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
ul.brand-industries li:first-child {
    padding-left: 0px;
}
/* Icon stays visible */
.brand-industries li .industry-icon{
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

/* Hide heading by default */
.brand-industries li .industry-heading{
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;

  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  pointer-events: none;
}

/* Show heading on hover */
.brand-industries li:hover .industry-heading{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.brand-industries li:hover .industry-icon{
  transform: translateY(-2px) scale(1.05);
  transition: transform .25s ease;
}





section.section-brand-one {
    padding: 150px 0;
    text-align: center;
}
.brand-categories {
    padding-bottom: 60px;
}
section.section-brand-one p {
    max-width: 800px;
    margin: 0 auto;
}
.brand-category {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 50px;
}
.brand-category a.read-btn {
    width: 100%;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    color: #fff;
}
.brand-category a.read-btn:hover{
     background: #D17E00;
}
.category-contents div ul {
    display: flex;
    flex-wrap: wrap;
}

.category-contents div ul li {
    width: 50%;
    list-style: disc;
}
.category-contents div ul + p + ul li {
    width: auto;
    list-style: none;
    padding: 0 10px;
}
.category-contents {
    padding: 30px 40px;
}
.brand-category .row {
    align-items: center;
    display: flex;
}
.brand-category i {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.brand-category i img {
    max-height: 400px;
    object-fit: contain;
}
.brand-categories .brand-category:nth-child(even) .row {
    flex-direction: row-reverse;
}
.category-contents div ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 10px;
}
.brand-featured-lists .owl-dots .active span {
    background: #D17E00;
    width: 10px;
}
.brand-featured-lists .owl-dots {
    margin-left: 0;
}
.brand-featured-model {
    padding: 100px 0 0;
}
.brand-featured-model h2 {
    text-align: center;
    margin-bottom: 50px;
}

.brand-featured-lists .item {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

section.section-brand-three {
    padding: 100px 0;
    min-height: 100vh;
    z-index: 0;
    position: relative;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
section.section-brand-three:before {
    content: "";
    background: linear-gradient(3deg, #002454 2.83%, rgba(0, 36, 84, 0.52) 66.47%, rgba(0, 36, 84, 0.00) 93.5%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
section.section-brand-three:after {
    content: "";
    background: linear-gradient(3deg, #0024547a 100%, rgb(0 36 84) 100%, rgba(0, 36, 84, 0.00) 93.5%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
}
.why-content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
section.section-brand-three .why-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
section.section-brand-three .why-content ul li {
    color: #fff;
    width: 33%;
    padding: 0 30px 30px;
}
section.section-brand-three .why-content ul li strong {
    display: block;
    color: #D17E00; margin: 0 0 10px;
}
.why-content h3 {
    color: #fff;
}
ul.top-benefits {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
ul.top-benefits li {
    width: 33%;
    text-align: center;
    padding: 15px 30px;
}
ul.top-benefits i {
    display: inline-block;
    margin: 0 0 10px;
}
.why-content h2 {
    color: #D17E00;
}
section.section-brand-three p {
    color: #fff;
}


.technical-higlights h2 {
    color: #D17E00;
    margin-bottom: 35px;
}

.technical-contents{
  column-count: 2;
  column-gap: 40px;
}
.technical-contents h3 {
    -webkit-column-break-inside: avoid;
    -webkit-column-break-after: avoid;
    font-size: 16px;
    margin: 0px 0 10px;
}
.technical-contents ul {
    padding-left: 17px;
}
.technical-contents ul li {
    padding-left: 0px;
    list-style: outside;
}
.technical-contents p,
.technical-contents ul{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.technical-contents p {
    margin: 0px;
}
.technical-contents strong {
    display: block;
    margin: 0 0 10px;
}
.technical-contents ul {
    margin: 0 0 25px;
}
section.section-brand-five {
    padding: 100px 0;
    min-height: 100vh;
    z-index: 0;
    position: relative;
     background-attachment: fixed;
    display: flex;
    align-items: center;
}
section.section-brand-five:before {
    content: "";
       background: linear-gradient(3deg, #002454 2.83%, rgba(0, 36, 84, 0.52) 66.47%, rgba(0, 36, 84, 0.00) 93.5%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
section.section-brand-five:after {
    content: "";
    background: linear-gradient(3deg, #0024547a 100%, rgb(0 36 84) 100%, rgba(0, 36, 84, 0.00) 93.5%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
}
section.section-brand-four {
    padding: 150px 0;
}

.after-sales-content {
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.after-sales-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.after-sales-content ul li {
    color: #fff;
    width: 33%;
    padding: 0 30px 30px;
}
.after-sales-content ul li strong {
    display: block;
    color: #D17E00;
    margin: 0 0 10px;
}
.after-sales-content h2 {
    color: #D17E00;
}
section.section-brand-five p{
    color:#fff;
}
ul.after-sales-benefits {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
ul.after-sales-benefits li {
    width: 33%;
    text-align: center;
    padding: 15px 30px;
}
ul.after-sales-benefits i {
    display: inline-block;
    margin: 0 0 10px;
}



.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title {
    padding: 15px 30px !important;
}
.gutena-accordion-block__panel-title-inner h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.wp-block-gutena-accordion-panel-content.gutena-accordion-block__panel-content {
    padding: 0 15px;
}


.gutena-accordion-block>.gutena-accordion-block__panel {
    border-radius: 30px !important;
    background: #f1ebdf !important;
    overflow: hidden;
    transition: background .25s ease;
    border: 0px !important;
}
.gutena-accordion-block>.gutena-accordion-block__panel.active{
    background: #fff !important;
    border: 1px solid #000000 !important;
    border-radius: 28px !important;
}
.faq-accordion.gutena-accordion-block>.gutena-accordion-block__panel {
    background: #d17e00db !important;
}



.faq-accordion.gutena-accordion-block>.gutena-accordion-block__panel {
    background: #D17E00;
    border: 0px !important;
    border-radius: 10px;
}
.faq-accordion.gutena-accordion-block>.gutena-accordion-block__panel .wp-block-gutena-accordion-panel-title.gutena-accordion-block__panel-title h6 {
    color: #fff !important;
}
.faq-accordion.gutena-accordion-block>.gutena-accordion-block__panel p {
    color: #fff !important;
}

.faq-accordion .trigger-plus-minus .horizontal {
    background: #fff !important;
}
.faq-accordion .trigger-plus-minus .vertical {
    background: #fff !important;
}



.brand-category.scania-marine {
    position: relative;
}
.brand-category.scania-marine i {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.brand-category.scania-marine i img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.brand-category.scania-marine i:before {
    content: "";
    display: block;
    background: linear-gradient(-90deg, #002454 2.83%, rgba(0, 36, 84, 0.52) 66.47%, rgb(0 36 84 / 44%) 93.5%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.brand-categories .brand-category.scania-marine:nth-child(even) i:before {
    background: linear-gradient(
89deg, #002454 2.83%, rgba(0, 36, 84, 0.52) 66.47%, rgb(0 36 84 / 44%) 93.5%);
}
.brand-category.scania-marine h3 {
    color: #D17E00;
}
.brand-category.scania-marine p, .brand-category.scania-marine li {
    color: #fff;
}
.brand-category.scania-marine a.read-btn {
    width: auto;
    border-radius: 30px;
    background: #fff;
    color: #002454;
}
.brand-category.scania-marine a.read-btn:hover{
    background: #D17E00;
    color: #fff;
}
.brand-category.scania-marine .category-contents>div {
    margin-bottom: 20px;
}
.brand-category.scania-marine .category-contents {
    padding: 50px 40px;
}
.brand-category.scania-marine strong {
    color: #D17E00;
}


#productsWrap .col-lg-3.col-md-3 {
    margin-bottom: 50px;
}
.product-models-brand article.product-card {
    height: auto;
}
.product-models-brand .product-actions {
    display: flex;
    gap: 10px;
}
.product-models-brand .product-actions a.item-view-btn {
    background: #002454;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.product-models-brand .product-actions a.item-quote-btn.open-modal {
    border-radius: 30px;
    background: #D17E00;
}
.product-models-brand .product-actions a.item-view-btn:hover{
    background: #D17E00; 
}
.product-models-brand .product-actions a.item-quote-btn.open-modal:hover{
  background: #002454;  
}
.product-models-brand .product-actions {
    display: flex;
    gap: 10px;
}
.product-models-brand .item-product-description {
    padding: 40px;
}
.product-models-brand .item-product-image img {
    height: auto;
    max-height: 500px;
}
.product-models-brand .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-models-brand .item-product-image {
    text-align: center;
}
.product-models-brand .item-product-description h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 20px;
    color: #D17E00;
}
.product-models-brand .product-main-details {
    margin-bottom: 25px;
}
.product-models-brand article.product-card:nth-child(even) .row {
    flex-direction: row-reverse;
}
.product-models-brand article.product-card {
    height: auto;
    margin-bottom: 50px;
}
.product-models-brand .product-main-details ul li {
    position: relative;
    padding-left: 20px;
}
.product-models-brand .product-main-details ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 6px;
}

.product-models-brand .item-product-description h4 {
    font-size: 16px;
    margin: 0px 0 10px;
    color: #D17E00;
}
.product-models-brand {
    margin-bottom: 120px;
}

.category-contents h3 {
    color: #D17E00;
}
.category-contents h4 {
    font-size: 16px;
    margin: 0px 0 5px;
    color: #D17E00;
}

footer {
    background: #fff;
    padding: 100px 0 0;
}
footer a {
    color: #fff;
}
.footer-menu-columns h3 {
    color: #011733;
    margin: 0px 0 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-menu-columns .footer-menu-head h3{
    margin: 0px 0 0px;
}
.footer-menu-head strong {
    color: #a7a7a7;
    margin: 0 0 20px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.footer-menu-columns a {
    font-size: 14px;
    color: #515151;
}
.footer-menu-columns a:hover{
    color: #d17e00;
}

.brands-menu ul li {

}
.products-menu ul li {
    display: inline-block;
    width: 49%;
}

.footer-links-row2 {
    margin-top: 70px;
}
footer ul li {
    margin: 0 0 2px;
}


#brand-profile-logos .owl-dots {
    display: none;
}

ul.links-navigate {
    display: flex;
    gap: 0px;
    justify-content: end;
}
ul.links-navigate li {
    padding: 0 20px;
}


.footer-end {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    margin-top: 100px;
    border-top: 1px solid #dddd;
    border-bottom: 1px solid #dddd;
}
.footer-end p{
    font-size: 14px;
    margin: 0px;
    color: #D17E00;
}
.footer-end a {
    font-size: 14px;
    margin: 0px;
    color: #000000;
}
.keword-row p {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    color: #000;
}
.keword-row p {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    color: #fff;
}


.section-content-area section.category-section-eight .container {
    width: 100%;
}

   .locations-tabs {
    padding-top: 40px;
}
.locations-tab-head {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.locations-tab-head li {
    cursor: pointer;
    padding: 10px 36px;
    border: 1px solid #002454;
    border-radius: 30px;
    color: #002454;
    font-weight: 600;
}
.locations-tab-head li.active {
    font-weight: 600;
    border-color: #D17E00;
    background: #D17E00;
    color: #fff;
}
.locations-tab-content {
    display: none;
    position: relative;
}
.locations-tab-content.active { display:block; }

.loc-address {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background: rgb(0 36 84 / 89%);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1;
}
.loc-address h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.home-locations-section .loc-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 15px;
}

/* h3 full width */
.home-locations-section .loc-address h3 {
    grid-column: 1 / -1;
    margin: 0 0 20px;
    color: #273159;
    font-size: 22px;
    font-weight: 700;
}

/* ---------- LEFT COLUMN (rows 1 & 2) ---------- */
.home-locations-section .loc-address h4:nth-of-type(1){ grid-column: 1; grid-row: 2; }
.home-locations-section .loc-address h4:nth-of-type(1) + ul{ grid-column: 1; grid-row: 3; }

.home-locations-section .loc-address h4:nth-of-type(2){ grid-column: 1; grid-row: 4; }
.home-locations-section .loc-address h4:nth-of-type(2) + ul{ grid-column: 1; grid-row: 5; }

/* ---------- RIGHT COLUMN (rows 1 & 2) ---------- */
.home-locations-section .loc-address h4:nth-of-type(3){ grid-column: 2; grid-row: 2; }
.home-locations-section .loc-address h4:nth-of-type(3) + ul{ grid-column: 2; grid-row: 3; }

.home-locations-section .loc-address h4:nth-of-type(4){ grid-column: 2; grid-row: 4; }
.home-locations-section .loc-address h4:nth-of-type(4) + ul{ grid-column: 2; grid-row: 5; }

/* styling */
.home-locations-section .loc-address h4{
  margin: 20px 0 0;
  font-weight: 700;
  color: #d17e00;
}

.home-locations-section .loc-address ul{
  margin: 0;
  padding-left: 0px;
}

/* mobile */
@media (max-width: 768px){
  .home-locations-section .loc-address{
    display: block;
  }
 .home-locations-section .loc-address h4{ margin-top: 18px; }
  .home-locations-section .loc-address ul{ margin-bottom: 14px; }
}



.loc-map iframe {
    height: 500px;
    filter: saturate(0.5);
    border-radius: 20px;
}
.loc-address h4 {
      color: #D17E00;
    margin: 10px 0 10px;
    font-size: 15px;
    font-weight: 500;
}
.loc-address p, .loc-address li, .loc-address a {
    color: #fff;
}
.loc-address p {
    margin: 0px 0 10px;
}
.loc-address strong {
    color: #D17E00;
}
.no-map-content {
    min-height: 500px;
    background: #ccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002454;
    font-weight: 600;
}


.first-part-services .wp-block-column {
    position: relative;
}
.first-part-services .wp-block-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 150px 30px 30px;
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 26.44%, rgb(0 36 84 / 76%) 57.69%, #002454 100%), url(<path-to-image>) #d3d3d300 -87.465px 0px / 179.825% 100% no-repeat;
    border-radius: 20px;
}
.first-part-services p {
    color: #fff;
}
.first-part-services a.wp-block-button__link.wp-element-button {
    background: #fff;
    color: #002454;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 30px;
}
.first-part-services a.wp-block-button__link.wp-element-button:hover{
    background: #D17E00;
    color: #fff;
}
.first-part-services figure.wp-block-image.size-full {
    border-radius: 20px;
    overflow: hidden;
    max-height: 500px;
}
.first-part-services h2.wp-block-heading {
    font-size: 24px;
    margin: 0 0 20px;
}
.full-width-section .wp-block-column {
    position: relative;
}

.full-width-section .wp-block-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 100px 30px 30px;
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 26.44%, rgb(0 36 84 / 76%) 57.69%, #002454 100%), url(<path-to-image>) #d3d3d300 -87.465px 0px / 179.825% 100% no-repeat;
    border-radius: 20px;
}
.full-width-section figure.wp-block-image {
    width: 100%;
    max-height: 350px;
    border-radius: 20px;
    overflow: hidden;
}
.full-width-section figure.wp-block-image img {
    width: 100%;
}
.full-width-section .wp-block-group p {
    color: #fff;
}

.full-width-section a.wp-block-button__link.wp-element-button {
    background: #fff;
    color: #002454;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 30px;
}
.full-width-section a.wp-block-button__link.wp-element-button:hover{
    background: #D17E00;
    color: #fff;
}

.full-width-section h2.wp-block-heading {
    font-size: 24px;
    margin: 0 0 20px;
}


.services-tabs ul.gutena-tabs-tab.tab-left {
    border-bottom: 1px solid #002454;
}
.services-tabs ul.gutena-tabs-tab.tab-left li {
    border: 0px !important;
    padding: 20px 20px;
    border-bottom: 3px solid #fff !important;
}
.services-tabs ul.gutena-tabs-tab.tab-left li:first-child {
    padding-left: 0px;
}
.services-tabs ul.gutena-tabs-tab.tab-left li.active {
    border-bottom: 3px solid #D17E00 !important;
}
.services-tabs ul.gutena-tabs-tab.tab-left li div {
    color: #002454;
    font-weight: 600;
}
.services-tabs figure.wp-block-gallery .wp-block-image {
    max-width: 190px !important;
}
.services-tabs figure.wp-block-gallery {
    padding: 20px 0;
}
.services-tabs figure.wp-block-gallery {
    padding: 20px 0 40px;
}

.brand-profile-section3.services-why-choose ul.wp-block-list {
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.brand-profile-section3.services-why-choose ul.wp-block-list li {
    width: 33%;
    padding: 25px 30px;
    font-weight: 600;
}
section.hero-section.hero-default-page.hero-normal-page {
    min-height: 450px;
}
.forminator-field select {
    width: 100%;
    padding: 9px 0px;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #000;
}


.product-actions-btns {
    margin-top: 30px;
}


section.section-product-content-area {
    padding: 70px 0;
}
.fixed-telehandler .pr-details, .rotating-telehandlers .pr-details, .manlift .pr-details{
    column-count: 2;
    gap: 10px 100px;
}
.pr-details {
    column-count: 3;
    gap: 10px 60px;
}
.pr-details ul {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}
.pr-details p {
    font-weight: 400;
    font-size: 15px;
}
.pr-details ul li {
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: 400;
}
.pr-details ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.pr-details h3 {
    color: #D17E00;
    margin: 0 0 10px;
    font-size: 20px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -webkit-column-break-before: always;
    -webkit-column-break-after: avoid;
}
.distribution .pr-details {
    column-count: 1;
    text-align: center;
}
.distribution .pr-details ul {
    display: flex;
    flex-wrap: wrap;
}
.distribution .pr-details ul li {
    width: 33%;
    padding: 10px 40px 20px;
}
.distribution .pr-details ul li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}



.long-haulage .pr-details {
    column-count: 1;
    text-align: center;
}
.long-haulage .pr-details ul {
    display: flex;
    flex-wrap: wrap;
}
.long-haulage .pr-details ul li {
    width: 33%;
    padding: 10px 40px 20px;
}
.long-haulage .pr-details ul li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}


.special-purpose-trucks .pr-details {
    column-count: 1;
    text-align: center;
}
.special-purpose-trucks .pr-details ul {
    display: flex;
    flex-wrap: wrap;
}
.special-purpose-trucks .pr-details ul li {
    width: 33%;
    padding: 10px 40px 20px;
}
.special-purpose-trucks .pr-details ul li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}

.construction .pr-details {
    column-count: 1;
    text-align: center;
}
.construction .pr-details ul {
    display: flex;
    flex-wrap: wrap;
}
.construction .pr-details ul li {
    width: 33%;
    padding: 10px 40px 20px;
}
.construction .pr-details ul li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}


.petroleum-chemical .pr-details {
    column-count: 1;
    text-align: center;
}
.petroleum-chemical .pr-details ul {
    display: flex;
    flex-wrap: wrap;
}
.petroleum-chemical .pr-details ul li {
    width: 33%;
    padding: 10px 40px 20px;
}
.petroleum-chemical .pr-details ul li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}

.related-products .item {
    padding: 40px 0;
}
.related-products .item {
    padding: 40px 0;
    display: flex;
    width: 100%;
}

.owl-carousel .owl-dots .active span {
    background: #D17E00;
    width: 10px;
}
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:0%;
    margin-top: 30px;
    gap: 10px;
}

.single-product-details {
    position: static;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: 130px 0;
}
.single-product-details .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product-details .product-actions-btns {
    margin-top: 0px;
    margin-left: 40px;
}
          .single-product-details ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 15px 13px!important;
    list-style: none;
    /* background: #d17e000d; */
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    width: fit-content;
    gap: 20px;
    font-size: 14px;
}

            .single-product-details ul li {
                margin: 0;
                padding: 0 15px
            }

            .single-product-details ul li:first-child {
                padding-left: 15px
            }

            .single-product-details ul strong {
    display: block;
    color: #D17E00;
    font-weight: 600;
}
            .single-product-details .mid-container {
                display: flex;
                align-items: center;
                justify-content: center
            }

            .single-product-details a.btn-knowmore {
                padding: 13px 34px 8px;
                font-weight: 400;
                display: flex;
                font-size: 15px;
                align-items: center;
                gap: 4px
            }
/* .products-gallery-thumbnails {
    margin-left: 10%;
    padding-left: 15px;
} */
.products-gallery-thumbnails .item img {
    height: 65vh;
    margin: 0;
    border-radius: 6px;
    object-fit: cover;
}
.products-gallery-thumbnails .item {
    text-align: left;
}
a.read-btn.download-brochure {
    background: transparent;
    color: #D17E00;
}
section.product-single {
    padding: 0px 0 120px;
}

.owl-item.is-current.active .item {
    text-align: center;
    padding-left: 5%;
}
.products-gallery-thumbnails .owl-carousel .owl-nav {
    left: -130px;
}

/* container positioning (optional) */
.owl-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

/* base button */
.owl-nav .owl-prev,
.owl-nav .owl-next{
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;

  /* hide text visually but keep for accessibility */
  font-size: 0;
  line-height: 0;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);

  box-shadow: 0 12px 26px rgba(0,0,0,.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

/* icon */
.owl-nav .owl-prev::before, .owl-nav .owl-next::before {
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #D17E00;
}

.owl-nav .owl-prev::before {
    content: "\f104";
}
.owl-nav .owl-next::before {
    content: "\f105";
}
/* hover */
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

/* active press */
.owl-nav .owl-prev:active,
.owl-nav .owl-next:active{
  transform: translateY(-1px) scale(.98);
}

/* disabled state (Owl adds .disabled) */
.owl-nav .disabled{
  opacity: .35;
  pointer-events: none;
  box-shadow: none;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    justify-content: center;
    pointer-events: none;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  pointer-events: auto;
}


section.section-product-why-choose {
    padding: 100px 0;
}
section.section-product-why-choose .container>div {
    background: #002454;
    padding: 100px;
    border-radius: 20px;
}
section.section-product-sepecify {
    padding: 70px 0 30px;
}
section.section-product-why-choose h2 {
    color: #D17E00;
}
section.section-product-why-choose p {
    color: #fff;
    margin: 0 0 10px;
}
section.section-product-technical {
    padding: 0 0 100px;
}
section.section-product-why-choose li {
    color: #fff;
    list-style: initial;
    padding-left: 0px;
}
section.section-product-why-choose ul {
    padding-left: 20px;
}
/* 2-column layout with full-width heading, CSS only */



/* Make the rest 2 columns */
.boge .tech-lists {
    column-count: 1;
}
.screw-compressors .tech-lists h3 {
    text-align: center;
}
.tech-lists{
  column-count: 2;
  column-gap: 36px;
}
.electric-trucks .tech-lists {
    column-count: 1;
    background: linear-gradient(180deg, #FFF7EA 0%, #FFF 49.04%, var(--Miscellaneous-Text-Field---BG, #FFF) 100%);
    padding: 50px;
    border-radius: 30px;
}
.electric-trucks .tech-lists ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 0px;
}
.electric-trucks .tech-lists ul li {
    width: 33%;
}


.fixed-telehandler .tech-lists, .rotating-telehandlers .tech-lists, .heavy-duty-telehandler .tech-lists, .manlift .tech-lists{
    column-count: 1;
    /* gap: 0 35px; */
    /* display: flex; */
}
.fixed-telehandler .tech-lists ul li, .rotating-telehandlers .tech-lists ul li, .heavy-duty-telehandler .tech-lists ul li, .manlift .tech-lists ul li{
    width: 32%;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    position: relative;
}
.fixed-telehandler .tech-lists ul, .rotating-telehandlers .tech-lists ul, .heavy-duty-telehandler .tech-lists ul, .manlift .tech-lists ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.fixed-telehandler .tech-lists ul li:before, .rotating-telehandlers .tech-lists ul li:before, .heavy-duty-telehandler .tech-lists ul li:before, .manlift .tech-lists ul li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}



/* Keep heading across both columns */
.tech-lists > h3 {
    column-span: all;
    color: #D17E00;
    margin: 0 0 30px;
}
/* Titles */
.tech-lists > p{
  margin: 0 0 8px;
  font-weight: 700;

  /* IMPORTANT: keep title with the list that follows */
  break-after: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

/* List */
.tech-lists > ul{
  margin: 0 0 18px;
  padding-left: 18px;
  line-height: 1.6;

  /* keep UL together (avoid split across columns) */
  break-inside: avoid;
  page-break-inside: avoid;
}

/* Bullet spacing + wrapping */
.tech-lists > ul > li {
    margin: 0px 0;
    white-space: normal;
    overflow-wrap: anywhere;
    list-style: outside;
}

/* Mobile: 1 column */
@media (max-width: 768px){
  .tech-lists{
    column-count: 1;
  }
}
.products-gallery-thumbnails {
    overflow: hidden;
}
.product-large-carousel .owl-stage-outer {
    width: 130%;
    margin-left: -25%;
}

section.section-product-keybenifits {
    padding: 0px 0;
    /* background: #002454; */
    margin-bottom: 100px;
}
section.section-product-keybenifits ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 19px;
}
section.section-product-keybenifits ul li {
    width: 33%;
    padding: 20px 30px;
}
section.section-product-keybenifits ul li strong {
    display: block;
    margin: 0 0 5px;
    color: #D17E00;
}
section.section-product-keybenifits h2 {
    color: #D17E00;
}
.section-content-area-products{
    padding: 0px;
}
section.product-related-products h2 {
    text-align: center;
    margin-bottom: 50px;
}
section.section-product-keybenifits p {
    color: #002454;
}


.key-benefits-intro {
    text-align: center;
    margin: 0 0 60px;
}
ul.product-key-benefits li {
    width: 33%;
    text-align: center;
    padding: 25px 0;
}
ul.product-key-benefits li i {
    display: inline-block;
    margin: 0 0 15px;
}
ul.product-key-benefits {
    display: flex;
    flex-wrap: wrap;
}
ul.product-key-benefits li strong {
    display: block;
    margin: 0 0 10px;
    color: #D17E00;
}

.location-covered-bg {
    background: linear-gradient(137deg, #000000e3 9.35%, #d17e00f2 68.7%), url(../images/Bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 60px 0 30px;
}


.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 {
    width: 100%;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    align-items: center;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card h3 a {
    text-align: left;
    font-size: 22px !important;
    /* display: block; */
    color: #D17E00;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card h3 {
    text-align: left;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card .item-product-image {
    width: 40%;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card h4 {
    font-size: 16px;
    color: #D17E00;
    margin: 0 0 10px;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card .item-product-description {
    padding: 0px 40px 0;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card .product-main-details ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card .item-product-image img {
    height: 300px;
    margin: 0px;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3 article.product-card .product-main-details ul li {
    position: relative;
    padding-left: 20px;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3:nth-child(even) article.product-card {
    flex-direction: row-reverse;
}
.term-vertical-storage-lifts div#productsWrap .row .col-lg-3:nth-child(even) article.product-card .product-actions {
    margin-right: auto;
    margin-left: 0px;
}
.term-vertical-storage-lifts div#productsWrap .product-actions {
    width: 60%;
    margin-left: auto;
    padding: 0 40px 40px;
    display: flex;
    margin-top: -50px;
}
.term-vertical-storage-lifts div#productsWrap .product-actions a.item-view-btn {
    background: #002454;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.term-vertical-storage-lifts div#productsWrap .product-actions a.item-quote-btn {
    border-radius: 30px;
    margin-left: 10px;
    background: #d17e00;
}
.footer-top-sections {
    margin-bottom:70px;
}
.default-contact-details li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.default-contact-details li a {
    color: #515151;
}
.default-contact-details h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.left-tp-content h3 {
    font-size: 20px;
    font-weight: 500;
    max-width: 300px;
    color: #515151;
    line-height: normal;
}
.default-contact-details .content {
    color: #515151;
}
.social-media-links strong {
    color: #515151;
    font-weight: 500;
}
.f_icons {
    display: flex;
    align-items: center;
    gap: 17px;
}
.social-media-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-left: auto;
    justify-content: flex-end;
}
.left-tp-content h3 b {
    font-size: 20px;
    font-weight: 600;
    color: #d2830b;
}

ul.wp-block-list.ulcards li {
    color: #fff;
    display: inline-block;
    border: 1px solid #dddddd1a;
    padding: 10px 25px;
    border-radius: 30px;
    align-items: center;
}
ul.wp-block-list.ulcards li:before {
    content: none;
}
ul.wp-block-list.ulcards {
    margin-bottom: 25px;
}
.partner-second .wp-block-group__inner-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.partner-second  ul.wp-block-list.ulcards li {
    color: #000;
    border: 1px solid #01294d;
}

.download-tab-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;}
.download-tab{padding:8px 14px;border:1px solid #ddd;background:#fff;cursor:pointer;}
.download-tab.active{background:#000;color:#fff;border-color:#000;}

.card-photos {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}
.card-photos img{width:100%;height:auto;display:block;}
.card-photos h4{margin:0;padding:10px 12px;font-size:14px;}

.photo-lightbox { position: fixed; inset:0; background: rgba(0,0,0,.85); display:none; align-items:center; justify-content:center; z-index:9999; }
.photo-lightbox.active { display:flex; }

.photo-lightbox-inner { position: relative; max-width: 92vw; max-height: 92vh; text-align: center; touch-action: pan-y; }
.photo-lightbox img { max-width: 100%; max-height: 80vh; border-radius: 12px; display:block; margin:0 auto; }

.photo-close { position:absolute; top:-44px; right:0; background:none; border:0; color:#fff; font-size:34px; cursor:pointer; }

.photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 44px;
  background: rgba(255,255,255,.18);
  color: #fff;
}

.photo-nav.prev { left: -12px; }
.photo-nav.next { right: -12px; }



#photoLightboxTitle { color:#fff; margin-top:10px; }

.photos-section .tab-header {
    margin-bottom: 30px;
}

.card-photos img {
    height: 250px;
    object-fit: cover;
}


/* Mobile toggle bar */
.filters-mobile-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    padding: 10px 15px 25px;
    border-bottom: 0px;
}

.filters-toggle-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.filters-toggle-icon {
    width: 14px;
    height: 14px;
    position: relative;
}
.filters-toggle-icon:before,
.filters-toggle-icon:after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:2px;
  background:#333;
  top:50%;
  transform:translateY(-50%);
}
.filters-toggle-icon:after{
  transform:translateY(-50%) rotate(90deg);
}

/* Overlay */
.filters-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.filters-overlay.is-open{
  opacity: 1;
  pointer-events: auto;
}

/* When drawer open, make icon a "minus" */
.filters-toggle-btn[aria-expanded="true"] .filters-toggle-icon:after{
  display:none;
}

/* Prevent background scroll when open */
body.filters-open{
  overflow: hidden;
}

.d-lg-none {
    display: none;
}

.col-12 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    clear: both;
    width: 100%;
}
/* Base Pagination Style */
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 6px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover Effect */
.page-numbers:hover {
  background: #D17E00;
  color: #fff;
  border-color: #D17E00;
  transform: translateY(-2px);
}

/* Current Page */
.page-numbers.current {
  background: #D17E00;
  color: #fff;
  border-color: #D17E00;
  font-weight: 600;
  cursor: default;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Next Button Special Style */
.page-numbers.next {
  padding: 0 18px;
  font-weight: 600;
}



 .hero-history-page{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.history-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-banner-content.history-page {
    padding: 0px;
}

.histories {
    min-height: calc(100vh - 150px);
    position: relative;
}

.history-cover {
    min-height: calc(100vh - 270px);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.years-tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.years-tabs ul {
    padding-bottom: 30px;
}

.years-tabs li {
    cursor: pointer;
    padding: 6px 14px;
    border-bottom: 2px solid transparent;
    width: 10%;
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.years-tabs li.active {
    border-color: #D17E00;
    font-weight: bold;
    background: #D17E00;
}

.history-details {
    display: none;
}

.history-details.active {
    display: block;
}

.years-tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.nav {
    cursor: pointer;
}

/* Move arrows to TOP (keep wrapper absolute/bottom) */
.years-tabs-wrapper {
    flex-direction: column;
    align-items: stretch;
}

/* Top row for prev/next */
.years-tabs-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    position: absolute;
    width: 100%;
    top: -65px;
}

.years-tabs-nav .nav {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 6px 12px;
    line-height: 1;
    border-radius: 30px;
}




/* Force the scroll container */
.years-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* WebKit (Chrome/Edge/Safari): apply to BOTH possible scrollers */
.years-tabs::-webkit-scrollbar,
.years-tabs ul::-webkit-scrollbar {
    height: 12px;
    /* change height here */
}

.years-tabs::-webkit-scrollbar-track,
.years-tabs ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
}

.years-tabs::-webkit-scrollbar-thumb,
.years-tabs ul::-webkit-scrollbar-thumb {
    background: #D17E00;
    border-radius: 20px;
}

/* Remove left/right arrow buttons */
.years-tabs::-webkit-scrollbar-button,
.years-tabs ul::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}


/* Optional: reduce tab width on mobile so scroll actually happens */
@media (max-width: 768px) {
    .years-tabs li {
        width: auto;
    }

    /* prevents tiny 10% blocks */
}

.hero-banner-content.history-page:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 36, 84, 0.00) 0%, #002454 100%), url(<path-to-image>) #d3d3d300 0px -338.116px / 100% 263.138% no-repeat;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}
.history-details h3 {
    color: #fff;
    font-size: 26px;
}

.history-details ul li {
    max-width: 400px;
}
.history-details ul li ul li {
    max-width: 100%;
    position: relative;
    color: #fff;
    padding-left: 20px;
}
.history-details ul li ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 7px;
}
/* ===== Main Table ===== */
table{
  width:100%;
  border-collapse:collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  background:#ffffff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
}
table tbody tr:nth-child(even) {
    background: #0024540f;
}
thead {
    background: #002454;
}

table thead th {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 2px solid #e5e7eb;
    color: #fff;
      font-weight:600;
      font-size:14px;
}

table thead th div{
  color:#ffffff;
  font-weight:600;
  font-size:14px;
  letter-spacing:0.3px;
}

/* ===== Body Cells ===== */
table tbody td {
    padding: 4px 16px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

/* ===== Zebra Rows ===== */
table tr:nth-child(even) table tbody td{
  background:#f9fafb;
}

/* ===== Hover Effect ===== */
table tr:hover td{
  background:#eef4ff;
  transition:0.2s;
}

/* ===== Alignment ===== */
table tbody tr td:not(:first-child){
  text-align:center;
}



.section-product-sepecify .acc-panel-inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 22px 25px 130px;
}      
section.section-product-sepecify .acc-panel-inner ul {
    margin: 0 0 15px;
}

section.section-product-sepecify .acc-panel-inner ul li {
    padding-left: 15px;
    position: relative;
    list-style: none;
    margin: 0px 0 0;
}
section.section-product-sepecify .acc-panel-inner ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #D17E00;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.services figure.wp-block-gallery {
    display: flex;
    align-items: center !important;
    gap: 0 40px;
}
.services figure.wp-block-gallery figure.wp-block-image {
    margin: 0px !important;
}


ul.wp-block-list.certificate-section li {
    color: #fff;
}
ul.wp-block-list.certificate-section {
    margin: 20px 0 20px;
}

.quote-form-section .form-left ul {
    margin: 0 0 20px;
    padding-left: 18px;
}
.quote-form-section .form-left p {
    margin: 0 0 10px;
}
.quote-form-section .form-left li {
    list-style: disc;
}


.wa-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    padding: 20px;
}

  .wa-popup-box {
    position: relative;
    background: #ffffff;
    max-width: 460px;
    margin: 5% auto;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    animation: waFadeUp 0.25s ease;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cfd7e6 transparent;
}

    @keyframes waFadeUp {
        from {
            opacity: 0;
            transform: translateY(15px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .wa-close {
        position: absolute;
        top: 12px;
        right: 14px;
        border: none;
        background: transparent;
        font-size: 28px;
        cursor: pointer;
        color: #666;
        line-height: 1;
    }

    .wa-popup-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .wa-icon-circle {
        width: 58px;
        height: 58px;
        margin: 0 auto 12px;
        border-radius: 50%;
        background: #eafaf1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
    }

    .wa-popup-header h3 {
        margin: 0 0 8px;
        font-size: 24px;
        color: #1e1e1e;
    }

    .wa-popup-header p {
        margin: 0;
        color: #666;
        font-size: 14px;
        line-height: 1.5;
    }

    .wa-form {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .wa-field label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #222;
    }
.wa-form textarea {
    height: 100px;
}
    .wa-form input,
    .wa-form textarea {
        width: 100%;
        padding: 13px 14px;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        font-size: 14px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        box-sizing: border-box;
    }

    .wa-form input:focus,
    .wa-form textarea:focus {
        outline: none;
        border-color: #25d366;
        box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12);
    }

    .wa-form input::placeholder,
    .wa-form textarea::placeholder {
        color: #999;
    }

    .wa-actions {
        display: flex;
        gap: 12px;
        margin-top: 6px;
    }

    .wa-submit,
    .wa-cancel {
        flex: 1;
        padding: 13px 16px;
        border: none;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .wa-submit {
        background: linear-gradient(135deg, #25d366, #128c7e);
        color: #fff;
    }

    .wa-submit:hover {
        transform: translateY(-1px);
    }

    .wa-cancel {
        background: #f3f4f6;
        color: #333;
    }

    .wa-cancel:hover {
        background: #e7e9ee;
    }

    .wa-form select {
        width: 100%;
        padding: 13px 14px;
        border: 1px solid #d8d8d8;
        border-radius: 12px;
        font-size: 14px;
        background: #fff;
        appearance: none;
        cursor: pointer;
    }

    .wa-form select:focus {
        outline: none;
        border-color: #25d366;
        box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12);
    }

 
.services-tabs figure.wp-block-gallery figure.wp-block-image {
    width: auto !important;
    max-width: fit-content !important;
    height: 80px !important;
    align-items: center;
    display: flex;
}
.services-tabs figure.wp-block-gallery img {
    height: 70px !important;
    /* max-width: 86px !important; */
    width: 150px !important;
    object-fit: contain;
}







@media only screen and (min-width : 320px) and (max-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 375px) and (max-width : 667px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (max-width:1900px) {
.gutena-accordion-block__panel-content-inner table.p-table1 th {
  white-space: normal;
}
.gutena-accordion-block__panel-content-inner table.p-table td {
white-space: normal;
}
.Range.of.Ladders figure.wp-block-image.size-full {
    height: 400px;
    overflow: hidden;
    border-radius: 7px;
    margin: 0 0 20px;
}
}

@media only screen and (max-width:1900px) {

.logo-right-section {
    gap: 30px;
}
#menu-item-758 > .sub-menu {
    left: -31vw;
    max-width: 90vw;
    height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cfd7e6 transparent;
}
}


@media only screen and (max-width:1600px) {

 .container {
    width: 90%;
    margin: 0 auto;
}

#menu-item-758 > .sub-menu {
    left: -31vw;
    max-width: 90vw;
    height: calc(100vh - 180px);
    overflow-y: auto;
        overflow-x: hidden;
    padding-right: 20px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cfd7e6 transparent;
}
.getinbutton .contact_button_header {
    padding: 9px 30px 9px;
}

nav.breadcrumbs ul {
    white-space: nowrap;
}
.industry-cat-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
}
.contact-page .col-left {
    padding-bottom: 50px;
}

}

@media only screen and (max-width:1500px) {
.wp-block-esab-accordion .col-lg-6{
  width: 100%; margin: 0 0 40px;
}

.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.getinbutton .contact_button_header {
    padding: 9px 20px 9px;
}
.menu-horizontal li {
    margin: 0px;
    list-style: none;
    padding: 0 20px;
    position: relative;
}


}





@media only screen and (max-width:1365px) {
    header .container>.row {
    display: flex;
    align-items: center;
}
.getinbutton .contact_button_header {
    padding: 9px 20px 9px;
    font-size: 14px;
}
.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.hero-anim.hero-anim--content {
    max-width: 400px;
    margin-left: auto;
    margin-top: 110px;
    margin-bottom: 50px;
}
h2.hero-anim.hero-anim--title {
    color: #fff;
    font-size: 38px;
    max-width: 500px;
    margin-bottom: 40px;
}
.hero-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}
header .logo img {
    width: 210px;
}
.home-locations-section .locations-tabs ul.locations-tab-head {
    width: 20%;
}
.home-locations-section .locations-tab-body {
    width: 80%;
    margin-left: auto;
    background: #fff;
    padding: 20px 0px 20px 10px;
    border-radius: 30px;
}
section.home-categories-section h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
.category-tab {
    padding: 10px 25px;
    font-size: 14px;
}

section.home-categories-section h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
.location-covered-bg .head-location .container {
    width: 90%;
    padding: 0;
}

.hero-banner-content h1 {
    color: #D17E00;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: normal;
}
.footer-menu-columns a {
    font-size: 13px;
    color: #515151;
}
.product-large-carousel .owl-stage-outer {
    width: 125%;
    margin-left: -25%;
}

.first-part-services figure.wp-block-image.size-full {
    border-radius: 20px;
    overflow: hidden;
    max-height: 500px;
    height: 400px;
}
.wp-block-image img {
    height: 100% !important;
    object-fit: cover;
}
.services-tabs ul.gutena-tabs-tab.tab-left li {
    border: 0px !important;
    padding: 20px 12px;
    border-bottom: 3px solid #fff !important;
}
.services-tabs ul.gutena-tabs-tab.tab-left li div {
    font-size: 14px;
}
h3, h4, h5, h6 {
    font-size: 20px;
}
.industries-archive .products-description p {
    padding: 0 50px;
}

section.hero-section.contact-page .hero-image {
    min-height: 100vh;
    height: 100%;
}
section.hero-section.contact-page .hero-image img {
    height: 100%;
    object-fit: cover;
}
.contact-getintouch h3 {
    color: #D17E00;
    margin: 25px 0 10px;
    font-size: 20px;
}
.contact-getintouch ul li:last-child {
    margin-top: 0px;
}

div#productsWrap .col-lg-4 {
    margin-bottom: 70px;
    width: 50%;
}

.sticky-service-btn + .sticky-service-btn {
    top: 62%;
}



}


@media only screen and (max-width:1300px) {
#fullscreen-menu {
    padding: 100px 0 0px;
}

.direction-list {
    max-height: calc(100vh - 230px);
}
.solution-grid {
    gap: 20px 48px;
    padding-bottom: 30px;
    min-height: 250px;
}
.solutions-panel {
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}


}



@media only screen and (max-width:1199px) {
    section.category-section-five.industry-section-products h2 {
    margin-bottom: 30px;
}
    section.category-section-five {
    padding: 50px 0;
}
    section.category-section-industries {
    padding: 50px 0 50px;
}
    .whychoose-us-content ul li {
    color: #D17E00;
    width: 50%;
    padding: 40px 20px;
    font-weight: 500;
}
    section.products-archive {
    padding: 50px 0;
}
    .industry-cat-card__img {
    height: 500px;
}
.industry-cat-card__img img {
    height: 100%;
    object-fit: cover;
}
    .industries-archive .products-description p {
    padding: 0 0px;
}
.menu-horizontal li a {
    color: #fff;
    font-size: 13px;
    padding: 20px 0;
}
span.search-icon {
    width: 39px;
    height: 39px;
}
.whatsapp-link a {
    padding: 7px;
    height: 39px;
    min-width: 39px;
}
.menu-horizontal li {
    margin: 0px;
    list-style: none;
    padding: 0 20px;
    position: relative;
}
.getinbutton .contact_button_header {
    padding: 9px 12px 9px;
    font-size: 13px;
}
.read-button:before {
    width: 50%;
}

.home-locations-section .locations-tabs {
    display: block;
}

.home-locations-section .locations-tabs ul.locations-tab-head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0px;
}
.home-locations-section .locations-tabs ul.locations-tab-head li {
    width: auto;
}
.home-locations-section .locations-tab-body {
    width: 100%;
}
.indus-titile h2 {
    font-size: 76px;
    text-align: center;
    line-height: 73px;
}

.indus-image img {
    min-height: 655px;
    object-fit: scale-down;
}
.rotating-bg {
    width: 400px;
    height: 500px;
}
.rotating-bg-right {
    width: 500px;
    height: 700px;

}
.home-industry-section .rotating-bg-right {
    top: -267px;
    bottom: auto;
    right: -83px;
    width: 500px;
    height: 500px;
    opacity: 0.04;
}

.footer-menu-columns a {
    font-size: 12px;
    color: #515151;
}
.left-tp-content h3 b {
    font-size: 17px;
}
.left-tp-content h3 {
    font-size: 17px;
}
.default-contact-details li a {
    color: #515151;
    font-size: 14px;
}
.default-contact-details .content {
    color: #515151;
    font-size: 14px;
}
.left-newsletter h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.right-newsletter strong {
    font-size: 18px;
    margin: 0 0 35px;
}
.hero-anim.hero-anim--content p span {
    color: #fff;
    font-size: 14px;
}


.owl-news-blogs.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
.owl-news-blogs.owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.owl-news-blogs .owl-nav .owl-prev, .owl-news-blogs .owl-nav .owl-next {
    background: #ffffff;
}

.brand-industries-section {
    padding: 20px 0 0;
}
.hero-banner-content {
    padding-bottom: 10px;
}


.Products-sepecifications ul li {
    padding: 20px 15px;
    font-size: 14px;
}


.first-part-services a.wp-block-button__link.wp-element-button {
    font-size: 14px;
    padding: 10px 22px;
}
.first-part-services h2.wp-block-heading {
    font-size: 22px;
    margin: 0 0 15px;
}
.first-part-services p {
    color: #fff;
    margin-bottom: 15px;
}
.loc-address {
    width: 400px;
}
.form-left {
    padding-right: 50px;
}
.form-right {
    padding-left: 50px;
}
.services-tabs ul.gutena-tabs-tab.tab-left {
    border-bottom: 1px solid #002454;
    gap: 15px;
    padding-bottom: 15px;
}
.services-tabs ul.gutena-tabs-tab.tab-left li {
    border: 1px solid #ddd !important;
    padding: 6px 12px !important;
    border-bottom: 1px solid #ddd !important;
}

.contact-header-content h1 {
    color: #D17E00;
    font-size: 32px;
    line-height: normal;
}
section.contact-form-section {
    padding: 50px 0 50px;
}
.brand-profile-content {
    padding: 30px;
}
.brand-profile-content i {
    display: inline-block;
    width: 128px;
    margin-bottom: 15px;
}
.brand-profile-content .read-btn {
    color: #002454;
    background: #fff;
    padding: 8px 20px;
    font-size: 14px;
}
.brand-profile-cards + .wp-block-spacer {
    height: 50px !important;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #273159;
}

.tab-content p {
    font-size: 20px;
    color: #fff;
    line-height: normal;
}
#tab-vision:checked~.tab-content .panel-vision, #tab-mission:checked~.tab-content .panel-mission, #tab-values:checked~.tab-content .panel-values {
    padding: 0 30px;
}
h2.wp-block-heading {
    color: #D17E00;
    font-size: 22px;
}
.section-three-leadership .wp-block-columns .wp-block-column h3 {
    color: #D17E00;
    font-size: 16px;
}
form.search-bar {
    display: none;
}
.category-buttons a {
    padding: 10px 20px;
}
.news-filteration {
    margin-bottom: 30px;
}




}





@media only screen and (max-width:1023px) {
 .menu-horizontal {
    margin-right: auto;
    margin-top: 10px;
    display: none;
}
.footer-links-row1 .row>.col-lg-4 {
    width: 100%;
    margin: 0 0 30px;
}
.footer-links-row1 .row>.col-lg-4 .brands-menu li {
    width: 49%;
    display: inline-block;
}
.footer-links-row1 .row>.col-lg-8 {
    width: 100%;
}

.Products-sepecifications ul {
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
}
section.section-product-sepecify {
    padding: 20px 0 20px;
}
section.section-product-why-choose {
    padding: 40px 0;
}
section.section-product-why-choose .container>div {
    background: #002454;
    padding: 50px;
    border-radius: 20px;
}
section.section-product-keybenifits {
    padding: 0px 0;
    /* background: #002454; */
    margin-bottom: 50px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #273159;
}
.hero-banner-content h1 {
    color: #D17E00;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: normal;
}
section.category-section-five {
    padding: 50px 0 10px;
}



}





@media (min-height: 540px) and (max-height: 600px) {


}




@media only screen and (max-width:994px) {
  .solutions-wrap {
            grid-template-columns: 1fr;
        }

        .direction-list {
            max-height: 320px;
        }

        .direction-item.active::after {
            display: none;
        }

        .solutions-panel {
            padding: 24px 22px 0;
        }
         .solutions-section {
            margin: 24px auto;
            padding: 0 16px;
            max-height: calc(100vh - 150px);
            overflow-y: auto;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            scrollbar-color: #cfd7e6 transparent;
            overflow-x: hidden;
        }
        .solutions-wrap {
            display: block;
        }

        .directions-block {
            display: none;
        }

        .solutions-panel {
            background: transparent;
            border: 0;
            box-shadow: none;
            padding: 0;
            min-height: auto;
        }

        .panel-inner {
            display: block !important;
            background: #ffffff;
            border: 1px solid #e8edf5;
            border-radius: 18px;
            margin-bottom: 16px;
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
            overflow: hidden;
        }

        .panel-inner .panel-title {
            display: none;
        }

        .mobile-accordion-toggle {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding: 16px 18px;
            border: 0;
            background: #fff;
            cursor: pointer;
            text-align: left;
        }

        .mobile-direction-title {
            display: flex;
            align-items: center;
            gap: 14px;
            min-width: 0;
        }

       .mobile-direction-title .direction-icon {
    flex: 0 0 34px;
    width: 36px;
    height: 36px;
}
        .mobile-direction-text {
            font-size: 16px;
            line-height: 1.35;
            font-weight: 600;
            color: #111827;
        }

       .mobile-accordion-arrow {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #111827;
    border-bottom: 2px solid #111827;
    transform: scale(0.8) rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 4px;
    /* transform: scale(1); */
}

        .panel-inner.mobile-open .mobile-accordion-arrow {
            transform: rotate(-135deg);
            margin-top: 4px;
        }

        .mobile-accordion-content {
            display: none;
            padding: 0 18px 18px;
        }

        .panel-inner.mobile-open .mobile-accordion-content {
            display: block;
        }
.products-links {
    margin-top: 20px;
}
      .solution-grid {
    min-height: auto;
    padding-bottom: 20px;
    padding-top: 15px;
}

        .products-links .navigate li {
            width: 100%;
            display: block;
        }

        .panel-footer {
            flex-direction: column;
            align-items: flex-start;
            padding: 18px 0 0;
        }

        .cta-btn {
            width: 100%;
            justify-content: center;
        }


    .solutions-panel {
    max-height: auto;
    overflow-y: auto;
}
    .news-post-full .news-image {
    margin-bottom: 20px;
    height: auto;
    max-height: 300px;
}
    .news-post-full {
    padding-right: 0px;
}
    section.single-page-section .col-lg-4 {
    width: 100%;
}
    section.single-page-section .col-lg-8 {
    width: 100%;
}
    .hero-page-mediacenter h1 {
    color: #D17E00;
    font-size: 28px;
    line-height: normal;
}
.col-lg-9.col-md-9.col-sm-9.col-xs-12.other-news {
    width: 100%;
}
.other-news + .col-lg-3 {
    width: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
 .industrial-content h3 {
    text-transform: uppercase;
    font-size: 28px;
    white-space: nowrap;
}
.rotating-bg-right {
    width: 400px;
    height: 700px;
}
.rotating-bg {
    width: 300px;
    height: 500px;
}
.footer-top-sections .col-lg-4:nth-child(3) {
    width: 100%;
}
.social-media-links {
    margin-top: 50px;
    justify-content: center;
}
.footer-links-row1 .row>.col-lg-8 .col-lg-7 {
    width: 100%;
    margin-bottom: 40px;
}
.footer-links-row2 .col-lg-8 {
    width: 100%;
    margin-top: 40px;
}
.home-locations-section .locations-tabs {
    display: block;
    padding: 20px;
}
section.home-locations-section {
    padding: 0 15px 50px;
}
.home-locations-section .locations-tabs ul.locations-tab-head li {
    padding: 15px 14px;
    font-size: 13px;
}
.home-locations-section .loc-address {
    display: block;
    grid-template-columns: 0fr 0fr;
    column-gap: 40px;
    row-gap: 15px;
}

section.products-archive {
    padding: 50px 0;
}
.whychoose-us-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 0;
}
.whychoose-us-content ul li {
    color: #D17E00;
    width: 50%;
    padding: 20px 20px;
}
section.category-section-five {
    padding: 50px 0;
}
section.category-section-five h2 {
    color: #D17E00;
    text-align: center;
    margin-bottom: 20px;
}
.ase-accordion .ase-acc-btn {
    font-size: 15px;
}
section.category-section-seven {
    padding: 30px 0 50px;
}

.locations-tab-head li {
    padding: 6px 25px;
}
.first-part-services + .wp-block-spacer {
    height: 50px !important;
}

.full-width-section + .wp-block-spacer {
    height: 50px !important;
}
.locations-tabs + script + .wp-block-spacer {
    height: 50px !important;
}
section.hero-section.contact-page .col-sm-5, section.hero-section.contact-page .col-sm-7 {
    width: 100%;
}
.contact-road-assitance {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 50px;
}

.wp-block-columns.section-one-partners {
    display: flex;
    align-items: center !important;
    padding: 0px 0 49px;
}
.section-one-partners-right figure.wp-block-image {
    width: 40px;
    height: 40px;
}

.wp-block-columns.section-three-partners {
    min-height: auto;
    height: auto;
    padding: 50px 20px;
}
.section-three-partners + .wp-block-spacer {
    height: 50px !important;
}

.products-archive aside.col-lg-3.col-md-4.col-sm-12 {
    position: static;
    top: 0px;
}
div#filtersWrap {
    padding-right: 0px;
    margin-bottom: 75px;
}
.cat-item {
    position: relative;
    padding: 0px 0 0px;
    border-bottom: 0px;
    margin: 5px 10px 5px;
    display: inline-block;
}
.filter-block label {
    display: inline-block;
    margin: 6px 6px 6px;
    font-weight: 500;
}
.filter-block .cat-item label {
    margin: 0px;
    display: block;
}
#downloadGrid .col-lg-3 {
    width: 33%;
}
.card-brochure img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#fullscreen-menu {
    padding: 90px 0 0px;
}

}



@media (max-width: 768px) {
      .solution-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .panel-footer {
            flex-direction: column;
            align-items: flex-start;
        }

        .cta-btn {
            width: 100%;
        }

        .direction-content h3 {
            font-size: 17px;
        }

        .direction-content p,
        .footer-copy p,
        .solution-link {
            font-size: 15px;
        }
        .solutions-section {
            margin: 24px auto;
            padding: 0 16px;
            max-height: calc(100vh - 150px);
            overflow-y: auto;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            scrollbar-color: #cfd7e6 transparent;
            overflow-x: hidden;
        }

        .mobile-accordion-toggle {
    padding: 5px 10px;
}

        .mobile-accordion-content {
            padding: 0 16px 16px;
        }

        .mobile-direction-text {
            font-size: 14px;
        }

        .footer-copy p,
        .solution-grid ul li a {
            font-size: 14px;
        }
    #downloadGrid .col-lg-3 {
    width: 50%;
}
    section.page-section {
    padding: 30px 0;
}
    .video-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.video-tabs button.video-tab {
    border: 1px solid #002454;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
    section.home-categories-section h2 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
}
    header {
    padding: 15px 0 15px;
}
.logo {
    width: 150px;
}
header .logo img {
    width: 100%;
    white-space: nowrap;
}
.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.whatsapp-link a {
    padding: 5px;
    height: 39px;
    min-width: 39px;
}
.getinbutton .contact_button_header {
    display: none !important;
}
.home-page-section-aboutus .row {
    display: block;
    align-items: stretch;
}
.other-card {
    height: auto;
    margin: 0 0 30px;
    min-height: 290px;
}
h2.hero-anim.hero-anim--title {
    color: #fff;
    font-size: 28px;
    max-width: 500px;
    margin-bottom: 25px;
    line-height: normal;
}
.hero-anim.hero-anim--content {
    max-width: 400px;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 15px;
}
.hero-overlay {
    padding-bottom: 10px;
}
.hero-anim.hero-anim--secondary a {
    background: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
}
.hero-anim.hero-anim--secondary b {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 10px;
}
.hero-anim.hero-anim--secondary p {
    color: #fff;
    margin: 0px 0 10px;
}
.hero-anim.hero-anim--content p span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
  .photo-nav.prev { left: 6px; }
  .photo-nav.next { right: 6px; }
.category-tabs {
    gap: 10px;
    margin-bottom: 30px;
}
section.home-categories-section {
    background: #011733;
    padding: 50px 0 200px;
}
.categort-products-body .owl-carousel .owl-dots {
    display: none;
}
.categort-products-body .owl-carousel .owl-nav {
    width: 100%;
    padding-left: 0;
}
section.home-categories-section {
    background: #011733;
    padding: 50px 0 150px;
}

.aboutus-thumbnail {
    margin-bottom: 20px;
}
.aboutus-content.anim-right h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}
.aboutus-other-details {
    padding: 50px 0 0;
}
.home-brand-logos-section {
    padding: 30px 0 0;
}
section.home-page-section-aboutus {
    background: #011733;
    padding-bottom: 50px;
}
.industry-head .col-lg-6 {
    width: 100%;
}
.industry-head .row {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
}
.home-industry-section {
    padding: 50px 20px;
    border-radius: 60px;
}
.home-industry-section .rotating-bg-right {
    top: -99px;
    bottom: auto;
    right: -83px;
    width: 300px;
    height: 300px;
    opacity: 0.04;
}
.rotating-bg {
    width: 200px;
    height: 200px;
}
.home-industry-section .rotating-bg {
    bottom: auto;
    top: -91px;
    left: -31px;
    opacity: 0.03;
}
.industry-head h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.industry-head h3 {
    color: #939393;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
}
.acc-trigger {
    padding: 10px 10px 10px 25px;
}
.acc-panel-inner {
    padding: 0 22px 25px 30px;
    color: #6a6a6a;
    line-height: 1.75;
    max-width: 600px;
}
.head-whychoose h2 {
    font-size: 28px;
    color: #fff;
}
section.home-why-choose {
    padding: 50px 0;
}
.head-whychoose {
    margin-bottom: 40px;
}
.why-card h3 {
    margin: 25px 0 0;
    font-size: 17px;
}
.why-card {
    padding: 22px;
    height: 170px;

}
section.home-featured-products-section h2 {
    color: #fff;
    font-size: 22px;
    text-align: left;
}
section.home-featured-products-section {
    padding: 0 0 20px;
}
.head-location h2 {
    color: #fff;
    font-size: 24px;
    margin: 0px 0 10px;
}
.location-covered-bg {
    padding: 30px 0 30px;
}
.home-locations-section .locations-tab-content.active {
    display: block;
    align-items: center;
}
.home-locations-section .loc-address {
    width: 100%;
}
.home-locations-section .loc-map {
    width: 100%;
    margin-left: auto;
}
.location-covered-bg .container {
    width: 100%;
    padding: 0 20px;
}
section.home-blogs-section {
    padding: 30px 0 50px;
}
.owl-news-blogs.owl-carousel .owl-dots {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: -15px;
}
section.home-industrial-section {
    background: #eeeee9;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.indus-titile h2 {
    font-size: 52px;
    text-align: center;
    line-height: 52px;
}
.indus-image img {
    min-height: 510px;
    object-fit: scale-down;
}
.industrial-content h3 {
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
}
.industrial-content {
    position: absolute;
    bottom: -20px;
    left: 0px;
    transform: translateX(0%);
    TEXT-ALIGN: CENTER;
    padding: 0 10px;
}
.home-newsletter-section {
    position: relative;
    z-index: 1;
    padding: 100px 0 0px;
}
.left-newsletter h2 {
    color: #273159;
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0 10px;
}
.left-newsletter small {
    color: #2731599e;
    font-size: 13px;
    font-weight: 500;
}
.right-newsletter {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    /* flex-direction: column; */
    flex-grow: flex-w;
}
footer {
    background: #fff;
    padding: 50px 0 0;
}
.footer-links-row1 .row>.col-lg-4 .brands-menu li {
    width: 100%;
    display: inline-block;
}
.service-menu {
    margin: 0 0 30px;
}
.media-menu {
    margin: 0 0 30px;
}
.partners-menu {
    margin: 0 0 30px;
}
.footer-end {
    margin-top: 50px;
}
.footer-end {
    text-align: center;
}
ul.links-navigate {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin-top: 15px;
}



.brand-industries-section {
    display: none;
}
.hero-banner img {
    height: 100%;
    object-fit: cover;
}
.hero-banner-content {
    padding-bottom: 30px;
}
.hero-banner-content h1 {
    color: #D17E00;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
}
section.section-brand-one {
    padding: 50px 0;
    text-align: center;
}
h2 {
    font-size: 20px;
}
.brand-category .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.brand-category .col-sm-5, .brand-category .col-sm-7 {
    width: 100%;
}
.brand-category i {
    max-width: 300px;
}
.category-contents {
    padding: 20px 20px;
}
.category-contents h3 {
    color: #D17E00;
    font-size: 20px;
    margin: 0px 0 10px;
}
p {
    font-size: 14px;
}
p, li {
    color: #002454;
    font-size: 14px;
}
.category-contents div p {
    margin: 0 0 10px;
}
.brand-categories {
    padding-bottom: 0;
}
section.section-brand-three {
    padding: 50px 0;
}
ul.top-benefits li {
    width: 49%;
    text-align: center;
    padding: 15px 20px;
}
section.section-brand-four {
    padding: 50px 0 20px;
}

.technical-contents {
    column-count: 1;
    column-gap: 40px;
}
section.section-brand-five {
    padding: 50px 0;
}
ul.after-sales-benefits li {
    width: 50%;
    text-align: center;
    padding: 15px 20px;
}
.brand-featured-model {
    padding: 50px 0 0;
}
.brand-featured-model h2 {
    text-align: center;
    margin-bottom: 10px;
}

section.section-content-area {
    padding: 50px 0 0;
    overflow: hidden;
}
.owl-carousel .owl-dots {
    margin-top: 0;
}
h2.wp-block-heading {
    color: #D17E00;
    font-size: 24px;
}
.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title {
    padding: 8px 20px !important;
}
.quote-form-section .col-sm-12 {
    width: 100%;
}
.quote-form-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-right {
    padding-left: 0px;
}
.wp-block-gutena-accordion + .wp-block-spacer {
    height: 50px !important;
}
.form-left {
    padding-right: 0px;
}
section.category-section-eight {
    padding-bottom: 0px;
}
p span {
    font-size: 14px;
    color: #002454;
}
section.section-brand-three .why-content ul li {
    color: #fff;
    width: 100%;
    padding: 0 30px 30px;
}
section.section-brand-three .why-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.after-sales-content ul li {
    color: #fff;
    width: 100%;
    padding: 0 30px 30px;
}
.brand-category.scania-marine i img {
    height: 100%;
}
.single-product-details ul li:first-child {
    padding-left:0px;
}
.Products-sepecifications ul li {
    padding: 5px 0px;
    border-radius: 0px;
}
a.read-btn {
    padding: 10px 33px;
    font-size: 13px;
}
.single-product-details .product-actions-btns {
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
}
.gutena-accordion-block__panel-title-inner h6 {
    font-size: 13px !important;
    font-weight: 600 !important;
}

nav.breadcrumbs ul {
    flex-wrap: wrap;
}
nav.breadcrumbs a {
    color: #fff;
    font-size: 12px;
}
nav.breadcrumbs span {
    color: #D17E00;
    font-size: 12px;
}
nav.breadcrumbs ul li {
    padding: 0 10px;
}
nav.breadcrumbs ul li:after {
    font-size: 23px;
    top: -6px;
}
section.products-archive {
    padding: 40px 0;
}
section.section-product-sepecify {
    padding: 30px 0 30px;
}
.whychoose-us-content ul li {
    width: 100%;
}
.Products-sepecifications ul {
    width: auto;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.section-product-sepecify .acc-panel-inner {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 15px 20px;
}
.pr-details {
    column-count: inherit !important;
}
.pr-details ul {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0 0 20px;
}
.pr-details h3 {
    color: #D17E00;
    margin: 0 0 10px;
    font-size: 17px;
}
section.section-product-why-choose {
    padding: 30px 0;
}

section.section-product-why-choose .container>div {
    background: #002454;
    padding: 25px;
    border-radius: 20px;
}
section.section-product-keybenifits ul li {
    width: 50%;
    padding: 10px 10px;
}
section.section-product-keybenifits {
    padding: 0px 0;
    /* background: #002454; */
    margin-bottom: 20px;
}
section.product-related-products h2 {
    text-align: center;
    margin-bottom: 20px;
}
section.category-section-five {
    padding: 50px 0 20px;
}

.left-tp-content h3 b {
    font-size: 15px;
}
.left-tp-content h3 {
    font-size: 15px;
}
section.product-single {
    padding: 0px 0 60px;
}
.product-large-carousel .owl-dots {
    margin-top: 20px;
}
.Products-sepecifications ul li {
    padding: 10px 0px;
    border: 0px;
    border-radius: 30px;
    border-right: 0px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
section.product-single {
    padding: 20px 0 60px;
}
.single-product-details .container {
    display: block;
    align-items: center;
    justify-content: center;
}
.Products-sepecifications {
    padding: 40px 0 0;
}

.product-main-details li span {
    font-size: 14px;
}

.owl-carousel .owl-dots {
    gap: 5px;
}
.owl-dots span {
    width: 7px;
    height: 7px;
    background: #002454;
    display: block;
    border-radius: 30px;
}
.first-part-services a.wp-block-button__link.wp-element-button {
    font-size: 13px;
    padding: 8px 18px;
}
.full-width-section h2.wp-block-heading {
    font-size: 20px;
    margin: 0 0 15px;
}
.full-width-section a.wp-block-button__link.wp-element-button {
    background: #fff;
    color: #002454;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 18px;
}
.loc-address {
    width: 100%;
    position: static;
    transform: translate(0px);
}

.ase-modal__header h2 {
    margin: 0 0 30px;
    font-size: 18px;
    color: #D17E00;
}
.ase-modal__dialog {
    padding: 30px;
}
button.forminator-button.forminator-button-submit {
    height: 44px;
}
.ase-modal__dialog {
    padding: 30px;
    height: 100%;
    overflow-y: auto;
}

.first-part-services figure.wp-block-image.size-full {
    height: 400px;
}
.wp-block-image img {
    height: 100% !important;
    object-fit: cover;
}

.full-width-section figure.wp-block-image {
    max-height: 400px;
    height: 400px;
}
.full-width-section .wp-block-group {
    padding: 100px 30px 30px;
    height: auto;
}
.brand-profile-section3.services-why-choose ul.wp-block-list li {
    width: 50%;
    padding: 15px 10px;
    font-weight: 600;
}
.wp-block-columns.brand-profile-section3 {
    padding: 50px 0;
}
.brand-profile-section3 + .wp-block-spacer {
    height: 50px !important;
}
.services-tabs ul.gutena-tabs-tab.tab-left li {
    padding: 15px 10px;
    font-size: 14px !important;
}
.wp-block-spacer + .wp-block-spacer {
    height: 50px !important;
}

.services-tabs + .wp-block-spacer {
    height: 50px !important;
}
.industries-head p {
    width: 100%;
    margin: 0 auto 30px;
}
.industries-archive .products-description p {
    padding: 0 0px;
}
    .form-contact {
    padding-left: 0px;
}
    section.contact-form-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact_address_details {
    background: #002454e8;
    display: inline-block;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    position: static;
    top: 50%;
    transform: translateY(0%);
    left: 10%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.brand-profile-cards {
    padding: 50px 0;
    width: 100%;
}
.section-three-partners p {
    padding: 0 0px;
    color: #fff;
}
.section-one-partners-right>.wp-block-column:last-child {
    margin-top: 0px;
}

.d-lg-none {
    display: block;
}
.filters-aside {
    position: absolute !important;
    z-index: 99999999;
    width: min(92vw, 360px);
    height: 100%;
    /* background: #fff; */
    padding: 25px;
    transform: translateX(-105%);
    /* overflow: auto; */
    top: auto !important;
}
.filters-aside #filtersWrap {
    position: absolute !important;
    top: -102px !important;
    left: 0;
    height: auto;
    width: min(92vw, 360px);
    background: #fff;
    z-index: 999;
    /* transform: translateX(-105%); */
    transition: transform .25s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    padding: 25px;
    overflow: auto;
    z-index: 99999;
    margin-bottom: 0px !important;
    min-height: auto;
}
  .filters-aside.is-open{
    transform: translateX(0);
  }

  /* Optional: give some spacing */
  #filtersWrap .filter-block{
    margin-bottom: 16px;
  }
.products-description {
    margin-bottom: 50px;
}
.industreis-description ul li {
    width: 50%;
    padding: 30px 10px;
}
section.category-section-three {
    padding: 50px 0;
}
 .slider {
                    flex-direction: column;
                    height: auto;
                    align-items: stretch
                }
.slider li {
    flex: 0 0 auto;
    width: 100%;
    min-height: 25vh;
}
  .slider li:focus,.slider li:hover {
                    flex-grow: 1;
                    min-height: 500px
                }

                .slider .category-card__desc li {
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    min-height: auto
                }
.slider .category-card__slider {
    transform: rotate(0) translateY(0) translateX(0);
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    white-space: normal;
    text-align: center;
    left: 0px;
    text-align: center;
    width: 100%;
}
.slider .category-card h2 {
    color: #fff;
    white-space: normal;
    display: block;
    margin: 0 0 20px;
    font-size: 17px;
}
.slider-content-hover {
    display: none;
    opacity: 0;
    width: 100%;
}
.slider a.btn-knowmore {
    white-space: nowrap;
    padding: 11px 25px;
    font-size: 14px;
}
h2.vertical-style {
    position: static;
    transform: translate(0%, 0%) rotate(0deg);
    white-space: nowrap;
    top: 50%;
    color: #D17E00;
    font-size: 24px;
    left: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    background: #fff;
}
.tab-content p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    margin: 0px 0 3px;
}
.tabs-css-only .tab-btn {
    padding: 7px 20px 7px;
    font-size: 14px;
    font-weight: 400;
}
#tab-vision:checked~.tab-content .panel-vision, #tab-mission:checked~.tab-content .panel-mission, #tab-values:checked~.tab-content .panel-values {
    padding: 0 30px;
}
.tab-content h2 {
    color: #D17E00;
    font-size: 20px;
    margin: 0 0 15px;
}
.tabs-css-only .tab-buttons {
    gap: 5px;
    width: auto;
    padding: 10px 5px 10px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    /* display: block; */
}
section.section-whatwedo {
    padding: 50px 0;
}
.whatwedo-content-card {
    padding: 20px 20px;
}
section.section-partof-legacy {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}
.legacy-content i {
    display: block;
    margin: 0 0 30px;
    width: 150px;
}
span.search-icon {
    width: 35px;
    height: 35px;
    padding: 9px;
}
.whatsapp-link a {
    padding: 2px;
    height: 35px;
    min-width: 35px;
}
.whatsapp-link a img {
    height: 18px;
    display: block;
    object-fit: contain;
}
.category-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.news-image.featured-image {
    width: 100%;
}
.news-featured .news-content {
    position: static;
    top: 50%;
    right: 0px;
    transform: translateY(0%);
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
}
form.search-bar {
    display: none;
}
.news-filteration {
    margin-bottom: 30px;
}
.category-buttons a {
    border: 1px solid #002454;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.news-content h3 a {
    color: #D17E00;
    font-size: 22px;
}
.news-card .news-image {
    width: 100%;
}
.news-card .news-content {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.hero-page-mediacenter h1 {
    color: #D17E00;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 10px;
}
.news-image {
    border-radius: 20px;
    overflow: hidden;
    max-height: 250px;
    height: 450px;
}
.download-tab-buttons button.download-tab {
    border: 1px solid #002454;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}
.diffrent-types .industreis-description>ul>li {
    width: 100%;
}
.electric-trucks .tech-lists ul li {
    width: 100%;
}

.tech-lists ul li{
    width: 100% !important;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
}


.sticky-service-btn + .sticky-service-btn {
    top: 60%;
}
a.sticky-service-btn .btn-text {
    display: none;
}
#fullscreen-menu {
    padding: 90px 0 0px;
}
.sticky-service-btn {
    right: 10px;
    top: 80%;
}
.sticky-service-btn + .sticky-service-btn {
    top: 90%;
}
}
/* ===== Responsive ===== */
@media (max-width:768px){
  table{
    font-size:13px;
  }

  table thead th,
  table tbody tr td{
    padding:10px;
  }
}
/* Responsive */
@media (max-width: 576px) {
  .page-numbers {
    min-width: 36px;
    height: 36px;
    margin: 0 4px;
    font-size: 14px;
  }
}


@media (max-width: 481px) {
    .section-one-leadership ul.wp-block-list li {
    width: 100%;
    padding: 15px 20px;
}
.section-two-leadership .wp-block-columns .wp-block-column {
    padding: 10px 0 10px;
}
.Leader-ship-section-two {
    position: relative;
    padding: 50px 0;
}
.Leader-ship-section-two + .wp-block-spacer {
    height: 50px !important;
}
.section-four-leadership {
    position: relative;
    padding: 50px 0;
}
    .tabs-css-only .tab-buttons {
    gap: 5px;
    width: 90%;
    padding: 6px 5px 6px;
    left: 5%;
    transform: translate(0%);
    margin: 0 auto;
    /* display: block; */
}
    .filters-mobile-bar {
    position: static;
    top: 0;
    z-index: 20;
    background: #fff;
    padding: 10px 15px 25px;
    border-bottom: 0px;
    margin-bottom: 40px;
}
    div#productsWrap .col-lg-4 {
    margin-bottom: 70px;
    width: 100%;
}
.industreis-description ul li {
    width: 100%;
    padding: 30px 10px;
}
    .profile-section-two-right ul.wp-block-list li {
    width: 100%;
    display: inline-block;
}
    .services-tabs ul.gutena-tabs-tab.tab-left li {
    width: 100%;
}
    h2.wp-block-heading {
    color: #D17E00;
    font-size: 20px;
}
    .brand-profile-section3.services-why-choose ul.wp-block-list li {
    width: 100%;
    padding: 15px 10px;
    font-weight: 600;
}

a.read-btn {
    padding: 10px 33px;
    font-size: 13px;
}
.footer-menu-columns h3 {
    color: #011733;
    margin: 0px 0 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.links-navigate {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-links-row2 {
    margin-top: 20px;
}
.products-menu ul li {
    display: inline-block;
    width: 100%;
}

.indus-image img {
    min-height: 420px;
    object-fit: contain;
    /* object-position: center; */
}
.industrial-content {
    position: absolute;
    bottom: auto;
    left: 0px;
    transform: translateX(0%);
    TEXT-ALIGN: CENTER;
    padding: 0 10px;
    top: 70%;
}
.indus-titile h2 {
    font-size: 40px;
    text-align: center;
    line-height: 42px;
}
.home-newsletter-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 0px;
}
.head-blogs h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.owl-news-blogs.owl-carousel .owl-nav {
    bottom: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    display: none;
}
.keword-row p {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0;
    color: #000;
}
.home-locations-section .loc-address {
    width: 100%;
    padding: 0 10px;
}
.home-locations-section .loc-address h3 {
    font-size: 16px;
    font-weight: 700;
}
.home-locations-section .loc-address h4 {
    margin-top: 18px;
    margin-bottom: 5px;
}
section.home-featured-products-section {
    padding: 0 0 50px;
}
.owl-featured-products.owl-carousel .owl-nav {
    right: 0px;
    left: auto;
    transform: translate(0px);
    width: auto;
    bottom: -20px;
    top: auto;
    width: 100%;
}
.home-industry-section {
    padding: 50px 0px;
    border-radius: 60px;
}
.industry-head h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.industry-head h3 {
    color: #939393;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 20px;
}
.acc-trigger {
    padding: 10px 10px 10px 10px;
}
.acc-item.is-open .acc-trigger {
    padding-top: 15px;
    padding-bottom: 10px;
}
.acc-panel-inner {
    padding: 0 20px 20px 20px;
    color: #6a6a6a;
    line-height: 1.75;
    max-width: 600px;
}
.acc-title {
    padding-left: 0px;
}
.acc-item.is-open .acc-icon {
    filter: grayscale(0%);
    width: 65px;
    height: 48px;
    max-height: 70px;
    object-fit: contain;
    opacity: 1;
    background: linear-gradient(180deg, #FFF4E4 0%, #FFF 100%);
    padding: 12px 4px;
    border-radius: 999px;
    /* position: absolute; */
    /* min-height: 100px; */
}
.acc-item.is-open .acc-arrow {
    display: inline-flex;
    margin-right: 5px;
}
.acc-title {
    font-size: clamp(14px, 2vw, 23px);
    font-weight: 600;
    color: #7E7E7E;
    padding-left: 0px;
}
.acc-badge {
    width: 38px;
    height: 38px;
    font-size: 14px;
}
.read-button:before {
    width: 35%;
}
.aboutus-other-details .container {
    width: 100%;
}
.products-category-content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.category-tab {
    padding: 7px 15px;
    font-size: 14px;
}
.aboutus-vertical-label h6 {
    margin: 0;
    font-size: clamp(24px, 6vw, 48px);
}
.category-contents div ul li {
    width: 100%;
    list-style: disc;
}

nav.breadcrumbs ul {
    flex-wrap: wrap;
    gap: 5px 0;
}
h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #273159;
}
section.section-product-keybenifits ul li {
    width: 100%;
    padding: 10px 10px;
}
.hero-banner-content h1 {
    font-size: 20px;
}
.card-other-industreis__overlay {
    padding: 150px 20px 20px;
}
.industry-cat-card__content {
    padding: 20px;

}
#downloadGrid .col-lg-3 {
    width: 70%;
    margin: 0 auto;
}
.card-brochure img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}
}


   @media (max-width: 480px) {
        .wa-popup-header h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #1e1e1e;
}
        .wa-popup-box {
            margin: 12% auto;
            padding: 22px 18px;
        }

        .wa-actions {
            flex-direction: column;
        }

        .wa-button {
            padding: 12px 16px;
            font-size: 14px;
        }
    }


