body{
	background-color: #000;
}

:root {
    --primary: #df1218;
    --light: #fff;
    --dark: #000;
	--secondary: #0000007a;  
}

/* Top Header */

html {
    overflow-x: hidden;
}
.top-header{
background:#e0373c;
color:#fff;
font-size:14px;
padding:10px 0;
}
.top-left{
gap:30px;
}
.top-item{
display:flex;
align-items:center;
gap:8px;
}
.top-item i{
font-size:14px;
}
.top-right{
gap:20px;
}
.top-item a{
color:#fff;
text-decoration:none;
}
.top-item a:hover{
text-decoration:underline;
}
.social-icons a{
color:#fff;
margin-left:12px;
font-size:14px;
transition:0.3s;
}
.social-icons a:hover{
opacity:0.8;
}
.divider{
width:1px;
height:18px;
background:rgba(255,255,255,0.6);
margin:0 15px;
}
.contact-number{
font-weight:500;
}
.contact-number a{
color:#fff;
text-decoration:none;
font-weight:500;
}
.contact-number a:hover{
text-decoration:underline;
}

/* Header */

.firecore-header {
    background: #ffffff;
    padding: 18px 0;
    position: relative;
    z-index: 99;
}

.log-sec {
    display: flex;
    align-items: center;
    gap: 27px;
}

/* Logo */
.firecore-header .logo img {
    width: 84px;
    height: auto;
    filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.6));
}

/* Heading */
.text-line {
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #be1b20;
}
.main-menu ul{
margin:0;
padding:0;
list-style:none;
}
nav.main-menu {
    display: flow;
    /* justify-content: end; */
    /* align-items: end; */
    justify-items: end;
}
.main-menu ul li {
    display: block;
    text-align: start;
}
.main-menu ul li a:hover {
    color: #000 !important;
}
.main-menu ul li a {
    color: #e0373c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}
/* .main-menu ul li a:hover{
color:#e0373c;
} */
.header-contact{
display:flex;
justify-content:flex-end;
align-items:center;
gap:20px;
}
/* From Uiverse.io by vinodjangid07 */ 
.Btn-Container {
  display: flex;
  width: 170px;
  height: fit-content;
  background-color: #e0373c;
  border-radius: 40px;
  box-shadow: 0px 5px 10px #bebebe;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
}
.icon-Container {
  width: 45px;
  height: 45px;
  background-color: #bebebe00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
.text {
  width: calc(170px - 45px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1em;
  letter-spacing: 1.2px;
}
.icon-Container svg {
  transition-duration: 1.5s;
}
.Btn-Container:hover .icon-Container svg {
  transition-duration: 1.5s;
  animation: arrow 1s linear infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
    margin-left: 0px;
  }
  100% {
    opacity: 1;
    margin-left: 10px;
  }
}
/*  */

/* Homepage */

.fire-hero {
    background: linear-gradient(45deg, #0c0c0c, #e0373c);
    padding: 0px 0;
    color: #fff;
    border-radius: 24px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
section.fire-hero .container {
    padding: 60px 0px;
}
.hero-badge{
display:flex;
align-items:center;
gap:8px;
margin-bottom:20px;
}
.hero-badge p{
font-size:16px;
font-weight:600;
margin-left:10px;
text-transform:uppercase;
letter-spacing:1px;
}
.hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 2px;
    width: 88%;
    /* margin-bottom: 20px; */
}
img.fire-image {
    height: 100px;
    opacity: 0.6;
    margin-top: -25px;
}

.hero-sub{
font-size:14px;
opacity:0.8;
margin-bottom:30px;
}
.hero-btn {
    background: linear-gradient(45deg, #df1218, #00000059);
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.hero-btn:hover {
    background: linear-gradient(45deg, #ff1b21, #000000e6);
}

.col-lg-4.text-start.right-sec{
    position: relative;
    display: flex;
    align-items: flex-end;   /* pushes content to bottom */
    justify-content: flex-end;
    height: 100%;
}

.col-lg-4.text-start.right-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31%;
    width: 75%;
    height: 71%;
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/hero-img-bg-shape.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}
.hero-card {
    width: 86%;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 300px;   /* important */
}

.hero-card::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 21px;
    width: 90%;
    height: 59%;
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/hero-img-bg-shape.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.hero-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    z-index: 9;
}


.hero-desc {
    font-size: 17px;
    opacity: 0.7;
    max-width: 387px;
    /* margin-left: auto; */
    line-height: 30px;
    margin-bottom: 29px;
}

/* About Sec */

section.about-us {
	background:#fff;
    padding: 70px 0;
    position: relative;
	
}
section.about-us::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* control image height */
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/406619211_bce725b9-33e9-4cb5-a558-7510e58bd2fd-removebg-preview.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
	display:none;
}
section.about-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;   /* adjust size */
    height: 180px;
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/426290302_346d6933-e3a5-4a01-ac82-8c880dba2095-removebg-preview.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

section.about-us::after {
    animation: float 4s ease-in-out infinite;
}
.col-lg-6.about-content h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-images{
    position: relative;
}

.about-images::before {
    content: "";
    position: absolute;
    top: 2%;
    left: -48px;
    width: 200px;
    height: 174px;
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/shape_v1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveLeftRight 3s ease-in-out infinite;
    z-index: 1;
}

/* Animation */
@keyframes moveLeftRight{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(20px);
    }
    100%{
        transform: translateX(0);
    }
}

.about-img-one {
    width: 100%;
    border-radius: 10px;
    height: 638px;
    object-fit: cover;
}

.about-img-two {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 47%;
    height: 260px;
    border: 2px solid var(--primary);
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
span.section-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

span.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/section-title-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 20px 10px;
}

.about-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
}

.about-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ffffff;
    background: var(--primary);
    padding: 4px;
    border-radius: 50%;
}
.client-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 35px 0px 40px;
    border-top: 1px solid #00000069;
    margin-top: 20px;
}
.client-images{
display:flex;
}

