/* ============================================================
   AD LOGISTICS — ABOUT PAGE STYLES
   ============================================================ */

/* ============================================================
   1. HERO SECTION
   ============================================================ */
.adlog-about-hero {
  background: radial-gradient(circle at 25% 40%, #03101d 0%, #01070f 100%);
  padding: 6rem 2rem;
  overflow: hidden;
}

.adlog-about-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  gap: 3rem;
  flex-wrap: wrap;
}

/* ===== LEFT CONTENT ===== */
.adlog-about-hero-content {
  flex: 1;
  min-width: 300px;
  animation: adlog-about-hero-fade 1.2s ease-out both;
}

.adlog-about-hero-title {
  font-family: "Orbitron", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(90deg, #00e7e0, #f9b234, #00e7e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250%;
  animation: adlog-about-hero-gradient 6s linear infinite;
  margin: 0 0 1rem 0;
}

.adlog-about-hero-title span {
  color: #00e7e0;
  text-shadow: 0 0 10px rgba(0, 231, 224, 0.4);
}

.adlog-about-hero-subtext {
  font-size: 1rem;
  color: #cbd5df;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 2rem;
}

/* ===== BUTTONS ===== */
.adlog-about-hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.adlog-about-hero-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  border: 1px solid #00e7e0;
  color: #00e7e0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.adlog-about-hero-btn:hover {
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  color: #000;
  box-shadow: 0 0 20px rgba(0, 231, 224, 0.4);
  transform: translateY(-3px);
}

.adlog-about-hero-btn.alt {
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  color: #000;
  box-shadow: 0 0 15px rgba(0, 231, 224, 0.25);
}
.adlog-about-hero-btn.alt:hover {
  background: linear-gradient(90deg, #00e7e0, #0079ff);
  color: #fff;
}

/* ===== RIGHT IMAGE ===== */
.adlog-about-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: adlog-about-hero-img-fade 1.3s ease-out both;
}

.adlog-about-hero-image img {
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 231, 224, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: adlog-about-hero-img-float 7s ease-in-out infinite alternate;
}

.adlog-about-hero-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 0 60px rgba(0, 231, 224, 0.35);
}











/* ============================================================
   WHO WE ARE + TRUSTED STATS (FINAL POLISHED)
   ============================================================ */
.adlog-about-who {
  background: linear-gradient(180deg, #04101c 0%, #01070f 100%);
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.adlog-about-who-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1250px;
  width: 100%;
  gap: 4rem;
  flex-wrap: wrap;
}

/* ===== LEFT IMAGE ===== */
.adlog-about-who-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: adlog-about-img-fade 1.2s ease-out both;
}

.adlog-about-who-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 231, 224, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: adlog-about-who-img-float 7s ease-in-out infinite alternate;
}

.adlog-about-who-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 0 60px rgba(0, 231, 224, 0.35);
}

/* ===== RIGHT CONTENT ===== */
.adlog-about-who-content {
  flex: 1;
  min-width: 300px;
  animation: adlog-about-who-text-fade 1.3s ease-out both;
}

.adlog-about-who-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  background: linear-gradient(90deg, #00e7e0, #f9b234, #00e7e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: adlog-about-title-gradient 6s linear infinite;
}

.adlog-about-who-text {
  font-size: 1rem;
  color: #cbd5df;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 2.5rem;
}

/* ===== STATS ROW ===== */
.adlog-about-stats {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: nowrap;
}

.adlog-about-stat-card {
  flex: 1;
  background: rgba(8, 14, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 2.2rem 1.5rem;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 231, 224, 0.05);
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.adlog-about-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 231, 224, 0.15), rgba(249, 178, 52, 0.15));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 18px;
  z-index: -1;
}

.adlog-about-stat-card:hover::before {
  opacity: 1;
}

.adlog-about-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px rgba(0, 231, 224, 0.2);
}

.adlog-about-stat-card h3 {
  font-family: "Orbitron", sans-serif;
  color: #00e7e0;
  font-size: 2.6rem;
  margin-bottom: 0.4rem;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(0, 231, 224, 0.6);
  animation: adlog-count-pulse 2s ease-in-out infinite;
}

.adlog-about-stat-card p {
  color: #cbd5df;
  font-size: 1rem;
  letter-spacing: 0.3px;
}

/* ===== CTA BUTTON ===== */
.adlog-about-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  border: 1px solid #00e7e0;
  color: #00e7e0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.adlog-about-btn:hover {
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  color: #000;
  box-shadow: 0 0 20px rgba(0, 231, 224, 0.4);
  transform: translateY(-3px);
}

