.elementor-15146 .elementor-element.elementor-element-076b2d0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15146 .elementor-element.elementor-element-1b8cff7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15146 .elementor-element.elementor-element-e096fb9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15146 .elementor-element.elementor-element-2a8816f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15146 .elementor-element.elementor-element-1596a1d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2b87f9a */.hero-alt {
  position: relative;
  background: #0f3562;
  padding: 120px 20px 100px;
  overflow: hidden;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
}

/* CONTENT */
.hero-alt-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.hero-alt-left {
  flex: 1.2;
}

.hero-badge {
  display: inline-block;
  background: rgba(15, 53, 98, 0.08);
  color: #0f3562;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-alt-left h1 {
  font-size: 46px;
  line-height: 1.15;
  color: #0f3562;
  margin-bottom: 22px;
}

.hero-alt-left p {
  font-size: 18px;
  color: #425a78;
  max-width: 520px;
  margin-bottom: 35px;
}

.hero-alt-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* BUTTONS */
.btn-solid {
  background: #0f3562;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-solid:hover {
  background: #0b294b;
    color: #ffffff;
}

.btn-link {
  color: #0f3562;
  font-weight: 600;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/* RIGHT SIDE */
.hero-alt-right {
  flex: 0.8;
}

.standards-list {
  list-style: none;
  padding: 35px 40px;
  border-left: 4px solid #0f3562;
  background: #ffffff;
}

.standards-list li {
  font-size: 16px;
  color: #0f3562;
  margin-bottom: 18px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-alt-container {
    flex-direction: column;
    gap: 50px;
  }

  .hero-alt-left h1 {
    font-size: 34px;
  }

  .hero-alt-right {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d8fa45 *//* SERVICES SECTION */
.services {
  background: #ffffff;
  padding: 100px 20px;
}

.services-container {
  max-width: 1180px;
  margin: auto;
}

/* HEADER */
.services-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.section-badge {
  display: inline-block;
  background: rgba(15, 53, 98, 0.08);
  color: #0f3562;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-header h2 {
  font-size: 36px;
  color: #0f3562;
  margin-bottom: 18px;
}

.services-header p {
  font-size: 17px;
  color: #4a5d73;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.service-card {
  background: #f7f9fc;
  padding: 38px 34px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card h3 {
  font-size: 20px;
  color: #0f3562;
  margin-bottom: 14px;
}

.service-card p {
  font-size: 15px;
  color: #5a6f89;
  margin-bottom: 25px;
}

.service-link {
  font-weight: 600;
  color: #0f3562;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa19286 *//* WHY ELITE */
.why-elite {
  background: #ffffff;
  padding: 110px 20px;
}

.why-elite-container {
  max-width: 1180px;
  margin: auto;
}

.why-elite-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.why-elite-header h2 {
  font-size: 38px;
  color: #0f3562;
  margin-bottom: 18px;
}

.why-elite-header p {
  font-size: 17px;
  color: #4a5d73;
}

/* GRID */
.why-elite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.why-card {
  background: #f7f9fc;
  border-radius: 14px;
  padding: 45px 35px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card h3 {
  font-size: 20px;
  color: #0f3562;
  margin-bottom: 14px;
}

.why-card p {
  font-size: 15px;
  color: #5a6f89;
}

/* ICON */
.why-icon {
  font-size: 34px;
  margin-bottom: 18px;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(15,53,98,0.15);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .why-elite-grid {
    grid-template-columns: 1fr;
  }

  .why-elite-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92b9ad1 *//* CERT AUTHORITY */
.cert-authority {
  position: relative;
  background: #0f3562;
  padding: 120px 20px;
  overflow: hidden;
}

.cert-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 53, 98, 0.85);
  z-index: 1;
}

.cert-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: auto;
}

/* HEADER */
.cert-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.cert-header h2 {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 18px;
}

.cert-header p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
}

/* GRID */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

/* CARD */
.cert-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.cert-card strong {
  display: block;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

.cert-card span {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

/* HOVER */
.cert-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.18);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .cert-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .cert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cert-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfe23ae *//* CTA LIGHT */
.cta-light {
  background: #f7f9fc;
  padding: 110px 20px;
  overflow: hidden;
}

.cta-light-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.cta-light-left h2 {
  font-size: 38px;
  color: #0f3562;
  margin-bottom: 18px;
}

.cta-light-left p {
  font-size: 17px;
  color: #4a5d73;
  max-width: 520px;
}

/* RIGHT BOX */
.cta-light-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 40px;
  text-align: center;
  box-shadow: 0 30px 70px rgba(15,53,98,0.15);
}

.cta-light-box h3 {
  font-size: 22px;
  color: #0f3562;
  margin-bottom: 10px;
}

.cta-light-box p {
  font-size: 15px;
  color: #5a6f89;
  margin-bottom: 28px;
}

/* BUTTONS */
.cta-main-btn {
  display: block;
  background: #0f3562;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}

.cta-main-btn:hover {
  background: #0b294b;
}

.cta-alt-btn {
  color: #0f3562;
  font-weight: 600;
  text-decoration: none;
}

.cta-alt-btn:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .cta-light-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }

  .cta-light-left p {
    margin: auto;
  }
}/* End custom CSS */