



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}
 body {
  overflow-x: hidden;

}
.first-section-text-container h1{
  
    font-size: 2.8rem !important;

}
.first-section-text-container h4{
    color:#575757;
    line-height: 2.5;
}

.first-section-text-container button{
    background-color: #a33d3d;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    border-radius: 30px;
}
.first-section-text-container button:hover,
.first-section-text-container button:active{
    background-color: #a33d3d !important;
}

.second-section-text-container h4{
    font-weight: 400;
}
.second-section-main-heading{
    color: #a33d3d;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600 !important;
    font-size: 2rem;
}


.second-section-main-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 300px;
    height: 2px;
    background-color: #a33d3d;
}

.second-section-main-heading::after {
    right: -320px;
}
.contact-us-dropdown-content {
  display: none;
  padding: 12px;
  background-color: #f9f9f9;
  margin-top: 5px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-us-dropdown-content .day {
  padding: 10px 15px;
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
  color: #333;
  background-color: #ffffff;
  border-radius: 6px;
  border-left: 4px solid maroon; /* Blue bar on left */
  transition: background-color 0.3s ease;
}

.contact-us-dropdown-content .day:hover {
  background-color: #eef6ff;
  cursor: pointer;
}
  .dropdown-icon {
    cursor: pointer;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  .flipped {
transform: rotate(180deg);
}
.text-color-change {
color:#a33d3d ;
font-weight: 500;
}
.custom-tick-list {
    list-style: none;
    padding-left: 0;
  }
  
  .custom-tick-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
  }
  
  .custom-tick-list li::before {
    content: '✔'; 
    position: absolute;
    left: 0;
    color: maroon;
    font-weight: bold;
  }
  

  .parent-slider{
    position: relative;
    padding: 0rem 1.8rem;
    background-color: rgba(255, 255, 255, 0.55);
  }
  .img-container-kie{
    height: 400px;
    overflow: hidden;
   
  }
  .img-container-kie img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
     .parent-nav.swiper-button-next::after, 
      .parent-nav.swiper-button-prev::after {
        font-size: 38px;
        color: #000;
      }
      .what-we-offer-text-container li{
        font-size: 18px;
      }

      .gray-background{
         background-color: rgb(251, 246, 251);
      }

      .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: maroon; /* Active bullet color */
  opacity: 1;
}
@media (max-width:768px){
  .first-section-text-container{
    padding-top: 20px;
  }
.first-section-text-container h1{
  
    font-size: 2rem !important;

}
.first-section-text-container h4{
    color:#575757;
    line-height: 2.5;
}
.second-section-main-heading::after {
    width: 100px !important;
    right: -120px;
}
.img-container-kie{
    height: 400px;
    overflow: hidden;
   
  }
}

@media (max-width:576px){
  .first-section-text-container{
    padding-top: 20px;
  }
.first-section-text-container h1{
  
    font-size: 1.6rem !important;

}
.first-section-text-container h4{
    color:#575757;
    line-height: 2.5;
}
.second-section-main-heading{
  font-size: 1.5rem;
}
.second-section-main-heading::after {
   content: "";
    position: absolute;
    top: 50%;
    width: 100px !important;
    height: 2px;
    background-color: #a33d3d;
    right: -120px;
}
.img-container-kie{
    height: 300px;
    overflow: hidden;
   
  }
}
.overflow-hidden-class{
  width: 100%;
  overflow: hidden;
}

