.elementor-11444 .elementor-element.elementor-element-7e280c6{--display:flex;}.elementor-11444 .elementor-element.elementor-element-5a9a475{--display:flex;}.elementor-11444 .elementor-element.elementor-element-ad568e0{--display:flex;}.elementor-11444 .elementor-element.elementor-element-7c58b5f{--display:flex;}.elementor-11444 .elementor-element.elementor-element-cadc19d{--display:flex;}.elementor-11444 .elementor-element.elementor-element-1788300{--display:flex;}.elementor-11444 .elementor-element.elementor-element-1476d50{--display:flex;}.elementor-11444 .elementor-element.elementor-element-a497848{--display:flex;}.elementor-11444 .elementor-element.elementor-element-9e31d4e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-09a2db7 */.ssl-hero {
  padding: 50px 20px;
  background-color: #ffffff;
  font-family: inherit;
}

.ssl-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Left Content */
.ssl-hero-content {
  flex: 1;
}

.ssl-hero-content h1 {
  color: #008080;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ssl-hero-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.ssl-hero-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.ssl-rating {
  font-size: 16px;
  color: #008080;
  margin-bottom: 30px;
}

.ssl-rating span {
  color: #444;
  margin-left: 8px;
}

/* Buttons */
.ssl-hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #008080;
  color: #fff;
}

.btn-primary:hover {
  background-color: #006666;
}

.btn-secondary {
  border: 2px solid #008080;
  color: #008080;
  background: transparent;
}

.btn-secondary:hover {
  background-color: #008080;
  color: #fff;
}

/* Right Visual Card */
.ssl-hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ssl-card {
  background: #f5fefe;
  border-radius: 16px;
  padding: 25px 30px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 10px 30px rgba(0, 128, 128, 0.15);
}

.ssl-card-header {
  font-weight: 700;
  color: #008080;
  margin-bottom: 15px;
}

.ssl-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.ssl-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.ssl-card-domain {
  background: #e0f5f5;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  color: #006666;
  margin-bottom: 20px;
}

.ssl-card-btn {
  display: block;
  text-align: center;
  background: #008080;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.ssl-card-btn:hover {
  background: #006666;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .ssl-hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.btn-primary,
.btn-secondary {
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #ffffff;
  color: #008080;
  border: 2px solid #008080;
}

/* Hover Effect */
.btn-primary:hover,
.btn-secondary:hover {
  background-color: #008080;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9688df */.ssl-info-section {
  padding: 90px 20px;
  background-color: #ffffff;
  font-family: inherit;
}

.ssl-info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}

/* Left */
.ssl-info-left .ssl-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.ssl-info-left h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #008080;
}

/* Right */
.ssl-info-description {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 40px;
}

/* Cards */
.ssl-info-cards {
  display: flex;
  gap: 30px;
}

.ssl-info-card {
  flex: 1;
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 4px solid transparent;
}

.ssl-info-card.secure {
  border-left-color: #008080;
}

.ssl-info-card.not-secure {
  border-left-color: #999999;
}

.ssl-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.ssl-info-card ul {
  list-style: disc;
  padding-left: 20px;
}

.ssl-info-card ul li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-info-container {
    grid-template-columns: 1fr;
  }

  .ssl-info-cards {
    flex-direction: column;
  }

  .ssl-info-left h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-719c2a4 *//* ===== Provider Section ===== */
.provider-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: inherit;
}

.provider-container {
  max-width: 1200px;
  margin: 0 auto;
}

.provider-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #333;
}

/* ===== Provider Card ===== */
.provider-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 22px;
  border: 1px solid #dbeeee;
  margin-bottom: 40px;
  background: #fff;
}

/* Left Content */
.provider-content {
  flex: 1.6;
}

.provider-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}

.provider-icon {
  background: #e6f5f5;
  color: #008080;
  border-radius: 50%;
  padding: 12px;
  font-size: 18px;
}

.provider-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.provider-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 22px;
}

.provider-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.provider-content ul li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #333;
  display: flex;
  align-items: flex-start;
}

.provider-content ul li::before {
  content: "✓";
  color: #008080;
  font-weight: 700;
  margin-right: 10px;
}

