body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: white;
    }

    .header-red {
      background-color: #db0020;
      height: 80px;
      position: relative;
      border-bottom: 20px solid #ffd1a4;
    }

    .header-red .circle {
      background-color: #db0020;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .header-red .circle img {
      width: 200px;
      height: auto;
      margin-top: 100px;
    }

    .custom-navbar {
      background-color: #fff;
      padding: 10px 0;
    }

    .nav-shape {
      background: url('../images/rectangle_8.png') no-repeat center center;
      background-size: contain;
      width: 140px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 5px 10px;
      margin-top: -21px;
    }

    .nav-link {
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 0;
    }

    .main-content {
      margin-top: 140px;
      margin-bottom: 40px;
    }

  

    .center-logos img {
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
      .header-red .circle {
        width: 200px;
        height: 200px;
        top: 90%;
      }

      .header-red .circle img {
        width: 140px;
      }

      .main-content {
        margin-top: 30px;
      }


      .nav-shape {
        width: 100%;
        height: 50px;
        background-size: contain;
        justify-content: center;
        margin: 5px 0;
      }

      .navbar-nav {
        align-items: stretch;
      }

      .navbar-collapse {
        margin-top: 30px;
      }
    }

    /* new*/


  