@charset "UTF-8";

/*Hero 1*/
.header {
  z-index: 1;
  position: relative;
  padding-top: 0;
  background-color: transparent;
  display: flex;
  /* 👈 This makes direct children flex items */
  align-items: center;
}

header {
  height: 100svh;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  padding-bottom: 100px;
}

header .maxw {
  width: 100%;
}

header video,
header img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.9s;
}

.video-mobile {
  display: none;
}

.video-desktop {
  display: block;
}

.header-tint {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  transition: 0.9s;
  opacity: 0.9;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #132b51 100%);
}

.header-text {
  transition-duration: 1s;
  transition-delay: 0.7s;
  transition-property: opacity, padding-top, height;
  height: 0;
  opacity: 0;
  overflow: clip;
  text-align: center;
  grid-column: span 12;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: span 8;
  align-items: start;
}

.header-text h1 {
  text-align: start;
  margin-top: 4px;
  color: white;
  text-transform: uppercase;
}

.header-text-eyebrow {
  font-family: "TT Norms Pro Expanded";
  font-size: 18px;
  color: white;
}

.header-loaded .header-text {
  height: 100%;
  opacity: 100%;
}

.header-loaded .header-tint {
  height: 100%;
}

.header-loaded img {
  height: 100%;
}

.header-loaded video {
  height: 100%;
}

/*Acordation*/
.acordation h2 {
  grid-column: span 12;
}

.acordation-text-1 {
  grid-column: span 12;
  text-align: start;
  margin-top: 70px;
}

.acordation-text-2 {
  grid-column: span 12;
  color: #8C8C8C;
  font-size: 15px;
}

.faq-text {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-text h2 {
  margin-top: 12px;
}

.faq-text p {
  color: #001034;
  margin-top: 18px;
}

.faq-text a {
  color: #001034;
  -webkit-text-decoration: solid;
  text-decoration: solid;
  text-decoration-color: #001034;
  width: -moz-fit-content;
  width: fit-content;
}

.acordation-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: span 12;
  margin-top: 36px;
}

.acordation-grid p {
  font-weight: 400;
}

.acordation-grid h5 {
  color: #1b1e2b;
  font-weight: 500;
  text-align: start;
  font-size: 26px;
  padding-right: 32px;
}

.faq {
  padding: 20px 0px;
  position: relative;
  overflow: clip;
  cursor: pointer;
  border-bottom: 1px solid #D6D6D6;
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-heading .pbold {
  padding-right: 10px;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  font-size: 18px;
}

.arrow-a::before,
.arrow-a::after {
  content: "";
  display: block;
  width: 21px;
  border-radius: 0px;
  height: 2px;
  background: #1b1e2b;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
}

.arrow-a::before {
  transform: rotate(0deg);
}

.arrow-a::after {
  margin-top: -1px;
  margin-left: 1px;
  transform: rotate(-90deg);
}

.active .arrow-a::after {
  transform: rotate(0deg);
  margin-top: -2px;
  margin-left: 0px;
}

.active .faq-content {
  max-height: 500px;
  margin-top: 18px;
}

.simple-picture-faq {
  grid-column: span 12;
}

.simple-picture-faq .simple-picture-holder {
  padding-top: 45%;
}

/*Section Argo About 1*/
.s-a-a-1 {
  z-index: 3;
}

.s-a-a-1-left {
  grid-column: span 7;
}

.s-a-a-1-right {
  grid-column: span 5;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -50px;
}

.s-a-a-1-right-holder {
  padding-top: 120%;
  position: relative;
  width: 100%;
}

.s-a-a-1-left-wrapper {
  position: relative;
  margin-top: 70px;
}

.s-a-a-1-left-holder {
  padding-top: 60%;
  position: relative;
}

.s-a-a-1-left-text-1 {
  width: 80%;
}

.s-a-a-1-left-holder {
  width: 90%;
}

/*Section Argo About 2*/
/* Header Styles */
.s-a-a-2-title {
  margin-bottom: 24px;
  grid-column: span 12;
}

.s-a-a-2 {
  padding-top: 80px;
}

/* Slider Container */
.slider-container {
  position: relative;
  grid-column: span 12;
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  /* Aspect Ratio Responsive Logic */
  aspect-ratio: 3.5/1;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  display: block;
  /* Hidden on mobile by default */
  transition: 0.3s;
  padding: 0px 8px;
}

.nav-btn:hover {
  opacity: 0.8;
}

.next:hover {
  margin-right: -8px;
}

.prev:hover {
  margin-left: -8px;
}

.nav-btn {
  display: block;
}

.nav-btn.prev {
  left: 0;
}

.nav-btn.next {
  right: 0;
}

/* SVG Arrow Hover Effect */
.nav-btn path {
  transition: stroke 0.3s ease;
}

.nav-btn:hover path {
  stroke: #1B1E2B;
}

/* Slides Wrapper */
.slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Individual Slide */
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  /* Default hidden right */
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Blueprint effect */
  padding: 0px 32px;
}