.client-images img{
width:45px;
height:45px;
border-radius:50%;
border:3px solid #fff;
margin-left:-12px;
object-fit:cover;
}

.client-images img:first-child{
margin-left:0;
}

.client-text p {
    margin: 0;
    font-size: 20px;
    color: var(--primary);
}


/* Button Css  */

.btn-arrow{
display:inline-flex;
align-items:center;
gap:8px;
padding:12px 25px;
background:#df1218;
color:#fff;
text-decoration:none;
font-weight:600;
border-radius:5px;
transition:all .3s ease;
}

.btn-arrow .arrow{
transition:transform .3s ease;
}

.btn-arrow:hover{
background:#b90f14;
}

.btn-arrow:hover .arrow{
transform:translateX(6px);
}


/* Services */
.text-center.service-top {
    background: #fff;
    padding: 20px 0px;
}
h2.section-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.services-tabs{
  position:relative;
  height:650px;
  overflow:hidden;
 
}

/* background */
.bg-wrapper{
  position:absolute;
  inset:0;
}
.bg-image{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}

/* grid overlay: 3x4 */
.grid-overlay{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:repeat(3,1fr);
  z-index:2;
}
.grid-overlay span{
  background: rgba(0,0,0,0.35); /* light black */
  opacity:1;
  transform:scale(1);
  transition:0.5s ease;
}

/* content box */
.service-content{
  position:relative;
  z-index:3;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
	display:none;
}
.content-box{
  background:#fff;
  padding:35px;
  max-width:420px;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

/* tabs */
.tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
/*     background: linear-gradient(to top, #550608fa, #00000000); */
    z-index: 3;
}
.tab{
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* bottom-align text */
  align-items: center;
  cursor: pointer;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.2);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.tab:last-child{
  border-right:none;
}
.tab:hover, .tab.active {
    background: #4e494921;
}

/* tab title & sliding description */
.tab-title {
    z-index: 2;
    font-size: 26px;
    margin-bottom: 10px;
}
.tab-desc {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
}
.tab:hover .tab-desc{
  opacity:1;
  transform: translateY(0);
}
/* Set default background image on page load (first tab) */
.services-tabs .bg-image {
    background-image: url("https://watermarkengineering.in/wp-content/uploads/2026/03/ser-1.png");
    background-size: cover;
    background-position: center;
}

/* Facts Section  */
section.fire-facts.py-5 {
    padding: 70px 0px !important;
    background: #ffffff;
}
.fire-facts .section-title {
    font-weight: 700;
    text-transform: capitalize;
}

.fire-facts .section-desc {
  color: #555;
}

.fact-card {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

/* Image Cards */
.image-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}

/* Stat Cards */
.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    background: #000000;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    position: relative; /* required for ::before */
    overflow: hidden;   /* keep the pseudo-element inside */
}

/* 3D overlay border using ::before */
.stat-card::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 10px;
    right: -5px;
    bottom: -5px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 14px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 81%), 0 -2px 8px rgb(6 5 5 / 48%);
    pointer-events: none;
}
.stat-card.red {
    position: relative; /* required for ::before positioning */
    background: linear-gradient(45deg, var(--primary), #000000);
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden; /* prevent ::before overflow */
}

.stat-card.red::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 9px;
    right: -5px;
    bottom: 11px;
    border: 1px solid rgb(255 255 255 / 80%);
    border-radius: 14px 0 0 14px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 96%), 0 -2px 8px rgb(82 74 74 / 30%);
    pointer-events: none;
}

