html {
  scroll-behavior: smooth;
}

.horizontal-wrapper {
  height: 100vh;
  overflow: hidden;
}

.horizontal-sections {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  scroll-padding: 0;
}

.panel {
  flex: 0 0 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.carousel-panel {
  flex: 0 0 100%;
  height: 100vh;
}

.overlay {
  padding: 2rem 3rem;
  transform: translateY(50px);
  transition: all 0.4s ease;
}

.co-3d-bg-image {
  position: absolute;
  top: -180px;
  right: -80px;
  width: 550px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

/* Navbar dark mode for section 2
#navbar-logo {
  transition: filter 0.3s ease;
}

#navbar-logo.white-filter {
  filter: brightness(0) invert(1) !important;
  -webkit-filter: brightness(0) invert(1) !important;
}

.hamburger-wrapper {
  transition: background-color 0.3s ease;
}

.hamburger-wrapper.dark-bg {
  background-color: #1b1b1b !important;
}

.hamburger-wrapper.dark-bg svg,
.hamburger-wrapper.dark-bg path {
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
} */

/* Footer'da navbar ve hamburger-wrapper gizle */
#main-navbar.hidden-in-footer,
.hamburger-wrapper.hidden-in-footer {
  display: none !important;
}

/* ------ */

.carousel-horizontal-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  perspective: 2000px;
  perspective-origin: center center;
}

.carousel-horizontal-wrapper {
  display: flex;
  gap: 50px;
  padding: 0 50px;
  will-change: transform;
  transform-style: preserve-3d;
  position: relative;
}

.carousel-card {
  flex-shrink: 0;
  width: 200px;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  opacity: 1;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease,
    box-shadow 0.6s ease;
  backface-visibility: visible;
}

/* 3D Carousel Styles */
.carousel-3d-panel {
  background: #ffffff;
  position: relative;
}

.carousel-3d-container,
#ring,
.carousel-3d-panel .img,
.carousel-3d-panel .vignette {
  transform-style: preserve-3d;
  user-select: none;
}

.carousel-3d-container {
  perspective: 1300px;
  width: 120px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3 !important;
  pointer-events: none;
}
.carousel-3d-panel-logo {
  position: absolute;
  bottom: 13%;
  width: 11%;
  left: 46%;
  pointer-events: none;
}
/* Carousel logo filters removed
.carousel-3d-panel-logo[src*="thy-logo"],
.carousel-3d-panel-logo[src*="vakifbank-logo"],
.carousel-3d-panel-logo[src*="turk-havacilik-logo"],
.carousel-3d-panel-logo[src*="halkbank-logo"],
.carousel-3d-panel-logo[src*="emlak-katilim-logo"],
.carousel-3d-panel-logo[src*="cevre-logo"] {
  filter: brightness(0) invert(1);
}
*/
.carousel-3d-panel-logo[src*="dr-logo"],
.carousel-3d-panel-logo[src*="vakifbank-sk-logo"] {
  width: 6%;
}
#ring,
.carousel-3d-panel .img,
.carousel-3d-panel .vignette,
#dragger {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

#ring {
  pointer-events: none;
}

.carousel-3d-panel .img {
  opacity: 1 !important;
  transition: opacity 0.8s ease !important;
  cursor: pointer;
  filter: brightness(0.7) grayscale(0.3);
  pointer-events: auto;
}

.carousel-3d-panel .img:hover {
  filter: none;
  opacity: 1 !important;
}

.carousel-3d-panel .vignette {
  width: 1400px;
  left: 50%;
  transform: translateX(-50%);

  pointer-events: none;
}
.btn-custom-close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 44;
}
.carousel-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.carousel-play-icon svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease;
}

#dragger {
  opacity: 0;
  pointer-events: none;
}

/* Video Modal Styles */
#videoModal .modal-content {
  background-color: transparent !important;
  border: none;
}

#videoModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1051;
  border: none;
  padding: 1rem;
}

#videoModal .btn-close {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

#videoModal .btn-close:hover {
  opacity: 1;
}

#videoModal .modal-body {
  padding: 0;
}

#videoModal iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#videoModal .ratio {
  border-radius: 30px;
  overflow: hidden;
}

/* Carousel Slides Panel Styles */
.carousel-slides-panel {
  background: #1a1a1a;
  overflow: hidden;
}

.carousel-slides-panel #carousel {
  display: flex;
  gap: 30px;
  padding: 0 50px;
  align-items: center;
  height: 100%;
  will-change: transform;
}

.carousel-slides-panel .slide {
  flex-shrink: 0;
  width: 400px;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}

