.elementor-11924 .elementor-element.elementor-element-adf68b0{--display:flex;}.elementor-11924 .elementor-element.elementor-element-1f947e0{--display:flex;}.elementor-11924 .elementor-element.elementor-element-2315071{--display:flex;}.elementor-11924 .elementor-element.elementor-element-0850db4{--display:flex;}.elementor-11924 .elementor-element.elementor-element-0340fe4{--display:flex;}.elementor-11924 .elementor-element.elementor-element-bb784e7{--display:flex;}.elementor-11924 .elementor-element.elementor-element-81f98f0{--display:flex;}.elementor-11924 .elementor-element.elementor-element-6c42888{--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-d4d287d */.geotrust-hero {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 120px 20px;
}

.geotrust-container {
  max-width: 1150px;
  margin: 0 auto;
}

.geotrust-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.geotrust-content h1 {
  font-size: 35px;
  line-height: 1.2;
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-intro {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Highlights */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #0f3c64;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  font-size: 15px;
}

.hero-btn.primary {
  background: #008080;
  color: #ffffff;
}

.hero-btn.primary:hover {
  background: #092a45;
}

.hero-btn.outline {
  border: 2px solid #0f3c64;
  color: #0f3c64;
}

.hero-btn.outline:hover {
  background: #008080;
  color: #ffffff;
}

.hero-btn.ghost {
  background: transparent;
  color: #0f3c64;
  text-decoration: underline;
}

/* Right Panel */
.geotrust-panel {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  padding: 40px;
}

.panel-box h3 {
  margin-bottom: 20px;
  color: #008080;
}

.panel-box ul {
  list-style: none;
  padding: 0;
}

.panel-box ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .geotrust-grid {
    grid-template-columns: 1fr;
  }

  .geotrust-content h1 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5432ee6 */.geotrust-modern-section {
  background: #ffffff;
  padding: 130px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative background layer */
.geotrust-modern-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 600px;
  height: 100%;
  background: #008080;
  transform: skewX(-20deg);
  z-index: 0;
}

.modern-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* H2 */
.modern-left h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 50px;
  font-weight: 700;
}

/* H3 */
.modern-block h3 {
  font-size: 25px;
  margin-bottom: 12px;
  color: #008080;
}

/* Text */
.modern-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 35px;
}

.modern-block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.modern-block ul li {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.modern-block ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #008080;
}

/* Right Strip */
.modern-right {
  display: flex;
  align-items: center;
}

.trust-strip {
  background: #ffffff;
  padding: 40px;
  border-left: 6px solid #008080;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.trust-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #008080;
  margin-bottom: 15px;
  font-weight: 600;
}

.trust-strip p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {

  .geotrust-modern-section::before {
    display: none;
  }

  .modern-wrapper {
    grid-template-columns: 1fr;
  }

  .modern-left h2 {
    font-size: 28px;
  }

  .modern-block h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01cbb61 */.geotrust-benefits-section {
  background: #ffffff;
  padding: 120px 20px;
}

.benefits-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Only H2 brand color */
.benefits-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 70px;
  font-weight: 700;
}

/* Grid Layout */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}

/* Benefit Item */
.benefit-item {
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

/* Icon */
.benefit-icon {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 12px;
}

/* H3 Neutral Color */
.benefit-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

/* Paragraph */
.benefit-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e529f57 */.geotrust-clean-pricing {
  background: #ffffff;
  padding: 120px 20px;
}

.clean-pricing-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.clean-pricing-wrapper h2 {
  font-size: 35px;
  color: #008080;
  text-align: center;
  margin-bottom: 60px;
}

/* Responsive wrapper */
.table-responsive {
  overflow-x: auto;
}

/* Table styling */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.pricing-table th {
  background: #f4f4f4;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}

.pricing-table td {
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.pricing-table tbody tr:hover {
  background: #f9fdfd;
}

/* Highlight EV row */
.highlight-row {
  background: #f2fafa;
  font-weight: 600;
}

/* Button */
.buy-btn {
  background: #008080;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.buy-btn:hover {
  background: #006666;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d4e0c */.geotrust-recommend-section {
  background: #f8f9f9;
  padding: 120px 20px;
}

.recommend-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Only H2 in brand color */
.recommend-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 70px;
  font-weight: 700;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.recommend-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.recommend-card:hover {
  transform: translateY(-6px);
}

.recommend-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
}

.recommend-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #555;
}

.recommend-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.recommend-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

/* Featured Middle Card */
.recommend-card.featured {
  border: 2px solid #008080;
}

/* Button */
.recommend-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #008080;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.recommend-btn:hover {
  background: #006666;
}

/* Responsive */
@media (max-width: 900px) {
  .recommend-grid {
    grid-template-columns: 1fr;
  }

  .recommend-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5146084 */.geotrust-security-section {
  background: #ffffff;
  padding: 120px 20px;
}

.security-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.security-wrapper h2 {
  font-size: 35px;
  color: #008080;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 700;
}

/* Grid Layout */
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}

/* Feature Item */
.security-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.security-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #222;
}

.security-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .security-grid {
    grid-template-columns: 1fr;
  }

  .security-wrapper h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e4f875 */.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 */