.contact-hero {
  background: var(--hero_bg);
  padding: 70px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 50% 100%,
      rgba(255, 128, 0, 0.12),
      transparent
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 39px,
      rgba(255, 255, 255, 0.02) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 39px,
      rgba(255, 255, 255, 0.02) 40px
    );
  pointer-events: none;
}

.contact-hero .hero-inner {
  position: relative;
}

.contact-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 128, 0, 0.15);
  border: 1px solid rgba(255, 128, 0, 0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
}
.contact-hero .hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  animation: blink 2s ease infinite;
}

.contact-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.contact-hero h1 span {
  background: var(--help-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.8;
}

.main-contact .contact-main-section {
  padding: 60px 0;
}

.main-contact main {
  flex: 1;
  background: #fafafa;
  padding: 64px 24px;
}
.main-contact .content-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Info Cards ── */
.main-contact .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.main-contact .info-card {
  background: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
  cursor: default;
}
.main-contact .info-card:hover {
  border-color: rgba(255, 128, 0, 0.35);
  box-shadow: 0 8px 32px rgba(255, 128, 0, 0.09);
  transform: translateY(-3px);
}

.main-contact .ic-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--badge-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.main-contact .info-card:hover .ic-icon {
  background: #fde8cc;
}
.main-contact .ic-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.main-contact .ic-text h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 5px;
}
.main-contact .ic-text p {
  font-size: 0.8rem;
  color: var(--second-text);
  font-weight: 400;
  line-height: 1.55;
}

/* ── Form Section ── */
.main-contact .form-section {
  background: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

/* Left panel */
.main-contact .f-left {
  background: var(--hero_bg);
  padding: 52px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.main-contact .f-left::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.22), transparent 65%);
  pointer-events: none;
}
.main-contact .f-left::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 0, 0.12), transparent 65%);
  pointer-events: none;
}

.main-contact .f-left-top {
  position: relative;
}

.main-contact .f-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
  display: block;
}

.main-contact .f-left h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.main-contact .f-left h2 span {
  background: var(--help-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-contact .f-left p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  line-height: 1.8;
}

.main-contact .f-divider {
  width: 36px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  margin: 30px 0;
  opacity: 0.7;
}

/* Mini contact list */
.main-contact .f-contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.main-contact .fc-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-contact .fc-dot {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(255, 128, 0, 0.15);
  border: 1px solid rgba(255, 128, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-contact .fc-dot svg {
  width: 15px;
  height: 15px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.main-contact .fc-item span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

/* Response badge */
.main-contact .f-left-bottom {
  position: relative;
}
.main-contact .resp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 128, 0, 0.12);
  border: 1px solid rgba(255, 128, 0, 0.28);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 0.75rem;
  color: rgba(255, 200, 100, 0.9);
  font-weight: 500;
}
.main-contact .resp-dot {
  width: 7px;
  height: 7px;
  background: var(--primary);
  border-radius: 50%;
  animation: blink 2s ease infinite;
}

/* Right panel — form */
.main-contact .f-right {
  padding: 52px 52px;
  background: var(--white);
}

.main-contact .f-right-head {
  margin-bottom: 34px;
}
.main-contact .f-right-head h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.main-contact .f-right-head p {
  font-size: 0.83rem;
  color: var(--second-text);
  font-weight: 400;
}

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

.main-contact .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-contact .field.full {
  grid-column: 1 / -1;
}

.main-contact .field label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--second-text);
  transition: color 0.2s;
}
.main-contact .field label sup {
  color: var(--primary);
  margin-left: 1px;
}
.main-contact .field:focus-within label {
  color: var(--primary);
}

.main-contact .field input,
.main-contact .field textarea {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text);
  background: var(--tabBgcolor);
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  padding: 13px 16px;
  outline: none;
  transition:
    border-color 0.22s,
    background 0.22s,
    box-shadow 0.22s;
  -webkit-appearance: none;
}
.main-contact .field input::placeholder,
.main-contact .field textarea::placeholder {
  color: #b0b0b0;
  font-weight: 300;
}
.main-contact .field input:hover,
.main-contact .field textarea:hover {
  border-color: #d0d0d0;
}
.main-contact .field input:focus,
.main-contact .field textarea:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 128, 0, 0.1);
}
.main-contact .field textarea {
  resize: vertical;
  min-height: 136px;
  line-height: 1.7;
}

/* Submit */
.main-contact .submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

