.elementor-331 .elementor-element.elementor-element-79cea0f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-d993cdf */.jagruthi-gtt-page {
  max-width: 1050px;
  margin: 0 auto;
  padding: 25px;
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: linear-gradient(135deg, #f0f9ff, #ffffff);
  border-radius: 22px;
}

.gtt-hero {
  text-align: center;
  padding: 38px 25px;
  background: linear-gradient(135deg, #005b96, #00a6a6);
  color: #ffffff;
  border-radius: 22px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0, 91, 150, 0.25);
}

.gtt-hero h1 {
  font-size: 34px;
  margin: 0 0 12px;
  font-weight: 800;
}

.gtt-hero p {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.gtt-card {
  background: #ffffff;
  padding: 26px 30px;
  margin-bottom: 22px;
  border-radius: 18px;
  border-left: 7px solid #00a6a6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.gtt-card h2,
.gtt-alert h2 {
  margin-top: 0;
  color: #005b96;
  font-size: 24px;
  font-weight: 800;
}

.gtt-card ul {
  margin: 0;
  padding-left: 22px;
}

.gtt-card li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}

.gtt-card li::marker {
  color: #00a6a6;
  font-size: 20px;
}

.gtt-alert {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  padding: 26px 30px;
  margin-bottom: 22px;
  border-radius: 18px;
  border-left: 7px solid #f97316;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.15);
}

.gtt-alert p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #7c2d12;
  font-weight: 600;
}

.gtt-footer {
  text-align: center;
  padding: 22px;
  background: #003f63;
  color: #ffffff;
  border-radius: 18px;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .jagruthi-gtt-page {
    padding: 15px;
  }

  .gtt-hero h1 {
    font-size: 26px;
  }

  .gtt-hero p,
  .gtt-card li,
  .gtt-alert p {
    font-size: 16px;
  }

  .gtt-card,
  .gtt-alert {
    padding: 22px;
  }
}/* End custom CSS */