.page-headernew1 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../imgnew/contact2.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}


.waydart-header {
    background: #f2f2f2;
    padding: 10px 20px;
    border-bottom: 2px solid #ccc;
  }
  .waydart-logo {
    font-size: 28px;
    font-weight: bold;
    color: #5a00af;
  }
  .waydart-logo span {
    color: orange;
  }
  .waydart-nav a {
    color: black;
    font-weight: 500;
    padding: 8px 15px;
    text-decoration: none;
  }
  .waydart-nav .active {
    background-color: #8000ff;
    color: white;
    border-radius: 20px;
  }
  .waydart-banner {
    background-color: #ddb3fc;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .waydart-section-title {
    text-align: center;
    margin-top: 20px;
  }
  .waydart-section-title h5 {
    font-weight: bold;
    color: #4b00aa;
  }
  .waydart-section-title h3 {
    color: orange;
    font-weight: 600;
    
  }
  .waydart-image-box {
    /* border: 1px solid #4b00aa;
    border-radius: 25px; */
    overflow: hidden;
    height: 73%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
  }
  .waydart-image-box img {
    max-height: 250px;
    object-fit: contain;
    width: 100%;
  }
  .waydart-footer-title {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
  }
  .waydart-footer-sub {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
  .waydart-footer-sub.orange {
    color: orange;
  }