.fact-label {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.fact-number {
  font-size: 2rem;
  font-weight: 700;
}
.fire-facts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
}

.fire-facts .section-desc {
    color: #555;
    text-align: left;
}

/* Marquee Section */
/* Section wrapper */
.fire-marquee-cross {
    position: relative;
    overflow: hidden;
    height: 156px;
    width: 100%;
}

/* White angled marquee container */
.angled-white {
    background: #fff;
    color: #000 !important;
    padding: 10px 0;
    top: 41%;
    border: 1px solid #df1218;
    transform: rotate(
3deg) !important;
    position: absolute;
    width: 100% !important;
}

/* Red angled marquee container */
.angled-red {
    background: var(--primary);
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 0;
    top: 45%;
    margin-left: 0px;
    margin-right: 7px;
    transform: rotate(
355deg) !important;
    position: absolute;
    width: 100% !important;
}

.marquee.angled-white span {
    color: #000 !important;
}
/* Marquee content — this will scroll */
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-text 30s linear infinite;
}

/* Spacing between items */
.marquee-content span {
    margin: 0 3rem;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
/* Fire icon spacing */
.marquee-content span i {
    margin-left: 0.5rem;
}

/* Text scroll animation */
@keyframes scroll-text {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* FAQ Section */
.img-card {
    border-radius: 12px;
    overflow: hidden;
   
}

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

/* cnt-number styling */
.cnt-number {
    background: linear-gradient(45deg, var(--primary), #000000);
    color: #fff;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.cnt-number h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.cnt-number p {
  font-size: 16px;
}
img.faq-img2 {
    height: 368px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 14px;
    border: 1px solid var(--primary);
}
img.faq-img3 {
    margin-top: 20px;
    border-radius: 14px;
    height: 265px;
    border: 1px solid var(--primary);
}
img.faq-img1 {
    height: 207px;
    border-radius: 14px;
    border: 1px solid var(--primary);
}
section.faq-sec {
    padding: 60px 0px;
    background: #f1f1de;
    position: relative;
    overflow: hidden;
}
section.faq-sec::before {
    content: "";
    position: absolute;
    right: -1px;
    top: -5px;
    width: 218px;
    height: 180px;
    background: url("https://watermarkengineering.in/wp-content/uploads/2026/03/19394999_u88o_gdx9_170505-removebg-preview.png") no-repeat center/contain;
    transform: rotate(
327deg);
    animation: floatImage 4s ease-in-out infinite;
    opacity: 0.9;
}
@keyframes floatImage {
    0% {
        transform: rotate(25deg) translateY(0px);
    }
    50% {
        transform: rotate(25deg) translateY(-15px);
    }
    100% {
        transform: rotate(25deg) translateY(0px);
    }
}

.call-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}
.call-content i {
    background: #fff;
    height: 41px;
    width: 42px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.call-text a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.faq-item{
border-bottom:1px solid #eee;
padding:18px 0;
}

.faq-question{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
font-size:18px;
font-weight:500;
}

.faq-icon{
font-size:24px;
font-weight:600;
color:#df1218;
transition:0.3s;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.4s ease, padding 0.4s ease;
padding:0 0;
color:#666;
}

.faq-item.active .faq-answer{
max-height:200px;
padding-top:12px;
}

.faq-item.active .faq-icon{
transform:rotate(180deg);
}

/* Testimonail section */
section.testimonial-section.py-5 {
    background: linear-gradient(rgb(0 0 0 / 4%), rgb(223 18 24 / 29%)), url(https://watermarkengineering.in/wp-content/uploads/2026/03/Testimonials-bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 100px 0px !important;
}
section.testimonial-section h2 {
    color: #fff;
}
.testimonial-item {
    background: #ffffff00;
    padding: 30px;
    border-radius: 8px;
    margin: 15px;
}

.testimonial-item p{
font-size:17px;
color:#fff;
margin-bottom:15px;
}

.testimonial-item h5{
margin:0;
font-size:18px;
font-weight:600;
	color:#fff;
}

.testimonial-item span{
font-size:14px;
color:#fff;
}
.testimonial-slider{
position:relative;
}

/* Common arrow style */
.custom-arrow {
    position: absolute !important;
    bottom: -60px;
    width: 45px !important;
    height: 45px !important;
    border: none !important;
    background: #df1218 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    font-size: 16px !important;
}

/* Right arrow */
.slick-next {
    right: -21px !important;
    margin-top: 15% !important;
}


/* Left arrow */
.slick-prev {
    right: 74px !important;
    margin-top: 15% !important;
}

/* Remove default slick arrow */
.slick-prev:before,
.slick-next:before{
display:none;
}

/* Hover effect */
.custom-arrow:hover{
background:#000;
}

/* Video Box */
.video-box{
position:relative;
overflow:hidden;
border-radius:10px;
}

.video-box img{
width:100%;
display:block;
border-radius:10px;
}

/* Play Button */
.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
background:#df1218;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
text-decoration:none;
}

/* Smooth Zoom Animation */
.play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, black, #df12189c);
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse{

0%{
transform:scale(1);
opacity:0.8;
}

70%{
transform:scale(1.6);
opacity:0;
}

100%{
opacity:0;
}

}

/* Section */
section.latest-project {
    padding: 60px 0;
    background: #fff;
}

/* Card */
.project-card {
    border: none;
    margin: 10px;
    overflow: hidden;
    border-radius: 15px;
    padding: 3px;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #000;
}

.project-card:hover {
    transform: translateY(-5px);
}

/* Image Wrapper */
.project-img {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

/* Image */
.project-img img {
    height: 335px;
    width: 100%;
    object-fit: cover;
    padding: 3px;
    background: #000;
    border-radius: 15px 15px 0 0;
    transition: transform 0.4s ease;
}

/* Hover Zoom */
/* .project-card:hover img {
    transform: scale(0.3);
} */

/* Info BELOW image */
.project-info {
    background: linear-gradient(45deg, var(--primary), #000000fa);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.project-info h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.project-info span {
    font-size: 14px;
    opacity: 0.8;
}

/* Footer Section */
.site-footer {
    background: linear-gradient(45deg, #000, #ad0e13);
    color: #ccc;
    padding: 80px 0 0;
    font-size: 15px;
}

.container.footer-top-box {
    max-width: 1058px;
    background: linear-gradient(45deg, #222222a8, #ffffff80);
    padding: 13px 11px;
    margin-bottom: 33px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
footer span {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.footer-widget h4{
color:#fff;
margin-bottom:20px;
font-size:20px;
}
.footer-img {
    display: flex;
    align-items: center;
}

/* Background container */
.footer-logo-bg {
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    height: 134px;
    border: 1px dashed #9d0d11;
    box-shadow: 0 0 10px rgb(255 255 255 / 30%), 0 0 20px rgb(255 255 255 / 8%), 0 4px 12px rgb(0 0 0);
}

/* Logo */
.footer-logo {
    max-width: 120px;
    height: auto;
    display: block;
}

.footer-contact-item .icon{
width:42px;
height:42px;
background:#e53935;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:12px;
}

.footer-contact-item .icon i{
color:#fff;
font-size:18px;
}
.footer-logo img {
    height: 77px;
}
.footer-widget ul{
list-style:none;
padding:0;
}

.footer-widget ul li{
margin-bottom:10px;
}

.footer-widget ul li a{
color:#ccc;
text-decoration:none;
transition:0.3s;
}

.footer-widget ul li a:hover{
color:#e53935;
padding-left:5px;
}

/* .footer-logo {
    max-width: 130px;
    margin-bottom: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 34px;
} */

.footer-social a{
display:inline-block;
width:38px;
height:38px;
line-height:38px;
text-align:center;
background:#222;
color:#fff;
margin-right:8px;
border-radius:50%;
transition:0.3s;
}

.footer-social a:hover{
background:#e53935;
}

.footer-bottom{
border-top:1px solid #333;
margin-top:50px;
padding:20px 0;
text-align:center;
font-size:14px;
color:#aaa;
}
footer.site-footer a {
    color: #c4c3c5 !important;
}
.footer-widget  i {
    color: #000000;
    margin-right: 17px;
    font-size: 16px;
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social i {
    width: 40px;
    height: 40px;
}
.footer-widget p i {
    color: #000000;
    margin-right: 17px;
    font-size: 16px;
    background: #ffffff;
    padding: 6px;
    border-radius: 50%;
    height: 32px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom a {
    color: #fff;
}

.footer-bottom {
    color: #fff;
    padding: 15px 0;
    font-family: Arial, sans-serif;
}

.footer-bottom a {
    color: #4eefa5;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-credential {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}
#scrollTop {
    position: fixed;
    right: 25px;
    bottom: 0px;
    width: 63px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

#scrollTop img {
    width: 72px;
    height: 116px;
    object-fit: contain;
}

#scrollTop.show{
opacity:1;
visibility:visible;
}
a:hover {
    color: #ffffff !important;
}


/* Breadcrumb section */
.breadcrumb-sec {
    position: relative;
    padding: 100px 0;
    background: url("https://watermarkengineering.in/wp-content/uploads/2026/03/photo-realistic-as-fire-extinguisher-factory-icon-fire-extinguisher-paired-with-factory-icon_980716-847689.jpg") no-repeat center center/cover;
    color: #fff;
    text-align: center;
    z-index: 1;
}
/* overlay for dark effect */
.breadcrumb-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 31%);
    z-index: -1;
}

/* page title */
.breadcrumb-sec .page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* breadcrumb text */
#breadcrumbs {
    font-size: 14px;
    margin: 0;
}

/* breadcrumb links */
#breadcrumbs a {
    color: #fffcfc !important;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

#breadcrumbs a:hover {
    color: #fff;
}

/* separator style */
#breadcrumbs span {
    color: #ddd;
    font-size: 16px;
}

/* mobile responsive */
@media (max-width: 767px) {
    .breadcrumb-sec {
        padding: 50px 0;
    }

    .breadcrumb-sec .page-title {
        font-size: 24px;
    }
}

/* About Page  */
.about-section {
    position: relative;
    background: #c9c2ba !important;
    padding: 60px 0px 80px;
    z-index: 1;
}

/* Bottom Image */
.about-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: url("https://watermarkengineering.in/wp-content/uploads/2026/03/wmremove-transformed-Photoroom.png") no-repeat bottom center/cover;
    z-index: -1;
    opacity: .6;
}
.about-content {
    margin-top: 14px;
}
.about-page-list {
    list-style: none;
    padding-left: 0;
}

.about-page-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
}

.about-page-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 2px;
    color: #ffffff;
    background: linear-gradient(45deg, black, #df1218);
    padding: 5px;
    border-radius: 50%;
    font-size: 13px !important;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-image {
    position: relative;
    max-width: 568px;
}

/* Common image style */
.about-image .img-box {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* First Image (Main) */
.about-image .img-1 {
    width: 100%;
}
.img-box.img-1 img {
    height: 500px;
    object-fit: cover;
}

/* Second Image (Overlapping) */
.about-image .img-2 {
    position: absolute;
    right: -26px;
    bottom: -4%;
}
.img-box.img-2 img {
    height: 305px;
    width: 244px;
    object-fit: cover;
}
/* Approach Section  */
.approach-sec {
    padding: 80px 0px;
    background: #fff5de;
}
.mv-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 270px !important;
}
.mv-box:hover {
    transform: translateY(-8px);
}
.row.align-items-center.title-sec {
    margin-bottom: 52px !important;
}
/* Icon */
.mv-icon {
    margin-bottom: 16px;
    margin-top: -20%;
}

.mv-icon img {
    width: 80px;
    height: auto;
    background: linear-gradient(45deg, black, #df1218);
    padding: 7px;
    border-radius: 50%;
    border: 1px dashed #fff;
    box-shadow: 0 0 16px;
    
}

/* Title */
.mv-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.mv-box p {
    font-size: 15px;
    color: #414040;
    line-height: 1.6;
}

/* Founder section */
.our-founder {
    position: relative;
    padding: 80px 0;
    background: #f9f9f9;
    z-index: 1;
}

/* Background Image */
.our-founder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(16 8 8 / 23%), rgb(193 58 58 / 19%)), url(https://watermarkengineering.in/wp-content/uploads/2026/03/abstract-background-vector-template-your-ideas-monochromatic-lines-texture_547648-471.avif) no-repeat center center / cover;
    z-index: -1;
    opacity: 1;
}

/* Image */
.founder-img img {
    width: 83%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border-radius: 17%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: linear-gradient(45deg, #f7f7f7, #aba2a2);
    padding: 3px;
    border: 2px solid #9d0c0c;
}
.founder-img {
    height: 400px;
    margin: 0 auto;
}
p.founder-para {
    margin: 0 !important;
    font-size: 15px;
	color:red;
}
/* Content */
.founder-message {
    font-size: 16px;
    line-height: 1.7;
    color: #1c1b1b;
    margin-bottom: 20px;
}

/* Name */
.founder-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Designation */
.founder-designation {
    font-size: 14px;
    color: #df1218;
}

/* Responsive */
@media (max-width: 767px) {
    .founder-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

/* Services Page  */
.services-sec {
    padding: 80px 0 40px;
    background: #e1e4e7;
}
/* Card */
.service-card {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border: 2px solid var(--primary);
    padding: 15px;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Image */
.service-img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
/* Content */
.service-content {
    padding: 40px;
}

.service-content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* WYSIWYG content */
.service-desc p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

.service-desc ul {
    padding-left: 20px;
}

.service-desc li {
    margin-bottom: 5px;
}

/* Alternate Layout */
.service-card.reverse .row {
    flex-direction: row-reverse;
}
.service-content-sec {
    padding: 0 47px;
}

/* Client Page */
.clients-sec {
    background: #f9f9f9;
}

.client-category-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.client-cat-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    /* background: var(--primary); */
    display: block;
    color: var(--primary);
    line-height: 33px;
    /* border-radius: 11px; */
    border-bottom: 1px solid #0000004a;
    padding: 0 0 15px 0px;
}

.client-slide {
    padding: 15px;
    transition: all 0.3s ease;
}

.client-slide img {
    max-height: 80px;
    margin: 0 auto 10px;
    object-fit: contain;
/*     filter: grayscale(100%);
    transition: 0.3s; */
}

/* .client-slide:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
} */

.client-name {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/* Blog Page */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* Image */
.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

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

/* Date Tag */
.datetag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

/* Content */
.blog-content {
    padding: 20px;
}

.blog-meta {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-content h3 a {
    color: #000;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #831313 !important;
}

/* Pagination */
.pagination-sec a,
.pagination-sec span {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
    background: #eee;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
}

.pagination-sec .current {
    background: red;
    color: #fff;
}
.secondary-container.homeblog.py-5 {
    background: #ebe8e8;
}

/* Single blog */
.single-blog {
    background: #f9f9f9;
}

/* Blog Box */
.blog-details {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.blog-featured-img img {
    width: 100%;
    border-radius: 10px;
}

/* Title */
.blog-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Meta */
.blog-meta {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.blog-meta li i {
    margin-right: 5px;
    color: red;
}

/* Content */
.blog-content p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 20px;
    font-weight: 600;
}

/* Sidebar spacing */
@media (max-width: 991px) {
    .blog-details {
        margin-bottom: 30px;
    }
}

/* simglepage.php */
.page-section {
    background: #f9f9f9;
}

/* Main Card */
.page-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.page-img img {
    width: 100%;
    border-radius: 10px;
}

/* Title */
.page-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Meta */
.page-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.page-meta i {
    color: red;
    margin-right: 5px;
}

/* Content */
.page-content p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.page-content h2,
.page-content h3 {
    margin-top: 20px;
}

/* Tags */
.page-tags {
    font-size: 14px;
    margin-top: 10px;
}

/* Sidebar */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .page-card {
        margin-bottom: 30px;
    }
}

/* Conatct Us PAge */
/* =========================
   CONTACT SECTION
========================= */
.contactus {
    background: #f9f9f9;
    padding: 80px 0;
}

/* =========================
   CONTACT INFO BOXES
========================= */
.contact-info {
    margin-bottom: 50px;
}

.contactus_details {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #e1dfdf;
    padding: 25px 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 168px;
    border: 1px solid var(--primary);
}

.contactus_details:hover {
    transform: translateY(-5px);
}

/* Icon */
.contactus_details figure {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, black, #df1218);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactus_details i {
    font-size: 22px;
}

/* Text */
.contactus_info h3 {
    font-size: 23px;
    font-weight: 600;
}

.contactus_info p {
    margin: 0;
    font-size: 14px;
}

.contactus_info a {
    color: #0e0e0e;
    text-decoration: none;
    font-size: 16px;
}

.contactus_info a:hover {
    color: red !important;
}

/* =========================
   MAP + FORM SECTION
========================= */
.mapdetails {
    padding: 60px 0;
}

/* Map */
.google-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
}

/* Form Box */
.mapdetails .contact-form {
    background: linear-gradient(45deg, black, #df12187a);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.google-map {
    height: 449px;
}
h2.cnt-heading {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

/* Contact Form Styling */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: red;
    outline: none;
}

/* Button */
.wpcf7 input[type="submit"] {
    background: red;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background: #000;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
    .contactus_details {
        margin-bottom: 20px;
    }

    .mapdetails .contact-form {
        margin-top: 30px;
    }
}

/* =========================
   FORM WRAPPER
========================= */
.wpcf7 {
    width: 100%;
}

/* Labels */
.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

/* Inputs & Textarea */
.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding: 7px 15px;
    /* margin-top: 5px; */
    margin-bottom: 0px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s ease;
    background: #f9f9f9;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: red;
    background: #fff;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
    outline: none;
}

/* Textarea height */
.wpcf7 textarea {
    min-height: 120px;
    resize: none;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: red;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
}

/* Button Hover */
.wpcf7 input[type="submit"]:hover {
    background: #000;
}

/* Error Messages */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
}

/* Success Message */
.wpcf7-response-output {
    border: none;
    background: #e6ffed;
    color: #2ecc71;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
}

/* Error Message Box */
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffe6e6;
    color: red;
}

/* Below Header running line */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(45deg, #49191a, #d13439) !important;
    padding: 11px 0;
    border-bottom: 1px solid #f9f5f52e;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scrollText 15s linear infinite;
}

.marquee span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 28px;
    letter-spacing: 1px;
}
span.separator {
margin:0px 50px;
}
.separator {
    margin-right: 30px;
    font-size: 18px;
}
span.separator i {
    font-size: 20px;
   
}
/* Smooth continuous scrolling */
@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/*==============================
         Responsive 
==============================*/
@media (max-width: 991px){
	.fire-hero{
		height: auto;
	}
	section.fire-hero .container{
		padding: 60px 0 0 0;
	}
	.top-header{
		display: none;
	}
	nav.main-menu {
    display: none !important;
}
	header.firecore-header .container {
    max-width: 930px !important;
}
	.header-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
    margin-top: -7%;
    display: none !important;
}
	#rmp_menu_trigger-323 {
    width: 55px;
    height: 55px;
    position: absolute !important;
    top: 34px !important;
    border-radius: 5px;
    display: none;
    text-decoration: none;
    right: 25% !important;
    background: #cc1818;
    transition: transform 0.5s, background-color 0.5s;
}
	header.firecore-header {
    padding: 18px 24px 18px 0px;
}
	#rmp-container-323 {
    background: linear-gradient(45deg, black, #df1218) !important;
    padding-top: 38px !important;
}
	#rmp-menu-wrap-323 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color: #1d4354;
    background-color: #000000 !important;
}
	html {
    overflow-x: hidden !important;
}
	.container {
    max-width: 930px;
}
	.about-img-one {
    width: 79%;
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}
	.about-img-two {
    bottom: -19px;
    right: 50px;
    width: 31%;
    height: 260px;
   
}
	.col-lg-6.about-content h2 {
    font-size: 36px;
}
	.col-lg-6.about-content.aos-init.aos-animate {
    margin-top: 40px;
}
	.tabs {
    flex-direction: column !important;
}
	h2.section-title {
    font-size: 36px; 
		margin-bottom:30px;
}
	.slick-prev {
    left: 18px !important;
    top: 32% !important;
}
	.slick-next {
    right: 4px !important;
    margin-top: 10% !important;
}
	.hero-card img {
    width: 66%;
}
	.hero-card::before {
    width: 59%;
    height: 59%;
    
}
	.about-image .img-box {
    box-shadow: none !important;
}
	.about-image {
    position: relative;
    max-width: 100% !important;
    background: none !important;
}
	.img-box.img-2 img {
    height: 244px;
    width: 244px;
    object-fit: cover;
}
	.col-lg-6.sec-cnt.aos-init.aos-animate {
    margin-top: 34px;
}
	.approach-sec .row {
    row-gap: 60px;
    justify-content: center;
}
	.founder-img img {
    width: 64%;
    height: 499px;
}
	.col-lg-7.founder-cnt {
    margin-top: 15%;
    text-align: center;
}
	.service-img img {
    width: 100%;
    height: 460px;
    border-radius: 10px;
    object-fit: cover;
}
	.service-content-sec {
    padding: 20px 20px;
}
	.contact-info .col-md-4 {
    width: 100%;
}
	.mapdetails {
    padding: 0px 0px 40px;
}
}
@media (max-width: 767px){
	
	#rmp_menu_trigger-323 {
    right: 4% !important; 
}
 .container {
    max-width: 677px !important;
}
	header.firecore-header .container {
    max-width: 677px !important;
}
	.contact-form .col-sm-5 {
    width: 100%;
}
	.contact-form .col-sm-7.mt-3.mt-md-0 {
    width: 100% !important;
}
	.footer-widget p {
    width: 50%;
}
	.blog-card {
    width: 400px;
		height:100%;
    margin: 0 auto;
}
	.approach-sec .row {
    row-gap: 0px;
}
	.approach-sec.row.align-items-center.mt-4 {
    row-gap: 55px;
}
	.mv-box {
    background: #fff;
    padding: 85px 20px 8px;
    height: 270px !important;
    margin-bottom: 51px;
}
	.approach-sec {
    padding: 50px 0px 0px;
}
	.founder-img img {
    width: 65%;
    height: 418px;
}
	.founder-img {
    height: 345px;
    width: 100% !important;
    margin: 0 auto;
}
	.our-founder {
    padding: 40px 0;
}
	section.faq-sec::before {
    width: 201px;
    height: 132px;  
}
	.fact-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 400px;
    margin: 0 auto;
}
	.stat-card {
    height: 268px;
}
	.slick-next {
    right: 24px !important;
    margin-top: 20% !important;
}
	.slick-prev {
    left: 38px !important;
    top: 59% !important;
}
}
@media (max-width: 667px){
.container {
    max-width: 607px !important;
}
	.about-img-one {
    width: 100%;
}
	.about-img-two {
    bottom: -46px;
    right: 20px;
    width: 45%;
    height: 260px;
}
	.cnt-number {
    padding: 18px;
}
}
@media (max-width: 568px){
	html {
    overflow-x: hidden !important;
}
.container {
    max-width: 508px !important;
}
	.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 2px;
    width: 88%;
    /* margin-bottom: 20px; */
}
	#scrollTop {
    position: fixed;
    right: 28px !important;
}
	.founder-img img {
    width: 72%;
    height: 377px;
}
	.call-text a {
    font-size: 19px;
}
	.service-img img {
    height: 277px;
}
}

