.hero,
.hero-slider,
.nav-link,
.section-title {
  position: relative
}

.btn,
.nav-btn,
.nav-link {
  text-decoration: none
}

.hero img,
.slide img {
  object-fit: cover
}

#companies .section-title::after,
.section-title::after {
  background: linear-gradient(90deg, #ffc107, #ffed4a)
}

.cta-wrapper,
.customer-service,
.hero-content,
.section-title,
footer {
  text-align: center
}

.card,
.fullscreen-btn,
.mobile-menu,
.slider-item,
.tab-btn {
  cursor: pointer
}

#vision-text ul li:hover,
.cta-button:hover i {
  transform: translateX(5px)
}

.about-video,
.card,
.hero-slider,
.product-slider,
.slider-item {
  overflow: hidden
}

.company-card::after,
.company-card::before {
  opacity: 0;
  transition: .4s;
  position: absolute
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  font-family: Poppins, sans-serif
}

body {
  background-color: #0a0a0a;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(-45deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 2px, transparent 2px, transparent 4px)
}

.companies-container,
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.section-title {
  font-size: 2.5rem;
  color: #ffc107
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px
}

.footer-section ul li a:hover,
.section-title.light {
  color: #fff
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
  z-index: 1000;
  transition: .3s;
  background-color: transparent !important
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  max-width: 1200px;
  margin: 0 auto
}

.logo span {
  font-weight: 400;
  color: #666;
  font-size: 1rem
}

#companies .section-title,
.hero span,
.nav-link,
.nav-link.active,
.nav-link:hover,
.vision-box h4,
h3 {
  color: #ffc107
}

.nav-menu {
  display: flex;
  gap: 2rem
}

.nav-link {
  font-weight: 500;
  transition: color .3s
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffc107
}

.nav-btn {
  padding: 12px 30px;
  background: linear-gradient(45deg, #ffc107, #ffed4a);
  border-radius: 50px;
  color: #111;
  font-weight: 600;
  transition: .3s;
  box-shadow: 0 4px 15px rgba(255, 193, 7, .3)
}

.hero-btn,
.nav-btn:hover {
  box-shadow: 0 8px 25px rgba(255, 193, 7, .4)
}

.nav-btn:hover {
  transform: translateY(-2px)
}

.mobile-menu {
  display: none;
  flex-direction: column
}

.mobile-menu span {
  width: 25px;
  height: 3px;
  background: #111;
  margin: 3px 0;
  transition: .3s
}


.hero-slider,
.slide img {
  width: 100%;
  height: 100vh
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center
}

.slides {
  display: flex;
  transition: .5s
}

.btn,
.hero-btn {
  display: inline-block
}

.slide {
  min-width: 100%
}

.content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff
}

.hero img,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.content h1 span {
  color: #f5a623
}

.btn {
  margin-top: 15px;
  padding: 12px 25px;
  background: #f5a623;
  color: #fff;
  border-radius: 25px
}

.card img,
.logo-img,
.video-company {
  object-fit: contain
}

.overlay {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), linear-gradient(135deg, rgba(255, 193, 7, .2) 0, transparent 50%)
}

.hero-btn,
.play {
  background: linear-gradient(45deg, #ffc107, #ffed4a);
  transition: .3s;
  text-decoration: none
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding-left: 5%;
  animation: 1s fadeInUp
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  font-weight: 700
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: .9
}

.hero-btn {
  padding: 18px 40px;
  border-radius: 50px;
  color: #111;
  font-weight: 600;
  font-size: 1.1rem
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 193, 7, .5)
}

.vision-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center
}

.cards,
.play {
  display: flex
}

.vision-box {
  font-size: 1.2rem;
  line-height: 1.8
}

.vision-box h4 {
  margin: 1.5rem 0 1rem;
  font-size: 1.3rem
}

.card h3,
.play {
  font-size: 1.5rem
}

.about-video {
  box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}

.about-video img {
  width: 100%;
  height: auto;
  display: block
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #111;
  box-shadow: 0 10px 30px rgba(255, 193, 7, .4)
}

.play:hover {
  transform: translate(-50%, -50%) scale(1.1)
}

.cards {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem
}

@media (min-width:1200px) {
  .cards {
    grid-template-columns: repeat(4, 1fr)
  }
}

.card {
  position: relative;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
  transition: .4s
}

.card-content,
.card-overlay {
  position: absolute;
  width: 100%;
  left: 0
}

