@import url(/assets/theme/theme.css);

.blob {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.05);
  filter: blur(120px);
  z-index: 1;
}

.g-recaptcha {
    margin-bottom: 1.5rem;
    transform: scale(0.9); 
    transform-origin: 0 0; 
}

.section-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.contact-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-header-title {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.contact-header-title span {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-header-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Contact Info Section */
.contact-info-section {
  padding: 30px 5%;
  position: relative;
  z-index: 2;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.contact-info-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.3);
}

.contact-info-icon {
  background-color: rgba(59, 130, 246, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.contact-info-icon svg {
  width: 24px;
  height: 24px;
  color: #3b82f6;
}

.contact-info-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.contact-info-text {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.6;
}

.contact-info-email {
  color: #3b82f6;
  margin-top: 0.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.contact-info-email:hover {
  text-decoration: underline;
}

/* Contact Form Section */
.contact-form-section {
  padding: 30px 5%;
  position: relative;
  z-index: 2;
}

.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-form-content {
  max-width: 500px;
}

.section-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-form {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: var(--white);
  transition: all 0.2s ease;
}

.form-control:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.form-control::placeholder {
  color: rgba(245, 245, 245, 0.4);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

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

.form-submit {
  background-color: #3b82f6;
  color: #f5f5f5;
  padding: 0.9rem 1.8rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  width: 100%;
}

.form-submit:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
}

/* Office Locations Section */
.office-locations-section {
  padding: 30px 5%;
  position: relative;
  z-index: 2;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.office-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.office-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.3);
}

.office-image {
  height: 200px;
  overflow: hidden;
}
.office-image-san {
  height: 200px;
  overflow: hidden;
  background-image: url(/assets/images/san-fran.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.office-image-london {
  height: 200px;
  overflow: hidden;
  background-image: url(/assets/images/london.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.office-image-tokyo {
  height: 200px;
  overflow: hidden;
  background-image: url(/assets/images/tokyo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.office-card:hover .office-image img {
  transform: scale(1.05);
}

.office-content {
  padding: 1.5rem;
}

.office-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.office-address {
  font-size: 0.9375rem;
  opacity: 0.8;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.office-phone {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.office-phone svg, .office-email svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.office-email {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
}

.office-email a {
  color: #3b82f6;
  transition: all 0.2s ease;
}

.office-email a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.faq-section {
  padding: 30px 5%;
  position: relative;
  z-index: 2;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  overflow: hidden;
}

.faq-question {
  padding: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.faq-question:hover {
  color: #3b82f6;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  color: #3b82f6;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 1.25rem 1.25rem;
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.6;
  display: none;
}

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

/* Pre-footer CTA Section */
.pre-footer-cta {
  background-color: rgba(59, 130, 246, 0.05);
  padding: 60px 5%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.pre-footer-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.pre-footer-cta__content {
  text-align: center;
  max-width: 800px;
  margin-bottom: 2rem;
}

.pre-footer-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 1rem;
}

.pre-footer-cta__description {
  font-size: 1.125rem;
  color: rgba(245, 245, 245, 0.8);
  margin-bottom: 2rem;
}

.pre-footer-cta__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pre-footer-cta__shape {
  position: absolute;
  z-index: 0;
}

.shape-1 {
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background-color: rgba(59, 130, 246, 0.2);
  opacity: 0.1;
  border-radius: 50%;
}

.shape-2 {
  bottom: -30px;
  left: -30px;
  width: 250px;
  height: 250px;
  background-color: #3b82f6;
  opacity: 0.1;
  border-radius: 50%;
}

/* Map Section */
.map-section {
  margin: 30px 0;
  height: 400px;
  background-color: #1a1a1a;
  position: relative;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  color: rgba(245, 245, 245, 0.5);
  font-size: 1.25rem;
  font-weight: 500;
}

/* Responsive styles */
@media (max-width: 992px) {
  .contact-form-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-form-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-header-title {
    font-size: 2.75rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .contact-header-title {
    font-size: 2.25rem;
  }
  
  .contact-header {
    padding: 4rem 0 2rem;
  }
  
  .contact-info-card,
  .contact-form,
  .office-card {
    padding: 1.5rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .contact-info-section,
  .contact-form-section,
  .office-locations-section,
  .faq-section {
    padding: 2rem 5%;
  }
  
  .pre-footer-cta__title {
    font-size: 1.75rem;
  }
  
  .pre-footer-cta__buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .pre-footer-cta__buttons .btn {
    width: 100%;
  }
}