 .section-header {
      text-align: center;
      padding: 30px 20px 10px;
    }

    .section-header h1 {
      font-size: 36px;
      margin: 0;
    }

    .section-header p {
      font-size: 18px;
      margin: 10px 0;
      font-weight: bold;
    }

    .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 20px;
    }

    .card {
      background-color: #fff;
      color: #000;
      width: 260px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .card-info {
      position: absolute;
      bottom: 0;
      background: rgb(17 87 167 / 78%);
      color: white;
      width: 100%;
      padding: 10px;
      font-size: 14px;
    }

    .card-info p {
      margin: 5px 0;
    }

    .card-info p span {
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .card-container {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 90%;
        max-width: 320px;
      }
    }


    .wrapper {
  max-width: 1140px;
  margin: 40px auto;
  padding: 0 20px;
}

.container1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.image-box, .content {
  flex: 1 1 50%;
}

.image-box {
  border: 0px solid #ff9100;
  box-shadow: 0 0 20px #ff9100;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content h1 {
  color: #ff9100;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.content p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
}

.content a {
  color: #ff0066;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .image-box, .content {
    max-width: 100%;
  }

  .image-box img {
    height: auto;
    object-fit: contain;
  }
}



.img-height {
  height: 500px !important;
}





/* Responsive Banner Image */
.row img {
    width: 100%;
    height: auto;
    display: block;
}

/* Wrapper styling */
.wrapper {
    /*width: 100%;*/
    padding: 20px 30px 0px 10px;
}

/* Responsive Row Container */
.container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.container1 .image-box,
.container1 .content {
    flex: 1;
    min-width: 300px;
}

/* Ensure images scale properly */
.container1 .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Text */
.container1 .content h1,
.container1 .content h2,
.container1 .content p {
    margin: 10px 0;
}

/* For smaller screens */
@media screen and (max-width: 768px) {
    .container1 {
        flex-direction: column;
        text-align: center;
    }

    .container1 .image-box,
    .container1 .content {
        width: 100%;
        padding: 10px;
    }

    .section-header h2,
    .section-header p {
        text-align: center;
        padding: 10px;
    }
    .img-height{
        height: 275px !important;
    }
}
