section {
  padding: 100px 75px 0px 75px !important;
}

.back-to-top {
  background: white !important;
  box-shadow: 0 2px 10px rgb(222, 222, 222);
}
.back-to-top i {
  color: black !important;
}

#hero {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  height: 105vh !important;
  max-height: 1000px !important;
  padding-top: 5%;
}

#hero .container {
  position: relative;
  margin-left: 45px;
  z-index: 2;
  max-width: 1000px;
  padding-top: 120px;
  padding-bottom: 120px;
  gap: 0 !important;
}

.hero-sem {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #002D71 0%, rgba(0, 45, 113, 0) 140.13%);
  z-index: 1;
}

.hero-title {
  font-size: 100px !important;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-subtext {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #ffffff !important;
}

.hero a {
  padding: 15px 50px !important;
  font-weight: 700;
  font-size: 24px;
  max-width: 45%;
  cursor: pointer;
}

.hero-a:hover {
  background-color: #d96f05;
  color: #fff;
}

.logos-slider {
  overflow: hidden;
  padding: 30px 0;
  background: white;
  position: relative;
}

.logos-slider::before,
.logos-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
}

.logos-slider::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos-slider::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-track {
  display: flex;
  width: calc(200px * 42); 
  animation: scroll 40s linear infinite;
}

.logos-track img {
  height: 40px;
  width: fit-content;
  object-fit: contain;
  padding: 0 40px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 21)); 
  }
}

/* SECTION B */
.section-sem-b {
  background-image: linear-gradient(to right, #eef3fa , #f6faff);
}

.section-sem-b .content, .section-sem-c .text-center {
  font-family: 'Manrope', sans-serif;
}

.section-sem-b h2 {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 50px;
  color: #212121;
}

.section-sem-b p { 
  font-size: 22px !important;
  font-weight: 400;
  line-height: 32px;
  word-spacing: 5px;
  color: #616161;
}

@media(max-width: 1024px){
  #sem-4-desktop{
    display: none !important;
  }
}

.model-1 .img-border {
  width: 50%;
}

.model-1 .content {
  width: 59%
}

.model-1 a {
  background-color: #f0820a;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  max-width: 45%;
  cursor: pointer;
  box-shadow: 0 4px 20px #f0820a;
}

/* Section C */
.section-sem-c p {
  font-size: 26px !important;
}

.section-sem-c a {
  border: 1px solid #f0820a;
  color: #f0820a;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.section-sem-c a .arrow-link-icon {
  width: 20px;
  height: 20px;
}

#section-sem-c img {
  width: 60px !important;
  height: auto !important;
}

/* SECTION D */
#section-sem-d {
  background-color: #ffffff;
  font-family: 'Manrope', sans-serif;
}

#section-sem-d .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 25px;
}

.warehouse-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: fit-content;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #dee2e6;
}

.warehouse-tabs .tab-link {
  background: none;
  border: none;
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
  max-width: 200px;
}

.warehouse-tabs .tab-link.active {
  color: #002D71;
  font-weight: 700;
  border-bottom-color: #002D71;
}

.warehouse-content-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 45, 113, 0.1);
}

.warehouse-content {
  display: none;
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
}

.warehouse-content.active {
  display: block;
}

.warehouse-content .warehouse-features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 30px 40px;
  padding-top: 200px;
  align-items: flex-end;
  text-align: center;
}

.warehouse-content .warehouse-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.warehouse-content .warehouse-features {
  position: absolute;
  z-index: 2;
}

.warehouse-content .info-item {
  flex: 1;
  padding: 0 10px;
}

.warehouse-content .info-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px !important;
  line-height: 1.4;
  margin: 0;
}

.warehouse-content .info-item p {
  font-size: 16px;
  font-weight: 400;
  color: #e9ecef;
  margin: 0 35px;
}

/* SECTION E */
#section-sem-e {
  font-family: 'Manrope', sans-serif;
}

#section-sem-e .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 30px;
}

.location-container {
  display: flex;
  background-color: #001330;
  border-radius: 30px;
  padding: 45px 50px;
  gap: 45px;
  color: white;
  box-shadow: 0 10px 40px rgba(0, 45, 113, 0.15);
}

