* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", serif;
}

html {
  scroll-padding-top: 120px;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
}

.break {
  display: block;
}

.section-title {
  font-size: 66px;
  font-weight: 800;
  line-height: 98px;
  letter-spacing: -0.02em;
  color: hsl(207, 59%, 32%);
}

.para {
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
}

.main-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: hsl(0, 0%, 100%);
  background: hsl(207, 59%, 32%);
  border-radius: 10px;
  padding: 14px 30px;
  border: none;
  outline: none;
  box-shadow: 0px 16px 24px 0px rgba(14, 90, 255, 0.3);
  transition: 0.3s ease-in-out !important;
}
.main-btn.next {
  padding: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-btn:hover {
  scale: 1.051;
  color: hsl(0, 0%, 100%);
}

.light-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: hsl(207, 59%, 32%);
  background: hsla(221, 100%, 53%, 0.1);
  border-radius: 10px;
  padding: 14px 30px;
  border: none;
  outline: none;
  transition: 0.3s ease-in-out !important;
}
.light-btn:hover {
  scale: 1.051;
}

.outline-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: hsl(207, 59%, 32%);
  background: hsl(0, 0%, 100%);
  border-radius: 10px;
  padding: 14px 30px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(207, 59%, 32%);
  width: 58px;
  height: 58px;
  padding: 0;
  transition: 0.3s ease-in-out !important;
}
.outline-btn:hover {
  scale: 1.051;
}

.container {
  max-width: calc(100vw - 240px);
}
@media (max-width: 1600px) {
  .container {
    max-width: calc(100vw - 120px);
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: calc(100vw - 80px);
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100vw - 60px);
  }
}
@media (max-width: 640px) {
  .container {
    max-width: calc(100vw - 24px);
  }
}

.header {
  padding: 12px 0;
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  background-color: hsl(0, 0%, 100%);
  z-index: 100;
}
.header .logo {
  width: 100px;
  height: 100px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header nav ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s ease-in-out;
}
.header nav ul .nav-item {
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
}
.header nav ul .nav-item.active, .header nav ul .nav-item:hover {
  color: hsl(221, 100%, 53%);
  border-bottom: 2px solid hsl(221, 100%, 53%);
}
.header nav ul .nav-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.header .nav-menu {
  display: none;
}
.header .nav-menu .menu,
.header .nav-menu .colse {
  display: none;
  cursor: pointer;
  font-size: 24px;
}
.header.active .menu {
  display: none !important;
}
.header.active .colse {
  display: block;
}
.header.active nav ul {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60vh;
  justify-content: center;
  background-color: hsl(0, 0%, 100%);
  text-align: center;
  transition: 0.3s ease-in-out;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 30px 30px 5px rgba(0, 0, 0, 0.1);
}
.header.active nav ul .nav-item {
  padding: 10px 0;
  width: 100%;
}

.hero {
  margin-bottom: 40px;
}
.hero .banner {
  padding: 128px 120px;
  background: url(../img/banner-img.png) no-repeat center/cover;
  border-radius: 22px;
}
.hero h1 {
  font-size: 86px;
  font-weight: 800;
  line-height: 98px;
  letter-spacing: -0.02em;
  color: hsl(207, 59%, 32%);
}
.hero p {
  font-size: 28px;
  font-weight: 400;
  line-height: 38.25px;
  letter-spacing: -0.02em;
  color: hsl(207, 59%, 32%);
}
.hero .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about {
  padding-block: 128px;
}
.about .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.excellence {
  padding-block: 40px;
  margin-bottom: 40px;
}
.excellence img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.excellence .box {
  box-shadow: 0px -8px 84px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  border-radius: 24px;
  padding: 43px 36px 0px 36px;
}
.excellence .box.innovation {
  padding: 0;
}
.excellence .box.innovation .content {
  padding: 36px;
}
.excellence .box h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46.44px;
  color: hsl(207, 59%, 32%);
}
.excellence .box .img-box {
  box-shadow: 0px 0px 37.57px 0px rgba(0, 0, 0, 0.08);
  border-radius: 48px 48px 0 0;
  padding: 26px 26px 0px 26px;
}
.excellence .gray-box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.excellence .gray-box .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.excellence .gray-box .content {
  position: absolute;
  top: 36px;
  left: 36px;
  max-width: 260px;
}
.excellence .gray-box .content h3,
.excellence .gray-box .content .para {
  color: hsl(0, 0%, 100%);
}