.card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2)
}

.card img {
  width: 100%;
  height: 100%
}

.card-overlay {
  top: 0;
  height: 100%;
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, .9))
}

.card-content {
  bottom: 0;
  padding: 2rem;
  color: #fff;
  z-index: 2
}

.card h3 {
  margin-bottom: .5rem
}

.card-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 12px 25px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: .3s
}

.card-btn:hover {
  background: #ffc107;
  color: #111;
  border-color: #ffc107
}

#companies {
  padding: 120px 0
}

#companies .cards .card {
  height: 420px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .15)
}

.company-photos {
  margin-top: 3rem;
  padding: 2rem 0;
  background: #fff;
  border-radius: 15px
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem
}

.product-photo-card {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
  transition: .3s;
  cursor: pointer
}

.product-photo-card:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.product-photo-card img,
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.products-tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap
}

.tab-btn {
  padding: 12px 24px;
  background: 0 0;
  border: 2px solid #ddd;
  border-radius: 50px;
  color: #666;
  font-weight: 500;
  transition: .3s
}

.product-slider,
.slider-item {
  border-radius: 15px
}

.tab-btn.active,
.tab-btn:hover {
  background: linear-gradient(45deg, #ffc107, #ffed4a);
  color: #111;
  border-color: #ffc107
}

.slider-track {
  display: flex;
  transition: transform .5s ease-in-out;
  height: 250px
}

.cta-button i,
.slider-item {
  transition: transform .3s
}

.slider-item {
  min-width: 300px;
  height: 250px;
  margin-right: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.slider-item:hover {
  transform: scale(1.05)
}

.location-content {
  display: flex;
  align-items: center;
  gap: 40px
}

.location-info {
  flex: 1;
  max-width: 500px
}

.map-container {
  flex: 1.2
}

.map-container iframe {
  width: 100%;
  height: 350px;
  border-radius: 15px
}

.location-info h3 {
  font-size: 24px;
  color: #f1c40f;
  margin-bottom: 15px
}

.location-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc
}

.customer-service {
  padding: 100px 0;
  background: linear-gradient(135deg, #111 0, #222 100%)
}

.cs-content {
  max-width: 600px;
  margin: 0 auto
}

.cs-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem
}

.cs-btn,
.cta-button {
  align-items: center;
  transition: .3s;
  text-decoration: none
}

.cs-btn {
  display: flex;
  gap: 1rem;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  background: linear-gradient(45deg, #ffc107, #ffed4a);
  color: #111
}

.cs-btn i,
.footer-logo {
  font-size: 1.5rem
}

.cs-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 193, 7, .4)
}

.whatsapp {
  background: #25d366;
  color: #fff
}

.whatsapp:hover {
  box-shadow: 0 15px 40px rgba(37, 211, 102, .4)
}

footer {
  background: #111;
  color: #fff;
  padding: 2rem 0 1rem
}

.footer-logo {
  font-weight: 700
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:768px) {

  /* Make layout stable on mobile */
  .hero {
    height: auto;
    min-height: 320px;
  }

  .hero-slider {
    height: auto;
    min-height: 320px;
  }

  /* Ensure hero image scales and avoids being cut off on small screens */
  .slide img {
    height: 100%;
    width: 100%;
    min-height: 320px;
    object-fit: contain;
  }


  .content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .hero-slider {
    display: block;
  }

  .slides {
    display: block;
  }

  .slide {
    position: relative;
    opacity: 1 !important;
    min-width: 100%;
  }

  .about-box,

  .cards,
  .footer,
  .project-grid,
  .why-grid {
    grid-template-columns: 1fr
  }


  .footer,
  .hero-content,
  .stats {
    text-align: center
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .98);
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
  }

  .mobile-menu,
  .nav-menu.active {
    display: flex
  }

  .nav-btn {
    display: none
  }

  .stats {
    flex-direction: column;
    gap: 1.5rem
  }

  .about-box {
    gap: 2rem
  }

  .footer {
    gap: 1.5rem
  }

  .section-title {
    font-size: 2rem
  }

  .hero {
    height: auto;
    flex-direction: column
  }

  .hero-slider,
  .slide img {
    height: 300px
  }

  .hero-content {
    padding: 20px;
    text-align: center
  }
}

@media (max-width:480px) {
  .container {
    padding: 0 15px
  }

  .hero h1 {
    font-size: 2.5rem
  }

  .stats {
    gap: 1rem
  }
}

