.elementor-7285 .elementor-element.elementor-element-3a97552{--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-7285 .elementor-element.elementor-element-84fb249{--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-7285 .elementor-element.elementor-element-e639ad9{--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-7285 .elementor-element.elementor-element-388f7f9{--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-7285 .elementor-element.elementor-element-e908eb6{--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-7285 .elementor-element.elementor-element-6313d91{--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-7285 .elementor-element.elementor-element-886ae26{--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;}/* Start custom CSS for html, class: .elementor-element-9c3aecb *//* GST SERVICES PAGE - SECTION 1 */
:root {
  --gst-green: #20b33f;
  --gst-navy: #062654;
  --gst-shell: min(1128px, calc(100% - 32px));
  --gst-serif: Georgia, "Times New Roman", serif;
  --gst-sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

.gst-page-shell {
  width: var(--gst-shell);
  margin-left: auto;
  margin-right: auto;
}

.gst-services-hero {
  min-height: 322px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--gst-sans);
  background:
    linear-gradient(90deg, rgba(2, 23, 52, 0.98) 0%, rgba(2, 23, 52, 0.94) 38%, rgba(2, 23, 52, 0.62) 56%, rgba(2, 23, 52, 0.18) 100%),
    var(--gst-hero-img) center right / cover no-repeat,
    #062654;
}

.gst-services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(32, 179, 63, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.gst-services-hero .gst-page-shell {
  min-height: 322px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.gst-hero-content {
  max-width: 610px;
}

.gst-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
}

.gst-breadcrumb a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.gst-breadcrumb span,
.gst-breadcrumb strong {
  color: var(--gst-green);
}

.gst-hero-content h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--gst-serif);
  font-size: clamp(28px);
  font-weight: 800;
  line-height: 1.05;
}

.gst-hero-content h1 span {
  display: block;
  color: var(--gst-green);
}

.gst-hero-content p {
  max-width: 520px;
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.gst-hero-points {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.gst-hero-points span {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.gst-hero-points span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071b3e;
  background: #9adf11;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 820px) {
  .gst-services-hero {
    min-height: 380px;
    background:
      linear-gradient(90deg, rgba(2, 23, 52, 0.96), rgba(2, 23, 52, 0.84)),
      var(--gst-hero-img) center / cover no-repeat,
      #062654;
  }

  .gst-services-hero .gst-page-shell {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  :root {
    --gst-shell: min(100% - 24px, 1128px);
  }

  .gst-hero-content h1 {
    font-size: 36px;
  }

  .gst-hero-points {
    gap: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccab02d *//* GST SERVICES PAGE - SECTION 2 */
.gst-services-cards-section {
  padding: 28px 0 34px;
  background: #ffffff;
  font-family: var(--gst-sans);
}

.gst-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.gst-section-heading h2 {
  margin: 0;
  color: #071b3e;
  font-family: var(--gst-serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.gst-section-heading h2 span {
  color: var(--gst-green);
}

.gst-section-heading i {
  width: 54px;
  height: 3px;
  display: block;
  margin: 15px auto 0;
  background: var(--gst-green);
  border-radius: 999px;
}

.gst-services-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.gst-service-card {
  min-height: 205px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  padding: 24px 14px 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 35, 76, 0.06);
  transition: all 0.25s ease;
}

.gst-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(7, 35, 76, 0.14);
}

.gst-service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--gst-green);
}

.gst-service-icon svg {
  width: 44px;
  height: 44px;
  fill: currentColor;
}

.gst-service-card h3 {
  margin: 0 0 13px;
  color: #071b3e;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.gst-service-card p {
  margin: 0;
  color: #142844;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .gst-services-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gst-services-card-grid {
    grid-template-columns: 1fr;
  }

  .gst-service-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-652ac74 *//* GST SERVICES PAGE - SECTION 3 */
.gst-benefits-section {
  padding: 24px 0;
  background: linear-gradient(90deg, #f8fbff 0%, #eef6ff 52%, #f9fcff 100%);
  font-family: var(--gst-sans);
}

.gst-benefits-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  align-items: center;
  gap: 34px;
}

.gst-benefits-content {
  padding-left: 54px;
}

.gst-benefits-content h2 {
  margin: 0 0 18px;
  color: #071b3e;
  font-family: var(--gst-serif);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
  font-weight: 800;
}

.gst-benefits-content h2 span {
  display: block;
  color: var(--gst-green);
}

.gst-benefits-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-benefits-content li {
  position: relative;
  padding-left: 30px;
  color: #061d42;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.gst-benefits-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gst-green);
  border-radius: 50%;
  color: var(--gst-green);
  font-size: 11px;
  font-weight: 900;
}

.gst-benefits-visual {
  display: flex;
  justify-content: center;
}

.gst-benefits-visual img {
  width: min(560px, 100%);
  height: auto;
  display: block;
}

@media (max-width: 820px) {
  .gst-benefits-grid {
    grid-template-columns: 1fr;
  }

  .gst-benefits-content {
    padding-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3afe85a *//* GST SERVICES PAGE - SECTION 4 */
.gst-process-section {
  padding: 24px 0 26px;
  background: #ffffff;
  font-family: var(--gst-sans);
}

.gst-process-heading {
  margin-bottom: 26px;
}

.gst-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.gst-process-timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 10%;
  right: 10%;
  height: 1px;
  border-top: 2px dashed #b9c2ce;
  z-index: 0;
}

.gst-process-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.gst-process-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(180deg, #49ca5a, #20b33f);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.24);
}

.gst-process-timeline h3 {
  margin: 0 0 7px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.gst-process-timeline p {
  max-width: 145px;
  margin: 0;
  color: #061d42;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .gst-process-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .gst-process-timeline::before {
    display: none;
  }

  .gst-process-timeline p {
    max-width: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d5680e *//* GST SERVICES PAGE - SECTION 5 */
.gst-docs-pricing-section {
  padding: 18px 0 28px;
  background: #ffffff;
  font-family: var(--gst-sans);
}

.gst-docs-pricing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.9fr;
  gap: 22px;
  align-items: stretch;
}

.gst-docs-card,
.gst-price-card {
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 35, 76, 0.05);
}

.gst-docs-card {
  padding: 24px 26px;
}

.gst-docs-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gst-docs-title svg {
  width: 38px;
  height: 38px;
  fill: var(--gst-green);
}

.gst-docs-title h2 {
  margin: 0;
  color: #071b3e;
  font-size: 24px;
  font-weight: 900;
}

.gst-docs-card ul,
.gst-price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-docs-card li,
.gst-price-card li {
  position: relative;
  padding-left: 24px;
  color: #061d42;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
}

.gst-docs-card li::before,
.gst-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gst-green);
  font-weight: 900;
}

.gst-pricing-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gst-price-card {
  position: relative;
  padding: 30px 26px 24px;
  text-align: center;
}

.gst-price-card.featured {
  border: 2px solid var(--gst-green);
}

.best-seller {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 22px;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  background: var(--gst-green);
  font-size: 11px;
  font-weight: 900;
}

.gst-price-card h3 {
  margin: 0 0 5px;
  color: #071b3e;
  font-size: 19px;
  font-weight: 900;
}

.gst-price-card p {
  margin: 0 0 16px;
  color: #273c58;
  font-size: 12px;
  font-weight: 700;
}

.gst-price {
  margin-bottom: 22px;
  color: #071b3e;
  font-size: 34px;
  font-weight: 900;
}

.gst-price span {
  font-size: 12px;
  font-weight: 700;
}

.gst-price-card ul {
  margin-bottom: 22px;
  text-align: left;
}

.gst-price-btn {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  color: #ffffff !important;
  background: linear-gradient(180deg, #29c64b, #20b33f);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.gst-price-btn:hover {
  color: #ffffff !important;
  background: linear-gradient(180deg, #31d955, #159932);
  transform: translateY(-2px);
}

/* GST Lead Popup */
.gst-lead-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  font-family: var(--gst-sans);
}

.gst-lead-popup.is-open {
  display: block;
}

.gst-lead-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 14, 32, 0.72);
}

.gst-lead-modal {
  position: relative;
  width: min(560px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  border-radius: 10px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.gst-lead-close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #08295b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.gst-lead-modal h2 {
  margin: 0 0 6px;
  color: #071b3e;
  font-family: var(--gst-serif);
  font-size: 28px;
  font-weight: 900;
}

.gst-lead-modal > p {
  margin: 0 0 18px;
  color: #42526a;
  font-size: 14px;
}

.gst-lead-form {
  display: grid;
  gap: 13px;
}

.gst-lead-form label {
  display: grid;
  gap: 6px;
  color: #071b3e;
  font-size: 13px;
  font-weight: 800;
}

.gst-lead-form input,
.gst-lead-form textarea {
  width: 100%;
  border: 1px solid #d8e0eb;
  border-radius: 6px;
  padding: 11px 12px;
  color: #061d42;
  background: #ffffff;
  font-size: 14px;
  outline: none;
}

.gst-lead-form textarea {
  min-height: 90px;
  resize: vertical;
}

.gst-lead-form input:focus,
.gst-lead-form textarea:focus {
  border-color: var(--gst-green);
  box-shadow: 0 0 0 3px rgba(32, 179, 63, 0.12);
}

.gst-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.gst-lead-status {
  min-height: 20px;
  color: #0f7d29;
  font-size: 13px;
  font-weight: 800;
}

.gst-lead-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gst-submit-btn,
.gst-whatsapp-btn {
  min-height: 42px;
  flex: 1;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.gst-submit-btn {
  background: #08295b;
}

.gst-whatsapp-btn {
  background: #20b33f;
}

@media (max-width: 920px) {
  .gst-docs-pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gst-pricing-wrap {
    grid-template-columns: 1fr;
  }

  .gst-form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7878e00 *//* GST SERVICES PAGE - SECTION 6 */
.gst-faq-section {
  padding: 0 0 30px;
  background: #ffffff;
  font-family: var(--gst-sans);
}

.gst-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}

.gst-faq-item {
  border: 1px solid #d8e0eb;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
}

.gst-faq-item summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.gst-faq-item summary::-webkit-details-marker {
  display: none;
}

.gst-faq-item summary b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  border: 1px solid #9ca8b8;
  border-radius: 50%;
  color: #5d6a7c;
  font-size: 16px;
  font-weight: 700;
}

.gst-faq-item[open] summary b {
  color: #ffffff;
  background: var(--gst-green);
  border-color: var(--gst-green);
}

.gst-faq-item[open] summary b {
  font-size: 0;
}

.gst-faq-item[open] summary b::before {
  content: "−";
  font-size: 16px;
}

.gst-faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #31435b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .gst-faq-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9516437 *//* GST SERVICES PAGE - SECTION 7 */
.gst-cta-section {
  padding: 0 0 30px;
  background: #ffffff;
  font-family: var(--gst-sans);
}

.gst-cta-banner {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  border-radius: 8px;
  padding: 20px 28px;
  color: #ffffff;
  background: linear-gradient(90deg, #052a5e 0%, #031b42 100%);
  box-shadow: 0 12px 32px rgba(7, 34, 75, 0.12);
}

.gst-cta-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(54, 176, 255, 0.7);
  border-radius: 50%;
  color: #ffffff;
  background: radial-gradient(circle, #086ab6, #063b78);
}

.gst-cta-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.gst-cta-text h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: var(--gst-serif);
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.15;
  font-weight: 800;
}

.gst-cta-text p {
  margin: 0;
  color: #eef5ff;
  font-size: 15px;
  font-weight: 600;
}

.gst-cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.gst-cta-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.gst-cta-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.gst-cta-green {
  color: #ffffff !important;
  background: linear-gradient(180deg, #29c64b, #20b33f);
  border: 1px solid #20b33f;
  box-shadow: 0 8px 18px rgba(23, 176, 55, 0.24);
}

.gst-cta-dark {
  color: #ffffff !important;
  background: rgba(2, 32, 70, 0.86);
  border: 1px solid rgba(224, 181, 43, 0.85);
}

.gst-cta-green:hover {
  color: #ffffff !important;
  background: linear-gradient(180deg, #31d955, #159932);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(23, 176, 55, 0.32);
}

.gst-cta-dark:hover {
  color: #ffffff !important;
  background: #06295b;
  border-color: #f2c230;
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .gst-cta-banner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .gst-cta-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .gst-cta-actions,
  .gst-cta-btn {
    width: 100%;
  }
}/* End custom CSS */