/* ============================================================
   ABOUT & CONTACT PAGE — Premium Styles
   ============================================================ */

/* ---- ABOUT: WHO WE ARE ---- */
.dfx-about-who {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}
.dfx-about-who__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Visual side */
.dfx-about-who__visual {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dfx-about-blob {
  position: absolute;
  width: 360px; height: 360px;
  background: linear-gradient(135deg, rgba(0,153,250,0.1), rgba(0,35,75,0.07));
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: dfx-blob-morph 8s ease-in-out infinite;
  z-index: 0;
}
.dfx-about-main-img {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 340px;
  filter: drop-shadow(0 20px 40px rgba(0,35,75,0.15));
  animation: dfx-img-tilt-float 5s ease-in-out infinite;
  transform-origin: center bottom;
}
.dfx-about-badge {
  position: absolute;
  top: 30px; left: 10px;
  z-index: 3;
  background: linear-gradient(135deg, #0099fa, #00234b);
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0,35,75,0.25);
  animation: dfx-badge-pulse 3s ease-in-out infinite;
}
.dfx-about-badge__num  { font-size: 22px; font-weight: 800; line-height: 1; }
.dfx-about-badge__lbl  { font-size: 10px; opacity: .85; margin-top: 2px; letter-spacing: .5px; }
.dfx-about-card {
  position: absolute;
  bottom: 40px; right: 10px;
  z-index: 3;
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(0,35,75,0.13);
  border: 1px solid rgba(0,153,250,0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: dfx-card-swing 6s ease-in-out infinite;
}
.dfx-about-card strong {
  font-size: 18px; font-weight: 800;
  background: linear-gradient(135deg, #0099fa, #00234b);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.dfx-about-card span { font-size: 11px; color: #6084a4; display: block; }

/* Content side */
.dfx-about-who__content h2 {
  font-size: 36px; font-weight: 800; color: #3C4856;
  line-height: 1.25; margin: 12px 0 16px;
}
.dfx-about-lead {
  font-size: 17px; color: #3C4856; font-weight: 600;
  line-height: 1.7; margin-bottom: 16px;
}
.dfx-about-who__content p { color: #6084a4; font-size: 15px; line-height: 1.8; margin-bottom: 12px; }
.dfx-about-pills {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
}
.dfx-about-pills span {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, rgba(0,153,250,0.08), rgba(0,35,75,0.05));
  border: 1px solid rgba(0,153,250,0.2);
  color: #0057a8; font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 50px;
  transition: all 0.3s;
}
.dfx-about-pills span:hover {
  background: linear-gradient(135deg, #0099fa, #00234b);
  color: #fff; border-color: transparent;
  transform: translateY(-2px);
}
.dfx-about-pills span i { color: #0099fa; font-size: 12px; }
.dfx-about-pills span:hover i { color: #fff; }

/* ---- STATS ---- */
.dfx-about-stats {
  padding: 70px 0;
  background: linear-gradient(135deg, #00234b 0%, #0057a8 50%, #0099fa 100%);
  position: relative;
  overflow: hidden;
}
.dfx-about-stats::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}
.dfx-about-stats::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}
.dfx-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.dfx-about-stat-card {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  transition: transform 0.3s, background 0.3s;
}
.dfx-about-stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.14);
}
.dfx-about-stat-card__icon {
  font-size: 28px; color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.dfx-about-stat-card__num {
  font-size: 38px; font-weight: 800; color: #fff;
  line-height: 1; margin-bottom: 8px;
}
.dfx-about-stat-card__lbl {
  font-size: 13px; color: rgba(255,255,255,0.75);
  font-weight: 500; line-height: 1.4;
}

/* ---- MISSION VISION VALUES ---- */
.dfx-about-mvv {
  padding: 90px 0;
  background: linear-gradient(135deg, #f7fafd 0%, #eef4fb 100%);
}
.dfx-about-mvv__header {
  text-align: center; margin-bottom: 56px;
}
.dfx-about-mvv__header h2 { font-size: 36px; font-weight: 800; color: #3C4856; margin: 12px 0 14px; }
.dfx-about-mvv__header p  { color: #6084a4; max-width: 500px; margin: 0 auto; }
.dfx-about-mvv__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.dfx-mvv-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 4px 24px rgba(0,35,75,0.07);
  border: 1px solid rgba(0,153,250,0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.dfx-mvv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0099fa, #00234b);
  border-radius: 24px 24px 0 0;
}
.dfx-mvv-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(0,35,75,0.13); }
.dfx-mvv-card__icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff;
  margin: 0 auto 24px;
  animation: dfx-orb-glow 3s ease-in-out infinite;
}
.dfx-mvv-card__icon--1 { background: linear-gradient(135deg, #0099fa, #0057a8); }
.dfx-mvv-card__icon--2 { background: linear-gradient(135deg, #6300ff, #0099fa); }
.dfx-mvv-card__icon--3 { background: linear-gradient(135deg, #00234b, #0099fa); }
.dfx-mvv-card h3 { font-size: 20px; font-weight: 800; color: #3C4856; margin-bottom: 14px; }
.dfx-mvv-card p  { font-size: 14px; color: #6084a4; line-height: 1.8; margin: 0; }

/* ---- WHY CHOOSE US ---- */
.dfx-about-why {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}
.dfx-about-why__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.dfx-about-why__content h2 { font-size: 36px; font-weight: 800; color: #3C4856; margin: 12px 0 16px; line-height: 1.25; }
.dfx-about-why__content > p { color: #6084a4; font-size: 15px; line-height: 1.8; margin-bottom: 32px; }
.dfx-about-why__items { display: flex; flex-direction: column; gap: 18px; }
.dfx-about-why-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px;
  background: #f7fafd;
  border-radius: 16px;
  border: 1px solid rgba(0,153,250,0.08);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.dfx-about-why-item:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 28px rgba(0,35,75,0.09);
  background: #fff;
}
.dfx-about-why-item__icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0,153,250,0.12), rgba(0,35,75,0.06));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #0099fa; flex-shrink: 0;
  transition: 0.3s;
}
.dfx-about-why-item:hover .dfx-about-why-item__icon {
  background: linear-gradient(135deg, #0099fa, #00234b);
  color: #fff;
}
.dfx-about-why-item h4 { font-size: 15px; font-weight: 700; color: #3C4856; margin-bottom: 4px; }
.dfx-about-why-item p  { font-size: 13px; color: #6084a4; margin: 0; line-height: 1.6; }

/* Visual side */
.dfx-about-why-img-wrap {
  position: relative; height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.dfx-about-why-blob {
  position: absolute;
  width: 320px; height: 320px;
  background: linear-gradient(135deg, rgba(0,153,250,0.1), rgba(0,35,75,0.07));
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: dfx-blob-morph 9s ease-in-out infinite reverse;
}
.dfx-about-why-img {
  position: relative; z-index: 1;
  width: 80%; max-width: 320px;
  filter: drop-shadow(0 20px 40px rgba(0,35,75,0.15));
  animation: dfx-img-tilt-float 6s ease-in-out infinite;
}
.dfx-about-why-float {
  position: absolute; z-index: 3;
  background: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 8px 28px rgba(0,35,75,0.14);
  border: 1px solid rgba(0,153,250,0.12);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; color: #3C4856;
}
.dfx-about-why-float i { font-size: 18px; color: #0099fa; }
.dfx-about-why-float--1 { top: 40px; left: 0; animation: dfx-card-float-premium-a 5s ease-in-out infinite; }
.dfx-about-why-float--2 { bottom: 50px; right: 0; animation: dfx-card-float-premium-b 6s ease-in-out infinite; }

/* ---- SERVICES OVERVIEW ---- */
.dfx-about-services {
  padding: 90px 0;
  background: linear-gradient(135deg, #f7fafd 0%, #eef4fb 100%);
}
.dfx-about-services__header {
  text-align: center; margin-bottom: 56px;
}
.dfx-about-services__header h2 { font-size: 36px; font-weight: 800; color: #3C4856; margin: 12px 0 14px; }
.dfx-about-services__header p  { color: #6084a4; max-width: 500px; margin: 0 auto; }
.dfx-about-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dfx-about-svc-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0,35,75,0.07);
  border: 1px solid rgba(0,153,250,0.08);
  text-decoration: none;
  display: flex; flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.dfx-about-svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0099fa, #00234b);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.dfx-about-svc-card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,35,75,0.13); border-color: rgba(0,153,250,0.2); }
.dfx-about-svc-card:hover::after { transform: scaleX(1); }
.dfx-about-svc-card__icon { font-size: 32px; margin-bottom: 16px; transition: transform 0.3s; }
.dfx-about-svc-card:hover .dfx-about-svc-card__icon { transform: scale(1.15) rotate(-5deg); }
.dfx-about-svc-card h4 { font-size: 16px; font-weight: 700; color: #3C4856; margin-bottom: 8px; }
.dfx-about-svc-card p  { font-size: 13px; color: #6084a4; line-height: 1.6; margin: 0; flex: 1; }
.dfx-about-svc-card__arrow {
  margin-top: 16px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0,153,250,0.1), rgba(0,35,75,0.06));
  display: flex; align-items: center; justify-content: center;
  color: #0099fa; font-size: 12px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.dfx-about-svc-card:hover .dfx-about-svc-card__arrow {
  background: linear-gradient(135deg, #0099fa, #00234b);
  color: #fff; transform: translateX(4px);
}

/* ============================================================
   CONTACT PAGE STYLES
   ============================================================ */

/* Quick contact cards */
.dfx-contact-cards-section {
  padding: 70px 0 50px;
  background: #fff;
}
.dfx-contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.dfx-contact-card {
  background: #f7fafd;
  border-radius: 20px;
  padding: 36px 24px;
  text-align: center;
  border: 1px solid rgba(0,153,250,0.1);
  box-shadow: 0 4px 20px rgba(0,35,75,0.06);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}
.dfx-contact-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0099fa, #00234b);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.dfx-contact-card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(0,35,75,0.12); background: #fff; }
.dfx-contact-card:hover::before { transform: scaleX(1); }
.dfx-contact-card__icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0099fa, #00234b);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(0,153,250,0.3);
  animation: dfx-orb-glow 3s ease-in-out infinite;
}
.dfx-contact-card h4 { font-size: 17px; font-weight: 700; color: #3C4856; margin-bottom: 6px; }
.dfx-contact-card p  { font-size: 12px; color: #6084a4; margin-bottom: 10px; }
.dfx-contact-card a  { font-size: 14px; font-weight: 700; color: #0099fa; text-decoration: none; transition: color 0.3s; }
.dfx-contact-card a:hover { color: #00234b; }

/* Social media section */
.dfx-contact-social-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f7fafd 0%, #eef4fb 100%);
}
.dfx-contact-social-inner { text-align: center; }
.dfx-contact-social-inner h2 { font-size: 36px; font-weight: 800; color: #3C4856; margin: 12px 0 14px; }
.dfx-contact-social-inner p  { color: #6084a4; max-width: 480px; margin: 0 auto 40px; }
.dfx-contact-social-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.dfx-social-link {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.dfx-social-link:hover { transform: translateY(-4px) scale(1.04); color: #fff; }
.dfx-social-link i { font-size: 18px; }
.dfx-social-link--ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.dfx-social-link--li { background: linear-gradient(135deg, #0077b5, #0a66c2); }
.dfx-social-link--fb { background: linear-gradient(135deg, #1877f2, #0d5fba); }
.dfx-social-link--wa { background: linear-gradient(135deg, #25d366, #128c7e); }
.dfx-social-link--tw { background: linear-gradient(135deg, #1da1f2, #0d8ecf); }
.dfx-social-link--yt { background: linear-gradient(135deg, #ff0000, #cc0000); }

/* FAQ strip */
.dfx-contact-faq { padding: 80px 0; background: #fff; }
.dfx-contact-faq__header { text-align: center; margin-bottom: 48px; }
.dfx-contact-faq__header h2 { font-size: 36px; font-weight: 800; color: #3C4856; margin: 12px 0; }
.dfx-contact-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.dfx-contact-faq-card {
  background: #f7fafd;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(0,153,250,0.08);
  display: flex; gap: 18px; align-items: flex-start;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.dfx-contact-faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,35,75,0.1);
  background: #fff;
}
.dfx-contact-faq-card__icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,153,250,0.12), rgba(0,35,75,0.06));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #0099fa;
  transition: 0.3s;
}
.dfx-contact-faq-card:hover .dfx-contact-faq-card__icon {
  background: linear-gradient(135deg, #0099fa, #00234b);
  color: #fff;
}
.dfx-contact-faq-card h4 { font-size: 15px; font-weight: 700; color: #3C4856; margin-bottom: 8px; }
.dfx-contact-faq-card p  { font-size: 13px; color: #6084a4; margin: 0; line-height: 1.7; }

/* Map */
.dfx-contact-map {
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #0099fa, #00234b) 1;
}
.dfx-contact-map iframe { display: block; filter: saturate(0.8) contrast(1.05); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
  .dfx-about-services__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .dfx-about-who__grid,
  .dfx-about-why__inner { grid-template-columns: 1fr; gap: 40px; }
  .dfx-about-who__visual,
  .dfx-about-why-img-wrap { height: 300px; }
  .dfx-about-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .dfx-about-mvv__grid { grid-template-columns: 1fr 1fr; }
  .dfx-about-services__grid { grid-template-columns: repeat(2, 1fr); }
  .dfx-contact-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .dfx-about-who__content h2,
  .dfx-about-why__content h2 { font-size: 28px; }
}
@media (max-width: 767px) {
  .dfx-about-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .dfx-about-mvv__grid { grid-template-columns: 1fr; }
  .dfx-about-services__grid { grid-template-columns: 1fr 1fr; }
  .dfx-contact-cards-grid { grid-template-columns: 1fr 1fr; }
  .dfx-contact-faq__grid { grid-template-columns: 1fr; }
  .dfx-about-mvv__header h2,
  .dfx-about-services__header h2,
  .dfx-contact-social-inner h2,
  .dfx-contact-faq__header h2 { font-size: 26px; }
  .dfx-about-stat-card__num { font-size: 28px; }
}
@media (max-width: 480px) {
  .dfx-about-services__grid { grid-template-columns: 1fr; }
  .dfx-contact-cards-grid { grid-template-columns: 1fr; }
  .dfx-contact-social-links { flex-direction: column; align-items: center; }
}
