.elementor-8533 .elementor-element.elementor-element-d813fc9{--display:flex;}.elementor-8533 .elementor-element.elementor-element-5f309fc{--display:flex;}.elementor-8533 .elementor-element.elementor-element-065a0d2{--display:flex;}.elementor-8533 .elementor-element.elementor-element-4788a65{--display:flex;}.elementor-8533 .elementor-element.elementor-element-078a91c{--display:flex;}.elementor-8533 .elementor-element.elementor-element-749c275{--display:flex;}.elementor-8533 .elementor-element.elementor-element-2d1d030{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7bb0868 *//* ===== SSL Hero Section ===== */
.ssl-hero-section {
  padding: 120px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Badge */
.ssl-hero-badge {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #cde8e6;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 30px;
  background: #f7fbfb;
}

/* Heading — BRAND COLOR */
.ssl-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #008080 !important; /* BRAND COLOR LOCKED */
  margin-bottom: 24px;
}

/* Description */
.ssl-hero-description {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 44px;
}

/* Buttons */
.ssl-hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}

.ssl-btn {
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* WHITE BUTTONS */
.ssl-btn-outline {
  background: #ffffff;
  color: #ff3b30;
  border: 2px solid #008080;
}

.ssl-btn-outline:hover {
  background: #008080;
  color: #ffffff;
}

/* Feature Line */
.ssl-hero-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .ssl-hero-title {
    font-size: 34px;
  }

  .ssl-hero-actions {
    flex-direction: column;
  }

  .ssl-hero-features {
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcb7620 *//* ===== Why Every Blog Needs SSL ===== */
.blog-ssl-why-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.blog-ssl-why-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.blog-ssl-why-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080 !important; /* BRAND COLOR */
  margin-bottom: 80px;
}

/* Grid */
.blog-ssl-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

/* Item */
.blog-ssl-why-item {
  max-width: 280px;
  margin: 0 auto;
}

/* Icon */
.blog-ssl-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #008080;
}

/* Title */
.blog-ssl-why-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #000;
}

/* Text */
.blog-ssl-why-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */
@media (max-width: 1000px) {
  .blog-ssl-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .blog-ssl-why-grid {
    grid-template-columns: 1fr;
  }

  .blog-ssl-why-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0469b35 *//* ===== Types of SSL for Blog Startups ===== */
.blog-ssl-types-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.blog-ssl-types-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.blog-ssl-types-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080 !important; /* BRAND COLOR */
  margin-bottom: 70px;
}

/* Grid */
.blog-ssl-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.blog-ssl-type-card {
  border: 1px solid #dbeeee;
  border-radius: 16px;
  padding: 36px 30px;
  text-align: left;
  background: #ffffff;
}

/* Highlighted (Free SSL) */
.blog-ssl-type-card.featured {
  background: #e9f6f5;
  border-color: #008080;
}

/* Card Title */
.blog-ssl-type-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #008080;
}

/* List */
.blog-ssl-type-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-ssl-type-card li {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}

/* Check Icon */
.blog-ssl-type-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008080;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 900px) {
  .blog-ssl-types-grid {
    grid-template-columns: 1fr;
  }

  .blog-ssl-types-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03fbf3c *//* ===== Blog SSL Providers ===== */
.blog-ssl-providers-section {
  padding: 120px 20px;
  background: #ffffff;
  font-family: inherit;
}

.blog-ssl-providers-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.blog-ssl-providers-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080 !important;
  margin-bottom: 80px;
}

/* Grid */
.blog-ssl-providers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.ssl-provider-card {
  border: 1px solid #dbeeee;
  border-radius: 16px;
  padding: 36px 26px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

/* Recommended */
.ssl-provider-card.recommended {
  border: 2px solid #008080;
  background: #f0fbfa;
}

/* Badge */
.provider-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: 20px;
}

/* Titles */
.ssl-provider-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.provider-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Price */
.provider-price {
  font-size: 26px;
  font-weight: 800;
  color: #008080;
  margin-bottom: 24px;
}

/* List */
.ssl-provider-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.ssl-provider-card li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
  color: #333;
}

.ssl-provider-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008080;
  font-weight: 700;
}

.ssl-provider-card li.con::before {
  content: "✕";
  color: #dc2626;
}

/* Button — WHITE */
.ssl-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #008080;
  color: #008080;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ssl-btn:hover {
  background: #008080;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1100px) {
  .blog-ssl-providers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-ssl-providers-grid {
    grid-template-columns: 1fr;
  }

  .blog-ssl-providers-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d44661f *//* ===== SSL Comparison Table ===== */
.ssl-compare-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-compare-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.ssl-compare-title {
  font-size: 44px;
  font-weight: 800;
  color: #008080 !important; /* BRAND COLOR */
  margin-bottom: 20px;
}

/* Intro */
.ssl-compare-intro {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 60px;
}

/* Table Wrapper */
.ssl-compare-table-wrapper {
  overflow-x: auto;
}

/* Table */
.ssl-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.ssl-compare-table th,
.ssl-compare-table td {
  padding: 16px 18px;
  border: 1px solid #dbeeee;
  text-align: center;
}

/* Header */
.ssl-compare-table thead th {
  background: #f4fbfa;
  font-weight: 700;
  color: #333;
}

.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;
}

/* Status colors */
.ssl-compare-table td.yes {
  color: #008080;
  font-weight: 700;
}

.ssl-compare-table td.no {
  color: #dc2626;
  font-weight: 700;
}

.ssl-compare-table td.warn {
  color: #d97706;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .ssl-compare-title {
    font-size: 32px;
  }

  .ssl-compare-intro {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03e3e08 *//* ===== SSL Blog Checklist ===== */
.ssl-checklist-section {
  padding: 120px 20px;
  background: #ffffff;
  font-family: inherit;
}

.ssl-checklist-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Arc Container */
.ssl-arc {
  position: relative;
  height: 420px;
  max-width: 900px;
  margin: 0 auto;
}

/* Center */
.ssl-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 260px;
  background: #f2f9f9;
  border-radius: 520px 520px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ssl-center h2 {
  font-size: 32px;
  font-weight: 800;
  color: #000;
}

.ssl-center h2 span {
  color: #008080;
}

/* Items */
.ssl-item {
  position: absolute;
  text-align: center;
  width: 140px;
}

/* Number Bubble */
.ssl-number {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text */
.ssl-item p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

/* Colors */
.item-1 .ssl-number { background: #fb923c; }
.item-2 .ssl-number { background: #38bdf8; }
.item-3 .ssl-number { background: #f472b6; }
.item-4 .ssl-number { background: #a855f7; }
.item-5 .ssl-number { background: #22c55e; }


/* Positioning (Arc) */
.item-1 { left: 0; bottom: 120px; }
.item-2 { left: 120px; top: 80px; }
.item-3 { left: 50%; top: 0; transform: translateX(-50%); }
.item-4 { right: 120px; top: 80px; }
.item-5 { right: 0; bottom: 120px; }

/* Responsive */
@media (max-width: 900px) {
  .ssl-arc {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ssl-item,
  .ssl-center {
    position: relative;
    transform: none;
    width: 100%;
  }

  .ssl-center {
    height: auto;
    border-radius: 20px;
    padding: 40px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9422bfc *//* 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 */