
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
            font-family: "Roboto", sans-serif;
            color: #333;
        }

        
        .navbar-brand img {
           width: 120px; /* Adjust as needed */
           height: 30px;
        }
        p{
            font-size: 13px;
        }
.z-index-1 {
    z-index: 1;
}
/* Custom Dropdown Styles */
.navbar {
    padding: 0;
}
header .header-top-bar, header .navbar {
    /* position: fixed; */
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    /* height: 100px; */
    box-sizing: border-box;
    transition: .5s;
}
.wrapHead{
  transition: all ease-in-out 0.5s;
}
.wrapHead.fixed-to-top{
  width: 100%;
}
header{
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: all ease-in-out 0.01s;
}
header:after{
  content: "";
  display: block;
  clear: both;
}
header.fixed-to-top{
    position: fixed;
  background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

header .navbar {
    left: 0;
    z-index: 99;
    transition: .3s;
}
header .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 15px 0;
    display: inline-block;
}
header .navbar-brand img {
    max-height: 150px;
}
header .navbar [class*=col-] {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .header-top-bar [class*=col-] .header-icon, header .navbar [class*=col-], header .navbar [class*=col-] .navbar-nav {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
header .navbar [class*=col-] .navbar-nav .nav-item, header .navbar [class*=col-] .navbar-nav .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #d1010c;
}
.navbar-nav .nav-item .bottom-bar::before{
    content: "";
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 0px;
  height: 5px;
  background-color: #fff;
  transition: all 1s ease;
  border-radius: 10px;
}
.navbar-nav .nav-item .bottom-bar:hover::before {
 width: 70%;
}
.navbar .navbar-nav .nav-link {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 20px 0px 0;
    position: relative;
    font-weight: 500;
    opacity: 1;
    word-break: normal;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--white);
    margin-left: 20px;
}
.navbar .navbar-nav .nav-link span{
    margin-left: 5px;
    font-size: 14px;
}
.navbar .navbar-nav .nav-link:hover span {
    transform: rotate(180deg);
    transition-duration: 1s;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 6px 0 15px;
    border:0;
    top: 50px;
    background-color: #d1010c;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, .05);
    -webkit-animation: hide-animation .5s;
    animation: hide-animation .5s;
    -webkit-border-radius: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.div-dropdown{
    display: flex;
}
.div-item-dropdown li{
        display: flex;
    align-items: center;
    margin: 5px 15px 5px 8px;
}
.div-item-dropdown li a{
    
    margin: 0;
    color: #fff;
    padding: 3px 20px 3px 10px;
}
.dropdown-dot-box{
    width: 5px;
    height: 4px;
    z-index: 99;
    background: #fff;
    display: block;
    margin-left: 10px;
    margin-right: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a:hover{
    background-color: #ab1b1b;
    color: #fff;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    width: 260px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: red;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    padding: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    display: block !important;
    padding: 3px 5px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgba(23, 23, 23, .1);
    padding: 17px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
/*
1.Custom Dropdown Styles
2.hero section Styles
*/



/* Custom Dropdown Styles */
    

    .navbar-nav .nav-link {
      color: white !important;
    }

    

    .dropdown-menu {
      margin-top: 0;
    }
    /* Custom Dropdown Styles */
    /* hero section Styles */
    .cover-background, .fix-background {
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.cover-background {
    background-size: cover;
    background-position: center center !important;
}
.opacity-extra-medium, .opacity-full, .opacity-full-dark, .opacity-light, .opacity-medium, .opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.opacity-very-light {
    opacity: .7;
    background-color: #154670!important;
}
        .hero-section {
            color: white;
            padding: 100px 0;
            text-align: center;
        }

        .hero-section h1 {
            font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 3.45rem;
    margin-bottom: 25px;
    line-height: 80px;
    margin-top: 70px;
        }

        .hero-section p {
                font-size: 1.7rem;
    font-weight: 600;
    line-height: 60px;
        }

        .fire-suppression-section {
            padding: 80px 0;
            background-color: #d1010c; /* Red background from the image */
            color: white;
        }

        .fire-suppression-section h2 {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
            margin-bottom: 30px;
            font-size: 2.5rem;

        }
        .fire-suppression-section p{
            font-size: 1.2rem;
                margin-bottom: 32px;
        }
        .about-us-img{
                width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #fff;
    border-radius: 25px;
        }
        
        .fire-suppression-section img {
            width: 100%;
            height: 100%;
            border-radius: 8px; /* Slightly rounded corners */
        }
.about-carousel-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 10px;
    }

    .about-carousel-track {
      display: flex;
      transition: transform 0.5s ease;
      height: 100%;
      width: 100%;
    }

    .about-carousel-slide {
      width: 100%;
      height: 100%;
      flex-shrink: 0;
    }

    .carousel-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
        .fire-suppression-section .btn-light {
            background-color: #154670;
            color: #fff;
            border: 1px solid #fff;
            padding: 10px 30px;
            font-weight: 600;
            margin-top: 20px;
            font-size: 0.8rem;
        }

        .application-section {
            padding: 60px 0;
            background-color: #467279; /* Light grey background */
            text-align: center;
        }

        

        .application-item {
            text-align: center;
            margin-bottom: 30px;
        }

        .application-item img {
            width: 150px; /* Adjust size as needed */
            height: 150px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
.carousel-container {
      text-align: center;
    }
    .carousel-title {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
            margin-bottom: 40px;
            color: #fff;
            display: inline-block;
            border: 2px solid #fff;
            padding: 8px 12px;
            font-size: 1rem;
            border-radius: 4px;
        }
    .carousel-track-container {
      overflow-x: hidden;
      position: relative;
    }
    .carousel-track {
      display: flex;
      gap: 40px;
      padding: 0px 30px;
      transition: transform 0.5s ease-in-out;
      white-space: nowrap;
    }
    .carousel-item {
      flex: 0 0 auto;
      width: 180px;
      text-align: center;
      display: block!important;
      margin-right: 0!important;
    }
    .carousel-item img {
      width: 100%;
      height: 120px;
      object-fit: cover;
    }
    .carousel-item p {
      margin-top: 10px;
      font-size: 15px;
      font-weight: 400;
          color: #fff;
          margin-bottom: 20px;
    }
.scroll-bar {
  height: 2px;
  background-color: white;
  margin: 20px auto 0;
  width: 15%; /* ✅ Scroll bar width set to 15% */
  border-radius: 50px;
  position: relative;
}

.scroll-thumb {
  height: 15px;
  width: 10%!important; /* ✅ Scroll thumb width fixed to 10% */
  background-color: #0b4a58;
  border-radius: 50%; /* ✅ Makes it circular */
  position: absolute;
  top: -7px; /* ✅ Centered vertically */
  left: 0;
  transition: left 0.3s;
  border: 1px solid #fff;
}
        .application-item p {
            font-weight: 600;
            color: #555;
        }

        .eco-friendly-section {
            padding: 80px 0;
            background-color: white;
        }

        .eco-friendly-section h2 {
                font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #249619;
        }

        .eco-friendly-section p {
            line-height: 1.8;
            margin-bottom: 32px;
            font-size: 1.2rem;
        }
.eco-friendly-img{
    height: 500px;
}
        .eco-friendly-section img {
            width: 100%;
            height: 100%;
            border-radius: 8px;
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        .eco-friendly-section .btn-green {
            background-color: #d1010c; /* Bootstrap success green */
            color: white;
            border: none;
            padding: 10px 30px;
            font-weight: 600;
            margin-top: 20px;
            font-size: 0.8rem;
        }

        














        /* General Body Styles */


/* Header Section */
section.header-contact {
    background-color: #ffffff; /* White background for header */
}

section.header-contact {
    color: #343a40; /* Dark text for "Get In Touch" */
}
.contact-feed{
        display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
/* Contact Info Section */
.contact-icon-wrapper {
        background-color: #d1010c;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.con-text{
font-size: 13px;
    font-weight: 600;
}
.con-text-details{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.contact-icon {
    color: #ffffff; /* White icon color */
    font-size: 21px;
}

/* Contact Form Section */
.contact-form-container {
    background-color: #d1010c; /* Red background for the form container */
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-form-container .form-control {
    background-color: #ffffff; /* White background for input fields */
    border: none;
    padding: 2px 15px;
    color: #343a40; /* Dark text for input */
}
.get-in-touch p{
    font-size: 17px;
    font-weight: 600;
    color: #d1010c!important;
    margin-bottom: 15px !important;
}
.get-in-touch h1{
    font-size: 40px;
    font-weight: 800!important;
    margin-bottom: 15px !important;
}
.nav-search{
    padding: 0.0rem 0.75rem!important;
    font-size: 0.7rem;
    background-color: transparent;
    color: #fff;
        margin-left: 60px;
            border: 2px solid #fff !important;
            border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
input.nav-search::placeholder {
    color: #fff!important; /* Light grey placeholder text */
}
.search-form .input-group-append{
        border: 2px solid #fff;
    border-left: 0;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    color: #fff;
}
.search-form .input-group-append button{
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.contact-form-container .form-label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.btn-send-message {
    background-color: #ffffff; /* White background for the button */
    color: #dc3545; /* Red text for the button */
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 13px;
}

.btn-send-message:hover {
    background-color: #e2e6ea; /* Slightly darker white on hover */
    color: #c82333; /* Darker red on hover */
}

/* Footer Section */
.footer-section {
    background-color: #2f4f4f; /* Dark teal/green background */
    color: #ffffff;
}

.footer-logo {
    margin-bottom: 20px;
    width: 70%;
    height: 30%;
}
.footer-logo img{
        width: 100%;
}

.footer-section h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.8rem;
}
.email-link{
    font-weight: 900;
}
.footer-link:hover {
    color: #f8f9fa; /* Lighter white on hover */
    text-decoration: underline;
}
.footer-add{
    margin-bottom: 30px;
}
.logoplusicon {
    display: flex;
    flex-direction: column;
    height: 100%;
}


























        /* =========================================================
        =============================================================
        ==================================================================
        ========================================================================
        ==================================================================================
         */

         /* General Body Styles */


/* Product Titles */

.product-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #d1010c;
}

.model-names {
        font-size: 2rem;
    color: #000000;
    margin-top: 10px;
    font-weight: 700;
}

/* Product Image Cards */
.product-image-card {
    /* border: 1px solid #dee2e6; */
    border-radius: 5px;
    background-color: #fefefe;
    /* box-shadow: 0 2px 5px rgba(0,0,0,.05); */
}

.product-image-card img {
    max-width: 100%; /* Ensure images are responsive */
    height: auto; /* Maintain aspect ratio */
}

.product-model-name {
        font-size: 1.2rem;
    color: #000;
    margin: 10px 0;
    font-weight: 900;
}
.product-detail{
    height: 300px;
}
.div-product-img{
    height: 80%;
}
.div-product-img img{
    height: 100%;
}
.div-product-text{
    display: flex;
    height: 20%;
    align-content: center;
    justify-content: center;
    /* height: 100%; */
    align-items: center;
}
/* Features Section */
.section-heading {
    font-size: 1.2rem;
    font-weight: bold;
    color: #d1010c;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.features-list {
    list-style: none; /* Remove default bullet points */
    padding-left: 0;
}

.features-list li {
    position: relative;
    padding-left: 25px; /* Space for custom bullet */
    margin-bottom: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.features-list li::before {
    content: "\25A0"; /* Filled square unicode character */
    color: #d1010c; /* Red color for bullets */
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Technical Specification Table */
.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.8rem;
}

.product-spec-table th,
.product-spec-table td {
    border: 1px solid #dee2e6;
    padding: 12px;
    vertical-align: top;
}

.product-spec-table thead th {
    background-color: #f2f2f2;
    font-weight: 900;
    text-align: center;
    color: #000000;
    font-size: 1rem;
}
.product-spec-table thead tr{
    border-bottom: 2px solid #d1010c70;
}
.product-spec-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Zebra striping */
}
.product-spec-table tbody tr td:first-child{
    color: #000;
    font-size: 0.8rem;
    font-weight: 800;
}
.product-spec-table td {
    color: #555;
}

.spec-category {
    background-color: #ffffff !important; /* Slightly darker grey for category headers */
    color: #333 !important;
}
.electrical-hilight{
        background-color: #d1010c !important;
    color: #fff !important;
    border-bottom: 1px solid #fff!important;
}




/* application page css */
.image-fallback {
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            font-size: 0.875rem; /* text-sm */
            text-align: center;
            padding: 1rem;
            min-height: 200px; /* Ensure it has some height */
        }
        





.icons{
  display: flex
;
    justify-content: space-between;
    height: 70%;
    width: 70%;
        margin-top: 15px;

}

.social{
  margin: 0px;
	height: 40px;
	width: 33.33%;
  border-radius: 0px;
  box-shadow: -5px 5px 15px #333;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
}

.social:hover{
  cursor: pointer;
  transition: all 0.3s;
}

.social-icon{
	text-decoration: none;
	color: #e7e7e7;
  width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
	font-size: 20px;
}

.social-icon:hover{
  animation: slide 1s ease;
}

.social>a{
	text-align: center;
    text-decoration: none;
}
.con-text-details{
    text-decoration: none;
}
.social:nth-child(1){
	background: #3b5999;
}

.social:nth-child(2){
	background: #38A1F3;
}


.social:nth-child(3){
	background: #0077B5;
}

@keyframes slide{
  0%{
    transform: translateX(0);
  }
  50%{
    transform: translateX(20px);
    opacity: 0;
  }
  51%{
    transform: translateX(-20px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
  }
}


















































        header.fixed-to-top .navbar-nav .nav-link{
    color: #000 !important;;
}
header.fixed-to-top .navbar-nav .nav-item .bottom-bar::before{
    background-color: #d1010c;
}
.scroll-default-logo{
    display: none;
}
header.fixed-to-top .before-default-logo{
    display: none;
}
header.fixed-to-top .scroll-default-logo{
    display: block;
}
header.fixed-to-top .nav-search{
    border: 2px solid #000 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
        border-right: 0 !important;
}
header.fixed-to-top .search-form .input-group-append {
    border: 2px solid #000000;
    border-left: 0;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    color: #000000;
}
header.fixed-to-top .search-form .input-group-append button{
    color: #000000;
}
header.fixed-to-top input::placeholder{
    color: #000!important;
}
.collapse {
    visibility: visible!important;
}
.page-details {
    padding-top: 110px;
}















.form-container {
            background-color: #fff;
            padding: 30px;
            width: 100%;
        }
        .form-control, .form-select {
            border-radius: 8px; /* Apply rounded corners to form elements */
            padding: 5px 15px;
            border: 1px solid #ced4da;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        .form-control:focus, .form-select:focus {
            border-color: #80bdff;
            box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
        }
        .become-a-btn.btn-success {
            background-color: #d1010c;
            border-color: #d1010c;
            padding: 10px 30px;
            border-radius: 8px; /* Rounded button */
            font-size: 1.1rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.2s ease, transform 0.2s ease;
        }
        .become-a-btn.btn-success:hover {
            background-color: #d1010c;
            border-color: #d1010c;
            transform: translateY(-2px);
        }
        .form-control::placeholder{
            color: #a2a2a2!important;
        }





        .img-table-cate thead tr th{
            font-size: 22px;
            font-weight: 500;
            border: 2px solid #e1e1e1;
            padding: 5px;
            vertical-align: middle;
        }
        .img-table-cate tbody tr td{
            font-size: 20px;
            font-weight: 500;
            border: 2px solid #e1e1e1;
            padding: 5px;
            vertical-align: middle;
        }
        .img-table-color-span{
            color: #5c5c5c;
        }
        .table-sp-class tr td{
            font-size: 13px!important;
        }
        .table-sp-class td{
            font-size: 15px!important;
        }
        .table-sp-class-2 td{
            font-size: 20px!important;
            padding: 6px!important;
        }
        .table-head-sp-class{
            border: 0!important;
            border-right: 2px solid #e1e1e1!important ;
            border-left: 2px solid #e1e1e1!important;
        }
        .table-head-sp-class th{
            font-size: 14px!important;
            border: 0!important;
            
            
        }
        .table-head-sp-class-2 td{
            font-size: 20px!important;
            border: 0!important;
        }
        .table-head-sp-class th:first-child{
            text-align: end;
            color: #6e6d6d;
            font-weight: 500;
        }
        .table-head-sp-class th:last-child{
            text-align: start;
            font-weight: 500;
        }

        .electrical-hilight span{
            color: #fff;
        }

        .footer-map{
                height: 200px;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
        }
        .footer-map iframe{
            width: 100%;
            height: 100%;
        }
        .map-button-distributor {
    margin-top: 30px;
}
        .footer-distributor{
            padding: 15px;
            background-color: #dc3545;
            color: #fff;
            font-size: 15px;
            position: relative;
            text-decoration: none;
        }
        .footer-distributor:hover{
            background-color: #fff;
            color: #000;
        }
        .sp-class-head{
            color: #d1010c !important;
        }


        .add-link{
            color: #fff;
            text-decoration: none;
            font-size: 13px;
        }




        .slider-wrapper {
  width: 70%;
  height: 100%;
  overflow: hidden;
}

.inner-wrapper {
  width: 500%;
  height: 100%;
  position: relative;
  left: -100%;
}


.slide {
  width: calc(100%/5);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 700;
  float: left;
}



.prev {
  border-left: 2px solid black;
  left: 100px;
  transform: rotate(-45deg);
  display: none;
}

.next {
  border-right: 2px solid black;
  right: 100px;
  transform: rotate(45deg);
  display: none;
}
.slider-for-become{
    height: 100%;
}
.become-silder-wrapper{
    width: 100%;
}
.become-silder-wrapper .inner-wrapper .slide img{
    background-position:center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 100%;
    height: 100%;
}
.nav-item.active .nav-link::after{
        position: absolute;
    bottom: 15px;
    left: 0;
    /* border-bottom: 2px solid #d1010c !important; */
    content: '';
    width: 70%;
    height: 5px;
    background: #d1010c;
    border-radius: 50px;
}
@media (min-width:1025px){
.container{
    max-width: 80%!important;
}
}










.open .dropdown {
      display: block!important;
    }