@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");

body,
h1,
h2,
h3,
p,
i,
a,
h4 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.team-section {
  background: #1b6eff;
  padding: 30px 20px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 40%,
    rgba(255, 255, 255, 0.09) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.team-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.team-title {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.08;
  position: relative;
  z-index: 2;
}
.team-desc {
  font-size: 14.5px;
  color: rgb(255, 255, 255);
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}
.team-cta-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.13);
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 28px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.2s;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.team-cta-btn:hover {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

/* CAROUSEL */
.carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  z-index: 2;
}
.team-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
  z-index: 20;
  margin-right: 80px;
  margin-left: 80px;
}
.team-nav:hover {
  background: rgba(255, 255, 255, 0.28);
}
.team-nav svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* STAGE */
.team-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  width: 100%;
  max-width: 800px;
  perspective: 1100px;
  flex-shrink: 0;
}

/* CARD — no circle, just full image */
.tm-card {
  position: absolute;
  width: 195px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center bottom;
  user-select: none;
  background: #000080;
}

/* THE IMAGE fills the entire card — no circle */
.tm-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s;
  filter: brightness(0.72);
}

/* overlay gradient at bottom for text */
.tm-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 14px 14px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 60%,
    transparent 100%
  );
  text-align: left;
}
.tm-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.3;
}
.tm-role {
  font-size: 11px;
  color: rgb(255, 255, 255);
}

/* POSITION STATES */
.tm-card[data-pos="center"] {
  width: 232px;
  height: 310px;
  z-index: 10;
  transform: translateX(0) scale(1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.28);
}
.tm-card[data-pos="center"] img {
  filter: brightness(0.88);
}

.tm-card[data-pos="left1"] {
  height: 262px;
  z-index: 7;
  transform: translateX(-218px) scale(0.87) rotateY(14deg);
  opacity: 0.8;
}
.tm-card[data-pos="right1"] {
  height: 262px;
  z-index: 7;
  transform: translateX(218px) scale(0.87) rotateY(-14deg);
  opacity: 0.8;
}
.tm-card[data-pos="left2"] {
  height: 215px;
  z-index: 4;
  transform: translateX(-385px) scale(0.72) rotateY(20deg);
  opacity: 0.48;
}
.tm-card[data-pos="right2"] {
  height: 215px;
  z-index: 4;
  transform: translateX(385px) scale(0.72) rotateY(-20deg);
  opacity: 0.48;
}
.tm-card[data-pos="hidden-left"] {
  transform: translateX(-640px) scale(0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.tm-card[data-pos="hidden-right"] {
  transform: translateX(640px) scale(0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* DOTS */
.team-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}
.team-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
  border: none;
}
.team-dot.on {
  background: #fff;
  transform: scale(1.38);
}

/* QUOTE */
.team-quote {
  margin: 32px auto 0;
  max-width: 560px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.team-quote-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
  line-height: 1.82;
  margin-bottom: 20px;
}
.team-quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.team-qav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.38);
  overflow: hidden;
  flex-shrink: 0;
  background: #2a1060;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.team-qav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-qname {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.team-qtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.58);
  text-align: left;
  margin-top: 2px;
}

/* RESPONSIVE */
@media (max-width: 640px) {
  .team-stage {
    height: 250px;
  }
  .tm-card[data-pos="center"] {
    width: 158px;
    height: 215px;
  }
  .tm-card[data-pos="left1"] {
    height: 182px;
    transform: translateX(-138px) scale(0.84) rotateY(14deg);
  }
  .tm-card[data-pos="right1"] {
    height: 182px;
    transform: translateX(138px) scale(0.84) rotateY(-14deg);
  }
  .tm-card[data-pos="left2"] {
    height: 148px;
    transform: translateX(-245px) scale(0.65) rotateY(20deg);
  }
  .tm-card[data-pos="right2"] {
    height: 148px;
    transform: translateX(245px) scale(0.65) rotateY(-20deg);
  }
  .team-nav {
    width: 36px;
    height: 36px;
  }
}

/* ======================about 2========= */

.df-section {
  padding: 80px 40px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.df-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(88, 35, 215, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.df-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* ── LEFT ── */
.df-left {
}

.df-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(88, 35, 215, 0.07);
  border: 1px solid rgba(88, 35, 215, 0.18);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #1b6eff;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.df-tag i {
  font-size: 11px;
}

.df-heading {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  color: #000080;
  margin-bottom: 6px;
}
.df-heading span {
  color: #1b6eff;
  display: block;
}

.df-sub {
  font-size: 15px;
  color: #000080;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 340px;
}

/* FEED CARDS */
.df-feeds {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.df-feed-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #faf8ff;
  border: 1.5px solid rgba(88, 35, 215, 0.1);
  border-radius: 16px;
  padding: 20px 22px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
  cursor: default;
}
.df-feed-card:hover {
  border-color: rgba(88, 35, 215, 0.35);
  box-shadow: 0 8px 32px rgba(88, 35, 215, 0.1);
  transform: translateY(-3px);
}

.df-feed-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  transition: transform 0.3s;
}
.df-feed-card:hover .df-feed-icon {
  transform: scale(1.12) rotate(-5deg);
}

