
  body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    width: 100%;

  }



  /* Logo Style */
  .logo {
    height: 89px;
    cursor: pointer;
  }

  /* header start */
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 2px;
    background-color: #E3E6F3;
    box-shadow: 2px 5px 12px;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
  }

  #navbar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
    text-align: r;
  }

  #navbar li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    transition: 0.5s ease;/
  }

  #navbar li a:hover,
  #navbar li a.active {
    color: #088178;
  }

  #navbar li a.active::after,
  #navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
  }

  /* home page */

  /* home page */

  #hero {
    background-image: url(img/IMG_3399.JPG);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    /* ✅ Focus on person */
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }

  #hero h4 {
    padding-bottom: 15px;
  }

  #hero h1 {
    color: #088178;
  }

  #para {
    text-align: center;
    font-weight: 650;
  }

  #hero .button {
    background-color: transparent;
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-weight: 700;
    border: 0;
    padding: 14px 80px 14px 65px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #hero .button:hover {
    color: #088178;
  }


  /* featured product  */
  #product-1 {
    text-align: center;
  }


  #product-1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
  }

  #product-1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
    margin: 15px;
    transition: 0.2s ease;
    position: relative;
  }

  #product-1 .pro:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.2);
  }

  #product-1 .pro img {
    width: 100%;
    border-radius: 25px;
  }

  #product-1 .pro .desc {
    text-align: left;
    padding: 10px 0px;
  }

  #product-1 .pro .desc span {
    color: #060606;
    font-size: 16px;
  }

  #product-1 .pro .desc h5 {
    padding-top: 8px;
    color: #1a1a1a;
    font-size: 14px;
  }

  #product-1 .pro .desc i {
    font-size: 12px;
    color: #FFD700;
  }

  #product-1 .pro .desc h4 {
    padding-top: 7px;
    font-size: 25px;
    font-weight: 600;
    color: #055e58;
    transition: 0.3s ease;
  }

  #product-1 .pro .desc h4:hover {
    color: #313536;
  }

  #product-1 .pro .cart {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #e8f6ea;
    font-weight: 700;
    color: #055e58;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: 0.3s ease;
  }

  #product-1 .pro .cart:hover {
    color: #313536;
  }

  .section-m1 {
    margin: 40px 0px;
  }

  /* banner */
  #banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(img/WhatsApp\ Image\ 2025-06-27\ at\ 19.08.10_fb755a7f.jpg);
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a
  }

  #banner h2 {
    color: #426361;
    font-size: 30px;
    font-weight: 700;
    background-color: rgba(204, 199, 199, 0.206);
    border-radius: 25px;
    display: flex;
    padding: 9px 3px;
    gap: 18px;
  }

  #banner h2 span {
    color: #1f0b5a;
  }

  .normal {
    font-size: 19px;
    font-weight: 700;
    padding: 15px 30px;
    color: #201141e5;
    background-color: lightblue;
    border-radius: 9px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: none;
    transition: 0.3s ease;
    box-shadow: 2px 3px 2px 3px;
  }

  .normal:hover {
    background-color: transparent;
    color: rgba(3, 24, 25, 0.758);
  }

  /* banner 2 */
  #sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
  }

  #sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(./img/banner-2.jpg);
    min-width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
  }

  #sm-banner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;

  }

  #sm-banner h2 {
    color: #fff;
    font-size: 39px;
    font-weight: 800;

  }

  #sm-banner span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 15px;
  }



  .white {
    font-size: 19px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    background-color: transparent;
    border-radius: 9px;
    cursor: pointer;
    border: 1px solid lightblue;
    outline: none;
    transition: none;
    transition: 0.3s ease;
    box-shadow: 1px 3px 1px lightblue;

  }


  .white:hover {
    background-color: lightblue;
    color: #1a1a1a;
    transition: 0.3s ease;
    border: 1px solid lightblue;
    font-size: 20px;
    font-weight: bold;
  }

  /* newletter */
  #newsletter {
    display: flex;
    justify-content: space-around;
    padding-top: 90px;
    text-align: center;
    align-items: center;
    background: #c1c4d2;
    border-radius: 9px;
    box-shadow: #1a1a1a 2px 2px 19px 2px;
  }

  .newstext h3 {
    font-size: 33px;
    font-weight: 700;
    color: #055e58;
  }

  .newstext p span {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
  }

  .newstext p span {
    font-size: 19px;
    font-weight: 600;
    color: #088178;
  }

  .form input {
    height: 3rem;
    padding: 0 1.25px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
  }


  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 23px;

  }

  footer .logo {
    margin-bottom: 30px;
  }

  footer h4 {
    font-size: 14px;
    padding-bottom: 20px;

  }

  footer p {
    font-size: 14px;
    margin: 0 0 8px 0;

  }

  footer a {
    font-size: 14px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;

  }

  .footer-img {
    height: 23px;
  }

  .footer-img1 {
    height: 88px;
    width: 9px;
  }

  footer .follow {
    margin-top: 25px;

  }

  footer .follow i {
    color: #465b52;
    padding-right: 4px;
    cursor: pointer;
  }

  footer .install .row img {
    border: 1px solid #055e58;
    border-radius: 2px;
  }

  .copyright p {
    text-align: center;
  }

  #menu-toggle {
    display: none;
  }

  .side-menu {
    display: none;
  }


  /* responsive sec */

  @media screen and (max-width:600px) and (min-width:340px) {

    /* Hide checkbox */
    #menu-toggle {
      display: none;
    }

    /* Hamburger Icon - now positioned on right */
    .hamburger {
      position: fixed;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
      z-index: 1001;
    }

    .hamburger span {
      display: block;
      width: 30px;
      height: 4px;
      margin: 6px 0;
      background: #333;
      transition: 0.3s;
    }

    /* Side Menu - open from right */
    .side-menu {
      position: fixed;
      display: block;
      top: 0;
      right: -250px;
      /* changed from left */
      height: 380px;
      width: 250px;
      background-color: #e1e4f2;
      padding-top: 60px;
      transition: 0.3s ease;
      z-index: 1000;
      border-radius: 10%;
    }

    .side-menu li {
      list-style: none;
      padding: 0 20px;
      position: relative;
    }

    .side-menu li a {
      text-decoration: none;
      font-size: 18px;
      font-weight: 500;
      color: #1a1a1a;
      transition: 0.5s ease;
      padding: 12px;
    }

    .side-menu li a:hover,
    .side-menu li a.active {
      color: #088178;
    }

    .side-menu li a.active::after,
    .side-menu a:hover::after {
      content: "";
      width: 30%;
      height: 2px;
      background: #088178;
      position: absolute;
      bottom: -4px;
      left: 20px;
    }

    .side-menu ul li a {
      color: black;
      text-decoration: none;
      display: block;
    }

    /* Slide menu when checked */
    #menu-toggle:checked~.side-menu {
      right: 0;
    }

    /* Optional: shift content to the left when menu is open */
    #menu-toggle:checked~.content {
      margin-right: 250px;
      transition: margin 0.3s ease;
    }

    /* Main content */
    .content {
      padding: 2rem;
      transition: margin 0.3s ease;
    }

    #navbar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      background: #E3E6F3;
      position: absolute;
      top: 89px;
      left: -100%;
      width: 100%;
      transition: 0.3s;
    }

    #navbar.active {
      left: 0;
    }

    #navbar li {
      padding: 15px 0;
    }

    #hero {
      padding: 0 40px;
      background-position: center;

    }
    #heropage-header {
      padding: 0 40px;
      background-position: center;
    #product-1 .pro-container {
      justify-content: center;
    }

    #product-1 .pro {
      width: 45%;
    }

    #sm-banner .banner-box {
      min-width: 100%;
      height: 40vh;
      margin-bottom: 20px;
    }

    #newsletter {
      flex-direction: column;
      padding: 40px 20px;
    }

    .form {
      width: 100%;
      margin-top: 20px;
    }
  
  }
  }
  /* Small Devices - Phones */
  @media (max-width: 576px) {
    #hero  {
      background-position: top right;
      /* ✅ Keeps person visible on mobile */
      padding: 0 10px;
      
    }
   
    #hero h1 {
      font-size: 28px;
    }

    #hero .button {
      padding: 10px 30px;
      font-size: 18px;
    }

    #product-1 .pro {
      width: 90%;
    }

    #banner {
      height: 30vh;
    }

    #banner h2 {
      font-size: 22px;
      flex-direction: column;
      gap: 8px;
    }

    .normal {
      padding: 10px 20px;
      font-size: 16px;
    }

    #sm-banner h2 {
      font-size: 24px;
    }

    #sm-banner h4 {
      font-size: 18px;
    }

    .white {
      font-size: 14px;
      padding: 10px 15px;
    }

    .newstext h3 {
      font-size: 24px;
    }

    .newstext p span {
      font-size: 16px;
    }

    footer {
      flex-direction: column;
      align-items: center;
    }

    footer .col {
      align-items: center;
      text-align: center;
    }

    .footer-img,
    .footer-img1 {
      display: block;
      margin: auto;
    }
  }
