.elementor-11595 .elementor-element.elementor-element-80e031d{--display:flex;}.elementor-11595 .elementor-element.elementor-element-9cc0209{--display:flex;}.elementor-11595 .elementor-element.elementor-element-f200d0c{--display:flex;}.elementor-11595 .elementor-element.elementor-element-bb0a567{--display:flex;}.elementor-11595 .elementor-element.elementor-element-28926d7{--display:flex;}.elementor-11595 .elementor-element.elementor-element-407bd21{--display:flex;}.elementor-11595 .elementor-element.elementor-element-ece5759{--display:flex;}.elementor-11595 .elementor-element.elementor-element-f270fb4{--display:flex;}.elementor-11595 .elementor-element.elementor-element-0532728{--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-781619d *//* ===== SSL Hero (OV) ===== */
.ssl-hero {
  padding: 90px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

/* Left Content */
.ssl-hero-content {
  flex: 1;
}

.ssl-hero-content h1 {
  color: #008080;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ssl-hero-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #333;
}

.ssl-hero-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 26px;
}

.ssl-rating {
  font-size: 16px;
  color: #008080;
  margin-bottom: 34px;
}

.ssl-rating span {
  color: #444;
  margin-left: 8px;
}

/* Buttons (White) */
.ssl-hero-buttons {
  display: flex;
  gap: 16px;
}

.btn-outline {
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
  color: #008080;
  border: 2px solid #008080;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #008080;
  color: #ffffff;
}

/* Right Visual */
.ssl-hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ssl-card {
  background: #f5fefe;
  border-radius: 20px;
  padding: 28px 30px;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 12px 30px rgba(0, 128, 128, 0.15);
}

.ssl-card-header {
  font-weight: 700;
  color: #008080;
  margin-bottom: 18px;
}

.ssl-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

.ssl-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.ssl-card-domain {
  background: #e0f5f5;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  color: #006666;
  margin-bottom: 22px;
}

.ssl-card-btn {
  display: block;
  text-align: center;
  background: #008080;
  color: #ffffff;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.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;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcb1e91 *//* ===== SSL Explainer Section ===== */
.ssl-explainer-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-explainer-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Heading (Brand Color Locked) */
.ssl-explainer-section h2.ssl-explainer-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080;
  line-height: 1.2;
  margin-bottom: 28px;
}

/* Paragraph */
.ssl-explainer-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .ssl-explainer-section h2.ssl-explainer-title {
    font-size: 32px;
  }

  .ssl-explainer-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d87bc26 *//* ===== OV Pricing Section ===== */
.ov-pricing-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ov-pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading (Brand Color Locked) */
.ov-pricing-section h2.ov-pricing-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080;
  margin-bottom: 60px;
}

/* Grid */
.ov-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.ov-pricing-card {
  border: 1px solid #e2eeee;
  border-radius: 20px;
  padding: 40px 28px;
  background: #ffffff;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ov-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Featured Card */
.ov-pricing-card.featured {
  border: 2px solid #008080;
  box-shadow: 0 16px 40px rgba(0, 128, 128, 0.2);
}

/* Badge */
.badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #008080;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
}

/* Text */
.ov-pricing-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.plan-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
}

/* Price */
.price {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  margin-bottom: 22px;
}

.price span {
  font-size: 16px;
  font-weight: 500;
}

/* Button (White) */
.pricing-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #008080;
  border: 2px solid #008080;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 26px;
  transition: all 0.25s ease;
}

.pricing-btn:hover {
  background-color: #008080;
  color: #ffffff;
}

/* List */
.ov-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.ov-pricing-card ul li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #444;
}

.ov-pricing-card ul li::before {
  content: "✓";
  color: #008080;
  font-weight: 700;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 1000px) {
  .ov-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ov-pricing-grid {
    grid-template-columns: 1fr;
  }

  .ov-pricing-section h2.ov-pricing-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7952c95 *//* ===== SSL Comparison Section ===== */
.ssl-compare-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-compare-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.ssl-compare-section h2.ssl-compare-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080; /* BRAND COLOR */
  margin-bottom: 14px;
}

/* Subtitle */
.ssl-compare-subtitle {
  font-size: 18px;
  color: #444;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* Table Wrapper */
.ssl-compare-table-wrap {
  overflow-x: auto;
}

/* Table */
.ssl-compare-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

/* Cells */
.ssl-compare-table th,
.ssl-compare-table td {
  border: 1px solid #dddddd;
  padding: 16px 18px;
  font-size: 15px;
}

/* Header */
.ssl-compare-table thead th {
  background: #f5fefe;
  font-weight: 700;
}

.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 columns */
.ssl-compare-table td {
  text-align: center;
}

/* Highlight EV column */
.ssl-compare-table .highlight {
  background: #f0fbfb;
  color: #008080;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .ssl-compare-section h2.ssl-compare-title {
    font-size: 32px;
  }

  .ssl-compare-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e003a4 *//* ===== OV SSL Features Section ===== */
.ov-features-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ov-features-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.ov-features-section h2.ov-features-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080; /* BRAND COLOR */
  margin-bottom: 60px;
}

/* Grid */
.ov-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* Feature Card */
.ov-feature {
  max-width: 360px;
}

.ov-icon {
  width: 56px;
  height: 56px;
  background: #e8f5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

/* Title */
.ov-feature h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

/* Text */
.ov-feature p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .ov-features-section h2.ov-features-title {
    font-size: 32px;
  }

  .ov-features-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ov-feature {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65d350f *//* ===== OV SSL Validation Section ===== */
.ov-validation-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ov-validation-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Heading */
.ov-validation-section h2 {
  font-size: 44px;
  font-weight: 800;
  color: #008080; /* BRAND COLOR */
  margin-bottom: 20px;
}

/* Intro */
.ov-validation-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
  max-width: 520px;
}

/* Steps */
.ov-validation-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ov-validation-steps li {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}

.step-number {
  min-width: 38px;
  height: 38px;
  background: #008080;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.ov-validation-steps strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #000;
}

.ov-validation-steps p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Visual */
.ov-validation-visual {
  border-radius: 24px;
  overflow: hidden;
}

.ov-validation-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .ov-validation-container {
    grid-template-columns: 1fr;
  }

  .ov-validation-section h2 {
    font-size: 32px;
  }

  .ov-validation-intro {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62d4f20 *//* ===== Who Should Use SSL (DV / OV / EV reusable) ===== */
.ssl-who-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-who-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading — BRAND COLOR */
.ssl-who-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080 !important; /* BRAND COLOR ENFORCED */
  margin-bottom: 80px;
}

/* Grid */
.ssl-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 40px;
  justify-items: center;
}

/* Item */
.ssl-who-item {
  max-width: 260px;
}

/* Icon Circle */
.ssl-icon-circle {
  width: 120px;
  height: 120px;
  background: #e9f6f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  margin: 0 auto 22px;
}

/* Text */
.ssl-who-item p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 900px) {
  .ssl-who-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ssl-who-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f411787 *//* 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 */