   .swiper {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      color: #fff;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-pagination-bullet {
      background: #fff;
    }
    .swiper-button-next,
    .swiper-button-prev {
      color: #fff;
    }
    .feature-area-3 {
        background-color: #f6f6f6;
      }
      .feature-card-widget-9 h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.01em;
        color: var(--black_850);
        margin-top: 30px;
        margin-bottom: 10px;
      }
      .feature-card-widget-9 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: var(--p_color);
        font-family: "Roboto", sans-serif;
        margin-bottom: 8px;
      }

.feature-card-widget-9 {
    text-align: center;
    background-color: var(--bs-white);
    border: 1px solid var(--black_50);
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 40px 33px;
    height: 100%;
  }
  .feature-card-widget-9.widget-link {
    background-color:#0774b7;
    border-color: #fff;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .feature-card-widget-9.widget-link h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 9px;
  }
  .feature-card-widget-9.widget-link a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .feature-card-widget-9.widget-link a i {
    vertical-align: middle;
    display: inline-block;
  }
  .feature-card-widget-9.widget-link a:hover i {
    transform: translateX(8px);
  }
  .feature-card-widget-9:hover {
    box-shadow: 0px 5.9348835945px 29.6744174957px 0px rgba(6, 7, 46, 0.1019607843);
  }
  .pb-105 {
    padding-bottom: 105px;
}
.pt-115 {
    padding-top: 115px;
}
.section-title .short-title-2 {
    display: inline-block;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #a7b4c0;
}
.section-title h1 {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.g-4, .gy-4 {
    --bs-gutter-y: 30px;
}
.mt-50 {
    margin-top: 50px;
}
  .section-title {
    text-align: center;
}

/*----------------------------------------*/
.feature-card-widget-5 img {width: 30%;}

.feature-area {
    position: relative;
    z-index: 2;
  }
  
  .feature-card-widget,
  .feature-card-widget-2,
  .feature-card-widget-4,
  .feature-card-widget-5,
  .feature-card-widget-6,
  .feature-card-widget-7 {
    text-align: center;
    background-color: var(--bs-white);
    box-shadow: 0 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
    transition: all 0.3s ease-out;
  }
  .feature-card-widget:hover,
  .feature-card-widget-2:hover,
  .feature-card-widget-4:hover,
  .feature-card-widget-5:hover,
  .feature-card-widget-6:hover,
  .feature-card-widget-7:hover {
    box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
  }
  .feature-card-widget img,
  .feature-card-widget-2 img,
  .feature-card-widget-4 img,
  .feature-card-widget-5 img,
  .feature-card-widget-6 img,
  .feature-card-widget-7 img {
    max-width: 100%;
  }
  .feature-card-widget h4,
  .feature-card-widget-2 h4,
  .feature-card-widget-4 h4,
  .feature-card-widget-5 h4,
  .feature-card-widget-6 h4,
  .feature-card-widget-7 h4 {
    font-size: 24px;
    color: var(--secondary_color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .feature-card-widget h5,
  .feature-card-widget-2 h5,
  .feature-card-widget-4 h5,
  .feature-card-widget-5 h5,
  .feature-card-widget-6 h5,
  .feature-card-widget-7 h5 {
    font-size: 20px;
    color: var(--secondary_color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .feature-card-widget p,
  .feature-card-widget-2 p,
  .feature-card-widget-4 p,
  .feature-card-widget-5 p,
  .feature-card-widget-6 p,
  .feature-card-widget-7 p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--p_color);
    line-height: 26px;
  }
  
  .feature-card-widget {
    padding: 40px 25px;
    border-radius: 10px;
  }
  .feature-card-widget:hover {
    box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
  }
  .feature-card-widget:hover h4 {
    color: var(--theme-color);
  }
  .feature-card-widget .card-img {
    position: relative;
  }
  .feature-card-widget .card-img img {
    max-width: 100%;
    margin: 15px 0 25px 0;
    min-height: 54px;
  }
  .feature-card-widget h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .feature-card-widget p {
    margin: 11px 0 5px 0;
  }
  
  .feature-card-widget-2 {
    padding: 30px 25px;
    border-radius: 10px;
  }
  .feature-card-widget-2 .icon-bg-1,
  .feature-card-widget-2 .icon-bg-2,
  .feature-card-widget-2 .icon-bg-3,
  .feature-card-widget-2 .icon-bg-4 {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
  }
  .feature-card-widget-2 .icon-bg-1 {
    background-color: rgba(41, 204, 37, 0.1);
  }
  .feature-card-widget-2 .icon-bg-2 {
    background-color: rgba(190, 99, 249, 0.1);
  }
  .feature-card-widget-2 .icon-bg-3 {
    background-color: rgba(252, 87, 59, 0.1);
  }
  .feature-card-widget-2 .icon-bg-4 {
    background-color: rgba(38, 198, 218, 0.1);
  }
  .feature-card-widget-2 h5 {
    margin: 15px 0;
  }
  .feature-card-widget-2 h4 {
    margin-bottom: 12px;
    margin-top: 18px;
  }
  .feature-card-widget-2 p {
    min-height: 72px;
    line-height: inherit;
  }
  
  .feature-card-widget-3 {
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    overflow: hidden;
    position: relative;
    margin: 0 12px;
    outline: none;
  }
  .feature-card-widget-3 .shapes img {
    position: absolute;
  }
  .feature-card-widget-3 img {
    max-width: 100%;
  }
  .feature-card-widget-3 .title {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    display: block;
    margin-top: 5px;
  }
  .feature-card-widget-3 h5 {
    font-size: 22px;
    color: #fff;
    margin-top: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
  }
  .feature-card-widget-3 h5 span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .feature-card-widget-3 a {
    font-size: 22px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
  }
  .feature-card-widget-3.card-1 {
    background-color: #f76363;
  }
  .feature-card-widget-3.card-1:hover {
    box-shadow: 0 20px 50px 0 rgba(247, 99, 99, 0.25);
  }
  .feature-card-widget-3.card-1 .shapes img:nth-child(1) {
    bottom: 0;
    right: 20px;
    animation: pulse 2s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-1 .shapes img:nth-child(2) {
    top: 0;
    right: 0;
    animation: pulse 3s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-1 .shapes img:nth-child(3) {
    top: 50%;
    right: 40%;
  }
  .feature-card-widget-3.card-1 .shapes img:nth-child(4) {
    bottom: 60%;
    right: 75%;
  }
  .feature-card-widget-3.card-2 {
    background-color: #40ad87;
  }
  .feature-card-widget-3.card-2:hover {
    box-shadow: 0 20px 50px 0 rgba(64, 173, 135, 0.25);
  }
  .feature-card-widget-3.card-2 .shapes img:nth-child(1) {
    top: 0;
    right: 20px;
    animation: pulse 6s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-2 .shapes img:nth-child(2) {
    bottom: 0;
    right: 0;
    animation: pulse 2s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-2 .shapes img:nth-child(3) {
    top: 50%;
    right: 40%;
    animation: moveX 13s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-2 .shapes img:nth-child(4) {
    bottom: 60%;
    right: 75%;
    animation: moveY 15s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-3 {
    background-color: #7080fa;
  }
  .feature-card-widget-3.card-3:hover {
    box-shadow: 0 20px 50px 0 rgba(112, 128, 250, 0.25);
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(1) {
    top: 0;
    right: 0;
    animation: pulse 2s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(2) {
    top: 0;
    right: 0;
    animation: pulse 3s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(3) {
    top: 20%;
    right: 40%;
    animation: moveX 13s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(4) {
    bottom: 20%;
    right: 20%;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(5) {
    bottom: 10%;
    right: 25%;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(6) {
    left: 10%;
    top: 15%;
    animation: moveY 13s ease-out infinite alternate both;
  }
  .feature-card-widget-3.card-3 .shapes img:nth-child(7) {
    left: 50%;
    top: 75%;
    animation: moveX 13s ease-out infinite alternate both;
  }
  
  .feature-card-widget-4 {
    padding: 50px 30px;
    border-radius: 10px;
  }
  .feature-card-widget-4 .theme-btn {
    border-color: rgba(0, 80, 178, 0.5);
  }
  .feature-card-widget-4 .social-button a {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--p_color);
    line-height: 37px;
    border: 1px solid var(--p_color);
    margin-right: 15px;
  }
  .feature-card-widget-4 .social-button a:last-child {
    margin-right: 0;
  }
  .feature-card-widget-4 .social-button a:hover {
    border-color: var(--brand_color);
    background-color: var(--brand_color);
    color: #fff;
  }
  

.feature-card-widget-9 img{  width: 30%;}

  .feature-card-widget-5 {
    padding: 50px 30px;
    padding-bottom: 43px;
    text-align: left;
    border-radius: 8px;
  }
  
  .feature-card-widget-6 {
    display: flex;
    padding: 38px 40px;
    text-align: left;
    border-radius: 10px;
  }
  .feature-card-widget-6 img {
    max-width: inherit;
  }
  .feature-card-widget-6 h6 {
    font-size: 18px;
    color: var(--secondary_color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 16px;
  }
  
  .feature-card-widget-7 {
    padding: 38px 30px 30px 30px;
    border-radius: 5px;
  }
  .feature-card-widget-7 h4 {
    margin-bottom: 13px;
  }
  
  .why-choose-area .content-box h4 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 30px;
    color: #000!important;
}

.why-choose-area .content-box p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000!important;
}
.why-choose-area .section-title h2 {
    color: #000!important;
}





  
  /*----------------------------------------*/