body {
  background-color: #ffffff;
  margin: 0;
}

a,
button,
input[type="button"],
input[type="submit"],
[role="button"],
[onclick],
[data-clickable],
[tabindex],
.clickable,
.pointer,
.nav__link,
.nav__dropdown-toggle,
.decorative-vector,
.hero__cta,
.contact__submit,
.contact__cta,
.blog__cta,
.site-footer__newsletter-btn,
.back-to-top,
.cards-section__item,
.blog__item,
.cards__item,
.showcase__image,
.image-zoom,
.about__media,
.cards__media,
.blog__media,
.showcase__inner {
  cursor: pointer;
}

.pointer {
  cursor: pointer !important;
}

.site-footer {
  width: 100%;
  background-color: #18302b;
  height: 353px;
  display: flex;
  align-items: center;
}

.site-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: start;
}

.site-footer__inner > *:not(.site-footer__credits) {
  padding-top: 50px;
}

.site-footer__logo {
  width: 174px;
  height: 30px;
  object-fit: contain;
}

.site-footer__navs {
  display: flex;
  gap: 100px;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #ffffff;
}

.site-footer__list-title {
  font-weight: 700;
  font-size: 14px;
}

.site-footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.site-footer__newsletter-box {
  width: 328px;
  height: 54px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
}

.site-footer__newsletter-label {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000000;
}

.site-footer__newsletter-input {
  border: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #262626;
  width: 100%;
  padding: 8px 10px;
}

.site-footer__newsletter-input::placeholder {
  color: #ffffff;
  opacity: 0.7;
}

.site-footer__newsletter-btn {
  width: 80px;
  height: 34px;
  background: #ffffff;
  color: #262626;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.site-footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.site-footer__social-icon {
  width: 36px;
  height: 36px;
  background: #ffbb65;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__social-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer__credits {
  grid-column: 1/-1;
  text-align: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 12px;
}

@media (max-width: 986px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }
  .site-footer__newsletter {
    align-items: center;
  }
}
.contact.contact--large {
  background-color: #ffffff;
}

.contact.contact--large .contact__inner--large {
  max-width: 1200px;
  margin: 0 auto;
  height: 709px;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact.contact--large .contact__title {
  font-family: "Rubik", sans-serif;
  font-size: 46px;
  font-weight: 600;
  margin: 0;
}

.contact.contact--large .contact__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start;
  margin-top: 8px;
}

.contact.contact--large .contact__info {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}

.contact.contact--large .contact__info-line {
  margin: 8px 0;
}

.contact.contact--large .contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 690px;
}

.contact.contact--large .contact__input,
.contact.contact--large .contact__textarea {
  width: 690px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #868686;
  padding: 12px 16px;
}

.contact.contact--large .contact__input {
  height: 51px;
}

.contact.contact--large .contact__textarea {
  height: 178px;
  resize: vertical;
  background: #f4f4f4;
}

.contact.contact--large .contact__submit {
  width: 164px;
  height: 49px;
  background: #737373;
  color: #ffffff;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 8px;
}