.scrolled {
  background: rgba(17, 17, 17, .95) !important
}

.scrolled .logo,
.scrolled .nav-link {
  color: #fff !important
}

.vision-box ul {
  padding-left: 20px
}

.footer-section ul li,
.vision-box li {
  margin-bottom: 8px
}

.cta-wrapper {
  margin-top: 40px
}

.cta-label {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 15px
}

.cta-button {
  display: inline-flex;
  gap: 12px;
  background: linear-gradient(135deg, #f5a623, #ff7a00);
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .15)
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

h1,
h2,
li,
p {
  color: #f5f5f5
}

.highlight {
  color: #f1c40f
}

.about-video {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 20px
}

.video-company {
  width: 100%;
  height: auto;
  background: #000
}

.fullscreen-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px
}

.product-slider,
.slide {
  position: relative
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #fff
}

.logo-img {
  width: 40px;
  height: 40px
}

#vision-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 20px;
  border-left: 4px solid #ffc107;
  padding-left: 15px
}

#vision-text ul {
  padding-left: 0;
  margin-top: 15px
}

#vision-text ul li {
  list-style: none;
  margin-bottom: 12px;
  color: #ddd;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
  transition: .3s
}

#vision-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc107;
  font-weight: 700
}

#vision-text ul li:hover {
  color: #fff
}

.product-slider {
  display: flex;
  gap: 15px;
  white-space: nowrap
}

.product-card {
  min-width: 180px;
  flex-shrink: 0
}

.product-card img {
  object-fit: cover
}

.products {
  padding: 80px 40px
}

.section {
  padding: 60px 0
}

.section-title {
  margin-top: 30px;
  margin-bottom: 2rem
}

#products {
  padding: 50px 0
}

#products .section-title {
  margin-top: 10px;
  margin-bottom: 2rem
}

.scrolled .nav-menu {
  background: rgba(17, 17, 17, .95)
}

@media (max-width:768px) and (orientation:landscape) {
  #companies-cards {
    display: flex;
    flex-wrap: nowrap
  }

  #companies-cards::-webkit-scrollbar {
    display: none
  }

  #companies-cards .card {
    flex: 0 0 auto
  }

  #companies-cards {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding: 10px
  }

  #companies-cards .card {
    flex: 0 0 auto;
    min-width: 240px;
    height: 300px
  }
}

#companies-cards::-webkit-scrollbar {
  display: none
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc
}

.footer-section ul li a {
  transition: .3s;
  color: #ccc;
  text-decoration: none
}

.social-icons {
  display: flex;
  gap: 15px
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center
}

.slide .content {
  position: absolute;
  bottom: 40px;
  right: 40px;
  top: auto;
  text-align: right
}

.center-box,
.footer-bottom {
  text-align: center
}

@media (max-width:768px) {
  .vision-content {
    display: flex;
    flex-direction: column;
    gap: 2rem
  }

  .vision-box {
    order: 1;
    width: 100%
  }

  .about-video {
    order: 2;
    width: 100%
  }

  .cards {
    display: flex;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px
  }

  .nav-menu {
    background: #fff
  }

  .scrolled .nav-menu {
    background: #111
  }

  .scrolled .nav-link {
    color: #0a0909
  }

  .card {
    flex-shrink: 0
  }

  .cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 1rem
  }

  .card {
    min-width: 250px;
    flex: 0 0 auto
  }

  .footer {
    padding: 50px 20px
  }

  .footer-container {
    gap: 25px
  }

  .footer-logo {
    width: 100px
  }

  .slide .content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    max-width: 320px
  }

  .slide .content h1 {
    font-size: 22px;
    line-height: 1.3
  }

  .slide .content p {
    font-size: 14px;
    margin: 10px 0
  }

  .slide .content .btn {
    padding: 10px 20px;
    font-size: 14px
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 60px 0 20px
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  gap: 40px
}

.companies-wrapper {
  display: flex;
  gap: 30px
}

.companies-box {
  flex: 2
}

.follow-box {
  flex: 1
}

.brand-card,
.social-icons a {
  align-items: center;
  transition: .3s
}

.company-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px
}

.company-logos img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 255, 255, .2);
  transition: .3s
}

.company-logos img:hover {
  transform: scale(1.1);
  border-color: #0ff
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px
}

.social-icons a {
  width: 45px;
  height: 45px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #fff
}

.social-icons a:hover {
  background: #0ff;
  color: #000
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px
}

