/* Fixed Header (keep sticky show/hide) */
.vs-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition:
    opacity 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
}
.vs-header.show {
  opacity: 1;
  pointer-events: auto;
}

/* Match directory.php header styling when sticky */
.vs-header.show .vs-navbar.style3 {
  padding: 0 40px 0 0;
  background-color: var(--white-color);
 
}

.vs-header.show .vs-navbar.style3 .header-logo {
  padding: 5px 20px;
  background-color: var(--theme-color);
  border-radius: 0px 0px 0px 0px;
  margin: 0;
}

/* .vs-header.show .sticky-active {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--white-color);
  position: static;
  top: auto;
  height: auto;
  min-height: 70px;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  transition: none;
} */

/* .vs-header.show .sticky-active .row {
  width: 100%;
  margin: 0;
  align-items: center;
  display: flex;
} */

/* .vs-header.show .sticky-active .col-auto:first-child {
  flex-grow: 0;
  flex-shrink: 0;
}

.vs-header.show .sticky-active .col {
  flex-grow: 1;
  display: flex;
  align-items: center;
} */

.hero-inner.style2 {
  padding: 700px 0 205px !important;
}

.vs-header.show .main-menu {
  display: flex !important;
  margin: 0;
}

.vs-header.show .main-menu a {
  color: var(--sec-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
}
.vs-header.show .main-menu a:hover {
  color: var(--sec-color);
}

.vs-header.show .header-top {
  /* display: block !important;
  background-color: #000000; */
  padding: 17px 0 10px;
}

.vs-header.show .header-top .header-text {
  color: var(--white-color);
}

.vs-header.show .header-top .header-text a {
  color: var(--white-color);
}

.vs-header.show .header-top .header-social a {
  color: var(--white-color);
}

.vs-header.show .header-top .header-links a {
  color: var(--white-color);
}

.vs-header.show .header-bottom {
  /* padding: 0;
  background-color: var(--white-color); */
}

.vs-header.show .header-btns {
  display: flex;
  align-items: center;
}

.vs-header.show .header-logo img {
  width: 135px;
  height: 60px;
}

/* @charset "utf-8"; */
/* CSS Document */

/* =========================================
GLOBAL
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;

  display: block;

  transform: translateZ(0);

  backface-visibility: hidden;
}

/* =========================================
HERO SECTION
========================================= */

.hero {
  height: 420vh;

  position: relative;
}

/* Sticky */

.sticky {
  position: sticky;

  top: 0;

  width: 100%;
  height: 100vh;

  overflow: hidden;

  background: #fff;

  perspective: 1400px;

  transform-style: preserve-3d;
  z-index: 9999;
}

/* =========================================
FLOATING IMAGES
========================================= */

.floating-images {
  position: absolute;

  inset: 0;

  z-index: 2;
}

/* Cards */

.card {
  position: absolute;

  width: 12vw;
  height: 12vw;

  overflow: hidden;

  border-radius: 18px;

  will-change: transform;

  transform: translateZ(0);

  backface-visibility: hidden;

  contain: layout paint;
}

/* Card Images */

.card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  filter: brightness(0.92) sepia(18%);
}

/* =========================================
IMAGE POSITIONS
========================================= */

.c1 {
  top: 2vh;
  left: 4vw;
}

.c2 {
  top: 2vh;
  left: 22vw;
}

.c3 {
  top: 2vh;
  right: 22vw;
}

.c4 {
  top: 2vh;
  right: 6vw;
}

.c5 {
  top: 40vh;
  left: 4vw;
}

.c6 {
  top: 40vh;
  right: 6vw;
}

.c7 {
  bottom: 2vh;
  left: 4vw;
}

.c8 {
  bottom: 2vh;
  left: 22vw;
}

.c9 {
  bottom: 2vh;
  right: 6vw;
}

/* =========================================
CENTER PANEL
========================================= */

.center {
  position: absolute;

  width: 58vw;
  height: 34vh;

  left: 21vw;
  top: 33vh;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 20;

  overflow: hidden;

  border-radius: 14px;

  will-change: transform;
}

/* =========================================
HEADING
========================================= */

.heading {
  position: absolute;

  width: 100%;

  text-align: left;

  padding: 25 60px;

  will-change: transform;
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}

.heading h1 {
  font-size: 4vw;

  line-height: 1.08;

  color: #635f60;

  font-weight: 700;
}

.highlight {
  color: #ff5b63;
}

/* =========================================
ABOUT SECTION
========================================= */

