* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  background: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2d1935;
}

.home-body {
  background-image: url(../img/Backing\ Plate.png);
}
@media (max-width: 996px) {
  .home-body {
    background-image: url(../img/Mobile\ Backing\ Plate\ 2.png);
    background-position: top left;
  }
}
@media (max-width: 500px) {
  .home-body {
    background-position: -170px 0px;
  }
}
.about-body {
  background: url(../img/new.jpg) no-repeat top center / cover;
}

/* Base Layer  */

.container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 996px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.mt-5 {
  margin-top: 50px;
}

img {
  width: 100%;
  height: auto;
}
.d-flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
h2.heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 996px) {
  h2.heading {
    font-size: 30px;
  }
}
.my-6 {
  margin: 60px auto;
}

/* Components  */

@media (max-width: 996px) {
  .d-md-none {
    display: none;
  }
  .py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .d-md-block {
    display: block !important;
  }
}
.d-md-block {
  display: none;
}
@media (min-width: 768px) {
  .home-space {
    height: 500px;
  }
}

/* Header sra styling  */

.header-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 80px 0;
}
.header-wrapper a {
text-decoration: none;
}
.social-icon {
  display: flex;
  gap: 25px;
  align-items: center;
}
.social-icon a {
  width: 25px;
}
.site-logo {
  width: 120px;
}
.text-btn {
  color: #fff;
  padding: 17px 60px;
  background: #ffffff13;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  border-radius: 50px;
}

.action-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff13;
  border-radius: 100px;
  padding: 15px 20px;
}
.action-wrapper .btn a {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin: auto 20px;
}

/* Mobile header styling  */
.mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff15;
  border-radius: 100px;
  padding: 10px 50px;
}
.mobile-logo {
  width: 50px;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  width: 40px;
  z-index: 99;
  margin-left: 20px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background: #fff;
}

/* Mobile section styling  */
.mobile-text .mobile-wrapper h5 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 39px;
}

.mobile-text-box {
  margin-top: 100px;
}
.mobile-text-box h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}
.mobile-text-box h6 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.6px;
}
.mobile-btn {
  margin: auto;
  width: 300px;
  margin-top: 40px;
}
.mobile-btn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-align: center;
  background: #3d1e45;
  padding: 10px 50px;
  border-radius: 100px;
  display: block;
}

.mobile-card {
  background: #ffffff27;
  border-radius: 20px;
  padding: 25px;
  border: 1.5px solid #ffffffb0;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #ffffffa9;
}
.mobile-card h2 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 39px;
}
.mobile-card p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.mobile-icon-list {
  margin-top: 200px;
}
.mobile-icon-list .mobile-btn {
  margin-top: 400px;
}
.mobile-icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mobile-icon-wrapper {
  text-align: center;
  width: 350px;
}
.mobile-icon-wrapper .icon-box h6 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1.8px;
}
.mobile-icon-wrapper .mobile-icon {
  width: 100px;
  margin: auto;
}

/* 2nd section  */

.content-wrapper {
  display: flex;
  justify-content: space-between;
}
.left-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  margin-top: 150px;
}
.right-content h1 {
  font-size: 45px;
  color: #fff;
}
.right-content h6 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}
.partners {
  margin-top: 40px;
  width: 500px;
}
.partners h6 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

/* Main section css  */
.main-effect-wrapper {
  margin-top: 100px;
}
/*infocard styling  */

.info-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 37px 0px 0px;
}