.footer-section h3 {
  margin-bottom: 15px;
  color: #ffc107
}

.footer-section ul {
  list-style: none;
  padding: 0
}

.footer-bottom {
  opacity: .7;
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa
}

@media (max-width:992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr
  }

  .companies-wrapper {
    flex-direction: column
  }
}

@media (max-width:600px) {
  .footer-container {
    grid-template-columns: 1fr
  }

  .center-box {
    text-align: left
  }
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px
}

.product-tab {
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid #aaa;
  text-decoration: none;
  color: #ccc;
  font-weight: 600;
  transition: .3s
}

.product-tab.active {
  background: #ffc107;
  color: #000;
  border-color: #ffc107
}

.swiper {
  padding: 20px 0
}

.brand-card {
  width: 220px;
  height: 220px;
  background: #f5b400;
  border-radius: 25px;
  display: flex;
  justify-content: center
}

.brand-card img {
  width: 80%;
  height: auto;
  object-fit: contain
}

.brandSwiper .swiper-wrapper {
  align-items: center
}

.companies {
  padding: 90px 0;
  position: relative
}

.companies .section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: #fc0;
  margin-bottom: 55px;
  position: relative
}

.companies .section-title::after {
  content: "";
  width: 120px;
  height: 5px;
  background: #fc0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  border-radius: 20px
}

#companies-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.company-card {
  position: relative;
  height: 260px;
  border-radius: 28px;
  overflow: hidden;
  padding: 0;
  display: flex
}

.company-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

.company-card::before {
  content: "";
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .15));
  z-index: 1
}

.company-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45), 0 0 25px rgba(255, 204, 0, .2)
}

.company-card:hover img {
  transform: scale(1.08)
}

.company-card:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0)
}

.company-card::after {
  content: "VIEW COMPANY";
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(30px);
  background: #fc0;
  color: #111;
  padding: 12px 26px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 2
}

@media(max-width:1100px) {
  #companies-cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .companies {
    padding: 70px 0
  }

  .companies .section-title {
    font-size: 30px;
    margin-bottom: 40px
  }

  #companies-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
  }

  .company-card {
    height: 190px;
    border-radius: 22px
  }

  .company-card::after {
    padding: 10px 18px;
    font-size: 11px
  }
}

@media(max-width:480px) {
  #companies-cards {
    grid-template-columns: repeat(1, 1fr)
  }
}

.mySwiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden
}

.swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center
}

.swiper-slide {
  width: 230px !important;
  flex-shrink: 0;
  margin-right: 25px
}

.product-card {
  text-align: centerF;
  background: #f7b500;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px
}

.hero-slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HERO SECTION */
.hero-slider {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide .content {
    position: absolute;
    bottom: 50px;
    right: 50px;
    top: auto;
    left: auto;
    transform: none;

    max-width: 500px;
    text-align: right;
    z-index: 999;
    color: #fff;
}

/* Gambar Hero */
.slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Overlay gelap */
.slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
}

/* Content */
.slide .content{
    position:absolute !important;
    bottom:50px !important;
    right:50px !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    text-align:right !important;
}

.slide .content h1{
    font-size:2rem !important;
}

.slide .content p{
    font-size:0.9rem !important;
}

.slide .content h1 span {
    color: #e9ba00;
}

.slide .content .btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    background: #e9ba00;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

/* TABLET */
@media (max-width: 992px) {

    .slide .content {
        left: 5%;
        right: 5%;
        max-width: 100%;
    }

    .slide .content h1 {
        font-size: 3rem;
    }

    .slide .content p {
        font-size: 1rem;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .hero-slider,
    .slide,
    .slide img {
        min-height: 100vh;
        height: 100vh;
    }

    .slide img {
        object-fit: contain; /* supaya gambar tidak terpotong */
        background: #000;
    }

    .slide .content {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 50px;
        transform: none;
        text-align: center;
    }

    .slide .content h1 {
        font-size: 2rem;
    }

    .slide .content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .slide .content .btn {
        width: 100%;
        max-width: 250px;
    }
}

/* HP KECIL */
@media (max-width: 480px) {

    .slide .content h1 {
        font-size: 1.6rem;
    }

    .slide .content p {
        font-size: 0.85rem;
    }

    .slide .content .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .content {
        left: 20px;
        right: 20px;
        text-align: center;
        max-width: 100%;
    }

    .content h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .content p {
        font-size: 1rem;
    }

    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}