;
    .shadow{
      box-shadow: -21px -21px 41px #000000, 21px 21px 41px #000000;
    }
    .about-section {
      padding: 60px 15px;
    }
    .about-section h2 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      letter-spacing: 0px;
      font-size: 5rem;
      color: white;
    }
    .about-section p {
      color:rgb(255 255 255 / 52%);
      line-height: 1.6;
    }
    .feature-icon {
      font-size: 1.8rem;
      color: #0d6efd;
      margin-right: 10px;
    }
    .feature-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 5px;
      color: #ffffff;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
    }
    .feature-text {
      font-size: 0.95rem;
      color:rgb(255 255 255 / 52%);
    }
    /* Responsive spacing adjustments */
    @media (max-width: 767.98px) {
      .about-section h2 {
        font-size: 1.8rem;
      }
    }
    b{
      color: #94272a;
    }

    @media (max-width: 480px) {
      .about-section h2{
        font-size: 35px;
        line-height: 35px;
      }
    }
    .choose-section {
      padding: 70px 0;
      text-align: center;
    }
    .choose-section h5 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      letter-spacing: 0px;
      font-size: 2.5rem;
      color: white;
    }
    .choose-section h2 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      letter-spacing: 0px;
      font-size: 3rem;
      color: white;
    }
    .choose-card {
      background: linear-gradient(161deg, #9c9c9c, #f8f8f8);
      box-shadow: -21px -21px 41px #000000, 21px 21px 41px #000000;
      padding: 30px 20px;
      border-radius: 18px;
      height: 100%;
      transition: all 0.3s ease;
    }
    .choose-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .choose-icon {
      font-size: 2rem;
      color: #000;
      margin-bottom: 20px;
    }
    .choose-title {
      color: #c0392b;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .choose-text {
      color:rgba(0, 0, 0, 0.72);
      font-size: 0.95rem;
      line-height: 1.6;
    }
        ul.custom-list {
      list-style: none; /* Remove default bullets */
      padding: 0px;
    }

    ul.custom-list li {
      margin: 5px 0;
      display: flex;
      align-items: center;
      color:#898989;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ul.custom-list li::before {
      content: "➜"; /* Arrow symbol */
      color: #9f3537;
      margin-right: 10px;
    }