.location-list {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

.location-list .location-tab {
  background: none;
  border: none;
  color: #bdbdbd;
  text-align: left;
  padding: 14px 0;
  margin: 10px 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.3s ease;
  border-left: 1px solid #4e5a6f;
  padding-left: 20px;
}

.location-list .location-tab.active {
  color: #ffffff;
  border-left: 2px solid #ffffff;
  margin-bottom: -20px;
}

.location-info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-left: 2px solid #ffffff;
  padding-left: 20px;
}

.location-tab.active + .location-info {
  max-height: 200px;
  opacity: 1;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.location-info p {
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #e9ecef;
}

.location-info strong {
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 4px;
}

.location-details {
  flex-basis: 50%;
  position: relative;
  min-height: 450px;
}

.location-content {
  display: none;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 0 30px #5599ff3d;
  transition: opacity 0.5s ease-in-out;
}

.location-content.active {
  display: block;
  opacity: 1;
}

.stats-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.750) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 25px 20px;
  padding-top: 500px;
  text-align: center;
}

.stat-item {
  flex: 1;
}

.stat-item .stat-number {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1;
}

.stat-item .stat-label {
  font-size: 16px;
  font-weight: 400;
  color: #e9ecef;
  margin: 10px 80px;
}

@media (max-width: 992px) {
  .location-container {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .location-details {
    min-height: 350px;
    width: 100%;
  }
  .stats-overlay {
    position: relative;
    bottom: 0; left: 0; right: 0;
    margin-top: -80px;
  }
}
@media (max-width: 576px) {
  .location-list .location-tab {
    font-size: 18px;
  }
  .stat-item .stat-number {
    font-size: 36px;
  }
  .stat-item .stat-label {
    font-size: 13px;
  }
}

/* SECTION F */
#section-sem-f {
  background-color: #f5f5f5;
  font-family: 'Manrope', sans-serif;
}

#section-sem-f .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
}

.shipping-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.shipping-card {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 45, 113, 0.08);
  width: 360px;
  flex-shrink: 0;
  position: relative;
}

.shipping-card .card-image img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: block;
}

.shipping-card .card-body {
  padding: 0 25px 25px 25px;
}

.shipping-card .region-title {
  text-align: center;
  background-color: #E9ECEF;
  padding: 12px 20px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.shipping-card .region-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #343a40;
  text-transform: uppercase;
  margin: 0;
}

.info-rows {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-row {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 14px;
}

.info-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.info-text span {
  display: block;
  font-size: 15px;
  color: #6c757d;
  line-height: 1.2;
}

.info-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0056b3;
}

@media (max-width: 1200px) {
  .shipping-cards-container {
    gap: 20px;
  }
  .shipping-card {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .shipping-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .shipping-card {
    width: 80%;
    max-width: 380px;
  }
}

.grouping-sub-text {
  display: flex;
}
.grouping-sub-text .icon-kalender {
  margin: 3px 0;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

/* SECTION G */
#section-sem-g {
  background-color: #f6faff;
  font-family: 'Manrope', sans-serif;
}

#section-sem-g .title-block {
  margin-bottom: -15px;
}

#section-sem-g .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 15px;
}

#section-sem-g .title-block p {
  font-size: 22px;
  color: #616161;
}

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

.branch-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.branch-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #002d71 -25%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.branch-card h3 {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
    
  background: #f0820a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media (max-width: 992px) {
  .branch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .branch-card h3 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .branch-grid {
    grid-template-columns: 1fr;
  }
}

/* SECTION H */
#section-sem-h {
  background-color: #ffffff;
  font-family: 'Manrope', sans-serif;
  padding: 60px 0;
}

#section-sem-h .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

#section-sem-h .title-block p {
  font-size: 22px;
  color: #616161;
  margin-bottom: 10px;
}

