.hero-img.slide-in-down {
  margin-top: 64px !important;
}

@media (max-width: 768px) {
  .hero-images .hero-img.slide-in-down,
  .hero-img.slide-in-down {
    margin-top: 64px !important;
  }
}

@media (max-width: 768px) {
  .hero-images .slide-in-down {
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .hero-images .slide-in-down {
    margin-top: 32px;
  }
}
/* Contact title animation */
.slide-in-left {
  animation: slideInLeft 1.2s ease-out;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Hero image animations */
.slide-in-up {
  animation: slideInUp 1.2s ease-out;
}

.slide-in-down {
  animation: slideInDown 1.2s ease-out;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 20px;
  }
}
.location-section {
  border-bottom: 2px solid #ffffff80;
}
.maps-btn {
  background-color: transparent;
  border: 0.94px solid #ffffff;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
}

.maps-btn:hover {
  background-color: white;
  color: black;
}
.contact-form-section {
  border-bottom: 2px solid #ffffff80;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
header.header-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  border-bottom: 1px #ffffff20 solid;
}

header.header-three .header-nav {
  background-color: transparent;
}

.header-right-icon ul li {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
  color: white;
  font-size: 24px;
  position: relative;
  max-width: 30px;
  margin: 0 7px;
}

.header-right-icon ul li:hover {
  transform: translateY(-6px) scale(1.1);
  filter: drop-shadow(0 0 8px #00ffe1);
}

.hamberger-menu {
  max-width: 28px;
  cursor: pointer;
  min-width: 28px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  z-index: 1000;
}

.hamberger-menu:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.hamberger-menu.menu-open {
  transform: rotate(90deg);
}

.hamberger-menu img {
  transition: filter 0.3s ease;
}

.hamberger-menu.menu-open img {
  filter: brightness(0.8);
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9) !important;
  overflow-y: hidden;
  transition: height 0.5s ease;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.overlay[style*="height: 0"] {
  pointer-events: none;
}

.overlay[style*="height: 100"] {
  pointer-events: auto;
}

.overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.overlay a {
  padding: 0 15px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.left-menu ul li a {
  font-family: "Big Shoulders", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 65px;
  padding-left: 30px;
}

.left-menu ul li.active a {
  color: #8e60a9;
}

.left-menu ul li a:hover {
  color: #8e60a9;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 40px;
  cursor: pointer;
  z-index: 111;
}

.left-menu {
  max-width: 35%;
  min-width: 35%;
}

.right-menu {
  display: flex;
}

.right-menu .right-menu-col-1 {
  padding: 70px;
  background: url(../img/nav-bg-shadow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.right-menu .right-menu-col-2 {
  padding: 70px;
  background: url(../img/nav-bg-shadow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.right-menu .right-menu-col-1 img,
.right-menu .right-menu-col-2 img {
  min-height: 100%;
}

/* Hamburger Menu Styles */
.hamburger-lines {
  width: 28px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamberger-menu.active .line1 {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamberger-menu.active .line2 {
  opacity: 0;
  transform: scaleX(0);
}

.hamberger-menu.active .line3 {
  transform: rotate(-45deg) translate(6px, -6px);
}

.overlay {
  z-index: 99999 !important;
}

body.nav-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* Custom Font Face */
@font-face {
  font-family: "FARegular";
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Contact Hero Section */
.contact-hero {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  border-bottom: 2px solid #ffffff80;
}

.contact-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.geometric-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      45deg,
      transparent 40%,
      rgba(139, 92, 246, 0.1) 50%,
      transparent 60%
    ),
    linear-gradient(
      -45deg,
      transparent 40%,
      rgba(236, 72, 153, 0.1) 50%,
      transparent 60%
    );
  pointer-events: none;
}

.contact-title {
  font-size: 4rem !important;
  font-weight: bold !important;
  margin-bottom: 0;
  color: white !important;
  font-family: "Big Shoulders", sans-serif !important;
  position: relative;
  z-index: 2;
  text-transform: uppercase;

  /* Linear gradient text effect */
  background: linear-gradient(115.44deg, #ffffff 33.88%, #999999 95.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title-wrapper {
  position: relative;
  flex: 1;
}

.pattern-bg {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 700px;
  background-image: url("../img/27181881_abstract_rectangle_random_composition_seamless_pattern_vector%201.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.contact-title::before {
  display: none;
}

.contact-title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background-image: url("../img/27181881_abstract_rectangle_random_composition_seamless_pattern_vector%201.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.hero-images {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex: 1;
}

.hero-img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #333;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
  will-change: transform;
  cursor: pointer;
}

/* Hover animation for hero images - same as nxt-img4 from about.html */
.hero-img:hover {
  transform: scale(1.1) !important;
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background-color: black;
}

.form-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.form-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
  background: linear-gradient(to right, #ffffff, #999999);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff; /* Fallback for browsers that don't support gradient text */
  font-family: "Big Shoulders", sans-serif !important;
  flex: 1;
  min-width: 300px;
}

.form-wrapper {
  flex: 2;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 25px;
}

.form-group {
  flex: 1;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #333;
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-bottom-color: white;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: white;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 300;
}

.submit-btn {
  background-color: transparent;
  border: 0.94px solid white;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
}

.submit-btn:hover {
  background-color: white;
  color: black;
}

/* Location Section */
.location-section {
  padding: 60px 0;
  padding-bottom: 100px;
  border-top: 1px solid #333;
  border-bottom: 2px solid #ffffff80;
}

.location-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 400;
  background: linear-gradient(to right, #ffffff, #999999);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff; /* Fallback for browsers that don't support gradient text */
}

.location-address {
  font-size: 18px;
  color: #ccc;
}

/* Contact Details Section */
.contact-details-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.contact-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.details-content {
  display: flex;
  gap: 100px;
}
.contact-info p {
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 200px;
}
.social-info p {
  margin-bottom: 10px;
  margin-right: 50px;
  font-size: 16px;
}

.phone,
.email {
  color: #ccc;
}

/* Footer Styles */
.footer-link ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
}

.footer-link ul li a:hover {
  color: #666;
}

.footer-socail ul li {
  display: inline-block;
  max-width: 25px;
  margin: 0px 8px 0 0;
}

.footer-socail h5 {
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 4px;
}

.footer-socail {
  display: block;
}

.footer-socail a {
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
}

.footer-socail a h5 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: inherit;
}

.footer-socail a:hover,
.footer-socail a:hover h5 {
  color: #666;
}

.footer-logo {
  max-width: 140px;
}

.footer-logo-icons {
  margin-top: 20px;
  text-align: center;
}

.footer-logo-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.footer-logo-icons ul li {
  display: inline-block;
}

.footer-logo-icons ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer-logo-icons ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-logo-icons ul li a:hover img {
  transform: scale(1.1);
}

.footer-top {
  padding-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px #ffffff50 solid;
}

.footer-bottom .copyright-text {
  color: #ffffff50;
  font-size: 14px;
}

.footer-section {
  padding-top: 45px;
  border-top: 1px #ffffff55 solid;
  margin-top: 50px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* .contact-hero .container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .contact-title {
    font-size: 2.5rem;
    text-align: center;
  } */

  .contact-title::before {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }

  .hero-images {
    flex-direction: column;
    align-items: center;
  }

  .hero-img {
    width: 100%;
    max-width: 400px;
  }

  .form-container {
    flex-direction: column;
    gap: 40px;
  }

  .form-title {
    text-align: center;
    min-width: auto;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .contact-details {
    flex-direction: column;
    gap: 30px;
  }

  .details-content {
    flex-direction: column;
    gap: 30px;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .contact-hero .container {
    gap: 30px;
  }

  .contact-title {
    font-size: 3.5rem;
  }

  .hero-images {
    gap: 20px;
  }

  .hero-img {
    width: 300px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .contact-title {
    font-size: 1rem;
  }

  .form-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* Contact Hero Section - Horizontal Alignment */
.contact-hero {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  border-bottom: 2px solid #ffffff80;
}

.contact-hero .container {
  display: flex;
  align-items: center; /* This centers everything vertically */
  justify-content: space-between;
  gap: 50px;
}

.title-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center; /* Center the title vertically within its container */
}

.hero-images {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center; /* Align images horizontally - REMOVE STAGGERED EFFECT */
  flex: 1;
}

.hero-img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #333;
}

/* REMOVE the margin-top to align images horizontally */
.hero-img:nth-child(2) {
  margin-top: 0; /* Changed from 40px to 0 for horizontal alignment */
}

/* Mobile Styles - Keep horizontal alignment */
@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0;
  }

  .contact-hero .container {
    gap: 20px;
    align-items: center; /* Keep everything aligned horizontally */
  }

  .contact-title {
    font-size: 3rem !important;
  }

  .hero-images {
    gap: 15px;
    align-items: center; /* Keep images aligned horizontally */
  }

  .hero-img {
    width: 180px;
    height: 140px;
  }

  .hero-img:nth-child(2) {
    margin-top: 0; /* Keep horizontal alignment on mobile too */
  }
}

@media (max-width: 480px) {
  .contact-hero {
    padding: 30px 0;
  }

  .contact-hero .container {
    gap: 15px;
    align-items: center;
  }

  .contact-title {
    font-size: 2.5rem !important;
  }

  .hero-images {
    gap: 10px;
    align-items: center;
  }

  .hero-img {
    width: 140px;
    height: 110px;
  }

  .hero-img:nth-child(2) {
    margin-top: 0; /* Keep horizontal alignment */
  }
}

/* Updated Mobile Styles - FORCE HORIZONTAL LAYOUT */
@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0;
  }

  .contact-hero .container {
    display: flex !important;
    flex-direction: row !important; /* FORCE horizontal layout */
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
  }

  .contact-title {
    font-size: 1rem !important;
    text-align: left !important; /* Keep left aligned, not center */
  }

  .title-wrapper {
    flex: 1 !important;
  }

  .hero-images {
    display: flex !important;
    flex-direction: row !important; /* Keep images side by side */
    gap: 10px !important;
    flex: 1 !important;
  }

  .hero-img {
    width: 120px !important; /* Smaller images for mobile */
    height: 90px !important;
  }

  .hero-img:nth-child(2) {
    margin-top: 0 !important; /* No staggered effect */
  }

  /* Keep your other mobile styles for other sections unchanged */
  .form-container {
    flex-direction: column;
    gap: 40px;
  }

  .form-title {
    text-align: center;
    min-width: auto;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .contact-details {
    flex-direction: column;
    gap: 30px;
  }

  .details-content {
    flex-direction: column;
    gap: 30px;
  }
}

/* Location Section - Left align on mobile */
@media (max-width: 768px) {
  .location-section {
    padding: 40px 0;
  }

  .location-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    text-align: left !important; /* LEFT align instead of center */
    align-items: flex-start !important; /* Align items to the left */
    justify-content: flex-start !important;
  }

  .section-title {
    font-size: 1.8rem;
    text-align: left !important; /* LEFT align title */
    margin-bottom: 0;
  }

  .location-address {
    font-size: 16px;
    text-align: left !important; /* LEFT align address */
    margin-bottom: 0;
  }

  .maps-btn {
    align-self: flex-start !important; /* Align button to left */
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .location-section {
    padding: 30px 0;
  }

  .location-content {
    gap: 15px !important;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .location-address {
    font-size: 14px;
  }

  .maps-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
}
