.elementor-12017 .elementor-element.elementor-element-78acf14{--display:flex;}.elementor-12017 .elementor-element.elementor-element-01e06a6{--display:flex;}.elementor-12017 .elementor-element.elementor-element-3517321{--display:flex;}.elementor-12017 .elementor-element.elementor-element-339cee7{--display:flex;}.elementor-12017 .elementor-element.elementor-element-9c9fc5c{--display:flex;}.elementor-12017 .elementor-element.elementor-element-cd6b4fc{--display:flex;}.elementor-12017 .elementor-element.elementor-element-c0362fa{--display:flex;}.elementor-12017 .elementor-element.elementor-element-9bcf26a{--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-6c3a0e3 */.ssl-split-hero {
  background: #f4f6f7;
  padding: 120px 20px;
}

.ssl-hero-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ssl-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT */
.ssl-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 25px;
}

.ssl-hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #222;
}

.ssl-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #444;
}

.ssl-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 35px;
  font-size: 15px;
  color: #333;
}

.ssl-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn.primary {
  background: #008080;
  color: #fff;
}

.btn.primary:hover {
  background: #006666;
}

.btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.btn.outline:hover {
  background: #008080;
  color: #fff;
}

.btn.link {
  color: #008080;
  align-self: center;
  padding: 0;
}

/* RIGHT */
.why-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.why-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
}

.why-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-card li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.stats-bar {
  background: #008080;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.stat h4 {
  font-size: 26px;
  margin-bottom: 5px;
}

.stat p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .ssl-hero-grid {
    grid-template-columns: 1fr;
  }

  .ssl-hero-left h1 {
    font-size: 34px;
  }

  .stats-bar {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e1f5f */.gs-authority-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.gs-authority-container {
  max-width: 1100px;
  margin: 0 auto;
}

.gs-authority-container h2 {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.gs-authority-subtitle {
  font-size: 17px;
  color: #555;
  max-width: 750px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
}

/* Divider Line */
.gs-divider {
  width: 80px;
  height: 4px;
  background: #008080;
  margin: 30px auto 60px auto;
  border-radius: 4px;
}

/* Grid Layout */
.gs-authority-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  text-align: center;
}

/* Individual Item */
.gs-authority-item {
  padding: 10px;
  transition: 0.3s ease;
}

.gs-authority-item:hover {
  transform: translateY(-6px);
}

.gs-icon {
  font-size: 36px;
  margin-bottom: 20px;
  color: #008080;
}

.gs-authority-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #008080;
}

.gs-authority-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .gs-authority-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .gs-authority-grid {
    grid-template-columns: 1fr;
  }

  .gs-authority-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1026bd1 */.validation-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.validation-container {
  max-width: 900px;
  margin: 0 auto;
}

.validation-section h2 {
  font-size: 38px;
  color: #008080;
  margin-bottom: 15px;
  font-weight: 700;
}

.validation-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 80px;
}

/* Ladder Layout */
.validation-ladder {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

/* Vertical Line */
.validation-ladder::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e0f2f2;
  transform: translateX(-50%);
}

/* Items */
.validation-item {
  background: #f8fbfa;
  padding: 35px;
  border-radius: 18px;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  position: relative;
  transition: 0.3s ease;
}

.validation-item:hover {
  transform: translateY(-6px);
}

/* Icon */
.validation-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

/* Headings */
.validation-item h3 {
  margin-bottom: 10px;
  color: #008080;
  font-size: 20px;
}

.validation-item p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

/* Tag */
.validation-tag {
  display: inline-block;
  background: #e6f5f5;
  color: #008080;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

/* Progressive Emphasis */
.validation-item.dv {
  opacity: 0.85;
}

.validation-item.ov {
  opacity: 0.95;
}

.validation-item.ev {
  background: #008080;
  color: #ffffff;
}

.validation-item.ev h3,
.validation-item.ev p {
  color: #ffffff;
}

.validation-item.ev .validation-tag {
  background: #ffffff;
  color: #008080;
}

/* Responsive */
@media (max-width: 768px) {
  .validation-item {
    width: 100%;
  }

  .validation-ladder::before {
    left: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a49183 */.ssl-pricing-section {
  background: #f4f6f7;
  padding: 100px 20px;
}

.pricing-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pricing-container h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #008080;
  font-size: 34px;
}

.table-wrapper {
  overflow-x: auto;
}

.ssl-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.ssl-table th {
  background: #008080;
  color: #fff;
  padding: 15px;
  font-size: 14px;
}

.ssl-table td {
  padding: 14px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  text-align: center;
}

.ssl-table td:first-child {
  text-align: left;
  font-weight: 600;
  background: #f9f9f9;
}

.buy-row td {
  padding: 20px 10px;
}

.buy-btn {
  padding: 10px 18px;
  background: #008080;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.buy-btn:hover {
  background: #006666;
}

.buy-btn.highlight {
  background: #004d4d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06ea1c4 */.business-stage-section {
  background: #ffffff;
  padding: 120px 20px;
}

.stage-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.stage-container h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.stage-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
}

/* Grid */
.stage-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Item */
.stage-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f6f7;
  padding: 25px 35px;
  border-radius: 14px;
  transition: 0.3s ease;
  border-left: 5px solid #008080;
}

.stage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.stage-left {
  text-align: left;
}

.stage-left h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #222;
}

.stage-left span {
  font-size: 14px;
  color: #666;
}

.stage-right {
  background: #008080;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
}

.stage-right.highlight {
  background: #004d4d;
}

/* Responsive */
@media (max-width: 768px) {
  .stage-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .stage-right {
    align-self: flex-start;
  }

  .stage-container h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98a3cd4 */.ssl-risk-section {
  background: #ffffff;
  padding: 120px 20px;
}

.risk-container {
  max-width: 1150px;
  margin: 0 auto;
}

.risk-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: start;
}

/* LEFT */
.risk-left h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.risk-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

.risk-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.risk-icon {
  font-size: 22px;
  background: #e6f5f5;
  color: #008080;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.risk-item h4 {
  margin-bottom: 6px;
  font-size: 18px;
}

.risk-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* RIGHT PANEL */
.risk-highlight {
  background: #f4f6f7;
  padding: 35px;
  border-radius: 16px;
  border-top: 5px solid #008080;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.risk-highlight h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.risk-highlight ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.risk-highlight li {
  margin-bottom: 10px;
  font-size: 15px;
}

.risk-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #008080;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.risk-btn:hover {
  background: #006666;
}

/* Responsive */
@media (max-width: 992px) {
  .risk-grid {
    grid-template-columns: 1fr;
  }

  .risk-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7359e1 *//* 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 */