.faq-container {
  max-width: 830px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.faq-item:first-child {
  border-top: 1px solid #ccc;
}

.faq-item button {
  font-size: 22px;
  font-weight: 700;
}

.faq-item p {
  color: #ffffff;
  font-size: 16px !important;
  margin-right: 25px;
}

.faq-question {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: color 0.4s ease;
}

.faq-text {
  flex: 1;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  margin-left: 10px;
}

.faq-icon::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  color: #444;
  line-height: 1.6;
  transition: max-height 0.5s ease, color 0.4s ease, padding 0.4s ease, opacity 0.5s ease;
}

.faq-answer ul {
  padding-left: 20px;
  margin: 10px 0;
}

.faq-answer li {
  line-height: 1.6;
  margin-right: 25px;
}

/* ACTIVE STATE */
.faq-item.active {
  background: linear-gradient(to right, #193472, #2559da);
  border-radius: 12px;
  padding: 0 15px;
  transition: background-color 0.35s ease, padding 0.35s ease;
}


.faq-item.active .faq-icon::before {
  content: "+";
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.active .faq-question {
  color: #ffffff;
  padding-bottom: 5px;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
  color: #ffffff;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 10px;
  color: #ffffff;
  opacity: 1;
}

/* Section I */
#section-sem-i {
  background-color: #f5f5f5;
  font-family: 'Manrope', sans-serif;
  padding: 60px 0 80px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section-sem-i .title-block {
  margin-bottom: 20px;
}

#section-sem-i .title-block h2 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
}

.testimonial-slider {
  position: relative;
  width: 100%;
  height: 1120px;
  perspective: 2500px;
}

.testimonial-slider .slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-d;
}

.testimonial-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 540px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              opacity 0.6s ease,
              width 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  z-index: 1;
}

.testimonial-slide.active {
  width: 600px;
  height: 1060px;
  transform: translate(-50%, -50%) translateX(0) translateZ(0);
  opacity: 1;
  z-index: 10;
  cursor: default;
  box-shadow: 0 15px 40px rgba(0, 45, 113, 0.15);
}

.testimonial-slide.prev-neighbor {
  transform: translate(-50%, -50%) translateX(-390px) translateZ(-150px);
  opacity: 1;
  z-index: 5;
  height: 580px;
}

.testimonial-slide.next-neighbor {
  transform: translate(-50%, -50%) translateX(390px) translateZ(-150px);
  opacity: 1;
  z-index: 5;
  height: 580px;
}

.testimonial-slide.hide-left {
  transform: translate(-50%, -50%) translateX(-540px) translateZ(-300px);
  opacity: 1;
  z-index: 2;
}

.testimonial-slide.hide-right {
  transform: translate(-50%, -50%) translateX(540px) translateZ(-300px);
  opacity: 1;
  z-index: 2;
}

.testimonial-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.testimonial-slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}

.testimonial-slide.active .slide-overlay {
  background: transparent;
}

.testimonial-slide .client-name {
  color: white;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: opacity 0.4s ease;
  letter-spacing: 2px;
}

.testimonial-slide.active .client-name {
  opacity: 0;
}

.slide-nav-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 10;
  transition: opacity 0.4s ease;
}

.slide-nav-btn svg {
  width: 20px;
  height: 20px;
}

.active-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.4s 0.2s ease;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
}

.testimonial-slide.active .active-overlay-content {
  opacity: 1;
}

.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
}

.youtube-modal-content {
  position: relative;
  width: 80%;
  max-width: 960px;
  height: 0;
  padding-bottom: 45%; /* 16:9 Aspect Ratio */
}

.youtube-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* Style for the play button overlay on thumbnails */
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  color: #fff;
  font-size: 40px;
  transition: background 0.3s ease;
  z-index: 3;
}

.testimonial-slide:hover .play-button-overlay {
  background: rgba(240, 130, 10, 0.8);
}

