.elementor-134 .elementor-element.elementor-element-f318578{--display:flex;--min-height:100vh;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-f318578:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-f318578 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#54595F;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76010b0 *//* =======================
  VERTICAL HEADER
======================= */
.cs-vertical-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 90px;
  height: 100vh;
  height: 100svh; /* mobile safe */
  background: #54595F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  z-index: 9999;
  transform: translateX(-120%);
  box-shadow: 2px 0 12px rgba(0,0,0,0.2);
  transition: width 0.4s ease, background 0.3s ease;
  animation: headerSlide 0.8s ease forwards;
}

/* =======================
  HEADER SLIDE-IN
======================= */
@keyframes headerSlide {
  to { transform: translateX(0); }
}

/* =======================
  LOGO IMAGE
======================= */
.cs-logo img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-30px);
  animation: logoSlide 0.8s forwards 0.5s; /* delayed */
  transition: transform 0.4s ease;
}

/* Logo hover effect */
.cs-logo img:hover {
  transform: scale(1.15) rotate(-3deg);
}

/* Logo text below image */
.cs-logo .logo-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(-20px);
  animation: logoTextSlide 0.8s forwards 0.7s;
}

/* =======================
  LOGO ANIMATIONS
======================= */
@keyframes logoSlide {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes logoTextSlide {
  to { opacity: 1; transform: translateY(0); }
}

/* =======================
  NAVIGATION
======================= */
.cs-nav {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 15px;
}

/* Add staggered animation for each link */
.cs-nav a {
  writing-mode: vertical-rl;
  transform: rotate(-90deg);
  text-decoration: none !important;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  position: relative;
  opacity: 0;
  animation: menuSlide 0.6s forwards;
}

.cs-nav a:nth-child(1){ animation-delay: 0.9s; }
.cs-nav a:nth-child(2){ animation-delay: 1.0s; }
.cs-nav a:nth-child(3){ animation-delay: 1.1s; }
.cs-nav a:nth-child(4){ animation-delay: 1.2s; }
.cs-nav a:nth-child(5){ animation-delay: 1.3s; }
.cs-nav a:nth-child(6){ animation-delay: 1.4s; }
.cs-nav a:nth-child(7){ animation-delay: 1.5s; }

/* Menu hover animations */
.cs-nav a:hover {
  color: #fff;
  transform: rotate(-90deg) translateX(-5px) scale(1.15);
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* Active Line Animation */
.cs-nav a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 2px;
  height: 0%;
  background: #fff;
  transition: height 0.3s ease;
}

.cs-nav a:hover::after {
  height: 100%;
}

/* =======================
  MENU ANIMATION KEYFRAMES
======================= */
@keyframes menuSlide {
  to { opacity: 1; transform: rotate(-90deg) translateX(0); }
}

/* =======================
  PREVENT CONTENT OVERLAP
======================= */
body {
  margin-left: 90px;
  transition: margin-left 0.4s ease;
}

.cs-vertical-header:hover ~ body {
  margin-left: 110px;
}

/* =======================
  RESPONSIVE
======================= */
@media (max-width: 1024px) {
  .cs-vertical-header {
    width: 70px;
    padding: 25px 0;
  }

  body { margin-left: 70px; }
  .cs-nav a { font-size: 12px; }
}

@media (max-width: 768px) {
  .cs-vertical-header {
    width: 60px;
    padding: 20px 0;
  }

  body { margin-left: 60px; }
  .cs-nav a { font-size: 11px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-985fb6d */.contact-wrapper {
    height: 100vh;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .contact-box {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  

  /* HEADING */
  .contact-title h1 {
    font-size: 42px !important;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
  }

  .contact-title p {
    font-size: 16px;
    opacity: 0.8;
    max-width: 500px;
    color: #fff;
  }

  /* DETAILS */
  .contact-details {
    font-size: 15px;
    color: #fff;
    margin-top: -20px;
  }
  

  .contact-details strong {
    font-weight: 600;
    color: #ffaf38;
  }

  /* MAP */
  .map-wrapper {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
  }

  .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) contrast(90%);
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .contact-title h1 {
      font-size: 32px;
    }

    .map-wrapper {
      height: 220px;
    }
    
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f318578 */html, body {
  height: 100%;
  overflow: hidden;
}/* End custom CSS */