.elementor-12063 .elementor-element.elementor-element-6dddaa2{--display:flex;}.elementor-12063 .elementor-element.elementor-element-9e3ddac{--display:flex;}.elementor-12063 .elementor-element.elementor-element-1ada2b3{--display:flex;}.elementor-12063 .elementor-element.elementor-element-7afb681{--display:flex;}.elementor-12063 .elementor-element.elementor-element-63889be{--display:flex;}.elementor-12063 .elementor-element.elementor-element-11fd22a{--display:flex;}.elementor-12063 .elementor-element.elementor-element-1fe75a2{--display:flex;}.elementor-12063 .elementor-element.elementor-element-c5876f9{--display:flex;}.elementor-12063 .elementor-element.elementor-element-817f1a3{--display:flex;}.elementor-12063 .elementor-element.elementor-element-8a0eb84{--display:flex;}.elementor-12063 .elementor-element.elementor-element-d0a6902{--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-266caa9 */.network-hero {
  background: #f4f6f7;
  padding: 120px 20px;
}

.network-container {
  max-width: 1200px;
  margin: 0 auto;
}

.network-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Badge */
.network-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 25px;
}

/* Heading */
.network-left h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #222;
}

/* Description */
.network-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #444;
}

/* Buttons */
.network-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.network-btn {
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.network-btn.primary {
  background: #008080;
  color: #fff;
}

.network-btn.primary:hover {
  background: #006666;
}

.network-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.network-btn.outline:hover {
  background: #008080;
  color: #fff;
}

/* Right Side */
.trust-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.trust-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.trust-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-box li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

/* Trust Strip */
.trust-strip {
  background: #008080;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.trust-strip h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.trust-strip p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .network-grid {
    grid-template-columns: 1fr;
  }

  .network-left h1 {
    font-size: 32px;
  }

  .trust-strip {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20cf5e8 */.ns-brand-section {
  background: #ffffff;
  padding: 120px 20px;
}

.ns-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ns-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}

/* LEFT SIDE */
.ns-left h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 20px;
}

.ns-intro {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}

.ns-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

.ns-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #008080;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.ns-btn:hover {
  background: #006666;
}

/* RIGHT SIDE GRID */
.ns-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.ns-card {
  background: #f4f6f7;
  padding: 25px;
  border-radius: 14px;
  transition: 0.3s ease;
}

.ns-card:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transform: translateY(-5px);
}

.ns-icon {
  font-size: 28px;
  margin-bottom: 10px;
  color: #008080;
}

.ns-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.ns-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .ns-grid {
    grid-template-columns: 1fr;
  }

  .ns-right {
    grid-template-columns: 1fr;
  }

  .ns-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02d0592 */.size-security-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.size-container {
  max-width: 1200px;
  margin: 0 auto;
}

.size-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.size-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
}

/* Flow Layout */
.size-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Cards */
.size-card {
  background: #f8fbfa;
  padding: 35px 30px;
  border-radius: 18px;
  width: 300px;
  text-align: left;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.size-card:hover {
  transform: translateY(-8px);
}

.size-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.size-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.size-highlight {
  font-weight: 600;
  color: #008080;
  margin-bottom: 15px;
  font-size: 14px;
}

.size-card ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.size-card li {
  margin-bottom: 8px;
  color: #444;
}

/* Flow Arrow */
.flow-arrow {
  font-size: 26px;
  color: #008080;
  font-weight: bold;
}

/* Emphasis on Enterprise */
.size-card.enterprise {
  border-top: 5px solid #008080;
}

/* Responsive */
@media (max-width: 992px) {
  .size-flow {
    flex-direction: column;
  }

  .flow-arrow {
    display: none;
  }

  .size-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-706530d */.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: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.ssl-table th {
  background: #008080;
  color: #ffffff;
  padding: 15px;
  font-size: 14px;
}

.ssl-table td {
  padding: 14px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  text-align: center;
}

.ssl-table td:first-child {
  text-align: left;
  font-weight: 600;
  background: #f9f9f9;
}

/* Buy Buttons */
.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 ease;
}

.buy-btn:hover {
  background: #006666;
}

.buy-btn.highlight {
  background: #004d4d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55e7607 */.validation-compare-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.validation-container {
  max-width: 1200px;
  margin: 0 auto;
}

.validation-compare-section h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 10px;
}

.validation-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 60px;
}

/* Comparison Layout */
.validation-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Boxes */
.validation-box {
  background: #f8fbfa;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: left;
  border: 1px solid #e6f2f2;
  transition: 0.3s ease;
}

.validation-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* Headings */
.validation-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

/* Highlight Text */
.validation-highlight {
  font-weight: 600;
  color: #008080;
  margin-bottom: 15px;
  font-size: 14px;
}

/* List */
.validation-box ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.validation-box li {
  margin-bottom: 8px;
  color: #444;
}

/* EV Highlight */
.validation-box.ev {
  border: 2px solid #008080;
  background: #ffffff;
}

.recommended {
  background: #008080;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .validation-compare {
    grid-template-columns: 1fr;
  }

  .validation-compare-section h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1f0a7c */.security-features-section {
  background: #ffffff;
  padding: 120px 20px;
}

.security-container {
  max-width: 1100px;
  margin: 0 auto;
}

.security-header {
  text-align: center;
  margin-bottom: 70px;
}

.security-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.security-header p {
  font-size: 17px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

/* Grid */
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* Feature Item */
.security-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: #f8fbfa;
  border-radius: 16px;
  border-left: 5px solid #008080;
  transition: 0.3s ease;
}

.security-item:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* Badge */
.security-badge {
  min-width: 60px;
  height: 60px;
  background: #008080;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  flex-shrink: 0;
}

/* Text */
.security-item h4 {
  margin-bottom: 6px;
  font-size: 18px;
}

.security-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: 1fr;
  }

  .security-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fdb311 */.ns-benefits-section {
  background: #f4f6f7;
  padding: 120px 20px;
  text-align: center;
}

.ns-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ns-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.ns-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.ns-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Items */
.ns-benefit-item {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.ns-benefit-item:hover {
  transform: translateY(-8px);
}

.ns-icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #008080;
}

.ns-benefit-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.ns-benefit-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Highlight Box */
.ns-benefit-item.highlight {
  border-top: 4px solid #008080;
}

/* Responsive */
@media (max-width: 992px) {
  .ns-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ns-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ns-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f080491 */.ssl-process-section {
  background: #f4f6f7;
  padding: 120px 20px;
  text-align: center;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.process-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.process-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
}

/* Steps Layout */
.process-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Individual Step */
.process-step {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  width: 200px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.process-step:hover {
  transform: translateY(-6px);
}

.step-number {
  background: #008080;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.process-step h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* Connecting Line */
.process-line {
  width: 40px;
  height: 3px;
  background: #008080;
}

/* Responsive */
@media (max-width: 992px) {
  .process-steps {
    flex-direction: column;
  }

  .process-line {
    width: 3px;
    height: 40px;
  }

  .process-step {
    width: 100%;
    max-width: 350px;
  }

  .process-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec6df9f */.geotrust-final-cta {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 120px 20px;
  text-align: center;
}

.cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Only H2 brand color */
.cta-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Subtext */
.cta-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Primary Button */
.cta-btn.primary {
  background: #008080;
  color: #ffffff;
}

.cta-btn.primary:hover {
  background: #006666;
}

/* Outline Button */
.cta-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.cta-btn.outline:hover {
  background: #008080;
  color: #ffffff;
}

/* Ghost Button */
.cta-btn.ghost {
  color: #008080;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-caafd0c *//* 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 */