.info-card {
  width: 600px;
  border: 1px solid #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 12px #fff;
  display: none;
}
.card-heading {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.card-subheading {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.card-text {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  line-height: 29px;
  text-align: justify;
}
.info-card:first-child {
  display: block;
}

/* icon styling here */
.icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: 240px;
}
.icon {
  width: 160px;
  height: 160px;
  position: relative;
}

.icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.active-icon {
  display: none;
}
.default-icon {
  opacity: 0.6;
}
.active .default-icon {
  display: none;
}
.active .active-icon {
  display: block;
}

/* Sticky option css here  */
.sticky-parent {
  display: block !important;
}
.sticky-column {
  position: sticky;
  position: -webkit-sticky;
  top: 10rem;
}
/* .icon-wrapper .icon:last-child {
  position: sticky;
  position: -webkit-sticky;
  top: 7rem;
} */

/* About us page  */
.about-us {
  margin-top: 80px;
  margin-bottom: 1400px;
}
@media (max-width: 996px) {
  .about-us {
    margin-top: 50px;
    margin-bottom: 140px;
  }
}
.about-card {
  width: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 83px rgba(255, 255, 255, 0.4);
  margin: auto;
}
@media (max-width: 996px) {
  .about-card {
    width: 100%;
  }
}
.about-card .card-heading {
  text-align: left;
}
.about-card .card-text {
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 996px) {
  .about-card .card-heading {
    font-size: 25px;
  }
  .about-card .card-text {
    font-size: 18px;
    line-height: 24px;
  }
}
/* Team  */
.team .heading {
  text-align: center;
}
.team-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: auto;
}
@media (max-width: 996px) {
  .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-member-wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 996px) {
  .team-member-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.team-avatar img {
  width: 150px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.team-card {
  border: 1px solid #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 12px #fff;
}
.team-card .name {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 996px) {
  .team-card .name {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
}
.team-card .designation {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.team-card .team-desription {
  color: #fff;
  font-size: 23px;
  margin-top: 20px;
}
@media (max-width: 996px) {
  .team-card .team-desription {
    font-size: 18px;
    line-height: 24px;
  }
}
.team .social-links {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.team .social-links a svg {
  width: 20px;
}
.team-card .team-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ceo-card {
  margin-bottom: 30px;
}
/* Footer styling here  */
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-navigation {
  display: flex;
  gap: 335px;
  margin-left: 200px;
}
.footer-navigation a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer-navigation a:hover {
  color: #cecece;
}
@media (max-width: 996px) {
  .footer-navigation {
    display: none;
  }
}
.copyrights {
  color: #fff;
  padding: 20px 0;
}
.footer-details {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 50px;
}
.footer-details a {
  color: #fff;
  text-decoration: none;
}

/* Off canvas style  */
.off-canvas {
  background: #1a0320;
  width: 400px;
  height: 100%;
  padding: 50px 20px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 300ms ease;
}
@media (max-width: 768px) {
  .off-canvas {
    width: 100% !important;
  }
}
.off-canvas.is-open {
  transform: translateX(0%);
}
.off-canvas-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.off-canvas-menu a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.off-canvas-social .social-icon {
  justify-content: center;
  margin-top: 30px;
}
.close-btn {
  position: absolute;
  top: 16px;
  right: 25px;
  font-size: 20px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}

/* Full Section */
.regrow-altadena {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Poster Image */
/* .regrow-altadena .poster {
  position: relative;
  background: url('/assets/img/team2/BASEstud.io Regrow Altadena.png') no-repeat center center;
  background-size: contain;
  width: calc(100% - 550px);
  height: 700px;
  margin: 0 auto;
} */

/* .regrow-altadena .poster::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 700px;
 background: linear-gradient(to bottom, #a2b922 10%, #ffffff 100%);
  z-index: -1;
} */

/* Content */
.poster-content {
  padding: 30px 20px;
  text-align: center;
  width: 80%;
  max-width: 1100px;
  margin-top: -10px;
  z-index: 1;
}

.poster-content p {
  font-size: 20px;
  line-height: 28px;
  color: #406146;
}

/* Responsive */
@media (max-width: 768px) {
  .regrow-altadena .poster {
    /* height: 450px; */
    width: calc(100% - 40px);
    margin-bottom: 25px;
  }

  .regrow-altadena .poster::after {
    height: 120px;
    left: 20px;
    right: 20px;
  }
}

/* Responsive width */
@media (max-width: 992px) {
  .poster-content {
    width: 689px;
    padding: 25px 15px;
    margin-top: -41px;
  }
}

@media (max-width: 576px) {
  .poster-content {
    width: 355px;
    padding: 20px 10px;
    margin-top: -42px;
  }
}

/* Speakers Page background */
body.speakers-page {
  background: linear-gradient(
    180deg,
    rgba(162, 185, 34, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-attachment: fixed; /* This makes the background fixed */
  background-size: cover;
}

/* Panel Speakers Section */
.panel-speakers {
  padding: 60px 20px;
  text-align: center;
  color: #406146;
}
/* Section Title */
.panel-speakers .section-title {
  font-size: 48px;
  color: #406146;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Section Subtitle left-aligned */
.panel-speakers .section-subtitle {
  font-size: 20px;
  color: #406146;
  max-width: 1100px;
  margin: 0 auto 50px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
}

/* Section Subtitle */
.panel-speakers .section-subtitle {
  font-size: 20px;
  color: #406146;
  max-width: 1120px;
  margin: 0 auto 26px;
  line-height: 1.2;
}

/* Speakers Row */
.speakers-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.speaker-card {
  background: #2b2b2b;
  overflow: hidden;
  width: 355px;
}

.speaker-card img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  display: block;
}

/* Responsive Tablet */
@media (max-width: 992px) {
  .speakers-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .speaker-card {
    width: 45%;
    margin-bottom: 20px;
  }
  .speaker-card img {
    height: auto;
  }

  .panel-speakers .section-subtitle {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 26px 10px;
  }
  .panel-speakers .section-title {
    font-size: 40px;
  }
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .speaker-card {
    width: 90%;
    margin-bottom: 20px;
  }
  .speaker-card img {
    height: auto;
  }
  .panel-speakers .section-title {
    font-size: 25px;
  }
}

.partners-section {
  padding: 60px 20px;
  text-align: center;
}

.partners-title {
  font-size: 35px !important;
  font-weight: bold;
  margin-bottom: 40px;
  color: #406146;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.partner-item img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* icon css */

.partners-section {
  padding: 60px 20px;
  text-align: center;
}

.partners-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #406146;
}

.partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.partner-item img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .partner-item img {
    max-width: 130px;
  }
}

@media (max-width: 768px) {
  .partners-row {
    gap: 25px;
  }
  .partner-item img {
    max-width: 110px;
  }
}

@media (max-width: 576px) {
  .partners-row {
    flex-direction: column;
    gap: 20px;
  }
  .partner-item img {
    max-width: 140px;
  }
}

.team-footer-gradient {
  background: linear-gradient(
    358deg,
    rgba(162, 185, 34, 1) 0%,
    rgba(255, 255, 255, 0) 80%
  );
}

/* image section css */

.streetlight-section {
  text-align: center;
  padding: 40px 230px;
}

.streetlight-section .title {
  font-size: 36px;
  font-weight: 800;
  color: #406146;
}

.streetlight-section .subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #406146;
  margin-bottom: 80px;
}

/* Top Images Grid */
.streetlight-section .top-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.streetlight-section .top-images img {
  width: 100%;
  height: 655px;
  object-fit: cover;
}

/* Full width image */
.streetlight-section .full-image img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}

.title-tow{
  font-size: 28px;
  color: #406146;
  font-weight: 700;
  margin-top: 80px;
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .streetlight-section {
    padding: 40px 60px;
  }

  .streetlight-section .top-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .streetlight-section .top-images img {
    height: 400px;
  }

  .streetlight-section .full-image img {
    height: 500px;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .streetlight-section {
    padding: 20px;
  }

  .streetlight-section .title {
    font-size: 24px;
  }

  .streetlight-section .subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .streetlight-section .top-images {
    grid-template-columns: 1fr;
  }

  .streetlight-section .top-images img {
    height: auto;
  }

  .streetlight-section .full-image img {
    height: auto;
  }
}