.df-feed-icon.social {
  background: linear-gradient(135deg, #1b6eff, #0f67ff);
  color: #fff;
}
.df-feed-icon.pro {
  background: linear-gradient(135deg, #000080, #000080);
  color: #fff;
}

/* STORE BUTTONS */
.df-stores {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.df-store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1b6eff;
  border-radius: 12px;
  padding: 11px 20px;
  text-decoration: none;
  color: #fff;
  transition:
    background 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
  min-width: 148px;
}
.df-store-btn:hover {
  background: #000080;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(52, 3, 167, 0.3);
  color: #fff;
}
.df-store-btn i {
  font-size: 22px;
  flex-shrink: 0;
}
.df-store-label {
  display: flex;
  flex-direction: column;
}
.df-store-top {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}
.df-store-name {
   font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

/* ── RIGHT — PHONE MOCKUP ── */
.df-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.df-phone-wrap {
  position: relative;
  animation: df-float 4s ease-in-out infinite;
}
@keyframes df-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.df-phone {
  width: 220px;
  background: #0f0a1e;
  border-radius: 36px;
  border: 3px solid #000080;
  box-shadow:
    0 30px 80px rgba(88, 35, 215, 0.3),
    0 0 0 1px rgba(88, 35, 215, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.df-phone-notch {
  width: 60px;
  height: 6px;
  background: #000080;
  border-radius: 3px;
  margin: 10px auto 0;
}
.df-phone-screen {
  padding: 12px 10px 10px;
  min-height: 360px;
  background: linear-gradient(180deg, #0d081a 0%, #120a28 100%);
}

/* Floating labels */
.df-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  padding: 9px 16px 9px 12px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  animation: df-badge-float 3s ease-in-out infinite;
  z-index: 10;
  white-space: nowrap;
}
.df-badge i {
  font-size: 16px;
}

.df-badge.social-badge {
  top: 20px;
  left: -30px;
  background: linear-gradient(135deg, #1b6eff, #1266f7);
  color: #fff;
  animation-delay: 0s;
}
.df-badge.pro-badge {
  top: 60px;
  right: -30px;
  background: linear-gradient(135deg, #000080, #000080);
  color: #fff;
  animation-delay: 1.5s;
}

@keyframes df-badge-float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

/* glow orbs */
.df-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.df-orb-1 {
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(88, 35, 215, 0.18) 0%,
    transparent 70%
  );
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.df-orb-2 {
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.15) 0%,
    transparent 70%
  );
  bottom: -20px;
  right: 20px;
}

/* ── ANIMATIONS on load ── */
.df-left {
  animation: df-slidein-left 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes df-slidein-left {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.df-right {
  animation: df-slidein-right 0.7s 0.15s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes df-slidein-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.df-feed-card {
  animation: df-fadein 0.5s both;
}
.df-feed-card:nth-child(1) {
  animation-delay: 0.3s;
}
.df-feed-card:nth-child(2) {
  animation-delay: 0.45s;
}
@keyframes df-fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .df-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .df-right {
    order: -1;
    min-height: 380px;
  }
  .df-sub {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .df-section {
    padding: 60px 20px;
  }
  .df-phone {
    width: 190px;
  }
  .df-badge.social-badge {
    left: -10px;
  }
  .df-badge.pro-badge {
    right: -10px;
  }
  .df-stores {
    flex-direction: column;
  }
  .df-store-btn {
    min-width: unset;
    width: 100%;
    max-width: 200px;
  }
}

/* ===========contact us =============== */

:root {
  --navy: #010152;
  --navy-dark: #000000;
  --blue-accent: #1b6eff;
  --blue-light: #1b6eff;
  --white: #ffffff;
  --gray-bg: #f4f6fb;
  --input-border: #dde3f0;
  --text-main: #000000;
  --text-muted: #080808;
  --icon-bg: #111f50;
}

/* ── HERO / HEADER ── */
.hero1 {
  background: var(--navy);
  padding: 3.5rem 1.5rem 3.5rem;
  margin-top: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: fadeDown 0.7s ease both;
}
.hero1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 60% 40%,
    rgba(37, 99, 235, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.hero1 h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-top: 30px;
  color: var(--white);
  margin-top: 30px;
  letter-spacing: -0.5px;
}
.hero1 p {
  margin-top: 0.6rem;
  color: rgb(255, 255, 255);
  font-size: 0.95rem;
  font-weight: 300;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--white);
  padding: 0.75rem 1.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--input-border);
}
.breadcrumb span {
  color: var(--blue-accent);
  font-weight: 500;
}

/* ── CONTACT SECTION ── */
.contact-section {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2rem;
  align-items: start;
  animation: fadeUp 0.8s ease 0.15s both;
}

/* ── FORM CARD ── */
.form-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2.4rem 2.4rem;
  box-shadow: 0 4px 32px rgba(26, 39, 68, 0.07);
}
.form-card h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #000080;
  margin-bottom: 0.4rem;
}
.form-card p {
  font-size: 0.85rem;
  color: BLACK;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.4rem;
  letter-spacing: 0.3px;
}
.form-group input,
.form-group textarea,
.form-group select {
  border: 1.5px solid var(--input-border);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.88rem;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: var(--navy);
  background: var(--white);
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--blue-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

/* phone row */
.phone-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.phone-row select {
  width: 90px;
  flex-shrink: 0;
  border: 1.5px solid var(--input-border);
  border-radius: 8px;
  padding: 0.65rem 0.5rem;
  font-size: 0.88rem;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  color: var(--navy);
  background: var(--white);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.phone-row select:focus {
  border-color: var(--blue-accent);
}
.phone-row input {
  flex: 1;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0.8rem 2rem;
  font-size: 0.93rem;
  font-weight: 600;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  cursor: pointer;
  margin-top: 0.6rem;
  transition:
    background 0.22s,
    transform 0.15s,
    box-shadow 0.22s;
  box-shadow: 0 4px 14px rgba(26, 39, 68, 0.18);
}
.btn-submit:hover {
  background: var(--blue-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.28);
}
.btn-submit:active {
  transform: translateY(0);
}
.btn-submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── INFO CARD ── */
.info-card {
  background: var(--navy);
  border-radius: 16px;
  padding: 2.2rem 1.8rem 2rem;
  color: var(--white);
  box-shadow: 0 8px 40px rgba(26, 39, 68, 0.18);
  position: sticky;
  top: 1.5rem;
}
.info-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.3rem;
  animation: slideLeft 0.6s ease both;
}
.info-item:nth-child(2) {
  animation-delay: 0.1s;
}
.info-item:nth-child(3) {
  animation-delay: 0.2s;
}
.info-item:nth-child(4) {
  animation-delay: 0.3s;
}
.info-icon {
  width: 44px;
  height: 44px;
  background: var(--icon-bg);
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.2s;
}
.info-item:hover .info-icon {
  background: var(--blue-accent);
  transform: scale(1.08);
}
.info-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--white);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-text {
  display: flex;
  flex-direction: column;
}
.info-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.info-value {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.4rem 0;
}

.social-title {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.9rem;
  font-weight: 400;
}
.socials {
  display: flex;
  gap: 0.7rem;
}
.social-btn {
  width: 38px;
  height: 38px;
  background: var(--icon-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.2s;
  cursor: pointer;
}
.social-btn:hover {
  background: var(--blue-accent);
  transform: translateY(-3px);
}
.social-btn svg {
  width: 17px;
  height: 17px;
  fill: var(--white);
}

/* ── OTHER SECTIONS ── */
.features-section {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  animation: fadeUp 0.8s ease 0.3s both;
}
.feature-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 2px 18px rgba(26, 39, 68, 0.06);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(26, 39, 68, 0.12);
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: #eef2ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--blue-accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.feature-card p {
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── MAP SECTION ── */
.map-section {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  animation: fadeUp 0.8s ease 0.45s both;
}
.map-section h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}
.map-placeholder {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #e8edf8 0%, #dde3f0 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  gap: 0.5rem;
  box-shadow: 0 2px 18px rgba(26, 39, 68, 0.06);
}
.map-placeholder svg {
  width: 28px;
  height: 28px;
  stroke: var(--blue-accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ── FAQ SECTION ── */
.faq-section {
  max-width: 1100px;
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
  animation: fadeUp 0.8s ease 0.55s both;
}
.faq-section h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.2rem;
}
.faq-item {
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 0.7rem;
  box-shadow: 0 1px 10px rgba(26, 39, 68, 0.05);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.1rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
}
.faq-q:hover {
  color: var(--blue-accent);
}
.faq-q svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-q.open svg {
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 0 1.4rem;
}
.faq-a.open {
  max-height: 200px;
  padding: 0 1.4rem 1.1rem;
}

/* ── FOOTER ── */
footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1.5rem;
  font-size: 0.8rem;
}

/* ── ANIMATIONS ── */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
  .info-card {
    position: static;
  }
  .features-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .features-section {
    grid-template-columns: 1fr;
  }
  .form-card {
    padding: 1.6rem 1.2rem;
  }
  .info-card {
    padding: 1.6rem 1.2rem;
  }
}
