
    /* Basic Reset */

        * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #6db8f1;
  padding: 10px 20px;
  flex-wrap: wrap;
}



.menu-icon {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.nav-links li a:hover {
  background: #1e90ff;
   border: 2px solid rgb(16, 252, 232);
  background-color:white;
  color: black;
}

.btn {
  background: #ff5722;
  border-radius: 20px;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .menu-icon { color: #000;
    font-size: 33px;
    display: block;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    display: none;
    background: #71f136;
    margin-top: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    text-align: center;
  }
}


     .lop{width:250px;
height:100px;
object-fit:contain;
filter:contrast(150%);
filter:brightness(90%);
filter:inherit;
}




.under{display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
background: linear-gradient(rgb(132, 174, 238),pink);
margin-top: 50px;
}

.bags{ width: 420px;
height: 420px;
margin-top: 40px;}


.bakery{width:350px;
height:350px;
background-color: white;}

.march{width: 350px;
height: 350px;
object-fit: contain;
filter: contrast(160%);
}

dd{line-height: 22px;
margin-left: 13px;}


body{background-image: url(https://quntan.neocities.org/image.png/about-vj-two.jpg);
background-repeat: repeat;
background-position: inherit;}






h1{text-align: center;
padding:5px;
      color:black;
       border: 2px solid white;
      background:linear-gradient(rgb(98, 250, 217),white); 
      border-radius: 5%;}


      q{border: 2px solid burlywood;
    background: radial-gradient(rgb(66, 231, 107),rgb(237, 245, 244));
font-weight: bold;}





 /* About Section */
        #about {
            padding: 4rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

       
            .about-content { display: flex;
              flex-wrap: wrap;
              justify-content: space-around;
              align-items: center;
              gap: 20px;
           
        }

        .doctor-info {
            background: #f0f9ff;
            padding: 2rem;
            border-radius: 15px;
            border-left: 5px solid #2563eb;
        }

        .doctor-info h3 {
            color: #1e3a8a;
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }

        .doctor-info h4 {
            color: #2563eb;
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
        }

        .services {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .services h3 {
            color: #1e3a8a;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
        }

        .services ul {
            list-style: none;
        }

        .services li {
            padding: 0.75rem 0;
            border-bottom: 1px solid #e0f2fe;
            color: #334155;
            font-size: 1.05rem;
        }

        .services li:before {
            content: "✓ ";
            color: #2563eb;
            font-weight: bold;
            margin-right: 0.5rem;
        }








