* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Segoe UI", Arial, sans-serif; */
}

/* body {
  font-family: 'Montserrat', sans-serif;
} */

body {
  font-family: 'PP Mori', sans-serif;
}

/* MAIN SECTION */
.impact-section {
  min-height: 100vh;
  padding: 70px 60px 50px;
  color: #ffffff;
  background: 
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.45)),
    url("../../assets/images/BG.png") center/cover no-repeat;
  position: relative;
}
.item-line {
  display: block;
  margin-left: 44px;   /* icon width + gap */
  margin-top: 18px;
  opacity: 0.6;
  width: 500px;
}

/* TOP BAR */
.top-bar {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 12px 20px;
  background: #7190A8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);

}
.item{
      display: flex;
    justify-content: center;
    align-items: start;
    gap: 15px;
    height: 90px;
}
.icons{
  width: 40px;
}
.represent{
  display: flex;
}

/* MAIN HEADING */
.main-heading {
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

/* GRID */
.content-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* COLUMNS */
.column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ITEMS */
.item h3 {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.item p {
  font-size: 14px;
    line-height: 20px;
    color: #d0d0d0;
    text-transform: uppercase;
}

.representation {
  max-width: 420px;
  margin: 80px auto 0;
}
.represent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rep-title {
  display: flex;
  align-items: center;
  gap: 12px;           /* space between icon & text */
  margin-bottom: 12px;
}



.representation h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

.representation p {
  font-size: 14px;
  line-height: 1.7;
  color: #d0d0d0;
}
.header {
  height: 70px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CENTER GROUP */
.nav-center {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LOGO */
.logo {
  text-align: center;
  line-height: 1;
}

.logo-main {
  font-size: 20px;
  letter-spacing: 3px;
  color: #cfa36a;
}

.logo-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  color: #cfa36a;
}

/* NAV LINKS */
.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.85;
}

.nav-links a:hover {
  opacity: 1;
}

.search {
  cursor: pointer;
  font-size: 14px;
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.modal{
  z-index: 9999;
}

/* VIDEO */
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* HERO CONTENT */
/* .hero-content {
  position: absolute;
  bottom: 80px;
  left: 80px;
  color: #cfa36a;
} */

.hero-content h1 {
  font-size: 42px;
  letter-spacing: 6px;
}

.hero-content p {
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

/* BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  background: rgba(207, 163, 106, 0.25);
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.cta-btn span {
  background: rgba(255, 255, 255, 0.3);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.where-we-lead {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), url("assets/images/lead-img.jpg") center/cover no-repeat;
  padding: 70px 0 45px;
  color: #fff;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
  
}

/* LEFT */
.section-title {
      text-align: center;
    font-size: 28px;
    /* letter-spacing: 2px; */
    margin-bottom: 53px;
    font-weight: 500;
}

.lead-list {
  display: flex;
  flex-direction: column;
}

.lead-item {
      display: flex;
    gap: 10px;
    align-items: start;
    justify-content: center;
        margin-bottom: 10px;
}

.num {
  font-size: 22px;
  color: #91B7D3;
  /* min-width: 30px; */
}

.lead-item h4 {
      font-size: 18px;
    /* letter-spacing: 1px; */
    margin-bottom: 6px;
    font-weight: 600;
    text-align: center;
}

.lead-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0d0;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
}

.lead-line {
             margin: auto;
    opacity: 0.6;
    width: 460px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

/* RIGHT CARD */
.lead-card {
 position: relative;
  text-align: center;
}

.sheikh-img {
  width: 100%;
  border-radius: 25px;
}

.cta-btn {
  margin-top: 18px;
  background: #a78a6a;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.cont-img{
      width: 150px;
    position: absolute;
        width: 150px;
    position: absolute;
    bottom: 27px;
    left: 39px;
}

.team-section {
  background:  linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.55)),url("assets/images/slider1-bg.png") center/cover no-repeat;
  padding: 70px 0 82px;
  position: relative;
}

.team-title {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.team-card {
  background: rgba(120, 160, 190, 0.35);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 320px 1fr;
  padding: 40px;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.team-img img {
  width: 100%;
  border-radius: 18px;
}

.team-info h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}



.team-info span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #b6d2ea;
    text-transform: uppercase;
}

.team-info p {
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  opacity: 0.8;
}

/* arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 6%;
}

.site-footer {
background: #7190A8;
padding: 70px 0 50px;
color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.footer-left p {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.8;
}

.socials {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

.socials img {
  width: 25px;
  opacity: 0.8;
}

.footer-col h5 {
  font-size: 14px;
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-col a:hover {
  color: #fff;
}

.subscribe {
 /* background: rgba(255,255,255,0.2);
  border-radius: 30px;
  padding: 6px 10px;
  display: flex;
  align-items: center;*/
  background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    max-width: 133px;
    text-align: center;
    /* justify-content: center; */
    margin-top: 16px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.subscribe input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  flex: 1;
  font-size: 13px;
}

.subscribe input::placeholder {
  color: rgba(255,255,255,0.7);
}

.subscribe button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.footer-logo img {
  width: 100px;
  opacity: 0.9;
}
.logo{
  width: 60px;
}
.logo-ban{
  width: 70px;
  position: absolute;
      bottom: 78px;
    left: 65px;
  
}

.brand-strip {
  background: #fff;
  padding: 24px 0;
  border-top: 3px solid #1e88e5;
}

.brand-slider {
  overflow: hidden;
  max-width: 100%;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll 25s linear infinite;
  width: max-content;
}

.brand-track img {
  height: 40px;
  opacity: 0.85;
  transition: 0.3s;
}

.brand-track img:hover {
  opacity: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.impact-mobile {
  display: none;
}

/* Desktop layout visible by default */
/* .content-grid,
.representation {
  display: block;
} */

/* .cont-img{
  position: absolute;
  bottom: 10px;
} */
/* Desktop */
.site-footer {
  background: #7190A8;
  padding: 70px 0 50px;
  color: #fff;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.contactt-img {
    width: 150px;
    position: absolute;
    width: 150px;
    position: absolute;
        bottom: 15px;
    left: 115px;
}
.contact-modal {
  background: #d6bfa8;   /* light brown */
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
}

.modal-title {
  text-align: center;
  margin-bottom: 25px;
  color: #4a2f1b;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  background: #f5eadf;   /* cream */
  color: #4a2f1b;
  font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8b6b50;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #4a2f1b;  /* dark brown */
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #42362e !important;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
        padding: 21px 28px 34px 28px;
}

/* Close X */
.modal-close {
    position: absolute;
    top: 2px;
    right: 21px;
    background: none;
    border: none;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
}
.modal-title {
    text-align: center;
    margin-bottom: 25px !important;
    color: #ffffff;
}
.sub-btn {
    width: 100%;
    padding: 12px;
    background: #654f3a;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
}
.header {
  background: #000;
  padding: 20px 0;
}

.nav-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
}
/* FORCE header to full width */
.header {
  width: 100vw;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

/* FORCE navbar to stretch full width */
.nav-center {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LOGO */
.logo img {
  height: 40px;
  width: auto;
  display: block;
}

/* DESKTOP NAV */
.nav-links {
  display: flex;
  gap: 30px;
  margin-left: auto;
}

/* HAMBURGER */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: #fff;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 80px;
}
    /*.modal {
       z-index: 9999;
    }
*/
/* MOBILE */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #000;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    gap: 20px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #000;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    display: none;
  }

  .nav-links.active {
    display: flex;
  }
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-content {
    left: 30px;
    bottom: 50px;
  }
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .impact-section {
    padding: 30px 20px 60px;
  }

  .main-heading {
    font-size: 22px;
            margin-bottom: 0px;
            display: none;
  }
   .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .footer-logo {
    grid-column: span 3;
    text-align: center;
    margin-top: 30px;
  }

  .footer-logo img {
    margin: 0 auto;
  }
   .footer-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 40px;
  }

  .footer-logo {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 20px;
  }


}

