.elementor-11165 .elementor-element.elementor-element-e327151{--display:flex;}.elementor-11165 .elementor-element.elementor-element-d994d59{--display:flex;}.elementor-11165 .elementor-element.elementor-element-76bf179{--display:flex;}.elementor-11165 .elementor-element.elementor-element-d309b3c{--display:flex;}.elementor-11165 .elementor-element.elementor-element-46080d4{--display:flex;}.elementor-11165 .elementor-element.elementor-element-8d53b91{--display:flex;}.elementor-11165 .elementor-element.elementor-element-cba864a{--display:flex;}.elementor-11165 .elementor-element.elementor-element-3cf88ed{--display:flex;}.elementor-11165 .elementor-element.elementor-element-cc16e33{--display:flex;}.elementor-11165 .elementor-element.elementor-element-d0012b6{--display:flex;}.elementor-11165 .elementor-element.elementor-element-a0a6c79{--display:flex;}.elementor-11165 .elementor-element.elementor-element-2ab7705{--display:flex;}.elementor-11165 .elementor-element.elementor-element-5af9030{--display:flex;}.elementor-11165 .elementor-element.elementor-element-65574f1{--display:flex;}.elementor-11165 .elementor-element.elementor-element-652e667{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b1ca2f2 */.hero-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f4fbfb, #fffef5);
  text-align: center;
  font-family: inherit;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #d9eeee;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 30px;
}

.hero-section h1 {
  color: #008080;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 750px;
  margin: 0 auto 40px;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #008080;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.btn-secondary {
  background: transparent;
  color: #008080;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid #008080;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.hero-trust {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  color: #444;
  flex-wrap: wrap;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 36px;
  }

  .hero-intro {
    font-size: 16px;
  }
}


.hero-section {
  padding: 100px 20px;
  background: #ffffff; /* changed to white */
  text-align: center;
  font-family: inherit;
}

.btn-primary {
  background: #008080;   /* teal */
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #006666;
}

.btn-secondary {
  background: #f4fbfb;  /* light teal tint */
  color: #008080;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid #008080;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #008080;
  color: #ffffff;
}
/* CTA button – white background */
.btn-primary {
  background: #ffffff;
  color: #008080;
  border: 2px solid #008080;
}

/* Hover effect */
.btn-primary:hover {
  background: #008080;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa71b92 */.ssl-info-section {
  background: #ffffff;
  padding: 100px 0;
  font-family: inherit;
}

.ssl-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 0 20px;
  align-items: center;
}

.ssl-info-content h2 {
  color: #008080;
  font-size: 40px;
  margin-bottom: 25px;
}

.ssl-info-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  max-width: 520px;
}

.ssl-info-points {
  margin-top: 25px;
  padding-left: 18px;
}

.ssl-info-points li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.ssl-info-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssl-info-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-info-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ssl-info-content h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97f0189 */.ssl-work-diagram {
  background: #ffffff;
  padding: 120px 20px;
  font-family: inherit;
}

.ssl-work-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.ssl-work-container h2 {
  color: #008080;
  font-size: 40px;
  margin-bottom: 20px;
}

.ssl-work-intro {
  max-width: 720px;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.ssl-diagram {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

/* Center */
.ssl-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  background: #f0fbfb;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #008080;
  font-weight: 600;
}

.ssl-center span {
  font-size: 14px;
  margin-top: 6px;
}

/* Nodes */
.ssl-node {
  position: absolute;
  width: 220px;
  background: #ffffff;
  border: 1px solid #d9eeee;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
}

.ssl-node h4 {
  color: #008080;
  font-size: 16px;
  margin-bottom: 6px;
}

.ssl-node p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Positions */
.node-top { top: 0; left: 50%; transform: translateX(-50%); }
.node-right { right: 0; top: 50%; transform: translateY(-50%); }
.node-bottom-right { right: 40px; bottom: 0; }
.node-bottom-left { left: 40px; bottom: 0; }
.node-left { left: 0; top: 50%; transform: translateY(-50%); }

/* Lines */
.ssl-line {
  position: absolute;
  background: #cfeeee;
}

.line-top {
  width: 2px; height: 120px;
  top: 80px; left: 50%;
  transform: translateX(-50%);
}

.line-right {
  height: 2px; width: 120px;
  right: 80px; top: 50%;
  transform: translateY(-50%);
}

.line-bottom-right {
  width: 2px; height: 120px;
  right: 120px; bottom: 140px;
}

.line-bottom-left {
  width: 2px; height: 120px;
  left: 120px; bottom: 140px;
}

.line-left {
  height: 2px; width: 120px;
  left: 80px; top: 50%;
  transform: translateY(-50%);
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-diagram {
    width: 100%;
    height: auto;
  }

  .ssl-node,
  .ssl-line {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .ssl-center {
    position: static;
    transform: none;
    margin: 0 auto 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcca30b */.ssl-heading-section {
  background: #ffffff;
  padding: 80px 20px 60px;
  font-family: inherit;
  text-align: center;
}

.ssl-heading-container {
  max-width: 1000px;
  margin: 0 auto;
}

.ssl-heading-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 18px;
}

.ssl-heading-container h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.ssl-heading-container h2 span {
  color: #008080;
}

/* Responsive */
@media (max-width: 768px) {
  .ssl-heading-container h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ece705a */.ssl-provider-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: inherit;
}

.ssl-provider-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.ssl-provider-content h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 20px;
}

.ssl-provider-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
  max-width: 520px;
}

.ssl-provider-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}

