* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Segoe UI", sans-serif; */
  font-family: "Figtree", sans-serif;
  /* font-family: Arial, sans-serif; */
  /* padding-bottom: 20px; */
  align-items: center;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  width: 100%;
}
/* heading Section */
.p2p-about {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("photos/team-work.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

/* Blue gradient overlay like your image */
.p2p-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(0 35 150 / 78%),
    rgb(0 0 0 / 83%),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 1;
}

.p2p-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px 30px;
  text-align: center;
}

.p2p-content h2 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.p2p-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #dbe6ff;
}

.p2p-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #f1f1f1;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .p2p-about {
    height: auto;
    padding: 60px 10px;
  }

  .p2p-content h2 {
    font-size: 30px;
  }

  .p2p-content h3 {
    font-size: 18px;
  }

  .p2p-content p {
    font-size: 14px;
  }
}
/* What We Do Section */
.p2p-whatwedo-dark {
  width: 100%;
  padding: 50px 10%;
  background: radial-gradient(
    circle,
    rgb(7 4 51 / 74%) 0%,
    rgb(22 22 217) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  font-family: Arial, sans-serif;
  text-align: center;
  color: #fff;
}

.p2p-whatwedo-dark h5 {
  color: #4dd1ff;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Averia Gruesa Libre", system-ui;
}

.p2p-whatwedo-dark h2 {
  font-size: 34px;
  margin-bottom: 60px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

/* Cards Layout */
.dark-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 70px;
  font-family: "Open Sans", sans-serif;
}

.dark-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 25px;
  border-radius: 14px;
  transition: 0.3s ease;
}

.dark-card:hover {
  transform: translateY(-6px);
  border-color: #4dd1ff;
}

.dark-card .icon {
  font-size: 34px;
  margin-bottom: 15px;
}

.dark-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.dark-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #ccc;
}

/* Audience Box */
.dark-audience {
  font-family: "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 900px;
  margin: auto;
  text-align: left;
  padding-left: 274px;
}

.dark-audience h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.dark-audience ul {
  list-style: none;
  padding: 0;
}

.dark-audience ul li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  color: #ddd;
}

.dark-audience ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #4dc7ff;
}

/* Responsive */
@media (max-width: 900px) {
  .dark-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .dark-cards {
    grid-template-columns: 1fr;
  }

  .p2p-whatwedo-dark h2 {
    font-size: 24px;
  }
}

/* Background Images */
/* .whatwedo-left,
.whatwedo-right {
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45; */
/* } */
/* .whatwedo-left {
  left: 0;
  background-image: url("photos/Ellipse-4.webp");
}
.whatwedo-right {
  right: 0;
  background-image: url("photos/Ellipse-4.webp");
} */
/* What We Do Section */

/* Mission Section - Light Theme */
.p2p-mission-slant {
  width: 100%;
  padding: 0 7%;
  /* background: #f7f9ff; */
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.p2p-mission-slant h2 {
  text-align: center;
  color: #0069ff;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin: 45px;
}

.slant-row {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

.row-1 {
  justify-content: center;
  padding-left: 86px;
}

.row-2 {
  justify-content: center;
  padding-left: 80px;
}

.mission-item {
  background: #dfdfdf;
  padding: 25px 22px;
  border-radius: 14px;
  box-shadow: 0 40px 40px rgb(0 0 0 / 23%);
  max-width: 320px;
  position: relative;
  transition: 0.3s ease;
  border-left: 6px solid #ff6600;
}

.mission-item:hover {
  transform: translateY(-6px);
}

.mission-item span {
  font-size: 32px;
  font-weight: bold;
  color: #ff6600;
  display: block;
  margin-bottom: 10px;
}

.mission-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 900px) {
  .slant-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .row-2 {
    padding-left: 0;
  }
}

/* mission layout */

/* Responsive fix */
@media (max-width: 768px) {
  .mission-step {
    width: 100%;
    margin-left: 0 !important;
  }
}
/* Animation keyframes */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to all mission steps */
.mission-step {
  animation: slideInRight 0.8s ease forwards;
  opacity: 0;
}

/* Delay for staggered effect */
.step-1 {
  animation-delay: 0.2s;
}
.step-2 {
  animation-delay: 0.4s;
}
.step-3 {
  animation-delay: 0.6s;
}
.step-4 {
  animation-delay: 0.8s;
}
.step-5 {
  animation-delay: 1s;
}
/* mission layout */
/* Our Impact Section */
.p2p-impact {
  width: 100%;
  padding: 90px 10%;
  background: #d5f6d9;
  display: flex;
  gap: 50px;
  align-items: center;
  font-family: Arial, sans-serif;
}

/* Left content */
.impact-left {
  flex: 1;
}

.impact-left h5 {
  font-size: 13px;
  letter-spacing: 2px;
  color: #ff6600;
  margin-bottom: 15px;
}

.impact-left h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #111;
}