.carousel-slides-panel .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  height: 100vh !important;
  color: black !important;
  overflow-x: hidden !important;
  max-width: 100%;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

:root {
  --red: #e22a37 !important;
  --darkgrey: #212226 !important;
  --white: #ffffff !important;
  --grey: #f3f6f7 !important;
  --orange: #ff9d00 !important;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

#navbar-logo {
  transition: filter 0.3s ease;
}

#navbar-logo.logo-white {
  filter: brightness(0) invert(1);
}

#main-navbar {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

#main-navbar .btn,
#main-navbar a,
#main-navbar button,
#main-navbar form {
  pointer-events: auto;
}

#main-navbar.navbar-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn-contact {
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 900;
  border: none;
  border-radius: 0px;
  background-color: white;
  box-shadow: 0px 0px 15px 3px #00000012;
}
.btn-contact-menu {
  font-size: 16px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.683);
  box-shadow: 0px 0px 15px 3px #00000012;
}

.banner-title-1 {
  font-size: 40px;
  font-weight: 400;
}
.banner-title-2 {
  font-size: 40px;
  font-weight: 400;
}
.banner-title-3 {
  font-size: 40px;
  font-weight: 400;
}
/* .banner-title-4 {
  font-size: 35px;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 14%;
} */
.banner-subtitle-youtube {
  font-size: 35px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 14%;
  text-align: center;
  pointer-events: none;
}
.banner-title-5 {
  font-size: 40px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 14%;
}
.btn-see-more {
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  padding: 3px 3px 3px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 15px;
}

