/* For tablets and smaller devices */
@media (max-width: 768px) {
    .slider {
        height: 70vh; /* Reduced height for tablets */
    }

    .textwrapr {
        margin-right: 0px;
      }

      .textwrapl {
        margin-left: 0px;
      }
}

/* For mobile phones */
@media (max-width: 576px) {
    .slider {
        height: 100vh; /* Reduced height for smaller mobile screens */
    }

    .slide h1 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
      }

      .slide p {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
      }

      .slide {
        font-size: 3em;
        color: white;
        text-align: left;
        margin-right: 5%;
        margin-top: 0px;
        padding-bottom: 100px;
      }

      .slidebtn {
        padding: 10px 10px;
        background: #fff;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        border-radius: 25px;
        border: 2px solid #712a15;
        cursor: pointer;
        transition: all 0.3s ease;
      }
}

@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        display: block;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991px) {
    .navbar-nav li a{
        padding: 10px 10px !important; 
        
    }

    header{
        
      background: rgb(255 241 240);
      background: linear-gradient(90deg, rgba(255 241 240,1) 0%, rgba(253 235 235,1) 100%);
        
    }
}

@media (max-width: 575.98px) {
    .mb-mobile {
      margin-bottom: 20px !important;
    }
  }

  @media (max-width: 992px) { /* Target devices smaller than or equal to 768px */
    .navbar-nav li a {
      color: #000 !important;
  }
}