.contact_page {
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
  background: linear-gradient(to right, #f5fbff 0%, #ffffff 100%);
  color: #222;
  margin-top: 40px;
}

.contact-section {
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.contact_intro_h2 {
  background: linear-gradient(95.76deg, #03D382 -0.95%, #0171E7 116.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.highlight {
  color: #0066ff;
}

.description {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.contact-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(135deg, #f8fdfc 0%, #f1f4f7 100%);
  border-radius: 30px;
  box-shadow:
    0 0 0 1px #e0e0e0,
    0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.contact-info {
  flex: 1 1 300px;
}

.contact-info h4 {
  color: #0066ff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info img{
  width: 15px;
}

.contact-info p{
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  max-width: 300px;
  color: #555;
  padding-top: 5px;
}



.contact-map {
  flex: 1 1 350px;
  max-width: auto;
}

.contact-map iframe{
  border: 6px solid #fff;
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.7;
  animation: float 6s infinite ease-in-out;
}

.particle:nth-child(7){
  width: 30px !important;
  height: 30px !important;
}

.particle-1 {
  background: linear-gradient(90deg,#53a5fa,#0071e7);
  top: 10%;
  left: 90%;
  width: 30px !important;
  height: 30px !important;
}

.particle-2 {
  background: linear-gradient(90deg,#36f8a4,#00d77a);
  top: 20%;
  left: 5%;
}

.particle-3 {
  background: linear-gradient(90deg,#53a5fa,#0071e7);
  top: 80%;
  left: 10%;
}

.particle-4 {
  background: linear-gradient(90deg,#36f8a4,#00d77a);
  top: 60%;
  left: 80%;
}

.particle-5 {
  background: linear-gradient(90deg,#53a5fa,#0071e7);
  top: 30%;
  left: 50%;
}

.particle-6 {
  background: linear-gradient(90deg,#36f8a4,#00d77a);
  top: 75%;
  left: 30%;
}

.particle-7 {
  background: linear-gradient(90deg,#36f8a4,#00d77a);
  top: 97%;
  left: 88%;
  width: 25px !important;
  height: 25px !important;
}

.particle-8 {
  background: linear-gradient(90deg,#53a5fa,#0071e7);
  top: 100%;
  left: 20%;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-map iframe {
    height: 250px;
  }
}



/* Contact Form */





.contact-form-section {
  background: linear-gradient(to right, #f5fbff 0%, #ffffff 100%);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.contact-form-wrapper {
  display: flex;
  max-width: 1200px;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left image */
.vertical-image-container {
  flex: 1;
  /* max-width: 300px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-image-container img {
  width: auto;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

/* Right form */
.contact-form-container {
  flex: 2;
  background: linear-gradient(135deg, #f8fdfc 0%, #f1f4f7 100%);
  border-radius: 30px;
  box-shadow:
    0 0 0 1px #e0e0e0,
    0 10px 30px rgba(0,0,0,0.08);
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
}

.contact-form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  background: linear-gradient(95.76deg, #03D382 -0.95%, #0171E7 116.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-row input {
  flex: 1;
  padding: 15px;
  border: none;
  box-shadow: inset 2px 2px 5px #ededed, inset -3px -3px 7px #eeeeee;
  /* box-shadow: inset 0 3px 6px rgba(0,0,0,.161); */
  border-radius: 10px;
  font-size: 16px;
  outline: none;
}

.checkbox-title {
  margin: 30px 0 10px;
  font-weight: bold;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.checkbox-grid input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #0171E7;
  border-radius: 5px;
  position: relative;
  transition: background 0.2s;
}

.checkbox-grid input[type="checkbox"]:checked {
  background-color: #0171E7;
}

.checkbox-grid input[type="checkbox"]::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox-grid input[type="checkbox"]:checked::after {
  opacity: 1;
}

input[type="submit"] {
  background-color: #00c26f;
  border: 2px dashed rgba(0, 194, 111, 0.5);
  color: white;
  box-shadow: 0 8px 20px rgba(0, 194, 111, 0.3);
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

button[type="submit"]:hover {
  background-color: #00b04a;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .vertical-image-container {
    max-width: 100%;
  }

  .contact-form-container {
    width: 100%;
    margin-top: 30px;
  }

  .vertical-image-container {
    flex: 1;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vertical-image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  }

}
