@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700;900&display=swap');

:root {
  --primary: #0072BC;
  --accent: #C69341;
  --font-main: 'Changa', 'Tajawal', Arial, sans-serif;
}

body {
  font-family: var(--font-main);
  background: #f8fafd;
  color: #222;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .section-title {
  font-family: var(--font-main);
  font-weight: 900;
  letter-spacing: 0.5px;
  color: var(--primary);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: var(--accent);
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-bottom: 2px solid var(--primary);
}

.navbar-brand img {
  height: 48px;
}

.btn-primary {
  background: var(--primary);
  border: none;
  font-weight: 700;
}
.btn-primary:hover {
  background: var(--accent);
  color: #fff;
}

.section {
  padding: 60px 0 40px 0;
}

.card {
  border: none;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,114,188,0.07);
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 32px rgba(198,147,65,0.13);
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.icon-box img {
  width: 40px;
  height: 40px;
}

footer {
  background: var(--primary);
  color: #fff;
  padding: 32px 0 16px 0;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background: linear-gradient(120deg, var(--primary) 70%, var(--accent) 100%);
  color: #fff;
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-logo {
  max-width: 180px;
  margin-bottom: 24px;
}
.hero-content {
  z-index: 2;
  position: relative;
}
.hero-section::after {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: url('../assets/logo-w.png') no-repeat left 5% bottom 10%/180px auto;
  opacity: 0.07;
  pointer-events: none;
}

/* ========== ABOUT SECTION ========== */
.about-section {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 24px rgba(0,114,188,0.07);
  padding: 48px 32px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

/* ========== VISION & MISSION ========== */
.vision-section {
  background: linear-gradient(90deg, var(--accent) 10%, #fff 100%);
  border-radius: 18px;
  padding: 36px 24px;
  margin-bottom: 32px;
}
.mission-section {
  background: #f8fafd;
  border-right: 6px solid var(--primary);
  border-radius: 0 18px 18px 0;
  padding: 36px 24px;
  margin-bottom: 32px;
}

/* ========== SERVICES SECTION ========== */
.services-section .card {
  background: #fff;
  border: 1.5px solid #0072BC22;
  border-radius: 18px;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 220px;
}
.services-section .card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0,114,188,0.13);
  border-color: var(--accent);
}

/* ========== SECTORS SECTION ========== */
.sectors-section .card {
  background: #f8fafd;
  border: none;
  border-radius: 18px;
  min-height: 120px;
  text-align: center;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 16px;
}

/* ========== VALUE SECTION ========== */
.value-section {
  background: linear-gradient(90deg, var(--primary) 10%, var(--accent) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 36px 24px;
  margin-bottom: 32px;
}

/* ========== WHY SECTION ========== */
.why-section {
  background: #fff;
  border: 2px dashed var(--accent);
  border-radius: 18px;
  padding: 36px 24px;
  margin-bottom: 32px;
}

/* ========== SOCIAL SECTION ========== */
.social-section {
  background: #f8fafd;
  border-radius: 18px;
  padding: 36px 24px;
  margin-bottom: 32px;
}

/* ========== CONTACT SECTION ========== */
.contact-section .card {
  background: #fff;
  border: 1.5px solid #0072BC22;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,114,188,0.07);
}

/* ========== FOOTER ========== */
.footer-logo {
  height: 36px;
  margin-bottom: 8px;
}

/* ========== WHATSAPP FLOAT BUTTON ========== */
.whatsapp-float {
  position: fixed;
  z-index: 12000;
  bottom: 32px;
  left: 32px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18), 0 1.5px 8px 0 rgba(0,114,188,0.10);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: box-shadow 0.2s, filter 0.2s;
  filter: drop-shadow(0 2px 8px rgba(0,114,188,0.10));
}
.whatsapp-float:hover {
  box-shadow: 0 12px 40px 0 rgba(0,0,0,0.22), 0 2px 12px 0 rgba(0,114,188,0.13);
  filter: brightness(1.08) drop-shadow(0 2px 12px rgba(0,114,188,0.13));
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .about-section {
    padding: 32px 12px;
  }
  .section {
    padding: 40px 0 24px 0;
  }
  .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .navbar-brand img {
    height: 36px;
  }
  .about-section {
    padding: 16px 4px;
  }
  .section {
    padding: 24px 0 12px 0;
  }
  .section-title {
    font-size: 1.1rem;
  }
}
