/* Contact Page Styles - Modern Design */

/* Base Styles */
.contact {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background: #f8f8f8;
}

/* Hero Section */
.contact-hero {
  background: #1F1F1F;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0px 250px;
}

.contact-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(205, 170, 255, 0.3) 0%, rgba(34, 37, 252, 0.2) 100%);
  border-radius: 50%;
  transform: translate(50%, 50%);
  filter: blur(40px);
}

.contact-hero::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(170, 182, 255, 0.4) 0%, rgba(252, 135, 34, 0.3) 100%);
  border-radius: 50%;
  transform: translate(30%, 30%);
  filter: blur(30px);
}

/* Decorative gradient spheres in contact-hero */
.contact-hero .contact-hero__gradient-sphere-1,
.contact-hero .contact-hero__gradient-sphere-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
}

/* Left-top purple to blue gradient (CDAAFF → 2225FC) */
.contact-hero .contact-hero__gradient-sphere-1 {
  width: 460px;
  height: 460px;
  left: 20%;
  top: 10%;
  background: linear-gradient(135deg, rgba(205, 170, 255, 0.9) 0%, rgba(34, 37, 252, 0.9) 100%);
}

/* Right-bottom purple to orange gradient (AAB6FF → FC8722) */
.contact-hero .contact-hero__gradient-sphere-2 {
  width: 520px;
  height: 520px;
  right: 10%;
  bottom: 10%;
  background: linear-gradient(135deg, rgba(170, 182, 255, 0.9) 0%, rgba(252, 135, 34, 0.9) 100%);
}

.contact-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

.contact-hero__left {
  background: #1F1F1F;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contact-hero__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: clamp(6px, 1.5vw, 8px) clamp(12px, 3vw, 24px);
  background: #1F1F1F;
  border: 1px solid #ffffff;
  border-radius: 999px;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: clamp(16px, 4vw, 24px);
}

.contact-hero__badge-text {
  color: #ffffff;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.contact-hero__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.125rem);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contact-hero__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contact-hero__info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-hero__info-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
}

/* .contact-hero__info-icon img {
  filter: brightness(0) invert(1);
} */

.contact-hero__info-content {
  font-family: "Roboto", sans-serif;
}

