.elementor-12049 .elementor-element.elementor-element-a61c0b0{--display:flex;}.elementor-12049 .elementor-element.elementor-element-f719e07{--display:flex;}.elementor-12049 .elementor-element.elementor-element-09b2f8c{--display:flex;}.elementor-12049 .elementor-element.elementor-element-e694e33{--display:flex;}.elementor-12049 .elementor-element.elementor-element-ca30589{--display:flex;}.elementor-12049 .elementor-element.elementor-element-241a06e{--display:flex;}.elementor-12049 .elementor-element.elementor-element-301763b{--display:flex;}.elementor-12049 .elementor-element.elementor-element-94fe4ad{--display:flex;}.elementor-12049 .elementor-element.elementor-element-619b267{--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-6f47f9f */.entrust-hero {
  background: linear-gradient(135deg, #f4f6f7, #eaf4f4);
  padding: 130px 20px;
}

.entrust-container {
  max-width: 1200px;
  margin: 0 auto;
}

.entrust-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Badge */
.entrust-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 25px;
}

/* Heading */
.entrust-left h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #222;
}

/* Description */
.entrust-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #444;
}

/* Buttons */
.entrust-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.entrust-btn {
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.entrust-btn.primary {
  background: #008080;
  color: #fff;
}

.entrust-btn.primary:hover {
  background: #006666;
}

.entrust-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.entrust-btn.outline:hover {
  background: #008080;
  color: #fff;
}

/* Right Card */
.security-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  margin-bottom: 25px;
}

.security-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.security-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.security-card li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

/* Stats */
.security-stats {
  background: #008080;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.security-stats h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.security-stats p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .entrust-grid {
    grid-template-columns: 1fr;
  }

  .entrust-left h1 {
    font-size: 32px;
  }

  .security-stats {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b9f9aa */.entrust-trust-section {
  background: #ffffff;
  padding: 120px 20px;
}

.trust-container {
  max-width: 1200px;
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: start;
}

/* LEFT STORY */
.trust-left h2 {
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

.trust-left p {
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.trust-intro {
  font-weight: 600;
  color: #333;
}

/* RIGHT PILLARS */
.trust-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.trust-pill {
  display: flex;
  gap: 18px;
  padding: 25px;
  background: #f8fbfa;
  border-radius: 14px;
  border-left: 4px solid #008080;
  transition: 0.3s ease;
}

.trust-pill:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transform: translateY(-4px);
}

.pill-icon {
  font-size: 26px;
  color: #008080;
  flex-shrink: 0;
}

.trust-pill h4 {
  margin-bottom: 6px;
  font-weight: 600;
}

.trust-pill p {
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f313c8c */.entrust-layers-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.layers-container {
  max-width: 1000px;
  margin: 0 auto;
}

.layers-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.layers-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
}

/* Stack */
.layers-stack {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

/* Layer Base */
.layer {
  position: relative;
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  text-align: left;
  transition: 0.3s ease;
}

.layer:hover {
  transform: translateY(-6px);
}

/* Slight visual depth effect */
.layer-standard {
  margin-left: 0;
}

.layer-wildcard {
  margin-left: 40px;
}

.layer-san {
  margin-left: 80px;
}

/* Layer Content */
.layer-label {
  display: inline-block;
  background: #e6f5f5;
  color: #008080;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.layer h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.layer p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.6;
}

.layer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.layer li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .layer-wildcard,
  .layer-san {
    margin-left: 0;
  }

  .layers-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-670e9d9 */.entrust-pricing-section {
  background: #ffffff;
  padding: 110px 20px;
}

.pricing-container {
  max-width: 1600px;
  margin: 0 auto;
}

.pricing-container h2 {
  text-align: center;
  color: #008080;
  margin-bottom: 40px;
  font-size: 32px;
}

.table-wrapper {
  overflow-x: auto;
}

.entrust-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.entrust-table th {
  background: #008080;
  color: #ffffff;
  padding: 14px;
  font-size: 14px;
}

.entrust-table td {
  padding: 14px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.entrust-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;
}

.buy-btn:hover {
  background: #006666;
}

.buy-btn.highlight {
  background: #004d4d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06e9f0b */.enterprise-usecase-section {
  background: #ffffff;
  padding: 120px 20px;
}

.enterprise-container {
  max-width: 1000px;
  margin: 0 auto;
}

.enterprise-header {
  text-align: center;
  margin-bottom: 70px;
}

.enterprise-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.enterprise-header p {
  font-size: 17px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Pillars */
.enterprise-pillars {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.enterprise-pillar {
  background: #f8fbfa;
  padding: 30px;
  border-left: 5px solid #008080;
  border-radius: 10px;
  transition: 0.3s ease;
}

.enterprise-pillar:hover {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transform: translateY(-5px);
}

.pillar-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.pillar-icon {
  font-size: 22px;
}

.enterprise-pillar h4 {
  font-size: 18px;
  margin: 0;
}

.enterprise-pillar p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d07815 */.entrust-advantages-section {
  background: #ffffff;
  padding: 120px 20px;
}

.advantages-container {
  max-width: 1150px;
  margin: 0 auto;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}

/* LEFT SIDE */
.advantages-left h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 20px;
}

.advantages-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.advantages-highlight {
  background: #ffffff;
  padding: 18px;
  border-left: 5px solid #008080;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/* RIGHT SIDE */
.advantages-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.advantage-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.adv-number {
  font-size: 18px;
  font-weight: 700;
  color: #008080;
  background: #e6f5f5;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.advantage-item h4 {
  margin-bottom: 6px;
  font-size: 18px;
}

.advantage-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abfa75f */.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-8187144 *//* 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 */