body {
  margin: 0;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

/* Navigation Links */
.nav-link {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* Optional: hover effect */
.nav-link:hover {
  color: #0051a5; /* Or any brand accent color */
}

.main {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 60px 20px;
  box-sizing: border-box;
}

.main-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

/* Hero container: inline layout */
.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 90px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Left side (text block) */
.frame-parent {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
}

.you-think-it-we-build-it-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.you-think-it {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.we-strive-to {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.button {
  background-color: #0051a5;
  color: #fff;
  padding: 20px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 100px;
  text-decoration: none;
}

/* Right side (image + layered icons) */
.icon-parent {
  flex: 1 1 400px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pexels-jopwell-2422287-1-icon {
  width: 500px;
  height: 600px;
  object-fit: cover;
  border-radius: 213.53px 0 218.78px 216px;
}

.icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* Responsive adjustments */
/* @media (max-width: 1024px) {
  .hero-section {
    gap: 60px;
  }

  .you-think-it {
    font-size: 36px;
  }
} */

@media (max-width: 768px) {
  .hero-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .you-think-it {
    font-size: 28px;
  }

  .frame-parent,
  .icon-parent {
    width: 100%;
  }

  .pexels-jopwell-2422287-1-icon {
    height: 400px;
    width: 350px;
  }
}

.footer {
  background-color: #0051a5;
  color: #e4e4e4;
  padding: 48px 20px 32px;
  font-size: 14px;
  width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Contact Info Block */
.contact-info {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo-icon1 {
  width: 120px;
  margin-bottom: 10px;
}

.contact-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Map Styling */
.footer-map {
  flex: 1 1 400px;
  min-height: 250px;
  width: 100%;
  border: none;
  border-radius: 8px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #b8c0cc;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-contact-section {
    flex-direction: column;
    gap: 24px;
  }

  .footer-map {
    height: 250px;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-container {
    align-items: center;
  }
}

/* .main-child {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  height: 1024px;
} */

/* .main-child {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
} */
.icon-child {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 13px;
  height: 121px;
}
.icon-item {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 13px;
  height: 85px;
}
.icon-inner {
  position: absolute;
  top: 0px;
  left: 44px;
  width: 13px;
  height: 49px;
}
.group-icon {
  position: absolute;
  top: 0px;
  left: 66px;
  width: 13px;
  height: 13px;
}
.icon-child1 {
  position: absolute;
  top: 0px;
  left: 94px;
  width: 13px;
  height: 13px;
}
/* .icon {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 107px;
  height: 121px;
} */

/* .icon-parent {
  flex: 1 1 400px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pexels-jopwell-2422287-1-icon {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 213.53px 0 218.78px 216px;
} */

/* .pexels-jopwell-2422287-1-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 213.53px 0px 218.78px 216px;
  width: 517.9px;
  height: 536.6px;
  object-fit: cover;
}
.icon-parent {
  position: absolute;
  top: 187px;
  left: 894px;
  width: 517.9px;
  height: 536.6px;
}*/

@media (max-width: 1600px) {
  .frame-parent {
    text-align: center;
  }

  .you-think-it-we-build-it-parent {
    align-items: center;
  }

  /* .hero-section {
    justify-content: center;
  } */
}
/* .you-think-it {
  width: 630px;
  position: relative;
  line-height: 65px;
  font-weight: 800;
  display: inline-block;
}
.we-strive-to {
  width: 630px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  display: flex;
  align-items: center;
} */

/* .you-think-it-we-build-it-parent {
  display: flex;
  flex-direction: column;
  gap: 10px;
} */

.you-think-it-we-build-it-parent6 {
  flex-direction: column;
  gap: 10px;
}

/* .you-think-it-we-build-it-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
} */
/* .our-services {
  position: relative;
  line-height: 26px;
} */
/* .button {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background-color: #0051a5;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13.7px 56px;
  font-size: 16px;
  color: #fff;
  width: 200px;
} */

/* .frame-parent {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
} */

/* .frame-parent {
  position: absolute;
  top: 310px;
  left: 115px;
  width: 630px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
} */
.logo-icon {
  width: 115.3px;
  position: relative;
  max-height: 100%;
}
.home1 {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 24px;
  font-weight: 500;
}
.navbar-child {
  position: absolute;
  top: 26.75px;
  left: -1.25px;
  border-top: 2.5px solid #000033;
  box-sizing: border-box;
  width: 47.5px;
  height: 2.5px;
}
.navbar {
  width: 100%;
  position: relative;
  height: 28px;
}
.about {
  position: absolute;
  top: 0%;
  left: 0%;
  line-height: 24px;
  font-weight: 300;
}
.navbar1 {
  width: 45px;
  position: relative;
  height: 24px;
}
.services {
  position: absolute;
  width: 128.83%;
  top: 0%;
  left: 0%;
  line-height: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.navbar2 {
  width: 60px;
  position: relative;
  height: 24px;
}
/* .navbar-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
} */
.contact-us {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.contact-us-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 157px;
  height: 50px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0051a5;
}

.contact-us-link:hover {
  background-color: #0051a5;
  color: #fff;
} /* --- Desktop Navbar --- */
.navbar-desktop {
  display: flex;
  gap: 24px;
  align-items: center;
}

.navbar {
  font-size: 16px;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* Optional hover style */
.nav-link:hover {
  color: #0051a5;
}

/* --- Contact Us button (desktop only) --- */
.contact-us-link {
  text-decoration: none;
  color: white;
  background-color: #0051a5;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* --- Hamburger (mobile only) --- */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #000033;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Mobile Dropdown Menu --- */
/* Hidden state (default) */
.navbar-mobile {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30%;
  right: 12px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  gap: 25px;
  align-items: flex-start;
  z-index: 1000;
  height: 200px;
  width: 200px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Visible state when menu is toggled */
.navbar-mobile.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .navbar-desktop,
  .button1 {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

/* .button1 {
  width: 157px;
  height: 60px;
  border-radius: 20px;
  border: 2px solid #0051a5;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0051a5;
} */
.frame-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
}

/* .hero-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 250px;
  box-sizing: border-box;
  width: 100%;
} */

.logo-parent {
  position: relative; /* This anchors the dropdown */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 999;
}

/* .logo-parent {
  position: absolute;
  top: 32px;
  left: 69px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  font-size: 16px;
} */
/* .main {
  align-self: stretch;
  position: relative;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  flex-shrink: 0;
} */
.about-us-child {
  background-color: #f4fbff;
  width: 100%;
  height: 798px;
}
/* .about-us-item {
  width: 518px;
  height: 537px;
  object-fit: cover;
  border-radius: 213.53px 0px 218.78px 216px;
} */
/* .about-us1 {
  width: 625px;
  position: relative;
  line-height: 37.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
} */
.founded-in-2010-ark {
  margin: 0;
}
.ark-stands-for-automation1 {
  width: 100%;
}

.about-us {
  width: 100%;
  background-color: #f4fbff;
  padding: 64px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-us-inner {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.about-us-item {
  flex: 1 1 400px;
  max-width: 500px;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 213.53px 0px 218.78px 216px;
}

.about-us-text {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-us1 {
  font-size: 35px;
  font-weight: 800;
}

.ark-stands-for-automation {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.about-list {
  padding-left: 24px;
  margin: 20px 0;
}

.about-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  list-style: none;
  line-height: 26px;
}

.about-list li::before {
  content: url("assets/check_circle.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
}

/* Closing lines */
.whether-youre-a {
  font-size: 16px;
  line-height: 26px;
}

.we-are-the {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-us-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-us1 {
    font-size: 28px;
  }

  .about-us-item {
    border-radius: 40px;
  }
}

.our-services {
  width: 100%;
  background-color: #fff;
  padding: 64px 20px;
  box-sizing: border-box;
}

.our-services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.our-services-header h2 {
  font-size: 35px;
  font-weight: 800;
  color: #000033;
  margin-bottom: 16px;
}

.our-services-header p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
}

/* 3x2 Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 51, 0.08);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: left;
}

.service-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #000033;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: rgba(0, 0, 51, 0.95);
}

/* Responsive */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .our-services-header h2 {
    font-size: 28px;
  }
}

.product {
  width: 100%;
  background: linear-gradient(#f4fbff, #f4fbff), #fff;
  padding: 64px 20px 104px;
  box-sizing: border-box;
  text-align: center;
}

.product-header {
  max-width: 800px;
  margin: 0 auto 40px;
}

.product-header h2 {
  font-size: 35px;
  font-weight: 800;
  color: #000033;
  margin-bottom: 16px;
}

.product-header p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
}

/* Product list */
.product-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.product-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: rgba(0, 0, 51, 0.9);
}

.product-list img {
  width: 17px;
  height: 17px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .product-header h2 {
    font-size: 28px;
  }

  .product-list {
    align-items: flex-start;
  }
}

/* .ark-stands-for-automation {
  width: 625px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
} */
/* .about-us-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  font-size: 35px;
} */
/* .check-circle-icon {
  width: 17px;
  position: relative;
  height: 17px;
  overflow: hidden;
  flex-shrink: 0;
} */
/* .check-circle-parent {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  color: rgba(0, 0, 51, 0.9);
}
.check-circle-group {
  position: absolute;
  top: 37px;
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
.check-circle-container {
  position: absolute;
  top: 74px;
  left: 0px;
  width: 405px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
} */
/* .group-div {
  width: 405px;
  position: relative;
  height: 100px;
  color: rgba(0, 0, 51, 0.95);
} */
/* .whether-youre-a {
  width: 625px;
  position: relative;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.we-are-the {
  width: 625px;
  position: relative;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
} */
/* .frame-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 29px;
} */

/* .about-us {
  width: 100%;
  background-color: #f4fbff;
  padding: 64px 20px;
  box-sizing: border-box;
}

.about-us-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
} */

/* .about-us {
  align-self: stretch;
  position: relative;
  background-color: #fff;
  height: 798px;
  overflow: hidden;
  flex-shrink: 0;
  font-size: 16px;
} */
.our-services2 {
  align-self: stretch;
  position: relative;
  line-height: 52.5px;
  font-weight: 800;
}
.we-are-commited {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.our-services-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: center;
  font-size: 35px;
  color: #000033;
}
.modernizing-legacy-systems {
  position: absolute;
  top: 70px;
  left: 3.95px;
  line-height: 26px;
  font-weight: 300;
  display: flex;
  align-items: center;
  width: 248.3px;
}
.digital-transformation {
  position: absolute;
  top: 15px;
  left: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #000033;
  display: flex;
  align-items: center;
  width: 252px;
}
.modernizing-legacy-systems-to-parent {
  width: 252.3px;
  position: relative;
  height: 168px;
}
.frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.share-1-1-parent {
  width: 305px;
  box-shadow: 0px 10px 25px rgba(0, 0, 51, 0.08);
  border-radius: 20px;
  background-color: #fff;
  height: 405px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 44px 26px;
  box-sizing: border-box;
  gap: 10px;
}
.compression-1-icon {
  width: 60px;
  position: relative;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.automation {
  position: absolute;
  top: 15px;
  left: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #000033;
  display: flex;
  align-items: center;
  width: 244px;
}
.streamlining-workflows-to-redu-parent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 252.3px;
  height: 168px;
}
.frame-div {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 54px;
}
.our-services1 {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 64px 244px;
  gap: 47px;
  font-size: 13px;
  color: rgba(0, 0, 51, 0.95);
}
.products {
  width: 1024px;
  position: relative;
  line-height: 52.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-are-commited1 {
  width: 1024px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-circle-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
.frame-parent3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 51, 0.9);
}
.frame-parent2 {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
/* .product {
  align-self: stretch;
  background: linear-gradient(#f4fbff, #f4fbff), #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 64px 244px 104px;
  text-align: center;
  font-size: 35px;
} */
.logo-icon1 {
  width: 102.7px;
  position: relative;
  max-height: 100%;
}
.about-ark {
  position: relative;
  font-weight: 500;
}
.about-ark-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
}
.layout-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.link-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.for-more-information {
  flex: 1;
  position: relative;
  font-weight: 500;
  display: inline-block;
  min-width: 220px;
}
.for-more-information-or-suppor-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  min-width: 220px;
}
.layout-01-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1200px;
}
.layout-01 {
  width: 456px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 180px;
}
.phone-603 {
  flex: 1;
  position: relative;
  display: inline-block;
  min-width: 220px;
}
.layout-21 {
  width: 456px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 180px;
  font-size: 14px;
}
.layout-01-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.newsletter {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
}
.content1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 64px 380px;
}
.layout-2-inner1 {
  width: 262px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1200px;
}
.content2 {
  align-self: stretch;
  border-top: 1px solid #b8c0cc;
  box-sizing: border-box;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 0px 0px;
}
.container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 64px 0px;
  box-sizing: border-box;
  gap: 64px;
  max-width: 1504px;
}
/* .footer {
  align-self: stretch;
  background-color: #0051a5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 110px;
  font-size: 14px;
  color: #e4e4e4;
} */
.content {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 340px;
}
.home {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 50px;
  color: #000033;
  font-family: Avenir;
}
