/* ===========================
   Contact Us Page Styles
   =========================== */

/* Prevent horizontal scroll */
.page-template-page-contact-us * {
  box-sizing: border-box;
}

.page-template-page-contact-us body,
.page-template-page-contact-us html {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  width: 100%;
}

.page-template-page-contact-us .site,
.page-template-page-contact-us .site-content,
.page-template-page-contact-us #page,
.page-template-page-contact-us #content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.page-template-page-contact-us header,
.page-template-page-contact-us footer,
.page-template-page-contact-us section {
  margin: 0 !important;
  width: 100%;
}

.page-template-page-contact-us .hero-section {
  margin: 0 !important;
  width: 100%;
}

/* ===== NAVBAR - TRANSPARENT ON HERO ===== */
.page-template-page-contact-us .navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
  transition: all 0.4s ease;
  padding: 0 !important;
  margin: 0 !important;
}

/* When scrolling past hero */
.page-template-page-contact-us .navbar.static {
  position: relative !important;
  background: #000 !important;
}

/* Navbar elements - same as index.css */
.page-template-page-contact-us .nav-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5% !important;
  margin: 0 !important;
}

.page-template-page-contact-us .nav-logo img {
  height: 130px;
}

.page-template-page-contact-us .nav-links {
  display: flex;
  gap: 30px;
}

.page-template-page-contact-us .nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 0.3s ease;
}

.page-template-page-contact-us .nav-links a:hover {
  color: #f5c842;
}

.page-template-page-contact-us .dropdown {
  position: relative;
  display: inline-block;
}

.page-template-page-contact-us .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(88, 88, 88, 0.2);
  min-width: 200px;
  overflow: hidden;
  z-index: 100;
  flex-direction: column;
  padding: 0;
}

.page-template-page-contact-us .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px !important;
  text-decoration: none;
  transition: 0.3s;
}

.page-template-page-contact-us .dropdown-menu li a:hover {
  background: #f5c842;
  color: #ffffff;
}

.page-template-page-contact-us .dropdown:hover .dropdown-menu {
  display: flex;
}

.page-template-page-contact-us .language-dropdown .language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 0.3s ease;
}

.page-template-page-contact-us .language-dropdown .language-selector:hover {
  color: #f5c842;
}

.page-template-page-contact-us .language-dropdown .flag-icon {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.2);
}

.page-template-page-contact-us .language-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 220px;
  max-height: 400px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
}

.page-template-page-contact-us .language-dropdown .language-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  text-align: left;
  font-size: 13px;
}

/* ===== HERO SECTION - SAME AS KNOW ABOUT BHUTAN ===== */
.page-template-page-contact-us .hero-section,
.page-template-page-contact-us .contact-hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
  padding: 0 !important;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-page-contact-us .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-template-page-contact-us .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.page-template-page-contact-us .hero-content h1 {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-template-page-contact-us .hero-subtitle {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: #f5c842;
  text-transform: uppercase;
}

.page-template-page-contact-us .hero-description {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.page-template-page-contact-us .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}

.page-template-page-contact-us .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.page-template-page-contact-us .hero-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  max-width: 600px;
  padding: 0 20px;
  text-align: left;
  animation: fadeIn 2s ease;
}

.page-template-page-contact-us .hero-title {
  font-size: 90px !important;
  line-height: 110px !important;
  font-weight: 500 !important;
  letter-spacing: 10px !important;
  margin-bottom: 20px !important;
  color: rgb(255, 255, 255) !important;
  text-shadow: 2px 2px 15px rgba(0,0,0,0.7);
  animation: fadeInUp 1s ease-out;
  font-family: "Cormorant Garamond", serif;
}

.page-template-page-contact-us .hero-subtitle {
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 2px !important;
  margin-top: 20px;
  margin-bottom: 50px !important;
  opacity: 0.95;
  animation: fadeInUp 1.2s ease-out;
}

