
body {
    font-family: 'Mulish', sans-serif;
}

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local("Mulish"), url("../fonts/Mulish-Regular.woff2") format("woff2");
}
    

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local("Mulish"), url("../fonts/Mulish-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: bold;
    font-weight: 700;
    src: local("Mulish"), url("../fonts/Mulish-ExtraBold.woff2") format("woff2");
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Mulish',sans-serif;
    color: #1e2637;
    overflow-x: hidden;
    
}


/* banner  */
.title-bottom {
    font-weight: 700;
    font-size: 48px;
}

.title-second {
    color: #34495e;
    font-size: 16px;
    font-weight: 700;
}
.lead {
    margin-bottom: 10px;
    font-size: 15px;
}
.explore-light {
    margin-top: 30px;
}

.explore-light .explore-btn {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
     /*background: linear-gradient(204deg, #34495e 16.58%, #8b8d95 98.3%) !important; */
    font-weight: 600;
   background: linear-gradient(204deg, #34495e 16.58%, #8b8d95 98.3%) !important;
}
.explore-light .explore-btn:hover {
     background-color: #fff;
     padding: 10px 30px;
    border: 1px solid #000000;
    color: #ffffff !important;
    font-weight: 600;
}
.explore-btn {
    padding: 10px 30px;
    border: 1px solid #34495e;
    color: #34495e;
    font-weight: 600;
}

.explore-btn:hover {
    padding: 10px 30px;
    background-color: #34495e;
    color: #ffffff !important;
    font-weight: 600;
    transition: 1s;
}
.banner-bg {
   /* background: linear-gradient(104deg, #34495e 16.58%, #8b8d95 98.3%) !important; */
    /* background-image: url(); */
    color: #32353a;
    padding: 6rem 0rem;
}

.icon-circle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: 
 color-mix(in srgb, #5d57f4, transparent 80%);
    display: flex
;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 0.875rem;
    color: #32353a;
}
@media (min-width: 280px) and (max-width:556px) {
    .banner-img {
        display: none !important;
    }

    .banner-bg {
        background: none;
        color: #000 !important;
        padding: 2.2rem 0rem 0rem 0rem;
    }

    .explore-light .explore-btn {
        padding: 10px 20px;
        border: 1px solid #000000;
        color: #000000;
        font-weight: 600;
    }

    .explore-light .explore-btn:hover {
        padding: 10px 20px;
        color: #ffffff;
        font-weight: 600;
        background-color: #34495e;
        border: none !important;
    }
}
/* banner end  */
/* service start  */
 h2{
  font-size: 40px;
  font-weight: 700;
}
.box{
    padding: 20px 20px;
    border: 1px solid #34495e;
    border-radius: 10px;
    min-height: 310px;
}
.head{
    font-weight: 600;
    font-size: 18px;
}
.boxs-btn{
    padding-top:20px ;
}
.box-btn{
    background: linear-gradient(204deg, #34495e 16.58%, #8b8d95 98.3%) !important;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px !important;
}
/* service end  */


/* why choose us start */


.list-icons li::before {
    font-family: "FontAwesome";
    content: "\f058";
    color: #34495e;
    position: absolute;
    left: 6px;
    font-size: 18px;
    margin-top: 2px;
}

/* why choose us end */

/* counter  */
.counter-table .col-md-3:nth-child(4) .count-box,
.counter-table .col-md-3:nth-child(8) .count-box {
  border-right: none;
}
.count-box {
  background: #ffffff00;
  padding: 30px;
  border-right: 1px solid #34495e;
  /* border-radius: 12px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.count-box:hover {
  transform: translateY(-5px);
}
.count-box h4 {
  font-size: 2rem;
  color: #34495e;
  margin-bottom: 10px;
}
.count-box p {
  margin: 0;
  font-size: 1rem;
}

/* counter  */

.testimonial{
background: #f9f9f9;
}

.testi {
  display: flex;
  align-items: center;
  gap: 15px;
  
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  
  flex-wrap: wrap;
  min-height: 330px;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #34495e;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 6px; /* Increase spacing */
}

@media (pointer: coarse) {
  .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}

.testi-img img {
  border-radius: 50%;
}

@media (max-width: 576px) {
  .testi {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testi-img img {
    width: 100%;
    height: auto;
    max-width: 250px; /* optional: limit max image size */
  }

  .testi-content {
    margin-top: 10px;
  }
}

 /* .swiper {
      width: 100%;
      height: 100%;
    } */
.swiper-slide {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}
    .swiper-slide {
       
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */
    .testi{
        display: flex;
        flex-direction: row;
        padding: 30px 30px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        /* border: 1px dashed #34495e; */
    }
    .testi {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.testi:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
    .testi-img img{
        height: 80px;
        width: 80px;
        margin-bottom: 0;
        /* margin-right: 10px; */
    }
    .testi-content{
        text-align: left;
    }
    .testi-content p{
      font-size: 16px;
    }
    .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
  text-align: center;
}
   

.blog-post{
 border: 1px solid rgb(219, 219, 219);
 border-radius: 10px;
 margin-bottom: 20px !important;
}
.blog-post img{
 /* border: 1px solid rgb(219, 219, 219); */
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
}
.post-title{
    text-decoration: none;
    color: #34495e;
    font-size: 18px;
    font-weight: 600;
}
.btn-read{
 background: linear-gradient(204deg, #34495e 16.58%, #8b8d95 98.3%) !important;
 padding: 10px;
 font-size: 16px;
 text-decoration: none;
    font-weight: 600;
    color: #ffffff !important;
    border-radius: 5px;
}