@media (max-width: 768px) {
  .testimonial-slide.active {
    width: 200px;
    height: 480px;
  }
  .testimonial-slider {
    min-height: 500px;
    height: 500px;
  }
  .testimonial-slide.prev-neighbor {
    transform: translate(-50%, -50%) translateX(-140px) translateZ(-120px);
    width: 60px;
    height: 280px;
  }
  .testimonial-slide.next-neighbor {
    transform: translate(-50%, -50%) translateX(140px) translateZ(-120px);
    width: 60px;
    height: 280px;
  }
  .testimonial-slide.hide-left {
    transform: translate(-50%, -50%) translateX(-210px) translateZ(-240px);
    width: 60px;
    height: 280px;
  }
  .testimonial-slide.hide-right {
    transform: translate(-50%, -50%) translateX(210px) translateZ(-240px);
    width: 60px;
    height: 280px;
  }
}

/* Section K */
.section-sem-k {
  padding: 0 75px !important;
}
#contact .detail {
  gap: 12px !important;
}

#contact .img-3 {
  border-radius: 20px;
}

/* Section L */
#section-sem-l {
  font-family: 'Manrope', sans-serif;
  padding: 80px 0;
}

#section-sem-l .container {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  max-width: 1450px;
  flex-direction: row;
  margin-bottom: 20px;
}

#section-sem-l .l-left-content {
  flex: 0 0 45%;
  padding-top: 15px;
}

#section-sem-l .l-left-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 2px;
}

#section-sem-l .l-left-content .highlight-text {
  font-size: 34px;
  font-weight: 700;
  color: #002D71;
  line-height: 1.4;
  margin-bottom: 35px;
  display: block;
}

#section-sem-l .l-left-content img {
  width: 100%;
  height: auto;
  display: block;
}

#section-sem-l .l-right-content {
  flex: 1;
}

#section-sem-l .l-form-container {
  background-color: #f5f5f5;
  padding: 30px 35px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#section-sem-l .l-form-container h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #212121;
  line-height: 1.4;
  margin-bottom: 25px;
}

#section-sem-l form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

#section-sem-l form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#section-sem-l form .form-group.full-width {
  margin-bottom: 15px;
}

#section-sem-l form label {
  font-size: 14px;
  font-weight: 600;
  color: #434343;
  margin-bottom: 8px;
}

#section-sem-l form label .label-note {
  color: #434343;
  font-weight: 500;
}

#section-sem-l form input,
#section-sem-l form select,
#section-sem-l form textarea {
  width: 100%;
  padding: 6px 5px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  color: #616161 !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#section-sem-l form input:focus,
#section-sem-l form select:focus,
#section-sem-l form textarea:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#section-sem-l form input[type="radio"]:focus {
  box-shadow: none;
}

#section-sem-l form input::placeholder {
  color: #616161;
}

#section-sem-l form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

#section-sem-l form select:required:invalid {
  color: #6c757d;
}

#section-sem-l form option[disabled] {
  color: #6c757d;
}

#section-sem-l form option {
  color: #212121;
}

#section-sem-l form textarea {
  resize: vertical;
  min-height: 120px;
}

#section-sem-l form .l-submit-button {
  width: 100%;
  padding: 14px;
  background-color: #f0820a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

#section-sem-l form .l-submit-button:hover {
  background-color: #d96f05;
}

