
    .card-header-red {
      background-color: #8b1c1c;
      color: white;
      position: relative;
      padding: 1.5rem 1.5rem 1.5rem 1.5rem;
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem;
    }
    .card-header-red .compare {
      position: absolute;
      top: 0.5rem;
      right: 0.75rem;
      font-size: 0.75rem;
      display: flex;
      align-items: center;
      gap: 0.25rem;
    }
    .card-header-red .compare i {
      font-size: 0.6rem;
    }
    .card-header-gray h3{
      color: #8b1c1c;

    }
    .card-header-gray {
    background-color: #f0ecec !important;
      position: relative;
      padding: 1.5rem 1.5rem 1.5rem 1.5rem;
      border-radius: 0.375rem;
      font-size: 0.875rem;
      line-height: 1.2;
    }
    .card-header-gray .compare {
      position: absolute;
      top: 0.5rem;
      right: 0.75rem;
      font-size: 0.75rem;
      display: flex;
      align-items: center;
      gap: 0.25rem;
      user-select: none;
    }
    .card-header-gray .compare input[type="checkbox"] {
      width: 0.75rem;
      height: 0.75rem;
      margin: 0;
      cursor: pointer;
    }
    .card-header-gray h3 {
      font-weight: 600;
      font-size: 1.3rem;
      margin-bottom: 16px;
      line-height: 1.2;
      width: 280px !important;
    }
    .card-header-red h3 {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      line-height: 1.2;
    }
    .card-header-red p,
    .card-header-gray p {
      font-size: 17px;
      line-height: 1.2;
      margin-bottom: 0;
    }
    .card-body {
      padding: 1.5rem 1.5rem 1.5rem 1.5rem;
      font-size: 0.75rem;
      color: #000;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .card-body h5 {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #d1d5db;
      padding-bottom: 0.25rem;
    }

      .card-body h5 p {
margin-bottom: 0 !important;
      }
    .features-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 1.5rem;
      flex-grow: 1;

    }
    .features-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      line-height: 1.2;
      font-size: 13px !important;
    }
    .features-list li i {
      margin-top: 0.2rem;
      font-size: 0.75rem;
      color: #4b5563;
    }
    .btn-apply {
      background-color: #8b1c1c;
      border: none;
      color: white;
      font-weight: 700;
      font-size: 0.75rem;
      text-transform: uppercase;
      padding: 0.5rem 1rem;
      border-radius: 0.25rem;
      cursor: pointer;
      width: 30%;
    }
    .btn-apply:hover,
    .btn-apply:focus {
      background-color: #6e1515;
      color: rgb(68, 17, 17);
      outline: none;
      box-shadow: none;
    }
    .know-more {
    font-size: 0.75rem;
    color: #5A5A5A;
    text-align: right;
    user-select: none;
    margin-top: 0.75rem;
    }
    .pagination-buttons {
      margin-top: 3rem;
      display: flex;
      justify-content: flex-end;
      gap: 1rem;
    }
    .pagination-buttons button {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      border: 1px solid #d1d5db;
      background: white;
      color: #9ca3af;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 0.75rem;
      transition: color 0.2s ease;
    }
    .pagination-buttons button:hover,
    .pagination-buttons button:focus {
      color: #6b7280;
      outline: none;
      box-shadow: none;
    }
    @media (max-width: 575.98px) {

      .SACIntro p {
        margin-bottom: 34px !important;

    font-size: 14px !important;
    
    line-height: 17px !important;
    margin-top: 20px !important;
      }

      .card-header-gray h3 {
        font-size: 18px !important;
     
      width: auto !important;

      }

      .card-header-red p, .card-header-gray p{
        font-size: 14px !important;
      }

      .card-header-gray {

    padding: 20px !important;

      }
     
      h2 {
        font-size: 1.5rem;
      }
      .card {
        max-width: 100% !important;
      }

      .SACcontainer{
        padding-right: 32px;
    padding-left: 32px;
      }

  
    }
  

    .card-header-gray:has(input:checked) {
      background-color: #8b1c1c !important;
    color: white !important;
    }

     .card-header-gray:has(input:checked) h3 {
      background-color: #8b1c1c !important;
    color: white !important;
    }




      .SACIntro p {
    text-align: center;
    font-size: 17px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 80px;
    color: black;
  }

  .sa-cards-swiper-button-prev-next {
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    column-gap: 15px;
    align-items: center;
    height: 119px;
  }

  .sa-cards-swiper-button-prev {
    transform: rotate(180deg) !important;
  }

  .sa-cards-swiper-button-prev,
  .sa-cards-swiper-button-next {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    font-size: 12px;
    background-size: 15px;
    height: 35px;
    width: 35px;
    border-radius: 34px;
    z-index: 999;
    background-image: url("../../../../../../content/dam/sticky/arrow-right-white.svg");
  }


    @media (max-width: 992px) {

.benefitSAInnerTopHeading{
font-size: 25px !important;
line-height: 28px !important;
}
    }


      .sticky-footer {
    position: relative;

  }

  .sticky-fixed {
    position: fixed !important;

    bottom: 0;
    left: 0;
    right: 0;

  }
  .sticky-cta-new{
    width: auto ; 
    padding: 0.4rem 1rem ;
    font-size:14px; 
    color:#832625 ;
    font-weight: bold;
    border: none;
    border-radius: 0.25rem ;
  }
.sticky-footer{
  background-color: #832625; 
  z-index: 10;  
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1) ;
}