@media (max-width: 479px){
	html {
    overflow-x: hidden !important;
}
	.about-image .img-2 {
    position: absolute;
    right: -4px;
    bottom: -6%;
}
	.img-box.img-2 img {
    height: 200px;
    width: 217px;
    object-fit: cover;
}
	.mv-icon img {
    width: 71px;
}
	.mv-icon {
    margin-top: -27%;
}
	.container {
    max-width: 453px !important;
}
}

@media (max-width: 414px){
	html {
    overflow-x: hidden !important;
}
	.container {
    max-width: 395px !important;
}
	.cnt-number p {
    font-size: 12px;
}
	.call-text a {
    font-size: 12px;
}
	h2.section-title {
    font-size: 28px;
    margin-bottom: 19px;
}
	.founder-img img {
    width: 94%;
    height: 367px;
}
	.founder-img {
    height: 320px;
    width: 100% !important;
    margin: 0 auto;
}
	.log-sec {
    gap: 15px;
}
	.text-line {
    font-size: 14px; 
}
	.hero-title {
    font-size: 39px;
    line-height: 45px;
    width: 99%;
}
	.col-lg-4.text-start.right-sec {
    display: none;
}
	section.fire-hero .container {
    padding: 49px 0 40px 0;
}
	.about-img-two {
    bottom: -26px;
    right: 20px;
    width: 45%;
    height: 212px;
}
	.col-lg-6.about-content h2 {
    font-size: 30px;
}
	.tab {
    padding: 7px !important;
}
	.fact-card {
    width: 369px;
}
	.slick-prev {
    left: 38px !important;
    top: 83% !important;
}
	.slick-next {
    right: 24px !important;
    margin-top: 49% !important;
}
	.slick-dots {
    bottom: -55px !important;
    
}
	.slick-dots li {
    width: 12px !important;
}
	.footer-widget p {
    width: 98%;
}
	.blog-card {
    width: 345px;
}
}