/* .main-contact .btn-submit {
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  padding: 15px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
  position: relative;
  overflow: hidden;
}
.btn-submit::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.13) 0%, transparent 55%);
  pointer-events: none;
}
.btn-submit:hover {
  background: var(--primary-hover);
  box-shadow: 0 8px 28px rgba(255,128,0,0.32);
  transform: translateY(-1px);
}
.btn-submit:active { transform: none; }
.btn-submit svg {
  width: 16px; height: 16px;
  stroke: #fff; fill: none;
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 0.2s;
}
.btn-submit:hover svg { transform: translateX(4px); } */

.main-contact .btn-orange{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main-contact .btn-orange svg{
   width: 16px; height: 16px;
  stroke: #fff; fill: none;
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 0.2s;

}

@media (max-width: 991px) {
  .main-contact .info-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
  .main-contact .form-section {
    grid-template-columns: 1fr;
  }
  .main-contact .f-left {
    padding: 40px 32px;
  }
  .main-contact .f-right {
    padding: 40px 32px;
  }
  .main-contact .resp-badge{
    margin-top: 20px !important;
  }
}
@media (max-width: 680px) {
  .main-contact .info-grid {
    grid-template-columns: 1fr;
  }
  .main-contact .form-grid {
    grid-template-columns: 1fr;
  }
  .main-contact .submit-row {
    flex-direction: column;
    align-items: stretch;
  }
  .main-contact .nav-links {
    display: none;
  }
}

/* =============== */

.contact_section {
  padding: 70px 0;
}
.contact_section .heading p {
  margin-bottom: 20px;
}
.contact_section .contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 50px;
}
.contact_section .contact-info-content {
  background: var(--white);
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  transition: 0.35s;
  border: 1px solid var(--primary);
  width: 32%;
}

.contact_section .contact-info-icons i {
  font-size: 30px;
  color: var(--primary);
}
.contact_section .contact-info-content {
  align-items: center;
  text-align: center;
}
.contact_section .contact-info-title {
  font-size: 22px;
  color: var(--text);
  font-family: var(--font-inter-semibold);
  margin: 10px 0;
}
.contact_section .contact-info p,
.contact_section .contact-info a {
  font-size: 16px;
  color: var(--text);
  font-family: var(--font-inter-medium);
}
.contact_section .contact-form {
  margin-top: 50px;
  border: 1px solid var(--primary);
  background: var(--white);
  border-radius: 18px;
  padding: 40px;
  height: 100%;
}
.contact_section .contact-form h3 {
  font-size: 28px;
  color: var(--primary);
  font-family: var(--font-inter-semibold);
  margin-bottom: 10px;
}
.contact_section .contact-form p {
  font-size: 16px;
  color: var(--text);
  font-family: var(--font-inter-medium);
  margin-bottom: 30px;
}
.contact_section .contact-form-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.contact_section .form-control {
  margin-bottom: 0px;
  height: 44px;
  border-radius: 10px !important;
  border-color: var(--secendory);
}
.contact_section label {
  font-size: 14px;
  font-family: var(--font-inter-medium);
  color: var(--text);
  margin-bottom: 10px;
  display: block;
}
.contact_section .form-control:focus {
  box-shadow: none !important;
  border: 1px solid var(--secendory) !important;
}
.contact_section form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_section .contact-msg {
  height: 150px;
}

@media only screen and (max-width: 1199px) {
  .contact_section .contact-info {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact_section .contact-info-content {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .contact_section {
    padding: 60px 0;
  }
  .contact_section .contact-info-content {
    width: 100%;
  }
  .contact_section .contact-form-flex {
    gap: 20px;
    flex-direction: column;
  }
  .contact_section .contact-form {
    margin-top: 20px;
    padding: 25px;
  }
  .contact_section .contact-info-content,
  .contact_section .contact-form {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_section {
    padding: 50px 0;
  }
  .contact_section .contact-form p {
    font-size: 14px;
  }
  .contact_section .contact-info {
    margin-top: 30px;
  }
  .contact_section .contact-info-title {
    font-size: 20px;
    margin: 8px 0;
  }
  .contact_section .contact-form h3 {
    font-size: 26px;
  }
  .contact_section .contact-form p {
    margin-bottom: 20px;
  }
  .contact_section .contact-msg {
    height: 100px;
  }
}
@media only screen and (max-width: 424px) {
  .contact_section {
    padding: 40px 0;
  }
  .contact_section .contact-form {
    padding: 12px;
  }
  .contact_section .contact-info-content {
    padding: 20px 0;
  }
}