.contact-hero__info-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.contact-hero__social {
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.contact-hero__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-hero__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.contact-hero__social-link img {
  filter: brightness(0) invert(1);
}

.contact-hero__right {
  background: transparent;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* 
.contact-form-section__container {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" width="80" height="80" patternUnits="userSpaceOnUse"><circle cx="40" cy="40" r="4" fill="rgba(255,255,255,0.1)"/><path d="M20,40 Q40,20 60,40 T100,40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><rect x="30" y="30" width="20" height="20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
  opacity: 0.4;
} */



.contact-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0px;
font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.contact-hero__subtitle {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.contact-hero__features {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero__feature-icon {
  font-size: 16px;
}

.contact-hero__feature span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.contact-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-hero__image {
  width: 100%;
  max-width: 400px;
}

.contact-hero__image-placeholder {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(25px);
  border-radius: 28px;
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-hero__image-icon {
  font-size: 64px;
  margin-bottom: 16px;
}

.contact-hero__image-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* Contact Methods Section */
.contact-methods {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}

.contact-methods::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots-contact" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1.5" fill="rgba(6,182,212,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots-contact)"/></svg>');
  opacity: 0.4;
}

.contact-methods__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-methods__title {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #0f172a;
}

.contact-methods__subtitle {
  font-size: clamp(1.1rem, 1rem + 0.3vw, 1.25rem);
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-methods__card {
  background: #f8fafc;
  padding: 32px 24px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid rgba(6, 182, 212, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-methods__card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(6, 182, 212, 0.15);
}

.contact-methods__card-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.contact-methods__card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0f172a;
}

.contact-methods__card p {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 24px;
}

.contact-methods__card-contact {
  text-align: left;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(6, 182, 212, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(6, 182, 212, 0.1);
}

.contact-methods__card-contact strong {
  color: #0f172a;
  font-weight: 600;
}

.contact-methods__card-contact a {
  color: #0891b2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-methods__card-contact a:hover {
  color: #0e7490;
  text-decoration: underline;
}

/* Contact Form Section - Moved to Hero */

.contact-form__form {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  width: 1000px;
  height: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}


.contact-form__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__form-group {
  margin-bottom: 24px;
}

.contact-form__form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.contact-form__form-group input,
.contact-form__form-group select,
.contact-form__form-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid rgba(6, 182, 212, 0.1);
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: inherit;
}

.contact-form__form-group input:focus,
.contact-form__form-group select:focus,
.contact-form__form-group textarea:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.contact-form__form-group input::placeholder,
.contact-form__form-group textarea::placeholder {
  color: #6b7280;
}

.contact-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  transition: color 0.2s ease;
}

.contact-form__checkbox-label:hover {
  color: rgba(255, 255, 255, 0.95);
}

.contact-form__checkbox-label input[type="checkbox"] {
  display: none;
}

.contact-form__checkbox-custom {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-custom {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  border-color: #06b6d4;
  transform: scale(1.05);
}

.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-custom::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-form__checkbox-label a {
  color: #06b6d4;
  text-decoration: none;
  font-weight: 500;
}

.contact-form__checkbox-label a:hover {
  text-decoration: underline;
}

.contact-form__submit {
  width: 100%;
  background: #E53935;
  color: #ffffff;
  border: none;
  padding: 18px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 12px rgba(229, 57, 53, 0.3);
}

.contact-form__submit:hover {
  background: #d32f2f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(229, 57, 53, 0.4);
}

/* FAQ Section - Removed */

.contact-faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves-contact" width="100" height="30" patternUnits="userSpaceOnUse"><path d="M0,15 Q25,5 50,15 T100,15" fill="none" stroke="rgba(6,182,212,0.08)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23waves-contact)"/></svg>');
  opacity: 0.4;
}

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

.contact-faq__title {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #0f172a;
}

.contact-faq__subtitle {
  font-size: clamp(1.1rem, 1rem + 0.3vw, 1.25rem);
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 60px;
}

.contact-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-faq__item {
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid rgba(6, 182, 212, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact-faq__item:hover {
  border-color: rgba(6, 182, 212, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 32px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  transition: all 0.3s ease;
}

.contact-faq__question:hover {
  background: rgba(6, 182, 212, 0.02);
}

.contact-faq__icon {
  font-size: 24px;
  font-weight: 300;
  color: #06b6d4;
  transition: all 0.3s ease;
}

.contact-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(6, 182, 212, 0.02);
}

.contact-faq__answer p {
  padding: 0 32px 24px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
}

.contact-faq__item.active .contact-faq__question {
  background: rgba(6, 182, 212, 0.05);
}

.contact-faq__item.active .contact-faq__icon {
  transform: rotate(45deg);
}


/* Responsive Design */
@media (max-width: 1024px) {
  .contact-hero__container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .contact-hero__left {
    padding: 0;
  }
  
  .contact-hero__right {
    padding: 40px 20px;
  }
  
  .contact-hero__features {
    justify-content: center;
  }
  
  .contact-methods__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
  
  .contact-form__form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form__form {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .contact-hero,
  .contact-methods,
  .contact-form {
    padding: 80px 0;
  }
  
  .contact-hero__features {
    flex-direction: column;
    align-items: center;
  }
 
  .contact-form__form {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .contact-hero,
  .contact-methods,
  .contact-form {
    padding: 60px 0;
  }
  
  .contact-methods__container,
  .contact-form__container {
    padding: 0 16px;
  }
  
 
  
  .contact-hero__image-placeholder {
    padding: 40px 24px;
  }
  
  .contact-hero__image-icon {
    font-size: 48px;
  }
  
  .contact-hero__image-text {
    font-size: 16px;
  }
  
  .contact-methods__grid {
    grid-template-columns: 1fr;
  }
  
  .contact-hero__left {
    padding: 0;
  }
  
  .contact-hero__right {
    padding: 40px 20px;
  }
  
  .contact-form__form {
    padding: 16px;
  }
}

/* Contact Form Notifications */
.contact-form__notification {
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  animation: slideIn 0.3s ease forwards;
}

.contact-form__notification.success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.contact-form__notification.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.notification-icon {
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}

.notification-text {
  flex: 1;
  line-height: 1.4;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Form Field Error States */
.contact-form__form-group.error input,
.contact-form__form-group.error select,
.contact-form__form-group.error textarea {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.field-error {
  color: #ef4444;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
}

/* Submit Button Loading State */
.contact-form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #6b7280;
}

.contact-form__submit:disabled:hover {
  background: #6b7280;
  transform: none;
}

/* Contact Form Section */
.contact-form-section {
  padding: 70px 0;
  background: #1F1F1F;
  position: relative;
  overflow: hidden;
}

/* Decorative gradient spheres in contact-form-section */
.contact-form-section .contact-form-section__gradient-sphere-1,
.contact-form-section .contact-form-section__gradient-sphere-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(160px);
  pointer-events: none;
  z-index: 1;
}

/* Left-top purple to blue gradient (CDAAFF → 2225FC) */
.contact-form-section .contact-form-section__gradient-sphere-1 {
  width: 460px;
  height: 460px;
  left: 10%;
  top: 5%;
  background: linear-gradient(135deg, rgba(205, 170, 255, 0.9) 0%, rgba(34, 37, 252, 0.9) 100%);
  z-index: 0;
}

/* Right-bottom purple to orange gradient (AAB6FF → FC8722) */
.contact-form-section .contact-form-section__gradient-sphere-2 {
  width: 520px;
  height: 520px;
  right: 5%;
  bottom: 5%;
  background: linear-gradient(135deg, rgba(170, 182, 255, 0.9) 0%, rgba(252, 135, 34, 0.9) 100%);
  z-index: 0;
}

.contact-form-section__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-form-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 60px;
}

.contact-form-section__left {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.contact-form-section__main {
  display: flex;
  flex-direction: column;
}

.contact-form-section__header {
  margin-bottom: 40px;
}

.contact-form-section__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: clamp(6px, 1.5vw, 8px) clamp(12px, 3vw, 24px);
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 999px;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: clamp(16px, 4vw, 24px);
}

.contact-form-section__badge-text {
  color: #ffffff;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form-section__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
}

.contact-form-section__subtitle {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.contact-form-section__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contact-form-section__info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  align-items: center;
    text-align: center;
}

.contact-form-section__info-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
}

.contact-form-section__info-content {
  font-family: "Roboto", sans-serif;
}

.contact-form-section__info-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.contact-form-section__social {
  display: flex;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.contact-form-section__social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-form-section__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.contact-form-section__social-link img {
  filter: brightness(0) invert(1);
}

.contact-form-section__right {
  background: transparent;
  backdrop-filter: none;
  padding: 0;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  z-index: 1;
  /* max-width: 480px; */
  margin: 0 auto;
  width: 100%;
}

.contact-form-section__form {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-form-section__form::before {
  display: none;
}

.contact-form-section__form::after {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(120% 120% at 30% 30%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.08) 35%, transparent 70%);
  pointer-events: none;
}

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

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

.contact-form-section__form-group label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  display: flex;
  flex-wrap: wrap;
}

.contact-form-section__form-group input,
.contact-form-section__form-group select,
.contact-form-section__form-group textarea {
  width: 100%;
  padding: 14px 8px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Roboto", sans-serif;
}

.contact-form-section__form-group input:focus,
.contact-form-section__form-group select:focus,
.contact-form-section__form-group textarea:focus {
  outline: none;
  border-bottom-color: rgba(6, 182, 212, 0.8);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  transform: translateY(-1px);
}

.contact-form-section__form-group input::placeholder,
.contact-form-section__form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Enforce white text for inputs, including WebKit autofill */
.contact-form-section__form-group input,
.contact-form-section__form-group textarea,
.contact-form-section__form-group select {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.contact-form-section__form-group input:-webkit-autofill,
.contact-form-section__form-group input:-webkit-autofill:hover,
.contact-form-section__form-group input:-webkit-autofill:focus,
.contact-form-section__form-group textarea:-webkit-autofill,
.contact-form-section__form-group textarea:-webkit-autofill:hover,
.contact-form-section__form-group textarea:-webkit-autofill:focus,
.contact-form-section__form-group select:-webkit-autofill,
.contact-form-section__form-group select:-webkit-autofill:hover,
.contact-form-section__form-group select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  caret-color: #ffffff;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.08) inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Force white text color on focus for all input types */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/* Error states for contact form section */
.contact-form-section__form-group.error input,
.contact-form-section__form-group.error select,
.contact-form-section__form-group.error textarea {
  border-bottom-color: #ef4444;
  background-color: rgba(239, 68, 68, 0.1);
}

.field-error {
  color: #ef4444;
  font-size: 12px;
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
}

.contact-form-section__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  transition: color 0.2s ease;
}

.contact-form-section__checkbox-label:hover {
  color: rgba(255, 255, 255, 0.95);
}

.contact-form-section__checkbox-label input[type="checkbox"] {
  display: none;
}

.contact-form-section__checkbox-custom {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
}

.contact-form-section__checkbox-label input[type="checkbox"]:checked + .contact-form-section__checkbox-custom {
  background: linear-gradient(135deg, #8272fe 0%, #8272fe 100%);
  border-color: #8272fe;
  transform: scale(1.05);
}

.contact-form-section__checkbox-label input[type="checkbox"]:checked + .contact-form-section__checkbox-custom::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-form-section__checkbox-label a {
  color: #8272fe;
  text-decoration: underline;
}

.contact-form-section__checkbox-label a:hover {
  color: #8272fe;
}

.contact-form-section__submit {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 32px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
}

.contact-form-section__submit:hover {
  background: #fff;
  color: #101014;
}

/* Responsive Design for Contact Form Section */
@media (max-width: 1024px) {
  .contact-form-section__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .contact-form-section__left {
    padding-right: 0;
  }
  
  .contact-form-section__form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .contact-form-section {
    padding: 80px 0;
  }
  
  .contact-form-section__container {
    gap: 40px;
  }
  
  .contact-form-section__right {
    padding: 0;
  }
  
  .contact-form-section__info-content p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .contact-form-section {
    padding: 60px 0;
  }
  
  .contact-form-section__right {
    padding: 0;
  }
} 