/* ===== ANIMATIONS ===== */
@keyframes adlog-about-who-img-float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}
@keyframes adlog-about-title-gradient {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
@keyframes adlog-count-pulse {
  0%, 100% { text-shadow: 0 0 10px rgba(0, 231, 224, 0.3); }
  50% { text-shadow: 0 0 25px rgba(0, 231, 224, 0.7); }
}
@keyframes adlog-about-who-text-fade {
  0% { opacity: 0; transform: translateX(30px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes adlog-about-img-fade {
  0% { opacity: 0; transform: translateX(-30px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 950px) {
  .adlog-about-who-inner {
    flex-direction: column;
    text-align: center;
  }
  .adlog-about-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .adlog-about-stat-card {
    flex: 1 1 45%;
    max-width: 280px;
  }
}
@media (max-width: 600px) {
  .adlog-about-stat-card {
    flex: 1 1 100%;
  }
}



/* ============================================================
   MISSION | VISION | VALUES SECTION
   ============================================================ */
.adlog-about-mvv {
  background: linear-gradient(180deg, #01070f 0%, #04101c 100%);
  padding: 6rem 2rem;
  text-align: center;
  color: #e8ecef;
}

.adlog-about-mvv-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.adlog-about-mvv-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: adlog-about-title-gradient 6s linear infinite;
  margin-bottom: 0.8rem;
}

.adlog-about-mvv-subtext {
  color: #cbd5df;
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  line-height: 1.6;
}

/* ===== CARDS ===== */
.adlog-about-mvv-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  flex-wrap: wrap;
}

.adlog-about-mvv-card {
  flex: 1;
  background: rgba(10, 18, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 231, 224, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  min-width: 260px;
  animation: adlog-about-card-fade 1.2s ease-out both;
}

.adlog-about-mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 35px rgba(0, 231, 224, 0.3);
}

.adlog-about-mvv-card h3 {
  font-family: "Orbitron", sans-serif;
  color: #00e7e0;
  font-size: 1.4rem;
  margin: 1rem 0;
}

.adlog-about-mvv-card p {
  color: #cbd5df;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== ICONS ===== */
.adlog-about-mvv-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(0,231,224,0.15), rgba(249,178,52,0.15));
  box-shadow: 0 0 20px rgba(0,231,224,0.1);
  transition: all 0.3s ease;
}

.adlog-about-mvv-icon img {
  width: 35px;
  height: 35px;
  filter: drop-shadow(0 0 5px #00e7e0);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.adlog-about-mvv-card:hover .adlog-about-mvv-icon img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 12px #00ffff);
}

/* ===== ANIMATIONS ===== */
@keyframes adlog-about-card-fade {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}




/* ============================================================
   CALL TO ACTION (FINAL SECTION)
   ============================================================ */
.adlog-about-cta {
  background: linear-gradient(180deg, #01070f 0%, #03101d 100%);
  padding: 6rem 2rem;
  text-align: center;
  color: #cbd5df;
  overflow: hidden;
  position: relative;
}

.adlog-about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,231,224,0.1), transparent 70%);
  z-index: 0;
  animation: adlog-cta-pulse 8s ease-in-out infinite alternate;
}

.adlog-about-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  animation: adlog-cta-fade-up 1.3s ease-out both;
}

.adlog-about-cta-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(90deg, #00e7e0, #f9b234, #00e7e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: adlog-cta-gradient 6s linear infinite;
  margin-bottom: 1rem;
}

.adlog-about-cta-title span {
  color: #00e7e0;
  text-shadow: 0 0 12px rgba(0,231,224,0.6);
}

.adlog-about-cta-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #b6c2cc;
  max-width: 600px;
  margin: 0 auto 2rem auto;
}

.adlog-about-cta-btn {
  display: inline-block;
  padding: 1rem 2.2rem;
  border-radius: 12px;
  border: 1px solid #00e7e0;
  color: #00e7e0;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.adlog-about-cta-btn:hover {
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  color: #000;
  box-shadow: 0 0 25px rgba(0,231,224,0.4);
  transform: translateY(-3px);
}

/* ===== ANIMATIONS ===== */
@keyframes adlog-cta-gradient {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
@keyframes adlog-cta-pulse {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.1); }
}
@keyframes adlog-cta-fade-up {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .adlog-about-cta-title {
    font-size: 1.7rem;
  }
  .adlog-about-cta-text {
    font-size: 0.95rem;
  }
}
