.elementor-7434 .elementor-element.elementor-element-eca0d53{--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-7434 .elementor-element.elementor-element-1d2d9d2{--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-dc87f9e */.digital-hero {
  position: relative;
  min-height: 305px;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(1, 16, 38, 0.98) 0%,
      rgba(2, 25, 58, 0.9) 46%,
      rgba(2, 25, 58, 0.28) 100%
    ),
    var(--digital-hero-img) center right / cover no-repeat;
}

.digital-shell {
  width: min(1128px, calc(100% - 32px));
  margin: 0 auto;
}

.digital-hero-content {
  min-height: 305px;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.digital-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.digital-breadcrumb strong {
  color: #20b33f;
}

.digital-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 900;
}

.digital-hero h1 span {
  display: block;
  margin-top: 7px;
  color: #20b33f;
  font-size: clamp(30px, 3.5vw, 44px);
}

.digital-hero p {
  max-width: 640px;
  margin: 24px 0 30px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.digital-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.digital-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.digital-hero-badges svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: #9cf20f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .digital-hero {
    min-height: auto;
    padding: 46px 0;
    background:
      linear-gradient(90deg, rgba(1, 16, 38, 0.97), rgba(2, 25, 58, 0.9)),
      var(--digital-hero-img) center / cover no-repeat;
  }

  .digital-hero-content {
    min-height: auto;
  }

  .digital-hero-badges {
    gap: 16px;
  }

  .digital-hero-badges span {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-715879e */.digital-services-section {
  padding: 30px 0 24px;
  background: #ffffff;
}

.digital-services-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.digital-services-section h2 span {
  color: #20b33f;
}

.digital-title-line {
  width: 58px;
  height: 3px;
  margin: 10px auto 24px;
  background: #20b33f;
  border-radius: 999px;
}

.digital-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.digital-service-card {
  position: relative;
  min-height: 226px;
  padding: 22px 14px 16px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 20px rgba(7, 34, 75, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.digital-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 179, 63, 0.08), rgba(32, 179, 63, 0));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.digital-service-card:hover {
  transform: translateY(-8px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.16);
}

.digital-service-card:hover::before {
  opacity: 1;
}

.digital-service-card > * {
  position: relative;
  z-index: 1;
}

.digital-service-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #071b3e;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.digital-service-card:hover .digital-service-icon {
  transform: scale(1.08) rotate(-2deg);
  color: #20b33f;
}

.digital-service-icon svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.digital-google-icon {
  position: relative;
  width: 56px;
  height: 56px;
}

.google-shape {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.google-blue {
  width: 17px;
  height: 42px;
  left: 10px;
  top: 7px;
  background: #4285f4;
  transform: skewX(-28deg);
}

.google-green {
  width: 17px;
  height: 42px;
  right: 10px;
  top: 7px;
  background: #34a853;
  transform: skewX(28deg);
}

.google-yellow {
  width: 34px;
  height: 16px;
  left: 11px;
  bottom: 8px;
  background: #fbbc05;
}

.digital-service-card h3 {
  margin: 0 0 10px;
  color: #071b3e;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.digital-service-card p {
  margin: 0 0 16px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 600;
}

.digital-service-card a {
  color: #068b2c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.25s ease;
}

.digital-service-card a:hover {
  color: #071b3e;
}

@media (max-width: 1100px) {
  .digital-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .digital-services-grid {
    grid-template-columns: 1fr;
  }

  .digital-service-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2608319 */.digital-benefits-section {
  padding: 24px 0 22px;
  color: #ffffff;
  background: linear-gradient(90deg, #021936 0%, #05295c 50%, #021936 100%);
}

.digital-benefits-section h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.digital-benefits-section h2 span {
  color: #20b33f;
}

.digital-benefits-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.digital-benefit-card {
  min-height: 86px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    transform 0.28s ease,
    background 0.28s ease;
}

.digital-benefit-card:last-child {
  border-right: 0;
}

.digital-benefit-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.digital-benefit-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.digital-benefit-card:hover .digital-benefit-icon {
  transform: scale(1.12);
  background: rgba(156, 242, 15, 0.12);
  box-shadow: 0 0 20px rgba(156, 242, 15, 0.28);
}

.digital-benefit-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #9cf20f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.digital-benefit-card strong {
  max-width: 118px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .digital-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 0;
  }

  .digital-benefit-card:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .digital-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .digital-benefit-card {
    min-height: 98px;
    border-right: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a1a4b9 */.digital-process-section {
  padding: 24px 0 30px;
  background: #ffffff;
}

.digital-process-section h2 {
  margin: 0 0 24px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.digital-process-section h2 span {
  color: #20b33f;
}

.digital-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.digital-process-track::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #b9c4d2 0,
    #b9c4d2 7px,
    transparent 7px,
    transparent 14px
  );
}

.digital-process-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.digital-process-card::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: -16px;
  color: #9aa8b8;
  font-size: 18px;
  font-weight: 900;
}

.digital-process-card:last-child::after {
  display: none;
}

.digital-process-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: #20b33f;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.28);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.digital-process-card:hover .digital-process-number {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 14px 28px rgba(32, 179, 63, 0.42);
}

.digital-process-card h3 {
  margin: 0 0 8px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.digital-process-card p {
  max-width: 130px;
  margin: 0;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 980px) {
  .digital-process-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .digital-process-track::before,
  .digital-process-card::after {
    display: none;
  }

  .digital-process-card {
    min-height: 120px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(7, 34, 75, 0.06);
  }

  .digital-process-card p {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .digital-process-track {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d8b23d */.digital-package-section {
  padding: 28px 0 24px;
  background: #ffffff;
}

.digital-package-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.digital-package-panel,
.digital-choose-panel {
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 34, 75, 0.07);
}

.digital-package-panel {
  padding: 16px;
}

.digital-package-panel h2,
.digital-choose-panel h2 {
  margin: 0 0 14px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.digital-package-panel h2 span,
.digital-choose-panel h2 span {
  color: #20b33f;
}

.digital-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.digital-price-card {
  position: relative;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 20px 16px 14px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  text-align: center;
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.digital-price-card:hover {
  transform: translateY(-7px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.14);
}

.digital-price-card-popular {
  border-color: #20b33f;
}

.digital-popular-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 126px;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 4px 8px;
  color: #ffffff;
  background: #20b33f;
  font-size: 9px;
  font-weight: 900;
}

.digital-price-card h3 {
  margin: 0;
  color: #071b3e;
  font-size: 17px;
  font-weight: 900;
}

.digital-price-card p {
  margin: 2px 0 10px;
  color: #071b3e;
  font-size: 11px;
  font-weight: 700;
}

.digital-price-card strong {
  margin-bottom: 12px;
  color: #071b3e;
  font-size: 27px;
  font-weight: 900;
}

.digital-price-card small {
  font-size: 11px;
  font-weight: 700;
}

.digital-price-card ul,
.digital-choose-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.digital-price-card ul {
  margin-bottom: 16px;
}

.digital-price-card li,
.digital-choose-panel li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #071b3e;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.digital-price-card li svg,
.digital-choose-panel li svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: #20b33f;
  margin-top: 1px;
}

.digital-price-btn {
  width: 120px;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  border-radius: 4px;
  color: #ffffff;
  background: #20b33f;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.digital-price-btn:hover {
  transform: translateY(-2px);
  background: #138730;
}

.digital-choose-panel {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f1fbf4 100%);
}

.digital-rocket-art {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 210px;
  opacity: 0.95;
}

.digital-rocket-art svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #071b3e;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.digital-rocket-art svg path:nth-child(5),
.digital-rocket-art svg path:nth-child(6),
.digital-rocket-art svg path:nth-child(8) {
  stroke: #20b33f;
}

.digital-choose-panel ul {
  position: relative;
  z-index: 1;
  max-width: 310px;
}

@media (max-width: 1050px) {
  .digital-package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .digital-pricing-grid {
    grid-template-columns: 1fr;
  }

  .digital-rocket-art {
    position: static;
    width: 180px;
    margin: 18px auto 0;
  }

  .digital-choose-panel ul {
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50b21be */.digital-faq-section {
  padding: 24px 0 22px;
  background: #ffffff;
}

.digital-faq-section h2 {
  margin: 0 0 20px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.digital-faq-section h2 span {
  color: #20b33f;
}

.digital-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 26px;
}

.digital-faq-item {
  border: 1px solid #dbe4ef;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.digital-faq-item:hover {
  transform: translateY(-2px);
  border-color: #20b33f;
  box-shadow: 0 10px 24px rgba(7, 34, 75, 0.09);
}

.digital-faq-item summary {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 14px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.digital-faq-item summary::-webkit-details-marker {
  display: none;
}

.digital-faq-item summary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #071b3e;
  stroke-width: 2.4;
  stroke-linecap: round;
  transition:
    transform 0.25s ease,
    stroke 0.25s ease;
}

.digital-faq-item[open] {
  border-color: #20b33f;
  background: #ffffff;
}

.digital-faq-item[open] summary svg {
  transform: rotate(45deg);
  stroke: #20b33f;
}

.digital-faq-item p {
  margin: 0;
  padding: 0 14px 13px;
  color: #435168;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 600;
}

@media (max-width: 760px) {
  .digital-faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0657702 *//* 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 */