/* Contact Page Styles */

.contact-page {
  background-color: #f1f4f6;
}

/* Navbar */
.contact-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 32px 80px 16px;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.contact-navbar.scrolled {
  background-color: rgba(241, 244, 246, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 80px 12px;
}

.contact-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}

.contact-navbar-brand {
  flex: 1;
}

.contact-navbar-brand .brand-text {
  color: #3b444a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-navbar-brand .brand-text:hover {
  color: #000000;
}

/* Menu Dots Button */
.menu-dots-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
  align-items: center;
  justify-items: center;
  transition: all 0.3s ease;
}

.menu-dots-btn .dot {
  width: 4px;
  height: 4px;
  background-color: #3b444a;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.menu-dots-btn:hover .dot {
  background-color: #0f90e5;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-menu-header {
  position: absolute;
  top: 30px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.side-menu-header .brand-text {
  display: none;
}

.close-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-menu-btn:hover svg {
  stroke: #0f90e5;
}

.close-menu-btn svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.side-menu-item {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  padding: 10px 0;
  letter-spacing: -0.4px;
}

.side-menu-item.active {
  color: #0f90e5;
}

.side-menu-item:hover {
  color: #0f90e5;
}

.side-menu-cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.lets-talk-btn {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #0f90e5;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.lets-talk-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 144, 229, 0.3);
}

.btn-text {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

/* ============================================
   CONTACT CONTENT
   ============================================ */

.contact-content {
  width: 100%;
  overflow: hidden;
}

/* --- Shared Label Style --- */
.contact-hero-label,
.booking-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #0f90e5;
  text-transform: uppercase;
}

.label-line {
  width: 40px;
  height: 1px;
  background-color: #0f90e5;
}

/* ============================================
   HERO SECTION
   ============================================ */

.contact-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 80px 80px;
  position: relative;
  text-align: center;
}

.contact-hero-inner {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-hero-label {
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.contact-hero-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(72px, 14vw, 160px);
  color: #3b444a;
  line-height: 0.95;
  margin: 0 0 48px 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}

.title-outline {
  -webkit-text-stroke: 2px #3b444a;
  color: transparent;
}

.title-accent {
  color: #0f90e5;
}

.contact-hero-subtitle {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  color: #666666;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 0 56px 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}

/* --- Contact Links (icon circles) --- */
.contact-links {
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
}

.contact-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1.5px solid rgba(59, 68, 74, 0.12);
  border-radius: 50%;
  text-decoration: none;
  color: #3b444a;
  background: white;
  transition: all 0.3s ease;
}

.contact-link-btn:hover {
  border-color: #0f90e5;
  color: #0f90e5;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 144, 229, 0.15);
  text-decoration: none;
}

.contact-link-btn:visited,
.contact-link-btn:active,
.contact-link-btn:focus {
  text-decoration: none;
}

.contact-link-btn svg {
  flex-shrink: 0;
  display: block;
}


/* ============================================
   DIVIDER
   ============================================ */

.contact-divider {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 80px;
  max-width: 600px;
  margin: 0 auto;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: rgba(59, 68, 74, 0.08);
}

.divider-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #bbb;
  letter-spacing: 3px;
}

/* ============================================
   BOOKING SECTION
   ============================================ */

.contact-booking {
  padding: 80px 80px 80px;
  scroll-margin-top: 40px;
}

.booking-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.booking-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 64px;
}

.booking-label {
  margin-bottom: 0;
}

.booking-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  color: #3b444a;
  line-height: 1.15;
  margin: 0;
}

.booking-description {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  margin: 0;
  max-width: 520px;
}

.booking-embed {
  width: 100%;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  min-height: 700px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

.meetings-iframe-container {
  width: 100%;
  min-height: 700px;
}

/* ============================================
   FOOTER
   ============================================ */

.contact-footer {
  padding: 48px 80px;
  text-align: center;
}

.footer-copyright {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 14px;
  color: #999;
  margin: 0;
  letter-spacing: 0.5px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .contact-navbar {
    padding: 24px 60px 16px;
  }

  .contact-hero {
    padding: 140px 60px 60px;
  }

  .contact-divider {
    padding: 0 60px;
  }

  .contact-booking {
    padding: 80px 60px 60px;
  }

  .contact-footer {
    padding: 40px 60px;
  }
}

@media (max-width: 768px) {
  .contact-navbar {
    position: absolute;
    padding: 24px 20px 16px;
  }

  .contact-navbar.scrolled {
    padding: 16px 20px 10px;
  }

  .contact-hero {
    padding: 100px 24px 48px;
  }

  .contact-hero-label {
    margin-bottom: 24px;
  }

  .contact-hero-title {
    margin-bottom: 32px;
  }

  .contact-hero-subtitle {
    margin-bottom: 40px;
  }

  .hide-mobile {
    display: none;
  }

  .contact-links {
    gap: 16px;
  }

  .contact-link-btn {
    width: 64px;
    height: 64px;
  }

  .contact-link-btn svg {
    width: 32px;
    height: 32px;
  }

  .contact-divider {
    padding: 0 24px;
  }

  .contact-booking {
    padding: 48px 8px 48px;
  }

  .booking-header {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .booking-description {
    font-size: 17px;
  }

  .booking-embed {
    min-height: 600px;
    border-radius: 12px;
    overflow: hidden;
  }

  .meetings-iframe-container {
    min-height: 600px;
  }

  .contact-footer {
    padding: 32px 24px;
  }

  .side-menu {
    max-width: 100%;
  }

  .side-menu-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .side-menu-header {
    top: 22px;
    right: 16px;
  }

  .side-menu-item {
    font-size: 28px;
  }

  .contact-navbar {
    padding: 24px 20px 16px;
  }

  .contact-hero {
    padding: 100px 20px 40px;
  }

  .contact-link-btn {
    width: 56px;
    height: 56px;
  }

  .contact-link-btn svg {
    width: 28px;
    height: 28px;
  }

  .contact-divider {
    padding: 0 20px;
  }

  .contact-booking {
    padding: 40px 4px 40px;
  }

  .booking-header {
    padding: 0 16px;
  }

  .booking-title {
    font-size: 24px;
  }

  .booking-description {
    font-size: 16px;
  }

  .booking-embed {
    min-height: 550px;
    border-radius: 10px;
    overflow: hidden;
  }

  .meetings-iframe-container {
    min-height: 550px;
  }

  .contact-footer {
    padding: 24px 20px;
  }
}
