:root {
  --site-header-height: 104px;
  --brand-navy: #0c2234;
  --brand-navy-deep: #071a29;
  --brand-green: #35b765;
  --brand-green-dark: #187a42;
  --brand-green-light: #8de13a;
  --brand-muted: #5f7586;
  --brand-surface: #f4f7f8;
  --brand-border: #dce5e9;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-height);
}

body {
  background: #fff;
  color: var(--brand-navy);
  font-family:
    "Poppins-Regular",
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    Arial,
    sans-serif;
}

button,
a,
input,
textarea {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--brand-navy);
  outline-offset: 3px;
}

.home_banner a:focus-visible,
.mobile_menu a:focus-visible,
.footer a:focus-visible,
.contact_channel:focus-visible {
  outline-color: #fff;
}

.skip_link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 1001;
  padding: 12px 18px;
  background: #fff;
  color: var(--brand-navy);
  text-decoration: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  transition: top 0.2s ease;
}

.skip_link:focus {
  top: 12px;
}

.brand_logo_text {
  display: flex;
  width: 150px;
  min-height: 52px;
  margin-top: 0;
  flex-direction: column;
  justify-content: center;
  color: var(--brand-navy);
  line-height: 1.15;
  text-decoration: none;
}

.brand_logo_text:hover {
  color: var(--brand-navy);
  text-decoration: none;
}

.brand_logo_text strong {
  font-family: "Poppins-Bold";
  font-size: 20px;
  letter-spacing: 0.08em;
}

.brand_logo_text span {
  padding-top: 5px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.header_menu_wrapper {
  padding-left: 10px;
}

.header_menu_wrapper .header_menu_tabs > li {
  padding-right: 10px;
  padding-left: 10px;
}

.header_menu_wrapper .header_menu_tabs > li > a {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.header .inner {
  position: relative;
}

.language_switch {
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 3;
  min-width: 64px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--brand-border);
  border-radius: 24px;
  background: #fff;
  color: var(--brand-navy);
  cursor: pointer;
  font-family: "Poppins-Medium";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 42px;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.language_switch:hover {
  border-color: var(--brand-navy);
  background: var(--brand-navy);
  color: #fff;
}

.language_switch:focus-visible {
  outline: 3px solid var(--brand-navy);
  outline-offset: 3px;
}

.language_switch:active {
  background: var(--brand-navy-deep);
  border-color: var(--brand-navy-deep);
}

.mobile_menu_hamburger {
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
}

.mobile_menu_hamburger::before,
.mobile_menu_hamburger::after,
.mobile_menu_hamburger span {
  left: 9px;
  width: 26px;
  background-color: var(--brand-green-dark);
}

.mobile_menu {
  max-height: calc(100vh - var(--site-header-height));
  max-height: calc(100dvh - var(--site-header-height));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile_menu.is-open {
  display: block;
}

.mobile_menu_content {
  background: rgba(12, 34, 52, 0.97);
}

.mobile_menu_content .home_icon_link a span,
.mobile_menu_content .header_menu > li > a {
  display: flex;
  min-height: 48px;
  padding: 12px 28px;
  align-items: center;
}

.home_banner {
  background-image: url("../wp-content/themes/duotechgloabal_wp/images/home_banner_bg.jpg");
  background-position: center;
  background-size: cover;
}

.home_banner .text_box {
  width: 670px;
  max-width: 100%;
}

.home_banner .text_box h1 {
  max-width: 18ch;
  letter-spacing: 0.01em;
}

.hero_intro {
  width: 620px;
  max-width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 1.9;
}

.section_lead {
  width: 760px;
  max-width: 100%;
  margin: -12px auto 48px;
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.section_lead_light {
  margin-top: -28px;
  color: rgba(255, 255, 255, 0.78);
}

.home_row1 .service_index {
  color: #fff;
  font-family: "Poppins-Bold";
  font-size: 22px;
}

.home_row1_box {
  width: 370px;
}

.home_row2 {
  background: #30b767 url("../wp-content/themes/duotechgloabal_wp/images/about_us_bg.jpg") bottom center / cover no-repeat;
}

.home_row2 .img_box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1.15;
}

.regions_box {
  margin-top: 36px;
}

.regions_box h4 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
}

.regions_list {
  display: flex;
  margin: 0 -5px 22px;
  padding: 0;
  flex-wrap: wrap;
}

.regions_list li {
  margin: 0 5px 10px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
  font-size: 14px;
}

.home_row2 .text_box .positioning_principle {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--brand-green);
  background: rgba(7, 26, 41, 0.58);
  font-family: "Poppins-Medium";
  font-size: 16px;
}

.home_row4 .solutions_detail_grid > li {
  width: 50%;
  scroll-margin-top: var(--site-header-height);
}

.solution_detail_card {
  padding: 50px 40px 44px;
  text-align: center;
}

.solution_detail_card .icon_box {
  margin: 0 auto 22px;
  text-align: center;
}

.solution_detail_card h4 {
  margin-bottom: 15px;
}

.solution_detail_card > p {
  margin: 0 auto 22px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  transition: color 0.2s ease;
}

.solution_detail_card .detail_list {
  text-align: left;
}

.detail_list {
  margin: 0;
  padding: 0;
}

.detail_list > li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 18px;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.75;
}

