body {
    font-family: 'poppins', sans-serif;
    background-color: #ffffff;
  }

/* section{
  height: 100vh;
} */
  
  .banner {
    background: linear-gradient(180deg,rgba(10, 134, 192, 0) 0%, rgba(10, 134, 192, 0.84) 0%),url('/assets/images/background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    overflow: hidden;
    height: 500px;
    align-content: center;
    justify-content: space-between;
    align-items: center !important;
    border-radius: 30px;
  }
  
  .logo img {
    height: 70px;
  }
  
  .phone-box {
    background: #0A86C0;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
  }

  .p-custom {
    padding: 2rem !important;
  }

  ul li::marker {
    color: #666666;
    font-size: 20px;
  }
  
  .banner h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .banner p {
    font-size: 20px;
    color: #e0f7ff;
  }
  .why-srm-section {
    background-color: #fff;
  }
  
  .feature-box {
    transition: all 0.3s ease;
  }
  
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  .feature-box .icon img {
    filter: grayscale(0%);
    width: 140px;
    height: 140px;
  }
  
  .feature-box .icon {
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .blue-box {
    background-color: #0A86C0;
    color: #ffffff;
  }
  .service-areas-section {
    background-color: #ffffff;
  }
  
  .service-areas-section h2 {
    color: #444;
  }
  
  .area-tag {
    background-color: #0A86C0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    transition: 0.3s ease;
  }
  
  .area-tag:hover {
    background-color: #0A86C0;
  }
  h2 {
    color: #333;
  }
  
  h5 {
    font-weight: 600;
  }
  
  img {
    object-fit: contain;
  }
  .logo-img {
    max-height: 100px;
    object-fit: contain;
  }
  .cta-section {
    background: linear-gradient(90deg, rgba(10, 134, 192, 0) -100%, rgb(6 86 124 / 84%) 50%), url(../images/cta.svg) no-repeat center center;
    height: 350px;
    background-size: cover;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;
  }
  .testimonial-card {
    background: url('dna-bg.png') no-repeat center center;
    background-size: 100px;
    border: 2px solid #0A86C0;
  }
  
  .quote-icon {
    color:#0A86C0;
    font-size: 32px;
    margin-bottom: 10px;
  }
  footer svg {
    vertical-align: middle;
  }
  footer i:hover {
    opacity: 0.8;
  }
  
  .packages-section {
    border-radius: 0 0 25px 25px;
  }

  .packages-section .blue-container-new{
    background: linear-gradient(135deg, #0A86C0) !important
  }
  
  ul {
    list-style: disc;
    padding-left: 1rem;
  }
  
  .btn-primary {
    background-color: #0A86C0;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #0A86C0;
  }

  .social-icon{
    color: #0A86C0;
  }

  /* Mobile Responsive Styles */
  @media (max-width: 768px) {
    /* Header and Logo adjustments */
    .logo img {
      height: 50px;
    }
    
    .phone-box {
      padding: 6px 12px;
      font-size: 13px;
      img{
        height: 18px;
        width: 18px;
      }
   
    }
    
    /* Banner responsive */
    .banner {
      height: auto;
      border-radius: 20px;
      padding: 20px !important;
    }
    
    .banner h1 {
      font-size: 32px !important;
      line-height: 1.2;
      margin-bottom: 16px !important;
    }
    
    .banner p {
      font-size: 16px;
    }
    
    /* Packages section mobile */
    .blue-container {
      padding: 30px 20px !important;
      padding-bottom: 200px !important;
    }
    
    .blue-container h1 {
      font-size: 28px !important;
    }
    
    .blue-container p {
      font-size: 16px !important;
    }
    
    .package-cards-overlay {
      top: 60% !important;
    }
    
    /* .package-card {
      margin-bottom: 8px;
    } */
    
    .package-card h5 {
      font-size: 20px !important;
    }
    
    .package-card ul li {
      font-size: 14px !important;
      margin-bottom: 8px !important;
    }
    
    .package-card h3 {
      font-size: 24px !important;
    }
    
    .package-card .btn {
      padding: 8px 16px !important;
      font-size: 14px;
    }
    
    /* Why SRM section mobile */
  
    
    .feature-box {
      width: 100% !important;
      height: auto !important;
      min-height: 250px;
      margin-bottom: 20px;
    }
    
    .feature-box .icon {
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .feature-box .icon img {
      width: 100px;
      height: 100px;
    }
    
    .feature-box h5 {
      text-align: center;
      font-size: 18px;
    }
    
    .feature-box p {
      text-align: center !important;
      font-size: 14px;
    }
    
    /* Process section mobile */
    .row.text-center.g-4 .col-md-3 {
      margin-bottom: 30px;
    }
    
    .row.text-center.g-4 .col-md-3 img {
      height: 120px !important;
    }
    
    .row.text-center.g-4 .col-md-3 h5 {
      font-size: 14px !important;
    }
    
    .row.text-center.g-4 .col-md-3 p {
      font-size: 12px;
    }
    
    /* Service areas mobile */
    .service-areas-section .container {
      padding: 0 20px !important;
    }
    
    .area-tag {
      font-size: 13px;
      padding: 8px 14px;
      margin: 4px 2px;
    }
    
    /* CTA section mobile */
    .cta-section {
      height: 250px;
      padding: 20px;
    }
    
    .cta-section h2 {
      font-size: 28px !important;
    }
    
    .cta-section p {
      font-size: 16px !important;
    }
    
    .cta-section .btn {
      height: auto !important;
      padding: 12px 20px !important;
      font-size: 14px;
      margin-bottom: 10px;
    }
    
    /* Testimonials mobile */
    .testimonial-card {
      width: 100% !important;
      min-height: 300px !important;
      margin-bottom: 20px;
    }
    
    .testimonial-card p {
      font-size: 13px !important;
    }
    
    .testimonial-card .background-image {
      background-size: 50% !important;
    }
    
    .testimonial-card .quote-icon img {
      width: 35px !important;
      height: 35px !important;
    }
    
    /* Footer mobile adjustments */
    footer .container {
      text-align: center;
      gap: 1rem !important;
    }
    
    footer .container > * {
      order: unset !important;
    }
    
    .content-wrapper{
      padding-top: 10px !important;
    }
  }

  @media (max-width: 576px) {
    /* Extra small devices */
    .container {
      padding: 0 15px;
    }
    
    .banner h1 {
      font-size: 28px !important;
    }
    
    .blue-container {
      padding-bottom: 250px !important;
    }
    
    .blue-container h1 {
      font-size: 24px !important;
    }
    
    .blue-container p {
      font-size: 14px !important;
    }
    
    .package-cards-overlay {
      top: 57% !important;
    }
    
    .package-card {
      padding: 20px !important;
    }
    
    .package-card .d-flex {
      flex-direction: column;
    }
    
    .package-card .text-end {
      text-align: center !important;
      margin-left: 0 !important;
      margin-top: 20px;
    }
    
    .why-srm-section {
      margin-top: 1500px  !important;
    }
    
    .feature-box {
      padding: 20px !important;
      min-height: 220px;
    }
    
    /* .testimonial-card {
      min-height: 300px !important;
    } */

    /* CTA section mobile */
    .cta-section {
      height: 350px;
      padding: 20px;
    }
    
    .cta-section h2 {
      font-size: 24px !important;
    }
    
    .cta-section .d-flex {
      flex-direction: column;
      align-items: center;
    }
    
    .cta-section .btn {
      width: 100%;
      max-width: 250px;
    }

  }
 