:root {
  --primary-color: #0072c6;
  --secondary-color: #005a9e;
  --light-bg: #f9f9f9;
  --text-color: #333;
  --white: #fff;
}

.fancy-paragraph::first-letter {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--primary-color);


}

html {
  scroll-behavior: smooth;
}

.more-text {
  display: none;
}

p {
  font-family: 'Merriweather', serif;
  font-size: 0.9rem;
  color: #333;

}

body {
  background: rgb(255, 253, 208, 0.09);
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--primary-color);
  color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo h2 {
  margin: 0;
  font-weight: 700;
}
.container-fluid{
  overflow: hidden;
}

.nav-link {
  color: var(--white) !important;
  font-weight: 600;
  padding: 0.5rem 1rem !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar-toggler {
  border: 1px solid var(--white);
}

.swiper-slide img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.swiper {
  padding: 4px 0;
  background-color: #f8f9fa;
}
.content-section {
  overflow: hidden;
}

.content-section .paratext {
  text-indent: 20px;
}

.title-tabs {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

.title-tabs::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  margin: 10px auto 0;
  border-radius: 2px;
}


/* Contact Box */
.blue-box {
  background: var(--primary-color);
  color: var(--white);
  padding: 1rem 1rem;
  text-align: center;
  border-radius: 15px;
}

.blue-box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  border-radius: 20px;
}

.contact-info {
  border-radius: 30px;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, black, white) border-box;
  border: 4px solid transparent;
  color: black;
}

.contact-info strong {
  font-size: 1.1rem;
  color: black;
  border-bottom: 2px solid rgba(16, 16, 16, 0.3);

}

.contact-info a {
  font-size: 1.1rem;
  color: black;
  text-decoration: none;
  padding: 0px;

}

.contact-email p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.contact-email p strong {
  font-weight: 700;
}

.contact-email p a {
  font-weight: 700;
  text-decoration: none;
  color: white;
}


/* manufacture */



.backgroundifno-banner {
  background: linear-gradient(135deg, #0057b3d2 0%, #003087 100%);
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  height: 300px;
}

@media (max-width: 767.98px) {
  .backgroundifno-banner {
    height: 400px;
  }
}

.backgroundifno-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/images/bg.png');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}

.bg-content {
  position: absolute;
  z-index: 4;
  color: white;
}


.backgroundifno-content {
  position: relative;
  z-index: 2;
  color: white;
}

.progress-loop {
  height: 2rem;
  overflow: hidden;
  position: relative;

}

.progress-loop .progress-bar-loop {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: linear-gradient(100deg,
      rgba(44, 44, 184, 0.2) 0%,
      rgba(0, 123, 255, 0.6) 30%,
      #007bff 50%,
      rgba(0, 123, 255, 0.6) 70%,
      rgba(0, 123, 255, 0) 100%);
  animation: loop 3s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(300%);
  }
}


.backgroundifno-title {
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4);
}

.borderlg {
  border-radius: 1px;
  border-right: 10px solid var(--primary-color);
}

.backgroundifno-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  color: white;
  z-index: 6;
}

.row-s {
  border-radius: 1px;
  border-right: 3px solid white;
}

.backgroundifno-list {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 0.86rem;
  backdrop-filter: blur(2px);
  text-align: start;

}


/* ending */
.service-box {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  text-align: justify;

}

.service-box p {
  font-size: 0.80rem;
}

.service-box img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.service-box a {
  color: #007bff;
  font-size: 13px;
  text-decoration: none;
}

.service-box a:hover {
  text-decoration: underline;
}

.more-link {
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline;
}

.bulk-order-btn {
  background: linear-gradient(45deg, #007bff, #00aaff);
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  transition: all 0.3s;
}

.bulk-order-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
}

.quality-products {
  background-color: #e9f7ff;
  padding: 20px;
  padding-top: 0px;
  border-radius: 10px;
  border-left: 13px solid #007bff;
  border-right: 10px solid #007bff;
  border-top: 4px solid #7074773a;
  margin-top: -30px;

}

.quality-products img {
  max-width: 200px;

}

.bulk-ordere-anchor {
  text-decoration: none;
  font-size: 1rem;
}

.bulk-ordere-anchor:hover {
  text-decoration: underline;
  font-size: 1rem;
}


/* Product Box */

.product-box {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  background: var(--light-bg);
}

/* Sidebar → now the tab navigation */
.sidebar {
  background: var(--primary-color);
  color: var(--white);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.sidebar .nav-link {
  color: var(--white);
  text-decoration: none;
  display: block;
  padding: 0.35rem 0;
  background-color: none;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: var(--white);
  font-weight: bold;
  text-decoration: underline;
  background-color: none;
}

.sidebar h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

/* Product Card */
.product-card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  background: var(--white);
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.product-card a {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
}

.product-card a:hover {
  text-decoration: underline;
}



/* Footer */
footer {
  overflow: hidden;
  background: var(--primary-color);
  color: var(--lighter);
  padding: 5rem 0 2rem;
  position: relative;
  overflow: hidden;
}



.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column {
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: white;
  border-radius: 3px;
  text-align: center;
}

.footer-column p {
  color: whitesmoke;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  transition: var(--transition);
  position: relative;
  padding-left: 1rem;
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: var(--transition);
  color: wheat;
}

.footer-links a:hover {
  color: whitesmoke;
  padding-left: 1.5rem;
}

.footer-links a:hover::before {
  left: 0;
  opacity: 1;
}




/* Social Links */
.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lighter);
  transition: var(--transition);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
  opacity: 0;
  transition: var(--transition);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.social-link:hover::after {
  opacity: 1;
}

.social-link i {
  position: relative;
  z-index: 1;
}


/* Copyright */
.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  color: var(--light-bg);
  font-size: 0.85rem;
}

.copyright a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

.copyright a:hover {
  color: var(--primary);
  text-decoration: underline;
}



/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-column {
  animation: fadeIn 0.6s ease forwards;
}

.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}


@media (max-width: 768px) {
  footer {
    padding: 3rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column h3::after {
    width: 40px;
  }
}