.impact-left h2 span {
  color: #2424ac;
}

/* Right boxes */
.impact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: revert;
  margin-left: 146px;
  padding: 71px;
}

.impact-box {
  text-align: center;
  background: #ffffff;
  padding: 7px 17px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.impact-box:hover {
  transform: translateX(-8px);
  color: orangered;
}

.impact-box h3 {
  font-size: 28px;
  color: #111;
  margin-bottom: 8px;
}

.impact-box p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .p2p-impact {
    flex-direction: column;
    text-align: center;
  }

  .impact-right {
    width: 100%;
  }

  .impact-box:hover {
    transform: translateY(-5px);
  }
}
/* Our Impact Section */
/* =========================

   TABLET VIEW – 768px
========================= */
@media (max-width: 480px) {
  .impact-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  /* About Section */
  .about-card {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .about-content,
  .about-image {
    width: 100%;
  }

  .about-image {
    margin-top: 25px;
  }

  .btn-group {
    flex-direction: column;
    gap: 12px;
  }

  /* What We Do */
  .dark-cards {
    grid-template-columns: 1fr 1fr;
  }

  .dark-audience {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Mission */
  .slant-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0 !important;
  }

  .mission-item {
    max-width: 100%;
  }

  /* Impact */
  .p2p-impact {
    flex-direction: column;
    text-align: center;
    padding: 50px 5%;
  }

  .impact-right {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .impact-box {
    width: 100%;
  }

  /* Testimonials */
  .reviews-masonry {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .ttx-faq-grid {
    flex-direction: column;
  }

  .ttx-faq-col {
    width: 100%;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .subscribe-box {
    flex-direction: column;
  }
}

/* =========================
   MOBILE VIEW – 480px
========================= */
@media (max-width: 480px) {
  /* About Heading */
  .p2p-content h2 {
    font-size: 24px;
  }

  .p2p-content h3 {
    font-size: 15px;
  }

  .p2p-content p {
    font-size: 13.5px;
  }

  /* About Section */
  .about-content h1 {
    font-size: 24px;
  }

  .about-content h3 {
    font-size: 16px;
  }

  .about-content p {
    font-size: 13.5px;
  }

  /* What We Do */
  .dark-cards {
    grid-template-columns: 1fr;
  }

  .dark-card {
    padding: 18px;
  }

  /* Mission */
  .mission-item {
    padding: 18px;
  }

  .mission-item span {
    font-size: 24px;
  }

  /* Impact */
  .impact-left h2 {
    font-size: 22px;
  }

  .impact-box h3 {
    font-size: 22px;
  }

  /* Buttons */
  .btn-group a {
    font-size: 14px;
    padding: 10px;
  }

  /* FAQ */
  .ttx-faq-btn {
    font-size: 14px;
  }

  /* Footer */
  .footer-box h3 {
    font-size: 15px;
  }

  .footer-box p,
  .footer-box a {
    font-size: 13px;
  }
}
/* =========================
   END OF CSS