
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
    }

    .top-bar {
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 1px 60px; /* Left and right spacing set to 60px */
      align-items: center;
      flex-wrap: wrap;
    }

    .top-bar .left-section {
      display: flex;
      align-items: center;
      gap: 25px;
    }

    .top-bar .store-locator {
      font-size: 14px;
      color:#0e73f7;
      display: flex;
      align-items: center;
    }

    .top-bar .store-locator i {
      color: #0e73f7;
      margin-right: 5px;
    }

    .top-bar .social-icons i {
      color:#0e73f7;
      margin-right: 15px;
      padding-bottom: 15px;
      font-size: 20px;
    }

    .top-bar .btn-orange {
      background-color:#0e73f7;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 25px;
      font-weight: bold;
      cursor: pointer;
    }

    .main-header {
      background-color:#0e73f7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 60px;
      flex-wrap: wrap;
    }

    .logo {
      max-height: 70px;
    }

    .search-bar {
      flex: 1;
      margin: 0 20px;
    }

    .search-bar form {
      display: flex;
      align-items: center;
      background-color: white;
      border-radius: 12px;
      overflow: hidden;
    }

    .search-bar input {
      flex: 1;
      padding: 12px 16px;
      border: none;
      outline: none;
      font-size: 16px;
    }

    .search-bar button {
      background: none;
      border: none;
      padding: 10px 16px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
    }

    .btn-black {
      background-color: black;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 14px;
      border-radius: 25px;
      font-weight: bold;
      cursor: pointer;
      margin-left: 15px;
    }
/* Dropdown menu styling */
.dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border: none;
  background: #ffffffee; /* Semi-white background */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  z-index: 9999;
}

/* Each column inside mega menu */
.mega-menu .col {
  padding: 0 1rem;
}

/* Headings inside mega menu */
.mega-menu h6 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #333;
}

/* Links */
.mega-menu a {
  display: block;
  padding: 4px 0;
  color: #444;
  font-size: 0.95rem;
  text-decoration: none;
}

.mega-menu a:hover {
  color:#666
}
.text-orange {
  color:#666
}
.dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
}

.dropdown-menu.mega-menu .dropdown-item {
  padding: 5px 0;
  color: #000000;
  white-space: normal;
}

.navbar .dropdown-menu h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  width: max-content;
}

.mega-menu .dropdown-item {
  padding: 5px 0;
  font-size: 0.9rem;
  color: #333;
}

.mega-menu h6 {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #000;
}

