body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
  }

.header-banner {
    background-image: url(Images/ayurveda-banne.jpg);
    background-position: center;
    height: 50vh;
    background-size: cover;
        padding: 1em 2em;
}
/* black overlay */
.header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:50vh;
    background: rgba(0, 0, 0, 0.6); /* black with opacity */
    z-index: 1;
    opacity:0.4;
}

/* keep content above overlay */
.header-banner .container {
    position: relative;
    z-index: 2;
}
.header-menu {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}
/*.website-logo {*/
/*    float: right;*/
/*}*/
.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    /* gap: 15px; */
}
.top-menu a {
    text-decoration: none;
  color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0.5em 1.5em;
}
.top-menu a:hover {
    color: orange;
    font-weight: 600;
    /* text-decoration: underline; */
}
.sidebar {
    border-right: 1px solid #ccc;
    padding: 10px 10px;
}
.sidebar a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    /* border-bottom: 1px solid #ccc; */
}
.sidebar li {
    /* margin-bottom: 8px; */
    border-bottom: 1px solid;
    padding: 0.6em 0em;
}
.subtitle {
    font-size: 20px;
    color: brown;
    font-weight: 600;
}
.history-banner {
    padding: 1em 0em;
}
  /* ===== HEADER ===== */
  .header {
    width: 100%;
    border-bottom: 1px solid #999;
  }

  .header-top {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  /*.logo {*/
  /*  width: 150px;*/
  /*}*/

  /*.logo img {*/
  /*  width: 100%;*/
  /*}*/

  .banner {
    flex: 1;
    height: 80px;
    margin-left: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
  }

  /* ===== TOP MENU ===== */
  /*.top-menu {*/
  /*  background: #e6f0ff;*/
  /*  border-top: 1px solid #ccc;*/
  /*  border-bottom: 1px solid #ccc;*/
  /*}*/


  .top-menu li {
    display: flex;
    align-items: center;
  }

  .top-menu img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .sidebar a:hover {
    text-decoration: none;
    color: brown;
}
  /* ===== LAYOUT ===== */
  /*.container {*/
  /*  display: flex;*/
  /*  width: 100%;*/
  /*}*/

  /* ===== LEFT SIDEBAR ===== */

  .sidebar h4 {
    margin: 0 0 10px;
    color: #8b0000;
    font-size: 20px;
  }

  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }



  .sidebar a {
    text-decoration: none;
    color: #000;
  }


  /* ===== CONTENT ===== */
  .content {
    flex: 1;
    padding: 15px;
  }

  .intro {
    margin-bottom: 10px;
  }

  .image-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .side-images {
    width: 120px;
  }

  .side-images img {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .main-image {
    flex: 1;
    height: 230px;
    border: 1px solid #ccc;
  }

  .section-title {
    color: #8b0000;
    font-weight: bold;
    margin: 12px 0 6px;
  }

  .divider {
    border-top: 1px solid #999;
    margin: 12px 0;
  }

  .content p {
    line-height: 1.6;
    margin: 0 0 10px;
  }

  /* ===== FOOTER ===== */
  .footer {
    border-top: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 12px;
  }

  .footer a {
    margin-right: 15px;
    text-decoration: none;
    color: #006666;
  }
   .contact-box {
      background: #fff;
      padding: 30px;
      height: 100%;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .icon-box {
      width: 40px;
      height: 40px;
      background: #69a0d3;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      font-size: 18px;
    }
.form-control:focus {
     box-shadow:none; 
}
    .social-icons a {
      width: 40px;
      height: 40px;
      background: #e84377;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 5px;
      border-radius: 3px;
      text-decoration: none;
    }

    .btn-pink {
      background:#3294ee;
      color: #fff;
      padding: 12px;
      font-size: 16px;
    }

    .btn-pink:hover {
      background:#1982e3;
      color: #fff;
    }
  @media only screen and (max-device-width: 769px) {
    /* STYLES HERE */
    .header-banner {
    background-image: url(../Images/banner.jpg);
    background-position: center;
    height: 23vh;
    background-size: contain;
    padding: 1em 1em;
    background-repeat: no-repeat;
    width: 100%;
}
.top-menu ul {
    flex-wrap: wrap;
}
}