@media (max-width: 768px) {
  .content-grid,
  .representation {
    display: none;   /* hide complex layout */
  }
  .sheikh-img {
    width: 75%;
    border-radius: 25px;
}
.cont-img {
    width: 150px;
    position: absolute;
    width: 150px;
    position: absolute;
    bottom: 27px;
    left: 10px;
}
.contactt-img {
    width: 150px;
    position: absolute;
    width: 150px;
    position: absolute;
    bottom: 15px;
    left: 131px;
}
.logo-ban {
    width: 70px;
    position: absolute;
    bottom: 78px;
    left: 35px;
}

  .impact-mobile {
    display: block; /* show single image */
    margin-top: 0px;
    text-align: center;
  }

  .impact-mobile img {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    display: block;
  }
  .impact-section {
    min-height: unset;
    padding: 0px 0px 0px;
    color: #ffffff;
    background: none;
    position: relative;
}
.lead-line {
    margin: auto;
    opacity: 0.6;
    width: 260px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .subscribe {
    margin: 0 auto;
    max-width: 300px;
  }
  .top-bar {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 12px 20px;
    background: #7190A8;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    display: none;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
    text-align: center;
  }

  .footer-left,
  .footer-col,
  .footer-logo {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .subscribe {
    margin: 0 auto;
    max-width: 180px;
  }

  .footer-logo img {
    margin: 0px auto 0;
    display: block;
  }
  .team-card {
    grid-template-columns: 1fr;   /* stack image + content */
    padding: 24px;
    gap: 20px;
    text-align: center;
    /* max-width: fit-content; */
    margin: unset;
  }

  .team-img img {
    width: 200px;
    margin: 0 auto;
  }

  .team-info h4 {
    font-size: 16px;
  }

  .team-info span {
    font-size: 12px;
  }
}
.ask-impact-mobile {
  padding: 50px 18px;
  background: linear-gradient(180deg, #06192b, #020b14);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.ask-impact-header h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.ask-impact-header p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  text-align: center;
  margin-bottom: 30px;
}

.ask-impact-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

.ask-impact-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #e8c27a;
}

.ask-impact-card p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.ask-impact-card.highlight {
  background: linear-gradient(135deg, #0d2b4f, #071b2f);
  border-color: rgba(232,194,122,0.4);
}
.ask-impact-mobile {
  display: none;
}

@media (max-width: 768px) {
  .ask-impact-desktop {
    display: none;
  }

  .ask-impact-mobile {
    display: block;
  }
}






