html {
  scroll-behavior: smooth;
}


body{
    font-family: "Poppins",sans-serif !important;
}
 
a{
  text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 992px) {
  .image-column, .seccol1 {
    padding-right: 0;
    padding-left: 0;
  }

 

  .sec1btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .main-image {
    border-left: none;
    border-bottom: none;
  }

  .anotherdiv {
    font-size: 1rem;
    padding: 8px;
  }

  .seccol1 h1 {
    font-size: 2rem;
  }

  .seccol1 p {
    font-size: 0.9rem;
  }

 

  .sec1btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
}


.seccol1{
    margin-top: 50px;
}
/* Container Styles */
.serrvicediv {
  padding: 50px 0;
}




/* Heading Styles */
.serrvicediv h6 {
  font-size: 17px;
  color: #e92130;
  font-weight: 600;
  margin-bottom: 10px;
}

.serrvicediv h2 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

.serrvicediv p {
  color: #666;
}

/* Card Container */
.serrvicediv .row {
  margin: 0 -15px;
}
.serrvicediv .col-md-4{
  margin-top: 10px;
}
/* Service Card Styling */
.serrvicediv .service-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serrvicediv .service-card h4 {
  color: red;
  font-size: 18px;
  margin-bottom: 5px;
}

.serrvicediv .service-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}

.serrvicediv .service-card:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Button Styling */

.service-btn{
  background-color:transparent;
             color:#FFFFFF;
  position: relative;
  border:2px solid #FFF;
  z-index: 3;
  overflow: hidden;
  transition: all .5s ease-in-out
}
.service-btn:before{
  content:"";
  display: inline-block;
  background-color: #030203;
  position: absolute;
  width:300px;
  height:300px;
  left:194px;
  border-radius: 50%;
  transition: all .8s ease-in-out;
  top:-70px;
  z-index:-2;
}
.service-btn:after{
  content:"";
  display: inline-block;
  background-color: #030203;
  position: absolute;
  width:300px;
  height:300px;
  left:-294px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  top:-70px;
  z-index:-2;
}
.service-btn:hover:after{
  transform: translate(136px,0px) rotate(360deg) skewX(40deg);
}
.service-btn:hover:before{
  transform: translate(-99px,0px) skewX(40deg)
}
.service-btn:hover{border-radius: 1%;}

/* Icon Styling */
.serrvicediv .service-icon {
  font-size: 30px;
  color: red;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .serrvicediv .col-lg-4 {
    width: 100%;
    padding: 0 15px;
  }

  .serrvicediv  .service-card {
    margin-bottom: 30px;
  }
}


/* Card Styles */
.service-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
width: auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h4 {
  color: red;
  font-size: 20px;
  margin-bottom: 10px;
}

.service-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}