.touch-area {
  display: none;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0;
  margin-top: 12px;
  grid-column: span 12;
}

/* Custom Dots */
.dot {
  height: 8px;
  width: 8px;
  border-radius: 999px;
  background-color: #1B1E2B;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.dot.active {
  background-color: #1B1E2B;
  width: 32px;
  /* Pill expansion */
}

.text-pagination {
  grid-column: span 12;
  display: flex;
  justify-content: center;
  gap: 60px;
  row-gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.text-pagination h4 {
  cursor: pointer;
  font-weight: 500;
  opacity: 0.5;
  transition: 0.3s ease;
  position: relative;
}

.text-pagination h4::after {
  width: 0%;
  height: 2px;
  background-color: black;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.3s;
}

.text-pagination h4:hover::after {
  width: 100%;
}

.text-pagination h4:hover {
  opacity: 1;
}

.text-pagination h4.active {
  opacity: 1;
}

.text-pagination h4.active::after {
  width: 100%;
}

/*Section Argo About 3*/
.s-a-a-3-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  grid-column: 2/span 10;
}

.s-a-a-3-text-1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  line-height: 116%;
  letter-spacing: 0%;
  text-align: start;
}

.s-a-a-3-text-2 {
  font-family: "TT Norms Pro Expanded";
  font-weight: 400;
  font-style: Bold;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 48%;
  text-transform: uppercase;
}

/*Section Argo About 4*/
.s-a-a-4 {
  padding-top: 230px;
  position: relative;
  z-index: 3;
}

.s-a-a-4-acordation {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s-a-a-4-acordation-top {
  width: 100%;
  background-color: #1B1E2B;
  padding: 24px 0px;
  cursor: pointer;
  transition: 0.3s;
}

.s-a-a-4-text {
  color: white;
  grid-column: span 10;
  text-align: start;
  font-size: 26px;
}

.s-a-a-4-icon {
  position: relative;
  grid-column: span 2;
}

.s-a-a-4-icon:before {
  content: "";
  right: 0;
  top: 50%;
  width: 28px;
  height: 4px;
  position: absolute;
  background-color: white;
  transform: translateY(-50%);
}

.s-a-a-4-icon::after {
  content: "";
  right: 0;
  top: 49%;
  width: 28px;
  rotate: 90deg;
  height: 4px;
  position: absolute;
  background-color: white;
  transform: translateY(0%);
  transition: 0.3s;
}

.s-a-a-4-acordation-top:hover {
  background-color: #222635;
}

.s-a-a-4-acordation-bottom {
  background-color: white;
  overflow: hidden;
  max-height: 0px;
}

.s-a-a-4-acordation-bottom-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.041);
}

.s-a-a-4-acordation-bottom-top-container {
  display: flex;
  gap: 48px;
  padding-top: 32px;
}

.s-a-a-4-acordation-bottom-top-element {
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}

.s-a-a-4-acordation-bottom-top-element:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  position: absolute;
  background-color: #1B1E2B;
  transition: 0.3s;
}

.s-a-a-4-acordation-bottom-top-element:hover::after {
  width: 100%;
}

.s-a-a-4-acordation-bottom-top-element-active::after {
  width: 100%;
}

.s-a-a-4-acordation-bottom-bottom {
  margin-top: 48px;
  display: none;
}

.s-a-a-4-acordation-bottom-bottom-img {
  grid-column: 4/span 8;
}