@media (max-width: 986px) {
  .contact.contact--large .contact__grid {
    grid-template-columns: 1fr;
  }
  .contact.contact--large .contact__input,
  .contact.contact--large .contact__textarea {
    width: 100%;
    max-width: 100%;
  }
}
.contact {
  width: 100%;
  background-color: rgba(51, 80, 74, 0.08);
  margin-bottom: 192px;
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.contact__cta {
  width: 164px;
  height: 52px;
  background-color: #33504a;
  color: #ffffff;
  border: none;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

/* subtle lift effect: scale + shadow */
/* Respect reduced motion */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.nav {
  background-color: #18302b;
  height: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.nav__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  font-family: "Freight", "Playfair Display", serif;
  color: #dfcaa4;
  font-size: 28px;
  text-decoration: none;
}
.nav__list {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__link {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav__link:hover,
.nav__link:focus {
  outline: none;
  opacity: 0.9;
}
.nav__link--active {
  font-weight: 700;
}
.nav__link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background-color: #dfcaa4;
}
.nav__toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
}
.nav img.decorative-vector {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.nav .nav__item--has-dropdown {
  position: relative;
}
.nav .nav__item--has-dropdown .nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(-6px) scaleY(0.98);
  transform-origin: top center;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 60;
}
.nav .nav__item--has-dropdown .nav__submenu li {
  list-style: none;
  margin: 0;
}
.nav .nav__item--has-dropdown .nav__submenu a.nav__submenu-link {
  display: block;
  padding: 10px 16px;
  color: #000000;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}
.nav .nav__item--has-dropdown .nav__submenu a.nav__submenu-link:hover,
.nav .nav__item--has-dropdown .nav__submenu a.nav__submenu-link:focus {
  background: rgba(24, 48, 43, 0.04);
  outline: none;
}
.nav .nav__item--has-dropdown {
  /* toggle button styles */
}
.nav .nav__item--has-dropdown .nav__dropdown-toggle {
  background: none;
  border: none;
  padding: 4px;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav .nav__item--has-dropdown .nav__dropdown-toggle img.decorative-vector {
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transform-origin: center;
  display: block;
}
.nav .nav__item--has-dropdown {
  /* open on hover/focus for desktop */
}
.nav .nav__item--has-dropdown:hover .nav__submenu,
.nav .nav__item--has-dropdown:focus-within .nav__submenu {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}
.nav .nav__item--has-dropdown:hover .nav__dropdown-toggle img.decorative-vector,
.nav
  .nav__item--has-dropdown:focus-within
  .nav__dropdown-toggle
  img.decorative-vector {
  transform: rotate(180deg);
}
.nav .nav__item--has-dropdown {
  /* allow JS to open submenu by adding class */
}
.nav .nav__item--has-dropdown.nav__item--open .nav__submenu {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}
.nav
  .nav__item--has-dropdown.nav__item--open
  .nav__dropdown-toggle
  img.decorative-vector {
  transform: rotate(180deg);
}

/* Apply subtle lift to interactive controls */
/* Buttons */
.hero__cta,
.contact__submit,
.contact__cta,
.blog__cta,
.site-footer__newsletter-btn,
.nav__dropdown-toggle,
.back-to-top {
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform, box-shadow;
}
.hero__cta:hover,
.hero__cta:focus,
.contact__submit:hover,
.contact__submit:focus,
.contact__cta:hover,
.contact__cta:focus,
.blog__cta:hover,
.blog__cta:focus,
.site-footer__newsletter-btn:hover,
.site-footer__newsletter-btn:focus,
.nav__dropdown-toggle:hover,
.nav__dropdown-toggle:focus,
.back-to-top:hover,
.back-to-top:focus {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  outline: none;
}

/* Cards: lift on hover */
.cards-section__item,
.blog__item,
.cards__item,
.showcase__image {
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform, box-shadow;
}
.cards-section__item:hover,
.cards-section__item:focus,
.blog__item:hover,
.blog__item:focus,
.cards__item:hover,
.cards__item:focus,
.showcase__image:hover,
.showcase__image:focus {
  transform: scale(1.02);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  outline: none;
}

/* For footer newsletter button keep subtle smaller lift */
.site-footer__newsletter-btn {
  transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform, box-shadow;
}
.site-footer__newsletter-btn:hover,
.site-footer__newsletter-btn:focus {
  transform: scale(1.015);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  outline: none;
}

@media (max-width: 986px) {
  .nav {
    height: auto;
    padding: 12px 0;
  }
  .nav__inner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .nav__list {
    flex-direction: column;
    width: 100%;
  }
  .nav__toggle {
    display: block;
  }
}
/* Mobile-specific overrides (max-width:986px) */
@media (max-width: 986px) {
  /* Nav: collapse into vertical list, make toggles visible and larger */
  .nav__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .nav__list {
    flex-direction: column;
    width: 100%;
    display: none; /* hidden by default, toggled by JS */
    background: #18302b;
    padding: 12px 16px;
    box-sizing: border-box;
    gap: 12px;
  }
  .nav__list.is-open {
    display: flex;
  }
  .nav__item {
    width: 100%;
  }
  .nav__link {
    display: block;
    padding: 12px 8px;
    width: 100%;
    font-size: 18px;
  }
  .nav__toggle {
    display: block;
    align-self: flex-end;
    padding: 8px 12px;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
  }
  /* Disable hover-dependent visual effects: no image zoom and no card scale on hover */
  .image-zoom img,
  .about__media img,
  .cards__media img,
  .blog__media img,
  .showcase__inner img,
  .cards-section__item,
  .hero__cta,
  .contact__submit,
  .contact__cta,
  .blog__cta,
  .site-footer__newsletter-btn,
  .nav__dropdown-toggle,
  .back-to-top {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
  /* Make cards fluid: remove fixed widths/heights */
  .cards-section__item {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 16px !important;
    border-radius: 12px;
  }
  .cards-section__inner {
    padding: 20px !important;
  }
  /* Images: make sure they are responsive and keep aspect ratio */
  img {
    max-width: 100%;
    height: auto !important;
  }
  /* Forms: inputs full width */
  .contact.contact--large .contact__form,
  .contact.contact--large .contact__input,
  .contact.contact--large .contact__textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  /* Buttons: full width where appropriate */
  .contact.contact--large .contact__submit,
  .site-footer__newsletter-btn,
  .blog__cta {
    width: 100% !important;
    max-width: 420px;
  }
  /* Showcase: make image area adapt to screen */
  .showcase {
    height: auto !important;
    padding: 12px 0;
  }
  /* Reduce big margins and paddings globally for mobile readability */
  section,
  .site-footer,
  .contact,
  .cards-section,
  .blog {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  /* Specific: make hero shorter on mobile and center content */
  .hero {
    height: 420px;
    background-position: center top;
  }
  .hero__inner {
    margin-left: 6vw;
  }
  .hero__title {
    font-size: 40px;
    width: auto;
  }
  /* Stack contact grid */
  .contact.contact--large .contact__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  /* Footer: stack and center elements, increase tappable sizes */
  .site-footer {
    height: auto;
    padding: 28px 16px;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .site-footer__newsletter-box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .site-footer__socials {
    justify-content: center;
  }
  /* Ensure nav dropdowns work on mobile as block elements */
  .nav__item--has-dropdown .nav__submenu {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .nav__dropdown-toggle {
    margin-left: 0;
  }
}
/* Mobile: prefer vw and flex for widths to avoid horizontal overflow and
   add consistent vertical spacing between sections */
@media (max-width: 986px) {
  /* make the page flow use vw-based paddings so elements scale with viewport */
  :root {
    --site-horizontal-padding: 4vw; /* used instead of fixed px */
    --section-gap-vw: 8vw; /* increased gap for clearer separation on mobile */
  }
  /* Global section spacing: ensure each major section has breathing room */
  section,
  .hero,
  .about,
  .showcase,
  .cards-section,
  .blog,
  .contact,
  .site-footer {
    padding-left: var(--site-horizontal-padding) !important;
    padding-right: var(--site-horizontal-padding) !important;
    margin-bottom: var(--section-gap-vw) !important;
    box-sizing: border-box;
  }
  /* Cards: use flexible widths with vw so they never exceed viewport */
  .cards-section__list,
  .cards-section__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 4vw !important;
    align-items: center !important;
  }
  .cards-section__item,
  .cards__item {
    width: 88vw !important;
    max-width: 720px !important;
    height: auto !important;
    padding: 4vw !important;
    border-radius: 3vw !important;
  }
  /* Make card text adapt using vw-based widths and no fixed px */
  .cards__text {
    width: 78vw !important;
    font-size: 4.1vw !important; /* approx 15px on 360px wide device */
    padding: 0 !important;
    margin-top: 3.5vw !important;
  }
  /* Avatar images keep a percentage size so circles remain correct */
  .cards__media img {
    width: 18vw !important;
    height: 18vw !important;
    max-width: 88px !important; /* keep reasonable cap */
    max-height: 88px !important;
    border-radius: 50% !important;
    padding: 2vw !important;
  }
  /* About images: scale with viewport */
  .about__media img {
    width: 56vw !important;
    height: auto !important;
    max-width: 492px !important;
    padding: 2.4vw !important;
  }
  /* Hero: reduce height using vw so it scales */
  .hero {
    height: 60vh !important;
  }
  /* Ensure no element causes horizontal scrolling */
  html,
  body {
    overflow-x: hidden !important;
  }
}
/* Mobile: center everything and scale typography with vw (mobile-only) */
@media (max-width: 986px) {
  /* center text and force inner containers to stack and center their children */
  section,
  .hero,
  .about,
  .showcase,
  .cards-section,
  .blog,
  .contact,
  .site-footer {
    text-align: center !important;
  }
  /* Center inner containers that use flex/grid */
  .hero__inner,
  .about__content,
  .about__row,
  .cards-section__inner,
  .cards__item,
  .blog__inner,
  .contact__inner,
  .site-footer__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Hero title scaled and centered */
  .hero__title {
    font-size: 10vw !important; /* scales with viewport */
    line-height: 1.05 !important;
    width: auto !important;
    margin-top: 6vw !important;
  }
  /* About heading & content */
  .about__heading {
    font-size: 7.5vw !important;
  }
  .about__content p {
    font-size: 4.2vw !important;
    line-height: 1.6 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Cards titles and subtitles */
  .cards-section__title {
    font-size: 7.5vw !important;
  }
  .cards-section__subtitle {
    font-size: 3.8vw !important;
  }
  .cards__name {
    font-size: 4.2vw !important;
  }
  .cards__role {
    font-size: 3.2vw !important;
  }
  /* Adjust blog typography */
  .blog__title {
    font-size: 7.5vw !important;
  }
  .blog__heading {
    font-size: 4.6vw !important;
  }
  .blog__text {
    font-size: 3.6vw !important;
  }
  /* Contact title and form text */
  .contact__title,
  .contact.contact--large .contact__title {
    font-size: 6.2vw !important;
  }
  .contact.contact--large .contact__info,
  .contact.contact--large .contact__input,
  .contact.contact--large .contact__textarea {
    font-size: 4vw !important;
  }
  /* Make nav links centered and comfortable tappable size */
  .nav__list,
  .nav__link {
    width: 100% !important;
    text-align: center !important;
    font-size: 5.2vw !important;
  }
  /* Slightly increase section spacing using the variable */
  section,
  .hero,
  .about,
  .showcase,
  .cards-section,
  .blog,
  .contact,
  .site-footer {
    margin-bottom: var(--section-gap-vw) !important;
  }
}
@media (max-width: 986px) {
  .about__content,
  .cards-section__inner,
  .blog__inner,
  .contact__inner,
  .site-footer__inner {
    padding-left: calc(var(--site-horizontal-padding)) !important;
    padding-right: calc(var(--site-horizontal-padding)) !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .cards__text {
    width: calc(100% - var(--site-horizontal-padding) * 2) !important;
    padding-left: calc(var(--site-horizontal-padding)) !important;
    padding-right: calc(var(--site-horizontal-padding)) !important;
    text-align: center !important;
  }
  .about__content p,
  .blog__text,
  .cards-section__subtitle,
  .contact.contact--large .contact__info {
    padding-left: calc(var(--site-horizontal-padding)) !important;
    padding-right: calc(var(--site-horizontal-padding)) !important;
    box-sizing: border-box !important;
  }
  .industries__item-icon {
    width: 40px !important;
    height: 40px !important;
    padding: 12px !important;
    box-sizing: content-box !important;
  }
  .industries__item-icon img,
  .industries > div img {
    width: 100% !important;
    height: 100% !important;
    max-width: 40px !important;
    max-height: 40px !important;
    display: block !important;
  }
  .testimonials,
  .what-clients-say,
  .clients-testimonials,
  .what-clients {
    padding-top: 6vw !important;
    padding-bottom: 6vw !important;
    gap: 4vw !important;
    margin-bottom: calc(var(--section-gap-vw) * 1.25) !important;
  }
  .testimonials__list,
  .what-clients-say__list,
  .clients-testimonials__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 4.5vw !important;
    align-items: center !important;
  }
  .testimonials__item,
  .what-clients-say__item {
    width: 90vw !important;
    max-width: 680px !important;
    padding: 4vw !important;
    box-sizing: border-box !important;
    border-radius: 3vw !important;
  }
  body {
    overflow-x: hidden !important;
  }
}
.hero {
  width: 100%;
  height: 688px;
  background-image: url("./public/Rectangle-13.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
}
.hero__inner {
  text-align: left;
  color: #000000;
  margin-left: 10vw;
}
.hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 80px;
  margin-top: 5vw;
  margin-left: 0;
  width: 600px;
  text-align: left;
  color: #ffffff;
}
.hero__cta {
  background-color: #ffffff;
  color: #000000;
  border: none;
  width: 164px;
  height: 52px;
  display: inline-block;
  margin-top: 24px;
  cursor: pointer;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
}

.decorative-vector {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
}

#vector-container,
#Vector-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

#Vector-container .decorative-vector {
  cursor: pointer;
  display: inline-block;
  transition: transform 180ms ease, opacity 160ms ease;
  will-change: transform, opacity;
}

#Vector-container .decorative-vector:hover {
  transform: translateY(6px);
}

#Vector-container .decorative-vector:active {
  transform: translateY(10px);
}

.about {
  max-width: 1200px;
  margin: 40px auto;
  min-height: 1192px;
  padding: 0 20px;
}
.about__title {
  font-family: "Rubik", sans-serif;
  text-align: left;
  font-size: 46px;
  margin-bottom: 24px;
  color: #000000;
  margin-bottom: 5vw;
}
.about__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}
.about__row--reverse {
  direction: ltr;
}
.about__row--reverse .about__media {
  order: 2;
}
.about__row--reverse .about__content {
  order: 1;
}
.about__media img {
  display: block;
  width: 492px;
  height: 492px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 6px;
  object-fit: contain;
}
.about__media {
  overflow: hidden;
}
.about__heading {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #000000;
}
.about__content p {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 12px;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: start;
  align-self: center;
}
.about__row:first-of-type .about__content {
  width: 468px;
}
.about__row:nth-of-type(2) .about__content {
  width: 465px;
}

.showcase {
  width: 100%;
  height: 869px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase__inner {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase__image {
  display: block;
  width: 1140px;
  height: 604px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}
.showcase__inner {
  overflow: hidden;
}

@media (max-width: 986px) {
  .showcase__image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
  }
}
@media (max-width: 986px) {
  .about__row {
    grid-template-columns: 1fr;
  }
  .about__row--reverse .about__media {
    order: 0;
  }
  .about__row--reverse .about__content {
    order: 1;
  }
}
.industries {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #18302b;
  height: 492px;
  gap: 24px;
}
.industries__title,
.industries h2 {
  font-family: "Rubik", sans-serif;
  font-size: 46px;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-align: center;
}
.industries__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  justify-items: center;
}
.industries__item,
.industries > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 16px;
}
.industries__item-icon {
  width: 48px;
  height: 48px;
  padding: 30px;
  background: #ffffff;
  border-radius: 50%;
  box-sizing: content-box;
}
.industries__item-icon,
.industries > div img {
  width: 48px;
  height: 48px;
  display: block;
}
.industries__item-label,
.industries > div p {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  margin: 0;
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 986px) {
  .industries__list {
    gap: 12px;
  }
  .industries__item,
  .industries > div {
    width: 50%;
  }
}

.blog {
  margin: 0;
  padding: 0 0 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog__inner {
  width: 100%;
  max-width: none;
  margin: 136px 0;
  height: 720px;
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
}
.blog__title {
  font-family: "Rubik", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-align: left;
  margin-left: 70px;
  margin-bottom: 80px;
}
.blog__list {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  justify-content: center;
}
.blog__item {
  width: 394px;
  height: 560px;
  background: transparent;
  border: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 26px;
  box-sizing: border-box;
  align-items: center;
}
.blog__date {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  margin-top: 8px;
  align-self: flex-start;
}
.blog__media img {
  width: 346px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.blog__media {
  width: 100%;
  display: block;
}
.blog__heading {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  align-self: flex-start;
}
.blog__text {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.blog__cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.blog__cta {
  width: 120px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 26px;
}
@media (max-width: 986px) {
  .blog__inner {
    margin: 80px 0;
    height: auto;
  }
  .blog__list {
    flex-direction: column;
    align-items: center;
  }
  .blog__item {
    width: 90%;
    max-width: 394px;
    height: auto;
  }
  .blog__media img {
    width: 100%;
    height: auto;
    max-width: 346px;
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #18302b;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 40;
}

.back-to-top:focus {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

.back-to-top--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 500px) {
  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.cards-section {
  height: 744px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(24, 48, 43, 0.03);
}
.cards-section__inner {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cards-section__title {
  font-family: "Rubik", sans-serif;
  font-size: 46px;
  margin: 0;
  color: #000000;
  text-align: center;
}
.cards-section__subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #000000;
  width: 663px;
  margin: 0 auto 8px auto;
  text-align: center;
}
.cards-section__list {
  display: flex;
  gap: 24px;
  margin-top: 12px;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}
.cards-section__item {
  width: 360px;
  height: 380px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  gap: 12px;
}
.cards-section .cards__media img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  display: block;
  margin-top: 20px;
}
.cards-section .cards__media {
  overflow: hidden;
}
.cards-section .cards__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cards-section .cards__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.cards-section .cards__role {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  color: hsl(0, 0%, -10%);
  opacity: 0.7;
}
.cards-section .cards__text {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 286px;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  flex: 1 0 auto;
}
.cards-section .cards__logo {
  width: 63px;
  height: 20px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 986px) {
  .cards-section__list {
    flex-direction: column;
    align-items: center;
  }
  .cards-section__item {
    width: 90%;
    max-width: 360px;
  }
}

.image-zoom,
.about__media,
.cards__media,
.blog__media,
.showcase__inner {
  overflow: hidden;
  display: block;
}
.image-zoom img,
.about__media img,
.cards__media img,
.blog__media img,
.showcase__inner img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 350ms cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
  transform-origin: center center;
  display: block;
}
.image-zoom:hover img,
.about__media:hover img,
.cards__media:hover img,
.blog__media:hover img,
.showcase__inner:hover img,
.image-zoom:focus-within img,
.about__media:focus-within img,
.cards__media:focus-within img,
.blog__media:focus-within img,
.showcase__inner:focus-within img {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .image-zoom img,
  .about__media img,
  .cards__media img,
  .blog__media img,
  .showcase__inner img {
    transition: none;
    transform: none !important;
  }
}
@media (min-width: 987px) {
  .hero {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 986px) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 986px) {
  .cards__text {
    width: auto !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-top: 20px !important;
  }
  .cards__media img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    margin-top: 16px !important;
  }
  .about__media img {
    max-width: 100% !important;
    height: auto !important;
    padding: 8px !important;
    box-sizing: border-box !important;
  }
  .cards-section__item,
  .cards__item {
    padding: 16px !important;
    height: auto !important;
  }
  .cards-section__subtitle {
    width: auto !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }
}

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