.elementor-1662 .elementor-element.elementor-element-5830ae7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-321eb2a *//* ===============================
   CONTACT US SECTION (FINAL)
================================= */

.contactus-section {
  background: #050507 !important;
  padding: 140px 5% !important;
  color: #fff !important;
}

/* HEADER */
.contactus-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.contactus-title {
  font-size: 48px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.2;
}

.contactus-title span {
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, #3566F9, #8f5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactus-header p {
  color: #aaa !important;
  margin-top: 15px;
  line-height: 1.6;
}

/* LAYOUT */
.contactus-wrap {
  display: flex !important;
  gap: 70px !important;
  margin-top: 80px;
  flex-wrap: wrap;
}

/* ===============================
   FORM BOX
================================= */

.contactus-form-box {
  flex: 1;
  padding: 45px;
  border-radius: 22px;
  background: rgba(255,255,255,0.03) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
}

/* FORM SPACING */
.contactus-form-box form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* INPUT */
.contactus-input input,
.contactus-input textarea {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  outline: none !important;
  transition: 0.3s;
}

/* PLACEHOLDER */
.contactus-input input::placeholder,
.contactus-input textarea::placeholder {
  color: #999 !important;
}

/* FOCUS */
.contactus-input input:focus,
.contactus-input textarea:focus {
  border-color: #3566F9 !important;
  background: rgba(255,255,255,0.06) !important;
  box-shadow: 0 0 0 2px rgba(53,102,249,0.25) !important;
}

/* TEXTAREA */
.contactus-input textarea {
  height: 140px !important;
  resize: none !important;
}

/* BUTTON */
.contactus-btn {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 40px !important;
  border: none !important;
  background: linear-gradient(90deg, #3566F9, #5a7bff) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: 0.3s;
  margin-top: 10px;
}

.contactus-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(53,102,249,0.4);
}

/* ===============================
   INFO SIDE
================================= */

.contactus-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.contactus-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}

/* GRADIENT BORDER */
.contactus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* LIGHT SWEEP */
.contactus-card::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: translateX(-120%);
  transition: 0.6s;
}

/* HOVER */
.contactus-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(53,102,249,0.15);
}

.contactus-card:hover::after {
  transform: translateX(120%);
}

/* ICON */
.contactus-icon {
  min-width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3566F9, #5a7bff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(53,102,249,0.3);
}

/* TEXT */
.contactus-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 4px;
}

.contactus-card p {
  color: #bbb !important;
  font-size: 14px;
  line-height: 1.6;
}

/* MAP */
.contactus-map iframe {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  border: none;
}

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

@media(max-width:900px){
  .contactus-wrap {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .contactus-title {
    font-size: 34px !important;
  }

  .contactus-form-box {
    padding: 30px;
  }
}/* End custom CSS */