.detail_list > li::before {
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  content: "";
}

.home_row4 .solutions_detail_grid .detail_list {
  display: block;
  margin: 0;
  padding: 0;
}

.home_row4 .solutions_detail_grid .detail_list > li {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 18px;
  color: var(--brand-muted);
  transition: color 0.2s ease;
}

.solution_detail_card:hover > p,
.solution_detail_card:hover .detail_list > li {
  color: #fff;
}

.solution_detail_card:hover .detail_list > li::before {
  background: #fff;
}

.support_content_section {
  background: #fff;
}

.support_content_section > .inner {
  padding-top: 100px;
  padding-bottom: 80px;
}

.content_section_heading {
  width: 850px;
  max-width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.content_section_heading > span,
.support_subheading > span,
.packages_heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-green);
  font-family: "Poppins-Medium";
  font-size: 15px;
  letter-spacing: 0.1em;
}

.content_section_heading h2 {
  margin-bottom: 22px;
  color: var(--brand-navy);
  font-size: 45px;
  line-height: 1.35;
}

.content_section_heading p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.9;
}

.support_foundation_grid,
.administration_grid,
.packages_grid {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.support_foundation_grid > li,
.packages_grid > li {
  width: 33.333%;
  padding: 0 10px 20px;
}

.support_service_card,
.administration_card,
.package_card {
  height: 100%;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.support_service_card {
  padding: 42px 30px 34px;
}

.support_badge {
  width: 68px;
  height: 68px;
  margin-bottom: 25px;
  border-radius: 50%;
  background: var(--brand-green);
  color: #fff;
  font-family: "Poppins-Bold";
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}

.support_service_card h3 {
  margin-bottom: 20px;
  color: var(--brand-navy);
  font-size: 23px;
  line-height: 1.45;
}

.support_subheading {
  margin: 62px auto 34px;
  text-align: center;
}

.support_subheading h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 34px;
}

.administration_grid > li {
  width: 33.333%;
  padding: 0 10px 20px;
}

.administration_card {
  padding: 32px 28px;
}

.administration_card > span {
  display: block;
  margin-bottom: 15px;
  color: var(--brand-green);
  font-family: "Poppins-Bold";
  font-size: 18px;
}

.administration_card h4 {
  margin-bottom: 14px;
  color: var(--brand-navy);
  font-size: 20px;
  line-height: 1.45;
}

.administration_card p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.8;
}

.packages_wrapper {
  padding: 58px 0 40px;
  background: var(--brand-navy);
}

.packages_heading {
  width: 760px;
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}

.packages_heading h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
}

.packages_heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.8;
}

.package_card {
  position: relative;
  padding: 36px 28px 30px;
}

.package_card_featured {
  box-shadow: inset 0 5px 0 var(--brand-green), 0 0 16px rgba(0, 0, 0, 0.28);
}

.package_card > strong {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--brand-green);
  font-family: "Poppins-Medium";
  font-size: 14px;
  letter-spacing: 0.08em;
}

.package_card h4 {
  margin-bottom: 12px;
  color: var(--brand-navy);
  font-size: 22px;
  line-height: 1.4;
}

.package_card > p {
  min-height: 48px;
  margin-bottom: 20px;
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.7;
}

.advantages_heading {
  margin-bottom: 48px;
}

.home_row3 .home_row3_box .detail_list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.home_row3 .home_row3_box .detail_list > li {
  width: 100%;
  margin: 0;
  padding: 0 0 11px 20px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.7;
}

.compliance_boundary {
  display: grid;
  margin-top: 20px;
  padding: 36px 42px;
  border: 1px solid var(--brand-border);
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.compliance_boundary > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-green);
  font-family: "Poppins-Medium";
  letter-spacing: 0.08em;
}

.compliance_boundary h3 {
  margin: 0;
  color: var(--brand-navy);
  font-size: 30px;
  line-height: 1.45;
}

.home_row3 .compliance_boundary > ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
}

.home_row3 .compliance_boundary > ul > li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.65;
}

.home_row3 .compliance_boundary > ul > li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-green);
  content: "";
}

.contact_intro {
  width: 760px;
  max-width: 100%;
  margin: -25px auto 42px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.contact_channels {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  font-style: normal;
}

.contact_channel {
  display: flex;
  min-width: 0;
  min-height: 210px;
  padding: 34px 24px 30px;
  border-top: 6px solid var(--brand-green-light);
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(7, 26, 41, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact_channel:hover {
  color: var(--brand-navy);
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7, 26, 41, 0.24);
}

.contact_channel_icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand-green);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  line-height: 1;
}

.contact_channel_label {
  margin-bottom: 8px;
  color: var(--brand-green-dark);
  font-family: "Poppins-Medium";
  font-size: 15px;
  letter-spacing: 0.04em;
}

