 /* Top Bar */
    .top-bar {
      background: #f9f9f9;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
    }

    .top-bar .icon {
      color: #92dfed;
      margin-right: 5px;
    }

    .top-bar .icon:hover{
       color: #c4e38a;
    }
    .top-bar .social-icons a {
      color: #363636;
      margin-left: 10px;
    }
     /* Navbar */
    .navbar {
      padding: 1rem 1.5rem;
    }

    .navbar-item .button-highlight {
      background-color: #92dfed;
      color: #11468f;
      border-radius: 6px;
      font-weight: 600;
    }
    .navbar-item .button-highlight:hover{
      background-color: #c4e38a;
      border-radius: 6px;

    }

    .navBarItem{
      display:flex;
      justify-content: center;
      flex-grow: 1;
      font-family: 'Montserrat-SemiBold', sans-serif;
    }
    .navbar-menu {
      display: flex;
      flex-grow: 1;
      justify-content: center;
    }

    .navbar-brand{
      position:relative;
    }

    .navbar-logo {
      position:absolute;
      top:-30px;
      left:-50px;
      width:200px;
      height:200px;
    }
    .navbar-logo img {
      max-height: 100%;
      width: auto;
    }

   .navbar-brand .navbar-logo:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    }
     .navbar-item:hover {
     border-radius:30px;
    
    }
.floating-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1000;
  }

  .circle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #88c999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom:10px;
  }

  .circle-btn i {
    font-size: 24px;
  }

  .circle-btn.call {
    background-color: #00e676;
  }

  .circle-btn.whatsapp {
    background-color: #4CAF50;
  }

  .hidden {
    display: none;
  }

        /*About section*/
.aboutSection h2 {
  font-size: 30px;
  font-family: 'Montserrat-Bold', sans-serif;
  letter-spacing: 4px;
  line-height: 42px;
}

.aboutSection p {
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 35px;
}

.custom-button {
  background-color: #92dfed;
  color: #0c2340;
  font-weight: 600;
  border: none;
}

.custom-button:hover {
  background-color: #c4e38a;
}

.bg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
  width: 70%;
  position: relative;
}

.bg-box img.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.highlight-card {
  z-index: 1;
  position: relative;
}  

    .overlay {
      background: linear-gradient(to right, rgba(47, 59, 61, 0.95), rgba(47, 59, 61, 0.4), rgba(255, 255, 255, 0.4));
      width: 100%;
      padding: 3rem 3rem;
    }

    .left-content {
      color: white;
    }

     .left-content p{
    font-family: 'Montserrat-Medium', sans-serif;
      letter-spacing: 4px;

     }
  .left-content h1{
    font-size:40px;
    line-height:50px;
    font-family: 'Montserrat-Bold', sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
    .btn-white {
      background-color: white;
      color: #11468f;
      border: none;
      border-color:#92dfed
    }

    .btn-blue {
      background-color: #92dfed;
      color: #11468f;
      border: none;
    }

    .btn-blue:hover {
      background-color: #c4e38a;
    }

/*Product*/
  .productSection h2{
    font-size: 30px;
    font-family: 'Montserrat-Bold', sans-serif;
    letter-spacing: 4px;
    color:#3850b7;
}
  
  .card {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin: 10px;
  }
  .card-content .title{
    font-family: 'Montserrat-SemiBold', sans-serif;
  }

   .card-content .content{
    font-family: 'Montserrat-Regular', sans-serif;
  }

  .hero_section_02{
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* opacity: 0; */
  transition: opacity 1.2s ease-in-out;
  background-image: url('Images/factory-warehouse.jpg');  background-attachment: fixed;
}
.hero_section_02 .overlay {
      background: linear-gradient(to right, rgba(47, 59, 61, 0.95), rgba(47, 59, 61, 0.4), rgba(47, 59, 61, 0.4),rgba(47, 59, 61, 0.95));
      width: 100%;
      padding: 3rem 3rem;
    }
    .hero_section_02 h2{
    font-family: 'Montserrat-SemiBold', sans-serif;
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
 .supplier h2{
  padding-top:25px;
  line-height:40px;
  font-family: 'Montserrat-SemiBold', sans-serif;

 }

 .supplier p{
  line-height:30px;
  padding:15px;
  text-align: justify;
  font-family: 'Montserrat-Regular', sans-serif;

 }

 .supplier .image{
    height: 50px;
    width:120px;
    background-color: #fd7800;
 }
.supplier .image img{
  width:90%;
}
/* 🌟 RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .aboutSection h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .aboutSection p {
    font-size: 16px;
    line-height: 28px;
  }
  .bg-box {
    min-height: 400px;
    width: 90%;
  }
}

   @media screen and (max-width: 768px) {
    .navbar-logo {
      top:-20px;
      left:0;
      width:100px;
      height:100px;
    }
          .top-bar .columns {
        flex-direction: column;
      }
      .top-bar .column.has-text-right {
        text-align: left !important;
        margin-top: 0.5rem;
      }

    .navbar-menu {
  display: none; /* hidden by default */
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional shadow */
  position: absolute; /* make it overlay */
  top: 64px; /* place it just below navbar */
  left: 0;
  width: 100%;
  z-index: 1000; /* make sure it’s above hero section */
  padding:30px 10px;
}
 .navBarItem{
      display:flex;
      justify-content: center;
      flex-grow: 1;
      flex-direction: column;

    }
.navbar-menu.is-active {
  display: flex; /* show as flex container */
  flex-direction: column; /* stack items vertically */
  animation: slideDown 0.3s ease forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
    /*hero section*/
    .left-content h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;}
     .columns {
        flex-direction: column;
      }

      .overlay {
        padding: 2rem 1rem;
      }
 .columns.is-vcentered {
    flex-direction: column-reverse; /* Stack columns vertically with image first */
  }
  .aboutSection {
    text-align: center; /* Center-align text for mobile */
    padding: 20px;
  }
  .aboutSection_smallP{
    text-align:center;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    padding-bottom:0 !important;
  }
  .aboutSection h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom:0 !important;
  }
  .aboutSection p {
    font-size: 15px;
    line-height: 30px;
    padding: 25px;
    text-align: justify;
    margin: 0 !important;
  }

  .bg-box {
    min-height: 300px;
    width: 100%;
  }
  .custom-button {
    margin-top: 15px;
  }   
 .slick-prev:before, .slick-next:before {
    color: #ffffff;
  }
 
.hero_section_02 .overlay {
      padding: 1rem 1rem;
    }
.hero_section_02 h2{
  font-size: 24px !important;
    line-height: 30px;
    padding-bottom: 0px !important;
}
}
