.glass, .header__container, .mobile-nav, .button, .glass-badge, .gcloud-card, .home-icons__item, .feature-card, .home-certificates__content, .newsletter, .newsletter__form, .icon-card__mask, .page-banner__content, .image-content__right, .icon-box__img, .story-card__badge, .banner__content, .tab-pills__item, .story-aside__card, .glass-banner, .glass-banner__badge, .contact-body, .mega-menu__content, .g-dropdown {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 6px 3px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.glass::before, .header__container::before, .mobile-nav::before, .button::before, .glass-badge::before, .gcloud-card::before, .home-icons__item::before, .feature-card::before, .home-certificates__content::before, .newsletter::before, .newsletter__form::before, .icon-card__mask::before, .page-banner__content::before, .image-content__right::before, .icon-box__img::before, .story-card__badge::before, .banner__content::before, .tab-pills__item::before, .story-aside__card::before, .glass-banner::before, .glass-banner__badge::before, .contact-body::before, .mega-menu__content::before, .g-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}

.glass::after, .header__container::after, .mobile-nav::after, .button::after, .glass-badge::after, .gcloud-card::after, .home-icons__item::after, .feature-card::after, .home-certificates__content::after, .newsletter::after, .newsletter__form::after, .icon-card__mask::after, .page-banner__content::after, .image-content__right::after, .icon-box__img::after, .story-card__badge::after, .banner__content::after, .tab-pills__item::after, .story-aside__card::after, .glass-banner::after, .glass-banner__badge::after, .contact-body::after, .mega-menu__content::after, .g-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.gradient-text, .hero__title {
  background: linear-gradient(43deg, rgb(133, 133, 133) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.gradient-text--green {
  background: linear-gradient(43deg, #69933e 0%, #1b2d13 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text--dark {
  background: linear-gradient(43deg, rgb(15, 15, 15) 0%, rgb(140, 140, 140) 100%);
}

.title {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 20px;
  }
}
.title--bigger {
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .title--bigger {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .title--bigger {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title--bigger {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .title--bigger {
    font-size: 24px;
  }
}
.title--medium {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .title--medium {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .title--medium {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .title--medium {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .title--medium {
    font-size: 14px;
  }
}
.title--small {
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  .title--small {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .title--small {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .title--small {
    font-size: 0.9rem;
  }
}
.title--gradient {
  background: linear-gradient(43deg, rgb(133, 133, 133) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.title--gradient-2 {
  background: linear-gradient(89deg, #000 44.51%, #FFF 90.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title--gradient-dark, .story-content__title strong {
  background: linear-gradient(43deg, rgb(15, 15, 15) 0%, rgb(140, 140, 140) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

body {
  background-color: #000;
  color: #e6e6e6;
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1180px;
  }
}
.white-section {
  background-color: #fff;
  color: #010101;
}

.gray-section {
  background-color: #f2f4f7;
  color: #010101;
}

.text, .story-card__text, .service-box__text, .icon-card__text {
  font-size: 0.85rem;
}
.text--dark {
  color: #010101;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 960;
  padding: 24px 0;
  width: 100%;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}
.header__right {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__cta {
  position: relative;
  display: inline-block;
}
@media (max-width: 576px) {
  .header__cta {
    display: none;
  }
}
.header__cta-glow {
  position: absolute;
  top: -24px;
  right: -18px;
}
@media (max-width: 1200px) {
  .header__cta-glow {
    top: -20px;
  }
}

.logo {
  display: inline-block;
  width: 160px;
}

@media (max-width: 1200px) {
  .menu {
    display: none;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 0;
}
.menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.85rem;
  transition: all 0.3s;
  gap: 6px;
  color: #fff;
  font-weight: 600;
}
.menu__link:hover {
  color: #0cf10d;
}
.menu__link .bi {
  font-size: 0.85rem;
}

.mobile-nav {
  position: fixed;
  top: 100px;
  right: 0;
  left: 15px;
  z-index: 950;
  display: none;
  overflow-y: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 120px);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease-out;
  transform: translateX(-120%);
  backdrop-filter: blur(24px);
}
@media (max-width: 1200px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 0;
}
.mobile-nav__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
  gap: 6px;
}
.mobile-nav__link:hover {
  color: #0cf10d;
}
.mobile-nav.open {
  transform: translateX(0);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 24px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
  gap: 6px;
}
@media (max-width: 1400px) {
  .button {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  .button {
    padding: 8px 20px;
    font-size: 0.8rem;
  }
}
.button:hover {
  background-color: #0cf10d;
  color: #000;
}
.button--rounded {
  border-radius: 32px;
}
.button--black {
  background-color: #000;
}
.button--green {
  background-color: #0cf10d;
  color: #000;
}
.button--green:hover {
  background-color: #9eff3d;
  color: #000;
}
.button--green-border {
  border-color: #0cf10d;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 240px;
  padding-bottom: 30px;
}
.hero__line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 19;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.hero__center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.hero__title {
  font-weight: bold;
  font-size: 65px;
}
@media (max-width: 1400px) {
  .hero__title {
    font-size: 56px;
  }
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 35px;
  }
}
.hero__text {
  display: block;
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .hero__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .hero__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero__text {
    font-size: 14px;
  }
}
.hero__cards {
  margin-top: 100px;
}
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.hero .container {
  position: relative;
  z-index: 20;
}
.hero .glass-badge {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .hero .glass-badge {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .hero .glass-badge {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero .glass-badge {
    font-size: 14px;
  }
}

.glass-badge {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 32px;
  font-size: 0.85rem;
}
.glass-badge--dark {
  background: -webkit-linear-gradient(309deg, rgb(241, 241, 241) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(309deg, rgb(241, 241, 241) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(39deg, rgb(241, 241, 241) 0%, rgba(255, 255, 255, 0) 100%);
  color: #010101;
}

.gradient-blur {
  position: absolute;
  z-index: 5;
  height: 65%;
  pointer-events: none;
  inset: auto 0 0 0;
}

.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
  position: absolute;
  inset: 0;
}

.gradient-blur::before {
  z-index: 1;
  content: "";
  backdrop-filter: blur(0.5px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 37.5%);
}

.gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgba(0, 0, 0, 0) 50%);
}

.gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 62.5%);
}

.gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgba(0, 0, 0, 0) 75%);
}

.gradient-blur > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 87.5%);
}

.gradient-blur > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.gradient-blur > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
}

.gradient-blur::after {
  z-index: 8;
  content: "";
  backdrop-filter: blur(64px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
}

.gcloud-card {
  padding: 20px;
  border-radius: 24px;
}
.gcloud-card__icon {
  position: relative;
  z-index: 4;
  width: 64px;
}
.gcloud-card__title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.gcloud-card__text {
  display: block;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 0.85rem;
}
@media (max-width: 576px) {
  .gcloud-card__text {
    font-size: 0.8rem;
  }
}
.gcloud-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gcloud-card__bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.gcloud-card:hover .gcloud-card__bg-hover {
  opacity: 1;
  transform: scale(1.2);
}
.gcloud-card--rounded {
  border-radius: 30px;
}
.gcloud-card--column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px;
  min-height: 325px;
}
.gcloud-card--column .gcloud-card__title {
  margin-top: 0;
  margin-bottom: 0;
}
.gcloud-card--column .gcloud-card__text {
  margin-top: 12px;
  margin-bottom: 0;
}
.gcloud-card--column:before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  background: linear-gradient(transparent, #000);
  content: "";
}
.gcloud-card--column > div {
  position: relative;
  z-index: 6;
}
.gcloud-card--green-gradient {
  background: rgba(126, 192, 66, 0.09);
  background: linear-gradient(114deg, rgba(126, 192, 66, 0.2) 0%, rgba(40, 73, 9, 0.2) 54%, rgba(26, 26, 26, 0.19) 100%);
  border: 0.11rem solid transparent;
  transition: border 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.gcloud-card--green-gradient:hover {
  border: 0.11rem solid #0cf10d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.gcloud-card--lightgreen {
  background-color: #ecf3e9;
}

.home-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-icons-wrapper {
  padding-bottom: 180px;
  background-color: #f2f4f7;
}

.home-icons {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 900px;
}
.home-icons .swiper-slide {
  text-align: center;
}
.home-icons .swiper-wrapper {
  align-items: center;
}
.home-icons__item {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  filter: blur(4px);
  transition: all 0.3s ease;
  transform: scale(0.76);
}
.home-icons .swiper-slide-active {
  padding-top: 12px;
  padding-bottom: 12px;
}
.home-icons .swiper-slide-active .home-icons__item {
  position: relative;
  background: #79f986;
  background: linear-gradient(136deg, rgb(121, 249, 134) 0%, rgb(184, 249, 124) 100%);
  filter: blur(0);
  transform: scale(1.1);
}
.home-icons .swiper-slide-active .section-title {
  opacity: 1;
}
.home-icons .swiper-slide-prev-prev .home-icons__item {
  right: -24px;
}
.home-icons .swiper-slide-next-next .home-icons__item {
  left: -24px;
}
.home-icons .swiper-slide-next .home-icons__item,
.home-icons .swiper-slide-prev .home-icons__item {
  margin: 0;
  filter: blur(0);
}
.home-icons .swiper-slide-next-next .home-icons__item,
.home-icons .swiper-slide-prev-prev .home-icons__item {
  filter: blur(2px);
}
.home-icons .section-title {
  margin-top: 24px;
  opacity: 0;
  transition: all 0.3s;
}

.home-solutions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-sectors {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .home-sectors .row {
    gap: 15px;
  }
  .home-sectors .row .col-lg-6 .row {
    margin-top: 15px;
  }
  .home-sectors .mb-30 {
    margin-bottom: 0;
  }
}

.home-features {
  padding: 70px 0;
  background-color: #0f1d02;
}
.home-features__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.home-features__cover {
  width: 446px;
}
.home-features__content {
  flex: 1;
}
.home-features__cards {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 282px;
  gap: 15px;
}
@media (max-width: 1200px) {
  .home-features__cards {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .home-features__cards {
    flex-wrap: wrap;
  }
}

.feature-card {
  padding: 18px 12px;
  border-radius: 14px;
  background-color: #0f1d02;
  color: #fff;
  text-align: center;
  width: 164px;
}
@media (max-width: 992px) {
  .feature-card {
    flex: 1;
    min-width: 48%;
  }
}
.feature-card__filter {
  display: block;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.feature-card__icon {
  margin-bottom: 14px;
}
.feature-card__text {
  margin: 0;
  font-size: 12px;
}
.feature-card:hover .feature-card__filter, .feature-card.active .feature-card__filter {
  opacity: 1;
  filter: grayscale(0%);
}

.home-why-gcloud {
  padding: 70px 0;
  background-color: #f2f4f7;
}

.why-gcloud-swiper {
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}
.why-gcloud-swiper .swiper-slide {
  width: 200px;
}
@media (min-width: 1200px) {
  .why-gcloud-swiper .swiper-slide {
    width: 427px;
  }
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 18px;
  cursor: pointer;
}
.swiper-button-prev-custom:before,
.swiper-button-next-custom:before {
  display: none;
}
.swiper-button-prev-custom i,
.swiper-button-next-custom i {
  font-size: 1.2rem;
}

.why-gcloud-swiper img {
  width: 100%;
}

.home-trusted-partner {
  padding: 70px 0;
}
.home-trusted-partner .swiper-slide {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-trusted-partner .swiper-slide {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.home-logistics {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #071105;
  background-position: top 20px center;
  background-repeat: no-repeat;
}

.home-certificates {
  position: relative;
  padding: 100px 0;
  background-color: #f2f4f7;
}
.home-certificates__glow {
  position: absolute;
  top: 4%;
  left: 0;
  z-index: 0;
}
.home-certificates__content {
  position: relative;
  padding: 20px;
  border-radius: 20px;
}
.home-certificates__content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-image: radial-gradient(circle at center center, #dfdfdf 65%, #dbdbdb 65%);
  background-size: 5px 5px;
  background-size: 5px 5px;
}
.home-certificates__content * {
  position: relative;
  z-index: 5;
}
.home-certificates__content-glow {
  position: absolute;
  right: 0;
  bottom: -66px;
  left: 0;
}
.home-certificates__title {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
}
.home-certificates .container {
  position: relative;
  z-index: 4;
}

.footer {
  position: relative;
  background: radial-gradient(circle, rgb(20, 47, 10) 0%, rgb(18, 31, 9) 100%);
  color: #fff;
}
.footer__glow {
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.footer__top {
  position: relative;
  z-index: 4;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .footer__top {
    padding-top: 160px;
  }
}
.footer__mid {
  position: relative;
  z-index: 4;
  padding: 70px 0;
}
.footer__mid .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__left {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 192px;
}
@media (max-width: 992px) {
  .footer__left {
    width: 100%;
  }
}
.footer__right {
  flex: 1;
}
.footer__menus {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  gap: 45px;
}
@media (max-width: 1200px) {
  .footer__menus {
    margin-top: 45px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .footer__menus {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 25px;
  }
}
.footer__bottom {
  position: relative;
  z-index: 4;
  padding: 15px 0;
  border-top: 1px solid #f3f3f3;
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__bottom .container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.footer__image {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__image {
    text-align: left;
  }
}
.footer__image img {
  width: 200px;
}

.newsletter {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  max-width: 100%;
  max-width: calc(100% - 30px);
  width: 945px;
  border-radius: 24px;
}
.newsletter__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 14px;
  background: linear-gradient(to right, #fff, transparent);
}
@media (max-width: 992px) {
  .newsletter__content {
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.76);
  }
}
.newsletter__content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(127, 193, 66, 0.25) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.6;
}
.newsletter__left {
  max-width: 100%;
  width: 411px;
}
@media (max-width: 992px) {
  .newsletter__left {
    margin-bottom: 30px;
    width: 100%;
  }
}
.newsletter__title {
  display: block;
  margin-bottom: 12px;
  color: #010101;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .newsletter__title {
    font-size: 16px;
  }
}
.newsletter__title span {
  font-weight: 700;
}
.newsletter__text {
  display: block;
  color: #767880;
  font-size: 0.9rem;
}
.newsletter__input {
  display: inline-block;
  flex: 1;
  padding: 10px;
  height: 46px;
  border: none;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background: #fff;
  color: #010101;
}
.newsletter__input::placeholder {
  color: #9ca3af;
}
.newsletter__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 340px;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .newsletter__form {
    width: 100%;
  }
}
.newsletter__btn {
  width: 48px;
  height: 46px;
  border: none;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #7fc142;
  color: #fff;
  transition: all 0.3s;
}
.newsletter__btn:hover {
  background-color: #0cf10d;
  color: #010101;
}

.footer-logo {
  display: inline-block;
}

.customer-service__title {
  display: block;
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 19px;
}
.customer-service__number {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s;
}
.customer-service__number:hover {
  color: #0cf10d;
}

.social {
  margin-top: 24px;
}
.social__title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
.social__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #b7d041;
  border-radius: 50%;
  color: #0cf10d;
  transition: all 0.3s;
}
.social__link:hover {
  border-color: #0cf10d;
  background-color: #0cf10d;
  color: #010101;
}

.footer-menu {
  min-height: 375px;
}
@media (max-width: 992px) {
  .footer-menu {
    width: calc(25% - 45px);
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .footer-menu {
    width: calc(50% - 45px);
    min-height: auto;
  }
}
.footer-menu__title {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-menu__list {
  margin: 0;
  padding: 0;
}
.footer-menu__item {
  margin-bottom: 8px;
}
.footer-menu__link {
  display: inline-block;
  color: #e8e8e8;
  font-size: 0.8rem;
}
.footer-menu__link:hover {
  text-decoration: underline;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
  gap: 20px;
}
@media (max-width: 992px) {
  .copyright {
    justify-content: center;
    text-align: center;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.footer-links a {
  color: #b9c1b5;
  font-size: 0.9rem;
}
.footer-links a:hover {
  text-decoration: underline;
}

.gradient-divider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(249, 249, 249) 50%, rgba(0, 0, 0, 0) 100%);
}

.home-services {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .home-services .section-header {
    text-align: center;
  }
}
.home-services__bg {
  position: absolute;
  top: -50%;
  right: 0;
}
.home-services .container {
  position: relative;
  z-index: 4;
}

.section-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #0cf10d;
  font-weight: 500;
  font-size: 16px;
  gap: 4px;
  margin-top: 10px;
}
.section-title:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0cf10d;
  content: "";
}

.icon-card {
  position: relative;
  transition: border-color 0.3s ease;
}
.icon-card:hover .icon-card__mask {
  border-color: #0cf10d;
}
.icon-card:hover .button {
  background-color: #0cf10d;
  border-color: #0cf10d;
  color: #000;
}
@media (max-width: 768px) {
  .icon-card {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
}
.icon-card__mask {
  position: relative;
  width: 369px;
  border-radius: 14px;
  background: linear-gradient(114deg, rgba(115, 133, 95, 0.4) 0%, rgba(115, 133, 95, 0.4) 54%, rgba(57, 57, 57, 0.4) 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20369%20254%22%3E%3Cpath%20d%3D%22M0%2C0H293A14%2C14%200%2C0%2C1%20307%2C14V48A14%2C14%200%2C0%2C0%20321%2C62H355A14%2C14%200%2C0%2C1%20369%2C76V254A0%2C0%200%2C0%2C1%20369%2C254H0A0%2C0%200%2C0%2C1%200%2C254V0A0%2C0%200%2C0%2C1%200%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20369%20254%22%3E%3Cpath%20d%3D%22M0%2C0H293A14%2C14%200%2C0%2C1%20307%2C14V48A14%2C14%200%2C0%2C0%20321%2C62H355A14%2C14%200%2C0%2C1%20369%2C76V254A0%2C0%200%2C0%2C1%20369%2C254H0A0%2C0%200%2C0%2C1%200%2C254V0A0%2C0%200%2C0%2C1%200%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  aspect-ratio: 369/254;
  transition: border-color 0.3s ease;
}
@media (max-width: 1400px) {
  .icon-card__mask {
    width: 356px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20356%20254%22%3E%3Cpath%20d%3D%22M14%2C0H276A14%2C14%200%2C0%2C1%20290%2C14V52A14%2C14%200%2C0%2C0%20304%2C66H342A14%2C14%200%2C0%2C1%20356%2C80V240A14%2C14%200%2C0%2C1%20342%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20356%20254%22%3E%3Cpath%20d%3D%22M14%2C0H276A14%2C14%200%2C0%2C1%20290%2C14V52A14%2C14%200%2C0%2C0%20304%2C66H342A14%2C14%200%2C0%2C1%20356%2C80V240A14%2C14%200%2C0%2C1%20342%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    aspect-ratio: 178/127;
  }
}
@media (max-width: 1200px) {
  .icon-card__mask {
    width: 296px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20296%20254%22%3E%3Cpath%20d%3D%22M14%2C0H216A14%2C14%200%2C0%2C1%20230%2C14V52A14%2C14%200%2C0%2C0%20244%2C66H282A14%2C14%200%2C0%2C1%20296%2C80V240A14%2C14%200%2C0%2C1%20282%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20296%20254%22%3E%3Cpath%20d%3D%22M14%2C0H216A14%2C14%200%2C0%2C1%20230%2C14V52A14%2C14%200%2C0%2C0%20244%2C66H282A14%2C14%200%2C0%2C1%20296%2C80V240A14%2C14%200%2C0%2C1%20282%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    aspect-ratio: 148/127;
  }
}
@media (max-width: 992px) {
  .icon-card__mask {
    width: 336px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20336%20254%22%3E%3Cpath%20d%3D%22M14%2C0H256A14%2C14%200%2C0%2C1%20270%2C14V52A14%2C14%200%2C0%2C0%20284%2C66H322A14%2C14%200%2C0%2C1%20336%2C80V240A14%2C14%200%2C0%2C1%20322%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20336%20254%22%3E%3Cpath%20d%3D%22M14%2C0H256A14%2C14%200%2C0%2C1%20270%2C14V52A14%2C14%200%2C0%2C0%20284%2C66H322A14%2C14%200%2C0%2C1%20336%2C80V240A14%2C14%200%2C0%2C1%20322%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    aspect-ratio: 168/127;
  }
}
@media (max-width: 768px) {
  .icon-card__mask {
    width: 300px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20254%22%3E%3Cpath%20d%3D%22M14%2C0H220A14%2C14%200%2C0%2C1%20234%2C14V52A14%2C14%200%2C0%2C0%20248%2C66H286A14%2C14%200%2C0%2C1%20300%2C80V240A14%2C14%200%2C0%2C1%20286%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20254%22%3E%3Cpath%20d%3D%22M14%2C0H220A14%2C14%200%2C0%2C1%20234%2C14V52A14%2C14%200%2C0%2C0%20248%2C66H286A14%2C14%200%2C0%2C1%20300%2C80V240A14%2C14%200%2C0%2C1%20286%2C254H14A14%2C14%200%2C0%2C1%200%2C240V14A14%2C14%200%2C0%2C1%2014%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
    aspect-ratio: 150/127;
  }
}
.icon-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  border-radius: 14px;
  transition: filter 0.3s ease;
}
.icon-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
}
.icon-card__title {
  display: block;
  margin-bottom: 16px;
  width: calc(100% - 41px);
  font-size: 22px;
}
@media (max-width: 1200px) {
  .icon-card__title {
    font-size: 16px;
  }
}
.icon-card__text {
  display: block;
}

.home-map {
  padding: 70px 0;
}

.home-news {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f0f3f6;
  position: relative;
}
.home-news__glow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-news .container {
  position: relative;
  z-index: 6;
}

input.form-control {
  height: 56px;
  border-radius: 14px;
}

.form-control {
  border-radius: 14px;
}

.color-red {
  color: #de0000;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.contact-form {
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
}

.why-gcloud-nav .button {
  box-shadow: none;
}

.page-banner {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .page-banner {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
.page-banner__glow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-banner__content {
  position: relative;
  z-index: 5;
  padding: 50px;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .page-banner__content {
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  .page-banner__text {
    font-size: 0.8rem;
  }
}
.page-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-banner.text-center .page-banner__buttons {
  justify-content: center;
}

.image-content__body {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .image-content__body {
    padding-top: 0;
  }
}
.image-content__right {
  position: relative;
  margin-top: -50px;
  margin-bottom: 0;
  padding: 14px;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .image-content__right {
    margin-top: 0;
  }
}
.image-content__glow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.image-content__glow svg {
  max-width: 100%;
  height: auto;
}
.image-content__img {
  position: relative;
  z-index: 4;
  width: 100%;
  border-radius: 14px;
}
.image-content--green {
  background-color: #18580c;
  color: #fff;
}
.image-content--green .image-content__glow {
  top: 0;
  right: 0;
}
.image-content--green .image-content__right {
  margin-top: 0;
}
.image-content--plain .image-content__right {
  margin-top: 0;
}

@media (max-width: 992px) {
  .service-detail {
    padding-top: 30px;
  }
}

.section-padding {
  padding: 80px 0;
}

.list-content-wrapper {
  position: relative;
}

.list-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.list-content__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.list-content__bg img {
  width: 100%;
}
.list-content__left {
  position: sticky;
  top: 120px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46%;
}
@media (max-width: 992px) {
  .list-content__left {
    position: relative;
    top: auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.list-content__arrow {
  width: 180px;
}
@media (max-width: 1200px) {
  .list-content__arrow {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .list-content__arrow {
    transform: rotate(90deg);
  }
}
.list-content__right {
  position: relative;
  z-index: 4;
  width: 50%;
}
@media (max-width: 992px) {
  .list-content__right {
    margin-top: 30px;
    width: 100%;
  }
}
.list-content__right:before {
  position: absolute;
  width: 0.07rem;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgb(38, 38, 38) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.check-list__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.check-list > div {
  flex: 1;
}
.check-list__title {
  display: block;
  margin-bottom: 12px;
}
.check-list__text {
  display: block;
}
.check-list .bi {
  margin-right: 16px;
  width: 30px;
  height: 30px;
  color: #0cf10d;
}

.icon-box {
  text-align: center;
}
.icon-box__img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 110px;
  height: 110px;
  border-radius: 14px;
}
.icon-box__title {
  display: block;
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
}

.faq {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 740px;
}
.faq__item.active .faq__button {
  background-color: #88b452;
  color: #fff;
}
.faq__item.active .faq__button .bi-plus {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__item.active .faq__button .bi-dash {
  opacity: 1;
  transform: rotate(0deg);
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}
.faq__title {
  width: calc(100% - 48px);
  font-size: 1.1rem;
}
@media (max-width: 1200px) {
  .faq__title {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .faq__title {
    font-size: 0.8rem;
  }
}
.faq__button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #88b452;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.faq__button svg {
  width: 28px;
  height: 28px;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__button .bi-dash {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg);
  margin-left: -27.8px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  padding-bottom: 0;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 992px) {
  .faq__answer {
    font-size: 0.8rem;
  }
}
.faq__answer.active {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 24px;
}

.wrapper-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
@media (max-width: 1200px) {
  .wrapper-menu {
    display: flex;
  }
}

.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.service-box {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(322deg, rgb(77, 117, 36) 0%, rgb(15, 29, 2) 47%);
  color: #fff;
}
.service-box__icon {
  display: block;
  width: 56px;
  border-radius: 16px;
}
.service-box__title {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .service-box__title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .service-box__title {
    font-size: 16px;
  }
}
.service-box__text {
  display: block;
  margin-bottom: 24px;
  opacity: 0.7;
}
.service-box__list {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
.service-box__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  gap: 8px;
}
.service-box__list li .bi {
  color: #0cf10d;
}
.service-box__link {
  color: #0cf10d;
  font-weight: 600;
}
.service-box__link:hover {
  text-decoration: underline;
}

.services-bottom {
  position: relative;
  padding: 80px 0;
  padding-bottom: 240px;
  background-color: #f4f4f4;
}

.story-card {
  padding: 16px;
  border-radius: 14px;
  background-color: #0f1d02;
  color: #fff;
}
.story-card__img {
  position: relative;
}
.story-card__header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
  width: 100%;
}
.story-card__cover {
  border-radius: 14px;
}
.story-card__icon {
  width: 56px;
  border-radius: 16px;
}
.story-card__badge {
  padding: 8px 18px;
  border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 0.9rem;
}
.story-card__title {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .story-card__title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .story-card__title {
    font-size: 16px;
  }
}
.banner {
  color: #fff;
}
.banner__content {
  position: relative;
  z-index: 5;
  padding: 50px;
  border-radius: 14px;
  background: linear-gradient(322deg, rgb(77, 117, 36) 0%, rgb(15, 29, 2) 47%);
}
@media (max-width: 992px) {
  .banner__content {
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  .banner__text {
    font-size: 0.8rem;
  }
}
.banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.banner.text-center .banner__buttons {
  justify-content: center;
}

.white-page {
  background-color: #fff;
  color: #010101;
}
.white-page .header__container {
  background-color: rgba(255, 255, 255, 0.31);
}

.white-page-content {
  padding-top: 130px;
}

.story-box {
  color: #fff;
}
.story-box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story-box__img {
  width: 50%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .story-box__img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
}
.story-box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  width: 50%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: linear-gradient(322deg, rgb(19, 57, 9) 0%, rgb(15, 29, 2) 47%);
}
@media (max-width: 768px) {
  .story-box__content {
    padding: 15px;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
.story-box__short {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.8;
}
.story-box__title {
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.story-box__date {
  font-weight: 300;
  font-size: 12px;
}
.story-box--big .story-box__short {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .story-box--big .story-box__short {
    font-size: 14px;
  }
}
.story-box--big .story-box__content {
  padding: 50px;
}
@media (max-width: 768px) {
  .story-box--big .story-box__content {
    padding: 15px;
  }
}
.story-box--big .story-box__title {
  margin-top: 24px;
  font-size: 26px;
}
@media (max-width: 1200px) {
  .story-box--big .story-box__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .story-box--big .story-box__title {
    font-size: 16px;
  }
}
.story-box--big .story-box__date {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .story-box--big .story-box__date {
    font-size: 14px;
  }
}

.tab-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.tab-pills__item {
  padding: 8px 18px;
  border: 1px solid #0cf10d;
  border-radius: 32px;
  color: #010101;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .tab-pills__item {
    font-size: 0.8rem;
  }
}
.tab-pills__item:hover, .tab-pills__item.active {
  background-color: #0cf10d;
}

.story-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 2px solid #9a9c9e;
  gap: 24px;
}
@media (max-width: 576px) {
  .story-nav {
    border: none;
    gap: 8px;
  }
}
.story-nav__item {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  color: #9a9c9e;
  font-weight: 600;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .story-nav__item {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .story-nav__item {
    padding: 8px 12px;
    border: 1px solid #9a9c9e;
    border-radius: 14px;
    font-size: 12px;
  }
  .story-nav__item:after {
    display: none;
  }
  .story-nav__item:hover, .story-nav__item.active {
    border-color: #0cf10d;
  }
}
.story-nav__item:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
}
.story-nav__item:hover, .story-nav__item.active {
  color: #089108;
}
.story-nav__item:hover:after, .story-nav__item.active:after {
  background-color: #089108;
}

.story-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.story-content__body {
  flex: 1;
}
@media (min-width: 992px) {
  .story-content__body {
    padding-right: 70px;
  }
}
.story-content__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 26px;
  gap: 16px;
}
@media (max-width: 992px) {
  .story-content__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .story-content__title {
    font-size: 20px;
  }
}
.story-content__title strong {
  display: inline-block;
}
.story-content__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background-color: #0cf10d;
  color: #010101;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.check-list {
  margin: 0 0 24px 11px;
  padding: 0;
}
.check-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  gap: 8px;
}
.check-list li .bi {
  width: 24px;
  height: 24px;
  color: #0cf10d;
}

.story-aside {
  width: 310px;
}
@media (max-width: 992px) {
  .story-aside {
    margin-top: 30px;
    width: 100%;
  }
}
.story-aside__card {
  padding: 16px;
  border-radius: 14px;
  background-color: #fff;
}
.story-aside__title {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
}
.story-aside__box {
  margin-bottom: 16px;
  font-size: 14px;
}
.story-aside__label {
  display: block;
  color: #a7a7a7;
  font-size: 12px;
}
.story-aside__info {
  display: block;
  color: #010101;
  font-weight: 600;
}
.story-aside__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  padding: 0;
  gap: 6px;
}
.story-aside__tags a {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #0cf10d;
  border-radius: 8px;
  background-color: rgba(12, 241, 13, 0.1);
  color: #0cf10d;
  font-size: 12px;
  transition: all 0.3s;
}
.story-aside__tags a:hover {
  background-color: #0cf10d;
  color: #010101;
}

.story-cta {
  padding: 16px;
  border-radius: 14px;
  background-color: #055505;
  color: #fff;
}
.story-cta__title {
  display: block;
  margin-bottom: 12px;
}
.story-cta .text, .story-cta .icon-card__text, .story-cta .service-box__text, .story-cta .story-card__text {
  font-size: 12px;
}

.story-banner--plain {
  border-radius: 0;
}
@media (max-width: 992px) {
  .story-banner .image-content {
    padding: 0;
  }
}

.faq-section {
  padding-bottom: 240px;
}

.story-other {
  padding-top: 70px;
  padding-bottom: 240px;
}

.glass-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 220px 50px;
  border-radius: 14px;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .glass-banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .glass-banner {
    padding: 160px 30px;
    padding-bottom: 60px;
  }
}
.glass-banner__badge {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 16px;
  max-width: 100%;
  width: 380px;
  height: 100px;
  border-radius: 14px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .glass-banner__badge {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .glass-banner__badge {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 60px;
    width: auto;
    height: auto;
  }
}

.policy-page {
  padding-bottom: 240px;
}

.contact-page {
  padding-bottom: 200px;
}

.contact-body {
  padding: 24px;
  border-radius: 16px;
  background: #f5f7f9;
  box-shadow: inset 5px 5px 12px #f1efef, inset -5px -5px 12px #f5f7f9;
}
.contact-body__wrapper {
  padding: 16px;
  border-radius: 14px;
  background-color: #fff;
}
.contact-body .contact-form {
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  background-color: #fff;
}

.menu__link i {
  transition: transform 0.2s ease;
}

.menu__link i.rotate {
  transform: rotate(180deg);
}

.mega-menu {
  position: fixed;
  left: 0;
  top: 106px;
  width: 100%;
  z-index: 945;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mega-menu.is-active {
  display: block;
  opacity: 1;
}
.mega-menu__content {
  border-radius: 14px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}
.mega-menu__list {
  padding: 0;
  margin: 0;
}
.mega-menu__list li {
  margin-bottom: 8px;
}
.mega-menu__title {
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
}

.g-dropdown {
  position: fixed;
  z-index: 945;
  border-radius: 14px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.g-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.g-dropdown__list {
  padding: 0;
  margin: 0;
}
.g-dropdown__list li {
  margin-bottom: 8px;
}

.g-dropdown-icon {
  transition: transform 0.2s ease;
}

.g-dropdown-icon.is-rotated {
  transform: rotate(180deg);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "bigTop bigTop sm1 sm2" "sm3 sm4 bigBottom bigBottom";
  gap: 24px;
}

.card {
  background: #f2f2f2;
  border-radius: 20px;
  min-height: 160px;
}

.big {
  min-height: 260px;
}

.big-top {
  grid-area: bigTop;
}

.big-bottom {
  grid-area: bigBottom;
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "bigTop" "sm1" "sm2" "bigBottom" "sm3" "sm4";
  }
}
.stats-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.stats-layout__left .media-card {
  height: 100%;
  min-height: 520px;
}

.stats-layout__right {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 32px;
}

.media-card {
  background: #f2f2f2;
  border-radius: 24px;
}

.media-card--horizontal {
  min-height: 180px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.stat strong {
  display: block;
  font-size: 48px;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 1;
  margin-bottom: 8px;
}
.stat span {
  font-size: 14px;
  color: #8a8a8a;
}

@media (max-width: 900px) {
  .stats-layout {
    grid-template-columns: 1fr;
  }
  .stats-layout__left .media-card {
    min-height: 300px;
  }
  .stats {
    grid-template-columns: 1fr;
  }
}
.media-text {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  margin-bottom: 48px;
}
.media-text__image {
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}
.media-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-text__content {
  background: #f0f3f6;
  border-radius: 24px;
  padding: 32px;
}
.media-text__content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.media-text__content p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
}
.media-text--reverse {
  grid-template-columns: 1.4fr 1.2fr;
}
.media-text--reverse .media-text__image {
  order: 2;
}
.media-text--reverse .media-text__content {
  order: 1;
}

@media (max-width: 768px) {
  .media-text,
  .media-text--reverse {
    grid-template-columns: 1fr;
  }
  .media-text__image, .media-text__content,
  .media-text--reverse__image,
  .media-text--reverse__content {
    order: initial;
  }
}
.image-text {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 32px;
  background: #f6f9fc;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 40px;
  align-items: stretch;
}
.image-text__image {
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}
.image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-text__content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1f2937;
}
.image-text__content p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 520px;
}
.image-text--reverse {
  grid-template-columns: 2fr 1.3fr;
  background-color: #fff;
}
.image-text--reverse .image-text__image {
  order: 2;
}
.image-text--reverse .image-text__content {
  order: 1;
}

@media (max-width: 768px) {
  .image-text,
  .image-text--reverse {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .image-text__content,
  .image-text--reverse__content {
    padding: 20px 0 0;
  }
  .image-text__image, .image-text__content,
  .image-text--reverse__image,
  .image-text--reverse__content {
    order: initial;
  }
}
.mega-menu-item {
  font-size: 14px;
}

.mega-menu-item-description {
  font-size: 11px;
  margin-bottom: 0;
}

.home-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home-contact-wrapper__img {
  width: calc(100% - 552px);
  object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .home-contact-wrapper__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-contact-wrapper__form {
  width: 520px;
}
@media (max-width: 992px) {
  .home-contact-wrapper__form {
    width: 100%;
  }
}

.home-banner__desktop {
  width: 100%;
}
@media (max-width: 768px) {
  .home-banner__desktop {
    display: none;
  }
}
.home-banner__mobile {
  display: none;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .home-banner__mobile {
    display: block;
  }
}

.sponsorships {
  width: 810px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .sponsorships {
    grid-template-columns: repeat(2, auto);
  }
}
.sponsorships img {
  width: 100%;
}

.service-detail .container {
  position: relative;
}
.service-detail__glow {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
.service-detail .row {
  position: relative;
  z-index: 6;
}

.page-banner__content-detail {
  min-height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, rgba(5, 85, 5, 0.3) 0%, rgba(5, 85, 5, 0.3) 100%), url("/front/src/img/sustainability-banner.jpg") lightgray 50%/cover no-repeat;
}

.page-banner-detail {
  padding-top: 130px;
  padding-bottom: 0;
}

.story-tabs {
  margin-top: 40px;
}

.story-tab {
  display: none;
  animation: fadeUp 0.35s ease;
}

.story-tab.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Widget */
.widget {
  margin-top: 120px;
}

.widget-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #96989A;
  margin-top: 20px;
}

.widget-title {
  color: #1B1F24;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.widget-title-green {
  color: #0AC20A;
}

.widget-image {
  border-radius: 16px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.widget-reverse {
  margin-top: 95px;
}

.sustainability-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.sustainability-paragraph {
  color: #96989A;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px;
}

.plain_text {
  padding: 50px;
}

.plain-text-title {
  color: #1B1F24;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.plain-text-description {
  color: #96989A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.about-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color: #96989A;
}

.statement-text {
  color: #96989A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}

.stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.stats-section__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.stats-section__images .image-card {
  border-radius: 20px;
  overflow: hidden;
  height: 220px;
}
.stats-section__images .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.stats-section__images .image-card:hover img {
  transform: scale(1.05);
}
.stats-section__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
  width: 75%;
  margin-bottom: 50px;
}
.stats-section__numbers .stat-item h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
  -webkit-text-stroke: 1px #2a2a2a;
}
.stats-section__numbers .stat-item p {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}

.home_story_card {
  background: #fff;
  color: #000;
  text-align: left;
  border: 1px solid #E0E1DE;
  border-radius: 24px;
  padding: 24px;
}

.home_story_cover {
  max-height: 40px;
}

.home_solution_title {
  display: block;
  margin-top: 25px;
  font-size: 12px;
}

.home_solution_item {
  font-size: 12px;
}

.home_story_link {
  color: #000;
  text-decoration: none !important;
  font-size: 12px;
}

.form-control:focus {
  border-color: #0cf10d;
  box-shadow: 0 0 0 0.25rem rgba(13, 242, 13, 0.25);
}

.country-select {
  max-width: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.iti {
  width: 100%;
}

.iti__selected-dial-code {
  font-size: 14px;
  color: #666;
  margin-left: 4px;
}

.iti__selected-dial-code:before {
  content: "(";
}

.iti__selected-dial-code:after {
  content: ")";
}

.iti__selected-flag {
  border-right: 1px solid #eee;
  margin-right: 10px;
}

.iti__arrow {
  border: none !important;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.phone-input {
  padding-left: 105px !important;
}

.invalid-feedback {
  display: block;
  font-size: 0.875em;
  color: #dc3545;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  display: block;
  font-size: 0.875em;
  color: #dc3545;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-features__content {
  display: grid;
}

.feature-content {
  grid-area: 1/1;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
}

.feature-content.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

.home-features__cover {
  display: grid;
}

.feature-img {
  grid-area: 1/1;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-img.active {
  opacity: 1;
  transform: scale(1);
}

.feature-content h3 {
  transition-delay: 0.15s;
}

.feature-content p {
  transition-delay: 0.12s;
}

.certificates-swiper .swiper-slide img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.certificates-swiper .swiper-slide:hover img {
  filter: grayscale(0%);
  opacity: 0.8;
}

.certificates-swiper .swiper-slide-active img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1);
}

.map-container {
  position: relative;
}

.map-marker {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.marker-dot {
  width: 14px;
  height: 14px;
  background: #7fc142;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(127, 193, 66, 0.6);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.map-marker:hover .marker-dot, .map-marker.active .marker-dot {
  transform: scale(1.2);
  background: #fff;
  border-color: #7fc142;
}

.marker-info {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20;
  text-align: left;
}

.map-marker.active .marker-info {
  opacity: 1;
  visibility: visible;
  transform: translateX(-53%) translateY(0);
}

.marker-info h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.marker-info p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.marker-info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.map-marker::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 30%;
  width: 14px;
  height: 14px;
  background: rgba(127, 193, 66, 0.4);
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: marker-pulse 2s infinite;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-dropdown__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e1e4e8;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
  color: #333;
}

.custom-dropdown__selected:hover {
  border-color: #7fc142;
}

.custom-dropdown.is-active .custom-dropdown__selected {
  border-color: #7fc142;
  box-shadow: 0 0 0 3px rgba(127, 193, 66, 0.1);
}

.custom-dropdown__selected:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}

.custom-dropdown.is-active .custom-dropdown__selected:after {
  transform: rotate(180deg);
}

.custom-dropdown__options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 250px;
  overflow-y: auto;
}

.custom-dropdown.is-active .custom-dropdown__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown__option {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.custom-dropdown__option:hover {
  background: #f8fafc;
}

.custom-dropdown__option.is-selected {
  background: #f0fdf4;
  color: #166534;
  font-weight: 600;
}

.custom-dropdown__option-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.custom-dropdown__option-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(61%) sepia(87%) saturate(3015%) hue-rotate(82deg) brightness(101%) contrast(124%);
}

.form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  color: #444;
}

.advantage-card {
  background-color: rgba(214, 233, 196, 0.3);
  border: 0.13rem solid transparent;
  border-radius: 16px;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.advantage-card:hover {
  background-color: rgba(127, 193, 66, 0.5);
  border-color: rgb(127, 193, 66);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.form-check-input:checked {
  background-color: #0cf10d;
  border-color: #0cf10d;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 45, 9, 0.25);
}

.detail-page-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -0.88px;
}

.figure_detail_img {
  z-index: 0;
  max-width: 600px;
  max-height: 600px;
}

.sustainability-title-big {
  font-size: 36px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -0.72px;
}

.iso-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.iso-card {
  position: relative;
  background: rgba(236, 236, 236, 0.3019607843);
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iso-card:nth-child(even) {
  background: rgba(214, 233, 196, 0.3019607843);
}
.iso-card__icon {
  margin-bottom: 20px;
}
.iso-card__icon img {
  width: 60px;
  transition: 0.3s;
}
.iso-card h3 {
  color: #121417;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: 0.3s;
}
.iso-card p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
  color: #494C50;
  transition: 0.3s;
}
.iso-card__bottom {
  position: relative;
  height: 24px;
}
.iso-card__text {
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.12px;
  color: #121417;
}
.iso-card__button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 14px;
  background: #0DF20D;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.iso-card:hover {
  transform: translateY(-6px);
  background: rgba(214, 255, 177, 0.4);
  border: 1.5px solid #7FC142;
}
.iso-card:hover h3,
.iso-card:hover p,
.iso-card:hover .iso-card__text {
  color: #121417;
}
.iso-card:hover .iso-card__text {
  opacity: 0;
  transform: translateY(-8px);
}
.iso-card:hover .iso-card__button {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .iso-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .iso-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