.contact_channel strong {
  max-width: 100%;
  color: var(--brand-navy);
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer_logo_text {
  display: flex;
  width: 108px;
  flex-direction: column;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.footer_logo_text:hover {
  color: #fff;
  text-decoration: none;
}

.footer_logo_text strong {
  font-size: 19px;
  letter-spacing: 0.08em;
}

.footer_logo_text span {
  padding-top: 6px;
  font-size: 9px;
  letter-spacing: 0.05em;
}

html[lang="en"] .brand_logo_text {
  width: 150px;
}

html[lang="en"] .brand_logo_text strong {
  font-size: 15px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

html[lang="en"] .brand_logo_text span {
  padding-top: 6px;
  font-size: 9px;
  letter-spacing: 0;
  white-space: nowrap;
}

html[lang="en"] .header_menu_wrapper .header_menu_tabs > li {
  padding-right: 6px;
  padding-left: 6px;
}

html[lang="en"] .header_menu_wrapper .header_menu_tabs > li > a {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 15px;
  white-space: nowrap;
}

html[lang="en"] .home_banner .text_box {
  width: 760px;
}

html[lang="en"] .home_banner .text_box h5 {
  font-size: 26px;
}

html[lang="en"] .home_banner .text_box h1 {
  max-width: 100%;
  font-size: 52px;
  letter-spacing: 0;
}

html[lang="en"] .hero_intro,
html[lang="en"] .section_lead {
  width: 820px;
}

html[lang="en"] .hero_intro {
  font-size: 16px;
  line-height: 1.75;
}

html[lang="en"] .home_banner .green_arrow_button {
  width: 300px;
  max-width: 100%;
}

html[lang="en"] .home_row2 .img_box h2 {
  font-size: 46px;
  line-height: 1.18;
}

html[lang="en"] .solution_detail_card,
html[lang="en"] .support_service_card,
html[lang="en"] .administration_card,
html[lang="en"] .package_card,
html[lang="en"] .home_row3_box,
html[lang="en"] .compliance_boundary {
  overflow-wrap: break-word;
}

html[lang="en"] main,
html[lang="en"] footer {
  overflow-wrap: break-word;
}

html[lang="en"] .solution_detail_card h4 {
  font-size: 23px;
}

html[lang="en"] .footer_logo_text {
  width: 145px;
}

html[lang="en"] .footer_logo_text strong {
  font-size: 15px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

html[lang="en"] .footer_logo_text span {
  font-size: 8px;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer_text p {
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.footer_bottom p {
  padding: 20px;
}

.reveal-ready {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.home_row1_box:focus-within,
.solution_detail_card:focus-within,
.support_service_card:focus-within,
.package_card:focus-within {
  box-shadow: 0 0 0 4px rgba(53, 183, 101, 0.3);
}

@media (min-width: 941px) {
  .home_banner .inner {
    min-height: 800px;
  }

  .home_row2 .inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media (min-width: 769px) {
  .home_banner .text_box {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  html[lang="en"] .home_banner .text_box {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1080px) {
  .brand_logo_text {
    margin-top: 0;
  }

  .header_menu_wrapper {
    padding-top: 16px;
    padding-left: 10px;
  }

  .header_menu_wrapper .header_menu_tabs > li {
    padding-right: 3px;
    padding-left: 3px;
  }

  .header_menu_wrapper .header_menu_tabs > li > a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  html[lang="en"] .header_menu_wrapper .header_menu_tabs > li {
    padding-right: 3px;
    padding-left: 3px;
  }

  html[lang="en"] .header_menu_wrapper .header_menu_tabs > li > a {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .header .inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand_logo_text {
    width: 132px;
  }

  .brand_logo_text strong {
    font-size: 18px;
  }

  .home_banner .text_box h1 {
    max-width: 16ch;
  }

  .content_section_heading h2 {
    font-size: 40px;
  }

  .home_row3 > .inner > ul {
    margin-right: -20px;
    margin-left: -20px;
  }

  .home_row3 > .inner > ul > li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .support_foundation_grid > li,
  .packages_grid > li {
    width: 50%;
  }

  .administration_grid > li {
    width: 50%;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  html[lang="en"] .header_menu_wrapper {
    display: none;
  }

  html[lang="en"] .mobile_menu_hamburger {
    display: block;
    right: 16px;
    top: 28px;
    bottom: auto;
    margin: 0;
  }

  html[lang="en"] .language_switch {
    right: 72px;
    top: 28px;
  }

  html[lang="en"] .mobile_menu.is-open {
    display: block !important;
  }
}

@media (max-width: 940px) {
  html[lang="en"] .home_banner .text_box h5 {
    font-size: 20px;
  }

  html[lang="en"] .home_banner .text_box h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .home_row4 .solutions_detail_grid > li {
    width: 50%;
  }

  .solution_detail_card {
    padding: 42px 28px 36px;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: var(--site-header-height);
  }

  .brand_logo_text {
    width: 145px;
    min-height: 52px;
  }

  .header_logo {
    margin-top: 0;
  }

  .mobile_menu_hamburger {
    right: 16px;
    top: 24px;
    bottom: auto;
    margin: 0;
  }

  .language_switch {
    right: 72px;
    top: 24px;
  }

  .home_banner {
    background-image: url("./images/home_banner_bg-mobile.jpg");
    background-position: center;
  }

  .home_row2 {
    background-image: url("./images/about_us_bg-mobile.jpg");
  }

  .get_in_touch_wrapper {
    background-image: url("./images/get_in_touch_wrapper_bg-mobile.png");
  }

  .home_banner .text_box {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero_intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .section_lead,
  .content_section_heading p,
  .solution_detail_card > p,
  .detail_list > li,
  .home_row1 p,
  .home_row3 .home_row3_box .detail_list > li,
  .home_row3 .compliance_boundary > ul > li,
  .administration_card p,
  .package_card > p,
  .packages_heading p,
  .contact_intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .home_row2 .img_box,
  .home_row2 .text_box {
    width: 100%;
    max-width: 100%;
  }

  .home_row2 .img_box {
    margin-bottom: 30px;
  }

  .home_row3 > .inner > ul {
    margin-right: 0;
    margin-left: 0;
  }

  .home_row3 > .inner > ul > li {
    padding-right: 0;
    padding-left: 0;
  }

  .home_row2 .img_box h2 {
    font-size: 32px;
  }

  html[lang="en"] .home_banner .text_box h1,
  html[lang="en"] .home_row2 .img_box h2 {
    font-size: 32px;
  }

  html[lang="en"] .home_banner .text_box {
    padding-bottom: 60px;
  }

  html[lang="en"] .home_banner .text_box h5 {
    font-size: 16px;
  }

  .home_row4 .solutions_detail_grid > li {
    width: 100%;
  }

  .solution_detail_card {
    padding: 40px 22px 34px;
  }

  .content_section_heading h2 {
    font-size: 32px;
  }

  .content_section_heading p {
    font-size: 16px;
  }

  .support_content_section > .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .support_foundation_grid,
  .administration_grid,
  .packages_grid {
    margin-right: 0;
    margin-left: 0;
  }

  .support_foundation_grid > li,
  .administration_grid > li,
  .packages_grid > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .support_subheading {
    margin-top: 42px;
  }

  .support_subheading h3,
  .packages_heading h3 {
    font-size: 26px;
  }

  .packages_wrapper {
    padding: 42px 0 24px;
  }

  .package_card > p {
    min-height: 0;
  }

  .compliance_boundary {
    padding: 34px 26px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .compliance_boundary h3 {
    font-size: 24px;
  }

  .contact_intro {
    margin: -20px auto 30px;
    font-size: 16px;
  }

  .contact_channels {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact_channel {
    min-height: 0;
    padding: 28px 20px 26px;
  }

  .contact_channel_icon {
    margin-bottom: 14px;
  }

  .footer_logo_text {
    width: 130px;
  }

  .footer_links ul li {
    padding-bottom: 0;
  }

  .footer_links ul li:first-child {
    padding-bottom: 10px;
  }

  .footer_links a,
  .footer_text h3 a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 600px) {
  .home_row4 .solutions_detail_grid {
    margin-right: 0;
    margin-left: 0;
  }

  .home_row4 .solutions_detail_grid > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .solution_detail_card {
    padding: 38px 25px 30px;
  }

  .hero_intro {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
  }

  html[lang="en"] .hero_intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .section_lead {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .section_lead_light {
    margin-top: -18px;
  }

  .support_service_card,
  .administration_card,
  .package_card {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  }

  html[lang="en"] .home_banner .green_arrow_button {
    width: auto;
    min-height: 44px;
  }
}

@media (max-width: 360px) {
  html[lang="en"] .brand_logo_text {
    width: 140px;
  }

  html[lang="en"] .brand_logo_text strong {
    font-size: 14px;
  }

  .home_banner .text_box h1,
  html[lang="en"] .home_banner .text_box h1 {
    font-size: 30px;
    line-height: 1.28;
  }

  .content_section_heading h2,
  .home_row2 .img_box h2,
  html[lang="en"] .home_row2 .img_box h2,
  .get_in_touch_wrapper h2 {
    font-size: 29px;
  }

  .solution_detail_card,
  .support_service_card,
  .administration_card,
  .package_card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .compliance_boundary {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (orientation: landscape) and (max-height: 500px) and (max-width: 980px) {
  .home_banner .text_box,
  html[lang="en"] .home_banner .text_box {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .section_lead,
  .content_section_heading p,
  .solution_detail_card > p,
  .detail_list > li,
  .home_row1 p,
  .home_row3 .home_row3_box .detail_list > li,
  .home_row3 .compliance_boundary > ul > li,
  .administration_card p,
  .package_card > p,
  .packages_heading p,
  .contact_intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
