/* Base Styles */
:root {
  --dark: #1a1f2c;
  --cream: #f5f5f0;
  --white: #ffffff;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: var(--dark);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
img:hover {
  /* cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease; */
  transform: scale(1.05);
  opacity: 0.8;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Typography */
.heading-xl {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.heading-lg {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #39ff14;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.heading-md {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 2rem;
}

p {
  margin-bottom: 1rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
}

.text-center {
  text-align: center;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #39ff14;
  color: #39ff14;
  background: transparent;
  transition: all 0.3s;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn-primary:hover {
  background-color: var(--white);
  color: var(--dark);
}

.btn-dark {
  display: inline-block;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: transparent;
  transition: all 0.3s;
}

.btn-dark:hover {
  background-color: var(--dark);
  color: var(--white);
}

.full-width {
  width: 100%;
}

/* Layout */
.two-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.column {
  flex: 1;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
}

/* Sections */
section {
  padding: 4rem 0;
}

.welcome-section,
.founder-section {
  background-color: var(--cream);
}

.expertise-section,
.contact-section {
  background-color: var(--dark);
  color: var(--white);
}

/* Header/Navigation */
#main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

#main-header.transparent {
  background: transparent;
}

#main-header.scrolled {
  background-color: var(--dark);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tlc-logo {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 1;
}

.tlc-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tlc {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
  position: relative;
}

.line_1 {
  display: inline-block;
  width: 3px;
  height: 60px;
  background-color: #ffffff;
  margin-top: 4px;
}

.country-living {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  margin-top: 9px;
}

.country {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.living {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.logo {
  color: var(--white);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-weight: 600;
  font-size: 2rem;
}
/* .logo img {
  width: 150px;
  height: auto;
} */

#desktop-nav {
  display: none;
}

.nav-link {
  color: var(--white);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 1rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--neutral-300);
}
#schedule-consultation {
  color: var(--white);
  border: 1px solid var(--white);
  font-size: bold;
}
#schedule-consultation:hover {
  background-color: var(--white);
  color: var(--dark);
}

#mobile-menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

#mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  margin: 5px 0;
  transition: all 0.3s;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open #mobile-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open #mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open #mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--dark);
  opacity: 0;
  overflow: hidden;
  z-index: 999;
  transition: opacity 0.3s;
}

body.menu-open #mobile-nav {
  height: 100%;
  opacity: 1;
}

.mobile-nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
}

#mobile-nav .nav-link {
  padding: 1rem;
  font-size: 1.25rem;
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.svg-container {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: auto;
  z-index: 10;
}

.svg-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/* Expertise Section */
.expertise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.expertise-item {
  border: 1px solid var(--neutral-700);
  padding: 2rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.expertise-item h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #39ff14;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Projects Section */
#Featured {
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.projects-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem;
}

.project-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.project-content h3 {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Image Placeholders */
.image-placeholder {
  background-color: var(--neutral-200);
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-500);
}

.map-placeholder {
  background-color: var(--neutral-800);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-400);
}

/* Contact Section */
.contact-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-form-container {
  order: 2;
}

.contact-map {
  order: 1;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-info h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #39ff14;
}

.phone-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.phone-info span {
  font-size: 1.125rem;
  color: #39ff14;
}
.phone-info a {
  color: #39ff14;
  text-decoration: none;
  transition: color 0.3s;
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #39ff14;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  background: transparent;
  border: 1px solid var(--neutral-600);
  color: var(--white);
}

/* Footer */
.site-footer {
  background-color: var(--dark);
  color: var(--white);
  padding: 2rem 0;
  height: 100%;
}
.main-footer {
  background-color: var(--dark);
  color: var(--white);
  padding: 3rem 0;
}

.footer-columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-info h3 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer-nav h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-nav nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  color: var(--neutral-400);
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--neutral-800);
  color: #39ff14;
  font-size: 0.875rem;
}
.footer-bottom p {
  color: #39ff14;
}

/* Animations */
.animate-fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.8s ease-out forwards;
}

.delay-500 {
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.founder-image {
  width: 100%;
  height: 100%;
}
/* Page Header */
.page-header {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 8rem;
  padding-bottom: 4rem;
  text-align: center;
}

.subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: var(--neutral-300);
  font-size: 1.125rem;
}

/* Process Section */
.process-section {
  padding: 4rem 0;
  background-color: var(--white);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.process-step {
  padding: 2rem;
  border-left: 3px solid var(--dark);
  background-color: var(--cream);
}

.process-step h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* Gallery */
.gallery-section {
  padding: 4rem 0;
  background-color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.gallery-item {
  border: 1px solid var(--neutral-200);
  overflow: hidden;
  transition: transform 0.3s;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gallery-caption {
  padding: 1.5rem;
}

.gallery-caption h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.intro-section {
  padding: 4rem 0;
  background-color: var(--cream);
}
.intro-section h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.intro-section p {
  font-size: 1.125rem;
  color: var(--neutral-500);
  margin-bottom: 2rem;
}
.intro-section video {
  width: 100%;
  height: auto;
}
.gallery-container {
  padding: 6rem;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
}

.gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  filter: blur(1px);
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 10px;
  transform: scale(1);
  opacity: 0.7;
}

/* When any image is hovered */
.gallery:hover img {
  filter: blur(1px);
  opacity: 0.6;
  transform: scale(1);
}

/* Target only the hovered image */
.gallery img:hover {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.1);
  z-index: 2;
}

/* Active navigation link */
.nav-link.active {
  position: relative;
}

.nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--white);
}
/* Base footer styles */
.site-footer {
  /* background-color: #111;
  color: #fff; */
  padding: 40px 20px 10px;
  font-family: "Segoe UI", sans-serif;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #111; /* Background color */
  color: #f2f2f2; /* Text color */
  line-height: 1.6;
  position: relative;
  /* font-family: sans-serif; */
  overflow: hidden;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 220px;
}
#quick-links {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #39ff14;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.6rem;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #39ff14;
}