.s-a-a-4-acordation-bottom-bottom-img img {
  width: 100%;
  height: auto;
}

.s-a-a-4-acordation-bottom-bottom-1 {
  grid-column: 2/span 5;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}

.s-a-a-4-acordation-bottom-bottom-1 .s-a-a-3-element {
  flex: 33%;
}

.s-a-a-4-acordation-bottom-bottom-2 {
  grid-column: span 5;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.s-a-a-4-acordation-bottom-bottom-2 p {
  margin-top: 12px;
}

.s-a-a-4-acordation-bottom-bottom-active {
  display: block;
}

/* Add transition for smooth opening */
.s-a-a-4-acordation-bottom {
  transition: max-height 0.6s ease, height 0.6s ease;
}

/* Ensure the icon stays rotated when the accordion is active (open) */
.s-a-a-4-acordation-top.active .s-a-a-4-icon::after {
  rotate: 0deg;
  top: 50%;
  transform: translateY(-50%);
}

/* 1. Define the Fade-In Animation */
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(-20px);
    /* Optional: slight upward slide */
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 2. Update the base class */
.s-a-a-4-acordation-bottom-bottom {
  margin-top: 48px;
  display: none;
  /* Hidden by default */
  opacity: 0;
  /* Ensure it starts invisible */
}

/* 3. Update the Active Class to trigger the animation */
.s-a-a-4-acordation-bottom-bottom-active {
  display: block;
  /* This runs the animation named 'fadeInSlide' for 0.5 seconds */
  animation: fadeInSlide 0.8s ease-out forwards;
}

/*Section Argo about 5*/
.s-a-a-5 .grid {
  row-gap: 30px;
  cursor: pointer;
}

.s-a-a-5-element {
  grid-column: span 4;
}

.s-a-a-5-element img {
  transition: 0.3s;
}

.s-a-a-5-element:hover img {
  scale: 1.05;
}

.s-a-a-5-holder {
  padding-top: 60%;
  position: relative;
}

/*Section 1 Galery*/
.opens-gallery {
  position: relative;
}

.section-1-galery .card {
  position: relative;
  flex: 0 0 80vw;
  width: 80vw;
  height: 45vw;
  max-height: 910px;
  max-width: 1500px;
}

.section-1-galery .slider-track {
  gap: 48px;
}

.section-1-galery .slider-track {
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.section-1-galery h2 {
  grid-column: span 12;
  grid-column: span 12;
  margin-bottom: 60px;
}

/* NEW STYLE: Slide Counter */
.gallery-counter-div {
  position: absolute;
  top: 50px;
  /* Requested vertical position */
  left: 50%;
  transform: translateX(-50%);
  /* Centered horizontally */
  z-index: 9002;
  /* Needs to be above the main dark background */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-counter-div span {
  font-size: 16px;
  color: white;
  font-weight: 400;
}

.gallery-counter {
  color: white;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6px;
}

.gallery-close-btn {
  /* ... existing styles ... */
}

/* Fullscreen Gallery Styles */
.fullscreen-gallery {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  background-color: rgba(27, 30, 43, 0.9647058824);
  overflow: hidden;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Initial state: Hidden and moved off-screen (bottom) */
  transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}

.fullscreen-gallery.is-open {
  height: 100dvh;
}

.gallery-content {
  /* Set dimensions for the visible area */
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Hide anything outside the viewport */
}

.gallery-image-viewport {
  /* The main window through which the slides are viewed */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-track {
  /* This element holds ALL the slides in a row */
  height: 100%;
  display: flex;
  /* Arranges slides horizontally */
  will-change: transform;
  transition: transform 0.4s ease-out;
  /* Smooth slide transition */
}

.gallery-slide {
  /* Each slide takes up the full viewport width */
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  /* Important: prevents slides from shrinking */
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-slide img {
  /* Image sizing within the slide */
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
}

.gallery-image-wrapper {
  /* NEW WIDTH: Holds both images side-by-side */
  width: 200%;
  height: 100%;
  display: flex;
  /* Arranges the two image elements horizontally */
  transition: transform 0.4s ease-out;
  /* Slide transition */
  transform: translateX(0);
  /* Default position: Image 1 visible */
}

/* --- Image Elements --- */
.gallery-image-wrapper img {
  /* Each image takes up exactly half the wrapper's width (the full viewport width) */
  width: 50%;
  height: 100%;
  flex-shrink: 0;
  /* Prevents images from shrinking */
  -o-object-fit: cover;
  object-fit: cover;
  /* Resetting opacity, as the wrapper handles the transition */
  opacity: 1;
}

/* ---------------------------------------------------- */
/* --- TRANSITION STATES (Managed by JS) --- */
/* ---------------------------------------------------- */
/* State 1: Default/Current view (Image 1 is visible) */
.gallery-image-wrapper.state-1 {
  transform: translateX(0%);
}

/* State 2: Transition view (Image 2 slides in over Image 1) */
.gallery-image-wrapper.state-2 {
  transform: translateX(-50%);
  /* Moves the wrapper left by one image width */
}

.gallery-nav-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Buttons + Slider layout */
.buttons-slider-galery {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
  margin: 0;
  align-items: start;
  justify-content: end;
  position: absolute;
  right: auto;
  flex-direction: row;
  z-index: 3;
  top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: hsla(0, 0%, 91%, 0.9);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  align-items: center;
  justify-content: center;
}

.gallery-nav-btn div {
  width: 12px;
  height: 12px;
  background: #1B1E2B;
  font-size: 18px;
  /* triangle shape */
  clip-path: polygon(20% 10%, 20% 90%, 90% 50%);
  font-size: 17px;
}

.gallery-nav-btn:first-of-type div {
  rotate: 180deg;
}

.gallery-nav-btn:hover {
  background-color: rgb(255, 255, 255);
}

.gallery-nav-btn:disabled:hover {
  background: hsla(0, 0%, 91%, 0.9);
}

.gallery-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.section-header {
  margin-bottom: 36px;
  grid-column: span 12;
}

/*Section argo about 5*/
.s-a-a-6-top {
  display: flex;
  grid-column: span 12;
  border-bottom: 1px solid rgba(0, 0, 0, 0.041);
}

.s-a-a-6-top-element {
  display: flex;
  align-items: center;
  flex: 20%;
  position: relative;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 8px;
  opacity: 0.7;
  transition: 0.3s;
}

.s-a-a-6-top-element img {
  margin-right: 4px;
  filter: brightness(0%);
}

.s-a-a-6-top-element::after {
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #1B1E2B;
  transition: 0.3s;
  opacity: 0;
}

.s-a-a-6-top-element:hover {
  opacity: 1;
}

.s-a-a-6-top-element:hover::after {
  opacity: 1;
}

.s-a-a-6-top-element-active {
  opacity: 1;
}

.s-a-a-6-top-element-active::after {
  opacity: 1;
}

.s-a-a-6-bottom {
  grid-column: span 12;
  margin-top: 32px;
  display: none;
}

.s-a-a-6-bottom-left {
  grid-column: span 6;
}

/* 1. Define the animations */
@keyframes scaleUp {
  from {
    scale: 0.8;
  }

  to {
    scale: 1;
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Keep your base styling simple */
.s-a-a-6-bottom-left-holder {
  padding-top: 60%;
  position: relative;
  /* We don't need transition/scale here anymore, the animation handles it */
}

.s-a-a-6-bottom-right {
  grid-column: 8/span 5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* We don't need opacity/margin-top here anymore */
}

.s-a-a-6-bottom-right img {
  filter: brightness(0%);
}

.s-a-a-6-bottom-right-div {
  display: flex;
  gap: 12px;
  align-items: start;
}

.s-a-a-6-bottom-right-div p {
  margin-top: 4px;
}

.s-a-a-6-bottom-right-div-2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 2px;
}

.s-a-a-6-bottom-right-div h5 {
  margin-top: 4px;
  text-align: start;
}

.s-a-a-6-bottom-right-div p {
  margin-top: 0px;
}

/* 3. Trigger animations when the Active class is added */
.s-a-a-6-bottom-active {
  display: grid;
  /* Animate the Image Wrapper */
  /* Animate the Text Content */
}

.s-a-a-6-bottom-active .s-a-a-6-bottom-left-holder {
  /* name duration timing-function fill-mode */
  animation: scaleUp 0.5s ease forwards;
}

.s-a-a-6-bottom-active .s-a-a-6-bottom-right {
  animation: fadeSlideUp 0.4s ease forwards;
  /* Optional: Add a tiny delay so text appears slightly after image */
  animation-delay: 0.1s;
  /* Ensure it's invisible before animation starts (due to delay) */
  opacity: 0;
}

.button-black {
  color: #1B1E2B;
  border: 1px solid #1B1E2B;
  background-color: transparent;
}

.button-black a {
  display: flex;
  align-items: center;
}

.button-black a img {
  margin-left: 6px;
  transition: 0.3s;
  height: 18px;
  width: 18px;
}

.button-black:hover {
  background-color: #1B1E2B;
  color: white;
}

.button-black:hover img {
  filter: brightness(10000%);
}

/*Section argo about 7*/
.s-a-a-7-img {
  grid-column: 2/span 10;
}

.s-a-a-7-holder {
  padding-top: 40%;
  position: relative;
}

.s-a-a-7-text {
  grid-column: 5/span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.s-a-a-7-text h2 {
  text-align: center;
}

@media screen and (max-width: 1524px) {
  header {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .header-2 .header-text {
    grid-column: span 10;
  }

  /*Section Argo About 2*/
  .s-a-a-1-left-text-1 {
    width: 100%;
  }

  .s-a-a-1-left-holder {
    width: 100%;
  }

  .s-a-a-1-right-holder {
    padding-top: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .s-a-a-1-left-wrapper {
    margin-top: 40px;
  }

  /*Section Argo About 2*/
  .slider-container {
    aspect-ratio: 2/1;
  }

  .s-a-a-3-container {
    grid-column: span 12;
  }

  /*Section Argo About 4*/
  .s-a-a-4 {
    padding-top: 190px;
  }

  .s-a-a-4-acordation-top {
    padding: 24px 0px;
  }

  .s-a-a-4-acordation-bottom-bottom-1 {
    grid-column: span 12;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    order: 2;
  }

  .s-a-a-4-acordation-bottom-bottom-2 {
    margin-top: 24px;
    order: 1;
    grid-column: span 12;
  }

  .s-a-a-4-acordation-bottom-bottom-img {
    grid-column: span 12;
  }

  .s-a-a-4-acordation-bottom-bottom-1 .s-a-a-3-element {
    flex: 25%;
  }

  .s-a-a-4-acordation-bottom-top-container {
    gap: 28px;
  }

  /*Section Argo about 5*/
  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .section-header {
    margin-bottom: 28px;
  }

  /*Section Argo about 6*/
  .s-a-a-6-bottom-left {
    grid-column: span 7;
  }

  .s-a-a-6-bottom-left-holder {
    padding-top: 80%;
    position: relative;
  }

  /*Section Argo about 7*/
  .s-a-a-7-text {
    grid-column: 4/span 6;
  }
}

@media screen and (max-width: 768px) {

  /*Hero*/
  .header-text {
    grid-column: span 12;
  }

  .header-text-eyebrow {
    font-size: 15px;
  }

  header {
    padding-bottom: 50px;
  }

  .header-text h1 {
    margin-top: 8px;
  }

  .video-mobile {
    display: block;
  }

  .video-desktop {
    display: none;
  }

  /*Acordation*/
  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    font-size: 16px;
  }

  .acordation-grid h5 {
    font-size: 18px;
    padding-right: 24px;
  }

  .acordation-grid {
    margin-top: 10px;
  }

  /*Section Argo about 1*/
  .s-a-a-1-right-holder {
    display: none;
  }

  .s-a-a-1-left {
    grid-column: span 12;
  }

  .s-a-a-1-left-holder {
    padding-top: 140%;
  }

  /*Section Argo about 2*/
  .pagination {
    margin-top: 12px;
  }

  .touch-area {
    position: absolute;
    inset: 0;
    z-index: 10;
  }

  .nav-btn {
    display: none;
  }

  .slide-image {
    padding: 0;
  }

  .slider-container {
    aspect-ratio: 23/7;
  }

  .text-pagination h4 {
    cursor: pointer;
    font-weight: 500;
    opacity: 0.5;
    transition: 0.3s ease;
    position: relative;
    flex: 33%;
    width: 33%;
    font-size: 20px;
  }

  .text-pagination {

    gap: 32px;
    row-gap: 20px;
  }

  /*Section Argo About 3*/
  .s-a-a-3-text-1 {
    font-size: 26px;
  }

  .s-a-a-3-text-2 {
    font-size: 9px;
  }

  .s-a-a-3-element {
    flex: 33%;
  }

  /*Section Argo About 4*/
  .s-a-a-4 {
    padding-top: 160px;
  }

  .s-a-a-4-acordation-top {
    padding: 24px 0px;
  }

  .s-a-a-4-text {
    font-size: 22px;
  }

  .s-a-a-4-acordation-bottom-bottom-1 .s-a-a-3-element {
    flex: 33%;
  }

  .s-a-a-4-acordation-bottom-top-container {
    display: flex;
    gap: 18px;
    padding-top: 28px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 18px;
  }

  .s-a-a-4-acordation-bottom-top-element {
    padding-bottom: 4px;
    position: relative;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
  }

  .s-a-a-4-acordation-bottom-top-element h4 {
    width: -moz-fit-content;
    width: fit-content;
  }

  .s-a-a-4-acordation-bottom-bottom-1 {
    margin-top: 34px;
    row-gap: 22px;
  }

  /*Section Argo about 5*/
  .s-a-a-5 .grid {
    row-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .s-a-a-5-holder {
    padding-top: 140%;
  }

  .section-header {
    margin-bottom: 24px;
  }

  /*Section Argo about 6*/
  .s-a-a-6-bottom-left {
    grid-column: span 12;
  }

  .s-a-a-6-bottom-left-holder {
    padding-top: 110%;
    position: relative;
  }

  .s-a-a-6-bottom-right {
    grid-column: span 12;
    margin-top: 28px;
  }

  .s-a-a-6-top {
    flex-wrap: wrap;
    align-items: start;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-bottom: none;
  }

  .s-a-a-6-top-element::after {
    bottom: 1px;
  }

  .s-a-a-6-top-element {
    flex: 33%;
    justify-content: start;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 8px;
  }

  .s-a-a-6-bottom {
    margin-top: 22px;
  }

  /*Section Argo about 7*/
  .s-a-a-7-img {
    grid-column: span 12;
  }

  .s-a-a-7-holder {
    padding-top: 130%;
  }

  .s-a-a-7-text {
    grid-column: span 12;
    gap: 10px;
    margin-top: 22px;
  }

  .s-a-a-2 {
    padding-top: 35px;
  }

  .gallery-nav-btn {
    font-size: 18px;
  }

  .gallery-counter-div {
    position: absolute;
    top: 32px;
  }

  .buttons-slider-galery {
    position: absolute;
    bottom: 48px;
  }
}

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

/* QSP SECTION STYLES */
.qsp-section .header-text-eyebrow {
  color: #1B1E2B;
}

.qsp-section .section-header {
  margin-bottom: 20px;
  text-align: left;
}

.qsp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Dva jednaka stupca */
  gap: 60px;
  /* Razmak između teksta i slike */
  align-items: center;
  /* Vertikalno centriranje */
}

.qsp-text {
  padding-right: 20px;
}

.qsp-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  /* Osigurava visinu slike */
  overflow: hidden;
  border-radius: 4px;
  /* Opcionalno zaobljavanje */
}

.qsp-image-holder {
  width: 100%;
  height: 100%;
}

.qsp-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Slika će popuniti prostor bez rastezanja */
  display: block;
}

.qsp-text-p {
  margin-bottom: 16px;
}

/* RESPONSIVE (Mobitel) */
@media (max-width: 900px) {
  .qsp-grid {
    grid-template-columns: 1fr;
    /* Jedan stupac na mobitelu */
    gap: 30px;
  }

  .qsp-text-p {
    margin-bottom: 12px;
  }

  .qsp-section .section-header {
    margin-bottom: 12px;
  }

  .qsp-text {
    padding-right: 0;
    order: 2;
    /* Ako želiš da slika bude prva na mobitelu, stavi order: 2 na tekst */
  }

  .qsp-image-wrapper {
    min-height: 350px;
    order: 1;
    /* Slika prva */
  }
}