.core-values {
  padding-block: 80px;
}
.core-values .img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.core-values .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.core-values h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: rgb(29, 28, 38);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.core-values h3 span {
  color: hsl(207, 59%, 32%);
}
.core-values h5 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.89px;
  letter-spacing: -0.02em;
  color: rgb(88, 88, 88);
  margin-bottom: 60px;
}
.core-values .content-section {
  padding: 0;
  margin: 0;
}
.core-values .content-section li {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.core-values .content-section h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
}
.core-values .content-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.core-values .padding-r {
  padding-right: 40px;
}

.brand .brand-cover {
  background: url("../img/brand-cover.png") no-repeat center/cover;
  border-radius: 28px;
  padding: 150px 170px;
}
.brand h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: hsl(0, 0%, 100%);
  text-align: center;
  margin-bottom: 70px;
}
.brand .img-box {
  width: 415px;
  margin: auto;
}
.brand .img-block {
  display: flex;
  gap: 28px;
  justify-content: center;
}
.brand .img-contain {
  width: 110px;
  height: 110px;
}

.overseas {
  padding-block: 40px;
}
.overseas .overseas-cover {
  background: url("../img/overseas-cover.png") no-repeat center/cover;
  border-radius: 28px;
  padding: 100px 80px;
}
.overseas h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: hsl(0, 0%, 100%);
}
.overseas p {
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 620px;
}
.overseas .image-box {
  width: 135px;
  height: 135px;
}

.products {
  padding-block: 40px;
  padding-bottom: 100px;
}
.products .tab-content {
  max-width: 1420px;
  margin: auto;
}
.products .tab-container .tab-header {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  margin-bottom: 32px;
}
.products .tab-container .tab-header .tab-items {
  padding: 10px;
  cursor: pointer;
}
.products .tab-container .tab-header .tab-items.active {
  color: hsl(207, 59%, 32%);
  border-bottom: 2px solid hsl(207, 59%, 32%);
}
.products .product-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}
.products .product-card .product-img {
  width: 100%;
}
.products .product-card .product-img img {
  width: 100%;
}
.products .product-card .overlay {
  position: absolute;
  bottom: 0;
  height: 75%;
  background: linear-gradient(rgba(0, 0, 0, 0), #131313);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
  width: 100%;
  left: 0;
  right: 0;
}
.products .product-card h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.73px;
  letter-spacing: -0.02em;
  color: hsl(0, 0%, 100%);
}
.products .product-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: hsl(0, 0%, 100%);
}

.testimonial {
  padding-block: 60px;
}
.testimonial .testimonial-slider {
  margin-bottom: 60px;
}
.testimonial .icon-box {
  margin-bottom: 50px;
  width: 80px;
  height: 80px;
}
.testimonial .icon-box img {
  width: 100%;
  height: 100%;
}
.testimonial .content {
  position: relative;
  height: 100%;
}
.testimonial .content p {
  font-size: 21.49px;
  font-weight: 500;
  line-height: 50.15px;
  margin-bottom: 36px;
}
.testimonial .content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.43px;
  letter-spacing: -0.2388203144px;
  margin-bottom: 52px;
}
.testimonial .swiper-container {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}
.testimonial .swiper-btns {
  display: flex;
  gap: 12px;
}
.testimonial .swiper-pagination {
  position: absolute;
  bottom: -10px;
}

