    /* =========================================================
   GLOBAL
========================================================= */

@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {

    --red: #ed1c24;
    --red-dark: #c90f17;

    --blue: #111111;
    --blue-dark: #000000;

    --black: #0b0d10;
    --dark: #11151a;

    --text: #626871;
    --light: #f6f7f9;

    --border: #e6e8eb;

    --white: #ffffff;

}


* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

}


body {

font-family: "Open Sans", sans-serif;

    color: var(--text);

    background: #fff;

    overflow-x: hidden;

}


img {

max-width: 100%;

display: block;
}


a {

    text-decoration: none !important;

    transition: all .3s ease;

}


p {

    line-height: 1.8;

}


.section-padding {

padding: 80px 0;
}


.section-label {

font-size: 12px;

font-weight: 700;

letter-spacing: 2.5px;

color: var(--red);

margin-bottom: 18px;

margin-top: 50px;
}


.section-label.light {

    color: #fff;

    opacity: .75;

}


.section-title {

color: #000000;

font-size: 48px;

line-height: 1.1;

font-weight: 600;

margin-bottom: 25px;

font-family: "Montserrat", sans-serif;
}


.section-title span {

    color: var(--red);

}


.section-heading {

    max-width: 760px;

    margin: 0 auto 60px;

}


.section-heading p {

    max-width: 650px;

    margin: auto;

}



/* =========================================================
   TOP BAR
========================================================= */

.top-bar {

    background: var(--black);

    color: #fff;

    padding: 9px 0;

    font-size: 12px;

}


.top-contact {

display: flex;

flex-wrap: wrap;

gap: 25px;

font-size: 13px;
}


.top-contact span {

    opacity: .85;

}


.top-contact i {

    color: var(--red);

    margin-right: 6px;

}


.certification {

display: inline-flex;

gap: 15px;

font-weight: 600;

letter-spacing: 1px;
}



/* =========================================================
   HEADER
========================================================= */

.main-header {

position: sticky;

top: 0;

z-index: 999;

background: #ffffff;

padding: 7px 0;

transition: all .3s ease;

border-bottom: 1px solid #ececec;

box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}


.main-header.header-scrolled {

box-shadow: 0 10px 35px rgba(0,0,0,.08);

padding: 13px 0;

background: #ffffff;
}


.brand-logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.brand-symbol {

    width: 42px;

    height: 42px;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--red);

    color: #fff;

    font-size: 13px;

    font-weight: 800;

}


.brand-logo strong {

display: block;

color: var(--red);

font-family: 'Space Grotesk', sans-serif;

font-size: 22px;

line-height: 1;

font-family: "Montserrat", sans-serif;
}


.brand-logo strong span {

color: #000000;
}


.brand-logo small {

display: block;

font-size: 9px;

letter-spacing: 1.7px;

font-weight: 700;

color: #000000;

margin-top: 4px;
}


.navbar-nav .nav-link {

color: #20242a !important;

font-size: 14px;

font-weight: 600;

padding: 13px 14px !important;
}


.navbar-nav .nav-link:hover,

.navbar-nav .nav-link.active {

    color: var(--red) !important;

}


.dropdown-menu {

    border: 0;

    border-radius: 12px;

    padding: 10px;

    box-shadow: 0 20px 50px rgba(0,0,0,.12);

    min-width: 230px;

}


.dropdown-item {

    padding: 10px 13px;

    border-radius: 7px;

    font-size: 13px;

    font-weight: 600;

}


.dropdown-item:hover {

    background: #fff2f2;

    color: var(--red);

}


.btn-header {

background: var(--red);

color: #fff !important;

padding: 10px 20px;

border-radius: 6px;

font-size: 12px;

font-weight: 600;
}


.btn-header:hover {

background: #000000;

transform: translateY(-2px);
}



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

.hero-section {

    position: relative;

    min-height: 720px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:

        linear-gradient(110deg,
        rgba(5,8,14,.96) 0%,
        rgba(5,8,14,.88) 45%,
        rgba(5,8,14,.25) 100%),

        url("https://webbizgrow.in/newace/images/newguard-page-01.jpg")
        center/cover no-repeat;

}


.hero-section:after {

    content: "";

    position: absolute;

    right: -150px;

    bottom: -150px;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.1);

}


.hero-content {

    position: relative;

    z-index: 2;

    padding: 100px 0;

}


.hero-tag {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #fff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 25px;

}


.hero-tag span {

    width: 35px;

    height: 2px;

    background: var(--red);

}


.hero-content h1 {

    color: #fff;

    font-family: 'Space Grotesk', sans-serif;

    font-size: clamp(48px, 5vw, 78px);

    line-height: .98;

    letter-spacing: -3px;

    font-weight: 700;

    margin-bottom: 28px;

}


.hero-content h1 em {

    color: var(--red);

    font-style: normal;

}


.hero-content > p {

    max-width: 570px;

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

    font-size: 17px;

    line-height: 1.8;

    margin-bottom: 35px;

}


.hero-buttons {

    display: flex;

    gap: 12px;

    flex-wrap: wrap;

}


.btn-primary-custom {

    background: var(--red);

    color: #fff;

    border: 0;

    border-radius: 6px;

    padding: 15px 24px;

    font-size: 12px;

    font-weight: 800;

}


.btn-primary-custom i {

    margin-left: 12px;

}


.btn-primary-custom:hover {

    background: #fff;

    color: var(--red);

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(237,28,36,.25);

}


.btn-outline-light-custom {

    color: #fff;

    border: 1px solid rgba(255,255,255,.35);

    padding: 14px 24px;

    border-radius: 6px;

    font-size: 12px;

    font-weight: 800;

}


.btn-outline-light-custom:hover {

    background: #fff;

    color: var(--black);

}


.hero-trust {

    display: flex;

    margin-top: 60px;

    gap: 45px;

}


.hero-trust div {

    border-left: 1px solid rgba(255,255,255,.2);

    padding-left: 15px;

}


.hero-trust strong {

    display: block;

    color: #fff;

    font-size: 18px;

}


.hero-trust span {

    display: block;

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

    font-size: 10px;

    margin-top: 4px;

}


.hero-product {

    position: relative;

    z-index: 2;

}


.hero-image-wrap {

    background: #fff;

    padding: 12px;

    max-width: 390px;

    margin-left: auto;

    transform: rotate(3deg);

    box-shadow: 0 30px 80px rgba(0,0,0,.35);

    transition: all .5s ease;

}


.hero-image-wrap img {

    width: 100%;

}


.hero-product:hover .hero-image-wrap {

    transform: rotate(0deg) scale(1.02);

}


.floating-card {

    position: absolute;

    bottom: -30px;

    left: 20px;

    background: #fff;

    padding: 15px 18px;

    border-radius: 10px;

    display: flex;

    align-items: center;

    gap: 12px;

    box-shadow: 0 20px 50px rgba(0,0,0,.25);

}


.floating-icon {

    width: 42px;

    height: 42px;

    background: #fff0f0;

    color: var(--red);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}


.floating-card strong {

    display: block;

    color: var(--black);

    font-size: 12px;

}


.floating-card small {

    font-size: 10px;

}


.hero-scroll {

    position: absolute;

    bottom: 30px;

    right: 40px;

    z-index: 3;

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

    font-size: 9px;

    letter-spacing: 2px;

    display: flex;

    gap: 12px;

    align-items: center;

}



/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip {

    background: #fff;

    padding: 28px 0;

    position: relative;

    z-index: 5;

    box-shadow: 0 10px 40px rgba(0,0,0,.06);

}


.trust-item {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 5px 15px;

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

}


.col-md-3:last-child .trust-item {

    border-right: 0;

}


.trust-number {

font-size: 12px;

color: var(--red);

font-weight: 800;

margin-right: 10px;
}


.trust-item strong {

display: block;

color: var(--black);

font-size: 16px;

line-height: 30px;
}


.trust-item span {

font-size: 14px;
}



/* =========================================================
   ABOUT
========================================================= */

.about-image {

    position: relative;

    padding-right: 60px;

}


.about-image img {

    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}


.experience-card {

position: absolute;

right: 0;

bottom: -100px;

background: #ffffff;

color: #fff;

padding: 22px;

width: 160px;

box-shadow: 0 20px 40px rgb(201 199 199 / 25%);

border-radius: 5px;

text-align: center;
}


.experience-card strong,

.experience-card span {

display: inline-block;

font-size: 22px;

font-family: 'Space Grotesk';

font-family: "Montserrat", sans-serif;
}


.experience-card span {

    color: #fff;

}


.experience-card small {

display: block;

margin-top: 8px;

font-size: 14px;

color: #ff0000;
}


.lead-text {

    color: var(--black);

    font-size: 16px;

    font-weight: 600;

}


.about-points {

    margin: 25px 0;

}


.about-points div {

color: var(--black);

font-size: 14px;

font-weight: 700;

margin-bottom: 12px;
}


.about-points i {

    color: var(--red);

    margin-right: 10px;

}


.text-link {

    color: var(--red);

    font-size: 12px;

    font-weight: 800;

}


.text-link i {

    margin-left: 10px;

}


.text-link:hover {

color: #000000;
}



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

.products-section {

    background: var(--light);

}


.product-card {

    

    margin-bottom: 30px;

    border-radius: 10px;

    overflow: hidden;

    transition: all .4s ease;

    border: 1px solid transparent;

}


.product-card:hover {

    transform: translateY(-10px);

 

}


.product-image {

position: relative;

background: #ffffff;

overflow: hidden;
}


.product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .6s ease;

}


.product-card:hover .product-image img {

    transform: scale(1.07);

}


.product-number {

    position: absolute;

    left: 18px;

    top: 18px;

    background: #fff;

    color: var(--red);

    width: 38px;

    height: 38px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 10px;

    font-weight: 800;

    box-shadow: 0 8px 20px rgba(0,0,0,.1);

}


.product-arrow {

    position: absolute;

    right: 18px;

    bottom: 18px;

    width: 45px;

    height: 45px;

    background: var(--red);

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transform: translateY(70px);

    opacity: 0;

}


.product-card:hover .product-arrow {

    transform: translateY(0);

    opacity: 1;

}


.product-arrow:hover {

    background: var(--blue);

    color: #fff;

} 


.product-content {

    padding: 25px;
border-top: 1px solid #efefef;
}


.product-content small {

color: var(--red);

font-size: 12px;

font-weight: 700;

letter-spacing: 2px;
}


.product-content h3 {

color: var(--black);

font-family: 'Space Grotesk';

font-size: 22px;

margin: 8px 0 10px;

font-family: "Montserrat", sans-serif;

font-weight: 600;
}


.product-content p {

font-size: 14px;

margin-bottom: 0;
}


.btn-dark-custom {

background: var(--black);

color: #fff;

padding: 15px 25px;

border-radius: 5px;

font-size: 14px;

font-weight: 600;
}


.btn-dark-custom i {

    margin-left: 12px;

}


.btn-dark-custom:hover {

    background: var(--red);

    color: #fff;

    transform: translateY(-3px);

}



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

.feature-section {

padding: 80px 0 0;
}


.feature-box {

position: relative;

background:

        linear-gradient(100deg,
        #11151a 0%,
        #11151a 65%,
        #1b1e25 100%);

padding: 40px;

border-radius: 14px;

overflow: hidden;

background: #000000;
}


.feature-box:after {

    content: "";

    position: absolute;

    width: 400px;

    height: 400px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50%;

    right: -180px;

    top: -150px;

}


.feature-box h2 {

color: #fff;

font-family: 'Space Grotesk';

font-size: 48px;

line-height: 1.2;

font-family: "Montserrat", sans-serif;

margin-bottom: 20px;

font-weight: 600;
}


.feature-box h2 span {

    color: var(--red);

}


.feature-box p {

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

    max-width: 650px;

    margin-bottom: 30px;

}


.feature-image {

position: relative;

z-index: 2;

/* padding: 10px; */

/* background: #fff; */

/* transform: rotate(3deg); */

/* box-shadow: 0 25px 60px rgba(0,0,0,.3); */

border-radius: 10px;

/* right: -30px; */
}


.feature-image img {

/* height: 330px; */

/* width: 100%; */

/* object-fit: cover; */

display: block;

margin: 0 auto;
}


.btn-white {

background: #fff;

color: var(--black);

border-radius: 5px;

padding: 14px 22px;

font-size: 14px;

font-weight: 600;

font-family: "Montserrat", sans-serif;
}


.btn-white:hover {

    background: var(--red);

    color: #fff;

}



/* =========================================================
   APPLICATIONS
========================================================= */

.application-card {

    min-height: 300px;

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

    padding: 30px;

    position: relative;

    transition: all .4s ease;

    background: #fff;

}


.application-card:hover {

    background: var(--black);

    transform: translateY(-8px);

    border-color: var(--black);

    box-shadow: 0 25px 50px rgba(0,0,0,.15);

}


.application-card > span {

color: #7e7e7f;

font-size: 11px;

font-weight: 800;
}


.application-icon {

    margin: 35px 0 25px;

    width: 50px;

    height: 50px;

    background: #fff1f1;

    color: var(--red);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

}


.application-card h3 {

color: var(--black);

font-family: 'Space Grotesk';

font-size: 20px;

font-family: "Montserrat", sans-serif;

font-weight: 600;
}


.application-card p {
font-size: 14px;

}


.application-card a {

color: var(--red);

font-size: 12px;

font-weight: 800;
}


.application-card a i {

    margin-left: 8px;

}


.application-card:hover h3,

.application-card:hover p {

    color: #fff;

}


.application-card:hover > span {

    color: #ccc;

}



/* =========================================================
   QUALITY
========================================================= */

.quality-section {

background: #ffffff;
}


.sticky-heading {

    position: sticky;

    top: 130px;

}


.quality-list {

    border-top: 1px solid #ddd;

}


.quality-item {

    display: flex;

    gap: 25px;

    padding: 35px 0;

    border-bottom: 1px solid #ddd;

    transition: all .3s ease;

}


.quality-item:hover {

    padding-left: 15px;

}


.quality-number {

    color: var(--red);

    font-size: 12px;

    font-weight: 800;

}


.quality-item h3 {

color: var(--black);

font-family: 'Space Grotesk';

font-size: 24px;

margin-bottom: 8px;

font-family: "Montserrat", sans-serif;
}


.quality-item p {

    margin: 0;

    font-size: 13px;

}



/* =========================================================
   PROCESS
========================================================= */

.process-wrapper {

    display: flex;

    align-items: flex-start;

    justify-content: center;

}


.process-item {

    width: 210px;

    text-align: center;

}


.process-circle {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background: var(--black);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    font-size: 12px;

    font-weight: 800;

    transition: all .3s ease;

}


.process-item:hover .process-circle {

    background: var(--red);

    transform: scale(1.1);

}


.process-item h3 {

color: var(--black);

font-family: 'Space Grotesk';

font-size: 18px;

margin-top: 20px;

font-family: "Montserrat", sans-serif;

font-weight: 600;
}


.process-item p {

font-size: 14px;
}


.process-line {

    width: 80px;

    height: 1px;

    background: #ddd;

    margin-top: 35px;

}



/* =========================================================
   CATALOGUE
========================================================= */

.catalogue-section {

padding: 0 0 80px;
}


.catalogue-box {

background: #000000;

padding: 70px;

border-radius: 14px;

overflow: hidden;
}


.catalogue-box h2 {

color: #fff;

font-family: 'Space Grotesk';

font-size: 50px;

line-height: 1.2;

margin-bottom: 20px;

font-family: "Montserrat", sans-serif;

font-weight: 600;
}


.catalogue-box h2 span {

    color: #ff4a50;

}


.catalogue-box p {

color: #ffffff;

max-width: 600px;

margin-bottom: 30px;
}


.catalogue-cover {

width: 260px;

margin-left: auto;

transform: rotate(5deg);

box-shadow: 0 30px 60px rgba(0,0,0,.35);

transition: all .4s ease;

border-radius: 30px;
}


.catalogue-cover:hover {

    transform: rotate(0) scale(1.03);

}



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

.contact-section {

    background: var(--light);

}


.contact-details {

    margin-top: 35px;

}


.contact-detail {

display: flex;

gap: 15px;

margin-bottom: 22px;
}


.contact-icon {

    width: 43px;

    height: 43px;

    flex: 0 0 43px;

    border-radius: 8px;

    background: #fff;

    color: var(--red);

    display: flex;

    align-items: center;

    justify-content: center;

}


.contact-detail small {

display: block;

font-size: 12px;

letter-spacing: 1.5px;

color: #999;

font-weight: 600;
}


.contact-detail strong {

display: block;

color: var(--black);

font-size: 14px;

margin-top: 4px;

line-height: 30px;

font-weight: 600;
}


.enquiry-form {

    background: #fff;

    padding: 45px;

    border-radius: 12px;

    box-shadow: 0 25px 60px rgba(0,0,0,.07);

}


.form-top span {

color: var(--red);

font-size: 11px;

font-weight: 800;

letter-spacing: 2px;
}


.form-top h3 {

    color: var(--black);

    font-family: "Montserrat", sans-serif;

    font-size: 28px;

    margin: 8px 0 30px;

}


.form-group label {

color: var(--black);

font-size: 14px;

font-weight: 700;

margin-bottom: 8px;
}


.form-control {

border: 1px solid #e3e5e8;

border-radius: 5px;

height: 48px;

font-size: 14px;

padding: 10px 14px;

box-shadow: none !important;
}


textarea.form-control {

    height: auto;

}


.form-control:focus {

    border-color: var(--red);

}



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

.footer {

background: #000000;

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

padding: 75px 0 0;
}


.footer .brand-logo strong {

    color: var(--red);

}


.footer p {

font-size: 14px;

max-width: 380px;

margin-top: 20px;
}


.footer h4 {

    color: #fff;

    font-family: 'Space Grotesk';

    font-size: 15px;

    margin-bottom: 22px;

}


.footer ul {

    list-style: none;

    padding: 0;

}


.footer ul li {

    margin-bottom: 11px;

}


.footer ul li a,

.footer-contact,

.footer > .container a {

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

font-size: 14px;
}


.footer ul li a:hover {

    color: var(--red);

}


.social-links {

    display: flex;

    gap: 8px;

    margin-top: 25px;     display: none;

}


.social-links a {

    width: 35px;

    height: 35px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff !important;

}


.social-links a:hover {

    background: var(--red);

    border-color: var(--red);

}


.footer-bottom {

margin-top: 60px;

border-top: 1px solid rgba(255,255,255,.08);

padding: 22px 0;

display: flex;

justify-content: space-between;

gap: 20px;

font-size: 14px;
}



/* =========================================================
   FLOATING ACTIONS
========================================================= */

.floating-actions {

    position: fixed;

    right: 20px;

    bottom: 25px;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    gap: 10px;

}


.floating-actions a {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    box-shadow: 0 8px 25px rgba(0,0,0,.2);

}


.call-btn {

    background: var(--red);

}


.whatsapp-btn {

    background: #25D366;

}


.floating-actions a:hover {

    transform: translateY(-4px) scale(1.05);

    color: #fff;

}



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

@media(max-width: 1199px) {

    .navbar-nav .nav-link {

        padding-left: 9px !important;

        padding-right: 9px !important;

    }

    .hero-content h1 {

        font-size: 58px;

    }

    .section-title {

        font-size: 42px;

    }

}


@media(max-width: 991px) {

    .top-contact {

        justify-content: center;

        margin-bottom: 7px;

    }

    .certification {

        display: none;

    }

    .main-header {

        padding: 15px 0;

    }

    .navbar-collapse {

        background: #fff;

        margin-top: 15px;

        padding: 15px;

        border-radius: 10px;

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

    }

    .navbar-nav .nav-link {

        padding: 11px 10px !important;

    }

    .btn-header {

        display: inline-block;

        margin-top: 10px;

    }

    .hero-section {

        min-height: auto;

        padding: 70px 0 100px;

    }

    .hero-content {

        padding: 20px 0 70px;

    }

    .hero-product {

        max-width: 420px;

        margin: auto;

    }

    .hero-image-wrap {

        margin: auto;

    }

    .hero-scroll {

        display: none;

    }

    .trust-item {

        margin-bottom: 20px;

        border: 0;

    }

    .about-image {

        margin-bottom: 60px;

    }

    .feature-box {

        padding: 50px 35px;

    }

    .feature-image {

        margin-top: 40px;

    }

    .sticky-heading {

        position: static;

        margin-bottom: 50px;

    }

    .process-wrapper {

        flex-wrap: wrap;

        gap: 30px;

    }

    .process-line {

        display: none;

    }

    .catalogue-box {

        padding: 50px 35px;

    }

    .catalogue-cover {

        margin: 50px auto 0;

    }

}


@media(max-width: 767px) {
	.product-showcase-section {display:none}

    .section-padding {

        padding: 75px 0;

    }

    .top-bar {

        text-align: center;

    }

    .top-contact {

        display: block;

    }

    .top-contact span {

        display: inline-block;

        margin: 2px 7px;

    }

    .hero-content h1 {

        font-size: 48px;

        letter-spacing: -2px;

    }

    .hero-content > p {

        font-size: 14px;

    }

    .hero-trust {

        gap: 18px;

        flex-wrap: wrap;

    }

    .section-title {

        font-size: 36px;

    }

    .about-image {

        padding-right: 30px;

    }

    .about-image img {

height: auto;

}

    .product-image {

        height: 300px;

    }

    .feature-box h2,

    .catalogue-box h2 {

        font-size: 36px;

    }

    .application-card {

        margin-bottom: 20px;

    }

    .enquiry-form {

        padding: 30px 20px;

        margin-top: 50px;

    }

    .footer-bottom {

        display: block;

    }

    .footer-bottom span {

        display: block;

        margin-bottom: 8px;

    }

}


@media(max-width: 480px) {

    .hero-content h1 {

        font-size: 40px;

    }

    .hero-buttons {

        display: block;

    }

    .hero-buttons a {

        display: block;

        text-align: center;

        margin-bottom: 10px;

    }

    .hero-trust {

        display: grid;

        grid-template-columns: 1fr 1fr;

    }

    .hero-trust div {

        border-left: 0;

        border-top: 1px solid rgba(255,255,255,.15);

        padding-top: 10px;

    }

    .section-title {

        font-size: 31px;

    }

    .catalogue-cover {

        width: 210px;

    }

    .floating-card {

        left: 0;

        bottom: -25px;

    }

}

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

.hero-carousel {

    position: relative;

    overflow: hidden;

    background: #080a0d;

}


.hero-slide {

    min-height: 720px;

    display: flex;

    align-items: center;

    position: relative;

    background-size: cover;

    background-position: center;

    overflow: hidden;

}


/* DIFFERENT BACKGROUND FOR EACH SLIDE */

.hero-slide-one {

    background-image:
        url("images/newguard-page-01.jpg");

}


.hero-slide-two {

    background-image:
        url("images/newguard-page-08.jpg");

}


.hero-slide-three {

    background-image:
        url("images/newguard-page-03.jpg");

}



/* DARK PREMIUM OVERLAY */

.hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4,7,12,.97) 0%,
            rgba(4,7,12,.91) 38%,
            rgba(4,7,12,.65) 63%,
            rgba(4,7,12,.25) 100%
        );

}


/* RED DESIGN ELEMENT */

.hero-slide:before {

    content: "";

    position: absolute;

    width: 480px;

    height: 480px;

    border: 1px solid rgba(237,28,36,.25);

    border-radius: 50%;

    right: -200px;

    top: -150px;

}


.hero-slide:after {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50%;

    right: 100px;

    bottom: -160px;

}


/* HERO CONTENT */

.hero-content {

    position: relative;

    z-index: 5;

    padding: 100px 0;

}


.hero-tag {

    display: flex;

    align-items: center;

    gap: 12px;

    color: #fff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.5px;

    margin-bottom: 25px;

}


.hero-tag span {

    width: 38px;

    height: 2px;

    background: #ed1c24;

    display: inline-block;

}


.hero-content h1 {

    color: #fff;

    font-family: 'Space Grotesk', sans-serif;

    font-size: clamp(48px, 5vw, 76px);

    line-height: .98;

    letter-spacing: -3px;

    font-weight: 700;

    margin-bottom: 30px;

}


.hero-content h1 em {

    color: #ed1c24;

    font-style: normal;

}


.hero-content > p {

    max-width: 570px;

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

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 35px;

}


/* BUTTONS */

.hero-buttons {

    display: flex;

    gap: 12px;

    flex-wrap: wrap;

}


.btn-primary-custom {

background: #ed1c24;

color: #fff;

border: 1px solid #ed1c24;

border-radius: 5px;

padding: 15px 24px;

font-size: 14px;

font-weight: 700;

transition: all .3s ease;
}


.btn-primary-custom i {

    margin-left: 12px;

}


.btn-primary-custom:hover {

    background: #fff;

    border-color: #fff;

    color: #ed1c24;

    transform: translateY(-3px);

    box-shadow: 0 15px 35px rgba(237,28,36,.25);

}


.btn-outline-light-custom {

    color: #fff;

    border: 1px solid rgba(255,255,255,.3);

    padding: 14px 24px;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 800;

}


.btn-outline-light-custom:hover {

    background: #fff;

    color: #111;

    border-color: #fff;

}


/* HERO TRUST */

.hero-trust {

    display: flex;

    gap: 40px;

    margin-top: 55px;

}


.hero-trust div {

    border-left: 1px solid rgba(255,255,255,.2);

    padding-left: 15px;

}


.hero-trust strong {

color: #fff;

font-size: 20px;

display: block;

lin;

line-height: 40px;
}


.hero-trust span {

color: #a9a9a9;

font-size: 12px;

display: block;

margin-top: 3px;
}


/* PRODUCT */

.hero-product {

    position: relative;

    z-index: 5;

    padding: 50px 30px;

}



.hero-image-wrap {

    max-width: 410px;

    margin: auto;

    background: #fff;

    padding: 12px;

    box-shadow:
        0 35px 90px rgba(0,0,0,.45);

    transform: rotate(3deg);

    transition: all .6s ease;

}


.hero-image-wrap img {

    width: 100%;

    height: 430px;

    object-fit: cover;

}


.hero-product:hover .hero-image-wrap {

    transform: rotate(0deg) scale(1.03);

}


/* FLOATING CARD */

.floating-card {

    position: absolute;

    left: 15px;

    bottom: 30px;

    background: #fff;

    padding: 14px 18px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    gap: 12px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.35);

    min-width: 190px;

}


.floating-icon {

    width: 42px;

    height: 42px;

    background: #fff0f0;


    color: #ed1c24;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}


.floating-card strong {

    display: block;

    color: #111;

    font-size: 11px;

}


.floating-card small {

    display: block;

    font-size: 9px;

    color: #777;

    margin-top: 2px;

}


/* CAROUSEL CONTROLS */

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {

    width: 65px;

    height: 65px;

    top: auto;

    bottom: 40px;

    opacity: 1;

    z-index: 10;

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 50%;

}


.hero-carousel .carousel-control-prev {

    left: auto;

    right: 120px;

}


.hero-carousel .carousel-control-next {

    right: 40px;

}


.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {

    background: #ed1c24;

    border-color: #ed1c24;

}


.carousel-control-prev-icon,
.carousel-control-next-icon {

    width: 16px;

    height: 16px;

}


/* INDICATORS */

.hero-carousel .carousel-indicators {

    left: auto;

    right: 40px;

    bottom: 125px;

    margin: 0;

    justify-content: flex-end;

}


.hero-carousel .carousel-indicators li {

    width: 25px;

    height: 3px;

    margin: 0 4px;

    background: rgba(255,255,255,.3);

    border: 0;

    opacity: 1;

}


.hero-carousel .carousel-indicators li.active {

    background: #ed1c24;

    width: 45px;

}


/* SLIDE ANIMATION */

.carousel-fade .carousel-item {

    opacity: 0;

    transition:
        opacity .8s ease-in-out;

}


.carousel-fade .carousel-item.active {

    opacity: 1;

}


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

@media(max-width: 991px) {

    .hero-slide {

        min-height: auto;

        padding: 60px 0 110px;

    }


    .hero-content {

        padding: 30px 0 60px;

    }


    .hero-product {

        max-width: 500px;

        margin: auto;

        padding: 20px;

    }


    .hero-image-wrap {

        max-width: 360px;

    }


    .hero-image-wrap img {

        height: 380px;

    }


    .hero-carousel .carousel-control-prev {

        right: 100px;

    }


    .hero-carousel .carousel-control-next {

        right: 25px;

    }


    .hero-carousel .carousel-indicators {

        right: 25px;

    }

}


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

@media(max-width: 767px) {

    .hero-slide {

        padding: 35px 0 90px;

    }


    .hero-content {

        padding: 20px 0 45px;

    }


    .hero-content h1 {

        font-size: 43px;

        letter-spacing: -2px;

    }


    .hero-content > p {

        font-size: 13px;

    }


    .hero-trust {

        gap: 18px;

        margin-top: 35px;

        flex-wrap: wrap;

    }


    .hero-trust div {

        min-width: 90px;

    }


    .hero-product {

        padding: 10px 20px 30px;

    }


    .hero-image-wrap {

        max-width: 300px;

    }


    .hero-image-wrap img {

        height: 330px;

    }


    .floating-card {

        left: 5px;

        bottom: 5px;

    }


    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {

        width: 45px;

        height: 45px;

        bottom: 20px;

    }


    .hero-carousel .carousel-control-prev {

        right: 75px;

    }


    .hero-carousel .carousel-control-next {

        right: 20px;

    }


    .hero-carousel .carousel-indicators {

        display: none;

    }

}


@media(max-width: 480px) {

    .hero-content h1 {

        font-size: 37px;

    }


    .hero-buttons {

        display: block;

    }


    .hero-buttons a {

        display: block;

        text-align: center;

        margin-bottom: 10px;

    }


    .hero-trust {

        display: grid;

        grid-template-columns: 1fr 1fr;

    }


    .hero-image-wrap img {

        height: 300px;

    }

}

/* =========================================================
   ACE HERO CAROUSEL
========================================================= */

.ace-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}


/* =========================================================
   SLIDE
========================================================= */

.ace-hero-slide {
    position: relative;
    min-height: 570px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


/* =========================================================
   OVERLAY
========================================================= */

.ace-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .90) 0%,
            rgba(0, 0, 0, .72) 35%,
            rgba(0, 0, 0, .35) 65%,
            rgba(0, 0, 0, .10) 100%
        );
}


/* =========================================================
   CONTENT
========================================================= */

.ace-hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}


.ace-hero-label {
    position: relative;

    display: inline-flex;
    align-items: center;

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 25px;

    padding-left: 48px;
}


.ace-hero-label:before {
    content: "";

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

    width: 34px;
    height: 2px;

    background: #e21d2a;

    transform: translateY(-50%);
}


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

.ace-hero-content h1 {
    color: #fff;

    font-size: 68px;
    line-height: 1.02;

    font-weight: 300;

    letter-spacing: -2px;

    margin: 0 0 28px;
}


.ace-hero-content h1 strong {
    display: block;

    color: #e21d2a;

    font-weight: 700;
}


/* =========================================================
   PARAGRAPH
========================================================= */

.ace-hero-content p {
    max-width: 570px;

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

    font-size: 16px;
    line-height: 1.8;

    margin-bottom: 35px;
}


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

.ace-hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}


.ace-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-decoration: none !important;
    transition: all .35s ease;
}


.ace-btn i {
    margin-left: 13px;

    transition: transform .3s ease;
}


/* PRIMARY */

.ace-btn-primary {
    background: #e21d2a;

    color: #fff;

    border: 1px solid #e21d2a;
}


.ace-btn-primary:hover {
    background: #fff;

    color: #e21d2a;

    border-color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}


.ace-btn-primary:hover i {
    transform: translateX(5px);
}


/* OUTLINE */

.ace-btn-outline {
    color: #fff;

    border: 1px solid rgba(255,255,255,.5);

    background: transparent;
}


.ace-btn-outline:hover {
    color: #111;

    background: #fff;

    border-color: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   LEFT / RIGHT ARROWS
========================================================= */

.ace-carousel-arrow {
    position: absolute;

    top: 50%;

    width: 58px;
    height: 58px;

    margin-top: -29px;

    opacity: 1;

    z-index: 10;

    transition: all .3s ease;
}


/* LEFT */

.ace-arrow-left {
    left: 30px;
}


/* RIGHT */

.ace-arrow-right {
    right: 30px;
}


/* ARROW CIRCLE */

.ace-arrow-icon {
    width: 58px;
    height: 58px;

    display: flex;

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

    border: 1px solid rgba(255,255,255,.4);

    border-radius: 50%;

    color: #fff;

    background: rgba(0,0,0,.15);

    backdrop-filter: blur(5px);

    transition: all .35s ease;
}


.ace-arrow-icon i {
    font-size: 14px;
}


/* HOVER */

.ace-carousel-arrow:hover .ace-arrow-icon {
    background: #e21d2a;

    border-color: #e21d2a;

    color: #fff;

    transform: scale(1.08);
}


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

.ace-carousel-indicators {
    position: absolute;

    right: 50px;
    bottom: 35px;
    left: auto;

    margin: 0;

    display: flex;

    align-items: center;

    width: auto;
}


.ace-carousel-indicators li {
    width: 25px;
    height: 2px;

    margin: 0 4px;

    border: 0;

    background: rgba(255,255,255,.4);

    opacity: 1;

    transition: all .3s ease;
}


.ace-carousel-indicators li.active {
    width: 50px;

    background: #e21d2a;
}


/* =========================================================
   CAROUSEL FADE
========================================================= */

.carousel-fade .carousel-item {
    opacity: 0;

    transition-property: opacity;

    transform: none;
}


.carousel-fade .carousel-item.active {
    opacity: 1;
}


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

@media (max-width: 991px) {

    .ace-hero-slide {
        min-height: 650px;
    }


    .ace-hero-content {
        padding: 80px 0;
    }


    .ace-hero-content h1 {
        font-size: 54px;
    }


    .ace-carousel-arrow {
        width: 48px;
        height: 48px;

        margin-top: -24px;
    }


    .ace-arrow-icon {
        width: 48px;
        height: 48px;
    }


    .ace-arrow-left {
        left: 15px;
    }


    .ace-arrow-right {
        right: 15px;
    }

}


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

@media (max-width: 767px) {

    .ace-hero-slide {
        min-height: 650px;

        background-position: center center;
    }


    .ace-hero-overlay {

        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.88),
                rgba(0,0,0,.58)
            );

    }


    .ace-hero-content {
        padding: 70px 25px;
    }


    .ace-hero-label {
        font-size: 9px;

        letter-spacing: 2px;

        padding-left: 35px;
    }


    .ace-hero-label:before {
        width: 25px;
    }


    .ace-hero-content h1 {
        font-size: 43px;

        line-height: 1.05;

        letter-spacing: -1px;
    }


    .ace-hero-content p {
        font-size: 14px;

        line-height: 1.7;
    }


    .ace-hero-buttons {
        display: block;
    }


    .ace-btn {
        width: 100%;

        margin-bottom: 10px;
    }


    .ace-carousel-arrow {
        width: 42px;
        height: 42px;

        margin-top: -21px;
    }


    .ace-arrow-icon {
        width: 42px;
        height: 42px;
    }


    .ace-arrow-left {
        left: 8px;
    }


    .ace-arrow-right {
        right: 8px;
    }


    .ace-carousel-indicators {
        right: 25px;

        bottom: 20px;
    }

}


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

@media (max-width: 480px) {

    .ace-hero-slide {
        min-height: 620px;
    }


    .ace-hero-content {
        padding: 60px 22px;
    }


    .ace-hero-content h1 {
        font-size: 37px;
    }


    .ace-hero-content p {
        font-size: 13px;
    }

}
/* =========================================================
   ACE HERO CAROUSEL
========================================================= */

.ace-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}


/* =========================================================
   SLIDE
========================================================= */

.ace-hero-slide {
    position: relative;
    min-height: 520px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}


/* =========================================================
   OVERLAY
========================================================= */

.ace-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .90) 0%,
            rgba(0, 0, 0, .72) 35%,
            rgba(0, 0, 0, .35) 65%,
            rgba(0, 0, 0, .10) 100%
        );
}


/* =========================================================
   CONTENT
========================================================= */

.ace-hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}


.ace-hero-label {
    position: relative;

    display: inline-flex;
    align-items: center;

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 25px;

    padding-left: 48px;
}


