.elementor-10830 .elementor-element.elementor-element-1d839aa{--display:flex;}.elementor-10830 .elementor-element.elementor-element-7085582{width:100%;max-width:100%;text-align:center;}.elementor-10830 .elementor-element.elementor-element-7085582.elementor-element{--align-self:center;}.elementor-10830 .elementor-element.elementor-element-7085582 .elementor-heading-title{line-height:3.2rem;color:var( --e-global-color-secondary );}.elementor-10830 .elementor-element.elementor-element-15120bb{margin:17px 17px calc(var(--kit-widget-spacing, 0px) + 17px) 17px;text-align:center;}.elementor-10830 .elementor-element.elementor-element-15120bb .elementor-heading-title{font-size:16px;font-weight:300;line-height:1.4rem;}.elementor-10830 .elementor-element.elementor-element-8e4938d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10830 .elementor-element.elementor-element-8e4938d:not(.elementor-motion-effects-element-type-background), .elementor-10830 .elementor-element.elementor-element-8e4938d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-10830 .elementor-element.elementor-element-4a60193{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:30px;--margin-right:0px;}.elementor-10830 .elementor-element.elementor-element-a589ddd{width:100%;max-width:100%;}.elementor-10830 .elementor-element.elementor-element-05a0595{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10830 .elementor-element.elementor-element-be68aeb{margin:38px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-10830 .elementor-element.elementor-element-be68aeb.elementor-element{--align-self:flex-start;}.elementor-10830 .elementor-element.elementor-element-0686040{--display:flex;}.elementor-10830 .elementor-element.elementor-element-6414625{width:100%;max-width:100%;}@media(min-width:768px){.elementor-10830 .elementor-element.elementor-element-4a60193{--width:60%;}.elementor-10830 .elementor-element.elementor-element-05a0595{--width:50%;}}@media(max-width:1024px){.elementor-10830 .elementor-element.elementor-element-7085582{width:100%;max-width:100%;text-align:center;}.elementor-10830 .elementor-element.elementor-element-7085582.elementor-element{--align-self:center;}.elementor-10830 .elementor-element.elementor-element-15120bb .elementor-heading-title{line-height:1.5rem;}}@media(max-width:767px){.elementor-10830 .elementor-element.elementor-element-7085582{width:100%;max-width:100%;}.elementor-10830 .elementor-element.elementor-element-7085582 .elementor-heading-title{font-size:36px;line-height:2.4rem;}.elementor-10830 .elementor-element.elementor-element-15120bb .elementor-heading-title{font-size:16px;line-height:1.3em;}.elementor-10830 .elementor-element.elementor-element-6414625{width:100%;max-width:100%;}.elementor-10830 .elementor-element.elementor-element-6414625 .section-title h2{font-size:32px;}}/* Start custom CSS for container, class: .elementor-element-05a0595 *//* ===== Dark Section Background ===== */
.gst-dark-section {
  background: linear-gradient(135deg, #0f1b2d 0%, #1c2a3f 100%);
  padding: 80px 40px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

/* Soft glow background effect */
.gst-dark-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124,58,237,0.25), transparent 60%);
  top: -200px;
  right: -200px;
  z-index: 0;
}

/* ✅ Main card (same style like your gst-amend-card) */
.gst-amend-card{
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 34px 36px;
  border-radius: 22px;
  background: linear-gradient(180deg, #263343 0%, #222f3f 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 25px 70px rgba(0,0,0,.40);
  color: #e5e7eb;
  position: relative;
  z-index: 1;
}

.gst-amend-title{
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  color: #f3f4f6;
}

.gst-amend-sub{
  margin: 0 0 22px;
  max-width: 700px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(229,231,235,.78);
}

/* ===== CF7 Wrapper ===== */
.gst-cf7 {
  max-width: 520px;
  position: relative;
  z-index: 1;
  max-height: 290px;
}

/* Remove CF7 default margin */
.gst-cf7 .wpcf7-form p { margin: 0; }

/* ===== Input Fields ===== */
.gst-cf7 input[type="text"],
.gst-cf7 input[type="email"],
.gst-cf7 input[type="tel"] {
  width: 100%;
  height: 46px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 0 16px;
  font-size: 14px;
  color: #e2e8f0;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}

/* Placeholder */
.gst-cf7 input::placeholder {
  color: rgba(226,232,240,0.55);
}

/* Focus effect */
.gst-cf7 input:focus {
  outline: none;
  border-color: #7c3aed;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 3px rgba(124,58,237,0.25);
}

/* ===== Labels ===== */
.gst-cf7 label {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* ===== Gradient Button ===== */
.gst-cf7 input[type="submit"] {
  margin-top: 6px;
  width: 220px;
  height: 48px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Button Align Right like screenshot */
.gst-cf7 .wpcf7-submit{
  display: block;
  margin-left: auto;
}

/* Button Hover */
.gst-cf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(124,58,237,0.45);
}

/* ===== CF7 Error Styling ===== */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f87171;
  margin-top: -10px;
  margin-bottom: 10px;
}

.wpcf7-response-output {
  margin-top: 12px;
  border-radius: 10px;
  font-size: 13px;
}

/* ✅ Responsive */
@media (max-width: 600px){
  .gst-dark-section{ padding: 50px 16px; }
  .gst-amend-card{ padding: 22px 18px; }
  .gst-cf7 input[type="submit"]{ width: 100%; margin-left: 0; }
}/* End custom CSS */
/* Start custom CSS */<style>
  *{box-sizing:border-box}
  body{
    margin:0;
    font-family: Arial, sans-serif;
    color:#0f172a;
    background:
      linear-gradient(#eef2f7 1px, transparent 1px),
      linear-gradient(90deg, #eef2f7 1px, transparent 1px),
      #f8fafc;
    background-size: 44px 44px;
  }
  
  .breadcrumb-section .banner-content h1 {
      display: none;
 </style>/* End custom CSS */