.mega-menu .col-md-2 {
  padding-right: 30px;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
  font-weight: 500;
}

    .carousel-caption {
      background: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 20px;
      
    }

    .carousel-caption h1 {
      font-size: 4rem;
      font-weight: bold;
      
    }
    .abc{
      background-color:#0e73f7;
      color: #ffffff;
    }
    .ddd{
      font-size: 1em;
      font-weight: 500;
      font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    @media (max-width: 768px) {
      .main-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .search-bar {
        width: 100%;
        margin: 10px 0;
      }

      .top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
      }
    }
    
    .why-choose-us {
  padding: 50px;
  background: #fff;
  text-align: center;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.section-subtitle {
  font-size: 18px;
  color:#0e73f7;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.choose-us-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  min-width: 280px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.feature-icon {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  background-color:#0e73f725;
  border-radius: 10px;
}

/* Make icon black on hover */
.feature-icon:hover {
  filter:drop-shadow(5)
}

.aabb{
  width: 220px;
  height: 130px;
}

.feature-text h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

.feature-text p {
  margin: 5px 0 0;
  color: #666;
}

.center-image img {
  width: 500px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

    .products-section {
      text-align: center;
    }

    .products-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
    }

    .products-section h2::after {
      content: "";
      display: block;
      height: 4px;
      width: 80%;
      background:#0e73f7;
      margin: 8px auto 0;
      border-radius: 2px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 40px auto 0;
    }

    .product-item {
      border-radius: 12px;
      padding: 20px 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: transform 0.2s ease;
    }

    .product-item:hover {
      transform: translateY(-5px);
    }

    .product-item img {
      width: 100%;
      height: auto;
      max-height: 140px;
      object-fit: contain;
      margin-bottom: 12px;
    }

    .product-item p {
      font-size: 1.1rem;
      font-weight: 600;
      color: #222;
    }

    @media (max-width: 600px) {
      .product-item p {
        font-size: 1rem;
      }
    }
    

    .aaa {
      text-align: center;
      color: #222;
      margin-bottom: 30px;
      padding-top: 40px;
    }

    .services-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .flip-card {
      background-color: transparent;
      width: 200px;
      height: 250px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .flip-card-front {
      background: #fff;
    }

    .flip-card-front img {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }

    .flip-card-front h4 {
      font-size: 16px;
      color: #333;
    }

    .flip-card-back {
      background-color:#0e73f7;
      color: white;
      transform: rotateY(180deg);
    }

    .flip-card-back p {
      font-size: 14px;
    }

    
   .bbb{
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    h2::after {
      content: '';
      width: 100px;
      height: 4px;
      background:#0e73f7;
      display: block;
      margin: 8px auto 0;
    }

    .swiper {
      padding: 20px;
    }

    .swiper-slide {
      text-align: center;
      padding: 20px 10px;
      height: 300px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .swiper-slide img {
      max-width: 100%;
      height: 150px;
      object-fit: contain;
      margin-bottom: 10px;
      border-radius: 10px;
    }

    .typewriter {
      overflow: hidden;
      border-right: 2px solid black;
      white-space: nowrap;
      animation: typing 2s steps(20, end), blink .75s step-end infinite;
      font-weight: bold;
      font-size: 18px;
      width: 100%;
    }

    @keyframes typing {
      from { width: 0 }
      to { width: 100% }
    }

    @keyframes blink {
      50% { border-color: transparent }
    }
.about-section {
  padding: 60px 80px;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 50%;
  padding-right: 40px;
}

.about-text h4 {
  color:#0e73f7;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-text h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-text strong {
  font-weight: 700;
}

.learn-more {
  display: inline-block;
  background-color:#0e73f7;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
}

.about-images {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.about-img {
  height: 550px;
  width: 680px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
/* Stats Section */
.stats-section {
  background-color: #fef3ec;
  padding: 60px 30px;
  text-align: center;
}
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}
.stat-box {
  flex: 1 1 200px;
}
.stat-box img {
  height: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 10px;
}
.stat-box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #111;
}
.stat-box p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

.faq-question {
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

.arrow {
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px;
  color: #555;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .arrow {
  transform: rotate(180deg); /* Rotates the arrow when open */
}
.faq-header {
  text-align: center;
}
.faq-header .subheading {
  color:#0e73f7;
  font-weight: bold;
}
.faq-header h2 {
  font-size: 36px;
  margin-top: 10px;
}
.faq-header hr {
  width: 60px;
  height: 3px;
  background-color:#0e73f7;
  border: none;
  margin: 20px auto;
}
.footer {
  background-color: #1a0b07;
  color: white;
  padding: 40px 30px 10px 30px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.logo-section img.logo {
  width: 150px;
  margin-bottom: 10px;
}

.footer-section h4 {
  color:#0e73f7;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 8px;
}

.order-btn {
  background-color:#0e73f7;
  color: white;
  padding: 10px 20px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
}

.social-icons {
  margin-top: 15px;
  font-size: 20px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
}

.footer-bottom hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 10px 0;
}
        .business-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.business-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.business-section p {
  font-size: 18px;
  color: #555;
}

.business-section ul {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.business-section li {
  font-size: 16px;
  margin: 10px 0;
}
.button-link {
  text-decoration: none; /* removes underline */
  color: white;
  background-color: #007bff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  display: inline-block;
}
.button-link:hover {
  background-color: #0056b3;
}
a.btn {
  text-decoration: none;  /* Removes underline */
  display: inline-block;
  padding: 10px 20px;
  background-color:#007bff; /* or your theme color */
  color: white;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s ease;
}

a.btn:hover {
  background-color: #ffffff4b; /* hover effect */
}
.footer-section a {
  text-decoration: none;  /* Removes underline */
  color: inherit;         /* Inherits the text color from parent (usually white or gray) */
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color:#ffffff4b;/* Optional: change color on hover */
  text-decoration: underline; /* Optional: show underline on hover */
}

  .swiper-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .swiper-slide a:hover {
    opacity: 0.9;
  }
.product-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-item a:hover {
  opacity: 0.9; /* Optional hover effect */
}

/* Container styles */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
}

/* Banner Image */
.responsive-banner {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}

/* Contact Info */
.contact-details {
  flex: 1 1 300px;
  min-width: 280px;
}

.contact-details h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-details p {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Map Embed */
.map-embed {
  flex: 1 1 300px;
  min-width: 280px;
  height: 100%;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  border: none;
}

/* Responsive Handling */
@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 20px;
  }

  .contact-details h2 {
    font-size: 24px;
  }

  .contact-details p {
    font-size: 15px;
  }

  .map-embed iframe {
    min-height: 250px;
  }
}


  #megaContactForm label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 500;
}

#megaContactForm input,
#megaContactForm textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  font-size: 16px;
}

#megaContactForm input:focus,
#megaContactForm textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  outline: none;
}

#megaContactForm textarea {
  min-height: 120px;
  resize: vertical;
}

