.elementor-1300 .elementor-element.elementor-element-d6b5fcd .elementor-button{fill:#0B1F33;color:#0B1F33;background-color:#00000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#F59E0B;border-radius:2px 6px 6px 6px;padding:12px 24px 12px 24px;}.elementor-1300 .elementor-element.elementor-element-d6b5fcd .elementor-button:hover, .elementor-1300 .elementor-element.elementor-element-d6b5fcd .elementor-button:focus{color:#FFFFFF;background-color:#F59E0B;border-color:#F59E0B;}.elementor-1300 .elementor-element.elementor-element-d6b5fcd .elementor-button:hover svg, .elementor-1300 .elementor-element.elementor-element-d6b5fcd .elementor-button:focus svg{fill:#FFFFFF;}.elementor-1300 .elementor-element.elementor-element-d6b5fcd > .elementor-widget-container{margin:40px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-c213a00 *//* Certificate Images Section */
.certificates-section {
  padding: 60px 20px;
  background: #ffffff;
}

/* Grid wrapper */
.certificates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; /* space between certificates */
  max-width: 1200px;
  margin: 0 auto;
}

/* Each certificate item */
.certificate-item {
  padding: 20px;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(31, 95, 74, 0.15);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Certificate images */
.certificate-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 900px) {
  .certificates-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c749cf4 *//* Certificate Description Section */
.certificates-info {
  padding: 40px 20px 70px;
  background: #f9faf9;
}

.certificates-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.cert-info-card {
  padding: 25px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.cert-info-card h3 {
  font-size: 18px;
  color: #1f5f4a;
  margin-bottom: 10px;
}

.cert-info-card p {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 900px) {
  .certificates-info-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a50f9fe *//* Global */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

h1, h2, h3 {
  color: #1f5f4a; /* Primary Green */
  margin-bottom: 15px;
}

p, li {
  color: #2b2b2b;
  line-height: 1.7;
  font-size: 16px;
}

/* Hero */
.export-hero {
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.export-hero h1 {
  font-size: 40px;
}

.export-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}

/* Importance */
.export-importance {
  background: #f9faf9;
  text-align: center;
}

/* Certifications */
.export-certifications {
  background: #ffffff;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.cert-card {
  border: 1px solid #e5e5e5;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}

.cert-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.cert-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Quality Process */
.quality-process {
  background: #f9faf9;
}

.quality-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.quality-list li {
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
}

.quality-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1f5f4a;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 900px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .export-hero h1 {
    font-size: 30px;
  }
}/* End custom CSS */