@media (max-width: 379px){
	html {
    overflow-x: hidden !important;
}
	.firecore-header .logo img {
    width: 66px;
}
	.text-line {
    font-size: 11px;
}
	.container {
    max-width: 353px !important;
}
	.hero-badge {
    gap: 0px;
    margin-bottom: 7px;
}
	.hero-badge p {
    font-size: 9px;
    margin-left: 0px;
}
	.hero-title {
    font-size: 27px;
    line-height: 29px;
    width: 99%;
}
	img.fire-image {
    height: 75px;
    opacity: 0.6;
    margin-top: -24px;
}
	.hero-desc {
    font-size: 14px;
    opacity: 0.7;
    max-width: 317px;
    line-height: 28px;
}
	.hero-btn {
    font-size: 10px;
}
	.about-img-one {
    width: 94% !important;
    border-radius: 10px;
    height: 277px !important;
    object-fit: cover;
}
	.about-images::before {
    top: -31%;
    left: -7px;
    width: 77px;
    height: 174px;
}
	.about-img-two {
    bottom: -26px;
    right: 62px;
    width: 43%;
    height: 149px;
}
	span.section-title {
    font-size: 11px;
}
	.col-lg-6.about-content h2 {
    font-size: 20px;
}
	.about-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 15px 0px;
}
	.about-list li {
    font-size: 14px;
}
	.tab {
    text-align: center !important;
	height:50px !important;
		font-size:15px !important;
		padding:10px 0px !important;
}
	.tab-title {
    z-index: 2;
    font-size: 19px;
    margin-bottom: 5px;
}
	.fact-card {
    width: 322px !important;
}
	.cnt-number {
    padding: 14px;
}
	.slick-next {
    right: 24px !important;
    margin-top: 60% !important;
}
	#rmp_menu_trigger-323 {
    right: 4% !important;
    top: 24px !important;
    width: 45px !important;
    height: 45px !important;
}
	.mv-box {
    height: 315px !important; 
}
	.cnt-number p {
    font-size: 10px;
}
	.call-text a {
    font-size: 10px;
}
	.blog-card {
    width: 320px;
}
	.contactus_details {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 200px !important;
}
}
@media (max-width: 360px){
	html {
    overflow-x: hidden !important;
}
	.firecore-header .logo img {
    width: 66px;
    height: auto;
    filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.6));
}
}