:root {
  --primary: #1e5aa8;
  --secondary: #2fbf71;
  --accent: #ff7a18;
  --dark: #2b2b2b;
  --light: #f4f7fb;
}

/* Topbar */

.topbar {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.topbar i {
  margin-right: 5px;
}

.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.social-icons a:hover {
  color: var(--accent);
}

/* Navbar */

.custom-navbar {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
}

.logo img {
  height: 75px;
}

/* Menu */

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--dark);
  margin-left: 15px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary);
}

/* Accent Button */

.btn-accent {
  background: var(--accent);
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
}

.btn-accent:hover {
  background: #e9690e;
  color: #fff;
}

/* Hero Section */
.hero-section {
  padding: 100px 0;
  background: #f4f7fb;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.hero-title span {
  color: #1e5aa8;
}

.hero-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.hero-buttons .btn {
  margin-right: 15px;
  padding: 12px 28px;
  font-weight: 500;
}

/* Primary Button */

.btn-primary-custom {
  background: #1e5aa8;
  color: #fff;
  border: none;
}

.btn-primary-custom:hover {
  background: #174785;
  color: #fff;
}

/* Outline Button */

.btn-outline-custom {
  border: 2px solid #ff7a18;
  color: #ff7a18;
}

.btn-outline-custom:hover {
  background: #ff7a18;
  color: #fff;
}

/* Image */

.hero-image img {
  max-width: 100%;
  animation: float 4s ease-in-out infinite;
}

/* About Section Style */
.about-section {
  padding: 90px 0;
  background: #ffffff;
}

.section-subtitle {
  color: #ff7a18;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.section-title span {
  color: #1e5aa8;
}

.about-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-features li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
/* Button Style (if not added earlier) */
.btn-primary-custom {
  background: #1e5aa8;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
}

.btn-primary-custom:hover {
  background: #174785;
  color: #fff;
}
/* Products Section CSS */
.products-section {
  padding: 100px 0;
  background: #f4f7fb;
}

.section-header {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

.section-subtitle {
  color: #ff7a18;
  font-weight: 600;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2b2b2b;
}

.section-title span {
  color: #1e5aa8;
}

.section-desc {
  color: #666;
  margin-top: 10px;
}

/* Product Card */

.product-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Icon */

.product-icon {
  font-size: 40px;
  color: #1e5aa8;
  margin-bottom: 15px;
}

/* Title */

.product-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* Button */

.product-btn {
  display: inline-block;
  margin-top: 10px;
  color: #ff7a18;
  font-weight: 500;
  text-decoration: none;
}

.product-btn:hover {
  color: #1e5aa8;
}
/* Why Choose Us */
.why-section {
  padding: 100px 0;
  background: #ffffff;
}

/* Feature Card */

.why-card {
  text-align: center;
  padding: 35px;
  background: #f4f7fb;
  border-radius: 10px;
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon */

.why-icon {
  font-size: 40px;
  color: #1e5aa8;
  margin-bottom: 15px;
}

/* Title */

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text */

.why-card p {
  color: #666;
  font-size: 15px;
}
/* Quality & Certifications Section */
.quality-section {
  padding: 100px 0;
  background: #f4f7fb;
}

.quality-text {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.quality-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.quality-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.quality-list i {
  color: #2fbf71;
  margin-right: 8px;
}

/* Certification Card */

.cert-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.cert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cert-card i {
  font-size: 35px;
  color: #1e5aa8;
  margin-bottom: 10px;
}

.cert-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.cert-card p {
  font-size: 14px;
  color: #666;
}

/* Distributor / Franchise Inquiry Section */
.distributor-section {
  padding: 100px 0;
  background: #ffffff;
}

.dist-text {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.dist-benefits {
  list-style: none;
  padding: 0;
}

.dist-benefits li {
  margin-bottom: 10px;
  font-size: 16px;
}

.dist-benefits i {
  color: #2fbf71;
  margin-right: 8px;
}

/* Form */

.distributor-form {
  background: #f4f7fb;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.distributor-form h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

/* Button */

.btn-accent {
  background: #ff7a18;
  color: #fff;
  padding: 12px;
  border: none;
}

.btn-accent:hover {
  background: #e96c12;
  color: #fff;
}
/* Footer Section */
.footer-section {
  background: #1e5aa8;
  color: #fff;
  padding: 70px 0 0 0;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text {
  color: #d6e2f5;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #d6e2f5;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ff7a18;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 10px;
  color: #d6e2f5;
}

.footer-contact i {
  margin-right: 8px;
}

/* Social Icons */

.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #2fbf71;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.footer-social a:hover {
  background: #ff7a18;
}

/* Footer Bottom */

.footer-bottom {
  background: #174785;
  margin-top: 40px;
  padding: 15px 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

/* Hero Section Animation */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}
