.elementor-7 .elementor-element.elementor-element-dfbd345{margin-top:-150px;margin-bottom:0px;}.elementor-7 .elementor-element.elementor-element-6fcb4a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-6fcb4a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-6fcb4a5 *//* ===== HERO BASE ===== */
.rz-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #082044;
  text-align: center;
  overflow: hidden;
}

/* VIDEO */
.rz-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY */
.rz-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 32, 68, 0.85);
  z-index: 2;
}

/* CONTENT */
.rz-hero-content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 0 18px;
  color: #fff;
}

.rz-hero-content h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.rz-hero-content h1 span {
  color: #2fa84f;
}

.rz-hero-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 22px;
}

/* BUTTONS */
.rz-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.rz-btn {
  padding: 13px 26px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

.rz-btn-primary {
  background: linear-gradient(135deg, #2fa84f, #2c7be5);
  color: #fff;
}

.rz-btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

/* ===== CONTACT BADGES ===== */
.rz-cert-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 30px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  font-size: 13px;
  animation: certPulse 3s ease-in-out infinite;
}

.cert-badge img {
  height: 20px;
  filter: brightness(0) invert(1);
}

@keyframes certPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* DESKTOP */
@media (min-width: 768px) {
  .rz-hero-content { max-width: 960px; }
  .rz-hero-content h1 { font-size: 52px; }
  .rz-hero-content p { font-size: 20px; }
  .rz-hero-buttons { flex-direction: row; justify-content: center; }
  .rz-cert-row { margin-top: 35px; gap: 22px; }
  .cert-badge img { height: 28px; }
}

/* PARTICLES */
.rz-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.rz-particles span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(47,168,79,0.65);
  box-shadow: 0 0 20px rgba(47,168,79,0.6);
  animation: floatParticle 12s linear infinite;
}

.rz-particles span:nth-child(1){ left:10%; animation-delay:0s;}
.rz-particles span:nth-child(2){ left:25%; animation-delay:2s;}
.rz-particles span:nth-child(3){ left:40%; animation-delay:4s;}
.rz-particles span:nth-child(4){ left:60%; animation-delay:1s;}
.rz-particles span:nth-child(5){ left:75%; animation-delay:3s;}
.rz-particles span:nth-child(6){ left:90%; animation-delay:5s;}

@keyframes floatParticl
/* ===== CONTACT BADGES ===== */
.rz-cert-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  backdrop-filter: blur(8px);
  animation: certPulse 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-badge img {
  height: 20px;
  filter: brightness(0) invert(1);
}

/* EMAIL COLOR */
.email-badge {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  box-shadow: 0 0 18px rgba(37,99,235,0.5);
}

/* WHATSAPP COLOR */
.whatsapp-badge {
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 0 18px rgba(34,197,94,0.5);
}

/* HOVER EFFECT */
.cert-badge:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 28px rgba(255,255,255,0.35);
}

@keyframes certPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72073f2 *//* About Section */
.about {
  padding: 80px 10%;
  background-color: #ffffff;
  color: #333;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.about-image {
  flex: 1;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 1.6rem;
  }

  .about-text p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-147b622 *//* Products Section */
.products {
  padding: 80px 10%;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.product-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;  /* ✅ Prevents wrapping to next row */
  overflow-x: auto;   /* ✅ Adds horizontal scroll if too many items */
  padding-bottom: 15px;
}

.product-card {
  flex: 0 0 220px;  /* ✅ Fixed width for each card */
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.product-card img {
  width: 70px;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 1.3rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.btn-center {
  margin-top: 40px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f8d4e *//* Why Choose Us Section */
.why-choose {
  padding: 80px 10%;
  background-color: #ffffff;
  text-align: center;
}

.why-choose .section-title h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.why-choose .section-title p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.usp-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.usp-card {
  background: #f9f9f9;
  padding: 25px 20px;
  border-radius: 12px;
  width: 220px;
  margin: auto;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.usp-card img {
  width: 70px;
  margin-bottom: 15px;
}

.usp-card h3 {
  font-size: 1.2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.usp-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .usp-row {
    justify-content: center;
  }
  .usp-card {
    width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f406359 *//* Global Reach Section */
.global-reach {
  padding: 80px 10%;
  background-color: #f5f9ff;
}

.global-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.global-text {
  flex: 1;
  min-width: 300px;
}

.global-text h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 20px;
}

.global-text p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.global-text ul {
  list-style: none;
  padding: 0;
}

.global-text li {
  font-size: 1.1rem;
  color: #00a859;
  margin-bottom: 8px;
  font-weight: 600;
}

.global-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.global-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .global-container {
    flex-direction: column;
    text-align: center;
  }
  .global-text h2 {
    font-size: 1.6rem;
  }
  .global-text p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35e0ddd *//* Contact Section */
.contact {
  padding: 80px 10%;
  background-color: #ffffff;
}

.contact .section-title h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
  text-align: center;
}

.contact .section-title p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
  text-align: center;
}

.contact-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form {
  flex: 1;
  min-width: 300px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00a859;
  outline: none;
}

.contact-form button {
  margin-top: 10px;
}

.contact-details {
  flex: 1;
  min-width: 280px;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

.contact-details h3 {
  font-size: 1.4rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.contact-details p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 10px;
}

.contact-details a {
  color: #00a859;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-details {
    margin-top: 30px;
  }
}/* End custom CSS */