.elementor-8537 .elementor-element.elementor-element-1cfd67d{--display:flex;}.elementor-8537 .elementor-element.elementor-element-6e8cffa{--display:flex;}.elementor-8537 .elementor-element.elementor-element-09b4761{--display:flex;}.elementor-8537 .elementor-element.elementor-element-5216d5f{--display:flex;}.elementor-8537 .elementor-element.elementor-element-e7b1456{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b9c959c */.hero-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: inherit;
}

/* Trust badge */
.trust-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background-color: #e6f4f4;
  color: #008080;
  font-size: 14px;
  margin-bottom: 32px;
  font-weight: 600;
}

/* Heading */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 22px;
}

/* Description */
.hero-description {
  font-size: 18px;
  line-height: 1.65;
  max-width: 880px;
  margin: 0 auto 44px;
  color: #333;
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 38px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #008080;
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Button text (brand style) */
.btn-primary,
.btn-secondary {
  color: #ff4d2d;
}

.btn:hover {
  background-color: #008080;
  color: #ffffff;
}

/* Features */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 16px;
  color: #333;
  flex-wrap: wrap;
}

.hero-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85daad4 */.bank-ssl-importance {
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.bank-ssl-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
  font-family: inherit;
}

/* Left side */
.section-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #0066ff;
  margin-bottom: 18px;
}

.bank-ssl-title {
  font-size: 42px;
  font-weight: 700;
  color: #008080; /* Brand heading color */
  margin-bottom: 24px;
}

.bank-ssl-intro {
  font-size: 18px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 36px;
}

/* Bullet points */
.bank-ssl-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bank-ssl-points li {
  margin-bottom: 26px;
  line-height: 1.6;
  color: #333;
}

.bank-ssl-points strong {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Right side */
.bank-ssl-right {
  display: flex;
  align-items: center;
}

.bank-ssl-box {
  border-left: 4px solid #008080;
  padding: 30px 28px;
  background-color: #f9fefe;
}

.bank-ssl-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 14px;
}

.bank-ssl-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .bank-ssl-container {
    grid-template-columns: 1fr;
  }

  .bank-ssl-title {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-175013e */.ssl-requirements-section {
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-requirements-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: inherit;
}

/* Eyebrow */
.section-eyebrow {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #0066ff;
  margin-bottom: 18px;
}

/* Heading */
.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 22px;
}

/* Intro */
.section-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* Requirements list */
.requirements-list {
  border-top: 1px solid #e5e5e5;
}

.requirement-item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 34px 0;
  border-bottom: 1px solid #e5e5e5;
}

.requirement-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #008080;
}

.requirement-item p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .requirement-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-title {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76c3742 */.bank-ssl-types-section {
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.bank-ssl-types-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: inherit;
}

/* Heading */
.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 60px;
}

/* Card grid */
.ssl-type-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.ssl-type-card {
  border: 1.5px solid #d7eeee;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: left;
  background-color: #ffffff;
}

.ssl-type-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 24px;
}

.ssl-type-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-type-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.ssl-type-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #008080;
  font-weight: 700;
}

/* Highlight EV card */
.ssl-highlight {
  background-color: #eef9f8;
  border-color: #008080;
}

/* Warning box */
.ssl-warning {
  margin-top: 50px;
  padding: 20px 24px;
  border-left: 4px solid #cc0000;
  background-color: #fff5f5;
  color: #333;
  font-size: 15px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-type-cards {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b002995 */.ssl-validation-section {
  width: 100%;
  padding: 100px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-validation-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: inherit;
}

/* Heading */
.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 18px;
}

/* Intro */
.section-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* Steps */
.validation-steps {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.validation-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #eef9f8;
  color: #008080;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.step-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 8px;
}

.step-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Timeline note */
.timeline-note {
  margin-top: 60px;
  padding: 22px 26px;
  background-color: #f9fefe;
  border-left: 4px solid #008080;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .validation-step {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 34px;
  }
}/* End custom CSS */