/* === MOBILE STYLES START HERE === */
@media (max-width: 992px) {
  #desktop-header {
    display: flex;
  }
  .navbar-mobile ul {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
  }
  .navbar-mobile button {
    margin-left: 20px !important;
  }

  /* Hero */
  section {
    padding: 0 0 !important;
  }
  #hero {
    height: auto !important;
    min-height: 45vh;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  #hero .container {
    margin-left: 0;
    padding: 0 15px;
    min-width: 350px !important;
    align-items: left !important;
    text-align: left !important;
  }
  #hero h1 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .hero-subtext {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #hero a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px !important;
    width: auto;
    max-width: 80%;
  }
  #section-sem-a .title h2,
  #section-sem-c .title h2,
  #section-sem-d .title-block h2,
  #section-sem-e .title-block h2,
  #section-sem-f .title-block h2,
  #section-sem-g .title-block h2,
  #section-sem-h .title-block h2,
  #section-sem-i .title-block h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
  }

  /* Section A */
  .logos-slider {
    overflow: hidden;
    padding: 0 0;
    background: white;
    position: relative;
  }
  #section-sem-a {
    padding: 20px 0 !important;
  }
  #section-sem-a .container {
    gap: 20px;
    margin-bottom: 5px;
  }
  .logos-track img {
    height: 30px;
    padding: 0px 20px;
  }
  .logos-slider::before {
    background: none;
  }
  .logos-slider::after {
    background: none;
  }

  /* Section B */
  .section-sem-b {
    padding: 20px 15px !important;
    background-image: none;
    background-color: #f0f4f8;
  }
  .section-sem-b.model-1 .container {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    gap: 10px !important;
  }
  .section-sem-b.model-1 .img-border {
    position: static;
    width: 100%;
    height: auto;
    order: -1;
  }
  .section-sem-b.model-1 .img-border img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
  }
  .section-sem-b.model-1 .content {
    position: static;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    gap: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
    text-align: left;
  }
  .section-sem-b.model-1 .content h2 {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.4;
  }
  .section-sem-b.model-1 .content p {
    font-size: 16px !important;
    line-height: 1.6;
    word-spacing: normal;
  }
  .section-sem-b.model-1 .content a {
    align-self: flex-start;
    padding: 10px 24px !important;
    font-size: 14px;
    max-width: none;
    box-shadow: none;
    border-radius: 6px;
  }
  
  /* Section C */
  #section-sem-c {
    padding: 40px 0 !important;
  }
  #section-sem-c p { font-size: 16px !important; }
  #section-sem-c .filler {
    padding: 0 0 !important;
  }
  #section-sem-c .filler .text-center{
    margin-top: 0 !important;
  }
  #section-sem-c img {
    width: 40px !important;
  }
  #section-sem-c span {
    font-size: 16px !important;
    font-weight: 800 !important;
  }
  #section-sem-c a {
    padding: 6px 30px 15px 30px;
  }
  #section-sem-c a span {
    font-size: 12px !important;
    font-weight: 800 !important;
  }
  #section-sem-c a .arrow-link-icon {
    width: 10px !important;
    height: 10px !important;
    margin-top: 5px !important;
  }

  /* Section Service Mobile */
  #service-mobile .container {
    margin: 25px 0 !important;
    gap: 20px !important;
  }
  #service-mobile .container .title {
    gap: 8px;
  }
  #service-mobile .content .text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)) !important;
    height: 100% !important;
  }
  #service-mobile .content .text h3 {
    margin-bottom: 4px;
  }
  #service-mobile .content .text p {
    font-size: 14px !important;
    font-weight: 300 !important;
    opacity: 1;
  }
    
  /* Section D */
  #section-sem-d {
  padding: 20px 0 !important;
  margin-bottom: 10px;
  }
  .warehouse-tabs {
    gap: 0;
    width: 100%;
    flex-wrap: nowrap;
  }
  .warehouse-tabs .tab-link {
    font-size: 14px;
    padding: 8px 10px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    text-wrap: auto;
  }

  .warehouse-content-wrapper {
    box-shadow: none;
  }

  .warehouse-content {
    display: none;
    background: #ffffff;
    height: auto !important;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 45, 113, 0.1);
  }
  .warehouse-content.active {
      display: flex !important;
  }

  .warehouse-content .warehouse-image {
      position: static;
      width: 100%;
      height: 220px;
      border-radius: 20px;
  }

  .warehouse-content .warehouse-features {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 0;
    gap: 20px 0;
    background: none !important;
    justify-content: space-between;
  }
  .warehouse-content .info-item {
    flex: none !important;
    padding: 0 20px;
    width: 50%;
    text-align: center;
  }
  .warehouse-content .info-item h3 { 
    font-size: 18px;
    font-weight: 800;
    color: #212121;
    margin: 0 auto 4px auto !important;
  }
  .warehouse-content .info-item p { 
    font-size: 12px !important; 
    font-weight: 500;
    color: #616161;
    margin: 0 14px !important; 
  }

  /* Section E */
  #section-sem-e {
    margin-bottom: 10px;
  }
  .location-container {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    box-shadow: none !important;
  }
  .location-list .location-tab {
    font-size: 18px;
  }
  .location-tab.active + .location-info {
    max-height: 1000px !important;
  }
  .location-details {
    min-height: 250px;
    width: 100%;
  }
  .stats-overlay {
    padding: 20px;
    padding-top: 230px;
  }
  .stat-item .stat-number {
    font-size: 28px;
  }
  .stat-item .stat-label {
    font-size: 14px;
    margin: 0 auto;
  }
  
  /* Section F */
  #section-sem-f .container {
    gap: 10px !important;
    padding: 20px 12px !important;
  }
  .shipping-card { width: 100%; max-width: 380px; }
  .branch-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .branch-card { min-height: 180px; }
  .branch-card h3 { font-size: 32px; }

  /* Section G */
  #section-sem-g {
    padding: 20px 0 !important;
    margin-bottom: 10px;
  }

  /* Section H */
  #section-sem-h {
    padding: 20px 0 !important;
    margin-bottom: 10px;
  } 
  #section-sem-h .title-block p {
    font-size: 16px;
  }
  .faq-item button {
    font-size: 16px;
  }
  .faq-item .faq-answer p, .faq-item .faq-answer li {
    font-size: 14px !important;
  }

  /* Section I */
  #section-sem-i {
    padding: 20px 0 !important;
  }
  .testimonial-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: white;
    text-align: center;
  }
  .testimonial-content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .testimonial-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .scrolling-columns {
    display: flex;
    justify-content:
    space-between;
    height: 120px;
    overflow: hidden;
  }
  .column {
    width: 48%;
    position: relative;
  }
  .column .scroller {
    position: absolute;
    white-space: nowrap;
    animation: scroll-up 10s linear infinite;
  }
  .column:nth-child(2) .scroller {
    animation-direction: reverse;
  }
  .column .scroller span {
    display: block;
    padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  @keyframes scroll-up {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-50%);
      }
  }

  .testimonial-slide .client-name {
    font-size: 16px !important;
  }

  /* Section J */
  #section-sem-j .container {
    flex-direction: column !important;
    text-align: center;
    padding: 20px 14px !important;
  }
  #section-sem-j .picture {
    order: 2;
  }
  #section-sem-j .title {
    order: 1;
    margin-top: 0 !important;
  }
  #section-sem-j .picture .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important;
    gap: 20px !important;
  }
  #section-sem-j .picture .card {
    height: 60px !important;
  }
  #section-sem-j .title p:first-of-type {
    font-size: 20px !important;
  }
  #section-sem-j .title p {
    font-size: 16px !important;
  }
  #section-sem-j img {
    width: auto !important;
  }
  
  /* Section K */
  .section-sem-k {
    padding: 0 !important;
  }
  .section-sem-k #contact {
    flex-direction: column;
    padding: 40px 20px !important;
  }
  .section-sem-k .detail {
    text-align: center;
    padding: 0 12px !important;
  }
  #contact .detail {
    gap: 8px !important;
  }
  #contact .image {
    right: 0 !important;
  }
  .section-sem-k .detail span:first-of-type {
    padding: 0 20px !important;
    font-size: 18px !important;
  }
  .section-sem-k .detail span:last-of-type {
    font-size: 16px !important;
  }
  .section-sem-k .detail .button {
    font-size: 16px !important;
    padding: 8px 50px !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }
  
  /* Sectikon L */
  #section-sem-l .container {
    flex-direction: column;
    gap: 30px;
  }
  #section-sem-l .l-left-content {  
    text-align: center;
  }
  #section-sem-l .l-left-content h2 {
    font-weight: 800 !important;
  }
  #section-sem-l .l-left-content .highlight-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 800 !important;
  }
  #section-sem-l form .form-row {
    flex-direction: column;
    gap: 0; margin-bottom: 0;
  }
  #section-sem-l form .form-row .form-group {
    margin-bottom: 15px;
  }
  #section-sem-l .l-form-container {
    padding: 15px 15px !important;
  }
  #section-sem-l .l-form-container h3 {
    font-size: 18px;
  }
}