.elementor-11952 .elementor-element.elementor-element-b0c2e55{--display:flex;}.elementor-11952 .elementor-element.elementor-element-434bd7f{--display:flex;}.elementor-11952 .elementor-element.elementor-element-1be42bd{--display:flex;}.elementor-11952 .elementor-element.elementor-element-2c115d7{--display:flex;}.elementor-11952 .elementor-element.elementor-element-e2f4932{--display:flex;}.elementor-11952 .elementor-element.elementor-element-aca8824{--display:flex;}.elementor-11952 .elementor-element.elementor-element-158431c{--display:flex;}.elementor-11952 .elementor-element.elementor-element-b8a218a{--display:flex;}.elementor-11952 .elementor-element.elementor-element-7c160f3{--display:flex;}.elementor-11952 .elementor-element.elementor-element-46c173c{--display:flex;}.elementor-11952 .elementor-element.elementor-element-fa76fd4{--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-b0f7e90 */.sslcom-hero {
  background: linear-gradient(135deg, #f4f9f9, #ffffff);
  padding: 130px 20px;
}

.sslcom-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.sslcom-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* H1 */
.sslcom-content h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

.hero-description {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

/* Highlights */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  font-size: 14px;
  margin-bottom: 35px;
  color: #008080;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn.primary {
  background: #008080;
  color: #fff;
}

.hero-btn.primary:hover {
  background: #006666;
}

.hero-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.hero-btn.outline:hover {
  background: #008080;
  color: #fff;
}

.hero-btn.ghost {
  color: #008080;
  text-decoration: underline;
}

/* Right Panel */
.sslcom-panel {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.panel-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.panel-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.panel-box ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
}

.panel-stats {
  display: flex;
  justify-content: space-between;
  background: #008080;
  padding: 25px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.panel-stats strong {
  font-size: 20px;
  display: block;
}

.panel-stats span {
  font-size: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .sslcom-grid {
    grid-template-columns: 1fr;
  }

  .sslcom-content h1 {
    font-size: 28px;
  }

  .panel-stats {
    flex-direction: column;
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e8264a */.sslcom-problem-solution {
  background: #ffffff;
  padding: 130px 20px;
}

.ps-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

.ps-wrapper h2 {
  font-size: 35px;
  text-align: center;
  color: #008080;
  margin-bottom: 70px;
  font-weight: 700;
}

/* Grid Layout */
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* LEFT – Problems */
.ps-problems {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 16px;
}

.ps-problems h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.ps-item {
  margin-bottom: 25px;
}

.ps-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #c0392b;
}

.ps-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* RIGHT – Solution */
.ps-solution {
  background: linear-gradient(135deg, #f4f9f9, #ffffff);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.ps-solution h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.ps-solution p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555;
}

.ps-solution ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.ps-solution ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #008080;
}

/* Button */
.ps-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #008080;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.ps-btn:hover {
  background: #006666;
}

/* Responsive */
@media (max-width: 900px) {
  .ps-grid {
    grid-template-columns: 1fr;
  }

  .ps-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b3e375 */.ssl-ecosystem-flow {
  background: #ffffff;
  padding: 140px 20px;
}

.flow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.flow-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

.flow-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 80px;
  line-height: 1.7;
}

/* Flow Row */
.flow-row {
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
  gap: 60px;
  align-items: center;
}

/* Left & Right */
.flow-left,
.flow-right {
  text-align: left;
}

.flow-left h3,
.flow-right h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.flow-left ul,
.flow-right ul {
  list-style: none;
  padding: 0;
}

.flow-left li,
.flow-right li {
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #444;
}

/* Middle SSL Layer */
.flow-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssl-layer {
  background: #008080;
  color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .flow-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .flow-left,
  .flow-right {
    text-align: center;
  }

  .ssl-layer {
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eeed9dd */.ssl-pricing-section {
  background: #ffffff;
  padding: 120px 20px;
}

.pricing-container {
  max-width: 1300px;
  margin: 0 auto;
}

.pricing-container h2 {
  font-size: 35px;
  color: #008080;
  text-align: center;
  margin-bottom: 60px;
}

/* Responsive wrapper */
.table-responsive {
  overflow-x: auto;
}

/* Table */
.ssl-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.ssl-pricing-table th {
  background: #f4f4f4;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.ssl-pricing-table td {
  padding: 14px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.ssl-pricing-table tbody tr:hover {
  background: #f9fdfd;
}

/* Buy Button */
.buy-btn {
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.buy-btn:hover {
  background: #006666;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .pricing-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3f0d11 */.ssl-usecase-section {
  background: #ffffff;
  padding: 120px 20px;
}

.usecase-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Only H2 brand color */
.usecase-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 15px;
  font-weight: 700;
}

.usecase-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 60px;
}

/* Rows */
.usecase-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.usecase-row {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.usecase-row:hover {
  transform: translateY(-4px);
}

.need {
  text-align: right;
  font-weight: 600;
  color: #333;
}

.arrow {
  font-size: 20px;
  color: #008080;
  font-weight: 700;
}

.recommend {
  text-align: left;
  font-weight: 600;
  color: #008080;
}

/* Highlight payment row */
.highlight {
  border: 2px solid #008080;
}

/* CTA Buttons */
.usecase-cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.usecase-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.usecase-btn.primary {
  background: #008080;
  color: #fff;
}

.usecase-btn.primary:hover {
  background: #006666;
}

.usecase-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.usecase-btn.outline:hover {
  background: #008080;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .usecase-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .need, .recommend {
    text-align: center;
  }

  .arrow {
    display: none;
  }

  .usecase-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91c57e1 */.ssl-technology-section {
  background: #ffffff;
  padding: 140px 20px;
}

.technology-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* H2 */
.technology-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 700;
}

/* Layout */
.technology-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: start;
}

/* Left Content */
.tech-block {
  margin-bottom: 40px;
}

.tech-block h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
}

.tech-block p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* Right Stack */
.technology-stack {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stack-layer {
  background: #f4f4f4;
  padding: 18px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  border-left: 4px solid #ddd;
}

.stack-layer.highlight {
  background: #008080;
  color: #ffffff;
  border-left: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .technology-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .technology-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d0f205 */.ssl-issuance-section {
  background: #ffffff;
  padding: 120px 20px;
}

.issuance-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.issuance-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 80px;
  font-weight: 700;
}

/* Steps Layout */
.issuance-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}

/* Connecting line */
.issuance-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #008080;
  z-index: 0;
}

/* Step Card */
.step {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.step:hover {
  transform: translateY(-6px);
}

/* Circle Number */
.step-circle {
  width: 60px;
  height: 60px;
  background: #008080;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 20px auto;
}

/* Step Title */
.step h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

/* Step Text */
.step p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .issuance-steps {
    grid-template-columns: 1fr;
  }

  .issuance-steps::before {
    display: none;
  }

  .issuance-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df17805 */.ssl-compatibility-section {
  background: #ffffff;
  padding: 120px 20px;
}

.compatibility-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Only H2 brand color */
.compatibility-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

.compatibility-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.7;
}

/* Grid */
.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Item */
.compatibility-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.compatibility-item:hover {
  border-color: #008080;
  transform: translateY(-6px);
}

.compatibility-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.compatibility-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .compatibility-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .compatibility-grid {
    grid-template-columns: 1fr;
  }

  .compatibility-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0da670 */.ssl-final-cta {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 140px 20px;
  text-align: center;
}

.final-cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* H2 brand color */
.final-cta-wrapper h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 25px;
  font-weight: 700;
}

.final-cta-text {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Trust points */
.trust-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  font-size: 14px;
  color: #008080;
  margin-bottom: 45px;
  font-weight: 500;
}

/* CTA Button */
.final-cta-btn {
  background: #008080;
  color: #fff;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}

.final-cta-btn:hover {
  background: #006666;
}

/* Responsive */
@media (max-width: 768px) {
  .final-cta-wrapper h2 {
    font-size: 28px;
  }

  .trust-points {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65737bb *//* 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 */