.ssl-provider-features {
  padding-left: 18px;
  margin-bottom: 30px;
}

.ssl-provider-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.ssl-provider-btn {
  display: inline-block;
  margin-top: 10px;
  color: #008080;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.ssl-provider-btn:hover {
  text-decoration: underline;
}

.ssl-provider-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssl-provider-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-provider-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ssl-provider-content h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45772e8 */.ssl-compare-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: inherit;
}

.ssl-compare-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ssl-compare-container h2 {
  color: #008080;
  font-size: 40px;
  margin-bottom: 70px;
}

.ssl-compare-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

/* Comparison Boxes */
.ssl-compare-box {
  border: 1px solid #d9eeee;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
}

.ssl-compare-box h3 {
  color: #008080;
  font-size: 22px;
  margin-bottom: 20px;
}

.ssl-compare-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-compare-box li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #333;
}

/* Center VS */
.ssl-compare-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0fbfb;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  color: #008080;
  font-size: 14px;
}

.ssl-compare-center strong {
  font-size: 22px;
  margin: 6px 0;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-compare-wrapper {
    grid-template-columns: 1fr;
  }

  .ssl-compare-center {
    margin: 20px auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c1f6eb */.ssl-limitations-section {
  background: #ffffff;
  padding: 110px 20px;
  font-family: inherit;
}

.ssl-limitations-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.ssl-limitations-container h2 {
  color: #008080;
  font-size: 40px;
  margin-bottom: 80px;
}

/* Diagram */
.ssl-limitations-diagram {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

/* Center */
.ssl-limitations-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border: 2px dashed #bfe5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #008080;
  line-height: 1.4;
}

/* Items */
.ssl-limit-item {
  position: absolute;
  width: 230px;
  background: #ffffff;
  border: 1px solid #d9eeee;
  border-radius: 14px;
  padding: 16px;
  text-align: left;
}

.ssl-limit-item strong {
  color: #008080;
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}

.ssl-limit-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* Positions */
.item-1 { top: 0; left: 50%; transform: translateX(-50%); }
.item-2 { top: 120px; right: 0; }
.item-3 { bottom: 120px; right: 0; }
.item-4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.item-5 { top: 50%; left: 0; transform: translateY(-50%); }

/* Responsive */
@media (max-width: 900px) {
  .ssl-limitations-diagram {
    width: 100%;
    height: auto;
  }

  .ssl-limit-item,
  .ssl-limitations-center {
    position: static;
    transform: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee31d9c */.ssl-avoid-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: inherit;
  text-align: center;
}

.ssl-avoid-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ssl-avoid-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  margin-bottom: 16px;
}

.ssl-avoid-container h2 {
  color: #008080;
  font-size: 40px;
  margin-bottom: 70px;
}

/* Grid */
.ssl-avoid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Cards */
.ssl-avoid-card {
  padding: 35px 25px;
  border-radius: 16px;
  border: 1px solid #e0f2f2;
  background: #ffffff;
}

.ssl-avoid-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.ssl-avoid-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
}

.ssl-avoid-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-avoid-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ssl-avoid-container h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14275be */.ssl-pricing-section {
  background: #ffffff;
  padding: 110px 20px;
  font-family: inherit;
  text-align: center;
}

.ssl-pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ssl-pricing-container h2 {
  color: #008080;
  font-size: 42px;
  margin-bottom: 10px;
}

.ssl-pricing-sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 60px;
}

/* Grid */
.ssl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.ssl-plan-card {
  border: 1px solid #e0f2f2;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: left;
  background: #ffffff;
}

.ssl-plan-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.ssl-plan-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.ssl-price {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.ssl-price span {
  font-size: 14px;
  font-weight: 500;
}

.ssl-plan-card ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.ssl-plan-card li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

/* Buttons */
.ssl-btn-primary {
  display: inline-block;
  background: #008080;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.ssl-btn-outline {
  display: inline-block;
  border: 2px solid #008080;
  color: #008080;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

/* Featured Center Card */
.featured {
  border: 2px solid #008080;
  transform: scale(1.05);
}

.ssl-badge {
  display: inline-block;
  background: #e6f7f7;
  color: #008080;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.highlight {
  color: #008080;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-pricing-grid {
    grid-template-columns: 1fr;
  }

  .featured {
    transform: none;
  }
}
/* PRIMARY CTA (Center - SSL.com) */
.ssl-btn-primary {
  background: #008080;
  color: #ffffff !important;   /* removes red */
  border: none;
}

.ssl-btn-primary:hover {
  background: #006666;
  color: #ffffff !important;
}

/* OUTLINE CTA (Side cards) */
.ssl-btn-outline {
  color: #008080 !important;
  border-color: #008080;
}

.ssl-btn-outline:hover {
  background: #008080;
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-507c15a *//* 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 */