.ace-hero-label:before {
    content: "";

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

    width: 34px;
    height: 2px;

    background: #e21d2a;

    transform: translateY(-50%);
}


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

.ace-hero-content h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
}


.ace-hero-content h1 strong {
    display: block;

    color: #e21d2a;

    font-weight: 700;
}


/* =========================================================
   PARAGRAPH
========================================================= */

.ace-hero-content p {
    max-width: 570px;
    color: rgba(255,255,255,.75);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 35px;
}


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

.ace-hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}


.ace-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .8px;
    text-decoration: none !important;
    transition: all .35s ease;
}


.ace-btn i {
    margin-left: 13px;

    transition: transform .3s ease;
}


/* PRIMARY */

.ace-btn-primary {
    background: #e21d2a;

    color: #fff;

    border: 1px solid #e21d2a;
}


.ace-btn-primary:hover {
    background: #fff;

    color: #e21d2a;

    border-color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}


.ace-btn-primary:hover i {
    transform: translateX(5px);
}


/* OUTLINE */

.ace-btn-outline {
    color: #fff;

    border: 1px solid rgba(255,255,255,.5);

    background: transparent;
}


.ace-btn-outline:hover {
    color: #111;

    background: #fff;

    border-color: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   LEFT / RIGHT ARROWS
========================================================= */

.ace-carousel-arrow {
    position: absolute;

    top: 50%;

    width: 58px;
    height: 58px;

    margin-top: -29px;

    opacity: 1;

    z-index: 10;

    transition: all .3s ease;
}


/* LEFT */

.ace-arrow-left {
    left: 8px;
}


/* RIGHT */

.ace-arrow-right {
    right: 20px;
}


/* ARROW CIRCLE */

.ace-arrow-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.15);
    backdrop-filter: blur(5px);
    transition: all .35s ease;
}


.ace-arrow-icon i {
    font-size: 14px;
}


/* HOVER */

.ace-carousel-arrow:hover .ace-arrow-icon {
    background: #e21d2a;

    border-color: #e21d2a;

    color: #fff;

    transform: scale(1.08);
}


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

.ace-carousel-indicators {
    position: absolute;
    right: 48%;
    bottom: 35px;
    left: auto;
    margin: 0;
    display: flex;
    align-items: center;
    width: auto;
}


.ace-carousel-indicators li {
    width: 25px;
    height: 2px;

    margin: 0 4px;

    border: 0;

    background: rgba(255,255,255,.4);

    opacity: 1;

    transition: all .3s ease;
}


.ace-carousel-indicators li.active {
    width: 50px;

    background: #e21d2a;
}


/* =========================================================
   CAROUSEL FADE
========================================================= */

.carousel-fade .carousel-item {
    opacity: 0;

    transition-property: opacity;

    transform: none;
}


.carousel-fade .carousel-item.active {
    opacity: 1;
}


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

@media (max-width: 991px) {

    .ace-hero-slide {
        min-height: 650px;
    }


    .ace-hero-content {
        padding: 80px 0;
    }


    .ace-hero-content h1 {
        font-size: 54px;
    }


    .ace-carousel-arrow {
        width: 48px;
        height: 48px;

        margin-top: -24px;
    }


    .ace-arrow-icon {
        width: 48px;
        height: 48px;
    }


    .ace-arrow-left {
        left: 15px;
    }


    .ace-arrow-right {
        right: 15px;
    }

}


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

@media (max-width: 767px) {

    .ace-hero-slide {
        min-height: 650px;

        background-position: center center;
    }


    .ace-hero-overlay {

        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.88),
                rgba(0,0,0,.58)
            );

    }


    .ace-hero-content {
        padding: 70px 25px;
    }


    .ace-hero-label {
        font-size: 9px;

        letter-spacing: 2px;

        padding-left: 35px;
    }


    .ace-hero-label:before {
        width: 25px;
    }


    .ace-hero-content h1 {
        font-size: 43px;

        line-height: 1.05;

        letter-spacing: -1px;
    }


    .ace-hero-content p {
        font-size: 14px;

        line-height: 1.7;
    }


    .ace-hero-buttons {
        display: block;
    }


    .ace-btn {
        width: 100%;

        margin-bottom: 10px;
    }


    .ace-carousel-arrow {
        width: 42px;
        height: 42px;

        margin-top: -21px;
    }


    .ace-arrow-icon {
        width: 42px;
        height: 42px;
    }


    .ace-arrow-left {
        left: 8px;
    }


    .ace-arrow-right {
        right: 8px;
    }


    .ace-carousel-indicators {
        right: 25px;

        bottom: 20px;
    }

}


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

@media (max-width: 480px) {

    .ace-hero-slide {
        min-height: 620px;
    }


    .ace-hero-content {
        padding: 60px 22px;
    }


    .ace-hero-content h1 {
        font-size: 37px;
    }


    .ace-hero-content p {
        font-size: 13px;
    }

}

    .container {
        max-width: 1240px;
    }

.footer-brand .brand-logo strong span {
    color: #ffffff;
}
.footer-brand  .brand-logo small {
     color: #ffffff;
     font-size: 10px;
}
 
.certification i {
    color: #ff0000;
    margin-right: 6px;
}

.btn-header i{margin-left:10px} 

/* Main Menu Hover Effect */
.navbar-nav > li > a {
    position: relative;
    transition: all 0.3s ease;
}

/* Hover underline animation 
.navbar-nav > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 1px;
    background: #e31e24;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav > li > a:hover::after,
.navbar-nav > li.active > a::after {
    width: 70%;
}*/

 
.navbar-nav > li > a:hover {
    color: #e31e24 !important;
}


/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 0;
}

/* Show dropdown on mouse hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Items */
.navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
}

/* Dropdown item hover */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #e31e24;
    color: #fff;
    padding-left: 25px;
}


/* Dropdown Arrow */
.navbar-nav .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 15px;
    }
}


.product-page {
  width: 100%;
  min-height: 100vh;
  /* background: linear-gradient(90deg, #fafafa 0%, #f3f3f3 48%, #fafafa 100%); */
}

/* =====================================================
   TOP STRIP
===================================================== */

.top-strip {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: stretch;
  background: #ffffff;
}

.top-red {
  width: 79%;
  background: #f51d26;
}

.top-white {
  width: 3%;
  background: #ffffff;
}

.top-blue {
  width: 18%;
  background: #3f3e85;
}

/* =====================================================
   MAIN CONTAINER
===================================================== */

.product-container {
  padding: 80px 0px;
}

/* =====================================================
   LEFT COLUMN
===================================================== */

.product-column {
  padding-right: 45px;
}

.product-title {
  width: 245px;
  margin: 0 auto 35px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #f51d26;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.product-title:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 29, 38, 0.25);
}

.product-item {
  margin-bottom: 15px;
  text-align: center;
}

.product-image-wrap {
  position: relative;
  width: 100%;
  min-height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease;
}

.product-image:hover {
  transform: scale(1.025);
}

.isi-mark {
  position: absolute;
  top: 18px;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  display: none;
}

 

.material-info {
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
}

.material-info span,
.material-info strong {
  display: block;
}

