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

input:focus, a:focus, button:focus, textarea:focus, select:focus {outline: none !important; box-shadow: none !important;}
a, img, button, input[type="submit"], div {transition: all 0.5s ease;}
img {max-width: 100%;}
.container {position: relative;}
.fa.fa-twitter {font-family: sans-serif;}
.fa.fa-twitter::before {content: "𝕏"; font-size: 1.2em;}
body {font-family: "Hanken Grotesk", sans-serif !important; font-weight: 400 !important; background: #fff !important; color: #000 !important;}
h1, h2, h3, h4, h5, h6 {font-family: "Schibsted Grotesk", sans-serif}

header.site-header {margin: 0; padding: 0; position: absolute; left: 0; top: 0; z-index: 9; width: 100%;}
header.site-header .header-top {background: #fff; padding: 15px 0; margin: 0; color: #081034;}
header.site-header .header-top .book-now {text-align: right; text-transform: uppercase; font-weight: 600;}
header.site-header .header-top .book-now a {color: #FF7505; text-decoration: none;}
header.site-header .header-bottom {margin: 0; padding: 15px 0; position: relative;}
header.site-header .header-bottom .row{align-items: center;}
header.site-header .bg {background: rgba(0, 0, 0, 0.7); margin: 0; padding: 10px 30px; border-radius: 45px;}
header.site-header .main-menu {margin: 0; padding: 0; list-style-type: none; display: flex; position: relative; flex-wrap: wrap; justify-content: space-between;}
header.site-header .main-menu li {margin: 0; padding: 0; position:relative}
header.site-header .main-menu li a {color: #fff; text-decoration: none; padding: 10px; display: flex; text-transform: uppercase;}
header.site-header .main-menu > li:last-child a {background: #FA6803; border-radius: 30px; padding: 10px 15px;}
header.site-header .site-brand img {max-height: 60px;}
header.site-header .main-menu .sub-menu {position: absolute; left: 0; top: 40px; list-style-type: none; background: #FA6803; margin: 0; padding: 0 10px; width: 300px; display:none}
header.site-header .main-menu li:hover > .sub-menu{display:block !important}
header.site-header .main-menu .sub-menu li {border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
header.site-header .main-menu .sub-menu li:last-child {border-bottom: none;}

.announcement-bar {padding: 10px; text-align: center; position: relative; border-radius: 0; color: #fff; margin: 0; background: #FA6803; top: 0; z-index: 99; width: 100%;}
.announcement-bar .close-btn {position: absolute; right: 15px; top: 10px; cursor: pointer;}


.home-banner{margin: 0; padding:205px 0 60px 0; color: #fff; border-radius: 0 0 30px 30px;  width: 100%; position: relative; background: url("../images/home-banner-bg.jpg") no-repeat left top; background-size: cover !important;}
.home-banner .row{align-items: center;}
.home-banner h1 {font-size: 60px; font-weight: 700; margin: 0 0 15px 0;}
.home-banner .custom-btn {margin: 30px 0 0 0; padding: 0;}
.home-banner .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.home-banner .sub-title {margin: 0 0 15px 0; padding: 0;}
.home-banner .sub-title span {display: inline-block; padding: 10px 15px; border: 1px solid #FF7505; border-radius: 30px; font-weight: 300; background: rgba(0, 0, 0, 0.4);}



.home-products {margin: 0; padding: 60px 0; position: relative; width: 100%; background: #fff;}
.home-products h2 {color: #000; margin: 0 0 30px 0; font-size: 32px; font-weight: 700; text-align: center;}
.home-products h2 span {color: #FF7505;}
.home-products .product-list {margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap;}
.home-products .product-list li {display: flex; flex-wrap: wrap; margin: 0; padding: 0 15px; width: 33.333%; text-align: center; justify-content: center;}
.home-products .product-list .img-box {border: 1px solid #000; border-radius: 15px; overflow: hidden; width:100%}
.home-products .product-list .content {padding: 15px 0 0 0;}
.home-products .content .title {font-size: 21px; font-weight: 600;}
.home-products .content .title span {display: block; color: #FF7505; font-weight: 700;}
.home-products .content .order-btn {margin: 10px 0; padding: 0;}
.home-products .content .order-btn a {display: inline-flex; padding: 10px 25px; background: #FF7505; color: #ffff; text-decoration: none; border-radius: 30px; text-transform: uppercase;}
.home-products .content .bulk-order {margin: 0; padding: 0;}
.home-products .content .bulk-order span {font-weight: 600;}


.industry-standards-compliance{margin: 0; padding: 60px 0; text-align: center; position: relative; width: 100%; background: url("https://agiledigitaledge.dev/arfireequipment-dev/wp-content/uploads/2026/01/Group-19.png") center center / cover no-repeat ;color:#fff;
}
.industry-standards-compliance h2 {color: #fff;}
.industry-standards-compliance h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.industry-standards-compliance h3 span {color: #fff;}
.industry-standards-compliance .info-list {margin:30px 0 0 0; padding: 0; display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center;}
.industry-standards-compliance .info-list li {margin: 0; padding: 0 15px; width: 20%;}
.industry-standards-compliance .info-list li img {padding: 10px; border: 1px solid #000; width: 100%; border-radius: 15px; height: 75px; object-fit: contain;}
.industry-standards-compliance .read-more-btn{
	    padding: 10px 25px;
    background: #FF7505;
    color: #ffff;
    text-decoration: none;
    border-radius: 30px;
	 border: none;
	 cursor: pointer;
}
.industry-standards-compliance .more-text {
  display: none;
}
.industry-standards-compliance .feature-wrapper {
       padding: 30px 30px 0;
    background: #FFFFFF33;
    border-radius: 6px;
    margin-top: 20px;
}
.industry-standards-compliance .feature-wrapper .img-box {
 
    position: relative;
    text-align: left;
	height: 200px;}
.industry-standards-compliance .feature-wrapper .img-box img {
    max-width: 100%;
    height: 100%;
    width: auto;
}
.industry-standards-compliance .feature-wrapper .img-box .key-btn{
  padding: 10px 10px;
    color: #000;
    position: absolute;
    top: 30%;
    right: 18%;
    background: #fff;
    max-width: 185px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
	animation: floatUpDown 2.5s ease-in-out infinite;
}
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}
.industry-standards-compliance .feature-wrapper .img-box .key-btn .key-img{
	height: 40px
}
.industry-standards-compliance .feature-wrapper .img-box .key-btn span{
	background: #f5f5f5;
    margin: 0 -17px 0 0px;
    color: #FF7505;
    height: 23px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.industry-standards-compliance .feature-wrapper .feature-card{
	color: #000;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 8px;
    border-left: 4px solid #FF7505;
	font-weight: 600;
}

.upcoming-innovations{margin: 0; padding: 60px 0; overflow: hidden; text-align: center; position: relative; width: 100%; background: #000; z-index: 1; color: #fff;}
.upcoming-innovations::before{position: absolute; left:0; top:0; width:100%; height: 100%; z-index: -1; content:""; background: url("../images/ellipse-blur-01.png") no-repeat left bottom; background-size: contain !important;}
.upcoming-innovations h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #fff; margin: 0 0 15px 0;}
.upcoming-innovations h3 span {color: #FF7505;}
.upcoming-innovations .custom-btn {margin: 30px 0 0 0; padding: 0;}
.upcoming-innovations .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}


.extinguisher-lifespan{margin: 0; padding: 60px 0;  position: relative; width: 100%; background: #fff; color: #000;}
.extinguisher-lifespan .sub-title{color: #FF7505; margin: 0 0 10px 0;}
.extinguisher-lifespan h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.extinguisher-lifespan h3 span {color: #000;}
.extinguisher-lifespan .custom-btn {margin: 30px 0 0 0; padding: 0;}
.extinguisher-lifespan .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.extinguisher-lifespan .img-box img{border-radius: 15px;}


.innovative-technology{margin: 0; padding:0; position: relative; width: 100%; background: #000; z-index: 1; color: #fff; background: url("https://agiledigitaledge.dev/arfireequipment-dev/wp-content/uploads/2026/01/Group-19.png") center center / cover no-repeat ;}
/* .innovative-technology::before{position: absolute; left:0; top:0; width:100%; height: 100%; z-index: -1; content:""; background: url("../images/ellipse-blur-02.png") no-repeat right top; background-size: contain !important;} */
.innovative-technology .sub-title{color: #FF7505; margin: 0 0 10px 0;}
.innovative-technology .row{align-items: center;}
.innovative-technology h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.innovative-technology h3 span {color: #fff;}
.innovative-technology .custom-btn {margin: 30px 0 0 0; padding: 0;}
.innovative-technology .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.innovative-technology .content-box{position: relative; padding-left: 30px; z-index: 1;}
.innovative-technology .img-box{position: relative; }



.comprehensive-fire-protection{margin: 0; padding: 60px 0;  position: relative; width: 100%; background: #fff; color: #000;}
.comprehensive-fire-protection .sub-title{color: #FF7505; margin: 0 0 10px 0;}
.comprehensive-fire-protection .row{align-items: end;}
.comprehensive-fire-protection h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.comprehensive-fire-protection h3 span {color: #000;}
.comprehensive-fire-protection .custom-btn {margin: 30px 0 0 0; padding: 0;}
.comprehensive-fire-protection .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.comprehensive-fire-protection .img-box img{border-radius: 15px;}


.get-in-touch{margin: 0; padding:0; position: relative; width: 100%; background: #000; z-index: 1; color: #fff;}
.get-in-touch .content-box, .get-in-touch .img-box{display: flex; position: relative; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.get-in-touch .img-box img{height: 100%; object-fit: cover;}
.get-in-touch .content-box{padding-top: 60px; padding-bottom: 60px;}
.get-in-touch h3 {font-size: 32px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.get-in-touch h3 span {color: #fff;}
.get-in-touch{font-size:14px}
.get-in-touch input, .get-in-touch textarea {width: 100%; margin: 0; padding: 8px; background: #F7F7F7; border: none; border-radius: 5px;font-size:14px}
.get-in-touch label{font-size:10px;font-weight:700}
.get-in-touch input[type="submit"] {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: block; width:auto; border-radius: 30px; text-transform: uppercase;}
.get-in-touch .content-box::before{position: absolute; right:-50px; top:0; width:45px; height: 100%; content:""; background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);; z-index: 1;}

.latest-blog{margin: 0; padding: 60px 0 0 0;  position: relative; width: 100%; background: #fff; color: #000;}
.latest-blog h3 {font-size: 42px; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.latest-blog h3 span {color: #000; display: block;}
.latest-blog .custom-btn {margin: 0; padding: 0; position: absolute; right: 15px; top: 30px;}
.latest-blog .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.latest-blog .blog-list {margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap;}
.latest-blog .blog-list > li {width: 33.333%; padding: 0 15px; display: flex; flex-wrap: wrap; margin: 0 0 30px 0;}
.latest-blog .blog-list .img-box img {border-radius: 15px;}
.latest-blog .blog-list .content-box {padding: 15px 0 0 0;}
.latest-blog .content-box .title {font-size: 18px; font-weight: 600;}
.latest-blog .content-box .post-date {font-weight: 300; margin: 0 0 10px 0;}
.latest-blog .auther-list {margin: 15px 0 0 0; padding: 0; display: flex; list-style-type: none; gap: 15px; align-items: center;}
.latest-blog .auther-list li img {height: 40px; width: 40px; border-radius: 100%;}
.latest-blog .blog-list > li:first-child {width: 100%;}
.latest-blog .blog-list > li:first-child .img-box {width: 60%;}
.latest-blog .blog-list > li:first-child .content-box {width: 40%; padding-left: 30px;}
.latest-blog .blog-list > li:first-child .content-box .title {font-size: 24px;}



.inner-banner{margin: 0; padding:220px 0 120px 0; color: #fff; border-radius: 0 0 30px 30px;  width: 100%; position: relative; background:#000; background-size: cover !important;text-transform:uppercase;}
.inner-banner h1 {font-size: 58px; font-weight: 800; margin: 0 0 15px 0; color: #FA6803;}
.inner-banner .custom-btn {margin: 30px 0 0 0; padding: 0;}
.inner-banner .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.inner-banner.contact-page{background: url("../images/contact-banner.jpg") no-repeat left center;}

.inner-banner.blog-page{background: url("../images/blog-banner.jpg") no-repeat left center;}
.inner-banner .content-box{width:100%; max-width: 500px;}



.breadcrumb-sec{margin: 0; text-align: center; padding: 30px 0;  position: relative; width: 100%; background: #fff; color: #000;}
.breadcrumb-sec .breadcrumb {margin: 0; background: #F8F2ED; display: inline-flex; padding: 10px 15px; border-radius: 10px;}
.breadcrumb-sec .breadcrumb li a {color: #C2B0A3; text-decoration: none; font-weight: 400;}
.breadcrumb-sec .breadcrumb li a:hover{color: #FA6803}
.breadcrumb-sec .breadcrumb li {color: #FA6803; font-weight: 600;}
.breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before{color: #C2B0A3;}



.contact-sec{margin: 0; padding:0 0 60px 0;  position: relative; width: 100%; background: #fff; color: #000;}
.contact-sec form {margin: 0; padding: 25px; background: rgb(255, 237, 224, 0.4); border-radius: 15px;}
.contact-sec form input, .contact-sec form textarea, .contact-sec form select {width: 100%; padding: 10px; border: 1px solid #ccc;  border-radius: 10px; margin: 0 0 15px 0; color: #000;}
.contact-sec form label {display: block; margin: 0 0 5px 0;}
.contact-sec form label span {color: #ff0000;}
.contact-sec form textarea {height: 120px;}
.contact-sec .checkbox input[type="checkbox"] {position: absolute; width: auto; margin: 0; top: 6px; left: 15px;}
.contact-sec .checkbox {position: relative;}
.contact-sec .checkbox p {padding-left: 25px;}
.contact-sec h5{font-weight: 600;color: #ff7505 !important;}
.contact-sec form input[type="submit"] {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: block; width: auto; border-radius: 30px; text-transform: uppercase; margin: 0;}
.contact-sec .bg {background: #000; color: #fff; padding: 25px; border-radius: 15px; margin: 0 15px 0 0;}
.contact-sec .bg .title {font-size: 24px; font-weight: 600; margin: 0 0 15px 0;}
.contact-sec .contact-info {margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap;}
.contact-sec .contact-info li {display: flex; width: 100%;}
.contact-sec .contact-info .icon-box {margin: 0 10px 0 0;}
.contact-sec .bg .sub-title {font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.contact-sec .bg p {margin-bottom: 10px;}
.contact-sec .bg p a:hover {color: #fff;}
.contact-sec .bg p a {text-decoration: none; color: #FF7505;}

.latest-blog.blog-page{padding-top: 0;}
.latest-blog.blog-page h3{text-align: center;}
.latest-blog.blog-page h3 span{display: inline-block;}

.other-blog{margin: 0; padding:30px  0;  position: relative; width: 100%; background: #fff; color: #000;}
.other-blog h3 {font-size: 42px; text-align: center; text-transform: uppercase; font-weight: 800; color: #FF7505; margin: 0 0 15px 0;}
.other-blog h3 span {color: #000;}
.other-blog .custom-btn {margin: 0; padding: 0; position: absolute; right: 15px; top: 30px;}
.other-blog .custom-btn a {background: #FA6803; padding: 10px 25px; color: #fff; text-decoration: none; display: inline-flex; border-radius: 30px; text-transform: uppercase;}
.other-blog .blog-list {margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap;}
.other-blog .blog-list > li {width: 33.333%; padding: 0 15px; display: flex; flex-wrap: wrap; margin: 0 0 30px 0;}
.other-blog .blog-list .img-box img {border-radius: 15px;}
.other-blog .blog-list .content-box {padding: 15px 0 0 0;}
.other-blog .content-box .title {font-size: 18px; font-weight: 600;}
.other-blog .content-box .post-date {font-weight: 300; margin: 0 0 10px 0;}
.other-blog .auther-list {margin: 15px 0 0 0; padding: 0; display: flex; list-style-type: none; gap: 15px; align-items: center;}
.other-blog .auther-list li img {height: 40px; width: 40px; border-radius: 100%;}
.similar-products .similar-products-slider .similar-product-item img{width:100%}


footer.site-footer {margin:90px 0 0 0; padding: 0; position: relative; width: 100%; background: #000; color: #ffff; border-radius: 30px 30px 0 0; z-index: 1;}
footer.site-footer::before{position: absolute; left:0; top:0; width:100%; height: 100%; z-index: -1; content:""; background: url("../images/ellipse-blur-03.png") no-repeat left bottom; background-size: contain !important;}
footer.site-footer .footer-bottom {padding: 15px 0; margin: 0; position: relative; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.3);}
footer.site-footer .footer-bottom .row{align-items: center;}
footer.site-footer .social-list {margin: 0; padding: 0; display: flex; list-style-type: none; justify-content: flex-end; gap: 15px;}
footer.site-footer .social-list li {margin: 0; padding: 0;}
footer.site-footer .social-list li a {width: 40px; height: 40px; background: #fec00f; display: flex; color: #fff; justify-content: center; align-items: center; border-radius: 100%; text-decoration: none;}
footer.site-footer .foot-list {margin: 0; padding: 0; display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center; gap: 15px;}
footer.site-footer .foot-list li {margin: 0; padding: 0;}
footer.site-footer .foot-list li a {color: #fff; text-decoration: none;}
footer.site-footer h5 {margin: 0 0 15px 0; padding: 0; font-size: 21px; font-weight: 600;}
footer.site-footer .nav-list {margin: 0; padding: 0; list-style-type: none; display: block;}
footer.site-footer .nav-list li {margin: 0 0 15px 0; padding: 0;}
footer.site-footer .nav-list li a {color: #fff; text-decoration: none;}
footer.site-footer .footer-middle [class*="col-"] {width: 20%;}
footer.site-footer .footer-middle [class*="col-"].custom {width: 40%;}
footer.site-footer .site-brand img {max-height: 150px;}
footer.site-footer .site-brand {margin: 0 0 30px 0;}
footer.site-footer .footer-middle{padding: 30px 0; position: relative; margin: 0; width: 100%;}
footer.site-footer h4 {font-size: 24px; margin: 0 0 15px 0; font-weight: 700;}
footer.site-footer form {width: 100%; position: relative; padding: 0; margin: 0 0 30px 0;}
footer.site-footer form input[type="email"] {width: 100%; padding: 15px 0; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); background: transparent; color: #fff;}
footer.site-footer form input[type="submit"]{background: url("../images/submit-arrow.png") no-repeat center center; text-indent: -9999px; padding: 0; position: absolute; border: none; width: 40px; height: 40px; right: 0px; top: 6px;}
footer.site-footer .info-list {margin: 0;  list-style-type: none; display: flex; flex-wrap: wrap; position: relative; top:-40px; background: #FF7505; color: #fff; padding: 15px 30px; border-radius: 60px;align-items:center;}
footer.site-footer .info-list li {width: 33.333%; padding: 0 15px; margin: 0; font-size: 18px;}
footer.site-footer .info-list li span {display: block;}
footer.site-footer .info-list li a {color: #fff; text-decoration: none;}
footer.site-footer .info-list li:last-child {text-align: right;}
footer.site-footer .info-list li:nth-child(2) {text-align: center;}


.wpcf7-spinner {
  position: absolute !important;
}

.get-in-touch textarea {
  height: 120px;
}

.col-md-4.site-brand .custom-logo {
  object-fit: contain;
  object-position: left;
}

.latest-blog .blog-list > li:first-child img {
  width: 100% !important;
  height: auto !important;
}

.blog-list a {
  color: #000;
  text-decoration: none;
}
span.onsale {
  background: #fa6803 !important;
}

.faq-section-products-single {
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  position: relative;
  width: 100%;
  background: #000;
  color: #ffff;

  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
 .allthicns .wp-element-caption {
  display: none;
}

.faq-section-products-single::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url("../images/ellipse-blur-03.png") no-repeat left bottom;
    background-size: auto;
  background-size: contain !important;
}

.page-id-198 #primary {
  max-width: 1072px;
}
.career-form input[type="submit"] {
  width: 226px;
  border-radius: 50px;
}
.career-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.career-form input,
.career-form textarea,
.career-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
}

.career-form input[type="submit"] {
  background: #ff7500;
  color: #fff;
  font-weight: 600;
  border: none;
  /* border-radius: 6px; */
  padding: 12px 25px;
  cursor: pointer;
  transition: 0.3s ease;
}

.career-form input[type="submit"]:hover {
  background: #e66a00;
}

.page-id-198  .entry-title {
  font-weight: 800;
}
.page-id-198  h3  {
  font-weight: 800;
    color: #e66a00;
}

#reviews {
  max-width: 851px;
}
.reviews-list .review-stars .star-rating {
  float: none;
  color: #ff7500;
}
#menu-item-213 {
  margin-left: 40px;
}

.menu-item-has-children > a::after{
	content:"▾";
	margin-left:2px;
	font-size:18px;
  	vertical-align: center;
}
header.site-header .main-menu .sub-menu .sub-menu{
	left: 85%;
	z-index: 1;
}
#openmenu {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
@media(min-width: 1201px){
#openmenu {
display:none;
}
}

.dep-sec {
    color: #333;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

/* Headings */
.dep-sec h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.dep-sec h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ff7500;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dep-sec h3 {
    font-size: 18px;
    font-weight: 500;
   
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Paragraphs */
.dep-sec p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* Strong text */
.dep-sec strong {
    font-weight: 600;
    color: #000;
}

/* Lists */
.dep-sec ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 15px;
}

.dep-sec ul li {
	  font-size: 12px;
    margin-bottom: 5px;
}

/* Tables */
.dep-sec table {
	  font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.dep-sec table th,
.dep-sec table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.dep-sec table th {
    background-color: #e6f0ff;
    font-weight: 600;
}

/* Links */
.dep-sec a {
    color: #ff7500;
    text-decoration: none;
}

.dep-sec a:hover {
    text-decoration: underline;
}
.industry-standards-compliance ul:nth-last-child(2) {
  max-width: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.industry-standards-compliance ul:nth-last-child(2) li {
    width: 48%;
    padding: 10px;
    background: #fff;
    margin: 10px;
}



	.innovative-technology{
		padding: 60px 0;
	}
	.innovative-technology .img-box {
		    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	}
	.innovative-technology img{
		height: 100%;
		object-fit: cover;
		border-radius: 15px
	}
	.industry-standards-compliance li{
		list-style:none;
	}
	.compliance{
		padding: 60px 0;
		margin: 0;	
	}
	.compliance h2{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 15px 0;
	}
	.compliance h2 span{
		 color: #FF7505;
	}
		.compliance .content{
		background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 5px solid #FF7505;
			height: 100%
	}
	.compliance h3{
		font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
	}
	
	.who-we-serve{
		padding: 60px 0;
		margin: 0;
		background: #f5f5f5;	
}
	.who-we-serve h2{
		font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
   
    margin: 0 0 15px 0;
	}
	.who-we-serve h2 span{
		 color: #FF7505;
	}
		.who-we-serve .serve-card {
		background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 5px solid #FF7505;
			height: 100%
	}
	.who-we-serve h3{
		font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
	}

	 .cta-section {
    background-color: #f3f3f3;
    padding: 70px 0;
  }

  .cta-title {
    color: #FF7505;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .cta-heading {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 0 0 15px 0;
  }

  .cta-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
	 border-radius: 25px;
  }

  .cta-btn {
	   border-radius: 25px;
    background-color: #FF7505;
    border-color: #FF7505;
    padding: 12px 28px;
    font-weight: 600;
  }

  .cta-btn:hover {
    background-color: #e86600;
    border-color: #e86600;
  }

  .cta-btn-outline {
	    border-radius: 25px;
    color: #FF7505;
    border-color: #FF7505;
    padding: 12px 28px;
    font-weight: 600;
  }

  .cta-btn-outline:hover {
    background-color: #FF7505;
    color: #fff;
	  border: none;
  }
 .faq-section {
      padding: 60px 0;
    }


	 .faq-section h3{
	 font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 0 0 15px 0;
	 }
	 
	 .faq-section h3 span{
		    color: #FF7505;
	 }
	 
    .accordion-button {
      font-weight: 600;
    }

    .accordion-button:not(.collapsed) {
      background-color: #FF7505;
      color: #fff;
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
      border-color: #FF7505;
    }

    .accordion-item {
      border: 1px solid #FF7505 !important;
      margin-bottom: 15px;
      border-radius: 6px;
      overflow: hidden;
    }

    .accordion-body {
      color: #444;
      line-height: 1.7;
    }
	.why-choose{
		padding: 60px 0;
		margin: 0;
	}

	.why-choose h2{
	font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 15px 0;
	}
	.why-choose h2 span{
		 color: #FF7505;
	}
		.why-choose .why-card{
		background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 5px solid #FF7505;
			height: 100%
	}
	.why-choose h3{
		font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
	}
	.contact-card{
		padding: 40px;
		background: #f5f5f5;
	}





@media (max-width: 767px) {
    .dep-sec {
        padding: 20px 15px;
    }

    .dep-sec h1 {
        font-size: 22px;
    }

    .dep-sec h2 {
        font-size: 1.3rem;
    }

    .dep-sec h3 {
        font-size: 1.1rem;
    }

    .dep-sec table th,
    .dep-sec table td {
        font-size: 0.9rem;
        padding: 8px;
    }

    .product-details .row>.col-md-6:first-child {
        position: relative;
        top: 0;
    }
	.announcement-bar {
		font-size: 10px;
	padding: 5px;
	}
	header.site-header .header-top { padding: 5px;
	font-size: 12px;}

    .home-banner {
        padding: 120px 0 40px 0;
        border-radius: 0 0 20px 20px;
        background-position: center;
        text-align: center;
    }

    .home-banner .row {
        flex-direction: column;
    }

    .home-banner h1 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
        padding: 0 15px;
    }
	p{
		font-size: 14px
	}

    .home-banner .sub-title {
        margin-bottom: 12px;
    }

    .home-banner .sub-title span {
        font-size: 10px;
        padding: 8px 14px;
        border-radius: 20px;
    }

    .home-banner .custom-btn {
        margin-top: 20px;
    }

    .home-banner .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .home-banner img {
        height: 200px
    }

    .home-products {
        padding: 40px 0;
    }

    .home-products h2 {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .home-products .product-list {
        flex-direction: column;
    }

    .home-products .product-list li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .home-products .product-list .img-box {
        border-radius: 12px;
    }

    .home-products .content {
        padding-top: 12px;
    }

    .home-products .content .title {
        font-size: 18px;
        line-height: 1.4;
    }

    .home-products .content .title span {
        font-size: 19px;
    }

    .home-products .content .order-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .home-products .content .bulk-order {
        font-size: 14px;
    }

    .industry-standards-compliance {
        padding: 40px 0;
    }
	.industry-standards-compliance h2 {
    color: #fff;
    font-size: 14px;
}

    .industry-standards-compliance h3 {
        font-size: 18px;
        line-height: 1.3;
        padding: 0 15px;
    }

    .industry-standards-compliance .info-list {
        margin-top: 20px;
    }

    .industry-standards-compliance .info-list li {
        width: 50%;
        padding: 10px;
        margin-bottom: 15px;
    }

    .industry-standards-compliance .info-list li img {
        height: 60px;
        padding: 8px;
        border-radius: 12px;
    }
	.industry-standards-compliance .feature-wrapper .feature-card{
		text-align: left;
	}

    .upcoming-innovations {
        padding: 40px 0;
        text-align: center;
    }

    .upcoming-innovations::before {
        background-position: center bottom;
        background-size: 70%;
        opacity: 0.6;
    }

    .upcoming-innovations h3 {
        font-size: 26px;
        line-height: 1.3;
        padding: 0 15px;
        margin-bottom: 12px;
    }

    .upcoming-innovations .custom-btn {
        margin-top: 20px;
    }

    .upcoming-innovations .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .extinguisher-lifespan {
        padding: 40px 0;
    
    }

    .extinguisher-lifespan .row {
        flex-direction: column;
    }

    .extinguisher-lifespan h3 {
        font-size: 18px;
        line-height: 1.3;
        padding: 0;
        margin-bottom: 12px;
    }
	  .extinguisher-lifespan h4 {
        font-size: 16px;
     
    }

    .extinguisher-lifespan .custom-btn {
        margin-top: 20px;
    }

    .extinguisher-lifespan .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .extinguisher-lifespan .img-box {
        margin-top: 20px;
        padding: 0 15px;
    }

    .extinguisher-lifespan .img-box img {
        border-radius: 12px;
        width: 100%;
    }

    .innovative-technology {
        padding: 40px 0;
    
    }

    .innovative-technology::before {
        background-position: center top;
        background-size: 70%;
        opacity: 0.6;
    }

    .innovative-technology .row {
        flex-direction: column;
    }

    .innovative-technology .content-box {
        padding-left: 0;
        padding: 0 15px;
        order: 1;
    }

    .innovative-technology h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .innovative-technology .custom-btn {
        margin-top: 20px;
    }

    .innovative-technology .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .innovative-technology .img-box {
        order: 2;
        margin-top: 20px;
        padding: 0 15px;
    }

    .innovative-technology .img-box::before {
        display: none;
    }

    .comprehensive-fire-protection {
        padding: 40px 0;
     
    }

    .comprehensive-fire-protection .row {
        flex-direction: column;
    }

    .comprehensive-fire-protection h3 {
        font-size: 18px;
        line-height: 1.3;

        margin-bottom: 12px;
    }

    .comprehensive-fire-protection .custom-btn {
        margin-top: 20px;
    }

    .comprehensive-fire-protection .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .comprehensive-fire-protection .img-box {
        margin-top: 20px;
        padding: 0 15px;
    }

    .comprehensive-fire-protection .img-box img {
        width: 100%;
        border-radius: 12px;
    }



    .get-in-touch .row {
        flex-direction: column;
    }

    .get-in-touch .content-box,
    .get-in-touch .img-box {
        width: 100%;
    }

    .get-in-touch .content-box {
        padding: 40px 15px;
        order: 1;
    }

    .get-in-touch h3 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .get-in-touch input,
    .get-in-touch textarea {
        margin-bottom: 0;
        padding: 10px;
        font-size: 14px;
    }

    .get-in-touch input[type="submit"] {
        margin: 0 auto;
        padding: 9px 22px;
        font-size: 14px;
    }

    .get-in-touch .img-box {
        order: 2;
        height: 220px;
    }

    .get-in-touch .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .get-in-touch .content-box::before {
        display: none;
    }

    .blog-section {
        padding: 40px 0 0 0;
       
    }

    .blog-section h3 {
        font-size: 26px !important;
        line-height: 1.3;
        margin-bottom: 20px !important;
  
    }

    .latest-blog h3 span {
        display: inline;
    }

    .latest-blog .custom-btn {
        position: static;
        margin: 10px auto 25px;
        text-align: center;
    }

    .latest-blog .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .latest-blog .blog-list {
        flex-direction: column;
    }

    .latest-blog .blog-list>li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .latest-blog .blog-list>li:first-child {
        flex-direction: column;
    }

    .latest-blog .blog-list>li:first-child .img-box,
    .latest-blog .blog-list>li:first-child .content-box {
        width: 100%;
        padding-left: 0;
    }

    .latest-blog .blog-list>li:first-child .content-box {
        padding-top: 15px;
    }

    .latest-blog .blog-list .img-box img {
        width: 100%;
        border-radius: 12px;
    }

    .latest-blog .content-box .title {
        font-size: 16px;
    }

    .latest-blog .blog-list>li:first-child .content-box .title {
        font-size: 18px;
    }

    .latest-blog .content-box .post-date {
        font-size: 13px;
    }

    .latest-blog .auther-list {
        justify-content: center;
        gap: 10px;
    }

    .latest-blog .auther-list li img {
        height: 36px;
        width: 36px;
    }

    footer.site-footer {
        margin-top: 60px;
        border-radius: 20px 20px 0 0;
     
    }

    footer.site-footer::before {
        background-position: center bottom;
        background-size: 80%;
        opacity: 0.6;
    }

    /* ===== INFO BAR ===== */
    footer.site-footer .info-list {
        flex-direction: column;
        top: 0;
        padding: 20px;
        border-radius: 0 0 20px 20px;
        gap: 15px;
    }

    footer.site-footer .info-list li {
        width: 100%;
        padding: 0;
        font-size: 12px;
        text-align: center !important;
    }

    /* ===== FOOTER MIDDLE ===== */
    footer.site-footer .footer-middle {
        padding: 30px 15px;
    }

    footer.site-footer .footer-middle [class*="col-"],
    footer.site-footer .footer-middle [class*="col-"].custom {
        width: 100%;
        margin-bottom: 25px;
    }

    footer.site-footer .site-brand img {
        max-height: 100px;
    }

    footer.site-footer h4 {
        font-size: 16px;
    }

    footer.site-footer h5 {
        font-size: 18px;
    }

    /* ===== NEWSLETTER FORM ===== */
    footer.site-footer form {
        margin-bottom: 20px;
    }

    footer.site-footer form input[type="email"] {
        padding: 12px 0;
        font-size: 14px;
    }

    footer.site-footer form input[type="submit"] {
        width: 35px;
        height: 35px;
        top: 4px;
    }

    /* ===== NAV & LINKS ===== */
    footer.site-footer .nav-list li {
        margin-bottom: 10px;
    }

    footer.site-footer .foot-list {
       
        gap: 20px;
    }

    /* ===== SOCIAL ICONS ===== */
    footer.site-footer .social-list {
        justify-content: center;
        margin-top: 10px;
    }

    footer.site-footer .social-list li a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    /* ===== FOOTER BOTTOM ===== */
    footer.site-footer .footer-bottom {
        text-align: center;
        padding: 15px;
    }

    footer.site-footer .footer-bottom .row {
        flex-direction: column;
        gap: 10px;
    }
.faq-accordion {
    padding: 0 !important;
    background-color: #fff;
}
	.faq-question .question-text {
    margin: 0;
		font-size: 14px !important;}
    header.site-header .header-top {
        text-align: center;
    }

    header.site-header .header-top .book-now {
        text-align: center;
    }

    .inner-banner {
        padding: 130px 15px 40px 15px;
        border-radius: 0 0 20px 20px;
        text-align: center;
        background-position: center center !important;
    }
	.woocommerce  .comprehensive-fire-protection {
        padding: 0 0 40px;
    }
	.woocommerce  .comprehensive-fire-protection h2{
        font-size:14px
    }
	.woocommerce .custom-product-reviews {
		margin: 0 !important;
		padding: 10px 0 0 !important;
	}
	.woocommerce  .who-we-serve h5{
		 font-size:14px
	}
.latest-blog.blog-page h3 {
    text-align: center;
    font-size: 24px;
}
    .inner-banner h1 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
	   .inner-banner h2 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .inner-banner .custom-btn {
        margin-top: 20px;
    }

    .inner-banner .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .inner-banner .content-box {
        max-width: 100%;
        margin: 0 auto;
    }

    .inner-banner.contact-page {
        background-position: center center !important;
    }

    .inner-banner.blog-page {
        background-position: center center !important;
    }

    .industry-standards-compliance ul:nth-last-child(2) li {
        width: 84%;
    }
    .breadcrumb-sec {
        padding: 20px 15px;
    }

    .breadcrumb-sec .breadcrumb {

        align-items: center;
        padding: 8px 12px;
    }

    .breadcrumb-sec .breadcrumb li a {
        font-size: 12px;
    }

    .breadcrumb-sec .breadcrumb li {
        font-size: 13px;
        margin-top: 5px;
    }

    .breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
        content: ">";
        margin: 0 5px;
    }

    .about-us-btn {
        padding: 0 20px 13px !important;
        font-size: 14px !important;
        border-radius: 40px !important;
        display: inline-block;
        text-align: center;
        line-height: 1.3;
    }

    .page-id-198 #primary {
        max-width: 100%;
        padding: 15px !important;
    }

    .career-form input,
    .career-form textarea,
    .career-form select {
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
    }

    .career-form label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .career-form input[type="submit"] {
        width: 100% !important;
        padding: 12px 0;
        font-size: 16px;
        border-radius: 40px !important;
    }

    .career-form input[type="submit"]:hover {
        background: #e66a00;
    }


    .page-id-198 h3 {
        font-size: 20px;
        line-height: 1.3;
    }
	

    /* Reviews section */
    #reviews {
        max-width: 100%;
        padding: 0  0 15px;
    }
	.the-theths {
        font-size: 18px !important;
    }

    .reviews-list .review-stars .star-rating {
        float: none;
        font-size: 16px;
        margin-bottom: 10px;
    }
	.write-review {
    padding-top: 0px !important;
}
	.rebveiem-the{
		padding: 0 !important;
	}
    /* Menu item spacing */
    #menu-item-213 {
        margin-left: 0;
        margin-top: 10px;
    }

    .contact-sec {
        padding: 0;
    }

    .contact-sec form {
        padding: 20px;
    }

    .contact-sec form input,
    .contact-sec form textarea,
    .contact-sec form select {
        font-size: 14px;
        padding: 10px;
        border-radius: 6px;
    }

    .contact-sec form label {
        font-size: 14px;
    }
    .page-id-149 .extinguisher-lifespan {
        padding: 0px 0;
    }
	.page-id-149     .extinguisher-lifespan .row {
        flex-direction: column;
        margin-bottom: 15px !important;
    }
	

    .contact-sec form input[type="submit"] {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
        border-radius: 40px;
    }

    .contact-sec .bg {
        margin: 0 0 20px 0;
        padding: 20px;
    }

    .contact-sec .bg .title {
        font-size: 20px;
    }

    .contact-sec .bg .sub-title {
        font-size: 16px;
    }

    .contact-sec .contact-info {
        flex-direction: column;
        gap: 10px;
    }

    .contact-sec .contact-info li {
        width: 100%;
    }

    .contact-sec .contact-info .icon-box {
        margin-bottom: 10px;
    }


    .contact-sec .checkbox p {
        padding-left: 0;
    }

    .entry-title {
        text-align: center;
    }

    .other-blog {
        padding: 20px 15px;
    }

    .other-blog h3 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .other-blog .custom-btn {
        position: static;
        margin: 10px auto 20px;
        text-align: center;
    }

    .other-blog .custom-btn a {
        padding: 9px 22px;
        font-size: 14px;
    }

    .other-blog .blog-list {
        flex-direction: column;
    }

    .other-blog .blog-list>li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .other-blog .blog-list .img-box img {
        width: 100%;
        border-radius: 12px;
    }

    .other-blog .content-box .title {
        font-size: 16px;
    }

    .other-blog .blog-list>li:first-child .content-box .title {
        font-size: 18px;
    }

    .other-blog .content-box .post-date {
        font-size: 13px;
    }

    .other-blog .auther-list {
        gap: 10px;
    }

    .other-blog .auther-list li img {
        width: 36px;
        height: 36px;
    }
}