
/* Navbar */
.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    z-index: 100;
    background-color: #2D3352;
    color: white;
  }
  
  .navbar .logo {
    font-size: 24px;
    padding-left: 15px;
    font-weight: bold;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    padding-right: 15px;
    margin-top: 10px;
  }
  
  .nav-links li {
    margin-left: 20px;
    padding: 10px;
  }
  .logo-img{
    width: 60%;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    
  }
  .bgo{
    background-color: #AB000B;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
  }
  /* Toggle button for small screens */
  .toggle-button {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  /* Responsive styling */
  @media (max-width: 768px) {
    .toggle-button {
      display: block;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      background-color: #011f2c;
      position: absolute;
      top: 60px;
      right: 0;
      width: 100%;
      padding: 10px 0;
    }
  
    .nav-links li {
      margin: 10px 0;
      text-align: left;
      padding-left: 10px;
    }
  
    .nav-links.active {
      display: flex;
    }
  }
  
  
.abouttop1{
    background-image: url("../media/kitchen-canopy-company.webp");
  width:100%;
  background-size: cover;
  color:white;
  height:60vh;
  background-attachment: fixed;
  background-position: center;
  }
  
  .abouttop1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:60vh;
   background-color: rgba(0, 0, 0, 0.584);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
  }

  .text {
    position: relative; 
    z-index: 1; 
    color: white; 
  
  }
  /* /////////////////////..................................... */
  

  .contacttop1{
    background-image: url("../media/contact_imgae.webp");
  width:100%;
  background-size: cover;
  color:white;
  height:60vh;
  background-attachment: fixed;
  background-position: center;
  }
  
  .contacttop1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:60vh;
   background-color: rgba(0, 0, 0, 0.584);
  
    z-index: 1;
    pointer-events: none; /* Allows clicks to pass through */
  }
    /* ///////////////////// ...........................*/

  .bold{
    font-weight: bold;

  }
  .align{
    text-align: center;
  }
  .section2backgroundcolor{
background-color: #E2E2E2;
padding:0% 3%;
padding-bottom: 3%;
  }

.zero{
padding:0;
margin: 0;
}
.blue {
    background-color: #1A1D56;
    color: white;
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block; /* Ensures the background only wraps around the content */
    margin: 0; /* Removes default margin for the <p> tag */
    margin-top: -20px;
    z-index: 5000px;
}
.item{
    align-items: center;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.family{
    font-family: Montserrat, sans-serif;
    color:rgb(64, 64, 64);
}
.family2{
    font-family: "Noto Sans", sans-serif;
    color:rgb(64, 64, 64);
    font-weight:400;
    font-style: normal;
    line-height: 27px;
}
.margin_8{
    margin-top: 8%;
}
/* ............... */
.testimonial-section {
    background-color: #F5F5F5;
    color: #333;
  }

  .quote-icon {
    font-size: 4rem;
    color: #ddd;
    font-weight: bold;
  }

  
  .payments-section {
    background-color: #E2E2E2;
  }

  .payment-icons img {
    height: auto; 
    transition: transform 0.3s ease;
  }

  .payment-icons img:hover {
    transform: scale(1.1);
  }
  .bw-image{
    filter: grayscale(80%);
    transition: filter 0.5s ease;
  }
  footer{
    background-color: #191919;
    padding: 30px;
  }

  .button2{
    background-color: #1A1D56;
     color: white;
     text-decoration: none;
     display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    border: none;
    text-decoration: none;
    font-size: 18px;
  }

  .para1{
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
  }