.elementor-11371 .elementor-element.elementor-element-8a96ff6{--display:flex;}.elementor-11371 .elementor-element.elementor-element-c88b5d3{--display:flex;}.elementor-11371 .elementor-element.elementor-element-f9ecce3{--display:flex;}.elementor-11371 .elementor-element.elementor-element-5e54113{--display:flex;}.elementor-11371 .elementor-element.elementor-element-12385a6{--display:flex;}.elementor-11371 .elementor-element.elementor-element-a08e124{--display:flex;}.elementor-11371 .elementor-element.elementor-element-7e364a9{--display:flex;}.elementor-11371 .elementor-element.elementor-element-5f05511{--display:flex;}.elementor-11371 .elementor-element.elementor-element-8653ed3{--display:flex;}.elementor-11371 .elementor-element.elementor-element-1231808{--display:flex;}.elementor-11371 .elementor-element.elementor-element-25e74a6{--display:flex;}.elementor-11371 .elementor-element.elementor-element-75a2f48{--display:flex;}.elementor-11371 .elementor-element.elementor-element-b3b2579{--display:flex;}.elementor-11371 .elementor-element.elementor-element-bf41c26{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5958e8f */.wc-hero-section {
  background: #ffffff;
  padding: 140px 60px 120px;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

/* Soft glow background */
.wc-hero-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  width: 900px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,128,128,0.25), transparent 70%);
  transform: translateX(-50%);
  z-index: 0;
}

.wc-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.wc-hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 18px;
}

.wc-hero-container h1 {
  font-size: 56px;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #111;
}

.wc-hero-container h1 span {
  color: #008080;
}

.wc-hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* CTA */
.wc-hero-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

/* WHITE BUTTONS ONLY */
.wc-btn-white {
  background: #ffffff;
  color: #008080;
  border: 2px solid #008080;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}

.wc-btn-white:hover {
  background: #f0fbfb;
}

/* Visual blocks */
.wc-hero-visuals {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.wc-card {
  background: #ffffff;
  border: 1px solid #e0f2f2;
  border-radius: 16px;
  padding: 22px 26px;
  font-size: 15px;
  color: #333;
  min-width: 200px;
}

.wc-card small {
  display: block;
  margin-top: 6px;
  color: #777;
}

.wc-card.highlight {
  border: 2px solid #008080;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-hero-section {
    padding: 110px 30px 90px;
  }

  .wc-hero-container h1 {
    font-size: 38px;
  }

  .wc-hero-sub {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04857f6 */.wc-info-section {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
}

.wc-info-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Left */
.wc-info-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 16px;
}

.wc-info-left h2 {
  color: #008080;
  font-size: 42px;
  line-height: 1.2;
}

/* Right */
.wc-info-right p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.wc-info-right h4 {
  font-size: 18px;
  margin: 30px 0 10px;
  color: #111;
}

.wc-info-right ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.wc-info-right li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-info-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wc-info-section {
    padding: 90px 30px;
  }

  .wc-info-left h2 {
    font-size: 34px;
  }
}
/* Two-column secure boxes */
.wc-secure-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* Individual box */
.wc-secure-box {
  border: 1px solid #e0f2f2;
  border-radius: 16px;
  padding: 25px 24px;
  background: #ffffff;
}

/* Headings */
.wc-secure-box h4 {
  font-size: 17px;
  margin-bottom: 14px;
  color: #111;
}

/* Lists */
.wc-secure-box ul {
  padding-left: 18px;
  margin: 0;
}

.wc-secure-box li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

/* Optional subtle distinction */
.wc-secure-box.positive {
  border-left: 4px solid #008080;
}

.wc-secure-box.negative {
  border-left: 4px solid #999;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-secure-boxes {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a7d590 */.wc-product-section {
  background: #ffffff;
  padding: 100px 60px;
  font-family: inherit;
}

.wc-product-card {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e0f2f2;
  border-radius: 24px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 60px;
  align-items: center;
}

/* Left */
.wc-product-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.wc-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f0fbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.wc-product-info h3 {
  font-size: 24px;
  color: #111;
}

.wc-product-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.wc-product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc-product-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

/* Right */
.wc-price-box {
  border: 1px solid #e0f2f2;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
}

.wc-price {
  font-size: 46px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 6px;
}

.currency {
  font-size: 22px;
  vertical-align: top;
}

.wc-price-term {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
}

/* WHITE BUTTON ONLY */
.wc-btn-white {
  display: inline-block;
  background: #ffffff;
  color: #008080;
  border: 2px solid #008080;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.wc-btn-white:hover {
  background: #f0fbfb;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-product-card {
    grid-template-columns: 1fr;
    padding: 40px 30px;
  }

  .wc-product-section {
    padding: 80px 30px;
  }
}
.wc-section-title {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 600;
}
.wc-section-title {
  text-align: center;
  color: #008080;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.wc-price-box {
  background-color: #008080;
  color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

/* Price */
.wc-price {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.wc-price .currency {
  font-size: 22px;
  vertical-align: top;
}

/* Yearly text */
.wc-price-term {
  font-size: 16px;
  margin-top: 6px;
  color: #ffffff;
}

/* Button inside pricing box */
.wc-btn-white {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #008080;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wc-btn-white:hover {
  background-color: #f2f2f2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5416a9 */.wc-compare-section {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
}

.wc-compare-container {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.wc-compare-container h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 10px;
}

.wc-compare-sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 70px;
}

/* Table */
.wc-compare-table-wrapper {
  overflow-x: auto;
}

.wc-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
}