.page-template-page-contact-us .hero-buttons {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  animation: fadeInUp 1.4s ease-out;
}

.page-template-page-contact-us .btn {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-template-page-contact-us .video-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: rgba(255,255,255,0.15);
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.3s;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-template-page-contact-us .video-btn:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.05);
}

.page-template-page-contact-us .play-icon {
  font-size: 18px;
  background: none;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

/* Responsive Hero */
@media (max-width: 768px) {
  .page-template-page-contact-us .hero-content {
    bottom: 40px;
    left: 30px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 60px !important;
    line-height: 70px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .page-template-page-contact-us .hero-content {
    bottom: 30px;
    left: 20px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

/* Section Title Center */
.section-title-center {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-center h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}

.section-title-center p {
  font-size: 23px;
  color: #666;
  letter-spacing: 0.5px;
}

/* ===========================
   Contact Info Section
   =========================== */
.contact-info-section {
  background: #f7f7f7;
  padding: 100px 20px;
  font-family: "Cormorant Garamond", serif;
}

.contact-info-section .container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 10% !important;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.contact-info-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
  background: #f5c842;
}

.contact-icon i {
  font-size: 1.8rem;
  color: #fff;
}

.contact-info-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.contact-info-card p {
  font-size: 23px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.contact-info-card a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #f5c842;
}

.social-icons-contact {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.social-icons-contact a {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icons-contact a:hover {
  background: #f5c842;
  transform: scale(1.1);
}

.social-icons-contact i {
  color: #fff;
  font-size: 23px;
}

/* ===========================
   Contact Form Section
   =========================== */
.contact-form-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: "Cormorant Garamond", serif;
}

.contact-form-section .container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 10% !important;
}

.contact-form-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #f2f2f2;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Form Image */
.contact-form-image {
  flex: 1;
  position: relative;
  min-height: 600px;
}

.contact-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 40px;
  color: #fff;
}

.form-image-overlay h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.form-image-overlay p {
  font-size: 23px;
  opacity: 0.9;
}

/* Form Content */
.contact-form-content {
  flex: 1;
  background: #fff;
  padding: 60px 50px;
}

.contact-form-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.form-subtitle {
  font-size: 23px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Form Styles */
.contact-form {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.required {
  color: #e74c3c;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  border: 1.5px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #000;
  background: #fff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox Group Styling */
.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 12px;
  background: #f9f9f9;
  border: 1.5px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-family: "Cormorant Garamond", serif;
  color: #000;
}

.checkbox-label:hover {
  background: #fff;
  border-color: #000;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  accent-color: #000;
}

.checkbox-label input[type="checkbox"]:checked + span {
  font-weight: 600;
  color: #000;
}

.checkbox-label span {
  flex: 1;
  user-select: none;
}

@media (max-width: 768px) {
  .checkbox-group {
    grid-template-columns: 1fr;
  }
}

/* Submit Button */
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  margin-top: 10px;
}

.btn-submit:hover {
  background: #f5c842;
  border-color: #f5c842;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-submit i {
  font-size: 1rem;
}

/* Form Message */
.form-message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  display: none;
  font-size: 23px;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}


/* ===========================
   US Contact Person Section
   =========================== */
.us-contact-person-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: "Cormorant Garamond", serif;
}

.us-contact-person-section .container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 10% !important;
}

.us-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: #f7f7f7;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Left: Contact Details */
.us-contact-details {
  flex: 1;
}

.us-contact-details h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  font-family: "Cormorant Garamond", serif;
}

.contact-person-info {
  margin-top: 30px;
}

