.swiper.mySwiper4 {
  position: relative;
  padding-bottom: 60px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 10px; 
  top: auto;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  left: 80px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}
.p-title{
    color: #c60000;
    text-transform: uppercase;
    font-weight:bold;
    
}

  
 .section-bg {
     background-color: #fff; /* white base */
  background-image: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.11) 0px,
    rgba(0, 0, 0, 0.03) 1px,
    transparent 1px,
    transparent 20px
  );
      padding: 1rem 0;
    }
    .divider {
      border-bottom: 1px solid #ddd;
      margin: 1rem 0;
    }
    .section-title {
      font-size: 22px; /* Matches screenshot heading size */
      font-weight: 500;
    }
    .section-text {
      font-size: 1rem; /* Body text size */
      line-height: 1.5;
    }
    
 .section-link {
  font-size: 30px; /* ~22px */
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: color 0.2s ease;
}

.section-link i {
  font-size: 28px;
  transition: color 0.2s ease;
}


.section-link:hover {
  color: #0000FF; 
}

.section-link:hover i {
  color: #0000FF;
}


.custom-hero {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px;
    }
    .hero-buttons .btn {
      border: 1px solid #ccc;
      background-color: white;
      margin: 5px;
      padding: 15px 25px;
      transition: background-color 0.3s ease;
    }
    .hero-buttons .btn:hover {
      background-color: #d3d3d3; /* Gray on hover */
    }
    .hero-img {
      width: 350px;
      transition: all 0.3s ease;
    }
    .hero-buttons .btn:hover ~ .hero-img {
      filter: grayscale(100%);
    }
    
     .read-more {
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      text-decoration: none;
      color: #000;
    }
    .read-more i {
      margin-left: 5px;
      transition: transform 0.3s ease;
     
    }
    .read-more:hover i {
      transform: translateX(4px);
      color: #007bff;
    }
    
.read-more {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  color: inherit; /* keeps text color normal */
}

.read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: inherit; /* icon starts with same color as text */
}

.read-more:hover i {
  transform: translateX(4px);
  color: #007bff; /* only icon turns blue on hover */
}


 /* Mobile: buttons take full width */
  @media (max-width: 767px) {
    .hero-buttons .btn {
      width: 28%;
      text-align: center;
      font-size: 12px;
      padding: 10px;
    }
  }
  
  .heading-responsive {
    font-size: 42px; /* Default for desktop */
  }

  @media (max-width: 576px) { /* Mobile devices */
    .heading-responsive {
      font-size: 25px;
    }
  }
  
  
  
  
  
  .carousel-caption.custom-caption {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 600px;
  }

  .carousel-caption.custom-caption h2 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
  }

  .carousel-caption.custom-caption p {
    font-size: 1.25rem;
    color: white;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .btn-custom {
    background-color: #fff;
    color: #000;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 13px;
  }

  .btn-custom:hover {
    background-color: #000;
    color: #fff;
  }

  /* --- MOBILE STYLING --- */
  @media (max-width: 767.98px) {
    /* Hide desktop image on mobile */
    .carousel-item .desktop-img {
      display: none !important;
    }

    /* Show mobile image */
    .carousel-item .mobile-img {
      display: block !important;
      width: 100%;
      height: auto;
    }

    /* Adjust caption for mobile */
    .carousel-caption.custom-caption {
      display: block !important;
      bottom: 50%; /* move caption slightly up/down */
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 90%;
    }

    .carousel-caption.custom-caption h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }

    .carousel-caption.custom-caption p {
      font-size: 0.95rem;
      color: #fff;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
    }

    .btn-custom {
      font-size: 0.9rem;
      padding: 8px 16px;
      border-radius: 4px;
    }
  }

  /* --- Desktop: hide mobile image --- */
  @media (min-width: 768px) {
    .carousel-item .mobile-img {
      display: none !important;
    }
    .carousel-item .desktop-img {
      display: block !important;
    }
  }
  

  .assurance-section {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }


  .assurance-section h1 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 40px;
  }


  @media (max-width: 768px) {
    .assurance-section h1 {
      font-size: 2rem;
    }
    .assurance-section .col-4 {
      margin-bottom: 1.5rem;
    }
  }
  

.insights-section {
  background-color: #e9e9e9; 
}

.insights-section h4 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #00332e; 
  line-height: 1.4;
  font-size: 28px;
  transition: color 0.3s ease;
}

.insights-section small {
  font-size: 0.9rem;
  color: #6c757d;
  transition: color 0.3s ease;
}

.insights-section .col-lg-4 {
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: left; /* ✅ ensure left alignment for all */
}

.insights-section .col-lg-4:hover {
  transform: translateY(-5px);
}

.insights-section .col-lg-4:hover h4 {
  color: #2f78e3; 
}

.insights-section .col-lg-4:hover small {
  color: #00332e; 
}

@media (min-width: 992px) {
  .insights-section .col-lg-4:last-child {
    border-right: none !important;
  }
}

@media (max-width: 991.98px) {
  .insights-section .col-lg-4 {
    border-right: none !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left; /* ✅ mobile left align */
    
  }
  .insights-section .col-lg-4:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
    
    
  }
  
  .insights-section h4{
      font-size: 25px;
  }
      
  }



  
  
  
  
  