.wc-compare-table th,
.wc-compare-table td {
  border: 1px solid #e0f2f2;
  padding: 16px;
  font-size: 14px;
}

.wc-compare-table th {
  background: #f4fbfb;
  font-weight: 600;
}

.wc-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* Highlight SSL.com column */
.wc-compare-table .highlight {
  background: #f0fbfb;
  color: #008080;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-compare-section {
    padding: 90px 30px;
  }

  .wc-compare-container h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31692b4 */.wc-work-section {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
  text-align: center;
}

.wc-work-container {
  max-width: 1400px;
  margin: 0 auto;
}

.wc-work-container h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 12px;
}

.wc-work-sub {
  font-size: 16px;
  color: #555;
  max-width: 720px;
  margin: 0 auto 80px;
}

/* Steps */
.wc-work-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.wc-step {
  background: #f4fbfb;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
}

.wc-step-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 12px;
}

.wc-step h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.wc-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Highlight center step */
.wc-step.active {
  background: #e6ffff;
  border: 2px solid #008080;
}

/* Responsive */
@media (max-width: 1100px) {
  .wc-work-steps {
    grid-template-columns: 1fr;
  }

  .wc-work-section {
    padding: 90px 30px;
  }

  .wc-work-container h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0cd5074 */.ssl-compare-simple-section {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
}

.ssl-compare-simple-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ssl-compare-simple-container h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 12px;
}

.ssl-compare-simple-sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 60px;
}

/* Table */
.ssl-compare-simple-table-wrapper {
  overflow-x: auto;
}

.ssl-compare-simple-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.ssl-compare-simple-table th,
.ssl-compare-simple-table td {
  border: 1px solid #e0f2f2;
  padding: 16px;
  font-size: 15px;
}

.ssl-compare-simple-table th {
  background: #f4fbfb;
  font-weight: 600;
}

.ssl-compare-simple-table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-compare-simple-section {
    padding: 90px 30px;
  }

  .ssl-compare-simple-container h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e799750 */.wc-use-section {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
}

.wc-use-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.wc-use-container h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 12px;
}

.wc-use-sub {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 80px;
}

/* Grid */
.wc-use-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.wc-use-card {
  background: #f4fbfb;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
}

.wc-use-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.wc-use-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.wc-use-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 1200px) {
  .wc-use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .wc-use-grid {
    grid-template-columns: 1fr;
  }

  .wc-use-section {
    padding: 90px 30px;
  }

  .wc-use-container h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0133835 */.wc-tech-details {
  background: #ffffff;
  padding: 120px 60px;
  font-family: inherit;
}

.wc-tech-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

/* Header */
.wc-tech-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.wc-tech-label {
  color: #008080;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.wc-tech-left h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #111;
}

.wc-tech-right p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Cards */
.wc-tech-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wc-tech-card {
  border: 1px solid #eee;
  padding: 40px 30px;
  text-align: center;
}

.wc-tech-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.wc-tech-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.wc-tech-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .wc-tech-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wc-tech-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .wc-tech-cards {
    grid-template-columns: 1fr;
  }

  .wc-tech-left h2 {
    font-size: 34px;
  }

  .wc-tech-details {
    padding: 90px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1697af *//* 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 */