#megaContactForm button[type="submit"] {
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  transition: background 0.3s;
  cursor: pointer;
}

#megaContactForm button[type="submit"]:hover {
  background-color: #0056b3;
}
 #bizSection {
      font-family: 'Segoe UI', sans-serif;
      background: #fdeede;
      padding: 30px;
    }
    #bizSection h1 {
      color:#007bff;
      font-size: 36px;
      margin-bottom: 10px;
    }
    #bizSortContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }
    #bizSortContainer select {
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    .bizGrid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 50px;
      
    }
    .bizCard {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: center;
      transition: transform 0.3s;  
      width: 400px; /* or 250px or whatever suits you */
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto;
    }
    .bizCard:hover {
      transform: translateY(-5px);
    }
    .bizCard img {
      width: 60%;
      border-radius: 8px;
    }
    .bizCard h4 {
      margin: 15px 0 5px;
      color: #333;
    }
    .bizCard p {
      color: #777;
    }
    #pagination {
      text-align: center;
      margin-top: 40px;
    }
    .pageBtn {
      background: #fff;
      border: 1px solid #007bff;
      color: #007bff;
      padding: 10px 15px;
      margin: 0 5px;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .pageBtn:hover {
      background:#007bff;
      color: #fff;
    }
    .contactBtn {
      display: block;
      margin: 60px auto 20px;
      background: #28a745;
      color: white;
      padding: 15px 30px;
      border: none;
      font-size: 18px;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .contactBtn:hover {
      background: #1e7e34;
    }
    .productPage {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  gap: 40px;
  background: #fdeede;
}

.productLeft {
  flex: 1;
  min-width: 320px;
}

.imageGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.imageGallery img.zoomable {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.imageGallery img.zoomable:hover {
  transform: scale(1.1);
}

.productRight {
  flex: 1;
  min-width: 320px;
}

.productTitle {
  font-size: 28px;
  margin-bottom: 10px;
}

.productPrice {
  font-size: 22px;
  color:#007bff;
  margin-bottom: 15px;
}

.productPrice span {
  font-size: 16px;
  color: #666;
}

.productDesc {
  margin-bottom: 20px;
  line-height: 1.5;
}

.productDetails {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.productSelect {
  margin-bottom: 15px;
}

.productSelect label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.productSelect select {
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contactBtn {
  display: inline-block;
  background-color:#007bff;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contactBtn:hover {
  background-color:#333;
}
@media (max-width: 768px) {
  .top-bar {
    padding: 1px 20px;
  }

  .main-header {
    padding: 5px 20px; 
    flex-direction: column;
    align-items: center;
  }

  .search-bar {
    margin: 10px 0;
    width: 60%;
  }

  .about-text, .about-images {
    flex: 1 1 100%;
    text-align: center;
    padding-right: 0;
  }

  .about-img {
    width: 93%;
    height:70%;}
}