/* =====================================================
   GLOBAL STYLES
===================================================== */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* =====================================================
   TOP BAR
===================================================== */
.top-bar {
  background: #333;
  padding: 6px 0;
}

.top-bar a {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}

/* =====================================================
   NAVBAR
===================================================== */
.main-nav {
  background: #fff;
}

.logo {
  height: 55px;
  margin-right: 10px;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.main-nav .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
}

.main-nav .nav-link:hover {
  background: #7EAD50;
  border-radius:10px;
}

/* Dropdown */
.dropdown-menu {
  background: #7EAF50;
  border-radius: 10px;
  border: none;
}

.dropdown-item {
  color: #fff;
  font-size: 16px;
}

.dropdown-item:hover {
  background: #FBEA31;
  color: #000;
}

/* =====================================================
   HERO SLIDER
===================================================== */
.hero-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #FBEA31;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
/* ================= DUAL COLOR SECTION TITLE ================= */

.outreach-header {
  margin-bottom: 30px;
}

.dual-title {
  font-size: 36px;
  font-weight: 600;
  color: #000; /* Base text color */
}

.dual-title span {
  color: #f36b21; /* Highlight color (same as At a Glance) */
}

/* Responsive */
@media (max-width: 768px) {
  .dual-title {
    font-size: 28px;
  }
}

/* =====================================================
   MISSION VISION VALUES
===================================================== */
.missionvision {
  background: #f36b21;
  padding: 80px 0;
}
.mv-icon-wrap {
 display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.mv-card {
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.mv-icon {
  width: 50px;
  margin-bottom: 15px;
  height: auto;
  display: block;
}


.mv-card h3 {
  font-size: 28px;
  font-weight: 600;
}

.wave-line {
  width: 60px;
  height: 6px;
  margin: 10px auto 20px;
  background: repeating-linear-gradient(
    -45deg,
    #f4b400,
    #f4b400 6px,
    transparent 6px,
    transparent 12px
  );
}

.mv-card p {
  font-size: 16px;
  line-height: 1.7;
}

/* =====================================================
   ABOUT US
===================================================== */
.about-us {
  padding: 80px 0;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 600;
}

.about-content h2 span {
  color: #f36b21;
}

.about-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
}

.read-more {
  color: #f36b21;
  font-weight: 500;
}

/* =====================================================
   WHAT WE DO
===================================================== */
.what-we-do {
  
  padding: 70px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.work-card {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 6px;
}

.work-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* =====================================================
   HOW WE MAKE A DIFFERENCE
===================================================== */
.difference-section {
  background: #FFF3D6;
  padding: 70px 0;
}

.difference-card {
  padding: 35px 25px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.difference-card i {
  font-size: 40px;
  margin-bottom: 15px;
}

.difference-card.red {
  background: #E74C3C;
}

.difference-card.green {
  background: #2ECC71;
}

.difference-card.yellow {
  background: #F4B400;
  color: #000;
}

/* =====================================================
   TESTIMONIAL
===================================================== */
.testimonial-section {
  background: url('/images/back.jpg') no-repeat center center/cover;
  height:300px;
}

.testimonial-overlay {
  background: rgba(0,0,0,0.6);
  padding: 120px 0;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 600;
  color: #f36b21;
 
}

.testimonial-divider {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.testimonial-divider span {
  width: 60px;
  height: 2px;
  background: #fff;
  position: relative;
}

.testimonial-divider span::before {
  content: "❦";
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  background: #000;
  padding: 0 8px;
}

.testimonial-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.9;
  max-width: 900px;
  margin: auto;
  padding-top: 2px;
  display: flex;
  align-items: center;
}
/* ================= OUTREACH INTERVENTIONS ================= */

.outreach-section {
  background: #ffffff;
  padding: 40px 0;
}

.section-subtitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 5px;
  padding-top: 20px;
}

.outreach-intro {
  max-width: 850px;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  padding-top: 10px;
}

/* Cards */
.outreach-card {
  position: relative;
  padding: 35px 30px 40px;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  height: 100%;
  overflow: hidden;
}

/* Diagonal light stripes */
.outreach-card::after {
 background: url('/images/feature-bg-red1.jpg') no-repeat center center/cover;
  
  pointer-events: none;
}

/* Card colors */
.outreach-card.red { background: url('/images/feature-bg-red1.jpg') no-repeat center center/cover; }
.outreach-card.green { background: url('/images/feature-bg-yellow.jpg') no-repeat center center/cover; }
.outreach-card.yellow { background: url('/images/feature-bg-green.jpg') no-repeat center center/cover; }

/* Icon */
.outreach-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.outreach-icon img {
  width: 28px;
}

/* Title */
.outreach-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.outreach-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Button */
.outreach-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.outreach-btn.dark {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .outreach-section {
    padding: 60px 15px;
  }

  .outreach-card {
    text-align: center;
  }

  .outreach-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ================= CONTACT BANNER ================= */


/* ================= CONTACT INFO ================= */

.contact-info-section {
  padding: 80px 0;
  background: #ffffff;
}

.contact-title {
  font-size: 32px;
  font-weight: 600;
  color: #f36b21;
}

/* Cards */
.contact-card {
  background: #fffaf2;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  height: 100%;
}

.contact-icon {
  width: 60px;
  margin-bottom: 15px;
}

.contact-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-divider {
  width: 40px;
  height: 5px;
  margin: 10px auto 20px;
  background: repeating-linear-gradient(
    -45deg,
    #f4b400,
    #f4b400 6px,
    transparent 6px,
    transparent 12px
  );
  border-radius: 3px;
}

.contact-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 26px;
  }

  .contact-card {
    padding: 30px 20px;
  }
}

/* ================= CORE VALUE SECTION ================= */

.corevalue {
  background: #ffffff;
  padding: 80px 0;
}

/* Custom bullet list */
.corevalue-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.corevalue-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;

}

