a{ text-decoration:none; } 
 .text{
  
font-family: 'Roboto', sans-serif;
 }

.carousel{
  margin-top: -24px;
}
@media screen and (min-width: 300px) and (max-width:500px){
  .carousel{
  margin-top: -24px;
   
}
}
.cimg{
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 600px) {
  .cimg{
    height: 250px;
  }
}


.mattar{
  font-size: 28px;
}
@media screen and (min-width: 300px) and (max-width:480px) {
  .mattar {
     font-size: 23px;
  }
}
.size{
  font-size: 29px;
}
@media screen and (min-width: 300px) and (max-width:480px) {
.size{
  font-size: 20px;
}}

.nav{
  font-size: 17px;
  font-weight: 400;
  background-color: wheat!important ;
}

.h1{
  font-family: "Merriweather", serif;
  font-weight: 400;
  
}
.container1 {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.title {
  font-size: 36px;
  color: #4caf50;
  margin-bottom: 20px;
}

.recipe-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.subtitle {
  font-size: 24px;
  color: #333;
}

.ingredients {
  list-style-type: none;
  padding: 0;
}

.ingredients li {
  font-size: 18px;
  margin: 10px 0;
  color: #555;
}

.divider {
  border: 1px solid #ccc;
  margin: 20px 0;
}

.cta-btn {
  background-color: #4caf50;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cta-btn:hover {
  background-color: #45a049;
}
.container3 {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.step-text {
  font-size: 18px;
  font-weight: 500;
}
.recipe-img {
  border-radius: 10px;
  transition: transform 0.3s;
}
.recipe-img:hover {
  transform: scale(1.05);
}

  /* Default: Full-width dropdown for large screens */
  .navbar .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 30px;
    background-color: #f8f9fa;
    border-top: 2px solid #007bff;
    z-index: 1000;
  }

  /* Ensure the dropdown's parent is static */
  .navbar-nav .dropdown {
    position: static;
  }

  /* Dropdown items styling */
  .dropdown-item {
    padding: 10px 20px;
    color: #333;
    transition: all 0.2s ease;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
    padding-left: 25px;
  }

  .dropdown-item + .dropdown-item {
    border-top: 1px solid #eee;
  }

  /* Responsive override: Small dropdown on mobile */
  @media (max-width: 768px) {
    .navbar .dropdown-menu {
      position: static;
      width: auto;
      border-radius: 8px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      padding: 10px;
      border-top: none;
    }
  }
 /* Remove black outline and border on navbar-toggler */
 .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important; /* Optional: keeps background clean */
}