/* ===== Price Box (FINAL SIZE) ===== */
.provider-price {
  flex: 0 0 300px;
  max-width: 300px;
  background: #008080;
  color: #ffffff;
  border-radius: 18px;
  padding: 8px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Price */
.provider-price .price {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 6px;
}

.provider-price .duration {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Buy Button */
.buy-btn {
  background: #ffffff;
  color: #ff3b30;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.buy-btn:hover {
  background: #f2f2f2;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .provider-card {
    flex-direction: column;
    padding: 30px;
  }

  .provider-price {
    max-width: 100%;
    flex: 1;
    margin-top: 30px;
  }
}
/* ===== Price Box (HALF HEIGHT) ===== */
.provider-price {
  flex: 0 0 280px;          /* slightly narrower */
  max-width: 280px;
  background: #008080;
  color: #ffffff;
  border-radius: 18px;
  padding: 20px 18px;       /* reduced vertical padding */
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;

  align-self: center;       /* KEY: prevents full-height stretch */
}

/* Price text */
.provider-price .price {
  font-size: 30px;          /* reduced size */
  font-weight: 800;
  margin-bottom: 4px;
}

.provider-price .duration {
  font-size: 13px;
  margin-bottom: 14px;
}

/* Buy Button */
.buy-btn {
  background: #ffffff;
  color: #ff3b30;
  padding: 10px 18px;       /* smaller button */
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease;
  display: inline-block;
}

.buy-btn:hover {
  background: #f2f2f2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e99cd33 *//* ===== Comparison Section ===== */
.ssl-compare-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-compare-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ssl-compare-title {
  font-size: 36px;
  font-weight: 700;
  color: #008080;
  margin-bottom: 16px;
}

.ssl-compare-subtitle {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 50px;
}

/* ===== Table ===== */
.ssl-table-wrapper {
  overflow-x: auto;
}

.ssl-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.ssl-compare-table th,
.ssl-compare-table td {
  padding: 16px 20px;
  border: 1px solid #dddddd;
  font-size: 15px;
}

.ssl-compare-table thead th {
  background: #f5fefe;
  font-weight: 700;
  text-align: center;
}

.ssl-compare-table thead th:first-child {
  text-align: left;
}

/* Feature column */
.ssl-compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #333;
}

/* Center values */
.ssl-compare-table td {
  text-align: center;
}

/* Highlight column */
.ssl-compare-table .highlight {
  background: #f0fbfb;
  font-weight: 700;
  color: #008080;
}

/* Mobile */
@media (max-width: 768px) {
  .ssl-compare-title {
    font-size: 30px;
  }

  .ssl-compare-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-202a474 *//* ===== Features Section ===== */
.ssl-features-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-features-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.ssl-features-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.ssl-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.ssl-features-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #008080;
  line-height: 1.2;
}

.ssl-features-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Feature Grid */
.ssl-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ssl-feature-card {
  border: 1px solid #dbeeee;
  border-radius: 20px;
  padding: 30px 26px;
  background: #ffffff;
}

.feature-icon {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 14px;
}

.ssl-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.ssl-feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-features-header {
    grid-template-columns: 1fr;
  }

  .ssl-features-left h2 {
    font-size: 32px;
  }

  .ssl-features-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dca083 *//* ===== Who Should Use Section ===== */
.ssl-who-section {
  background: #008080;
  padding: 80px 20px;
  font-family: inherit;
  color: #ffffff;
}

.ssl-who-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left */
.ssl-who-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #ffffff;
}

.ssl-who-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #e8f5f5;
  max-width: 520px;
}

/* Right */
.ssl-who-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-who-right ul li {
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-who-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ssl-who-left h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af80582 *//* ===== Technical Section ===== */
.ssl-tech-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-tech-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.ssl-tech-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.ssl-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #008080;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.ssl-tech-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.ssl-tech-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 520px;
}

/* Grid */
.ssl-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.ssl-tech-card {
  border: 1px solid #e6eeee;
  border-radius: 20px;
  padding: 30px 26px;
  background: #ffffff;
}

.tech-icon {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 14px;
}

.ssl-tech-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.ssl-tech-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-tech-header {
    grid-template-columns: 1fr;
  }

  .ssl-tech-left h2 {
    font-size: 32px;
  }

  .ssl-tech-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6974f81 *//* 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 */