
    
     * { box-sizing: border-box; }
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      background-color: #f9f9f9;
    }
    .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #10298d;
  color: white;
}

.logo h1 {
    margin: 0 !important;
    font-size: 18px !important;
}
.logo {

    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.welcomeState
{
    padding-left: 15px;
    color: #10298d;
    font-weight: bold;
}
/* Responsive */
@media (max-width: 768px) {
    select#state {
    border-radius: 4px !important;
    padding: 12px;
    border: 2px solid #10298d;
    max-width: 100%;
    width: 285px;
}
.welcome {
padding: 0px 50px !important;
}
strong.welcomeUser {
    width: 100%;
}
.welcomeState {
     padding-left: 0px;
    }

    
  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #10298d;
    flex-direction: column;
    display: none !important;
    padding-bottom:20px;
  }
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.nav {
  gap: 15px;
}
  .nav.show {
    display: flex !important;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

  .menu-toggle {
    display: block;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
span.swiper-pagination-bullet{
     width: 30px;
    border-radius: 2px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #10298d;
}
.swiper-button-prev,.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #10298d;
    color: white;
    border-radius: 50%;
}
 
    .banner {
      background-color: bisque;
      padding: 80px 20px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
    }

  .welcome {
 
    padding: 20px 50px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
    .welcome input {
      padding: 5px;
    }
.welcome strong {
    color: #10298d;
    min-width: 100px;
}
 .search-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 50px;
    gap: 20px;
}
    input.outline-box {
    margin: 15px 0px;
}
   .search-box input {
    border: none;
    background: #ffffff;
    flex: 1;
    font-size: 16px;
    border-radius: 4px;
    width: 285px !important;
    max-width: 100%;
}
.search-box i {
    position: absolute;
    top: 16px !important;
    right: 15px;
    color: #757779;
}

   
 .filtter-product {
    width: 100%;
}
    .listing-section {
    padding: 40px 40px 0px 40px;
    text-align: center;
}
.search-box input {
    border: 2px solid #10298d;
    outline: #10298d;
}
.city_add
{
  width: 285px !important; 
  max-width:100%;
}
select#city {
   
    border-radius: 4px !important;
    padding: 12px;
    border: 2px solid #10298d;
    max-width: 100%;
    
    
}


    .listing i {
      font-size: 20px;
    }


.search-box {
  position: relative;
  /*margin: 10px 0;*/
}
   .search-box .fa-times {
  display: none;
  cursor:pointer;
}
#product-suggestions, #company-suggestions {
  position: absolute;
    background: #fff;
    /* border: 1px solid #ccc; */
    width: 100%;
    z-index: 1000;
    top: 40px;
    left: 0px;
    border-radius: 7px;

}

.suggestion-item {
  padding: 5px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}


    @media (max-width: 600px) {
      

      .search-box {
        max-width: 100%;
      }

      .listing {
        flex-direction: column;
        gap: 10px;
      }
    }
    /*slider swiper*/
        .swiper {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
   .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 49px 17px;
}
    .box {
      border: 2px solid #000;
      padding: 30px 20px;
      flex: 1 1 300px;
      max-width: 400px;
      background: white;
      text-align: center;
      position: relative;
    }
   
    h3 { margin-top: 0; color: #10298d; }
    input, button {
    padding: 12px;
    /*margin: 10px 0;*/
    font-size: 16px;
    width: 100%;
}
a#retailer {
    display: block;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
    text-transform: capitalize;
}
    .mobile-input {
      display: flex; align-items: center;
      border: 2px solid blue;
      border-radius: 8px; overflow: hidden;
    }
    .mobile-input span {
      padding: 12px;
      background: #e6f0ff;
      color: green;
      font-weight: bold;
      border-right: 2px solid blue;
    }
    .mobile-input input { border: none; flex: 1; padding: 12px; outline: none; }
    .outline-box { border: 2px solid blue; }
  .register-now {
    background-color: green;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
}
    .user-type {
      display: flex;
      flex-direction: column;
    }
    input[type="radio"] { display: none; }
    .radio-btn {
      display: block;
      border: 2px solid #000;
      background: #fff;
      color: #000;
      font-weight: bold;
      margin: 10px 0;
      padding: 12px;
      text-align: center;
      cursor: pointer;
      border-radius: 6px;
      transition: background 0.3s, color 0.3s;
    }
    input[type="radio"]:checked + .radio-btn {
      background: #10298d;
      color: white;
      border-color: #10298d;
    }
    .error {
      color: red;
      margin-top: 10px;
      font-size: 14px;
    }
    .mobile-input span svg { width: 18px; height: 20px; fill: #10298d; }
    @media (max-width: 600px) { .box { padding: 20px 15px; } }

.footer {
  background: #10298d;
  color: white;
  padding: 30px 20px;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 14px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 600px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.form-box {
      border: 2px solid #000;
      padding: 20px;
      flex: 1 1 300px;
      max-width: 400px;
      background-color: #fff;
    }
    .form-box input,
    .form-box select {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      font-size: 16px;
    }
    .btn {
      padding: 10px 20px;
      background-color: green;
      color: white;
      font-weight: bold;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }
    .error {
      color: red;
      margin-top: -10px;
      margin-bottom: 10px;
      font-size: 14px;
    }
      h3 { color: #10298d; }
    .container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .black{
        color:black !important;
    }
    
    
    .listing {
  background-color: #f9fafb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Responsive Table Wrapper */
#search-results {
  overflow-x: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}


.listing-section {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  overflow: hidden;
  padding: 20px;
}

.listing table {
  width: 100%;
  border-collapse: collapse;
}

.listing table th {
  background-color: #313E64;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  font-size: 16px;
}

.listing table td {
  padding: 16px 20px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.listing table tr:not(:first-child) {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.listing table tr:not(:first-child):hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
  border-top: 1px solid #ffc750;
}

.listing a {
  text-decoration: none;
  color: #313E64;
  font-size: 18px;
}

.listing a:hover {
  color: #ffc750;
}

.listing .fa-phone {
  background: #ffc750;
  color: #313E64;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width:40px;
  height:40px;
}

.listing .fa-phone:hover {
  transform: translateY(2px) scale(0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.listing table tr:hover .fa-phone {
  background: #313E64;
  color: #fff;
}

.slide-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
}

    .slide-card img {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 100%;
      z-index: 1;
      object-fit: cover;
    }

 .slide-card .arrow-btn {
    position: absolute;
    left: 0px;
    bottom: 30px;
    background: rgb(16 41 141);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 3;
    color: white;
    width: 30px;
    height: 30px;
    box-shadow: 2px 3px 7px 2px black;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slide-panel {
      position: absolute;
      top: 0;
      left: -100%;
      height: 100%;
      width: 100%;
      background-color: rgb(255 234 234);
      color: #000;
      padding: 20px;
      transition: left 0.5s ease;
      z-index: 4;
    }
    .slide-card.show-panel .slide-panel {
      left: 0;
    }

    .slide-panel h5 {
      font-weight: bold;
    }

   .close-btn {
    position: absolute;
    bottom: 3px;
    right: 0px;
    background: #10298d;
    color: white;
    border: none;
    border-radius: 5px;
    z-index: 5;
}

 .slide-card .card-text-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    color: #fff;
    width: 100%;
}
.latestnews {
    display: none;
}