.social-icons a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #ccc;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #39ff14;
  transform: scale(1.1);
}

.newsletter-form {
  display: flex;
  margin-top: 1rem;
}

.newsletter-form input[type="email"] {
  padding: 8px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 70%;
}

.newsletter-form button {
  padding: 8px 12px;
  border: none;
  background-color: #39ff14;
  color: #111;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s;
}

/* .newsletter-form button:hover {
  background-color: #ffe54c;
} */

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #aaa;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-right,
  .footer-left {
    text-align: center;
  }

  .footer-column {
    margin: 20px 0;
  }
}

/* Media Queries */
@media (min-width: 768px) {
  .heading-xl {
    font-size: 4rem;
  }

  .heading-lg {
    font-size: 3rem;
  }

  section {
    padding: 6rem 0;
  }

  .two-column {
    flex-direction: row;
  }

  #desktop-nav {
    display: flex;
  }

  #mobile-menu-toggle {
    display: none;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-item {
    flex-direction: row;
  }

  .project-content,
  .project-image {
    width: 50%;
  }

  .project-item.reverse {
    flex-direction: row-reverse;
  }

  .contact-layout {
    flex-direction: row;
  }

  .contact-form-container {
    order: 1;
    width: 50%;
  }

  .contact-map {
    order: 2;
    width: 50%;
  }

  .footer-columns {
    flex-direction: row;
    justify-content: space-between;
  }

  .process-steps {
    padding-left: 2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .line_1 {
    height: 40px;
  }
  .heading-xl {
    font-size: 2rem;
    text-align: center;
  }
  .tlc {
    font-size: 2.5rem;
  }

  .country {
    font-size: 1rem;
  }

  .living {
    font-size: 1.2rem;
  }

  .heading-lg {
    font-size: 1.6rem;
    text-align: center;
  }

  section {
    padding: 2rem 1rem;
  }

  .two-column {
    flex-direction: column;
  }
  /* 
  #desktop-nav {
    display: none;
  }

  #mobile-menu-toggle {
    display: block;
  }
  #mobile-nav {
    display: none;
    background-color: #111;
    padding: 20px;
  }

  body.menu-open #mobile-nav {
    display: block;
  } */

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .project-item {
    flex-direction: column;
  }

  .project-content,
  .project-image {
    width: 100%;
  }

  .project-item.reverse {
    flex-direction: column;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contact-form-container,
  .contact-map {
    width: 100%;
  }

  .footer-columns {
    flex-direction: column;
    text-align: center;
  }

  .process-steps {
    padding-left: 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .logo img {
    width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #quick-links {
    margin-left: 0;
  }
  .country-living {
    margin-top: 3px;
  }
}

@media (min-width: 992px) {
  .heading-xl {
    font-size: 5rem;
  }

  .expertise-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 20px;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  /* max-width: 1200px;
  margin: auto; */
}
.contact-text {
  flex: 1 1 300px;
}

.contact-text h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-form {
  flex: 1 1 500px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-group.double {
  display: flex;
  gap: 15px;
}

.form-group label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #ccc;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 5px;
  color: #fff;
  font-size: 1rem;
  outline: none;
  background-color: black;
}

::placeholder {
  color: #777;
}

.budget-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.budget-options button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.budget-options button:hover {
  background: #39ff14;
  color: #000;
}

.submit-btn {
  padding: 10px 20px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  opacity: 0.8;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  display: flex;
  justify-content: space-between; /* Distribute lines evenly */
}

.line {
  position: relative;
  width: 1px;
  height: 100%;
  background: transparent; /* ✅ No solid background */
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 75%,
    #ffffff 100%
  );
  animation: drop 7s infinite;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

/* Different colors for each line's pseudo-element */
.line:nth-child(1)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 0.5s;
}

.line:nth-child(2)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 1s;
}

.line:nth-child(3)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 1.5s;
}

.line:nth-child(4)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 2s;
}

.line:nth-child(5)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 2.5s;
}

.line:nth-child(6)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 3s;
}

.line:nth-child(7)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #32cd32 75%,
    #32cd32 100%
  );
  animation-delay: 3.5s;
}

.line:nth-child(8)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #20b2aa 75%,
    #20b2aa 100%
  );
  animation-delay: 4s;
}

.line:nth-child(9)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #20b2aa 75%,
    #20b2aa 100%
  );
  animation-delay: 4.5s;
}

.line:nth-child(10)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #20b2aa 75%,
    #20b2aa 100%
  );
  animation-delay: 5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
