@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;

  }
  html,body {
    overflow-x: hidden;
  }
  .fixed-top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* ensure it's above everything */
  }
  
  /* Push page content down */
  body {
    padding-top: 140px; /* Adjust based on total height of header + navbar */
  }
  

.top-header {
    background-color: #00A651;
    color: white;
    font-size: 14px;
    padding: 8px 0;
  }

  .navbar .form-select {
    background-color: transparent !important;
    border: none;
  }

  .navbar .form-select:focus {
    box-shadow: none;
  }

  .search-bar {
    border: 1px solid #00A651;
    border-radius: 8px;
    padding: 5px 8px;
    background-color: white;
  }
  
  .custom-select-wrapper {
    position: relative;
    flex: 0 0 170px;
  }
  
  .custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    border: none;
    background-color: transparent;
    width: 100%;
  }
  
  .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
  }
  
  .separator {
    width: 1px;
    height: 30px;
    background-color: #ccc;
    margin: 0 10px;
  }
  
  .search-bar input {
    border: none;
    outline: none;
    flex-grow: 1;
  }
  
  .search-bar input:focus {
    box-shadow: none;
  }
  
  .search-bar button {
    white-space: nowrap;
  }
  
  .search-bar select:focus {
    box-shadow: none;
  }
  

  .search-bar select,
  .search-bar input {
    border: none;
    outline: none;
    background: transparent;
    padding: 8px 12px;
  }

  .search-bar button {
    background-color: white;
    border: none;
    padding: 0 16px !important;
    color: #00A651;
  }

  /* .search-bar button:hover {
    background-color: #00A651;
    color: white;
  } */

  .nav-link {
    margin-left: 24px;
    color: #1D1D1D;
    font-weight: 600;
  }
  .nav-link:hover {
    color: #00A651 !important;
}


  .cart-icon {
    position: relative;
  }

  .cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #00A651;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
  }


  @media (max-width: 768px) {
    .top-header {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      gap: 10px;
    }
  
    .navbar-collapse {
      padding: 10px 0;
      background: #fff;
    }
  
    .navbar .form-control,
    .navbar .form-select {
      font-size: 14px;
    }
  
    .navbar form {
      flex-direction: column;
    }
  
    .navbar-nav .nav-link {
      margin-left: 0 !important;
      margin-bottom: 10px;
    }
  
    .navbar-toggler {
      margin-left: auto;
    }
  }
  @media (max-width: 991.98px) {
  .navbar .nav-link {
    padding: 8px 0;
  }

  .navbar .badge {
    font-size: 10px;
  }
}
/* Center the search form and increase its width */
@media (min-width: 992px) {
    .navbar .search-wrapper {
      flex: 1;
      display: flex;
      justify-content: center;
    }
  
    .navbar .search-bar {
      width: 100%;
      max-width: 700px; /* Increased width */
    }
  }


  @media (max-width: 768px) {
    .search-bar {
      flex-direction: row !important;   /* 👈 force horizontal on mobile */
      flex-wrap: nowrap;
      padding: 4px;
    }
  
    .custom-select-wrapper {
      flex: 1 1 auto;
      max-width: 140px;
    }
  
    .search-bar input {
      flex: 1 1 auto;
      min-width: 0;
    }
  
    .search-bar button {
      flex-shrink: 0;
      padding: 4px 10px;
      font-size: 14px;
    }
  
    .separator {
      display: none;  /* Optional: hide divider on small screens */
    }
  }
  @media (max-width: 768px) {
    .dropdown-icon{
        display: none !important;
    }
  }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important; /* or your desired border color */
  }
  /* Remove border and background */
.navbar-toggler {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
  }
  
  /* Remove outline on focus */
  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  /* Change icon color to green */
  .navbar-toggler-icon {
    background-image: none; /* Remove default */
    font-size: 1.5rem;
    color: #00A651; /* Your green color */
  }
  
  /* Optional: Custom hamburger icon using Font Awesome */
  .custom-toggler-icon {
    color: #00A651;
    font-size: 1.6rem;
  }
    /* Set white text for the selected value */

  
  /* Set black text for the dropdown options */
  .custom-select-style option {
    color: black;
    background-color: white; /* Optional: for better visibility */
  }
  
  .custom-select-style {
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .custom-select-style {
    color: white;
    background-color: transparent;
    border: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
  }
  
  /* Optional: Ensure it stays white on focus */
  .custom-select-style:focus {
    border-color: white;
    box-shadow: none;
  }
  .info-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s;
  }
  
  .info-card:hover {
    transform: translateY(-3px);
  }
  a{
    text-decoration: none;
    
  }
  
  .icon-circle {
    width: 32px;
    height: 32px;
    background-color: #00A651;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 14px;
  }
  .icon-circle a{
    color: #ffff;
  }
  .form-label {
    font-weight: 500;
  }
  /* Apply only bottom border to inputs and textarea */
.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
  }
  
  .form-control:focus {
    border-bottom: 2px solid #00A651; /* Green on focus */
    box-shadow: none;
  }
  
  .btn-dark {
    border-radius: 30px;
  }
  .card {
    border: 1px solid #eee;
    border-radius: 10px;
  }

  .branches-section {
    background-color: #F0FFF0;
    position: relative;
    overflow: hidden;
  }
  .bg-dot-left,
  .bg-dot-right {
    position: absolute;
    top: 0;
    width: 350px;
   visibility: visible;
  }
  .dot-image-left img {
    width: 350px;
  }
  
  .dot-image-right img {
    width: 350px;
    transform: scaleX(-1); /* Flip horizontally */
  }
  
  .bg-dot-left {
    left: 0;
  }
  .bg-dot-right {
    right: 0;
  }
  .branch-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  .branch-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .branch-card i {
    color: #00A651; /* Green icon color */
  }
  .footer-section {
    background-color: #000;
    font-size: 16px;
  }
  
  .footer-logo-img {
    max-width: 150px;
  }
  
  .footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .footer-text {
    color: #ccc;
    font-size: 15px;
    line-height: 1.8;
  }
  
  .footer-links li {
    margin-bottom: 12px;
  }
  
  .footer-links a {
    color: #eee;
    font-size: 16px;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    color: #00E676;
  }
  
  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
  }
  
  .social-icons a:hover {
    background-color: #00E676;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .footer-section .text-md-end,
    .footer-section .text-md-start {
      text-align: center !important;
    }
  }