.service-btn {
  color: white;
  background-color: red;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.service-btn:hover {
  background-color: #cc0000;
  text-decoration: none;
}

/* Card Hover Effect */
.service-card:hover {
  background-color: #f8f8f8;
  border-color: red;
  /* transform: translateY(-10px); */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Icon Styles */
.service-icon {
  font-size: 40px;
  color: red;
  margin-bottom: 15px;
}

/* Responsiveness */
@media (max-width: 991px) {
  .serrvicediv .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-card {
    width: 250px;
    height: auto;
  }

  .col-lg-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-btn {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .service-card {
    width: 100%;
    height: auto;
  }

  .col-lg-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .service-card h4 {
    font-size: 16px;
  }

  .service-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.section4{
  background-color: #09123a;

  padding: 50px;

}
.section4 h1{
  color: white;
  font-size: 30px;
}
.section4 h5{
  color: #e92130 !important;
  text-transform: uppercase;
}
 .section4 .step {
   padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: cream;
}

.v-stepper {
  position: relative;
}

/* Regular Circle */
.step .circle {
  background-color: white;
  border: 3px solid gray;
  border-radius: 100%;
  width: 30px;    /* +6 for border */
  height: 30px;
  display: inline-block;
}

/* Line connecting the steps */
.step .line {
  top: 30px;
  left: 14px;
  height: 100%;


  position: absolute;
  border-left: 1px solid lightgray !important;
}

/* Completed Step: Add Checkmark */
.step.completed .circle {
  visibility: visible;
  background-color: #e92130;
  border-color: #e92130;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
 
}

.step.completed .circle:before {
  content: attr(data-step); /* Use a custom data attribute to display the number */
  font-size: 14px;
  color: #fff; /* Set the text color to white */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}


/* Completed Line */
.step.completed .line {
  border-left: 3px solid rgb(6, 150, 215);
}

/* Active Step: Blue Circle */
.step.active .circle {
  visibility: visible;
  border-color: rgb(6, 150, 215);
}

/* Empty Step: Hidden Circle */
.step.empty .circle {
  visibility: hidden;
}

.step.empty .line {
  top: 0;
  height: 150%;
}

/* Hide Line for Last Step */
.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1;
}

/* Content Style */
.content {
  margin-left: 20px;
  display: inline-block;
}
.section4 .content h5{
  color: #17C2ED;
}
.section4 .content p{
  color: white;
}
.sec4img img{
  margin-top: 80px;;
  border-radius: 10px;;
}


@media (max-width: 767px) {
  .section2 .card-body {
    padding: 3px;
    position: relative;
}
.section2 .card h2 {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.section2 .card p {
  font-size: 10px;
  color: #555;
}
.section2 .sec2btn {
  padding: 6px 13px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  background-color: #049b04;
  color: white;
  margin-top: 0px;
  font-size: 11px;
  display: inline-block;
}
.section2 .card{
  height: 255px !important;
}
.section2  .card-img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* .section2{
  padding:20px !important;
} */


}



.about_us {
  background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/client.png)no-repeat;
  background-attachment: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: auto;
  padding: 50px 10px;
}


.about_us {
  border-bottom: 5px solid #e92130;
}

.breadcromb-box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
  margin-top: 115px;
}

.about-us-title {
   font-family: 'Roboto', sans-serif;
   font-weight: 700; /* Bold text */
   font-size: 30px;
   color: #fff;
   letter-spacing: 3px;
   margin-bottom: 20px; /* Space below the heading */
}

.breadcrumb-list {
   list-style: none;
   padding-left: 0;
   display: flex;
   justify-content: center; /* Center the breadcrumb items */
   align-items: center;
}

.breadcrumb-list li {
   margin: 0 5px; /* Space between breadcrumb items */
   color: white;
   font-size: 13px;
}

.breadcrumb-link {
  color: white;
  text-decoration: none;
  font-weight: 500; /* Medium weight for links */
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #e92130; /* Highlight color on hover */
}

.breadcrumb-icon {
  color: #e92130; /* Color for the icons */
}

/* Styling for the section */
.section1 {
  padding: 60px 0;
  background-color: #f4f4f4;
}



/* Row Styling */
.section1 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Styling for the Right Column (Image Section) */
.image-column {
  position: relative;
  padding: 20px;
}

.image-wrapper {
  position: relative;
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

/* Hover effect for the image */
.main-image:hover {
  filter: brightness(0.8);
}

/* Positioned Another Div on top of the image */
.anotherdiv {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 8px;
}

.anotherdiv h1 {
  font-size: 40px;
  margin: 0;
}

.anotherdiv p {
  font-size: 18px;
  margin: 0;
}

/* Left Column (Text Section) */
.seccol1 {
  padding: 40px;
  color: #333;
}

.seccol1 h6 {
  font-size: 18px;
  font-weight: bold;
  color:#e92130;
}

.seccol1 h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.seccol1 p {
  font-size: 16px;
  line-height: 1.6;
}

/* Service Section */
.service {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 0; /* Removed the bottom margin */

  display: flex
;
    /* justify-content: space-between; */
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.service p {
  font-size: 24px;
  font-weight: bold;
  color: #007bff; /* You can change this color if you prefer another style */
}

.service h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

/* For Service 01 - No red background, keeping text black */
.service p:first-child {
  color: white;
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    font-size: 22px;
    height: 50px;
    /* text-align: center; */
    line-height: 18px;
    background-color: red;
}

.service p:first-child + h4 {
  color: black;
}


/* Adjusting responsiveness */
@media (max-width: 768px) {
  .about-us-title {
      font-size: 22px;
  }

  .breadcrumb-list {
      font-size: 14px; /* Smaller font size on mobile */
  }

  .breadcromb-box {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 10px;
    margin-top: 78px;
    margin-bottom: 0px;
}
}

/* @media screen and (min-width:320px) and (max-width: 658px) {
  .section2 .card p {
    font-size: 9px;
    color: #555;
}
.section2 .card {
  height: 280px !important;
}
.service_btn {
  margin-bottom: 10px !important;
}
} */

/* Section Styling */


.section2 {
 
  background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/testimonial-bg.jpeg)no-repeat;
  background-attachment: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: auto;
  padding: 50px 10px;
 
 }
 
 /* Header (h3) Styling */
 .section2 h3 {
     font-size: 2rem; /* Larger font size for the heading */
     font-weight: 600; /* Slightly bold */
     color: #ffffff; /* Dark text color for better contrast */
   
 }
 
 /* Paragraph Styling */
 .section2 p {
     font-size: 1.1rem; /* Slightly larger text */
     color: #ffffff; /* Medium grey color for the paragraph */
    
     line-height: 1.6; /* Better line height for readability */
    
 }
 
 /* Button Styling */
 .section2 button {
     padding: 12px 30px; /* Adequate padding for the button */
     font-size: 1.1rem; /* Slightly larger font for the button */
     background-color: white; /* Blue background color */
     color: #000000; /* White text color */
     border: none; /* Remove border */
     border-radius: 5px; /* Rounded corners for the button */
     cursor: pointer; /* Pointer cursor on hover */
     transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
     margin-top: 40px;;
 }
 
 .section2 button:hover {
     background-color: #ffb600; /* Darker blue on hover */
     transform: scale(1.05); /* Slight zoom effect on hover */
     color: white;
 }
 
 /* Responsive Design */
 @media (max-width: 768px) {
     /* Adjust the heading and paragraph sizes on smaller screens */
     .section2 h3 {
         font-size: 1.7rem;
     }
 
     .section2 p {
         font-size: 1rem;
     }
 
     .section2 button {
         font-size: 1rem;
         padding: 10px 25px; /* Adjust button padding for smaller screens */
     }
 }
 

 .repairprocess {
  padding: 40px;
}
.f1{
  background-color: #e92130 !important;
}
.f1 h4, .f1 p, .f1 i{
  
  color:white !important;
}
.f3{
  background-color: #e92130 !important;
}
.f3 h4, .f3 p, .f3 i{
  
  color:white !important;
}
.f2{
  background-color:rgb(10, 4, 4) !important;
}
.f2 h4, .f2 p, .f2 i{
  
  color:white !important;
}
.f4{
  background-color:rgb(10, 4, 4) !important;
}
.f4 h4, .f4 p, .f4 i{
  
  color:white !important;
}

.repairprocess .row {
  display: flex;
  justify-content: space-between;
}

.repair-feature {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect */
.repair-feature:hover {
  /* transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
}

/* Icon Styles */
.repair-feature i {
  font-size: 30px;
  margin-right: 15px;
  color: #3498db;
  transition: color 0.3s ease-in-out;
}

.repair-feature:hover i {
  color: #e74c3c;
}

/* Text Styles */
.repair-text {
  text-align: left;
}

.feature-heading {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.feature-description {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.needsec {
  background-image: url('images/i4thbgt4.png'); /* Add your image path */
  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    padding: 20px 0;

  color: #fff; /* Sets text color to white */
  display: flex; /* Use flexbox to align items */
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */

  background-color:#e92130;
}



/* Header (h3) Styling */
.needsec h3 {
 font-size: 2rem; /* Larger font size for the heading */
 font-weight: 600; /* Slightly bold */
 color: #ffffff; /* Dark text color for better contrast */
 
 margin-top: 20px;;
}

/* Paragraph Styling */
.needsec  p {
 font-size: 1.1rem; /* Slightly larger text */
 color: #ffffff; /* Medium grey color for the paragraph */

 line-height: 1.6; /* Better line height for readability */

}

/* Button Styling */
.needsec  button {
 padding: 12px 30px; /* Adequate padding for the button */
 font-size: 1.1rem; /* Slightly larger font for the button */
 background-color: white; /* Blue background color */
 color: #000000; /* White text color */
 border: none; /* Remove border */
 border-radius: 5px; /* Rounded corners for the button */
 cursor: pointer; /* Pointer cursor on hover */
 transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
 margin-top: 50px;;
 float:right;
}

.needsec button:hover {
 background-color: #4360e2; /* Darker blue on hover */
 transform: scale(1.05); /* Slight zoom effect on hover */
 color: white;
}
.cardsdivss{
  margin-top:40px !important;
}

@media screen and (min-width:300px ) and (max-width:768px) {
.repairprocess{
  padding: 0px;
}  
.seccol1{
  padding: 0px;
}
.seccol1 h1{
  font-size: 20px;
  margin-bottom: 10px;
}
.seccol1 h6{
  margin-top: -10px;
}
.seccol1{
  text-align: left;
}
.seccol1 p{
  font-size: 13px;
}
.service{
  float: left;
  padding: 1px;
}
.section1{
  padding: 0px;
}
.anotherdiv{
  top: 108px;
  left: 141px;
}
.anotherdiv p{
  font-size: 13px;
}
.anotherdiv h1{
  font-size: 26px;
}
.section1 img{
  width: 100%;
}
.serrvicediv{
  padding: 10px;
}
.serrvicediv h2{
  margin-bottom: 10px;
  font-size: 22px;
}
.needsec h3{
font-size: 1rem;
}
.needsec p{
  font-size: 12px;
}
.needsec button{
  float:none;
margin-top: 0px;
  text-decoration: none;
  text-transform: capitalize;

  padding: 6px 12px;
        font-size: 14px;
}
.sec4img img{
  margin-top: 0px;;

}
.section4 h1{
  font-size: 21px;
}
.firstcolsec4 P{
  margin-bottom: 0px;
}
.serrvicediv .service-btn{
  padding: 4px 8px;
  font-size: 12px;
}
.serrvicediv .service-icon{
  font-size: 15px;
  margin-bottom: 0px;
}
.serrvicediv .service-card h4{
  font-size: 12px;
}
.serrvicediv .service-card p {
  font-size: 10px;
  margin-bottom: 0px;
}
.serrvicediv .service-card{
  padding: 8px;

}
.serrvicediv .col-md-4{
  margin-top: 10px;
  margin-bottom: 5px;
}
.service p:first-child {
  color: white;
  padding: 8px;
  border-radius: 50%;
  width: 35px;
  font-size: 14px;
  height: 35px;
  /* text-align: center; */
  line-height: 18px;
  background-color: red;
}
.service p:first-child + h4 {
  color: black;
  font-size: 14px;
}
.serrvicediv p{
  font-size: 13px;
}
.serrvicediv h6{
  font-size: 14px;
}
.serrvicediv h2{
  font-size: 18px;
}
}