.contact-person-info h3 {
  font-size: 2.2rem;
  font-weight: 200;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.contact-person-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.contact-person-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-person-item i {
  font-size: 1.8rem;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5c842;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-person-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-label {
  font-size: 23px;
  color: #666;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-person-text a {
  font-size: 23px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-person-text a:hover {
  color: #f5c842;
}

/* Right: Image */
.us-contact-image {
  flex: 1;
  max-width: 450px;
}

.us-contact-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.contact-image-placeholder {
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
}

.contact-image-placeholder i {
  font-size: 5rem;
  margin-bottom: 15px;
  color: #bbb;
}

.contact-image-placeholder p {
  font-size: 23px;
  color: #999;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
}

/* Responsive Design for US Contact Person */
@media (max-width: 992px) {
  .us-contact-wrapper {
    flex-direction: column;
    padding: 50px 40px;
    gap: 40px;
  }

  .us-contact-image {
    max-width: 100%;
  }

  .us-contact-details h2 {
    font-size: 2.5rem;
  }

  .contact-person-info h3 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .us-contact-person-section {
    padding: 80px 15px;
  }

  .us-contact-person-section .container {
    padding: 0 5% !important;
  }

  .us-contact-wrapper {
    padding: 40px 30px;
  }

  .us-contact-details h2 {
    font-size: 2.2rem;
  }

  .contact-person-info h3 {
    font-size: 1.8rem;
  }

  .contact-person-item {
    padding: 15px;
  }

  .contact-person-item i {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
  }

  .contact-image-placeholder {
    height: 350px;
  }

  .contact-image-placeholder i {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .us-contact-person-section {
    padding: 60px 12px;
  }

  .us-contact-wrapper {
    padding: 30px 20px;
  }

  .us-contact-details h2 {
    font-size: 2rem;
  }

  .contact-person-info h3 {
    font-size: 1.6rem;
  }

  .contact-person-item {
    padding: 12px;
    gap: 15px;
  }

  .contact-person-item i {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }

  .contact-person-text a {
    font-size: 23px;
  }

  .contact-label {
    font-size: 23px;
  }

  .contact-image-placeholder {
    height: 300px;
  }

  .contact-image-placeholder i {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  .us-contact-person-section {
    padding: 50px 12px;
  }

  .us-contact-wrapper {
    padding: 25px 18px;
  }

  .us-contact-details h2 {
    font-size: 1.8rem;
  }

  .contact-person-info h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }

  .contact-image-placeholder {
    height: 280px;
  }
}



/* ===========================
   Map Section
   =========================== */
.map-section {
  padding: 0;
  margin: 0;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.map-container {
  width: 100%;
  height: 450px;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ===========================
   FAQ Section
   =========================== */
.contact-faq-section {
  background: #f7f7f7;
  padding: 100px 20px;
  font-family: "Cormorant Garamond", serif;
}

.contact-faq-section .container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 10% !important;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.faq-item {
  background: #fff;
  padding: 30px;
  border-radius: 0;
  border-left: 4px solid #000;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-left-color: #f5c842;
  transform: translateX(5px);
}

.faq-item button {
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
}

.faq-item button i {
  color: #f5c842;
  font-size: 1.2rem;
}

.faq-item p {
  display: none;
  font-size: 23px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.faq-item.active p {
  display: block;
}

/* ===========================
   Responsive Design - Comprehensive
   =========================== */

/* Large Tablets & Small Laptops (1024px - 1200px) */
@media (max-width: 1200px) {
  .page-template-page-contact-us .hero-content h1 {
    font-size: 65px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 25px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 80px !important;
    line-height: 100px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 90px 20px;
  }

  .contact-info-section .container,
  .contact-form-section .container,
  .contact-faq-section .container {
    padding: 0 8% !important;
  }

  .section-title-center h2 {
    font-size: 2.6rem;
  }

  .contact-info-grid {
    gap: 25px;
  }

  .contact-form-content {
    padding: 55px 45px;
  }
}

/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .page-template-page-contact-us .nav-logo img {
    height: 110px;
  }

  .page-template-page-contact-us .nav-links {
    gap: 25px;
  }

  .page-template-page-contact-us .nav-links a {
    font-size: 13px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 58px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 70px !important;
    line-height: 90px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 80px 20px;
  }

  .section-title-center h2 {
    font-size: 2.4rem;
  }

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-card {
    padding: 35px 25px;
  }

  .contact-info-card h3 {
    font-size: 1.4rem;
  }

  .contact-form-content h2 {
    font-size: 2.3rem;
  }

  .form-subtitle {
    font-size: 23px;
  }
}

/* Tablets Portrait (768px - 992px) */
@media (max-width: 992px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 70vh;
    min-height: 500px;
  }

  .page-template-page-contact-us .hero-content {
    bottom: 50px;
    left: 50px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 50px;
    letter-spacing: 6px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 60px !important;
    line-height: 75px !important;
    letter-spacing: 8px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 16px !important;
  }

  .section-title-center h2 {
    font-size: 2.3rem;
  }

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .contact-form-wrapper {
    flex-direction: column;
  }

  .contact-form-image {
    min-height: 400px;
  }

  .contact-form-content {
    padding: 40px 30px;
  }

  .contact-form-content h2 {
    font-size: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* Mobile Landscape & Small Tablets (600px - 768px) */
@media (max-width: 768px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 60vh;
    min-height: 450px;
  }

  .page-template-page-contact-us .hero-content {
    bottom: 40px;
    left: 30px;
    max-width: 90%;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 42px;
    letter-spacing: 5px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 50px !important;
    line-height: 60px !important;
    letter-spacing: 6px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 15px !important;
    margin-bottom: 40px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 60px 15px;
  }

  .contact-info-section .container,
  .contact-form-section .container,
  .contact-faq-section .container {
    padding: 0 5% !important;
  }

  .section-title-center h2 {
    font-size: 2rem;
  }

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-info-card {
    padding: 30px 20px;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .contact-icon i {
    font-size: 1.6rem;
  }

  .contact-info-card h3 {
    font-size: 1.3rem;
  }

  .contact-info-card p {
    font-size: 23px;
  }

  .contact-form-image {
    min-height: 300px;
  }

  .contact-form-content {
    padding: 30px 20px;
  }

  .contact-form-content h2 {
    font-size: 1.8rem;
  }

  .form-subtitle {
    font-size: 23px;
  }

  .btn-submit {
    width: 100%;
    justify-content: center;
    padding: 15px 30px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-item {
    padding: 25px;
  }

  .map-container {
    height: 350px;
  }
}

/* Mobile Portrait (480px - 600px) */
@media (max-width: 600px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 55vh;
    min-height: 400px;
  }

  .page-template-page-contact-us .hero-content {
    bottom: 35px;
    left: 25px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 36px;
    letter-spacing: 4px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 42px !important;
    line-height: 52px !important;
    letter-spacing: 5px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 14px !important;
    margin-bottom: 35px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 50px 12px;
  }

  .section-title-center h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-card {
    padding: 25px 15px;
  }

  .contact-icon {
    width: 55px;
    height: 55px;
  }

  .contact-icon i {
    font-size: 1.5rem;
  }

  .contact-info-card h3 {
    font-size: 1.2rem;
  }

  .contact-info-card p {
    font-size: 23px;
  }

  .social-icons-contact a {
    width: 35px;
    height: 35px;
  }

  .social-icons-contact i {
    font-size: 23px;
  }

  .contact-form-image {
    min-height: 280px;
  }

  .form-image-overlay {
    padding: 30px 25px;
  }

  .form-image-overlay h3 {
    font-size: 1.7rem;
  }

  .form-image-overlay p {
    font-size: 23px;
  }

  .contact-form-content {
    padding: 25px 18px;
  }

  .contact-form-content h2 {
    font-size: 1.6rem;
  }

  .form-subtitle {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .form-group label {
    font-size: 0.95rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .checkbox-label {
    font-size: 0.95rem;
    padding: 7px 10px;
  }

  .btn-submit {
    padding: 14px 28px;
    font-size: 1.05rem;
  }

  .faq-item {
    padding: 22px 18px;
  }

  .faq-item button {
    font-size: 1.15rem;
  }

  .faq-item p {
    font-size: 23px;
  }

  .map-container {
    height: 320px;
  }
}

/* Mobile Small (375px - 480px) */
@media (max-width: 480px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 50vh;
    min-height: 350px;
  }

  .page-template-page-contact-us .hero-content {
    bottom: 30px;
    left: 20px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 36px !important;
    line-height: 46px !important;
    letter-spacing: 4px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 13px !important;
    margin-bottom: 30px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 40px 12px;
  }

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

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-card {
    padding: 22px 15px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon i {
    font-size: 1.4rem;
  }

  .contact-info-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }

  .contact-info-card p {
    font-size: 23px;
  }

  .social-icons-contact {
    gap: 12px;
  }

  .social-icons-contact a {
    width: 32px;
    height: 32px;
  }

  .social-icons-contact i {
    font-size: 23px;
  }

  .contact-form-image {
    min-height: 250px;
  }

  .form-image-overlay {
    padding: 25px 20px;
  }

  .form-image-overlay h3 {
    font-size: 1.5rem;
  }

  .form-image-overlay p {
    font-size: 23px;
  }

  .contact-form-content {
    padding: 22px 15px;
  }

  .contact-form-content h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .form-subtitle {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-group label {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 9px 11px;
    font-size: 0.9rem;
  }

  .form-group textarea {
    min-height: 100px;
  }

  .checkbox-group {
    gap: 10px;
  }

  .checkbox-label {
    font-size: 0.9rem;
    padding: 6px 9px;
  }

  .checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .btn-submit {
    padding: 13px 25px;
    font-size: 1rem;
  }

  .faq-item {
    padding: 20px 15px;
  }

  .faq-item button {
    font-size: 1.1rem;
  }

  .faq-item p {
    font-size: 23px;
  }

  .map-container {
    height: 300px;
  }
}

/* Mobile Extra Small (320px - 375px) */
@media (max-width: 375px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 45vh;
    min-height: 320px;
  }

  .page-template-page-contact-us .hero-content {
    bottom: 25px;
    left: 18px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 13px;
  }

  .page-template-page-contact-us .hero-description {
    font-size: 23px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: 3px !important;
  }

  .page-template-page-contact-us .hero-subtitle {
    font-size: 12px !important;
    margin-bottom: 25px !important;
  }

  .contact-info-section,
  .contact-form-section,
  .contact-faq-section {
    padding: 35px 10px;
  }

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

  .section-title-center p {
    font-size: 23px;
  }

  .contact-info-card {
    padding: 20px 12px;
  }

  .contact-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }

  .contact-icon i {
    font-size: 1.3rem;
  }

  .contact-info-card h3 {
    font-size: 1.1rem;
  }

  .contact-info-card p {
    font-size: 23px;
  }

  .social-icons-contact {
    gap: 10px;
  }

  .social-icons-contact a {
    width: 30px;
    height: 30px;
  }

  .social-icons-contact i {
    font-size: 23px;
  }

  .contact-form-image {
    min-height: 230px;
  }

  .form-image-overlay {
    padding: 20px 15px;
  }

  .form-image-overlay h3 {
    font-size: 1.35rem;
  }

  .form-image-overlay p {
    font-size: 23px;
  }

  .contact-form-content {
    padding: 20px 12px;
  }

  .contact-form-content h2 {
    font-size: 1.4rem;
  }

  .form-subtitle {
    font-size: 23px;
    margin-bottom: 22px;
  }

  .form-group {
    margin-bottom: 14px;
  }

  .form-group label {
    font-size: 0.88rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 8px 10px;
    font-size: 0.88rem;
  }

  .checkbox-label {
    font-size: 0.88rem;
    padding: 5px 8px;
  }

  .btn-submit {
    padding: 12px 22px;
    font-size: 0.98rem;
  }

  .faq-item {
    padding: 18px 12px;
  }

  .faq-item button {
    font-size: 1.05rem;
  }

  .faq-item p {
    font-size: 23px;
  }

  .map-container {
    height: 280px;
  }
}

/* Mobile Minimum (below 320px) */
@media (max-width: 320px) {
  .page-template-page-contact-us .hero-section,
  .page-template-page-contact-us .contact-hero-section {
    height: 40vh;
    min-height: 300px;
  }

  .page-template-page-contact-us .hero-content h1 {
    font-size: 24px;
  }

  .page-template-page-contact-us .hero-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .section-title-center h2 {
    font-size: 1.4rem;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
  }

  .contact-info-card h3 {
    font-size: 1.05rem;
  }

  .contact-form-content h2 {
    font-size: 1.3rem;
  }

  .faq-item button {
    font-size: 1rem;
  }

  .map-container {
    height: 260px;
  }
}

/* ===== FOOTER SECTION - FULL WIDTH ===== */
.page-template-page-contact-us .footer-section {
  background-color: #091300;
  color: #fff;
  padding: 80px 10% !important;
  font-family: "Cormorant Garamond", sans-serif;
  position: relative;
  margin: 0 !important;
  width: 100%;
}

.page-template-page-contact-us .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-page-contact-us .footer-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 20px;
}

.page-template-page-contact-us .footer-description {
  font-family: "Cormorant Garamond", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 40px;
}

.page-template-page-contact-us .footer-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}

.page-template-page-contact-us .footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #f5b301;
  transition: width 0.3s ease;
}

.page-template-page-contact-us .footer-link:hover::after {
  width: 100%;
}

.page-template-page-contact-us .footer-heading {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.page-template-page-contact-us .footer-middle ul,
.page-template-page-contact-us .footer-right ul {
  list-style: none;
  padding: 0;
}

.page-template-page-contact-us .footer-middle ul li,
.page-template-page-contact-us .footer-right ul li {
  margin-bottom: 10px;
}

.page-template-page-contact-us .footer-middle ul li a,
.page-template-page-contact-us .footer-right ul li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 22px;
  transition: color 0.3s ease;
}

.page-template-page-contact-us .footer-middle ul li a:hover,
.page-template-page-contact-us .footer-right ul li a:hover {
  color: #f5b301;
}

.page-template-page-contact-us .social-links i {
  margin-right: 8px;
  font-size: 23px;
}

.page-template-page-contact-us .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 50px;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  color: #fff;
  margin-top: 30px !important;
}

.page-template-page-contact-us #footer-copyright,
.page-template-page-contact-us #footer-credit {
  margin: 5px 0;
  color: #ccc;
  font-size: 23px !important;
}

.page-template-page-contact-us #footer-travel-link,
.page-template-page-contact-us #footer-abit-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  font-size: 23px !important;
}

.page-template-page-contact-us #footer-travel-link:hover,
.page-template-page-contact-us #footer-abit-link:hover {
  color: #f4b400;
  text-shadow: 0 0 6px rgba(244, 180, 0, 0.4);
}

.page-template-page-contact-us .footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.page-template-page-contact-us #footer-logo-main {
  height: 120px !important;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.page-template-page-contact-us #footer-logo-main:hover {
  opacity: 1;
  transform: scale(1.05);
}

.page-template-page-contact-us #footer-logo-google {
  height: 60px;
  opacity: 0.85;
}

.page-template-page-contact-us #footer-logo-trip {
  height: 35px;
  opacity: 0.85;
}

.page-template-page-contact-us .footer-logos a img:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.page-template-page-contact-us .footer-logos img:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .page-template-page-contact-us .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .page-template-page-contact-us .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}