.elementor-7273 .elementor-element.elementor-element-f8f42f7{--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-7273 .elementor-element.elementor-element-fc9ab1a{--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-7273 .elementor-element.elementor-element-2ab3056{--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-7273 .elementor-element.elementor-element-40a62e4{--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-7273 .elementor-element.elementor-element-53db47d{--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-fd32046 *//* ALL SERVICES PAGE - SECTION 1 */
:root {
  --service-green: #20b33f;
  --service-shell: min(1128px, calc(100% - 32px));
  --service-serif: Georgia, "Times New Roman", serif;
}

.services-shell {
  width: var(--service-shell);
  margin-left: auto;
  margin-right: auto;
}

.services-hero {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(2, 25, 54, 0.98) 0%, rgba(2, 25, 54, 0.92) 42%, rgba(2, 25, 54, 0.58) 63%, rgba(2, 25, 54, 0.15) 100%),
    var(--services-hero-img) center right / cover no-repeat,
    #062654;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 17, 40, 0.18);
  pointer-events: none;
}

.services-hero__inner {
  min-height: 220px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.services-hero__content {
  max-width: 620px;
}

.services-hero__content h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--service-serif);
  font-size: clamp(35px, 5vw);
  font-weight: 800;
  line-height: 1.05;
}

.services-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
}

.services-breadcrumb a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.services-breadcrumb span,
.services-breadcrumb strong {
  color: var(--service-green);
}

.services-hero__content p {
  max-width: 590px;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .services-hero {
    min-height: 260px;
    background:
      linear-gradient(90deg, rgba(2, 25, 54, 0.96), rgba(2, 25, 54, 0.82)),
      var(--services-hero-img) center / cover no-repeat,
      #062654;
  }

  .services-hero__inner {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  :root {
    --service-shell: min(100% - 24px, 1128px);
  }

  .services-hero__content h1 {
    font-size: 38px;
  }

  .services-hero__content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc768a3 *//* ALL SERVICES PAGE - SECTION 2 */
.all-services-section {
  padding: 34px 0 18px;
  background: #ffffff;
}

.services-heading {
  margin-bottom: 26px;
  text-align: center;
}

.services-heading h2 {
  margin: 0;
  color: #071b3e;
  font-family: var(--service-serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
}

.services-heading h2 span {
  color: var(--service-green);
}

.services-heading i {
  width: 54px;
  height: 3px;
  display: block;
  margin: 15px auto 0;
  background: var(--service-green);
  border-radius: 999px;
}

.all-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.all-service-card {
  min-height: 312px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8e0eb;
  border-radius: 10px;
  padding: 20px 22px 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 35, 76, 0.06);
  transition: all 0.25s ease;
}

.all-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(7, 35, 76, 0.14);
}

.all-service-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.all-service-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.28);
}

.all-service-top h3 {
  margin: 0;
  color: #071b3e;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}

.all-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-service-card li {
  position: relative;
  padding-left: 22px;
  color: #061d42;
  font-size: 14px;
  line-height: 1.75;
}

.all-service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #11822a;
  font-weight: 900;
}

.all-service-card a {
  margin-top: auto;
  color: var(--service-green) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.service-green .all-service-icon {
  background: #168b2f;
}

.service-blue .all-service-icon {
  background: #0788de;
}

.service-purple .all-service-icon {
  background: #8a35d6;
}

.service-orange .all-service-icon {
  background: #fb5d08;
}

.service-teal .all-service-icon {
  background: #069c91;
}

.service-yellow .all-service-icon {
  background: #e9a900;
}

.service-pink .all-service-icon {
  background: #df2f83;
}

.service-lime .all-service-icon {
  background: #71ba0b;
}

.service-blue a {
  color: #0788de !important;
}

.service-purple a {
  color: #8a35d6 !important;
}

.service-orange a {
  color: #fb5d08 !important;
}

.service-yellow a {
  color: #e9a900 !important;
}

.service-pink a {
  color: #df2f83 !important;
}

@media (max-width: 1120px) {
  .all-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .all-services-grid {
    grid-template-columns: 1fr;
  }

  .all-service-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56de421 *//* ALL SERVICES PAGE - SECTION 3 */
.services-why-section {
  padding: 24px 0 28px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 20, 50, 0.98), rgba(5, 43, 95, 0.98), rgba(0, 20, 50, 0.98)),
    #04265a;
}

.services-dark-title {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: var(--service-serif);
  font-size: clamp(25px, 2.8vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.services-dark-title span {
  color: var(--service-green);
}

.services-why-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 26px;
  text-align: center;
}

.services-why-grid article {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #ffffff;
}

.services-why-grid svg {
  width: 36px;
  height: 36px;
  color: #9adf11;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.services-why-grid strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1120px) {
  .services-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .services-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69cd110 *//* ALL SERVICES PAGE - SECTION 4 */
.process-section {
  padding: 26px 0 28px;
  background: #ffffff;
}

.process-heading {
  margin-bottom: 24px;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 10%;
  right: 10%;
  height: 1px;
  border-top: 2px dashed #b9c2ce;
  z-index: 0;
}

.process-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.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);
}

.process-timeline h3 {
  margin: 0 0 7px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.process-timeline p {
  max-width: 145px;
  margin: 0;
  color: #061d42;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .process-timeline::before {
    display: none;
  }

  .process-timeline p {
    max-width: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e798a82 *//* ALL SERVICES PAGE - SECTION 5 */
.services-cta-section {
  padding: 0 0 30px;
  background: #ffffff;
}

.services-cta {
  min-height: 112px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 185px;
  align-items: center;
  gap: 28px;
  border-radius: 8px;
  padding: 24px 34px;
  color: #ffffff;
  background:
    linear-gradient(90deg, #052a5e 0%, #031b42 100%);
  box-shadow: 0 12px 32px rgba(7, 34, 75, 0.12);
}

.services-cta__text h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-family: var(--service-serif);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 800;
}

.services-cta__text p {
  margin: 0;
  color: #eef5ff;
  font-size: 16px;
  line-height: 1.45;
}

.services-cta__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.services-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: 800;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.services-btn svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.services-btn-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);
}

.services-btn-dark {
  color: #ffffff !important;
  background: rgba(2, 32, 70, 0.86);
  border: 1px solid rgba(224, 181, 43, 0.85);
}

.services-btn-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);
}