.hero-about {
  position: absolute;

  width: 100%;

  top: 100vh;
  left: 0;

  padding: 30px 15%;

  opacity: 1;

  z-index: 50;
}

/* About Grid */

.hero-about-grid,
.about-grid {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 40px;

  flex-wrap: wrap;
}

/* Left Side */

.hero-about-image,
.about-image {
  flex: 1 1 320px;

  display: flex;

  justify-content: center;

  align-items: center;
}

/* Buttons */

.hero-btns {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  justify-content: center;
}

/* Buttons Style */

.vs-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 16px 34px;

  border-radius: 60px;

  background: #002f2f;

  color: #fff;

  text-decoration: none;

  font-size: 16px;
  font-weight: 600;

  transition: 0.3s ease;
}

.vs-btn:hover {
  transform: translateY(-3px);
}

.vs-btn.style3 {
  background: #ffffff;
  color: #000000;
  border: #000000 solid 1px;
}

/* =========================================
RIGHT SIDE
========================================= */

.hero-about-content,
.about-content {
  flex: 1 1 500px;
}

/* Counter Box */

.hero-about .counter-wrap2 {
  background: #ff5b63 !important;

  border-radius: 100px;

  padding: 25px 30px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(255, 91, 99, 0.2);
}

/* Counter Row */

.hero-about .counter-wrap2 .row {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  flex-wrap: wrap;
}

/* Counter Item */

.hero-about .counter-media {
  text-align: center;
}

/* Number */

.hero-about .counter-media__number {
  display: block;

  font-size: 28px;

  font-weight: 700;

  color: #fff !important;

  line-height: 1;
}

/* Title */

.hero-about .counter-media__title {
  margin-top: 10px;

  font-size: 15px;

  color: #fff !important;

  line-height: 1.4;
}

/* =========================================
   RESPONSIVE FIX FOR MOBILE ONLY
========================================= */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  /* REMOVE SCROLL EFFECTS ONLY IN MOBILE */
  .parallax,
  .cinematic,
  .zoom-effect,
  .fade-effect,
  [data-aos],
  .aos-init,
  .aos-animate {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    background-attachment: scroll !important;
  }

  .mobile-version {
    display: block;
  }
}

/* LAPTOP RESPONSIVE */
@media (max-width: 1200px) {
  .desktop-logo {
    width: 100%;
  }
  .heading {
    gap: 18px;
  }
}

/* =========================================
   DESKTOP IMAGE CONTAIN FIX ONLY
========================================= */

@media (min-width: 769px) {
  /* LEFT & RIGHT HERO IMAGES */

  .left-image,
  .right-image,
  .hero-left-image,
  .hero-right-image,
  .banner-left-image,
  .banner-right-image {
    max-height: 85vh !important;
    width: auto !important;
    object-fit: contain !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  /* LEFT IMAGE */

  .left-image,
  .hero-left-image,
  .banner-left-image {
    left: 1.5% !important;
  }

  /* RIGHT IMAGE */

  .right-image,
  .hero-right-image,
  .banner-right-image {
    right: 1.5% !important;
  }

  /* CENTER CONTENT SPACING */

  .desktop-content,
  .hero-content,
  .banner-content {
    position: relative;
    z-index: 10;
  }
}

/* =========================================
   SHOW DESKTOP BY DEFAULT
========================================= */

.desktop-version {
  display: block;
}

.mobile-version {
  display: none;
}

/* =========================================
   MOBILE VERSION ONLY
========================================= */

@media (max-width: 768px) {
  /* HIDE DESKTOP CINEMATIC VERSION */

  .desktop-version {
    display: none !important;
  }

  /* SHOW MOBILE VERSION */

  .mobile-version {
    display: block !important;
    width: 100%;
    background: #ffffff;
    padding: 20px 15px 30px;
    overflow: hidden;
    text-align: center;
  }

  .mobile-counters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
  }

  .mobile-counters .counter-box {
    background: #f7f7f7;
    border-radius: 18px;
    padding: 16px 18px;
    min-width: 110px;
  }

  .mobile-counters .counter-box h2 {
    font-size: 28px;
    margin-bottom: 6px;
    color: #000;
  }

  .mobile-counters .counter-box p {
    margin: 0;
    color: #333;
    font-size: 14px;
  }

  body {
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }
}

/* menu-----*/

/* =========================================
   PREMIUM NAVBAR
========================================= */

.premium-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 22;
  background: #ffffff;
  transition: all 0.4s ease;
}

/* DESKTOP MENU */

.desktop-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wow {
  animation: fadeIn 1s ease-in-out;
}

/* Prevent scroll on mobile */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