.btn-see-more span {
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-fixed {
  overflow: hidden;
  max-width: 100%;
}

section {
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 100%;
}

.container-fluid {
  overflow-x: hidden;
  max-width: 100%;
}

.d-flex-center-end {
  display: flex;
  align-items: center;
  justify-content: end;
}
.d-flex-center-end-x {
  display: flex;
  align-items: center;
  justify-content: end;
}
.bg-obje-1 {
  /* position: absolute;
  width: 25%;
  z-index: -2;
  left: 70px; */
  position: absolute;
  width: 25%;
  z-index: -2;
  right: 40px;
  top: 110px;
}
.d-flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.info-orange-text {
  color: var(--orange);
  border-left: 6px solid var(--orange);
  padding-left: 1.5rem;
  width: 28%;
  font-size: 20px;
}
.h-90 {
  height: 950px;
}
.h-400 {
  height: 950px;
}
.h-450 {
  height: 900px;
}

.bg-footer {
  background-color: #ffffff;
  width: 100%;
}

.footer-menu {
  color: rgb(0, 0, 0) !important;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.banner-info {
  color: var(--orange);
  border-left: 6px solid var(--orange);
  padding-left: 1.5rem;
  width: 28%;
  font-size: 20px;
}
.banner-brand-orange {
  color: var(--orange);
  font-size: 30px;
  font-weight: 600;
}

.info-detail {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.img-mobile-4 {
  position: absolute;
  top: -360px;
  left: -140px;
  width: 700px;
  z-index: -2;
}
.img-mobile-bottom-1 {
  position: absolute;
  bottom: -200px;
  right: -140px;
  width: 600px;
  z-index: -2;
}
.border-grey-bg {
  background-color: #efefef;
  border-radius: 380px;
  width: 750px;
  margin-top: 80px;
  padding: 60px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 485px;
}
.border-yellow-bg {
  background-color: #ffd900;
  border-radius: 380px;
  width: 750px;
  padding: 60px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 485px;
}
.logo-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.logo-img img {
  width: 78%;
}
.py-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.box-big-circle {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

#imageCarousel {
  position: absolute;
  bottom: 0rem;
  left: 13rem;
  width: 1274px;
  z-index: 1;
}

.carousel-img {
  height: 700px;
  object-fit: cover;
}

.carousel-controls-wrapper {
  position: absolute;
  left: 2rem;
  top: 65%;
  transform: translateY(-50%);
  display: flex;
  gap: 0.5rem;
  background-color: white;
  border: 2px solid #dddddd;
  border-radius: 50px;
  padding: 0.5rem;
  z-index: 10;
}

.carousel-control-prev,
.carousel-control-next {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: background-color 0.3s ease;
  border: none;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #333333;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  width: 12px;
  height: 12px;
}

.carousel-indicators button {
  background-color: #000000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.carousel-inner {
  border-radius: 20px;
}

.vertical-multiply-bar {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  top: 0;
  width: 178px;
  height: 100%;
  background-color: #ffd900;
  mix-blend-mode: multiply;
  z-index: 5;
  pointer-events: none;
}
.process-wrap {
  overflow: hidden;
  height: 100vh;
}

.process {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 800px;
  gap: 1rem;
}

.process__item {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 0 8px;
  height: 800px;
  margin-top: 100px;
  flex-shrink: 0;
  width: 420px;
}

.process__item .border-orange p {
  max-width: 800px;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 200;
  width: 200px;
}

.border-orange {
  border: 1px solid var(--orange);
  border-bottom: 6px solid var(--orange);
  width: 400px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 1rem;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.border-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  color: white;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1;
}

.border-orange::after {
  content: attr(data-hover-title);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: white;
  font-weight: 100;
  font-size: 35px;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 3;
}

.border-orange:hover {
  height: 200px !important;
  overflow: visible;
  border: transparent;
  border-bottom: transparent;
  color: white;
  display: flex;
  align-items: flex-start;
}
.border-orange:hover::before {
  transform: translateY(100%);
}

.border-orange:hover::after {
  transform: translateY(100%);
}

.border-orange .card-title {
  transition: all 0.4s ease;
  margin: 0;
  padding-top: 0.5rem;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 2;
  color: #000000;
}

.border-orange:hover .card-title {
  color: white;
  z-index: 5;
  transform: translateY(500%);
  width: 100%;
  font-size: 30px;
  font-weight: 100;
  height: 28px;
  line-height: 33px;
  width: 100px;
}

.social-icons {
  position: absolute;
  bottom: -15px;
  left: -35px;
  width: 130px;
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(-300%);
  transition: all 0.4s ease;
  z-index: 4;
}

.border-orange:hover .social-icons {
  opacity: 1;
  transform: translateY(100%);
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons svg {
  transition: fill 0.2s ease;
}

.social-icons svg path {
  fill: #000000 !important;
}

.grid-process-wrap {
  overflow: hidden;
  height: 100vh;
}

.grid-process {
  width: max-content;
  display: grid;
  grid-template-rows: repeat(5, 165px);
  grid-auto-flow: column;
  grid-auto-columns: 345px;
  gap: 5px;
  height: 845px;
}

.grid-process__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 165px;
  width: 345px;
}

.grid-border-orange {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  width: 345px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}
.grid-border-orange img {
  width: 50%;
}
.horizontal-card__img {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  width: 345px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.brand-card__img {
  border: 1px solid #ff9d00;
  border-radius: 40px;
  width: 345px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 2.5rem;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.grid-process__item:nth-child(5n + 1) .grid-border-orange {
  opacity: 0.3;
}

.grid-border-orange:hover {
  overflow: hidden;
  opacity: 1;
}
.absolute-title-card {
  position: absolute;
  padding: 7rem 12rem;
}
.align-center {
  display: flex;
  align-items: center;
}
.yellow-bar {
  width: 180px;
  height: 300px;
  position: absolute;
  top: 0;
  background-color: #ffd900;
}
.d-flex-center-100 {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.co-logo-absolute {
  position: absolute;
  top: 30%;
  left: 0px;
  width: 30%;
}
.horizontal-card__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 165px;
  width: 345px;
}
.banner-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 165px;
  width: 345px;
}
.flex-center-100 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.mobile-footer-bg {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

/* ------------- M E D İ A   S C R E E N --------------- */

@media screen and (max-width: 767px) {
  .flex-center-100 {
    display: flex;
    align-items: flex-start;
    height: 100vh;
  }
  .hamburger-bar {
    display: none;
  }

  .yellow-bar {
    width: 85px;
    height: 85px;
  }
  .co-logo-absolute {
    top: 14%;
    width: 50%;
  }

  .border-orange:hover::before {
    transform: translateY(10%);
  }
  .border-orange:hover .social-icons {
    opacity: 1;
    transform: translateY(0);
    bottom: -20px;
    left: -40px;
  }

  .co-3d-bg-image {
    display: none !important;
  }

  .carousel-3d-container {
    position: absolute;
    top: 22%;
    width: 120px !important;
    height: 450px !important;
    perspective: 750px !important;
  }
  /* .banner-title-4 {
    font-size: 35px;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 0%;
    padding: 4rem 3rem;
  } */
  .banner-subtitle-youtube {
    font-size: 32px;
    font-weight: 400;
    color: white;
    position: absolute;
    top: 0%;
    padding: 4rem 3rem;
  }
  .carousel-3d-panel {
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .carousel-3d-panel .img {
    width: 100%;
    height: 100%;
  }

  #ring {
    width: 100%;
    height: 100%;
  }

  #skills-section {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
  }

  .process-wrap {
    height: auto !important;
    overflow: visible !important;
    min-height: fit-content !important;
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
  }

  .process {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 0 !important;
    gap: 0rem;
    transform: translate(0px, 0px) !important;
  }

  .process__item {
    width: 100%;
    height: auto;
    padding: 10px 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  .border-orange {
    width: 90%;
    max-width: 350px;
    height: 100px;
  }

  .border-orange:hover {
    height: 200px !important;
    background-color: black;
  }

  .border-orange:hover .card-title {
    font-size: 32px;
    transform: translateY(-45px);
  }

  .social-icons {
    bottom: 15px;
    left: 15px;
    gap: 6px;
    width: 150px;
  }

  .social-icons svg {
    width: 150px;
    height: 150px;
  }

  .border-orange:hover {
    overflow: visible !important;
  }

  .d-flex-center-xs {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #imageCarousel {
    left: 0px;
  }
  .d-flex-center-xs {
    display: flex;
    justify-content: center;
  }
  .carousel-controls-wrapper {
    position: relative;
    display: flex;
    top: 0px;
    transform: none;
    gap: 0.5rem;
    background-color: white;
    border: 2px solid #dddddd;
    border-radius: 50px;
    padding: 0.5rem;
    z-index: 10;
    left: 0px !important;
    width: fit-content;
    margin-top: 20px;
  }
  .position-xs-absolute {
    position: relative;
    width: 100%;
  }
  .carousel-img {
    height: 300px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev svg,
  .carousel-control-next svg {
    width: 10px;
    height: 10px;
  }

  .border-yellow-bg {
    width: 100%;
    padding: 4rem 3rem !important;
  }
  .border-grey-bg {
    width: 100%;
    padding: 4rem 3rem !important;
  }
  .box-big-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
  .h-400 {
    height: 400px;
  }
  .h-450 {
    height: auto;
  }
  .info-detail {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    border-left: 4px solid var(--orange);
  }

  .section-fixed {
    overflow-x: hidden !important;
  }

  .d-flex-end {
    justify-content: start;
  }
  .h-90 {
    height: 840px;
  }
  .img-mobile-1 {
    right: -7rem;
    position: absolute;
    bottom: 0px;
    z-index: -1;
  }
  .img-mobile-2 {
    right: -13rem;
    position: absolute;
    top: -82px;
    z-index: -2;
    width: 136%;
  }
  .bg-obje-2 {
    position: absolute;
    bottom: 4rem;
    right: -5rem;
    z-index: -5;
    left: auto;
  }
  .bg-obje-1 {
    display: none;
  }
  .info-orange-text {
    padding-left: 1rem;
    font-size: 15px;
    width: 100%;
  }
  .banner-info {
    padding-left: 1rem;
    font-size: 15px;
    width: 100%;
  }

  .d-xs-none {
    display: none !important;
  }
  .logo-img img {
    width: 111px;
  }
  .d-flex-center-end {
    justify-content: start;
  }
  .d-flex-center-end-x {
    justify-content: start;
  }
  .banner-title-1 {
    font-size: 45px;
  }
  .banner-title-2 {
    font-size: 25px;
    padding-left: 1rem;
  }
  .banner-title-3 {
    font-size: 45px;
    padding-left: 1rem;
  }
  .banner-title-5 {
    font-size: 45px;
    padding-left: 1rem;
  }
  .py-xs-1 {
    padding: 6rem 2rem;
  }
  .py-xs-2 {
    padding: 2rem;
  }
  .btn-see-more span {
    width: 40px;
    height: 40px;
  }

  .brands-scroll-panel {
    flex-direction: column;
    height: 100vh !important;
    overflow: hidden;
    position: relative;
  }

  .grid-process-wrap {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .grid-process {
    width: max-content !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    gap: 1rem !important;
  }

  .grid-process__item {
    width: 250px !important;
    height: 150px !important;
    flex-shrink: 0;
  }

  .personnel-scroll-panel {
    height: 100vh !important;
    overflow: hidden;
    position: relative;
  }
  .overlay {
    /* padding: 5rem 3rem !important; */
    transform: translateY(0) !important;
  }
  .px-xs-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .personnel-wrap {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .personnel-process {
    width: max-content !important;
    display: flex !important;
    flex-direction: row !important;
    height: auto;
    padding-left: 0 !important;
    gap: 2rem;
  }

  .personnel-item {
    width: 300px !important;
    height: auto;
    padding: 10px 1.6rem;
    flex-shrink: 0;
  }

  .address-break {
    display: none;
  }
  .w-xs-100 {
    width: 100%;
  }
  /* .address-text {
    white-space: nowrap;
  } */
  .iframe-contact {
    width: 100%;
    height: 400px;
  }
  .order-xs-3 {
    order: 1;
  }
  .order-xs-4 {
    order: 2;
  }
  .grid-process__item {
    height: 110px !important;
    width: 220px !important;
  }

  .grid-border-orange {
    width: 220px !important;
    height: 110px !important;
    padding: 0.75rem !important;
    font-size: 12px !important;
  }
}

@media screen and (min-width: 767px) {
  .banner-brand-item {
    height: 300px !important;
    width: 100% !important;
    position: absolute;
    margin-left: 12rem;
  }
  .mt-7 {
    margin-top: 7rem;
  }
  .w-md-100 {
    width: 100%;
  }
  .hamburger-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffffc7;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 15px 3px #0000000a;
  }

  .hamburger-btn {
    pointer-events: auto;
    z-index: 1;
  }

  .hamburger-bar {
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: end;
    height: 550px;
    flex-direction: column;
    pointer-events: none;
    margin-top: 1rem;
  }
  .hamburger-bar button,
  .hamburger-bar a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1026px) {
  .d-flex-xsm-center {
    display: flex !important;
    align-items: center !important;
  }
  .iframe-contact {
    width: 100%;
  }
  .absolute-title-card {
    position: relative;
    padding: 8rem 0 0 2rem;
  }
  .horizontal-wrapper {
    height: auto !important;
    overflow: visible !important;
  }

  .horizontal-sections {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
  }

  .panel {
    flex: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
  }

  .carousel-panel {
    flex: 1 !important;
    height: 100vh !important;
    width: 100% !important;
  }

  /* .hamburger-wrapper {
    display: block;
  } */

  .hamburger-bar {
    display: none;
  }

  .vertical-multiply-bar {
    display: none;
  }
  #imageCarousel {
    position: relative;
    padding: 0 2rem;
    width: 100%;
  }

  .carousel-controls-wrapper {
    left: 1.5rem;
  }

  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .footer-menu {
    top: 25%;
  }

  #skills-grid-section {
    height: 100vh !important;
    overflow: hidden !important;
    margin-bottom: 2rem !important;
    flex-direction: column;
    display: flex;
  }

  .grid-process-wrap {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .grid-process {
    display: grid !important;
    grid-template-rows: repeat(5, 110px) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 220px !important;
    gap: 8px !important;
    height: 570px !important;
    width: max-content !important;
  }

  .horizontal-card__img {
    width: 100% !important;
    height: 110px !important;
    padding: 0.75rem !important;
    font-size: 12px !important;
  }

  .brand-card__img {
    width: 100% !important;
    height: 110px !important;
    padding: 4rem 3rem !important;
    font-size: 12px !important;
  }

  .horizontal-card__item {
    height: 110px !important;
    width: 100% !important;
  }
  .banner-brand-item {
    width: 400px !important;
    height: 365px;
  }
}
@media screen and (min-width: 1026px) {
  .pt-7 {
    padding-top: 12rem;
  }
  .pt-6 {
    padding-top: 18rem;
  }
  .pl-1 {
    padding-left: 12rem;
  }
  .h-90 {
    height: 100vh;
  }
  .h-md-10 {
    height: 35rem !important;
  }
  .h-500 {
    height: 950px;
  }
  .h-900 {
    height: 900px;
  }
  .px-md-6 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-85 {
    width: 78%;
  }
  .fixed-md-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .ps-10 {
    padding-left: 10rem !important;
  }
  .process-wrap {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .process {
    width: max-content !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 800px;
    gap: 1rem;
  }

  .process__item {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 0 8px;
    height: 800px;
    margin-top: 100px;
    flex-shrink: 0;
    width: 420px;
  }

  .border-orange {
    width: 400px;
    height: 100px;
  }

  #skills-grid-section {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .grid-process-wrap {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .grid-process {
    display: grid !important;
    grid-template-rows: repeat(5, 165px) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 345px !important;
    gap: 5px !important;
    height: 845px !important;
    width: max-content !important;
  }

  .grid-process__item {
    height: 165px !important;
    width: 345px !important;
  }
  .horizontal-card__item {
    height: 165px !important;
    width: 345px !important;
  }

  .grid-border-orange {
    width: 345px !important;
    height: 165px !important;
    padding: 2.5rem !important;
  }
  .horizontal-card__img {
    width: 345px !important;
    height: 165px !important;
    padding: 2.5rem !important;
  }
  .brand-card__img {
    width: 100% !important;
    height: 200px !important;
    padding: 0 3rem !important;
  }
  .w-16 {
    width: 16rem;
  }
}

@media screen and (min-width: 1450px) {
  .border-grey-bg {
    width: 500px;
    height: 600px;
  }
  .border-yellow-bg {
    width: 500px;
    height: 600px;
  }
  .h-90 {
    height: 100vh;
  }
  #imageCarousel {
    position: absolute;
    bottom: 0rem;
    left: 19rem;
    width: 90%;
    z-index: 1;
  }
  .banner-title-1 {
    font-size: 60px;
  }
  .banner-title-2 {
    font-size: 60px;
    padding-left: 2rem;
  }
  .banner-title-3 {
    font-size: 52px;
    padding-left: 2rem;
  }
  .banner-title-5 {
    font-size: 52px;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .bg-obje-1 {
    position: absolute;
    width: 40%;
    z-index: -2;
    right: 27px;
    top: 0px;
    left: auto;
  }
  .grid-process__item {
    height: 100% !important;
    width: 100% !important;
  }

  .grid-border-orange {
    width: 240px !important;
    height: 140px !important;
    padding: 0.75rem !important;
    font-size: 12px !important;
  }
  .d-flex-center-100 {
    display: flex;
    align-items: flex-start;
    height: 100vh;
    width: 100%;
  }

  .grid-process {
    display: grid !important;
    grid-template-rows: repeat(6, 150px) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 250px !important;
    gap: 5px !important;
    height: 845px !important;
    width: max-content !important;
  }
  .box-big-circle {
    gap: 1rem;
  }
  .big-number {
    font-size: 45px !important;
    width: 125px !important;
    height: 175px !important;
  }
  .black-two-column-section {
    padding: 10rem 0 5rem 0 !important;
  }

  .yellow-bar {
    width: 150px;
    height: 165px;
  }
  .horizontal-card {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  .w-md-100 {
    width: 85%;
    padding-left: 85px;
  }
  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .info-orange-text {
    width: 70%;
  }
  .banner-info {
    width: 70%;
  }
  .h-90 {
    height: auto;
    padding: 3rem 0px;
  }
  .h-450 {
    height: 800px;
  }
  #imageCarousel {
    padding: 0px;
    left: 0px;
  }
  .d-mdx-none {
    display: none;
  }

  .co-logo-absolute {
    top: 12%;
    width: 45%;
  }
}

.black-carousel-section {
  background-color: rgb(255, 255, 255);
  padding: 10rem 0;
  overflow: hidden;
  color: #000;
}

.black-carousel-text {
  padding: 2rem;
}

.black-carousel-description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 1rem;
}

.black-carousel .item img {
  width: 100%;
  height: auto;
}

.black-carousel .owl-nav button.owl-next,
.black-carousel .owl-nav button.owl-prev {
  border-radius: 100px;
}

.black-carousel .owl-nav {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  background-color: white;
  border-radius: 100px;
  border: 2px solid #dddddd;
}

.black-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: black !important;
  color: white !important;
  font-size: 20px;
  margin: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .black-carousel-text {
    margin-bottom: 2rem;
    text-align: start;
    padding: 1rem;
  }

  .black-carousel-description {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .black-carousel-section {
    padding: 3rem 1rem;
  }

  .black-carousel-description {
    font-size: 14px;
    line-height: 1.6;
    text-align: start;
  }

  .black-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.black-two-column-section {
  background-color: rgb(255, 255, 255);
  padding: 18rem 0 5rem 0;
}

.black-column {
  padding: 3rem;
}

.big-number {
  font-size: 80px;
  font-weight: 700;
  color: black;
  line-height: 1;
  margin-bottom: 1.5rem;
  width: 180px;
  height: 300px;
  position: absolute;
  top: 0;
  background-color: #ffd900;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.column-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.column-text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .black-column {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .black-column:last-child {
    margin-bottom: 0;
  }

  .column-title {
    font-size: 28px;
  }

  .column-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-card {
    grid-template-columns: 350px 1fr;
  }
  .black-two-column-section {
    padding: 3rem 1rem;
  }

  .black-column {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .big-number {
    font-size: 50px;
    margin-bottom: 1rem;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
  }

  .column-title {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .column-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.horizontal-cards-section {
  background-color: #f3f6f7;
  padding: 4rem 0;
}

.horizontal-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.horizontal-card {
  display: grid;
  grid-template-columns: 365px 1fr;

  overflow: hidden;
}

.horizontal-card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.horizontal-card__image img {
  height: 100%;
}

.horizontal-card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-card__title {
  font-size: 25px;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.horizontal-card__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .horizontal-card__content {
    padding: 0rem;
  }

  .horizontal-card__title {
    font-size: 24px;
  }

  .horizontal-card__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-cards-section {
    padding: 3rem 1rem;
  }

  .horizontal-cards-grid {
    gap: 1.5rem;
  }

  .horizontal-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .horizontal-card__image {
    height: 200px;
    width: 100%;
    justify-content: center;
  }

  .horizontal-card__title {
    font-size: 22px;
    margin-bottom: 0.75rem;
  }

  .horizontal-card__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.w-850 {
  width: 850px;
}

.video-image-wrapper {
  position: relative;
  width: 850px;
  height: auto;
  display: inline-block;
}

.video-image-wrapper .background-image {
  position: relative;
  z-index: 1;
  margin-left: 20rem;
  width: 60%;
  height: auto;
}

.video-image-wrapper .foreground-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.foreground-video-sm {
  width: 850px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 150px;
  justify-content: center;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 3rem 8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.hamburger-menu-button {
  position: absolute;
  top: 65px;
  right: 75px;
  display: flex;
  gap: 0.5rem;
}
.close-btn {
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10000;

  background-color: #242424;
}
.close-btn svg {
  transition: transform 0.3s ease;
}
.close-btn svg:hover {
  transform: rotate(90deg);
}

.fullscreen-nav {
  text-align: start;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}

.menu-item {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fullscreen-menu.active .menu-item {
  opacity: 1;
  transform: translateY(0);
}

.fullscreen-menu.active .menu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.fullscreen-menu.active .menu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.fullscreen-menu.active .menu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.fullscreen-menu.active .menu-item:nth-child(4) {
  transition-delay: 0.4s;
}

.fullscreen-menu.active .menu-item:nth-child(5) {
  transition-delay: 0.5s;
}
.menu-link:hover,
.menu-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
}

.accordion-flush .accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-flush .accordion-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.accordion-flush .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}

.accordion-flush .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-flush .accordion-button::after {
  filter: brightness(0) invert(1);
  margin-left: 20px;
}

.accordion-flush .accordion-body {
  padding: 10px 0 0 0;
  background-color: transparent;
}

.accordion-flush .accordion-collapse {
  transition: height 0.35s ease;
}

.menu-item .accordion {
  margin: 0;
}

.menu-social-links {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sub-menu-link:hover,
.sub-menu-link {
  font-size: 25px;
  font-weight: 200;
  color: #989898;
  text-decoration: none;
  letter-spacing: 2px;
}
.fullscreen-menu.active .menu-social-links {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.social-link:hover,
.social-link {
  transition: transform 0.3s ease;
  display: inline-block;
  color: #989898;
  font-weight: 200;
  display: flex;
  align-items: center;
}
.menu-co-img {
  position: absolute;
  top: -70px;
  right: -317px;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .foreground-video-sm {
    width: 931px;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 0px;
    justify-content: center;
    position: absolute;
    bottom: -105px;
    z-index: -3;
    left: -100px;
  }
  .fullscreen-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .fullscreen-menu {
    flex-direction: column;
    padding: 2rem 1rem;
    height: 100%;
  }
  .hamburger-menu-button {
    position: static;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .menu-co-img {
    position: absolute;
    top: -200px;
    right: -200px;
    width: 100%;
  }
  .sub-menu-link:hover,
  .sub-menu-link {
    font-size: 18px;
    font-weight: 200;
    color: #989898;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .menu-link {
    font-size: 24px !important;
    letter-spacing: 0px;
    font-weight: 400 !important;
  }

  .close-btn {
    top: 20px;
    right: 20px;
  }
  .menu-list {
    margin: 0px 1rem 1rem;
  }
  .menu-social-links {
    gap: 10px;
    flex-direction: column;
    align-items: start;
    border-top: 1px solid #bfbfbf;
    padding: 1rem 1.5rem;
    margin-top: 36px;
  }

  .social-link svg {
    width: 20px;
    height: 20px;
  }
  .menu-item {
    margin: 5px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .min-h-80 {
    min-height: 80vh !important;
  }
  .video-image-wrapper {
    position: absolute;
    bottom: 0;
    right: -300px;
    z-index: -2;
  }
  .d-flex-center-end-x {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    transform: translateY(0px);
  }
  .flex-center-100 {
    height: auto;
  }
  #skills-section {
    padding-top: 8rem;
  }
  .process {
    padding-left: 64rem !important;
  }
  .hamburger-menu-button {
    position: static;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .fullscreen-menu {
    flex-direction: column;
    padding: 4rem;
    height: 100%;
  }
  .fullscreen-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .menu-co-img {
    position: absolute;
    top: -170px;
    right: -232px;
    width: 75%;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1500px) {
  .w-md-65 {
    width: 65% !important;
  }
}

/* Contact Form Styles */
.contact-form {
  width: 100%;
}

.contact-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding: 0.75rem 0.5rem;
  font-size: 15px;
  color: #000000;
  transition: border-color 0.3s ease;
}

.contact-input:focus {
  background-color: transparent;
  border-bottom-color: #ffd900;
  outline: none;
  box-shadow: none;
}

.contact-input::placeholder {
  color: #929292;
  opacity: 1;
  font-size: 12px;
}

textarea.contact-input {
  resize: vertical;
  min-height: 120px;
}

.btn-contact-submit {
  font-size: 16px;
  padding: 0.75rem 2.5rem;
  font-weight: 200;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #f4f4f4;
  color: #000000;
  transition: all 0.3s ease;
}

.btn-contact-submit:hover {
  background-color: #ffd900;
  border-color: #ffd900;
  color: #000000;
}

.contact-info {
  margin-top: 3rem;
}

.contact-info-label {
  font-size: 12px;
  font-weight: 200;
  color: #929292;
  margin-bottom: 0.5rem;
}

.contact-info-text {
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}

.contact-info-text a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-text a:hover {
  color: #ffd900;
}

/* Personnel Scroll Panel */
.personnel-wrap {
  overflow: hidden;
  height: 100vh;
}

.personnel-process {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 800px;
  gap: 1rem;
}

.personnel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 260px;
  padding: 10px;
}

.personnel-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 1.5rem;
}

.personeel-name-surname {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #000;
}

.personnel-title {
  font-size: 14px;
  font-weight: 600;
  color: #ff9d00;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1026px) {
  .carousel-3d-panel-logo {
    position: absolute;
    bottom: 15%;
    width: 30%;
    left: auto;
  }
  .carousel-3d-panel-logo[src*="dr-logo"],
  .carousel-3d-panel-logo[src*="vakifbank-sk-logo"] {
    width: 20%;
  }
  .personnel-wrap {
    overflow: hidden !important;
    display: flex;
    align-items: center;
  }

  .personnel-process {
    width: max-content !important;
    display: flex !important;
    flex-direction: row !important;
    height: auto;
    padding-left: 0 !important;
    gap: 2rem;
  }

  .personnel-item {
    width: 300px !important;
    height: auto;
    padding: 10px 1.6rem;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1026px) {
  .personnel-wrap {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .personnel-process {
    width: 100%;
    height: 100%;
  }
}

@keyframes fadeInBanner {
  0% {
    opacity: 0;
    transform: translateX(300px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

.banner-fade-in {
  opacity: 0;
  visibility: hidden;
}

.banner-fade-in.animate {
  animation: fadeInBanner 3s ease-out forwards;
}

/* video banner style */

/* Video section override panel styles */
.panel:has(.video-wrapper) {
  background: white;
  align-items: flex-start;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  border: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.video-wrapper.fade-out iframe {
  opacity: 0;
  transform: scale(0.98);
}

.video-list-container {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.video-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.scroll-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: rgba(245, 166, 35, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.scroll-arrow.down {
  bottom: 10px;
}

.scroll-arrow.up {
  top: 10px;
  opacity: 0;
  pointer-events: none;
}

.scroll-arrow:hover {
  background: rgba(245, 166, 35, 1);
}

.scroll-arrow svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.video-item {
  display: flex;
  gap: 12px;
  padding: 15px 10px;
  background: white;
  cursor: pointer;
  transition: background 0.3s;
  border-bottom: 1px solid #e0e0e0;
}

.video-item:last-child {
  border-bottom: none;
}

.video-item:hover {
  background: #f5f5f5;
}

.video-item.active {
  background: #f9f9f9;
  border-left: 4px solid #f5a623;
}

.video-item img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.video-item h6 {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.video-item p {
  color: #666;
  font-size: 12px;
  opacity: 0.8;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #999;
}

@media (max-width: 991px) {
  .video-wrapper iframe {
    height: 300px;
  }

  .video-list-container {
    height: 300px;
  }
}
/* 
.social-media-icons a .instagram-icon {
  height: 30px;
}

.social-media-icons a .youtube-icon {
  height: 32px;
}

.social-media-icons a .twitter-icon {
  width: 23px;
}

.social-media-icons a .linkedin-icon {
  height: 30px;
} */