.services-btn-dark:hover {
  color: #ffffff !important;
  background: #06295b;
  border-color: #f2c230;
  transform: translateY(-2px);
}

.services-cta__visual {
  position: relative;
  height: 86px;
}

.calc {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 48px;
  height: 56px;
  border-radius: 5px;
  background:
    linear-gradient(#1d2c39 0 28%, transparent 28%),
    repeating-linear-gradient(90deg, #394957 0 9px, transparent 9px 14px),
    #243545;
  transform: rotate(-5deg);
}

.tax-file {
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 72px;
  height: 88px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f4f8ff, #dfe8f7);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transform: rotate(5deg);
}

.tax-file::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 32px;
  height: 4px;
  background: #a9b7ca;
  box-shadow: 0 12px 0 #a9b7ca, 0 24px 0 #a9b7ca;
}

.tax-file span {
  position: absolute;
  top: 10px;
  left: 18px;
  color: #0a2d62;
  font-size: 14px;
  font-weight: 900;
}

.plant {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 50px;
  height: 65px;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(ellipse at 50% 15%, #2ab84a 0 12px, transparent 13px),
    radial-gradient(ellipse at 32% 25%, #188e37 0 13px, transparent 14px),
    radial-gradient(ellipse at 68% 27%, #33c958 0 13px, transparent 14px),
    linear-gradient(#2f5a3d 0 0) bottom / 34px 26px no-repeat;
}

@media (max-width: 920px) {
  .services-cta {
    grid-template-columns: 1fr;
  }

  .services-cta__visual {
    display: none;
  }

  .services-cta__actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .services-cta {
    padding: 24px;
  }

  .services-btn,
  .services-cta__actions {
    width: 100%;
  }
}/* End custom CSS */