/* Bullet image */
.corevalue-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 18px;
  background: url('../images/bullet1.png') no-repeat center center / contain;
}

/* Image styling */
.corevalue-image img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 992px) {
  .corevalue-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .corevalue {
    padding: 60px 15px;
  }

  .corevalue-list li {
    font-size: 15px;
  }
}

/* ================= TAB SECTION ================= */

.tab-section {
  padding: 30px 0;
}

/* Vertical Layout */
.tab-buttons {
  display: flex;
  flex-direction: column;   /* vertical layout */
  gap: 1pt;                 /* 1pt gap between each row */
}

.tab-btn {
  background: #e6e6e6;
  border: 1px solid #8a8a8a;
  padding: 8px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  text-align: left;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background: #f36b21;
  color: #fff;
  border-color: #f36b21;
}


/* ================= POPUP WINDOW ================= */

.custom-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  width: 800px;
  height: 600px;
  background: #ffffff;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.popup-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  color: #000;
}

/* Responsive */
@media (max-width: 850px) {
  .popup-content {
    width: 95%;
    height: 90%;
  }
}




/* =====================================================
   FOOTER
===================================================== */
.main-footer {
  background: #1e2430;
  color: #fff;
}

.footer-top-border {
  height: 6px;
  background: #f36b21;
}

.footer-content {
  padding: 50px 0;
}

.footer-logo {
  width: 147px;
  height : 89px;
  margin-bottom: 10px;
}

.footer-brand {
  color: #f4b400;
  font-size: 32px;
}

.call-now {
  color: #f36b21;
  font-weight: 600;
}

.footer-phone {
  font-size: 20px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
}

.footer-divider {
  width: 35px;
  height: 3px;
  background: #f4b400;
  margin-bottom: 20px;
}

.footer-links,
.footer-address {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-address li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  color: #f4b400;
}

.footer-address i {
  color: #f4b400;
  margin-right: 8px;
}

.map-box iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.footer-bottom {
  background: #0f131a;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom span {
  color: #f36b21;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  .hero-img {
    height: 350px;
  }

  .section-title {
    font-size: 26px;
  }

  .about-content h2 {
    font-size: 28px;
  }
}