.material-info span {
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

.material-info strong {
  color: #c03529;
  font-size: 14px;
  font-weight: 700;
}

/* =====================================================
   RIGHT COLUMN
===================================================== */

.specification-column {
  padding-left: 25px;
  padding-right: 20px;
}

.spec-title {
  width: 95%;
  min-height: 50px;
  margin: 0 auto 20px;
  padding: 12px 25px;
  border-radius: 50px;
  background: #f51d26;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.spec-title:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 29, 38, 0.22);
}

/* =====================================================
   TECHNICAL SPECIFICATIONS
===================================================== */

.technical-section {
  width: 95%;
  margin: 0 auto;
  padding-top: 2px;
}

.technical-section h2 {
  margin-bottom: 5px;
  color: #c92f25;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

.spec-row strong {
  color: #bd3328;
  font-weight: 700;
  margin-right: 5px;
}

.spec-row span {
  color: #4c4c4c;
  font-weight: 400;
}

.performance-title,
.other-range-title,
.finish-title {
  color: #bd3328;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}

.performance-title {
  text-decoration: underline;
  margin-top: 3px;
}

.other-range-title {
  margin-top: 8px;
  margin-bottom: 16px;
  text-decoration: underline;
}

.finish-title {
  margin-top: 3px;
  margin-bottom: -1px;
  text-decoration: underline;
}

.body-row {
  margin-bottom: 15px;
}

sup {
  font-size: 11px;
  line-height: 0;
}

/* =====================================================
   TECHNICAL DIAGRAM
===================================================== */

.diagram-section {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technical-diagram {
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.technical-diagram:hover {
  transform: scale(1.01);
}

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

.page-footer {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

.footer-email {
  width: 79%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f51d26;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 20px;
}

.footer-white {
  width: 3%;
  background: #ffffff;
}

.footer-page-number {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f3e85;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
}

/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1500px) {

  .product-container {
    padding: 62px 85px 45px;
  }

  .product-title {
    width: 255px;
  }

  .product-image-wrap {
    min-height: 320px;
  }

  .technical-section {
    width: 93%;
  }

  .spec-row,
  .performance-title,
  .other-range-title,
  .finish-title {
    font-size: 18px;
  }

  .technical-section h2 {
    font-size: 20px;
  }
}

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

@media (max-width: 991px) {

  .product-container {
    padding: 40px 30px;
  }

  .product-column {
    padding-right: 15px;
  }

  .specification-column {
    padding: 35px 15px 0;
  }

  .product-title {
    margin-bottom: 20px;
  }

  .product-item {
    margin-bottom: 25px;
  }

  .product-image-wrap {
    min-height: 280px;
  }

  .spec-title {
    width: 90%;
  }

  .technical-section {
    width: 100%;
  }

  .diagram-section {
    margin-top: 25px;
  }
}

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

@media (max-width: 767px) {

  .top-strip {
    height: 25px;
  }

  .product-container {
    padding: 25px 15px 30px;
  }

  .product-column,
  .specification-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-title {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .product-item {
    margin-bottom: 25px;
  }

  .product-image-wrap {
    min-height: 250px;
  }

  .product-image {
    width: 90%;
    max-width: 330px;
  }

  .isi-mark {
    right: 4%;
  }

  .specification-column {
    padding-top: 25px;
  }

  .spec-title {
    width: 100%;
    min-height: 48px;
    margin-bottom: 25px;
    padding: 11px 15px;
    font-size: 14px;
  }

  .technical-section h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .spec-row,
  .performance-title,
  .other-range-title,
  .finish-title {
    font-size: 14px;
  }

  .spec-row {
    margin-bottom: 13px;
  }

  .spec-row strong {
    width: auto;
  }

  .diagram-section {
    margin-top: 20px;
  }

  .technical-diagram {
    width: 100%;
  }

  .page-footer {
    min-height: 48px;
    margin-top: 5px;
  }

  .footer-email {
    width: 78%;
    font-size: 11px;
    padding: 10px 5px;
  }

  .footer-white {
    width: 4%;
  }

  .footer-page-number {
    width: 18%;
    font-size: 22px;
  }
}

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

@media (max-width: 420px) {

  .product-image-wrap {
    min-height: 220px;
  }

  .isi-mark {
    top: 5px;
    right: 0;
    transform: scale(0.85);
    transform-origin: top right;
  }

  .material-info span {
    font-size: 12px;
  }

  .material-info strong {
    font-size: 13px;
  }

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

  .technical-section h2 {
    font-size: 15px;
  }

  .performance-title,
  .other-range-title,
  .finish-title {
    font-size: 14px;
  }
}


.inner-hero {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #151515 0%,
        #252525 50%,
        #111111 100%
    );
}

/* Optional industrial pattern */
.inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
}

.hero-small-title {
    display: block;
    margin-bottom: 15px;
    color: #f58220;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-line {
    width: 70px;
    height: 4px;
    margin: 22px auto 0;
    background: #f58220;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .inner-hero {
        min-height: 360px;
    }

    .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .inner-hero {
        min-height: 300px;
        padding: 40px 15px;
    }

    .hero-small-title {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-line {
        width: 55px;
        margin-top: 18px;
    }
}

 
.product-section {
    padding-right: 25px;
}


/* =====================================
   LANDING TITLE
===================================== */

.landing-title {
    width: 100;
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f71922;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: all .3s ease;
}


.landing-title:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(247, 25, 34, .25);
}


/* =====================================
   PRODUCT CARD
===================================== */

.product-card {
    margin-bottom: 12px;

    text-align: center;
}


.product-image-box {
    position: relative;

    width: 100%;

    min-height: 320px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.product-image {
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .35s ease;
}
 


/* =====================================
   ISI MARK
===================================== */

.isi-mark {
  display: none;
}


.isi-mark>span {
    font-size: 12px;

    font-weight: 700;

    color: #444;
}


.isi-logo {
    width: 45px;

    height: 40px;

    border: 3px solid #b92b24;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #b92b24;
}


.isi-logo span {
    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 800;
}


/* =====================================
   PRODUCT MATERIAL
===================================== */

.product-material {
    margin-top: -8px;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
}


.product-material span {
    display: block;

    color: #4c4c4c;

    font-size: 13px;

    line-height: 1.3;
}


.product-material strong {
    display: block;

    color: #b63228;

    font-size: 14px;

    font-weight: 700;
}


/* =====================================
   RIGHT SECTION
===================================== */

.specification-section {
    padding-left: 15px;
}


/* =====================================
   RED SPECIFICATION HEADING
===================================== */

.specification-heading {
    width: 94%;
    min-height: 48px;
    margin: 0px auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: #f71922;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    transition: all .3s ease;
}
 

/* =====================================
   SPECIFICATION CONTENT
===================================== */

.specification-content {
    width: 95%;

    margin: 0 auto;
}


.specification-content h2 {
    display: inline-block;

    margin-bottom: 12px;

    padding-bottom: 2px;

    border-bottom: 2px solid #b6a7a7;

    color: #bd3028;

    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: .2px;
}


/* =====================================
   SPEC ROW
===================================== */

.spec-row {
    display: flex;

    flex-wrap: wrap;

    align-items: baseline;

    margin-bottom: 15px;

    font-family: "Open Sans", sans-serif;

    font-size: 17px;

    line-height: 1.4;
}


.spec-row strong {
    color: #b93027;

    font-weight: 700;

    margin-right: 5px;
}


.spec-row span {
    color: #4a4a4a;

    font-weight: 400;
}


sup {
    position: relative;

    top: -.2em;

    font-size: 11px;
}


/* =====================================
   SUB TITLE
===================================== */

.section-sub-title {
    margin-top: 6px;

    margin-bottom: 10px;

    color: #b93027;

    font-family: "Open Sans", sans-serif;

    font-size: 17px;

    font-weight: 700;

    text-decoration: underline;
}


.section-sub-title span {
    color: #4a4a4a;

    font-weight: 400;

    text-decoration: none;
}


/* =====================================
   FINISH TITLE
===================================== */

.finish-heading {
    margin-top: 3px;

    margin-bottom: 12px;

    color: #b93027;

    font-family: "Open Sans", sans-serif;

    font-size: 18px;

    font-weight: 700;

    text-decoration: underline;
}


/* =====================================
   TECHNICAL DRAWING
===================================== */

.technical-drawing {
    width: 100%;

    margin-top: 85px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.technical-drawing img {
    width: auto!important;
    height: auto;
    object-fit: contain;
    transition: transform .3s ease;
}


.technical-drawing img:hover {
    transform: scale(1.01);
}


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

.page-footer {
    width: 100%;

    min-height: 55px;

    display: flex;

    align-items: stretch;
}


.footer-page {
    width: 17.5%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #41418b;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 28px;

    font-weight: 700;
}


.footer-white {
    width: 3.5%;

    background: #ffffff;
}


.footer-email {
    width: 79%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f71922;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 21px;

    font-weight: 700;

    letter-spacing: .2px;

    padding: 10px 20px;
}


/* =====================================
   LARGE DESKTOP
===================================== */

@media (min-width: 1500px) {

    .product-container {
        padding-left: 60px;
        padding-right: 60px;
    }


    .product-image-box {
        min-height: 350px;
    }


    .spec-row,
    .section-sub-title {
        font-size: 18px;
    }


    .specification-content h2 {
        font-size: 21px;
    }

}


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

@media (max-width: 991px) {

    .product-container {
        padding: 30px 25px 40px;
    }


    .product-section {
        padding-right: 0;
    }


    .specification-section {
        padding-left: 0;

        margin-top: 30px;
    }


    .landing-title {
        margin-left: auto;

        margin-right: auto;
    }


    .product-image-box {
        min-height: 300px;
    }


    .specification-heading {
        width: 90%;
    }


    .technical-drawing {
        margin-top: 50px;
    }

}


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

@media (max-width: 767px) {

    .top-design {
        height: 28px;
    }


    .product-container {
        padding: 25px 15px 30px;
    }


    .landing-title {
        width: 100%;

        max-width: 290px;

        height: 48px;

        font-size: 15px;
    }


    .product-image-box {
        min-height: 240px;
    }


    .product-image {
        width: 95%;
    }


    .isi-mark {
        right: 2%;

        transform: scale(.85);

        transform-origin: top right;
    }


    .product-material span {
        font-size: 12px;
    }


    .product-material strong {
        font-size: 13px;
    }


    .specification-section {
        margin-top: 25px;
    }


    .specification-heading {
        width: 100%;

        min-height: 48px;

        margin: 0 auto 22px;

        font-size: 14px;
    }


    .specification-content {
        width: 100%;
    }


    .specification-content h2 {
        font-size: 16px;
    }


    .spec-row {
        font-size: 14px;

        margin-bottom: 13px;
    }


    .section-sub-title,
    .finish-heading {
        font-size: 14px;
    }


    .technical-drawing {
        margin-top: 30px;
    }


    .footer-page {
        width: 18%;

        font-size: 21px;
    }


    .footer-white {
        width: 4%;
    }


    .footer-email {
        width: 78%;

        font-size: 11px;

        padding: 10px 5px;
    }

}


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

@media (max-width: 420px) {

    .product-image-box {
        min-height: 210px;
    }


    .specification-content h2 {
        font-size: 14px;
    }


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


    .section-sub-title,
    .finish-heading {
        font-size: 13px;
    }

}

.deviderline {display:block; border-top:1px solid #ccc; height:40px; margin:25px 0}

/* =====================================
   EXTRA CSS - RRL FIRE HOSE PAGE
===================================== */

.rrl-hose-page .product-container {
    padding-top: 30px;
}

.rrl-hose-page .hose-row {
    margin-bottom: 35px;
}

.rrl-hose-page .hose-product-section {
    padding-right: 25px;
}

.rrl-hose-page .hose-product-card {
    margin-bottom: 0;
}

.rrl-hose-page .hose-image-box {
    min-height: 355px;
}

.rrl-hose-page .hose-product-image {
    width: 100%;
    max-width: 500px;
    max-height: 360px;
    object-fit: contain;
}

.rrl-hose-page .hose-isi-mark {
    top: 8px;
    left: 5%;
    right: auto;
}

.rrl-hose-page .hose-material {
    margin-top: -5px;
    margin-bottom: 10px;
}

.rrl-hose-page .hose-material strong {
    font-size: 19px;
}

.rrl-hose-page .hose-table-wrap {
    width: 100%;
    margin-top: 0;
    padding: 0 5px;
}

.rrl-hose-page .hose-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    border: 2px solid #747474;
}

.rrl-hose-page .hose-table caption {
    caption-side: top;
    padding: 5px 10px;
    border: 2px solid #747474;
    border-bottom: 0;
    color: #a5372c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.rrl-hose-page .hose-table th,
.rrl-hose-page .hose-table td {
    padding: 3px 5px;
    border-bottom: 1px solid #777;
}

.rrl-hose-page .hose-table th {
    font-weight: 400;
}

.rrl-hose-page .hose-table tbody tr:last-child td {
    border-bottom: 0;
}

.rrl-hose-page .hose-specification-section {
    padding-left: 10px;
}

.rrl-hose-page .hose-specification-content {
    width: 100%;
}

.rrl-hose-page .hose-specification-content .spec-row {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.35;
}

.rrl-hose-page .application-row {
    margin-bottom: 16px !important;
}

.rrl-hose-page .construction-title,
.rrl-hose-page .features-title {
    margin: 14px 0 15px;
    padding: 0;
    border: 0;
    color: #b93027;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.rrl-hose-page .hose-detail {
    margin-bottom: 17px;
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.35;
}

.rrl-hose-page .hose-detail strong {
    color: #b93027;
    font-weight: 700;
}

.rrl-hose-page .compact-row {
    margin-bottom: 13px !important;
}

.rrl-hose-page .features-title {
    margin-top: 15px;
    margin-bottom: 5px;
}

.rrl-hose-page .features-list {
    margin: 0;
    padding-left: 25px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.35;
}

.rrl-hose-page .features-list li {
    padding-left: 8px;
}

.rrl-hose-page .features-list li::marker {
    color: #d21f26;
}

.rrl-hose-page .type-b-row {
    margin-top: 5px;
}

.rrl-hose-page .type-b-product .hose-image-box {
    min-height: 355px;
}

.rrl-hose-page .type-b-image {
    max-width: 520px;
    max-height: 330px;
}

.rrl-hose-page .type-b-specification {
    padding-top: 0;
}

.rrl-hose-page .type-b-specification .specification-heading {
    width: 100%;
    margin: 0 0 8px;
    min-height: 62px;
    font-size: 22px;
}

.rrl-hose-page .type-b-tech-title {
    margin-bottom: 8px !important;
}

@media (max-width: 991px) {

    .rrl-hose-page .hose-product-section,
    .rrl-hose-page .hose-specification-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rrl-hose-page .hose-specification-section {
        margin-top: 25px;
    }

    .rrl-hose-page .hose-image-box {
        min-height: 320px;
    }

    .rrl-hose-page .type-b-row {
        margin-top: 35px;
    }

}

@media (max-width: 767px) {

    .rrl-hose-page .hose-image-box {
        min-height: 260px;
    }

    .rrl-hose-page .hose-product-image {
        max-height: 280px;
    }

    .rrl-hose-page .hose-table {
        font-size: 11px;
    }

    .rrl-hose-page .hose-table caption {
        font-size: 13px;
    }

    .rrl-hose-page .hose-table th,
    .rrl-hose-page .hose-table td {
        padding: 3px 2px;
    }

    .rrl-hose-page .hose-specification-content .spec-row,
    .rrl-hose-page .hose-detail {
        font-size: 14px;
    }

    .rrl-hose-page .construction-title,
    .rrl-hose-page .features-title {
        font-size: 19px;
    }

    .rrl-hose-page .features-list {
        font-size: 14px;
    }

    .rrl-hose-page .type-b-specification .specification-heading {
        font-size: 17px;
    }

}

/* =====================================
   EXTRA CSS - FIRE HOSES PAGE
===================================== */

.fire-hoses-page {
    padding: 70px 0;
}

.fire-hoses-page .fire-hose-row {
    margin-bottom: 20px;
}

.fire-hoses-page .product-section {
    padding-right: 20px;
}

.fire-hoses-page .fire-hose-product {
    margin-bottom: 0;
}

.fire-hoses-page .fire-hose-image-box {
    min-height: 290px;
}

.fire-hoses-page .fire-hose-image {
    width: 100%;
    max-width: 440px;
    max-height: 290px;
    object-fit: contain;
}

.fire-hoses-page .fire-hose-material {
    margin-top: -5px;
    margin-bottom: 15px;
}

.fire-hoses-page .fire-hose-material strong {
    font-size: 18px;
}

.fire-hoses-page .hose-table-wrap {
    width: 100%;
    padding: 0 5px;
    margin-top: 0;
}

.fire-hoses-page .hose-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    border: 2px solid #6f6f6f;
}

.fire-hoses-page .hose-table caption {
    caption-side: top;
    padding: 5px 10px;
    border: 2px solid #6f6f6f;
    border-bottom: 0;
    color: #a5372c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.fire-hoses-page .hose-table th,
.fire-hoses-page .hose-table td {
    padding: 3px 5px;
    border-bottom: 1px solid #6f6f6f;
}

.fire-hoses-page .hose-table th {
    font-weight: 500;
}

.fire-hoses-page .hose-table tbody tr:last-child td {
    border-bottom: 0;
}

.fire-hoses-page .fire-hose-specification {
    padding-left: 15px;
}

.fire-hoses-page .fire-hose-specification .specification-heading {
    margin-bottom: 25px;
}

.fire-hoses-page .fire-hose-content .spec-row,
.fire-hoses-page .thermo-content .spec-row {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
}

.fire-hoses-page .application-row {
    margin-bottom: 14px !important;
}

.fire-hoses-page .construction-title,
.fire-hoses-page .features-title {
    margin: 12px 0 12px;
    padding: 0;
    border: 0;
    color: #b63027;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
}

.fire-hoses-page .hose-detail {
    margin-bottom: 15px;
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.fire-hoses-page .hose-detail strong {
    color: #b63027;
    font-weight: 700;
}

.fire-hoses-page .compact-row {
    margin-bottom: 13px !important;
}

.fire-hoses-page .features-title {
    margin-top: 12px;
    margin-bottom: 2px;
}

.fire-hoses-page .features-list {
    margin: 0;
    padding-left: 20px;
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.fire-hoses-page .features-list li {
    padding-left: 3px;
}

.fire-hoses-page .features-list li::marker {
    color: #e31d25;
}


/* THERMO PLASTIC HOSE */

.fire-hoses-page .thermo-hose-row {
    margin-top: 10px;
}

.fire-hoses-page .thermo-product-section {
    padding-top: 5px;
}

.fire-hoses-page .thermo-product-card {
    margin-bottom: 0;
}

.fire-hoses-page .thermo-image-box {
    min-height: 300px;
}

.fire-hoses-page .thermo-hose-image {
    width: 100%;
    max-width: 440px;
    max-height: 290px;
    object-fit: contain;
}

.fire-hoses-page .thermo-isi-mark {
    top: 0;
    left: 30%;
}

.fire-hoses-page .thermo-material {
    margin-top: -5px;
}

.fire-hoses-page .thermo-material strong {
    font-size: 18px;
}

.fire-hoses-page .thermo-specification-section {
    padding-left: 15px;
}

.fire-hoses-page .thermo-specification-section .specification-heading {
    width: 95%;
    margin-left: 0;
    margin-bottom: 15px;
}

.fire-hoses-page .thermo-content {
    padding-left: 0;
}

.fire-hoses-page .reinforcement-cover {
    max-width: 100%;
}


/* SHUT OFF NOZZLE */

.fire-hoses-page .shut-off-row {
    margin-top: 10px;
    align-items: flex-end;
}

.fire-hoses-page .shut-off-section {
    text-align: center;
}

.fire-hoses-page .shut-off-title {
    width: 75%;
    margin: 0 auto 25px;
}

.fire-hoses-page .shut-off-size {
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #333;
    display: none;
}

.fire-hoses-page .shut-off-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.fire-hoses-page .shut-off-item {
    width: 100%;
    text-align: center;
}

.fire-hoses-page .shut-off-item img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.fire-hoses-page .shut-off-item span {
    display: block;
    margin-top: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #555;
    display: none;
}

.fire-hoses-page .shut-off-product-section {
    padding-bottom: 0;
}

.fire-hoses-page .shut-off-product-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.fire-hoses-page .shut-off-product-item {
    width: 50%;
    text-align: center;
}

.fire-hoses-page .shut-off-product-item img {
    width: 100%;
    max-height: 170px;
    object-fit: contain;
}

.fire-hoses-page .shut-off-product-item span {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #555;
    display: none;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .fire-hoses-page .product-section,
    .fire-hoses-page .fire-hose-specification,
    .fire-hoses-page .thermo-specification-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fire-hoses-page .fire-hose-specification,
    .fire-hoses-page .thermo-specification-section {
        margin-top: 30px;
    }

    .fire-hoses-page .thermo-hose-row {
        margin-top: 40px;
    }

    .fire-hoses-page .shut-off-row {
        margin-top: 40px;
    }

    .fire-hoses-page .shut-off-product-section {
        margin-top: 30px;
    }

}


@media (max-width: 767px) {

    .fire-hoses-page {
        padding-top: 20px;
    }

    .fire-hoses-page .landing-title,
    .fire-hoses-page .specification-heading {
        font-size: 18px;
    }

    .fire-hoses-page .fire-hose-image-box,
    .fire-hoses-page .thermo-image-box {
        min-height: 250px;
    }

    .fire-hoses-page .fire-hose-image,
    .fire-hoses-page .thermo-hose-image {
        max-height: 240px;
    }

    .fire-hoses-page .hose-table {
        font-size: 10px;
    }

    .fire-hoses-page .hose-table caption {
        font-size: 13px;
    }

    .fire-hoses-page .hose-table th,
    .fire-hoses-page .hose-table td {
        padding: 3px 2px;
    }

    .fire-hoses-page .fire-hose-content .spec-row,
    .fire-hoses-page .thermo-content .spec-row,
    .fire-hoses-page .hose-detail {
        font-size: 14px;
    }

    .fire-hoses-page .construction-title,
    .fire-hoses-page .features-title {
        font-size: 18px;
    }

    .fire-hoses-page .features-list {
        font-size: 14px;
    }

    .fire-hoses-page .thermo-specification-section .specification-heading {
        width: 100%;
    }

    .fire-hoses-page .shut-off-product-row {
        flex-direction: column;
        align-items: center;
    }

    .fire-hoses-page .shut-off-product-item {
        width: 100%;
    }

}

/* ========================================
   INLET BREECHING PRODUCT SECTION
======================================== */

.breeching-product-section {
    padding: 80px 0 40px;
    background: #ffffff;
}

.breeching-row {
    margin-top: 40px;
}


/* RED PRODUCT TITLE */

.product-title-red {
    background: #f71922;
    color: #ffffff;
    max-width: 620px;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .3px;
}


/* PRODUCT IMAGE */

.breeching-image-box {
    text-align: center;
    padding: 20px;
}

.breeching-image-box img {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
}


/* SPECIFICATIONS */

.breeching-specifications {
    padding: 15px 10px 20px 20px;
}

.breeching-specifications h3 {
    color: #b72c20;
    font-size: 21px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 14px;
}

.breeching-specifications h4 {
    color: #b72c20;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 14px;
}

.breeching-specifications p {
    font-size: 18px;
    line-height: 1.7;
    color: #454545;
    margin-bottom: 8px;
}

.breeching-specifications p strong {
    color: #b72c20;
    font-weight: 700;
}

.breeching-specifications .spec-heading {
    margin-top: 15px;
}


/* BOTTOM PRODUCTS */

.breeching-bottom-section {
    padding: 35px 0 70px;
    background: #ffffff;
}

.breeching-bottom-section .col-lg-6 {
    margin-bottom: 30px;
}

.small-title {
    max-width: 100%;
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.breeching-product-card {
    text-align: center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breeching-product-card img {
    /* width: 100%; */
    /* max-width: 600px; */
    height: auto;
    object-fit: contain;
}


/* TABLET */

@media (max-width: 991px) {

    .product-title-red {
        max-width: 100%;
        font-size: 23px;
    }

    .breeching-specifications {
        padding: 25px 10px;
    }

    .breeching-image-box {
        margin-bottom: 20px;
    }

    .breeching-product-card {
        min-height: auto;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .breeching-product-section {
        padding: 35px 0 20px;
    }

    .breeching-bottom-section {
        padding: 20px 0 40px;
    }

    .product-title-red {
        font-size: 19px;
        padding: 15px 20px;
        border-radius: 30px;
    }

    .small-title {
        font-size: 18px;
    }

    .breeching-specifications h3 {
        font-size: 18px;
    }

    .breeching-specifications h4 {
        font-size: 17px;
    }

    .breeching-specifications p {
        font-size: 15px;
        line-height: 1.6;
    }

    .breeching-image-box img {
        max-width: 100%;
    }

    .breeching-product-card img {
        max-width: 100%;
    }

}

/* ==========================================
   HOSE REEL PRODUCT SECTION
========================================== */

.hose-reel-section {
    padding: 70px 0 60px;
    background: #ffffff;
}


/* LEFT TOP TITLE */

.hose-main-title {
    width: 300px;
    max-width: 100%;
    background: #f71922;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}


/* TOP ROW */

.hose-reel-top-row {
    margin-top: 10px;
}


/* PRODUCT IMAGE */

.hose-product-image {
    position: relative;
    text-align: center;
    padding: 45px 15px 20px;
}

.hose-product-image > img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}


/* ISI MARK */

.isi-mark {
    position: absolute;
    top: 0;
    left: 45px;
    text-align: center;
    z-index: 2;
}

.isi-mark span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 3px;
}

.isi-mark img {
    width: 58px;
    height: auto;
    display: inline-block;
}


/* RIGHT CONTENT */

.hose-right-content {
    padding: 5px 0 0 20px;
}


/* RED PRODUCT TITLE */

.hose-red-title {
    width: 100%;
    background: #f71922;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 45px;
}


/* SPECIFICATIONS */

.hose-specifications h3 {
    color: #b72d20;
    font-size: 21px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 30px;
}

.hose-specifications p {
    margin-bottom: 10px;
    color: #424242;
    font-size: 17px;
    line-height: 1.5;
}

.hose-specifications .main-spec {
    font-size: 19px;
    margin-bottom: 12px;
}

.hose-specifications strong {
    color: #b72d20;
    font-weight: 700;
}


/* TECHNICAL LIST */

.spec-list {
    padding-left: 45px;
}

.spec-list p {
    font-style: italic;
}


/* PERFORMANCE TEST */

.hose-performance {
    margin-top: 25px;
}

.hose-performance h4 {
    color: #b72d20;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hose-performance ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.hose-performance ul li {
    color: #454545;
    font-size: 17px;
    font-style: italic;
    line-height: 1.8;
    padding-left: 2px;
}

.hose-performance ul li::marker {
    color: #e42125;
}


/* TECHNICAL DRAWING */

.hose-drawing-row {
    margin-top: 35px;
}

.hose-technical-drawing {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.hose-technical-drawing img {
    width: auto;
    /* max-width: 1050px; */
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


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

@media (max-width: 991px) {

    .hose-main-title {
        margin-left: auto;
        margin-right: auto;
    }

    .hose-right-content {
        padding: 25px 0 0;
    }

    .hose-red-title {
        margin-bottom: 30px;
    }

    .hose-product-image {
        max-width: 600px;
        margin: auto;
    }

    .isi-mark {
        left: 20px;
    }

}


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

@media (max-width: 767px) {

    .hose-reel-section {
        padding: 35px 0 35px;
    }

    .hose-main-title {
        width: 100%;
        max-width: 300px;
        font-size: 20px;
        padding: 15px 20px;
        border-radius: 35px;
    }

    .hose-product-image {
        padding: 55px 5px 10px;
    }

    .isi-mark {
        left: 10px;
    }

    .isi-mark span {
        font-size: 12px;
    }

    .isi-mark img {
        width: 45px;
    }

    .hose-right-content {
        padding: 25px 0 0;
    }

    .hose-red-title {
        font-size: 19px;
        padding: 15px 15px;
        border-radius: 35px;
        margin-bottom: 30px;
    }

    .hose-specifications h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hose-specifications p {
        font-size: 15px;
    }

    .hose-specifications .main-spec {
        font-size: 16px;
    }

    .spec-list {
        padding-left: 15px;
    }

    .hose-performance h4 {
        font-size: 18px;
    }

    .hose-performance ul li {
        font-size: 15px;
        line-height: 1.7;
    }

    .hose-drawing-row {
        margin-top: 20px;
    }

}


/* =========================================
   MALAYSIAN HOSE REEL SECTION
========================================= */

.malaysian-hose-reel-section {
    padding: 20px 0 60px;
    background: #ffffff;
}


/* TOP RED TITLE */

.malaysian-title-box {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    background: #f71922;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    font-size:20px;
    font-weight: 700;
    line-height: 1.2;
}


/* MALAYSIAN TEXT */

.malaysian-sub-title {
    text-align: center;
    color: #333333;
    font-size: 34px;
    font-weight: 400;
    margin: 5px 0 10px;
}


/* =========================================
   TOP PRODUCT IMAGES
========================================= */

.malaysian-product-row {
    margin-top: 5px;
}

.malaysian-product-box {
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.malaysian-product-box img {
    max-width: 100%;
    width: auto;
    max-height: 430px;
    object-fit: contain;
}


/* =========================================
   TECHNICAL DRAWINGS
========================================= */

.malaysian-drawing-row {
    margin-top: 20px;
}

.malaysian-drawing-box {
    text-align: center;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.malaysian-drawing-box img {
    width: 100%;
    max-width: 530px;
    height: auto;
    object-fit: contain;
}


/* =========================================
   NEW MODAL HOSE TITLE
========================================= */

.modal-hose-title {
    width: 380px;
    max-width: 100%;
    margin: 20px auto 10px;
    background: #f71922;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================
   BOTTOM PRODUCT IMAGES
========================================= */

.modal-hose-product-row {
    margin-top: 5px;
}

.modal-hose-product-box {
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.modal-hose-product-box img {
    max-width: 100%;
    width: auto;
    max-height: 400px;
    object-fit: contain;
}


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

@media (max-width: 991px) {

    .malaysian-product-box {
        min-height: 330px;
    }

    .malaysian-product-box img {
        max-height: 350px;
    }

    .malaysian-drawing-box {
        min-height: 330px;
    }

    .modal-hose-product-box {
        min-height: 330px;
    }

}


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

@media (max-width: 767px) {

    .malaysian-hose-reel-section {
        padding: 30px 0 40px;
    }

    .malaysian-title-box {
        width: 260px;
        padding: 14px 20px;
        font-size: 21px;
    }

    .malaysian-sub-title {
        font-size: 27px;
        margin: 8px 0 20px;
    }


    /* TOP PRODUCTS */

    .malaysian-product-row {
        margin-top: 0;
    }

    .malaysian-product-box {
        min-height: auto;
        margin-bottom: 20px;
        padding: 5px;
    }

    .malaysian-product-box img {
        width: 100%;
        max-height: none;
    }


    /* DRAWINGS */

    .malaysian-drawing-row {
        margin-top: 5px;
    }

    .malaysian-drawing-box {
        min-height: auto;
        margin-bottom: 20px;
        padding: 5px;
    }

    .malaysian-drawing-box img {
        width: 100%;
    }


    /* BOTTOM TITLE */

    .modal-hose-title {
        width: 100%;
        max-width: 340px;
        padding: 14px 15px;
        font-size: 20px;
        margin: 10px auto 20px;
    }


    /* BOTTOM PRODUCTS */

    .modal-hose-product-box {
        min-height: auto;
        margin-bottom: 25px;
        padding: 5px;
    }

    .modal-hose-product-box img {
        width: 100%;
        max-height: none;
    }

}


/* ==========================================
   STAND POST TYPE WATER MONITOR
========================================== */

.water-monitor-section {
    padding: 60px 0;
    background: #ffffff;
}


/* ==========================================
   LEFT RED TITLE
========================================== */

.monitor-title {
    background: #f71922;
    color: #ffffff;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.monitor-product-image {
    text-align: center;
    padding: 10px 10px 20px;
}

.monitor-product-image img {
    width: auto;
    height: auto;
    object-fit: contain;
}


/* ==========================================
   APPLICATION
========================================== */

.monitor-application {
    margin: 15px 0 25px 50px;
}

.monitor-application h3 {
    color: #b52d20;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #b52d20;
    padding-bottom: 3px;
}

.monitor-application ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.monitor-application li {
    font-size: 17px;
    color: #454545;
    font-style: italic;
    line-height: 1.65;
}

.monitor-application li::marker {
    color: #e31b23;
}


/* ==========================================
   TECHNICAL SPECIFICATION
========================================== */

.monitor-specification {
    margin-top: 25px;
}

.monitor-specification h2 {
    text-align: center;
    color: #b52d20;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 8px;
}


/* ==========================================
   SPECIFICATION TABLE
========================================== */

.monitor-table {
    width: 100%;
    margin-bottom: 8px;
    border-collapse: collapse;
}

.monitor-table td {
    border: 2px solid #555555 !important;
    padding: 7px 10px !important;
    font-size: 16px;
    font-style: italic;
    color: #454545;
    vertical-align: middle;
    line-height: 1.35;
}

.monitor-table td:first-child {
    width: 34%;
}

.monitor-table td:last-child {
    width: 66%;
}


/* ==========================================
   NOTE
========================================== */

.monitor-note {
    font-size: 16px;
    color: #444444;
    font-style: italic;
    margin: 8px 0 0 10px;
}


/* ==========================================
   TECHNICAL DRAWING
========================================== */

.monitor-drawing-row {
    margin-top: 35px;
}

.monitor-technical-drawing {
    text-align: center;
    width: 100%;
}

.monitor-technical-drawing img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


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

@media (max-width: 991px) {

    .monitor-title {
        font-size: 21px;
        padding: 16px 20px;
    }

    .monitor-product-image {
        padding-top: 30px;
    }

    .monitor-application {
        margin-left: 20px;
    }

    .monitor-table td {
        font-size: 14px;
        padding: 7px 8px !important;
    }

}


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

@media (max-width: 767px) {

    .water-monitor-section {
        padding: 30px 0 40px;
    }

    .monitor-title {
        max-width: 100%;
        font-size: 19px;
        padding: 15px;
        border-radius: 35px;
        margin-bottom: 20px;
    }

    .monitor-product-image {
        padding: 10px 5px 20px;
    }

    .monitor-product-image img {
        max-width: 100%;
    }


    /* APPLICATION */

    .monitor-application {
        margin: 15px 0 25px;
    }

    .monitor-application h3 {
        font-size: 19px;
    }

    .monitor-application li {
        font-size: 15px;
    }


    /* TECHNICAL SPECIFICATION */

    .monitor-specification h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }


    /* TABLE */

    .monitor-table {
        min-width: 600px;
    }

    .monitor-table td {
        font-size: 14px;
        padding: 7px !important;
    }


    /* NOTE */

    .monitor-note {
        font-size: 14px;
        margin-left: 0;
    }


    /* DRAWING */

    .monitor-drawing-row {
        margin-top: 25px;
    }

    .monitor-technical-drawing {
        overflow-x: auto;
    }

    .monitor-technical-drawing img {
        min-width: 650px;
        max-width: none;
    }

}

/* =========================================
   FOAM MAKING BRANCH
========================================= */

.foam-branch-section {
    padding:60px 0;
    background: #ffffff;
}


/* MAIN RED TITLE */

.foam-branch-title {
    width: 480px;
    max-width: 100%;
    margin: 0 auto 25px;
    background: #f71922;
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================
   PRODUCT IMAGES
========================================= */

.foam-product-box {
    width: 100%;
    text-align: center;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.foam-product-box img {
    max-width: auto;
    
    width: auto;
    height: auto;
    object-fit: contain;
}


/* FB10 PRODUCT */

.fb10-product {
    min-height: 360px;
    margin-top: 20px;
}


/* =========================================
   TECHNICAL DRAWINGS
========================================= */

.foam-drawing-box {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foam-drawing-box img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.top-drawing {
    min-height: 370px;
    padding: 10px;
}

.bottom-drawing {
    min-height: 330px;
    margin-top: 15px;
    padding: 10px;
}


/* =========================================
   APPLICATION & FEATURES
========================================= */

.foam-content-box {
    margin-top: 10px;
    padding: 0 10px;
}

.foam-content-box h3 {
    color: #b52c20;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 8px;
}

.foam-content-box p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    color: #444444;
    margin-bottom: 4px;
}


/* FEATURES */

.foam-features {
    margin-top: 20px;
}

.foam-features ul {
    padding-left: 35px;
    margin-bottom: 0;
}

.foam-features li {
    color: #444444;
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 4px;
    padding-left: 4px;
}

.foam-features li::marker {
    color: #e42125;
}


/* =========================================
   TECHNICAL SPECIFICATION TABLE
========================================= */

.foam-specification-section {
    width: 100%;
    max-width: 720px;
    margin-top: -360px;
}

.foam-specification-section h2 {
    text-align: center;
    color: #b52c20;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 10px;
}


/* TABLE */

.foam-specification-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.foam-specification-table th,
.foam-specification-table td {
    border: 2px solid #555555 !important;
    color: #454545;
    padding: 5px 10px !important;
    vertical-align: middle;
    line-height: 1.35;
}

.foam-specification-table th {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
}

.foam-specification-table td {
    font-size: 15px;
    font-style: italic;
}

.foam-specification-table td:first-child {
    width: 35%;
}

.foam-specification-table td:nth-child(2),
.foam-specification-table td:nth-child(3) {
    width: 32.5%;
}


/* =========================================
   LARGE SCREEN
========================================= */

@media (min-width: 1200px) {

    .foam-branch-section .container {
        position: relative;
    }

}


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

@media (max-width: 991px) {

    .foam-branch-title {
        font-size: 22px;
    }

    .foam-product-box {
        min-height: 280px;
    }

    .foam-product-box img {
        max-height: 300px;
    }

    .top-drawing {
        min-height: 300px;
    }

    .bottom-drawing {
        min-height: 280px;
    }

    .foam-specification-section {
        max-width: 100%;
        margin-top: 30px;
    }

}


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

@media (max-width: 767px) {

    .foam-branch-section {
        padding: 25px 0 40px;
    }

    .foam-branch-title {
        width: 100%;
        max-width: 350px;
        font-size: 20px;
        padding: 15px 20px;
        border-radius: 35px;
        margin-bottom: 20px;
    }


    /* PRODUCT */

    .foam-product-box {
        min-height: auto;
        padding: 5px;
        margin-bottom: 20px;
    }

    .foam-product-box img {
        width: 100%;
        max-height: none;
    }


    /* CONTENT */

    .foam-content-box {
        padding: 0;
        margin-top: 15px;
    }

    .foam-content-box h3 {
        font-size: 18px;
    }

    .foam-content-box p {
        font-size: 15px;
    }

    .foam-features li {
        font-size: 15px;
    }


    /* DRAWING */

    .top-drawing,
    .bottom-drawing {
        min-height: auto;
        padding: 5px;
        margin: 15px 0;
    }

    .foam-drawing-box img {
        width: 100%;
    }


    /* SPECIFICATION */

    .foam-specification-section {
        margin-top: 25px;
        max-width: 100%;
    }

    .foam-specification-section h2 {
        font-size: 17px;
    }

    .foam-specification-table {
        min-width: 650px;
    }

    .foam-specification-table th,
    .foam-specification-table td {
        font-size: 13px;
        padding: 6px !important;
    }

}

/* =========================================
   MULTIPURPOSE ABC DRY POWDER
========================================= */

.abc-powder-section {
    padding:70px 0;
    background: #ffffff;
}


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

.abc-top-content {
    position: relative;
    z-index: 2;
}

.abc-top-content h1 {
    color: #313c73;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.abc-top-content h2 {
    color: #303030;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}


/* DESCRIPTION */

.abc-description {
    max-width: 600px;
}

.abc-description p {
    color: #333333;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2px;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.abc-product-image {
    width: 100%;
    text-align: center;
    margin-top: -160px;
    padding-left: 80px;
}

.abc-product-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}


/* =========================================
   TECHNICAL SPECIFICATIONS
========================================= */

.abc-specification-section {
    margin-top: 15px;
}

.abc-specification-section h2 {
    text-align: center;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}


/* =========================================
   SPECIFICATION TABLE
========================================= */

.abc-specification-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.abc-specification-table th,
.abc-specification-table td {
    border: 2px solid #444444 !important;
    text-align: center;
    vertical-align: middle;
    color: #3d3d3d;
    padding: 4px 6px !important;
    line-height: 1.25;
}

.abc-specification-table th {
    font-size: 18px;
    font-weight: 700;
    background: #f6f6f6;
}

.abc-specification-table td {
    font-size: 13px;
    font-weight: 500;
}


/* FIRST COLUMN */

.abc-specification-table th:first-child,
.abc-specification-table td:first-child {
    width: 19%;
    text-align: left;
    background: #f4dada;
    font-weight: 700;
}


/* OTHER COLUMNS */

.abc-specification-table th:not(:first-child),
.abc-specification-table td:not(:first-child) {
    width: 16.2%;
}


/* =========================================
   BOTTOM CONTENT
========================================= */

.abc-bottom-content {
    margin-top: 15px;
}

.abc-bottom-content h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* ICONS */

.abc-feature-icons {
    width: 100%;
    text-align: center;
}

.abc-feature-icons img {
width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}


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

@media (max-width: 991px) {

    .abc-top-content h1 {
        font-size: 32px;
    }

    .abc-top-content h2 {
        font-size: 23px;
    }

    .abc-description p {
        font-size: 18px;
    }

    .abc-product-image {
        margin-top: -100px;
        padding-left: 40px;
    }

    .abc-specification-table th {
        font-size: 15px;
    }

    .abc-specification-table td {
        font-size: 11px;
    }

}


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

@media (max-width: 767px) {

    .abc-powder-section {
        padding: 30px 0 40px;
    }


    /* TOP HEADING */

    .abc-top-content h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .abc-top-content h2 {
        font-size: 19px;
        line-height: 1.3;
    }

    .abc-description {
        max-width: 100%;
    }

    .abc-description p {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 3px;
    }


    /* PRODUCT IMAGE */

    .abc-product-image {
        margin-top: 20px;
        padding-left: 0;
    }

    .abc-product-image img {
        width: 100%;
        max-width: 100%;
    }


    /* SPECIFICATION */

    .abc-specification-section {
        margin-top: 20px;
    }

    .abc-specification-section h2 {
        font-size: 21px;
        line-height: 1.3;
    }


    /* RESPONSIVE TABLE */

    .abc-specification-table {
        min-width: 850px;
    }

    .abc-specification-table th,
    .abc-specification-table td {
        padding: 5px !important;
    }


    /* BOTTOM */

    .abc-bottom-content h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .abc-feature-icons img {
        max-width: 100%;
    }

}

/* ==========================================
   CARBON DIOXIDE FIRE EXTINGUISHER
========================================== */

.co2-extinguisher-section {
    background: #ffffff;
    padding: 70px 0;
    overflow: hidden;
}


/* ==========================================
   TOP CONTENT
========================================== */

.co2-top-content {
    position: relative;
    z-index: 2;
    max-width: 570px;
}


.co2-top-content h1 {
    color: #3f4246;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px;
}


.co2-top-content h2 {
    color: #333333;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 45px;
}


.co2-description {
    max-width: 500px;
}


.co2-description p {
    color: #33383c;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.co2-product-image {
    width: 100%;
    text-align: center;
    margin-top: -175px;
    padding-left: 100px;
    position: relative;
    z-index: 1;
}


.co2-product-image img {
    /* width: 100%; */
    /* max-width: 1000px; */
    height: auto;
    object-fit: contain;
    display: inline-block;
}


/* ==========================================
   TECHNICAL SPECIFICATION
========================================== */

.co2-specification-section {
    width: 100%;
    margin-top: 5px;
}


.co2-specification-section h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 12px;
}


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

.co2-specification-table {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border-collapse: collapse;
}


.co2-specification-table th,
.co2-specification-table td {
    border: 2px solid #555555 !important;
    text-align: center;
    vertical-align: middle;
    padding: 4px 7px !important;
    color: #353535;
    line-height: 1.25;
}


.co2-specification-table th {
    background: #f6f6f6;
    font-size: 19px;
    font-weight: 700;
}


.co2-specification-table td {
    background: #fafafa;
    font-size: 14px;
    font-weight: 600;
}


/* FIRST COLUMN */

.co2-specification-table th:first-child,
.co2-specification-table td:first-child {
    width: 28%;
    text-align: left;
    background: #8ec2d8;
    font-weight: 700;
}


/* OTHER COLUMNS */

.co2-specification-table th:not(:first-child),
.co2-specification-table td:not(:first-child) {
    width: 24%;
}


/* ==========================================
   BOTTOM CONTENT
========================================== */

.co2-bottom-content {
    max-width: 850px;
    margin: 14px auto 0;
}


.co2-bottom-content h3 {
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 40px;
}


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

.co2-feature-icons {
    width: 100%;
    text-align: center;
}


.co2-feature-icons img {
    /* width: 100%; */
    /* max-width: 780px; */
    height: auto;
    object-fit: contain;
}


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

@media (max-width: 991px) {

    .co2-top-content h1 {
        font-size: 34px;
    }


    .co2-top-content h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }


    .co2-description p {
        font-size: 18px;
    }


    .co2-product-image {
        margin-top: -120px;
        padding-left: 60px;
    }


    .co2-specification-section h2 {
        font-size: 26px;
    }


    .co2-specification-table th {
        font-size: 16px;
    }


    .co2-specification-table td {
        font-size: 12px;
    }

}


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

@media (max-width: 767px) {

    .co2-extinguisher-section {
        padding: 30px 0;
    }


    /* HEADING */

    .co2-top-content h1 {
        font-size: 27px;
        line-height: 1.2;
    }


    .co2-top-content h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 25px;
    }


    .co2-description {
        max-width: 100%;
    }


    .co2-description p {
        font-size: 17px;
        line-height: 1.4;
    }


    /* PRODUCT IMAGE */

    .co2-product-image {
        margin-top: 20px;
        padding-left: 0;
    }


    .co2-product-image img {
        width: 100%;
        max-width: 100%;
    }


    /* SPECIFICATION */

    .co2-specification-section {
        margin-top: 25px;
    }


    .co2-specification-section h2 {
        font-size: 22px;
        line-height: 1.3;
    }


    /* TABLE SCROLL */

    .co2-specification-table {
        min-width: 650px;
    }


    .co2-specification-table th,
    .co2-specification-table td {
        padding: 5px !important;
    }


    /* BOTTOM */

    .co2-bottom-content h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }


    .co2-feature-icons img {
        max-width: 100%;
    }

}

/* ==========================================
   CLEAN AGENT FIRE EXTINGUISHER
========================================== */

.clean-agent-section {
    background: #ffffff;
    padding: 70px 0;
    overflow: hidden;
}


/* ==========================================
   TOP CONTENT
========================================== */

.clean-agent-top-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}


.clean-agent-top-content h1 {
    color: #187a4c;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px;
}


.clean-agent-top-content h2 {
    color: #333333;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 10px;
}


/* ==========================================
   DESCRIPTION
========================================== */

.clean-agent-description {
    max-width: 540px;
}


.clean-agent-description p {
    color: #33383c;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 2px;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.clean-agent-product-image {
    width: 100%;
    text-align: center;
    margin-top: -295px;
    padding-left: 70px;
    position: relative;
    z-index: 1;
}


.clean-agent-product-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
}


/* ==========================================
   TECHNICAL SPECIFICATIONS
========================================== */

.clean-agent-specification-section {
    margin-top: 10px;
}


.clean-agent-specification-section h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 12px;
}


/* ==========================================
   SPECIFICATION TABLE
========================================== */

.clean-agent-specification-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}


.clean-agent-specification-table th,
.clean-agent-specification-table td {
    border: 2px solid #555555 !important;
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px !important;
    color: #353535;
    line-height: 1.25;
}


.clean-agent-specification-table th {
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}


.clean-agent-specification-table td {
    background: #fafafa;
    font-size: 13px;
    font-weight: 600;
}


/* FIRST COLUMN */

.clean-agent-specification-table th:first-child,
.clean-agent-specification-table td:first-child {
    width: 19%;
    text-align: left;
    background: #d9e99a;
    font-weight: 700;
}


/* OTHER COLUMNS */

.clean-agent-specification-table th:not(:first-child),
.clean-agent-specification-table td:not(:first-child) {
    width: 16.2%;
}


/* ==========================================
   BOTTOM ICON SECTION
========================================== */

.clean-agent-bottom-content {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}


.clean-agent-feature-icons {
    width: 100%;
}


.clean-agent-feature-icons img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


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

@media (max-width: 991px) {

    .clean-agent-top-content h1 {
        font-size: 34px;
    }


    .clean-agent-top-content h2 {
        font-size: 23px;
    }


    .clean-agent-description p {
        font-size: 18px;
    }


    .clean-agent-product-image {
        margin-top: -120px;
        padding-left: 40px;
    }


    .clean-agent-specification-section h2 {
        font-size: 26px;
    }


    .clean-agent-specification-table th {
        font-size: 13px;
    }


    .clean-agent-specification-table td {
        font-size: 11px;
    }

}


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

@media (max-width: 767px) {

    .clean-agent-section {
        padding: 25px 0 35px;
    }


    /* TOP CONTENT */

    .clean-agent-top-content {
        max-width: 100%;
    }


    .clean-agent-top-content h1 {
        font-size: 28px;
        line-height: 1.2;
    }


    .clean-agent-top-content h2 {
        font-size: 20px;
        line-height: 1.3;
    }


    /* DESCRIPTION */

    .clean-agent-description {
        max-width: 100%;
    }


    .clean-agent-description p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 2px;
    }


    /* PRODUCT IMAGE */

    .clean-agent-product-image {
        margin-top: 20px;
        padding-left: 0;
    }


    .clean-agent-product-image img {
        width: 100%;
        max-width: 100%;
    }


    /* TECHNICAL SPECIFICATIONS */

    .clean-agent-specification-section {
        margin-top: 25px;
    }


    .clean-agent-specification-section h2 {
        font-size: 22px;
        line-height: 1.3;
    }


    /* TABLE */

    .clean-agent-specification-table {
        min-width: 850px;
    }


    .clean-agent-specification-table th,
    .clean-agent-specification-table td {
        padding: 5px !important;
    }


    /* ICONS */

    .clean-agent-bottom-content {
        margin-top: 20px;
    }


    .clean-agent-feature-icons img {
        max-width: 100%;
    }

}

/* =========================================
   WATER & FOAM FIRE EXTINGUISHER
========================================= */

.extinguisher-product-page {
    padding:70px 0;
    background: #fff;
}

.extinguisher-row {
    padding: 20px 0 40px;
}

.extinguisher-content {
    padding: 10px 15px;
}

.product-main-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.water-title {
    color: #b6221f;
}

.foam-title {
    color: #e3bc00;
    -webkit-text-stroke: 1px #555;
}

.product-sub-title {
    color: #252525;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.product-description {
    color: #303030;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 15px;
}

.technical-heading {
    color: #3a3a3a;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    margin: 10px 0 5px;
    text-transform: uppercase;
}


/* TABLE */

.specification-table-wrapper {
    width: 100%;
}

.extinguisher-table {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #333;
    border-collapse: collapse;
}

.extinguisher-table th,
.extinguisher-table td {
    border: 1px solid #444 !important;
    padding: 6px 10px !important;
    vertical-align: middle;
    line-height: 1.1;
}

.extinguisher-table th {
    width: 52%;
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    text-align: left;
}

.extinguisher-table td {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.extinguisher-table td strong {
    font-size: 19px;
}


/* WATER TABLE */

.water-table th {
    background: #f3dada;
}


/* FOAM TABLE */

.foam-table th {
    background: #fff5c9;
}


/* CAUTION */

.caution-text {
    color: #b6221f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    margin-top: 15px;
}

.caution-text strong {
    font-size: 24px;
}


/* PRODUCT IMAGE */

.product-image-area {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.extinguisher-product-img {
    width: auto;
    height: auto;
    display: inline-block;
    object-fit: contain;
}


/* DIVIDER */

.product-divider {
    width: 92%;
    height: 2px;
    background: #333;
    margin: 20px auto 25px;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .extinguisher-row {
        padding: 20px 0;
    }

    .product-main-title {
        font-size: 36px;
    }

    .product-sub-title {
        font-size: 25px;
    }

    .product-description {
        font-size: 18px;
    }

    .product-image-area {
        margin-top: 30px;
    }

    .technical-heading {
        margin-top: 25px;
    }

}


@media (max-width: 767px) {

    .extinguisher-product-page {
        padding: 30px 0;
    }

    .product-main-title {
        font-size: 30px;
    }

    .product-sub-title {
        font-size: 22px;
    }

    .product-description {
        font-size: 17px;
    }

    .technical-heading {
        font-size: 18px;
    }

    .extinguisher-table th,
    .extinguisher-table td {
        padding: 5px !important;
        font-size: 12px;
    }

    .extinguisher-table td strong {
        font-size: 15px;
    }

    .caution-text {
        font-size: 16px;
    }

    .caution-text strong {
        font-size: 20px;
    }

    .product-divider {
        width: 100%;
    }

}

/* ==========================================
   KITCHEN FIRE PROTECTION
========================================== */

.kitchen-fire-section {
    padding:70px 0;
    background: #fff;
}


/* ==========================================
   TOP CONTENT
========================================== */

.kitchen-fire-top {
    position: relative;
}

.kitchen-fire-content {
    padding: 0 10px;
}

.kitchen-main-title {
    color: #323d70;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.kitchen-sub-title {
    color: #2c2c2c;
    font-size: 27px;
    font-weight: 800;
    margin: 0 0 15px;
    line-height: 1.2;
}

.kitchen-description {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}


/* ==========================================
   WARNING AREA
========================================== */

.kitchen-warning-area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 35px;
    padding: 0 30px;
}

.class-f-fire {
    text-align: center;
}

.class-f-icon img {
    max-width: 130px;
    height: auto;
}

.class-f-text {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.class-f-text strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.class-f-text span {
    display: block;
}

.never-use-water {
    color: #c8201c;
    font-size: 39px;
    font-weight: 900;
    line-height: 1.22;
    text-align: left;
    text-transform: uppercase;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.kitchen-product-image {
    width: 100%;
    text-align: center;
    margin-top: -120px;
    margin-bottom: 15px;
}

.kitchen-product-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


/* ==========================================
   TECHNICAL SPECIFICATIONS
========================================== */

.kitchen-specifications {
    width: 100%;
}

.technical-title {
    color: #303030;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 12px;
}

.kitchen-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 2px solid #555;
}

.kitchen-spec-table th,
.kitchen-spec-table td {
    border: 1px solid #555 !important;
    padding: 5px 6px !important;
    vertical-align: middle;
    text-align: center;
    color: #303030;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

.kitchen-spec-table thead th {
    background: #fff;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.kitchen-spec-table tbody th {
    width: 18%;
    background: #f3d8d8;
    text-align: left;
    font-weight: 700;
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.kitchen-bottom-note {
    color: #343434;
    font-size: 21px;
    font-weight: 800;
    margin: 12px 5px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ==========================================
   CERTIFICATION ICONS
========================================== */

.kitchen-certifications {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.certification-item {
    text-align: center;
}

.certification-item img {
    max-width: 90px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.certification-item span {
    display: block;
    margin-top: 5px;
    color: #555;
    font-size: 13px;
    line-height: 1.2;
}

.guarantee-icon img {
    max-width: 130px;
}


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

@media (max-width: 991px) {

    .kitchen-main-title {
        font-size: 34px;
    }

    .kitchen-sub-title {
        font-size: 23px;
    }

    .kitchen-description {
        font-size: 18px;
    }

    .kitchen-warning-area {
        padding: 20px 0;
        justify-content: center;
    }

    .never-use-water {
        font-size: 30px;
    }

    .kitchen-product-image {
        margin-top: 20px;
    }

    .kitchen-spec-table {
        min-width: 850px;
    }

    .technical-title {
        font-size: 26px;
    }

}


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

@media (max-width: 767px) {

    .kitchen-fire-section {
        padding: 25px 0;
    }

    .kitchen-main-title {
        font-size: 27px;
    }

    .kitchen-sub-title {
        font-size: 20px;
    }

    .kitchen-description {
        font-size: 16px;
    }

    .kitchen-warning-area {
        gap: 15px;
        align-items: center;
    }

    .class-f-icon img {
        max-width: 80px;
    }

    .class-f-text,
    .class-f-text strong {
        font-size: 12px;
    }

    .never-use-water {
        font-size: 22px;
    }

    .technical-title {
        font-size: 22px;
    }

    .kitchen-bottom-note {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .kitchen-certifications {
        gap: 15px;
    }

    .certification-item img {
        max-width: 65px;
        max-height: 65px;
    }

    .guarantee-icon img {
        max-width: 100px;
    }

    .certification-item span {
        font-size: 11px;
    }

}

/* ===================================
   CLASS D & MODULAR FIRE EXTINGUISHER
=================================== */

.fire-product-section {
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}

.class-d-section {
    padding-bottom: 70px;
}

.modular-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 70px;
}


/* PRODUCT TITLES */

.product-main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #35406f;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-sub-title {
    font-size: 27px;
    font-weight: 700;
    color: #2f3136;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modular-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #c92d27;
    margin-bottom: 8px;
}


/* DESCRIPTION */

.product-description {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 500;
    color: #343434;
    margin-bottom: 25px;
}

.modular-description {
    max-width: 750px;
}


/* TECHNICAL HEADING */

.technical-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #30343a;
    text-transform: uppercase;
    margin: 15px 0 10px;
}


/* TABLE */

.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.product-spec-table th,
.product-spec-table td {
    border: 2px solid #555;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}

.product-spec-table thead th {
    font-size: 16px;
    font-weight: 800;
    background: #f5f5f5;
    text-transform: uppercase;
}

.product-spec-table tbody td:first-child,
.product-spec-table thead th:first-child {
    width: 28%;
    text-align: left;
    font-weight: 700;
    background: #8fc5d9;
}

.modular-table tbody td:first-child,
.modular-table thead th:first-child {
    background: #fff5b8;
}

.product-spec-table span {
    color: #197747;
    font-weight: 700;
}


/* WARNING */

.cool-warning {
    color: #b83529;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 12px 0 20px;
    text-transform: uppercase;
}


/* PRODUCT NOTES */

.product-notes {
    font-size: 14px;
    color: #555;
    margin-top: 12px;
}

.product-notes p {
    margin-bottom: 5px;
}

.product-notes strong {
    color: #237b50;
}


/* PRODUCT IMAGE */

.product-image-box {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.product-image-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.class-d-section .product-image-box img {
    max-height: 570px;
}

.modular-product-img img {
    max-height: 450px;
}


/* SINGLE CERTIFICATE IMAGE */

.certificate-single-image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.certificate-single-image img {
    max-width: 100%;
    width: auto;
    max-height: 170px;
    object-fit: contain;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .product-main-title {
        font-size: 32px;
    }

    .modular-title {
        font-size: 30px;
    }

    .product-sub-title {
        font-size: 22px;
    }

    .product-description {
        font-size: 18px;
    }

    .product-image-box {
        margin-top: 30px;
    }

    .certificate-single-image {
        margin-bottom: 30px;
    }

}


@media (max-width: 767px) {

    .fire-product-section {
        padding: 40px 0;
    }

    .product-main-title,
    .modular-title {
        font-size: 26px;
    }

    .product-sub-title {
        font-size: 19px;
    }

    .product-description {
        font-size: 16px;
    }

    .technical-heading {
        font-size: 22px;
    }

    .product-spec-table th,
    .product-spec-table td {
        font-size: 11px;
        padding: 5px 4px;
    }

    .product-spec-table thead th {
        font-size: 12px;
    }

    .certificate-single-image img {
        max-height: 110px;
    }

}

/* ==========================================
   TROLLEY MOUNTED FIRE EXTINGUISHER SECTION
========================================== */

.trolley-fire-section {
    width: 100%;
    padding:70px 0;
    background: #ffffff;
    overflow: hidden;
}


/* SPACE BETWEEN TWO PRODUCTS */

.trolley-water-section {
    padding-bottom: 65px;
}

.trolley-foam-section {
    padding-top: 65px;
}


/* ==========================================
   MAIN TITLE
========================================== */

.trolley-main-title {
    margin: 0 0 5px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #35457d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* ==========================================
   SUB TITLE
========================================== */

.trolley-sub-title {
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 800;
    color: #2f3034;
    text-transform: uppercase;
}


/* ==========================================
   DESCRIPTION
========================================== */

.trolley-description {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    color: #343434;
}


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

.trolley-technical-heading {
    margin: 10px 0 5px;
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
}


/* ==========================================
   TECHNICAL TABLE
========================================== */

.trolley-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.trolley-spec-table th,
.trolley-spec-table td {
    border: 2px solid #555555;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.15;
    vertical-align: middle;
}

.trolley-spec-table th {
    width: 50%;
    text-align: left;
    font-weight: 700;
    background: #f4dada;
}

.trolley-spec-table td {
    width: 50%;
    text-align: center;
    font-weight: 600;
    color: #333333;
}


/* WATER TYPE CAPACITY */

.trolley-water-table tr:first-child td {
    font-size: 18px;
}

.trolley-water-table tr:first-child td strong {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 22px;
}


/* ==========================================
   FOAM TABLE COLOR
========================================== */

.trolley-foam-table th {
    background: #fff7c9;
}

.trolley-foam-table tr:first-child td {
    font-size: 18px;
}

.trolley-foam-table tr:first-child td strong {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 22px;
}


/* ==========================================
   CAUTION TEXT
========================================== */

.trolley-caution {
    margin-top: 8px;
    text-align: center;
    color: #b72d25;
    font-size: 22px;
    font-weight: 800;
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.trolley-product-image {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 0;
}

.trolley-product-image img {
    width: auto;
    max-width: 100%;
    max-height: 620px;
    height: auto;
    object-fit: contain;
}


/* ==========================================
   SINGLE CERTIFICATE IMAGE
========================================== */

.trolley-certificate-image {
    width: 100%;
    margin-top: 22px;
    text-align: center;
}

.trolley-certificate-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 135px;
    object-fit: contain;
    display: inline-block;
}


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

@media (max-width: 991px) {

    .trolley-fire-section {
        padding: 45px 0;
    }

    .trolley-main-title {
        font-size: 34px;
    }

    .trolley-sub-title {
        font-size: 23px;
    }

    .trolley-description {
        font-size: 18px;
    }

    .trolley-product-image {
        margin-top: 30px;
    }

    .trolley-product-image img {
        max-height: 550px;
    }

}


@media (max-width: 767px) {

    .trolley-main-title {
        font-size: 27px;
    }

    .trolley-sub-title {
        font-size: 20px;
    }

    .trolley-description {
        font-size: 16px;
        line-height: 1.45;
    }

    .trolley-technical-heading {
        font-size: 21px;
    }

    .trolley-spec-table th,
    .trolley-spec-table td {
        padding: 5px 6px;
        font-size: 12px;
    }

    .trolley-water-table tr:first-child td strong,
    .trolley-foam-table tr:first-child td strong {
        font-size: 16px;
    }

    .trolley-caution {
        font-size: 17px;
    }

    .trolley-certificate-image img {
        max-height: 95px;
    }

}

/* ==========================================
   TROLLEY FIRE EXTINGUISHER PRODUCT PAGE
========================================== */

.trolley-extinguisher-page {
    padding: 70px 0;
    background: #fff;
}

.extinguisher-product-section {
    padding: 20px 0 60px;
}

.extinguisher-content h1 {
    color: #303a72;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 8px;
}

.extinguisher-content h2 {
    color: #222;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-description {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    color: #303030;
    margin-bottom: 20px;
}

.technical-title {
    text-align: center;
    color: #333;
    font-size: 27px;
    font-weight: 800;
    margin: 15px 0 5px;
}

.specification-table {
    width: 100%;
    margin-bottom: 0;
    border: 2px solid #555;
    font-size: 15px;
}

.specification-table th,
.specification-table td {
    border: 1px solid #555 !important;
    text-align: center;
    vertical-align: middle !important;
    padding: 6px 8px !important;
    font-weight: 600;
}

.specification-table thead th {
    font-size: 22px;
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
}

.specification-table thead th small {
    font-size: 13px;
    font-weight: 600;
}

.specification-table tbody td:first-child {
    text-align: left;
    font-weight: 700;
    width: 25%;
}

.dcp-table tbody td:first-child,
.dcp-table thead th:first-child {
    background: #8ec4da;
}

.co2-table tbody td:first-child,
.co2-table thead th:first-child {
    background: #d6d6d6;
}

.also-available {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin: 5px 0 15px;
}

.certificate-image {
    width: 100%;
    margin-top: 15px;
}

.certificate-image img {
    max-width: 720px;
    width: 100%;
    height: auto;
    display: block;
}

.product-main-image {
    width: 100%;
    text-align: center;
}

.product-main-image img {
    max-width: 100%;
    max-height: 620px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.co2-product-image img {
    max-height: 650px;
}

.product-divider {
    height: 1px;
    background: #d9d9d9;
    margin: 30px 0 55px;
}


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

@media (max-width: 991px) {

    .extinguisher-product-section {
        padding-bottom: 40px;
    }

    .extinguisher-content h1 {
        font-size: 34px;
    }

    .extinguisher-content h2 {
        font-size: 23px;
    }

    .product-description {
        font-size: 18px;
    }

    .product-main-image {
        margin-top: 35px;
    }

    .product-main-image img {
        max-height: 500px;
    }

    .certificate-image img {
        margin: auto;
    }

}


@media (max-width: 767px) {

    .trolley-extinguisher-page {
        padding: 40px 0;
    }

    .extinguisher-content h1 {
        font-size: 28px;
    }

    .extinguisher-content h2 {
        font-size: 20px;
    }

    .product-description {
        font-size: 16px;
    }

    .technical-title {
        font-size: 22px;
    }

    .specification-table {
        min-width: 700px;
        font-size: 13px;
    }

    .specification-table thead th {
        font-size: 16px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .also-available {
        font-size: 17px;
    }

    .product-main-image img {
        max-height: 420px;
    }

}

/* ==========================================
   MOBILE FOAM UNIT
========================================== */

.mobile-foam-unit-page {
    padding:70px 0;
    background: #ffffff;
    position: relative;
}


/* PRODUCT TITLE */

.mobile-foam-title {
    text-align: center;
    margin-bottom: 25px;
}

.mobile-foam-title h1 {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 12px 40px;

    background: #f7181f;
    color: #ffffff;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;

    border-radius: 50px;
}


/* TOP PRODUCT IMAGES */

.mobile-foam-top-images {
    margin-bottom: 30px;
}

.mobile-foam-image {
    width: 100%;
    height: 480px;

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

    text-align: center;
}

.mobile-foam-image img {
    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* CONTENT SECTION */

.mobile-foam-content {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.mobile-foam-content h2 {
    color: #c53728;

    font-size: 21px;
    font-weight: 800;

    text-transform: uppercase;

    margin: 0 0 10px;

    text-decoration: underline;
    text-underline-offset: 4px;
}

.mobile-foam-content p {
    color: #444444;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.55;

    margin-bottom: 8px;
}

.mobile-foam-content ul {
    padding-left: 25px;
    margin: 8px 0 18px;
}

.mobile-foam-content ul li {
    color: #444444;

    font-size: 17px;
    line-height: 1.55;

    margin-bottom: 4px;

    padding-left: 2px;
}

.mobile-foam-content ul li::marker {
    color: #d22a1e;
}


/* TECHNICAL HEADING */

.mobile-foam-content .technical-heading {
    margin-top: 18px;
}


/* TECHNICAL SPECIFICATIONS */

.mobile-foam-specifications {
    margin-top: 8px;
}

.mobile-foam-specifications p {
    margin-bottom: 4px;

    font-size: 17px;
    color: #444444;
}

.mobile-foam-specifications strong {
    font-weight: 500;
}


/* BOTTOM PRODUCT IMAGE */

.mobile-foam-bottom-image {
    width: 100%;
    min-height: 400px;

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

    margin-top: -20px;
}

.mobile-foam-bottom-image img {
 width: auto;
    height: auto;
    object-fit: contain;
}


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

@media (max-width: 991px) {

    .mobile-foam-title h1 {
        max-width: 420px;
        font-size: 25px;
    }

    .mobile-foam-image {
        height: 380px;
    }

    .mobile-foam-bottom-image {
        min-height: 350px;
        margin-top: 20px;
    }

    .mobile-foam-content p,
    .mobile-foam-content ul li,
    .mobile-foam-specifications p {
        font-size: 16px;
    }

}


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

@media (max-width: 767px) {

    .mobile-foam-unit-page {
        padding: 25px 0 40px;
    }

    .mobile-foam-title {
        margin-bottom: 20px;
    }

    .mobile-foam-title h1 {
        max-width: 100%;

        padding: 10px 20px;

        font-size: 22px;
        border-radius: 30px;
    }

    .mobile-foam-image {
        height: 300px;
        margin-bottom: 10px;
    }

    .mobile-foam-content {
        margin-top: 15px;
    }

    .mobile-foam-content h2 {
        font-size: 18px;
    }

    .mobile-foam-content p,
    .mobile-foam-content ul li,
    .mobile-foam-specifications p {
        font-size: 15px;
        line-height: 1.5;
    }

    .mobile-foam-content ul {
        padding-left: 20px;
    }

    .mobile-foam-bottom-image {
        min-height: auto;
        margin-top: 20px;
    }

}/* =========================================
   FIRE EXTINGUISHING CHEMICALS
========================================= */
  
.fire-chemical-section {
    padding:70px 0;
    background: #fff;
} 

.chemical-title {
    text-align: center;
    margin-bottom: 65px;
}

.chemical-title h2 {
    display: inline-block;
    width: 70%;
    background: #f71920;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 14px 25px;
    margin: 0;
    border-radius: 50px;
    text-transform: capitalize;
}

/* Main Row */

.chemical-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    min-height: 260px;
}

/* Image Section */

.chemical-img {
    width: 36%;
    text-align: center;
    padding: 0 20px;
}

.chemical-img img {
    max-width: 100%;
    max-height: 330px;
    object-fit: contain;
}

/* Content Section */

.chemical-content {
    width: 64%;
    padding: 0 30px;
    color: #555;
}

.chemical-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 5px;
}

.chemical-heading-row h3 {
    margin: 0;
    color: #a83b2d;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.chemical-heading-row span {
    font-size: 18px;
    color: #666;
    white-space: nowrap;
}

.chemical-content p {
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 15px;
    color: #5c5c5c;
}


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

@media (max-width: 991px) {

    .chemical-title h2 {
        width: 85%;
        font-size: 23px;
    }

    .chemical-row {
        margin-bottom: 60px;
    }

    .chemical-img {
        width: 38%;
    }

    .chemical-content {
        width: 62%;
        padding: 0 15px;
    }

    .chemical-content p {
        font-size: 16px;
    }

    .chemical-heading-row h3 {
        font-size: 18px;
    }

    .chemical-heading-row span {
        font-size: 16px;
    }

}


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

@media (max-width: 767px) {

    .fire-chemical-section {
        padding: 25px 0;
    }

    .chemical-title {
        margin-bottom: 35px;
    }

    .chemical-title h2 {
        width: 100%;
        font-size: 20px;
        padding: 12px 15px;
    }

    .chemical-row {
        flex-direction: column;
        margin-bottom: 50px;
        text-align: left;
    }

    .chemical-img {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .chemical-img img {
        max-height: 280px;
    }

    .chemical-content {
        width: 100%;
        padding: 0;
    }

    .chemical-heading-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .chemical-heading-row h3 {
        font-size: 18px;
    }

    .chemical-heading-row span {
        font-size: 16px;
    }

    .chemical-content p {
        font-size: 16px;
        line-height: 1.6;
    }

}

/* =========================================
   FIRE FIGHTING ACCESSORIES
========================================= */

.fire-accessories-section {
    padding:70px 0;
    background: #fff;
}

.accessories-main-title {
    text-align: center;
    margin-bottom: 30px;
}

.accessories-main-title h2 {
    display: inline-block;
    min-width: 620px;
    background: #f71920;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 45px;
    margin: 0;
    border-radius: 50px;
}

/* Product Item */

.accessory-item {
    text-align: center;
    margin-bottom: 35px;
}

.accessory-title {
    display: inline-block;
    width: 85%;
    background: #f71920;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Product Image */

.accessory-image {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

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


/* =========================================
   LARGE ITEMS - LAST TWO PRODUCTS
========================================= */

.accessory-item:nth-child(6) .accessory-image,
.accessory-item:nth-child(7) .accessory-image {
    height: 340px;
}

.accessory-item:nth-child(6) .accessory-image img,
.accessory-item:nth-child(7) .accessory-image img {
    max-height: 320px;
}


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

@media (max-width: 991px) {

    .accessories-main-title h2 {
        min-width: auto;
        width: 80%;
        font-size: 22px;
    }

    .accessory-title {
        width: 90%;
        font-size: 18px;
    }

    .accessory-image {
        height: 320px;
    }

    .accessory-image img {
        max-height: 300px;
    }

}


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

@media (max-width: 767px) {

    .fire-accessories-section {
        padding: 25px 0;
    }

    .accessories-main-title {
        margin-bottom: 25px;
    }

    .accessories-main-title h2 {
        width: 100%;
        font-size: 20px;
        padding: 12px 15px;
    }

    .accessory-item {
        margin-bottom: 40px;
    }

    .accessory-title {
        width: 100%;
        font-size: 18px;
        padding: 10px 15px;
    }

    .accessory-image {
        height: 280px;
    }

    .accessory-image img {
        max-height: 260px;
    }

}


.fire-accessories-section {
    padding:70px 0;
    background: #fff;
}

.accessory-row {
    margin-bottom: 45px;
}

.accessory-title {
    display: inline-block;
    min-width: 340px;
    padding: 12px 30px;
    margin-bottom: 25px;
    background: #f71920;
    border-radius: 40px;
    text-align: center;
}

.accessory-title h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.ball-valve-row .accessory-title {
    margin-left: 35px;
}

.accessory-card {
    text-align: center;
    margin-bottom: 25px;
}

.accessory-card .accessory-title {
    width: 100%;
    min-width: auto;
}

.accessory-img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory-img img {
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.product-size-table {
    padding: 10px 15px;
}

.product-size-table p {
    margin-bottom: 12px;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.product-size-table p span {
    color: #e63724;
    font-weight: 600;
    margin-right: 5px;
}

.product-size-table table {
    width: 100%;
    border-collapse: collapse;
}

.product-size-table th {
    padding: 5px 10px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    border: none;
}

.product-size-table td {
    padding: 2px 10px;
    font-size: 18px;
    border: 1px solid #555;
}

.sprinkler-title {
    min-width: 340px;
    margin-bottom: 30px;
}

.sprinkler-img {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sprinkler-img > img:first-child {
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
}

.flexible-title {
    min-width: 455px;
}

.flexible-hose-img {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexible-hose-img img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.hose-parts-img {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hose-parts-img > img:first-child {
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}

.certificate-img {
    position: absolute;
    width: 55px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    right: 15px;
    top: 5px;
}


/* Responsive */
@media (max-width: 991px) {

    .accessory-title {
        min-width: auto;
        width: 100%;
        margin-left: 0 !important;
    }

    .ball-valve-row .accessory-title {
        margin-left: 0;
    }

    .accessory-img {
        height: 240px;
    }

    .accessory-img img {
        max-height: 220px;
    }

    .product-size-table {
        margin-top: 20px;
    }

    .flexible-title {
        min-width: auto;
    }

    .flexible-hose-img {
        min-height: 230px;
    }
}


@media (max-width: 767px) {

    .fire-accessories-section {
        padding: 25px 0 40px;
    }

    .accessory-row {
        margin-bottom: 30px;
    }

    .accessory-title {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .accessory-title h3 {
        font-size: 17px;
    }

    .accessory-img {
        height: 220px;
    }

    .product-size-table th,
    .product-size-table td {
        font-size: 15px;
    }

    .sprinkler-img {
        min-height: 190px;
        margin-bottom: 20px;
    }

    .sprinkler-img > img:first-child {
        max-height: 180px;
    }

    .flexible-hose-img {
        min-height: 200px;
    }

    .flexible-hose-img img {
        max-height: 200px;
    }

    .hose-parts-img {
        min-height: 180px;
        margin-top: 15px;
    }

    .certificate-img {
        width: 45px !important;
        right: 10px;
    }
}

/* =========================================
   FIRE FIGHTING ACCESSORIES - EXTRA CSS
========================================= */

.accessories-second-section {
    padding:70px 0;
}

.accessories-second-section .accessory-card {
    text-align: center;
    margin-bottom: 45px;
}

.accessories-second-section .accessory-title {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    padding: 10px 20px;
    margin-bottom: 25px;
    background: #f71920;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessories-second-section .accessory-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}


/* TOP SUCTION COUPLINGS */

.suction-couplings .accessory-img {
    height: 330px;
}

.accessories-second-section .accessory-img {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessories-second-section .accessory-img img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}


/* SECOND ROW */

.accessories-row {
    margin-top: 30px;
}

.accessories-row .accessory-card {
    margin-bottom: 35px;
}

.accessories-row .accessory-img {
    height: 300px;
}

.accessories-row .accessory-img img {
    max-height: 280px;
}


/* BOTTOM ACCESSORIES */

.bottom-accessories-row {
    margin-top: 20px;
}

.bottom-accessory-card {
    text-align: center;
    margin-bottom: 30px;
}

.bottom-accessory-card .accessory-title {
    width: 100%;
    min-width: auto;
    min-height: 56px;
    padding: 10px 15px;
    margin-bottom: 18px;
    background: #f71920;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-accessory-card .accessory-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-accessory-img {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-accessory-img img {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
}


/* RED BORDER BOX - HYDRANT / WASHERS / BUCKET */

.bottom-accessory-img.bordered-img {
    border: 3px solid #ef2026;
    padding: 10px;
}


/* CERTIFICATE - SINGLE IMAGE */

.certificate-row {
    margin-top: 20px;
}

.accessories-certificate {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* TABLET */

@media (max-width: 991px) {

    .accessories-second-section .accessory-title h3 {
        font-size: 17px;
    }

    .accessories-second-section .accessory-img {
        height: 270px;
    }

    .accessories-second-section .accessory-img img {
        max-height: 250px;
    }

    .bottom-accessory-img {
        height: 200px;
    }

    .bottom-accessory-img img {
        max-height: 180px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .accessories-second-section {
        padding: 25px 0 40px;
    }

    .accessories-second-section .accessory-card {
        margin-bottom: 30px;
    }

    .accessories-second-section .accessory-title {
        min-height: 48px;
        margin-bottom: 18px;
        padding: 8px 15px;
    }

    .accessories-second-section .accessory-title h3 {
        font-size: 16px;
    }

    .suction-couplings .accessory-img,
    .accessories-second-section .accessory-img {
        height: 230px;
    }

    .accessories-second-section .accessory-img img {
        max-height: 210px;
    }

    .accessories-row {
        margin-top: 0;
    }

    .bottom-accessories-row {
        margin-top: 0;
    }

    .bottom-accessory-card {
        margin-bottom: 25px;
    }

    .bottom-accessory-card .accessory-title h3 {
        font-size: 15px;
    }

    .bottom-accessory-img {
        height: 200px;
    }

    .bottom-accessory-img img {
        max-height: 180px;
    }

}

/* ==========================================
   FIRE FIGHTING ACCESSORIES - SECTION 3
========================================== */

.accessories-third-section {
    padding: 70px 0;
}

.accessories-third-section .accessory-card {
    text-align: center;
    margin-bottom: 45px;
}


/* PRODUCT TITLE */

.accessories-third-section .accessory-title {
    width: 100%;
    min-width: auto;
    min-height: 55px;
    padding: 10px 20px;
    margin-bottom: 25px;

    background: #f71920;
    border-radius: 40px;

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

.accessories-third-section .accessory-title h3 {
    margin: 0;
    color: #ffffff;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.2;
    text-align: center;
}


/* PRODUCT IMAGE */

.accessories-third-section .accessory-img {
    height: 320px;

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

.accessories-third-section .accessory-img img {
    max-width: 100%;
    max-height: 300px;

    object-fit: contain;
}


/* SECOND ROW */

.accessories-third-section .accessories-row {
    margin-top: 25px;
}

.accessories-third-section .accessories-row .accessory-img {
    height: 340px;
}

.accessories-third-section .accessories-row .accessory-img img {
    max-height: 320px;
}


/* FIRE ENGINE SECTION */

.fire-engine-row {
    margin-top: 30px;
}

.fire-engine-card {
    text-align: left;
}

.fire-engine-title {
    width: auto !important;
    min-width: 390px !important;

    display: inline-flex !important;

    margin-left: 35px;
    margin-bottom: 25px !important;
}

.fire-engine-img {
    width: 100%;
    min-height: 420px;

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

.fire-engine-img img {
    max-width: 100%;
    max-height: 420px;

    object-fit: contain;
}


/* CERTIFICATE - SINGLE JPG IMAGE */

.certificate-row {
    margin-top: 25px;
}

.accessories-certificate {
    max-width: 100%;
    width: auto;
    height: auto;

    object-fit: contain;
}


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

@media (max-width: 991px) {

    .accessories-third-section .accessory-title h3 {
        font-size: 17px;
    }

    .accessories-third-section .accessory-img {
        height: 270px;
    }

    .accessories-third-section .accessory-img img {
        max-height: 250px;
    }

    .accessories-third-section .accessories-row .accessory-img {
        height: 280px;
    }

    .accessories-third-section .accessories-row .accessory-img img {
        max-height: 260px;
    }

    .fire-engine-title {
        min-width: 340px !important;
        margin-left: 0;
    }

    .fire-engine-img {
        min-height: 330px;
    }

    .fire-engine-img img {
        max-height: 330px;
    }

}


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

@media (max-width: 767px) {

    .accessories-third-section {
        padding: 25px 0 40px;
    }

    .accessories-third-section .accessory-card {
        margin-bottom: 30px;
    }

    .accessories-third-section .accessory-title {
        min-height: 48px;

        padding: 9px 15px;
        margin-bottom: 18px;
    }

    .accessories-third-section .accessory-title h3 {
        font-size: 16px;
    }

    .accessories-third-section .accessory-img,
    .accessories-third-section .accessories-row .accessory-img {
        height: 230px;
    }

    .accessories-third-section .accessory-img img,
    .accessories-third-section .accessories-row .accessory-img img {
        max-height: 210px;
    }

    .accessories-third-section .accessories-row {
        margin-top: 0;
    }

    .fire-engine-row {
        margin-top: 10px;
    }

    .fire-engine-title {
        width: 100% !important;
        min-width: auto !important;

        margin-left: 0;
    }

    .fire-engine-img {
        min-height: 220px;
        justify-content: center;
    }

    .fire-engine-img img {
        max-height: 220px;
    }

}

/* =====================================
   ABOUT PAGE
===================================== */

.about-page {
    overflow: hidden;
    color: #222;
}


/* =====================================
   COMMON
===================================== */

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.red-tag {
    color: #ed1c24;
}

.light-tag {
    color: #ff6b6b;
}


.section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
}

.section-heading h2,
.about-content h2,
.quality-content h2,
.expertise-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.section-heading h2 span,
.about-content h2 span,
.quality-content h2 span,
.expertise-content h2 span {
    color: #ed1c24;
}

.section-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #777;
}


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

.btn-primary-red {
    background: #ed1c24;
    color: #fff !important;
    border: 2px solid #ed1c24;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary-red:hover {
    background: #111;
    border-color: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.btn-outline-white {
    border: 2px solid #fff;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    margin-left: 12px;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background: #fff;
    color: #ed1c24 !important;
}


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

.about-hero {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(120deg, #111 0%, #1e1e1e 55%, #ed1c24 150%);
    color: #fff;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(237, 28, 36, 0.2);
    border-radius: 50%;
    right: -200px;
    top: -200px;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 25px;
}

.about-hero h1 span {
    color: #ed1c24;
}

.about-hero p {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.8);
    max-width: 650px;
}

.about-hero-btn {
    margin-top: 35px;
}

.hero-image-box {
    position: relative;
    text-align: center;
}

.hero-image-box img {
    max-height: 450px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

.hero-image-box:hover img {
    transform: scale(1.04);
}

.hero-floating-card {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 5;
    background: #fff;
    color: #222;
    padding: 18px 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.floating-icon {
    width: 50px;
    height: 50px;
    background: #ed1c24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-floating-card strong {
    display: block;
}

.hero-floating-card span {
    font-size: 12px;
    color: #777;
}


/* =====================================
   ABOUT COMPANY
===================================== */

.about-company-section {
    padding: 70px 0;
}

.about-image-wrapper {
    position: relative;
    padding-right: 35px;
}

.about-main-image {
    width: 100%;
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0,0,0,0.12); */
}

.about-experience-card {
    position: absolute;
    right: 0;
    bottom: 40px;
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 280px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.experience-icon {
    width: 55px;
    height: 55px;
    background: #ed1c24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-experience-card strong {
    display: block;
    font-size: 16px;
}

.about-experience-card p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #777;
}

.about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

.about-feature-list {
    margin-top: 25px;
}

.about-feature {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.about-feature span {
    width: 28px;
    height: 28px;
    background: rgba(237,28,36,0.1);
    color: #ed1c24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.about-feature p {
    margin: 0;
    font-weight: 600;
    color: #333;
}


/* =====================================
   MISSION VISION
===================================== */

.mission-vision-section {
    padding: 70px 0;
    background: #f7f7f7;
}

.mission-card {
    height: 100%;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.35s ease;
    border: 1px solid #eee;
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.mission-card-icon {
    width: 70px;
    height: 70px;
    background: #ed1c24;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.mission-card span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ed1c24;
}

.mission-card h3 {
    font-size: 27px;
    font-weight: 700;
    margin: 15px 0;
}

.mission-card p {
    color: #777;
    line-height: 1.9;
    margin-bottom: 0;
}

.vision-card {
    background: #1a1a1a;
    color: #fff;
}

.vision-card p {
    color: rgba(255,255,255,0.65);
}


/* =====================================
   QUALITY
===================================== */

.quality-section {
  padding: 20px 0;
}

.quality-content > p {
    color: #777;
    line-height: 1.9;
}

.quality-points {
    margin-top: 35px;
}

.quality-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.quality-number {
    min-width: 50px;
    height: 50px;
    background: #ed1c24;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 12px;
    margin-right: 18px;
}

.quality-point h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.quality-point p {
    margin: 0;
    color: #777;
}

.quality-image-box img {
    width: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.12); */
}


/* =====================================
   CERTIFICATE
===================================== */

.certification-section {
    padding: 100px 0;
    border-top: 1px solid #edecec;
}

.certificate-image-box {
    background: #fff;
    border-radius: inherit;
}

.certificate-image {
    width: auto;
    display: block;
}


/* =====================================
   WHY NEW ACE
===================================== */

.why-newace-section {
    padding: 100px 0;
    background: #151515;
    color: #fff;
}

.why-newace-section .section-heading h2 {
    color: #fff;
}

.why-newace-section .section-heading p {
    color: rgba(255,255,255,0.65);
}

.why-card {
    position: relative;
    height: 100%;
    background: #222;
    padding: 35px 25px;
    border-radius: 15px;
    border: 1px solid #333;
    transition: all 0.35s ease;
}

.why-card:hover {
    transform: translateY(-10px);
    background: #ed1c24;
}

.why-icon {
    font-size: 35px;
    color: #ed1c24;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.why-card:hover .why-icon {
    color: #fff;
}

.why-number {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    color: #777;
}

.why-card:hover .why-number {
    color: rgba(255,255,255,0.7);
}

.why-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.why-card p {
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
}

.why-card:hover p {
    color: rgba(255,255,255,0.8);
}


/* =====================================
   EXPERTISE
===================================== */

.expertise-section {
    padding: 100px 0;
}

.expertise-content p {
    color: #777;
    line-height: 1.9;
    margin-bottom: 30px;
}

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

.expertise-item {
    background: #f8f8f8;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.expertise-item i {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 22px;
    transition: all 0.3s ease;
}

.expertise-item:hover {
    background: #ed1c24;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(237,28,36,0.2);
}

.expertise-item:hover i {
    color: #ed1c24;
}


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

.about-cta-section {
    position: relative;
    padding: 85px 0;
    background: #ed1c24;
    color: #fff;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.cta-content p {
    margin: 0;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.cta-btn {
    background: #fff;
    color: #ed1c24;
    padding: 16px 28px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #151515;
    color: #fff;
    transform: translateY(-3px);
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.cta-shape-1 {
    width: 350px;
    height: 350px;
    right: -120px;
    top: -150px;
}

.cta-shape-2 {
    width: 250px;
    height: 250px;
    left: -100px;
    bottom: -150px;
}


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

@media (max-width: 991px) {

    .about-hero {
        padding: 80px 0;
    }

    .about-hero h1 {
        font-size: 44px;
    }

    .hero-image-box {
        margin-top: 50px;
    }

    .section-heading h2,
    .about-content h2,
    .quality-content h2,
    .expertise-content h2 {
        font-size: 36px;
    }

    .about-company-section,
    .mission-vision-section,
    .quality-section,
    .certification-section,
    .why-newace-section,
    .expertise-section {
        padding: 75px 0;
    }

    .cta-content h2 {
        font-size: 36px;
    }

}


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

@media (max-width: 767px) {

    .about-hero {
        padding: 65px 0;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-hero-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-outline-white {
        margin-left: 0;
        margin-top: 12px;
    }

    .section-heading h2,
    .about-content h2,
    .quality-content h2,
    .expertise-content h2 {
        font-size: 30px;
    }

    .about-experience-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .about-image-wrapper {
        padding-right: 0;
    }

    .mission-card {
        padding: 35px 25px;
    }

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

    .cta-content h2 {
        font-size: 30px;
    }

    .certificate-image-box {
        padding: 12px;
    }

    .quality-point {
        margin-bottom: 20px;
    }

}


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

@media (max-width: 480px) {

    .about-hero h1 {
        font-size: 29px;
    }

    .section-heading h2,
    .about-content h2,
    .quality-content h2,
    .expertise-content h2 {
        font-size: 27px;
    }

    .btn-primary-red,
    .btn-outline-white {
        padding: 12px 20px;
        font-size: 14px;
    }

    .expertise-item {
        padding: 20px 15px;
    }

    .hero-floating-card {
        position: relative;
        margin-top: 20px;
        bottom: auto;
        left: auto;
    }

}


/* =====================================
   PRODUCTS DROPDOWN DESKTOP SCROLL
===================================== */

@media (min-width: 992px) {

    .navbar .dropdown-menu {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;

        min-width: 310px;
        max-width: 350px;

        padding: 8px 0;

        -webkit-overflow-scrolling: touch;
    }

    .navbar .dropdown-menu::-webkit-scrollbar {
        width: 6px;
    }

    .navbar .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .navbar .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ed1c24;
        border-radius: 10px;
    }

    .navbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #c81018;
    }

    .navbar .dropdown-menu {
        scrollbar-width: thin;
        scrollbar-color: #ed1c24 #f1f1f1;
    }

}


/* =====================================
   MOBILE NAVIGATION SCROLL
===================================== */

@media (max-width: 991px) {

    /* Complete mobile navigation */
    #mainNav {
        max-height: calc(100vh - 75px);
        overflow-y: auto;
        overflow-x: hidden;

        padding: 10px 0 25px;

        -webkit-overflow-scrolling: touch;
    }


    /* Full width navigation */
    #mainNav .navbar-nav {
        width: 100%;
        align-items: stretch !important;
    }


    /* Navigation links */
    #mainNav .nav-link {
        padding: 12px 15px;
    }


    /* Products dropdown */
    #mainNav .dropdown-menu {

        position: static !important;

        float: none;

        width: 100%;

        min-width: 100%;

        max-height: 350px;

        overflow-y: auto;

        overflow-x: hidden;

        margin: 0;

        padding: 0;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        background: #f8f8f8;

        -webkit-overflow-scrolling: touch;
    }


    /* Product links */
    #mainNav .dropdown-item {

        white-space: normal;

        padding: 12px 20px;

        font-size: 14px;

        line-height: 1.4;

        border-bottom: 1px solid #e5e5e5;

    }


    /* Product link hover */
    #mainNav .dropdown-item:hover {

        background: #ed1c24;

        color: #fff;

    }


    /* Dropdown scrollbar */
    #mainNav .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    #mainNav .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ed1c24;
        border-radius: 10px;
    }


    /* Contact button spacing */
    #mainNav .nav-item.ml-lg-3 {

        margin-left: 0 !important;

        margin-top: 15px;

        padding-left: 15px;

        padding-bottom: 10px;

    }

}

/* =========================================
   NEW ACE RESPONSIVE NAVIGATION FIX
========================================= */

/* Desktop Products Dropdown */
@media (min-width: 992px) {

    #mainNav .dropdown-menu {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        overflow-x: hidden;
        min-width: 310px;
        padding: 8px 0;
    }

    #mainNav .dropdown-menu::-webkit-scrollbar {
        width: 6px;
    }

    #mainNav .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #mainNav .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ed1c24;
        border-radius: 10px;
    }

}


/* =========================================
   MOBILE & TABLET NAVIGATION
========================================= */

@media (max-width: 991px) {

    /* Main navbar collapse */
    #mainNav {
        width: 100%;
        height: auto !important;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        overflow-x: hidden;

        padding: 10px 0 20px;
        margin: 0;

        -webkit-overflow-scrolling: touch;
    }


    /* Navigation UL */
    #mainNav .navbar-nav {
        display: block !important;

        width: 100%;
        height: auto !important;
        min-height: auto !important;

        margin: 0 !important;
        padding: 0;

        align-items: initial !important;
    }


    /* Every navigation item */
    #mainNav .nav-item {
        display: block !important;

        width: 100%;
        height: auto !important;
        min-height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* Navigation links */
    #mainNav .nav-link {
        display: block !important;

        width: 100%;
        height: auto !important;
        min-height: auto !important;

        padding: 13px 15px !important;
        margin: 0 !important;

        line-height: 1.5;
    }


    /* =========================================
       IMPORTANT: HIDE DROPDOWN WHEN CLOSED
    ========================================= */

    #mainNav .dropdown-menu {
        display: none !important;

        position: static !important;

        float: none !important;

        width: 100% !important;
        min-width: 100% !important;

        height: auto !important;
        max-height: none !important;

        overflow: visible !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;

        background: #f7f7f7 !important;
    }


    /* Show dropdown ONLY when Products is clicked */

    #mainNav .dropdown-menu.show {
        display: block !important;

        max-height: 350px !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;

        -webkit-overflow-scrolling: touch;
    }


    /* Product dropdown links */

    #mainNav .dropdown-item {

        display: block !important;

        width: 100%;

        padding: 11px 20px !important;

        white-space: normal !important;

        font-size: 14px;

        line-height: 1.4;

        border-bottom: 1px solid #e5e5e5;

    }


    /* Product hover */

    #mainNav .dropdown-item:hover,
    #mainNav .dropdown-item:focus {

        background: #ed1c24 !important;

        color: #ffffff !important;

    }


    /* Dropdown scrollbar */

    #mainNav .dropdown-menu.show::-webkit-scrollbar {
        width: 5px;
    }


    #mainNav .dropdown-menu.show::-webkit-scrollbar-thumb {

        background: #ed1c24;

        border-radius: 10px;

    }


    /* Contact button */

    #mainNav .nav-item.ml-lg-3 {

        margin: 15px 0 10px !important;

        padding: 0 15px !important;

    }


    #mainNav .btn-header {

        display: inline-flex;

        width: auto;

        align-items: center;

        justify-content: center;

    }

}


/* =========================================
   EXTRA BOOTSTRAP MOBILE FIX
========================================= */

@media (max-width: 991px) {

    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;
    }

}


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

#all-products {
    padding: 70px 0;
    background: #000000;
}

#all-products .section-title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

#all-products .eyebrow {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#all-products .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

#all-products .section-title p {
    color: #a9afb7 !important;
    font-size: 16px;
    font-weight: 400;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.product-list li {
    margin: 0;
}

.product-list li a {
    display: flex;
    align-items: center;

    min-height: 60px;

    padding: 15px 20px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 8px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 500;

    text-decoration: none;

    transition: all 0.3s ease;
}

.product-list li a:before {
    content: "→";

    color: #ed1c24;

    font-size: 20px;

    margin-right: 12px;

    transition: all 0.3s ease;
}

.product-list li a:hover {
    background: #ed1c24;

    border-color: #ed1c24;

    color: #ffffff;

    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(237, 28, 36, 0.25);
}

.product-list li a:hover:before {
    color: #ffffff;

    transform: translateX(4px);
}


/* Tablet */

@media (max-width: 991px) {

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

    #all-products .section-title h2 {
        font-size: 36px;
    }

}


/* Mobile */

@media (max-width: 575px) {

    #all-products {
        padding: 55px 0;
    }

    .product-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-list li a {
        min-height: 55px;
        font-size: 15px;
        padding: 12px 15px;
    }

    #all-products .section-title h2 {
        font-size: 30px;
    }

}


.product-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Arrow Right Side */
.product-list li a:before {
    display: none;
}

.product-list li a:after {
    content: "→";

    color: #ed1c24;

    font-size: 22px;

    margin-left: 15px;

    transition: all 0.3s ease;
}

.product-list li a:hover {
    background: #ed1c24;

    border-color: #ed1c24;

    color: #ffffff;

    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(237, 28, 36, 0.25);
}

.product-list li a:hover:after {
    color: #ffffff;

    transform: translateX(5px);
}

/* =====================================
   PRODUCT OWL CAROUSEL
===================================== */

.product-showcase-section {
    padding: 70px 0;
   background: #f7f8fa; 
    overflow: hidden;
 /*   border-top: 1px solid #efefef;*/
}

.product-showcase-section .section-title {
    max-width: 750px;
    margin: 0 auto 50px;
}

.product-showcase-section .eyebrow {
    display: inline-block;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.product-showcase-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1b1d21;
    margin-bottom: 15px;
}

.product-showcase-section p {
    color: #777;
    margin-bottom: 0;
    font-size: 16px;
}


/* PRODUCT CARD */

.product-slider-card {
    display: block;
    height: 100%;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease;
}

.product-slider-card:hover {
    transform: translateY(8px);
 /*   box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);*/
}


/* PRODUCT IMAGE */

.product-slider-image {
height: 480px;
    padding: 15px 0 0px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-slider-card:hover .product-slider-image img {
    transform: scale(1.08);
}


/* PRODUCT CONTENT */

.product-slider-content {
    position: relative;
    padding: 25px;
    border-top: 1px solid #eeeeee;
}

.product-slider-content span {
    display: block;
    color: #ed1c24;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product-slider-content h4 {
    margin: 0;
    padding-right: 45px;
    color: #202124;
    font-size: 19px;
    font-weight: 700;
}


/* ARROW */

.product-slider-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    width: 42px;
    height: 42px;

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

    border-radius: 50%;

    background: #f4f4f4;
    color: #ed1c24;

    font-size: 22px;

    transition: all 0.3s ease;
}

.product-slider-card:hover .product-slider-arrow {
    background: #ed1c24;
    color: #ffffff;
}


/* OWL NAVIGATION */

.product-owl-carousel .owl-nav {
    display: block !important;
    margin-top: 35px;
	    display: none !important;
}

.product-owl-carousel .owl-prev,
.product-owl-carousel .owl-next {

width: 35px;

height: 35px;

margin: 5px !important;

border-radius: 50% !important;

background: #ed1c24 !important;

color: #ffffff !important;

font-size: 14px !important;

transition: all 0.3s ease;
}

.product-owl-carousel .owl-prev:hover,
.product-owl-carousel .owl-next:hover {
    background: #222222 !important;
}


/* OWL DOTS */

.product-owl-carousel .owl-dots {
    margin-top: 15px;
}

.product-owl-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;

    background: #cccccc !important;

    transition: all 0.3s ease;
}

.product-owl-carousel .owl-dot.active span {
    width: 28px !important;

    background: #ed1c24 !important;

    border-radius: 10px !important;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .product-showcase-section {
        padding: 70px 0;
    }

    .product-showcase-section h2 {
        font-size: 34px;
    }

}

@media (max-width: 767px) {

    .product-showcase-section {
        padding: 55px 0;
    }

    .product-showcase-section h2 {
        font-size: 28px;
    }

    .product-slider-image {
        height: 230px;
    }

}

.product-slider-image .product-container {
    padding: 0;
}

.product-slider-image .spec-row {  
    margin-bottom: 10px; 
    font-size: 14px;
    line-height: 1;
}
 
.product-size1{}

.owl-carousel .owl-item .product-size1 img {
    display: block;
    width: 250px;
}

.heading-carousel h2 {
    font-size: 22px!important;
    font-weight: 700;
    color: #1b1d21;
    margin-bottom: 10px;
}

.item-home .product-title {
    width: auto;
    margin: 0 auto 35px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #f51d26;
    color: #ffffff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.product-slider-card {
     padding: 20px;
}
.owl-carousel .owl-item .product-size2 img {
    display: block;
    width: 110px;
}
.owl-carousel .owl-item .product-size3 img {
    display: block;
    width: 360px;
}
.owl-carousel  .landing-title { 
    font-size: 15px;}




.brand-logo img{width: 44%;}

.footer-brand .brand-logo img{width:40%}