.testimonial h2.section-title + .para {
  max-width: 1400px;
  margin: auto;
}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  padding-block: 40px;
}
.footer .footer-wrapper {
  background-color: #000;
  border-radius: 28px;
  padding: 70px 160px;
}
.footer .footer-logo {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
.footer h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  color: hsl(0, 0%, 100%);
}
.footer h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: hsl(0, 0%, 100%);
  margin-bottom: 28px;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: hsl(0, 0%, 100%);
  display: block;
  margin-bottom: 12px;
}
.footer a.certified {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer a.certified img {
  width: 60px;
}
.footer .footer-block {
  padding: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: hsl(0, 0%, 100%);
  margin-top: 48px;
}
.footer .footer-block a {
  color: #000;
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
}
.footer .footer-block .social-links {
  display: flex;
  gap: 12px;
}
.footer .footer-block .social-links a {
  width: 20px;
  height: 20px;
}

.modal .modal-title {
  font-weight: 700;
}
.modal input,
.modal select,
.modal textarea,
.modal button {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 1900px) {
  .hero .banner {
    padding: 100px 90px;
  }
  .hero h1 {
    font-size: 76px;
    line-height: 85px;
  }
  .hero p {
    font-size: 24px;
    line-height: 34.25px;
  }
  .about {
    padding-block: 100px;
  }
  .section-title {
    font-size: 56px;
    line-height: 78px;
  }
  .para {
    font-size: 18px;
    line-height: 34px;
  }
  .excellence .box h3 {
    font-size: 30px;
    line-height: 40.44px;
  }
  .core-values {
    padding-block: 60px;
  }
  .core-values h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .core-values h5 {
    font-size: 24px;
    line-height: 33.89px;
    margin-bottom: 40px;
  }
  .brand .brand-cover {
    padding: 110px 110px;
  }
  .brand h2 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .brand .img-box {
    width: 365px;
  }
  .brand .img-contain {
    width: 90px;
    height: 90px;
  }
  .overseas .image-box {
    width: 120px;
    height: 120px;
  }
  .overseas h2 {
    font-size: 52px;
  }
  .products .product-card .overlay {
    padding: 24px;
  }
  .footer .footer-wrapper {
    padding: 50px 130px;
  }
  .footer h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .footer .footer-logo {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1700px) {
  .header .logo {
    width: 70px;
    height: 70px;
  }
  .header nav ul a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
  }
  .header {
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 56px;
    line-height: 65px;
  }
  .hero .img-box {
    max-width: 300px;
    margin: auto;
  }
  .hero p {
    font-size: 20px;
    line-height: 30.25px;
  }
  .about {
    padding-block: 60px;
  }
  .para {
    font-size: 15px;
    line-height: 28px;
  }
  .excellence .box h3 {
    font-size: 24px;
    line-height: 30.44px;
  }
  .excellence .box .img-box {
    border-radius: 28px 28px 0 0;
    padding: 18px 18px 0px 18px;
  }
  .excellence .box {
    padding: 30px 20px 0px 20px;
  }
  .excellence .gray-box .content {
    max-width: 175px;
  }
  .core-values h3 {
    font-size: 33px;
    line-height: 38px;
  }
  .core-values h5 {
    font-size: 20px;
    line-height: 30.89px;
    margin-bottom: 22px;
  }
  .core-values .icon-box {
    max-width: 100px;
    flex-shrink: 0;
  }
  .core-values .content-section h6 {
    font-size: 18px;
    line-height: 21.32px;
  }
  .core-values .content-section h6 {
    font-size: 18px;
    line-height: 21.32px;
  }
  .core-values .content-section li {
    margin-bottom: 18px;
  }
  .brand h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .brand .img-box {
    width: 280px;
  }
  .brand .img-contain {
    width: 70px;
    height: 70px;
  }
  .overseas h2 {
    font-size: 40px;
  }
  .overseas p {
    font-size: 14px;
    line-height: 20px;
    max-width: 565px;
  }
  .overseas .image-box {
    width: 100px;
    height: 100px;
  }
  .section-title {
    font-size: 40px;
    line-height: 60px;
  }
  .products .tab-container .tab-header {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .products .product-card h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .products .tab-content {
    max-width: 1100px;
    margin: auto;
  }
  .products {
    padding-block: 20px;
    padding-bottom: 28px;
  }
  .testimonial {
    padding-block: 20px;
  }
  .testimonial h2.section-title + .para {
    max-width: 1100px;
    margin: auto;
  }
  .testimonial .img-box {
    width: 100%;
  }
  .testimonial .img-box img {
    width: 100%;
  }
  .testimonial .icon-box {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }
  .testimonial .content p {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 36px;
  }
  .testimonial .content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .main-btn.next,
  .outline-btn.prev {
    width: 36px;
    height: 36px;
    border-radius: 6px;
  }
  .footer .footer-wrapper {
    padding: 36px 80px;
  }
  .footer .footer-logo {
    width: 130px;
    height: 130px;
    margin-bottom: 6px;
  }
  .footer h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .footer h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .footer a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer .footer-block {
    padding: 20px;
    border-radius: 10px;
    margin-top: 34px;
  }
}
@media (max-width: 1400px) {
  .header {
    padding: 6px 0;
    margin-bottom: 10px;
  }
  .header .logo {
    width: 50px;
    height: 50px;
  }
  .header nav ul a {
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
  }
  .hero {
    margin-bottom: 20px;
  }
  .hero .banner {
    padding: 80px 50px;
  }
  .hero h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero p {
    font-size: 18px;
    line-height: 24.25px;
  }
  .hero .img-box {
    max-width: 230px;
    margin: auto;
  }
  .section-title {
    font-size: 30px;
    line-height: 46px;
  }
  .para {
    font-size: 13px;
    line-height: 22px;
  }
  .about .img-box {
    max-width: 480px;
    margin: auto;
  }
  .excellence {
    padding-block: 16px;
    margin-bottom: 16px;
  }
  .core-values {
    padding-block: 30px;
  }
  .core-values h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .core-values h5 {
    font-size: 16px;
    line-height: 22.89px;
    margin-bottom: 30px;
  }
  .core-values .icon-box {
    max-width: 50px;
    flex-shrink: 0;
  }
  .core-values .content-section li {
    margin-bottom: 16px;
    gap: 10px;
  }
  .core-values .content-section p {
    font-size: 13px;
    line-height: 18px;
  }
  .excellence .box h3,
  .excellence .gray-box .content h3 {
    font-size: 20px;
    line-height: 24.44px;
  }
  .brand .brand-cover {
    padding: 80px 60px;
  }
  .brand h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .brand .img-box {
    width: 220px;
  }
  .brand .img-contain {
    width: 55px;
    height: 55px;
  }
  .brand .img-block {
    gap: 14px;
  }
  .overseas .overseas-cover {
    border-radius: 20px;
    padding: 80px 60px;
  }
  .overseas h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .overseas p {
    font-size: 13px;
    line-height: 24px;
    max-width: 405px;
  }
  .overseas .image-box {
    width: 80px;
    height: 80px;
  }
  .products .tab-content {
    max-width: 980px;
    margin: auto;
  }
  .products .product-card h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .testimonial h2.section-title + .para {
    max-width: 850px;
    margin: auto;
  }
  .testimonial .content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 36px;
  }
  .testimonial .swiper-container {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .footer {
    padding-block: 20px;
  }
  .footer .footer-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 6px;
  }
  .footer h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .footer h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer a {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .footer .footer-block {
    padding: 16px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .hero .col-12.col-lg-7.order-2.order-lg-1 {
    text-align: center;
  }
  .core-values .padding-r {
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .brand .brand-cover,
  .overseas .overseas-cover {
    padding: 50px 30px;
    overflow: hidden;
  }
  .overseas .image-box {
    width: 55px;
    height: 55px;
  }
  .footer .footer-wrapper {
    padding: 36px 50px;
  }
}
@media (max-width: 768px) {
  .header nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    text-align: center;
  }
  .header nav .nav-menu {
    display: flex;
  }
  .header nav .nav-menu .menu {
    display: block;
  }
  .header nav .nav-item a {
    padding: 15px 0;
  }
  .header.active nav ul {
    display: flex;
  }
  .header nav ul .nav-item.active,
  .header nav ul .nav-item:hover {
    border-bottom: none;
  }
  .brand .brand-cover,
  .overseas .overseas-cover {
    padding: 74px 30px;
    overflow: hidden;
    background-color: hsl(207, 59%, 32%);
  }
  .brand .brand-cover > .row,
  .overseas .overseas-cover > .row {
    gap: 30px;
  }
  .overseas {
    text-align: center;
  }
  .overseas p {
    margin: auto;
  }
  .overseas .image-box {
    margin: auto;
  }
  .testimonial .content {
    margin-top: 30px;
  }
  .footer .footer-wrapper {
    padding: 28px;
  }
}
@media (max-width: 500px) {
  .hero h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .hero .banner {
    padding: 55px 26px;
  }
  .hero .banner .row {
    gap: 15px;
  }
  .hero .img-box {
    max-width: 170px;
    margin: auto;
  }
  .para {
    font-size: 16px;
    line-height: 30px;
  }
  .about {
    text-align: center;
  }
  .about .row {
    gap: 30px;
  }
  .excellence .box h3,
  .excellence .gray-box .content h3 {
    font-size: 24px;
    line-height: 30.44px;
  }
  .core-values h3 {
    line-height: 36px;
    text-align: center;
  }
  .core-values h5 {
    text-align: center;
    font-size: 18px;
  }
  .header.active nav ul .nav-item {
    padding: 0;
  }
  .header nav ul .nav-item a {
    font-size: 20px;
  }
  .products .tab-container .tab-header .tab-items {
    padding: 12px;
    font-size: 16px;
  }
  .products .tab-container .tab-header {
    flex-wrap: wrap;
  }
  .footer h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .footer a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer .footer-block {
    padding: 16px;
    border-radius: 10px;
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
  }
  .footer .footer-logo {
    margin: auto;
  }
  .footer h3 {
    text-align: center;
  }
  .overseas p {
    font-size: 16px;
    line-height: 24px;
    max-width: 405px;
    font-weight: 500;
  }
  .core-values .content-section p {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */