.elementor-12037 .elementor-element.elementor-element-223d7aa{--display:flex;}.elementor-12037 .elementor-element.elementor-element-efa1e17{--display:flex;}.elementor-12037 .elementor-element.elementor-element-beec82e{--display:flex;}.elementor-12037 .elementor-element.elementor-element-44576ac{--display:flex;}.elementor-12037 .elementor-element.elementor-element-59888ea{--display:flex;}.elementor-12037 .elementor-element.elementor-element-c08e21e{--display:flex;}.elementor-12037 .elementor-element.elementor-element-1e9a274{--display:flex;}.elementor-12037 .elementor-element.elementor-element-9ce8b86{--display:flex;}.elementor-12037 .elementor-element.elementor-element-68c510c{--display:flex;}.elementor-12037 .elementor-element.elementor-element-1e05fc4{--display:flex;}.elementor-12037 .elementor-element.elementor-element-e3b1aed{--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-4ec863f */.thawte-hero {
  background: #f4f6f7;
  padding: 120px 20px;
}

.thawte-container {
  max-width: 1200px;
  margin: 0 auto;
}

.thawte-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Badge */
.thawte-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 25px;
}

/* Heading */
.thawte-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #222;
}

/* Description */
.thawte-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #444;
}

/* Buttons */
.thawte-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.thawte-btn {
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.thawte-btn.primary {
  background: #008080;
  color: #fff;
}

.thawte-btn.primary:hover {
  background: #006666;
}

.thawte-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.thawte-btn.outline:hover {
  background: #008080;
  color: #fff;
}

/* RIGHT SIDE */
.trust-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  margin-bottom: 25px;
}

.trust-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.trust-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-card li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

/* Stats */
.trust-stats {
  background: #008080;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
}

.trust-stats h4 {
  font-size: 26px;
  margin-bottom: 5px;
}

.trust-stats p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .thawte-grid {
    grid-template-columns: 1fr;
  }

  .thawte-left h1 {
    font-size: 32px;
  }

  .trust-stats {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7a852c */.thawte-about-section {
  background: #ffffff;
  padding: 120px 20px;
}

.thawte-about-container {
  max-width: 1200px;
  margin: 0 auto;
}

.thawte-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: start;
}

/* LEFT SIDE */
.about-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 20px;
}

.about-left h2 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #222;
}

.about-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

/* RIGHT SIDE CARDS */
.about-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.pillar-card {
  background: #f4f6f7;
  padding: 25px;
  border-radius: 14px;
  transition: 0.3s ease;
  border-left: 4px solid #008080;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.pillar-icon {
  font-size: 26px;
  margin-bottom: 10px;
}

.pillar-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.pillar-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .thawte-about-grid {
    grid-template-columns: 1fr;
  }

  .about-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be1f0d4 */.thawte-audience-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.audience-container {
  max-width: 1300px;
  margin: 0 auto;
}

.audience-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.audience-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Horizontal Strip */
.audience-strip {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}

.audience-item {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  flex: 1;
  min-width: 220px;
  transition: 0.3s ease;
  border-top: 4px solid #008080;
}

.audience-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.audience-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.audience-item h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.audience-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .audience-strip {
    justify-content: center;
  }

  .audience-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .audience-item {
    flex: 1 1 100%;
  }

  .audience-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c29244 */.ssl-pricing-section {
  background: #ffffff;
  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-83a2792 */.validation-simple-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.validation-container {
  max-width: 1200px;
  margin: 0 auto;
}

.validation-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 10px;
}

.validation-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
}

/* Cards Grid */
.validation-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.validation-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  text-align: left;
}

.validation-card:hover {
  transform: translateY(-8px);
}

/* Icon */
.card-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

/* Heading */
.validation-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

/* Benefit Highlight */
.card-highlight {
  font-weight: 600;
  color: #008080;
  margin-bottom: 15px;
  font-size: 15px;
}

/* List */
.validation-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.validation-card li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* Buttons */
.card-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #008080;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.card-btn:hover {
  background: #006666;
}

.card-btn.primary {
  background: #004d4d;
}

/* Highlight EV */
.validation-card.ev {
  border-top: 5px solid #008080;
}

/* Responsive */
@media (max-width: 992px) {
  .validation-cards {
    grid-template-columns: 1fr;
  }

  .validation-header h2 {
    font-size: 28px;
  }
}X1/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76e82d6 */.thawte-value-section {
  background: #ffffff;
  padding: 120px 20px;
}

.value-container {
  max-width: 1150px;
  margin: 0 auto;
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  align-items: start;
}

/* LEFT */
.value-left h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 20px;
}

.value-intro {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.value-highlight {
  background: #ffffff;
  padding: 20px;
  border-left: 5px solid #008080;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
}

/* RIGHT */
.value-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.value-item {
  display: flex;
  gap: 18px;
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  transition: 0.3s ease;
  border: 1px solid #eaeaea;
}

.value-item:hover {
  border-color: #008080;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.value-icon {
  font-size: 26px;
  background: #e6f5f5;
  color: #008080;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.value-item h4 {
  margin-bottom: 6px;
  font-size: 17px;
  color: #222;
}

.value-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b87151 */.real-benefits-section {
  background: #ffffff;
  padding: 120px 20px;
}

.benefits-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.benefits-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.benefits-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Staggered Layout */
.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: left;
}

.benefit-block {
  background: #f4f6f7;
  padding: 30px;
  border-radius: 14px;
  position: relative;
  transition: 0.3s ease;
}

.benefit-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.benefit-number {
  font-size: 14px;
  font-weight: 700;
  color: #008080;
  display: block;
  margin-bottom: 10px;
}

.benefit-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.benefit-block p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Make last item full width */
.benefit-block:nth-child(5) {
  grid-column: span 2;
}

/* Responsive */
@media (max-width: 900px) {
  .benefits-layout {
    grid-template-columns: 1fr;
  }

  .benefit-block:nth-child(5) {
    grid-column: span 1;
  }

  .benefits-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-074b2ec */.compatibility-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.compatibility-container {
  max-width: 1200px;
  margin: 0 auto;
}

.compatibility-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.compatibility-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Items */
.compatibility-item {
  background: #f8fbfa;
  padding: 35px 25px;
  border-radius: 16px;
  border: 1px solid #e6f2f2;
  transition: 0.3s ease;
}

.compatibility-item:hover {
  background: #ffffff;
  border-color: #008080;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transform: translateY(-6px);
}

.compat-icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #008080;
}

.compatibility-item h4 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #222;
}

.compatibility-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .compatibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .compatibility-grid {
    grid-template-columns: 1fr;
  }

  .compatibility-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-754fdeb */.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-934e03c *//* 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 */