.elementor-8535 .elementor-element.elementor-element-4075629{--display:flex;}.elementor-8535 .elementor-element.elementor-element-d6e5696{--display:flex;}.elementor-8535 .elementor-element.elementor-element-30ac010{--display:flex;}.elementor-8535 .elementor-element.elementor-element-cb3b95f{--display:flex;}.elementor-8535 .elementor-element.elementor-element-dea57c3{--display:flex;}.elementor-8535 .elementor-element.elementor-element-9305f42{--display:flex;}.elementor-8535 .elementor-element.elementor-element-9381cec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8ab064d *//* HERO SECTION RESET */
.hero-section {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
  background-color: #ffffff; /* FIX background */
}

/* Container */
.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: inherit;
}

/* Trust badge */
.hero-section .trust-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background-color: #e6f4f4;
  color: #008080;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* ✅ FORCE HEADING COLOR */
.hero-section h1.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #008080 !important; /* FIX heading */
  margin-bottom: 20px;
}

/* Description */
.hero-section .hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 40px;
  color: #333;
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  padding: 14px 36px;
  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 color (matches layout) */
.hero-buttons .btn-primary,
.hero-buttons .btn-secondary {
  color: #ff4d2d;
}

/* Hover */
.hero-buttons .btn:hover {
  background-color: #008080;
  color: #ffffff;
}

/* Features */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
  color: #333;
  flex-wrap: wrap;
}

.hero-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4531bb4 */.ssl-importance-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #fffaf3;
  box-sizing: border-box;
}

.ssl-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  font-family: inherit;
}

/* Left visual */
.ssl-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssl-illustration {
  width: 320px;
  height: 320px;
  background-color: #f0f7f6;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #008080;
  text-align: center;
}

.ssl-illustration span {
  font-size: 64px;
  margin-bottom: 10px;
}

.ssl-illustration p {
  font-size: 16px;
  font-weight: 600;
}

/* Right content */
.ssl-title {
  font-size: 36px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 20px;
}

.ssl-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.ssl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.5;
}

.ssl-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1a9b50;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ssl-list li {
    padding-left: 0;
  }

  .ssl-list li::before {
    position: static;
    margin-right: 8px;
  }
}
.ssl-importance-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff; /* FORCE WHITE */
  box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4f298e */.ssl-types-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-types-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: inherit;
}

/* Section heading */
.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 60px;
}

/* Cards layout */
.ssl-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Individual card */
.ssl-card {
  border: 1.5px solid #d7eeee;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  background-color: #ffffff;
}

.ssl-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 25px;
}

/* Bullet list */
.ssl-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  color: #333;
  line-height: 1.5;
}

.ssl-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #008080;
  font-weight: 700;
}

/* Highlighted middle card */
.ssl-card-highlight {
  background-color: #eef9f8;
  border-color: #008080;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-cards {
    grid-template-columns: 1fr;
  }

  .ssl-card {
    text-align: center;
  }

  .ssl-card ul li {
    padding-left: 0;
  }

  .ssl-card ul li::before {
    position: static;
    margin-right: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47e95b3 */.ssl-providers-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-providers-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: inherit;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 60px;
}

/* Grid */
.provider-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.provider-card {
  border: 1.5px solid #d7eeee;
  border-radius: 16px;
  padding: 35px 28px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.provider-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.provider-type {
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
}

.provider-price {
  font-size: 22px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 20px;
}

/* List */
.provider-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.provider-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #333;
}

.provider-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: #008080;
  font-weight: 700;
}

/* Button */
.card-btn {
  margin-top: auto;
  text-align: center;
  padding: 12px 0;
  border: 2px solid #008080;
  border-radius: 8px;
  color: #ff4d2d;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card-btn:hover {
  background-color: #008080;
  color: #ffffff;
}

/* Highlight card */
.provider-highlight {
  background-color: #eef9f8;
  border-color: #008080;
}

/* Responsive */
@media (max-width: 1100px) {
  .provider-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .provider-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4674ec9 */.ssl-compare-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-compare-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: inherit;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 16px;
}

.section-subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  max-width: 850px;
  margin: 0 auto 50px;
}

/* Table */
.table-wrapper {
  overflow-x: auto;
}

.ssl-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.ssl-compare-table th,
.ssl-compare-table td {
  border: 1px solid #dddddd;
  padding: 14px 16px;
  text-align: left;
  font-size: 15px;
  color: #333;
}

.ssl-compare-table thead th {
  background-color: #f4fbfa;
  font-weight: 700;
}

.ssl-compare-table thead th:first-child {
  width: 30%;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe46e1c */.ssl-compliance-section {
  width: 100%;
  padding: 90px 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.ssl-compliance-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: inherit;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 16px;
}

.section-subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  max-width: 900px;
  margin: 0 auto 60px;
}

/* Grid */
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Cards */
.compliance-card {
  border: 1.5px solid #d7eeee;
  border-radius: 16px;
  padding: 35px 28px;
  text-align: center;
  background-color: #ffffff;
}

.compliance-card .icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.compliance-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 12px;
}

.compliance-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 1100px) {
  .compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .compliance-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-745d8b8 *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */