

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    align-items: center;
    align-self: center;
        font-family: "Roboto", sans-serif;
    margin: 0;
  }
  html{
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

a {
    text-decoration: none;
}

.side-bar{
    background: #1b1a1b;
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    overflow-y: auto;
    transition: left .6s ease;
    transition-property: left;
    z-index: 1000;
    padding-top: 0;
  }
  header{
    background: linear-gradient(200deg, #add18f, #85c368);
    position: relative;
  }
  header img{
    width: 75%;
    margin: 10px 40px 10px;
    border-radius: 15%;
    border: 3px solid #c20001;
  }
  .close-btn{
    position: absolute;
    color: #c20001;
    font-size: 25px;
    right: 0;
    margin: 15px;
    cursor: pointer;
  }
  header h2{
    text-align: center;
  }
  header h2 a{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-bottom:25px;
    letter-spacing: 2px;
    color: white;
    text-decoration: none;
  }
  header h2 a:hover{
    color: #c20001;
    cursor: pointer;
  }
  header .phone-number {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.call-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #c20001;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.call-button:hover {
  background-color: transparent;
  transform: translateY(-2px);
}

.call-button:active {
  transform: translateY(0);
}
.active{
 background: black;
}

  .side-menu{
    width: 100%;
    margin-top: 30px;
  }
  .side-menu .item{
    position: relative;
    cursor: pointer;
  }
  .side-menu .item a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
  }
  .side-menu .item a:hover{
    color: rgb(2, 184, 2);
  }
  .item i{
    margin-right: 15px;
  }
  .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: .3s ease;
  }
  .item .sub-menu{
    background: white;
    display: none;
  }
  .item .sub-menu a {
    color: rgb(2, 184, 2);
    border-bottom: 2px solid rgb(2, 184, 2);
  }
  .menu-btn{
    position: fixed;
    color: red;
    font-size: 40px;
    cursor: pointer;
    margin: 25px;
    z-index: 1100;
  }
  .side-bar.active{
    left: 0px;
  }
  .side-bar::-webkit-scrollbar{
    width: 0px;
  }
  .rotate{
    transform: rotate(90deg);
  }
a {
    text-decoration: none;
}
.hero-changeformational {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
  border-bottom: 3px solid #68acc3;
  background:
    linear-gradient(
      135deg,
      rgba(45, 194, 0, 0.4),
      rgba(2, 6, 23, 0.95)
    ),
    url("Images/jeff\ 3.jpg") right center / cover no-repeat;
    background-attachment: fixed;
}


.hero-inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 4rem;
}

.hero-content {
  z-index: 2;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #c20001;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 55px;
  line-height: 1.1;
  color: white;
  margin-bottom: 20px;
  margin-top: 10px;
}

.hero-content p {
  font-size: 25px;
  color: white;
  width: 700px;
  margin-bottom: 2rem;
}

.hero-button {
  display: inline-block;
  padding: 0.9rem 2rem;
  background-color: #c20001;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 25px;
}

.hero-button:hover {
  background-color: transparent;
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  height: 100%;
    min-height: 420px;
}


.hero-book {
  position: absolute;
  right: 0;
  bottom: 40px;
  height: 600px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  border-radius: 5%;
}
@media (max-width: 1024px) {
  .hero-inner {
    width: 90%;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-visual {
    order: -1;
    min-height: auto;
    height: 100%;
  }
  .hero-changeformational{
      background:
    linear-gradient(
      135deg,
      rgba(25, 201, 2, 0.4),
      rgba(2, 6, 23, 0.95)
    ),
    url("Images/jeff\ 3.jpg") left center / cover no-repeat;
    background-attachment: fixed;
  }
  .hero-book {
    position: relative;
    right: auto;
    bottom: auto;
    height: 350px;
    margin: 0 auto;
    display: block;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-content p {
    font-size: 22px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .hero-inner {
    width: 95%;
  }
  .hero-changeformational{
      background:
    linear-gradient(
      135deg,
      rgba(1, 185, 16, 0.4),
      rgba(2, 6, 23, 0.95)
    ),
    url("Images/jeff\ 3.jpg") center center / cover no-repeat;
        background-attachment: fixed;
  }
  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 25px;
  }
  .hero-eyebrow{
    font-size: 25px;
  }
  .hero-button {
    font-size: 25px;
  }
  .hero-book {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-changeformational{
      background:
    linear-gradient(
      135deg,
      rgba(22, 184, 1, 0.4),
      rgba(2, 6, 23, 0.95)
    ),
    url("Images/jeff\ 3.jpg") center center / cover no-repeat;
        background-attachment: fixed;
  }
  .hero-content p {
    font-size: 23px;
  }

  .hero-button {
    font-size: 23px;
  }

  .hero-book {
    height: 280px;
  }
  .hero-inner{
    width: 97%;
  }
}
.container-about {
  width: 100%;
  padding: 0;
    border-bottom: 3px solid #68acc3;
}
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(100, 171, 193, 0.08),
    rgba(2, 6, 23, 0.05)
  );
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 6px;
  background: #c20001;
  border-radius: 4px;
}

.about-img {
  flex: 1;
  max-width: 45%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.about-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content {
  flex: 1;
  padding-left: 2rem;
}

.about-content h2 {
  font-size: 45px;
  font-weight: 800;
  color: rgb(2, 184, 2);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
.about-content .dei{
 font-size: 45px;
  font-weight: 800;
  color: rgb(2, 184, 2);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;}
.about-content h2 u {
  text-decoration: none;
  color: red;
}
.about-content .dei u {
  text-decoration: none;
  color: red;
}
.about-content p {
  font-size: 25px;
  line-height: 1.7;
  color: black;
  margin-bottom: 1.75rem;
}
@media (max-width: 1024px) {
  .about {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem;
  }

  .about::before {
    top: 20px;
    bottom: auto;
    height: 6px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-img {
    max-width: 70%;
    margin-top: 20px;
  }

  .about-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about-content h2 {
    font-size: 38px;
  }
  .about-content .dei {
    font-size: 38px;
    margin-top: 20px;
  }

  .about-content p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 2rem 1.5rem;
  }

  .about-img {
    max-width: 85%;
  }

  .about-content h2 {
    font-size: 40px;
  }
.about-content .dei {
    font-size: 40px;
  }
  .about-content p {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 1.75rem 1.25rem;
  }

  .about-img {
    max-width: 100%;
  }

  .about-content h2 {
    font-size: 30px;
  }
.about-content .dei {
    font-size: 30px;
  }
  .about-content p {
    font-size: 21px;
  }
}
.about-jeff {
  position: relative;
  background: url('Images/jeff\ 1.jpg') center/cover no-repeat fixed;
  padding: 6rem 1rem;
  color: white;
  overflow: hidden;
  border-bottom: 3px solid #68acc3;
}

.about-jeff-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.about-jeff-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}

.about-jeff-image {
  order: 2;
}

.about-jeff-content {
  order: 1;
}

@media (max-width: 1024px) {
  .about-jeff-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-jeff-image {
    order: 1;
    margin-bottom: 2rem;
  }
  .about-jeff-content {
    order: 2;
  }
}

/* IMAGE */
.about-jeff-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.about-jeff-image img:hover {
  transform: scale(1.05);
}

/* TEXT */
.about-jeff-content h2 {
  font-size: 50px;
  color: rgb(2, 184, 2);
  margin-bottom: 20px;
  font-weight: 900;
}

.about-jeff-content p {
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: white;
}

/* BUTTON */
.about-jeff-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: rgb(2, 184, 2);
  color: white;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.about-jeff-button:hover {
  background-color: transparent;
  border: 2px solid rgb(2, 184, 2);
  color: rgb(2, 184, 2);
}

@media (max-width: 1024px) {
  .about-jeff-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-jeff-inner{
    width: 90%;
  }
}

@media (max-width: 768px) {
  .about-jeff{
    padding: 3rem 0;
  }
  .about-jeff-image{
    margin-bottom: 0;
  }
  .about-jeff-content h2 {
    font-size: 40px;
  }
  .about-jeff-content p {
    font-size: 24px;
  }
  .about-jeff-button {
    font-size: 24px;
    padding: 0.8rem 2rem;
  }
}
.performance360 {
  position: relative;
  padding: 70px 20px;
 background: white;
    border-bottom: 3px solid #c20001;
  overflow: hidden;
}

.performance360-container {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.performance360-content {
  flex: 1;
  min-width: 320px;
  color: black;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: rgb(2, 184, 2);
  display: block;
  margin-bottom: 15px;
}

.performance360-content h2 {
  font-size: 3rem;
  color: red;
  margin-bottom: 25px;
}

.performance360-content p {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.95;
}
.performance360-content a{
  color: rgb(2, 184, 2);
}
.performance360-content a:hover{
  color: #c20001;
}

.performance360-actions {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.performance360 .primary-btn,
.performance360 .secondary-btn {
  padding: 14px 32px;
  font-size: 20px;
  border-radius: 8px;
  text-decoration: none;
  border: 3px solid #c20001;
  transition: all 0.3s ease;
}

.performance360 .primary-btn {
  background: #c20001;
  color: #fff;
}

.performance360 .primary-btn:hover {
  background: transparent;
  color: red;
}

.performance360 .secondary-btn {
  background: white;
  color: red;
}

.performance360 .secondary-btn:hover {
  background: #c20001;
  color: #fff;
}

.performance360-image {
  flex: 1;
  text-align: center;
}

.performance360-image img {
  width: 500px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border: 3px solid #68acc3;
}
@media (max-width: 768px) {
.performance360{
  padding: 40px 10px;
}
.performance360-image img{
  width: 100%;
}
.performance360-content{
  flex: auto;
}
}
.test{
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: #070c0d;
  overflow: hidden;
  text-align: center;
}
.test::before{
  position: absolute;
  content: '';
  width: 2000px;
  height: 100%;
  bottom: -70%;
  border-radius: 50%;
  background: rgb(2, 184, 2);
}
.test .heading-test{
  display: inline-block;
  position: relative;
  color: red;
  font-size: 50px;
  padding: 60px;
  width: 100%;
  text-align: center;
  font-weight: 800;
}
.test .heading-test::before{
  position: absolute;
  content: '';
  width: 15%;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%;
  background: #393939;
}
.test .heading-test b{
  color: white;
}
.test .wrapper-test{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.test .wrapper-test .container-test{
  position: relative;
  width: 600px;
  color: white;
  background: #222;
  margin: 40px 10px;
  padding: 30px 20px;
  border-radius: 3px;
  transition: 0.3s ease;
}
.test .wrapper-test .container-test .profile{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10%;
  width: 100%;
  display: block;
}
.test .wrapper-test .container-test .profile .imgBox{
  position: relative;
  height: 100px;
  width: 100px;
  margin: auto;
  border: 8px solid #070c0d;
  border-radius: 50%;
  overflow: hidden;
}
.test .wrapper-test .container-test .profile .imgBox img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: 0.3s ease;
  object-fit: cover;
}
.test .wrapper-test .container-test .profile .imgBox img:hover{
  filter: saturate(140%);
  transform: scale(0.95);
}
.test .wrapper-test .container-test .profile h2{
  padding: 5px 0;
  text-transform: capitalize;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}
.test .wrapper-test .container-test p{
  margin-top: 50px;
  color: white;
  padding: 0 8px;
  font-size: 20px;
  opacity: .8;
}
.test .wrapper-test .container-test .left{
  font-size: 30px;
  display: block;
  text-align: left;
  color: red;
}
.test .wrapper-test .container-test .right{
  font-size: 30px;
  display: block;
  text-align: right;
  color: red;
}
@media (max-width: 480px) {
  .test{
    padding: 60px 0 0;
  }
  .test .heading-test {
    font-size: 30px; /* Further reduce font size for small devices */
    padding: 20px;
    margin-bottom: 55px;
  }
  .test .heading-test::before{
    position: absolute;
    content: '';
    width: 15%;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1%;
    background: #393939;
  }
  .test .wrapper-test .container-test {
    padding: 20px 10px; /* Adjust padding for small screens */
  }

  .test .wrapper-test .container-test .profile .imgBox {
    height: 100px; /* Smaller profile image */
    width: 100px;
    margin-top: 20px;
  }

  .test .wrapper-test .container-test p {
    font-size: 20px; /* Smaller font for content */
  }

  .test::before {
    width: 1500px; /* Adjust background shape size */
    bottom: -60%;  /* Adjust its position */
  }
}
.change-book-hero {
  padding: 120px 10px;
  background: linear-gradient(135deg, #1e7e01, #0f172a);
  text-align: center;
  color: white;
}

.change-book-hero h1 {
  font-size: 4rem;
  letter-spacing: 1px;
  color: rgb(2, 184, 2);
}
.change-book-hero h1 u{
  color: red;
  text-decoration: none;
}

.change-book-hero .subtitle {
  font-size: 28px;
  width: 50%;
  margin: 25px auto 40px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-buttons .primary-btn, .change-book-impact .primary-btn {
  background: #c20001;
  color: white;
  padding: 15px 35px;
  font-size: 26px;
  border-radius: 10px;
  border: 3px solid black;
  text-decoration: none;
  transition: 0.3s;
}

.hero-buttons .primary-btn:hover, .change-book-impact .primary-btn:hover {
  background: transparent;
}

.hero-buttons .secondary-btn {
  padding: 15px 35px;
  font-size: 26px;
  border-radius: 10px;
  border: 3px solid white;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.hero-buttons .secondary-btn:hover {
  background: white;
  color: #020617;
}
@media (max-width: 768px) {
  .change-book-hero .subtitle{
    width: 95%;
  }
  .change-book-hero h1{
    font-size: 50px;
  }
  .change-book-hero{
    padding: 70px 0;
  }
}
@media (max-width: 600px) {
.change-book-hero .subtitle{
    width: 100%;
  }
 .change-book-hero h1{
    font-size: 35px;
  }
}
.change-book-about {
  padding: 60px 10px;
  background: #f8fafc;
}

.change-book-container {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 85%;
  margin: auto;
  flex-wrap: wrap;
}

.change-book-image img {
  width: 550px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.change-book-text {
  flex: 1;
}

.change-book-text h2 {
  font-size: 3rem;
  color: #c20001;
  margin-bottom: 20px;
}

.change-book-text p {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .change-book-about{
    padding: 30px 0;
  }
  .change-book-container{
    gap: 25px;
  }
}
.change-book-pillars {
  padding: 60px 20px;
  background: url(Images/temp_image_20231218_122522_4acbe6a9-00d4-4d6a-b463-16af640912e7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.change-book-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 0;             
}

.change-book-pillars > * {
  position: relative;
  z-index: 1;
}

.section-title {
  text-align: center;
  font-size: 3rem;
  color: white;
  margin-bottom: 60px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  width: 85%;
  margin: auto;
}

.pillar-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(7, 130, 187, 0.15);
  text-align: center;
}

.pillar-card h3 {
  font-size: 30px;
  color: rgb(2, 184, 2);
  margin-bottom: 15px;
}

.pillar-card p {
  font-size: 22px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .section-title{
    margin-bottom: 30px;
  }
  .pillars-grid{
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      width: 100%;
  }
}
.change-book-impact {
  padding: 50px 20px;
  background: white;
  text-align: center;
  color: white;
}

.change-book-impact h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: rgb(2, 184, 2);
}

.change-book-impact p {
  font-size: 26px;
  width: 75%;
  margin: 0 auto 40px;
  opacity: 0.9;
  color: black;
}
.change-book-impact .primary-btn:hover {
background: rgb(2, 184, 2);
}
@media (max-width: 1024px) {
.change-book-image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .change-book-impact h2{
    font-size: 35px;
  }
  .change-book-impact p{
    font-size: 23px;
    width: 100%;
  }
  .change-book-text h2 {
    font-size: 2.4rem;
  }
  .change-book-impact .primary-btn{
    display: block;
  }
  .change-book-impact{
    padding: 30px 10px;
  }
  
}
.about-jeff-page {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

/* Hero Section */
.about-jeff-hero {
  position: relative;
  background: url('Images/img\ 1.jpg') center/cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  border-bottom: 3px solid #c20001;
}

.about-jeff-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.about-jeff-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  padding: 0 20px;
  z-index: 2;
}

.about-jeff-hero-content {
  flex: 1;
  max-width: 600px;
}

.about-jeff-hero-content h1 {
  font-size: 4rem;
  color: #c20001;
  margin-bottom: 20px;
  text-align: center;
}

.about-jeff-hero-content p {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

.about-jeff-hero-btn {
  display: block; /* full-width block */
  width: max-content; /* shrink to fit text */
  padding: 15px 35px;
  background: #c20001;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  border: 3px solid black;
  margin: 0 auto; /* now it works */
}


.about-jeff-hero-btn:hover {
  background: transparent;
  border: 3px solid #c20001;
}

/* Hero Image */
.about-jeff-hero-image img {
  max-width: 550px;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border: 2px solid #c20001;
}

/* Bio Section */
.about-jeff-bio {
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(100,171,193,0.08), rgba(2,6,23,0.05));
  border-bottom: 3px solid #c20001;
}

.bio-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.bio-text {
  flex: 1;
  min-width: 300px;
}

.bio-text h2 {
  font-size: 3rem;
  color: #c20001;
  margin-bottom: 20px;
}

.bio-text p {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #020617;
}

.bio-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #c20001;
  color: white;
  font-size: 25px;
  border-radius: 8px;
  border: 3px solid black;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 auto;
}

.bio-btn:hover {
  background: transparent;
  color: #c20001;
}

.bio-image img {
  width: 500px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  border: 2px solid #68acc3;
}

/* Stats Section */
.about-jeff-stats {
  padding: 60px 20px;
  background: rgb(2, 184, 2);
  border-bottom: 3px solid #c20001;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  width: 85%;
  margin: 0 auto;
}

.stat-card {
  background: #c20001;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s;
  border: 2px solid white;
}

.stat-card:hover {
  transform: translateY(-10px);
}

.stat-card h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.stat-card p {
  font-size: 23px;
}
.quote{
  padding: 80px 10px;
  background: white;
  border-bottom: 3px solid #c20001;
}
.quote-container{
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.quote-container p{
  font-size: 30px;
  color: rgb(2, 184, 2);
  letter-spacing: 1px;
  font-style: oblique;
}
.quote-container h4{
  font-size: 30px;
  color: #c20001;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media(max-width: 1024px){
  .about-jeff-hero-inner,
  .bio-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-jeff-hero-inner{
    width: 90%;
  }
  .about-jeff-hero{
    padding: 40px 0;
  }
  .about-jeff-hero-content h1 {
    font-size: 3rem;
    margin-top: 20px;
  }

  .about-jeff-hero-content p {
    font-size: 25px;
    text-align: center;
  }

  .about-jeff-hero-image img {
    width: 400px;
    margin-top: 20px;
  }
 .about-jeff-bio{
  padding: 30px 0;
 }
  .bio-text h2 {
    font-size: 3rem;
    text-align: center;
  }

  .bio-text p {
    font-size: 23px;
    text-align: center;
  }

  .bio-image img {
    width: 400px;
    margin-top: 20px;
  }
  .bio-btn{
      display: block; /* full-width block */
  width: max-content; /* shrink to fit text */

  }
  .stat-card h3 {
    font-size: 3rem;
  }
  .stats-container{
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }

  .stat-card p {
    font-size: 23px;
  }
}

@media(max-width: 600px){
  .about-jeff-hero-content h1 {
    font-size: 3rem;
  }

  .about-jeff-hero-content p,
  .bio-text p {
    font-size: 23px;
  }

  .bio-text h2 {
    font-size: 2rem;
  }
  .about-jeff-hero-image img{
    width: 250px;
  }
  .bio-image img{
    width: 300px;
  }
  .bio-container {
    align-items: center;
    text-align: center;
    gap: 30px; /* optional: smaller gap for mobile */
  }
.stats-container{
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .bio-text {
    width: 100%;  /* full width */
    min-width: auto;
  }
  .bio-btn{
    width: 100%;
  }
  .bio-image {
    width: 100%;  /* allows image to shrink with screen */
  }
}
.resources-hero {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  background: url("Images/temp_image_20231218_122224_c08f79c4-b82c-4ad5-b8d9-cf32e99f701c.jpg") center / cover no-repeat fixed;
  border-bottom: 3px solid #c20001;
  overflow: hidden;
}

.resources-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.resources-hero > * {
  position: relative;
  z-index: 2;
}

.resources-hero h1 {
  font-size: 4rem;
  color: rgb(2, 184, 2);
  margin-bottom: 20px;
}

.resources-hero p {
  font-size: 30px;
  width: 75%;
  margin: 0 auto;
  color: white;
}

/* SHARED */
.resource-section {
  padding: 60px 20px;
  border-bottom: 3px solid #c20001;
}

.alt-bg {
  background: rgba(104,172,195,0.08);
}

.resource-container {
  width: 90%;
  margin: 0 auto;
}

.center-title {
  text-align: center;
  margin-bottom: 50px;
}

.center-content {
  text-align: center;
}

/* SPLIT LAYOUT */
.resource-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.resource-text {
  flex: 1;
  min-width: 300px;
}

.resource-text h2 {
  font-size: 3rem;
  color: #c20001;
  margin-bottom: 20px;
}

.resource-text p {
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.resource-image {
  flex: 1;
  text-align: center;
}

.resource-image img {
  max-width: 600px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  border: 3px solid #68acc3;
}

/* Media query for tablets and smaller */
@media (max-width: 1024px) {
  .resource-split {
    flex-direction: column-reverse; /* stack items vertically */
    align-items: center;
  }

  .resource-text, 
  .resource-image {
    width: 100%; /* full width for each */
    text-align: center; /* center text */
  }

  .resource-text h2 {
    font-size: 2.5rem;
  }

  .resource-text p {
    font-size: 22px;
  }

  .resource-image img {
    max-width: 90%; /* scale image slightly smaller for mobile */
  }
}


/* BUTTONS */
.resource-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #c20001;
  color: white;
  font-size: 25px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid black;
  transition: all 0.3s ease;
}

.resource-btn:hover {
  background: transparent;
  color: #c20001;
}

.large-btn {
  font-size: 26px;
  padding: 16px 40px;
}
.center-title{
  font-size: 45px;
  color: white;
  letter-spacing: 1px;
  font-style: oblique;
  text-align: center;
}
.resource-section2 {
  padding: 60px 20px;
  border-bottom: 3px solid #c20001;
}
.resource-section2{
  background-image: radial-gradient( circle farthest-corner at 17.6% 50.7%,  #26df01 0%, rgba(0,0,0,1) 90% );
}
/* BOOKS GRID */
.books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
.book-card img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 25px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  border: 2px solid rgb(2, 184, 2);
}
.book-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}
.book-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.book-card {
  padding: 35px;
  border-radius: 18px;
  background: rgba(185, 22, 1, 0.7);
  border: 3px solid rgb(2, 184, 2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.book-card h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: rgb(2, 184, 2);
}

.book-card p {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: white;
}

.book-card a {
  font-size: 23px;
  color: rgb(2, 184, 2);
  font-weight: bold;
  text-decoration: none;
}

.book-card a:hover {
  text-decoration: underline;
}
.center-content h2{
  font-size: 45px;
  color: #c20001;
  font-style: oblique;
  text-align: center;
  letter-spacing: 1px;
}
.center-content p{
  font-size: 25px;
  margin: 20px 0;
}
@media (max-width: 1100px) {
  .resources-hero{
    padding: 60px 10px;
  }
  .resource-text p{
    font-size: 22px;
  }
}  

@media (max-width: 768px) {
  .resources-hero h1 {
    font-size: 3rem;
  }
  .resource-section{
    padding: 30px 10px;
  }
  .resource-section2{
    padding: 30px 10px;
  }
  .resources-hero p{
    width: 100%;
  }
  .resource-text h2 {
    font-size: 2.1rem;
  }

  .resource-text p {
    font-size: 20px;
  }

  .resource-btn {
    font-size: 23px;
  }
  .books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
}
.policies {
  margin: auto;
  padding: 50px 20px;
    background: linear-gradient(250deg, #add18f, #85c368);
}

.policies-header {
  text-align: center;
  margin-bottom: 60px;
}

.policies-header h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #c20001;
}

.policies-header p {
  font-size: 30px;
  text-align: center;
  color: white;
}


.policy-section {
  position: relative;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(155, 0, 0, 0.25);
  overflow: hidden; /* IMPORTANT for border mask */
  width: 85%;
  margin: 40px auto;
  border: 3px solid #c20001;
}


.policy-section h2 {
  font-size: 45px;
  margin-bottom: 25px;
  color: #c20001;
  text-align: center;
}

.policy-item {
  margin-bottom: 30px;
}

.policy-item h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: white; 
  font-style: oblique;
}
.policy-item a{
  color: #c20001;
}
.policy-item p {
  font-size: 25px;
  opacity: 0.9;
  line-height: 1.6;
  color: white;
}

.policies-footer {
  text-align: center;
  margin-top: 40px;
}
.policies-footer p{
  color: #c20001;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #c20001;
  color: white;
  font-size: 30px;
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 8px;
  border: 3px solid black;
}

.contact-btn:hover {
  background: transparent;
}
@media (max-width: 1200px) {
  .policy-section {
    width: 92%;
    padding: 35px;
  }

  .policy-section h2 {
    font-size: 40px;
  }

  .policy-item h3 {
    font-size: 27px;
  }

  .policy-item p {
    font-size: 23px;
  }
  .policies-header{
    margin-bottom: 20px;
  }
  .policies-header p {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .policies {
    padding: 40px 15px;
  }

  .policies-header h1 {
    font-size: 2.4rem;
  }

  .policies-header p {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
  }

  .policy-section {
    width: 100%;
    padding: 30px 25px;
  }

  .policy-section h2 {
    font-size: 34px;
  }

  .policy-item h3 {
    font-size: 24px;
  }

  .policy-item p {
    font-size: 21px;
  }

  .policies-footer p {
    font-size: 30px;
  }

  .contact-btn {
    font-size: 24px;
    padding: 12px 26px;
  }
}

@media (max-width: 480px) {
  .policies {
    padding: 70px 12px;
  }

  .policies-header h1 {
    font-size: 2rem;
  }

  .policies-header p {
    font-size: 22px;
  }

  .policy-section {
    padding: 25px 18px;
    border-width: 2px;
  }

  .policy-section h2 {
    font-size: 30px;
  }

  .policy-item h3 {
    font-size: 25px;
  }

  .policy-item p {
    font-size: 21px;
    line-height: 1.55;
  }

  .policies-footer p {
    font-size: 28px;
  }

  .contact-btn {
    font-size: 25px;
    padding: 10px 22px;
  }
}
.contact-section {
background: radial-gradient(circle, rgb(190, 30, 2) 40%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
  padding: 40px 20px;
}

.contact-container {
  width: 90%;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-header h1 {
  color: rgb(2, 184, 2);
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
}

.contact-header h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #c20001;
  margin: 15px auto 0;
  border-radius: 2px;
}

.contact-header p {
  font-size: 27px;
  color: white;
  width: 75%;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 8, 0, 0.3);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contact-info h2 {
  color: rgb(2, 184, 2);
  font-size: 40px;
  margin-bottom: 15px;
}

.contact-info p, .contact-info li {
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}

.contact-info a {
  color: rgb(2, 184, 2);
  text-decoration: none;
}

.contact-info a:hover {
  color: white;
}

.contact-hours h3 {
  color: rgb(2, 184, 2);
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 35px;
}

.contact-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-form2 {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 38, 0, 0.3);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contact-form2 h2 {
  color: rgb(2, 184, 2);
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-form2 .form-group {
  margin-bottom: 20px;
}
iframe{
  border: 2px solid rgb(2, 184, 2);
}
.contact-form2 input, .contact-form2 textarea {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  font-size: 22px;
  outline: none;
  background: #1c2a35;
  color: #fff;
  transition: 0.3s;
}

.contact-form2 input:focus, .contact-form2 textarea:focus {
  background: #243643;
  border: 2px solid rgb(2, 184, 2);
}

.contact-form2 .contact-btn {
  background-color: rgb(2, 184, 2);
  color: white;
  border: 2px solid white;
  padding: 15px 30px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 auto;
  display: block;
}

.contact-form2 .contact-btn:hover {
  background-color: #c20001;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-content {
    flex-direction: column;
  }
  .contact-section{
    padding: 60px 20px;
  }
  .contact-info, .contact-form2 {
    width: 100%;
  }

  .contact-header h1 {
    font-size: 40px;
  }

  .contact-header p {
    font-size: 23px;
  }
  .contact-container{
    width: 100%;
  }
  .contact-header p{
    width: 100%;
  }
  .contact-header{
    margin-bottom: 30px;
  }
}
.schedule-hero {
  position: relative;
  background: url("Images/temp_image_20231218_122322_1ed884bb-7d3f-4989-9197-af478248ec8e.jpg") center / cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
  background-attachment: fixed;
  border-bottom: 3px solid #c20001;
}

.schedule-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.schedule-hero-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.schedule-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.schedule-hero p {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.schedule-hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #c20001;
  color: white;
  font-size: 26px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid black;
  transition: 0.3s;
}

.schedule-hero-btn:hover {
  background: transparent;
}
.schedule-container {
  width: 85%;
  margin: 0 auto;
}
.schedule-audience,
.schedule-topics,
.schedule-expect,
.schedule-form-section {
  padding: 40px 20px;
}
.schedule-audience{
background: white;
}
.schedule-audience h2{
  font-size: 45px;
  color: rgb(2, 184, 2);
  letter-spacing: 1px;
  font-style: oblique;
  text-align: center;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.audience-card i{
  color: #c20001;
}
.audience-card {
  padding: 30px;
  background: rgb(2, 184, 2);
  border: 2px solid #c20001;
  border-radius: 15px;
  font-size: 30px;
  text-align: center;
  color: white;
}
.bee-divider {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 10px 0;
  overflow: hidden;
}
.bee-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  border-top: 3px dashed rgba(194, 0, 1, 0.6);
  transform: translateY(-50%) rotate(-2deg);
}
.bee-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 2px;
  border-top: 3px dashed rgba(107, 195, 104, 0.5);
  transform: translateY(-50%) rotate(2deg);
}
@keyframes bee-drift {
  from {
    transform: translateX(0) translateY(-50%) rotate(-2deg);
  }
  to {
    transform: translateX(-40px) translateY(-50%) rotate(-2deg);
  }
}

.bee-divider::before {
  animation: bee-drift 12s linear infinite;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.topic-card {
  background: #020617;
  padding: 35px;
  border-radius: 18px;
  border: 3px solid #c20001;
}
.schedule-topics h2{
  font-size: 45px;
  text-align: center;
  color: #c20001;
  letter-spacing: 1px;
  font-style: oblique;
}

.topic-card h3 {
  font-size: 30px;
  color: rgb(2, 184, 2);
  margin-bottom: 15px;
}

.topic-card p {
  font-size: 23px;
  color: white;
}
.schedule-expect{
  border-bottom: 3px solid #c20001;
}

.schedule-expect h2{
  font-size: 45px;
  color: rgb(2, 184, 2);
  letter-spacing: 1px;
  font-style: oblique;
  text-align: center;
}
.expect-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}
.expect-list i{
  color: #c20001;
}

.expect-list li {
  font-size: 30px;
  margin-bottom: 30px;
}

.schedule-form-section {
background: linear-gradient(229deg, rgba(0, 0, 0, 1) 0%, rgb(201, 1, 1) 40%, rgba(0, 0, 0, 1) 100%);
  text-align: center;
  border-bottom: 3px solid #c20001;
}
.schedule-form-section h2{
  color: white;
  font-size: 45px;
  letter-spacing: 1px;
  font-style: oblique;
  text-align: center;
}
.schedule-form-section p {
  font-size: 30px;
  width: 75%;
  margin: 20px auto 40px;
  color: white;
}

.schedule-form-wrap {
  width: 85%;
  margin: 0 auto;
}

.schedule-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row input,
.form-row select,
.schedule-form-wrap textarea {
  flex: 1;
  padding: 16px 18px;
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid rgb(2, 184, 2);
  background: rgba(255,255,255,0.9);
  color: #020617;
}

.schedule-form-wrap textarea {
  resize: vertical;
}

.schedule-submit-btn {
  margin-top: 20px;
  padding: 16px 40px;
  font-size: 30px;
  background: rgb(2, 184, 2);
  color: white;
  border-radius: 12px;
  border: 3px solid black;
  cursor: pointer;
  transition: all 0.3s;
}

.schedule-submit-btn:hover {
  background: transparent;
}

@media (max-width: 1100px) {
  .schedule-container{
    width: 95%;
  }
  .schedule-form-wrap{
    width: 95%;
  }
  .topics-grid{
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

  }
}  
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
.topics-grid{
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  }
  .audience-grid{
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .schedule-submit-btn {
    width: 100%;
  }
  .schedule-topics, .schedule-expect{
    padding: 0px 10px;
  }
  .schedule-form-section{
    padding: 30px 0;
  }
  .bee-divider{
    margin: 0;
  }
}

.schedule-alt {
  margin-top: 40px;
}

.schedule-alt-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #c20001;
  color: white;
  font-size: 22px;
  border-radius: 8px;
  text-decoration: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .schedule-hero h1 {
    font-size: 2.6rem;
  }

  .schedule-hero p {
    font-size: 25px;
  }

  .schedule-container {
    width: 95%;
  }
}
.container{
    max-width: 90%;
    margin: 0 auto;
}


 .footer {
  padding: 40px;
  margin: 0px;
box-sizing: border-box;
text-align: center;
}
footer ul{
list-style: none;
}
footer{
color: white;
background: #121315;
}
.footer-about p{
color: white;
font-size: 22px;
line-height: 23px;
text-align: center;
width: 500px;
}

footer a{
color: white;
text-decoration: none;
}

footer .container{
width: 100%;
margin: 0 auto;
padding: 2em;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  width: 1400px;
  margin: 0 auto;
}

.footer-logo {
  width: 250px;
  margin: 0 auto 15px; /* centers horizontally */
  display: block;
  border-radius: 10%;
}

.footer-about p {
  line-height: 1.6;
}

.footer-links h3,
.footer-contact h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 15px;
}
.footer-contact li i{
  margin-right: 5px;
}
.footer-links a,
.footer-contact a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 22px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: rgb(2, 184, 2);
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  color: #f1f1f1;
  margin-right: 10px;
  font-size: 25px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: rgb(2, 184, 2);
}

.footer-extras {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 40px auto 10px;
  padding: 30px 20px;
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
}
.footer-badges{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.footer-badges img {
  height: 100px;
  width: auto;
  margin: 0 5px;
  filter: brightness(0.9);
  transition: transform 0.3s ease;
}

.footer-badges img:hover {
  transform: scale(1.05);
  filter: brightness(1);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 0.85rem;
  color: white;
  padding: 10px 0;
}
.footer-bottom p{
  width: 100%;
  font-size: 25px;
  margin-top: 20px;
}

.footer-bottom a {
  color: rgb(2, 184, 2);
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer-container {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  .footer-container {
    gap: 25px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .footer-extras {
    width: 90%;
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 971px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .footer-container {
    gap: 25px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .footer-extras {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }

  .footer-verse p {
    width: 90%;
    margin: 0 auto;
  }

}
@media (max-width: 500px) {
  .footer {
    padding: 30px 0px;
  }
  .footer-container {
    gap: 25px;
    width: 100%;
    flex-wrap: nowrap;
  }
  .footer-about p{
    width: 300px;
  }
  .footer-badges img {
    height: 100px;
  }

}