* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
  font-family: "Poppins", sans-serif;
} */
body {
  padding-top: 50px;
  margin: 0;
  font-family: Poppins, sans-serif;
  background: #f7f8ff;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* =========================================================
   CONTACT HERO SECTION
========================================================= */

.contact-hero {
  position: relative;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 102, 255, 0.12) 0%,
      transparent 10%
    ),
    radial-gradient(
      circle at top right,
      rgba(0, 140, 255, 0.08) 0%,
      transparent 18%
    ),
    radial-gradient(
      circle at bottom center,
      rgba(0, 89, 255, 0.1) 0%,
      transparent 25%
    ),
    linear-gradient(180deg, #02050b 0%, #040816 35%, #02050b 70%, #000000 100%);

  width: 100%;
  height: 450px;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   CONTENT
========================================================= */

.contact-hero-content {
  position: relative;
  z-index: 2;

  text-align: center;

  max-width: 900px;
  padding: 20px;
}

/* =========================================================
   TOP TEXT
========================================================= */

.contact-top-text {
  color: #1e6dff;

  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 700;
  /* margin-top: 80px; */
  margin-bottom: 18px;
}

/* =========================================================
   HEADING
========================================================= */

.contact-hero-content h1 {
  color: #fff;

  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;

  margin-bottom: 18px;
}

.contact-hero-content h1 span {
  color: #1e6dff;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.contact-description {
  color: #c9c9c9;

  font-size: 20px;
  line-height: 1.7;

  max-width: 760px;
  margin: auto;

  font-weight: 300;
}

/* =========================================================
   BOTTOM LINE
========================================================= */

.contact-line {
  width: 70px;
  height: 4px;

  background: #1e6dff;

  margin: 30px auto 0;

  border-radius: 10px;

  box-shadow: 0 0 15px rgba(30, 109, 255, 0.7);
}

/* =========================================================
   CONTACT SECTION
========================================================= */

.contact-section {
  position: relative;
  padding: 80px 6%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #02050b 0%, #01040a 100%);

  background-size:
    40px 40px,
    40px 40px,
    cover;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
========================================================= */

.contact-container {
  display: grid;
  grid-template-columns: 2fr 1.1fr;
  gap: 30px;

  margin-bottom: 30px;
}

/* =========================================================
   GLASS CARD
========================================================= */

.contact-form-card,
.contact-info-card,
.support-bar {
  background: rgba(6, 12, 22, 0.75);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 35px rgba(0, 0, 0, 0.5);

  position: relative;
  overflow: hidden;
}

/* TOP BLUE LINE */

.contact-form-card::before,
.contact-info-card::before,
.support-bar::before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 2px;

  background: linear-gradient(90deg, transparent, #0a6cff, transparent);
}

/* =========================================================
   FORM CARD
========================================================= */

.contact-form-card {
  padding: 35px;
}

.contact-form-card h2,
.contact-info-card h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-form-card p,
.contact-info-card p {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 28px;
}

/* =========================================================
   FORM
========================================================= */

.contact-form {
  width: 100%;
}

.input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;

  background: rgba(255, 255, 255, 0.02);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 10px;

  padding: 14px 16px;

  color: #ffffff;
  font-size: 14px;

  outline: none;

  transition: 0.3s ease;
}

.contact-form textarea {
  height: 130px;
  resize: none;
  margin-bottom: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7f8794;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0a6cff;

  box-shadow: 0 0 0 3px rgba(10, 108, 255, 0.12);
}

/* =========================================================
   BUTTON
========================================================= */

.contact-form button {
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg, #0a6cff, #0057d9);

  color: #ffffff;

  border-radius: 10px;

  padding: 14px 26px;

  font-size: 14px;
  font-weight: 600;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  transition: 0.35s ease;
}

.contact-form button:hover {
  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(10, 108, 255, 0.35);
}

/* ===== BUTTON ===== */

.callback-btn {
  position: relative;
  z-index: 2;
  min-width: 230px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(0, 102, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #0a84ff;
  font-size: 17px;
  font-weight: 600;
  transition: 0.35s ease;
  background: rgba(0, 102, 255, 0.04);
}

.callback-btn span {
  transition: 0.35s ease;
}

.callback-btn:hover {
  background: #0a6cff;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 102, 255, 0.35);
}

.callback-btn:hover span {
  transform: translateX(5px);
}

/* =========================================================
   INFO CARD
========================================================= */

.contact-info-card {
  padding: 35px 30px;
}

.info-item {
  display: flex;
  gap: 16px;

  margin-bottom: 28px;
}

.info-icon {
  min-width: 48px;
  height: 48px;

  border-radius: 50%;

  background: rgba(10, 108, 255, 0.12);

  border: 1px solid rgba(10, 108, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0a6cff;
  font-size: 18px;
}

.info-text h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 6px;
}

.info-text span {
  display: block;

  color: #d1d5db;
  font-size: 14px;
  line-height: 1.7;
}

.info-text small {
  color: #7f8794;
  font-size: 13px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.info-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}

/* =========================================================
   SUPPORT BAR
========================================================= */

.support-bar {
  padding: 24px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.support-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.support-icon {
  width: 58px;
  height: 58px;

  border-radius: 50%;

  background: rgba(10, 108, 255, 0.12);

  border: 1px solid rgba(10, 108, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0a6cff;
  font-size: 22px;
}

.support-left h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 6px;
}

.support-left p {
  color: #9ca3af;
  font-size: 14px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 70px 5%;
  }

  .input-group {
    grid-template-columns: 1fr;
  }

  .support-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-left {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .contact-form-card,
  .contact-info-card,
  .support-bar {
    padding: 24px;
  }

  .contact-form-card h2,
  .contact-info-card h2 {
    font-size: 24px;
  }

  .support-left h3 {
    font-size: 18px;
  }
}

/* ========================================= */
/* ===== EXTRA RESPONSIVE CONTACT PAGE ===== */
/* ========================================= */

/* ===== LARGE LAPTOP ===== */

@media (max-width: 1200px) {
  .contact-hero-content {
    max-width: 750px;
  }

  .contact-hero-content h1 {
    font-size: 54px;
  }

  .contact-description {
    font-size: 18px;
  }

  .contact-container {
    gap: 24px;
  }
}

/* ===== TABLET ===== */

@media (max-width: 992px) {
  body {
    padding-top: 70px;
  }

  .contact-hero {
    height: auto;
    padding: 100px 20px;
  }

  .contact-hero-content {
    width: 100%;
  }

  .contact-hero-content h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  .contact-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-section {
    padding: 60px 20px;
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-info-card {
    width: 100%;
  }

  .support-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .callback-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .contact-hero {
    padding: 90px 18px;
    text-align: center;
  }

  .contact-top-text {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .contact-hero-content h1 {
    font-size: 36px;
  }

  .contact-description {
    font-size: 15px;
  }

  .contact-line {
    margin-top: 22px;
  }

  .contact-section {
    padding: 50px 18px;
  }

  .contact-form-card,
  .contact-info-card,
  .support-bar {
    padding: 24px;
    border-radius: 16px;
  }

  .contact-form-card h2,
  .contact-info-card h2 {
    font-size: 24px;
  }

  .contact-form-card p,
  .contact-info-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .input-group {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 14px;
    font-size: 14px;
  }

  .contact-form textarea {
    height: 120px;
  }

  .contact-form button,
  .callback-btn {
    width: 100%;
    justify-content: center;
    height: 52px;
  }

  .info-item {
    gap: 14px;
  }

  .info-icon {
    min-width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .info-text h3 {
    font-size: 15px;
  }

  .info-text span,
  .info-text small {
    font-size: 13px;
  }

  .support-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-left h3 {
    font-size: 20px;
  }

  .support-left p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ===== SMALL MOBILE ===== */

@media (max-width: 480px) {
  .contact-hero {
    padding: 80px 15px;
  }

  .contact-hero-content {
    padding: 0;
  }

  .contact-hero-content h1 {
    font-size: 30px;
  }

  .contact-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-top-text {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .contact-form-card,
  .contact-info-card,
  .support-bar {
    padding: 20px;
  }

  .contact-form-card h2,
  .contact-info-card h2 {
    font-size: 22px;
  }

  .contact-form button,
  .callback-btn {
    font-size: 14px;
    height: 48px;
  }

  .support-left h3 {
    font-size: 18px;
  }

  .support-left p {
    font-size: 13px;
  }
}
