@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  background: #f0f2f5;
}


body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #e1e3e8;
  color: #1d1d1f;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  z-index: 100;
}

.glass-nav {
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background-color: rgba(240, 242, 245, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  width: auto;
}


.logo {
  font-weight: 600;
  font-size: 1.2em;
  color: #1d1d1f;
  padding: 0 20px;
}

.logo img {
  height: 50px;
}

@media (max-width: 768px) {
  .logo img {
    height: 45px;
  }
}


.nav-links {
  position: relative;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.active-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 999px; /* Make it super rounded */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Bouncy transition */
  z-index: -1;
}

.nav-links li {
  position: relative;
  z-index: 1;
}

.nav-links a {
  text-decoration: none;
  color: #1d1d1f;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 50px;
  transition: color 0.3s ease;
  display: block;
}

.nav-links a.active {
  color: #000;
  font-weight: 600;
}

.nav-links {
  position: relative;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
}

.hamburger-menu span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1d1d1f;
  margin: 5px 0;
  transition: all 0.3s ease;
}

main {
  position: relative;
  width: 100%;
}

.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 51, 102, 0), rgba(157, 194, 213, 0.7)), url('assets/images/pexels-media-13990694.jpg');
  background-size: cover;
  background-position: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.hero-text {
  max-width: 100%;
}

.hero-text h1 {
  font-size: 4em;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.2em;
}

.hero-image-right {
  width: 40%;
}

.hero-image-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.content {
  text-align: center;
  padding: 50px;
}

.full-width-image-section {
  position: relative;
  width: calc(100% - 40px);
  height: 600px;
  margin: 20px;
  border-radius: 20px;
  background-image: url('assets/images/pexels-media-13990694.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(241, 231, 231);
  text-align: center;
  overflow: hidden;
}

.second-image-section {
  position: relative;
  width: calc(100% - 80px); /* More space around */
  height: 600px;
  margin: 40px auto; /* More space around and centered */
  border-radius: 30px; /* More rounded */
  background-image: url('assets/images/pexels-media-6949934.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.third-image-section {
  position: relative;
  width: calc(100% - 80px); /* More space around */
  height: 500px;
  margin: 40px; /* More space around */
  border-radius: 30px; /* More rounded */
  background-image: url('assets/images/pexels-media-8761513.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.image-text-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 20px;
}

.image-text-content h2 {
  font-size: 3em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.image-text-content p {

  font-size: 1.2em;

  margin-bottom: 30px;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);

}







.image-content-overlay {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}



.glass-button {

  background: rgba(255, 255, 255, 0.2);

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 50px;

  padding: 15px 30px;

  color: white;

  font-weight: 600;

  cursor: pointer;

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  transition: all 0.3s ease;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}



.glass-button:hover {

  background: rgba(255, 255, 255, 0.3);

  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);

}



@media (max-width: 768px) {

  .nav-container {

    padding: 10px;

  }

  

  

  

    .glass-nav {

  

      flex-direction: column;

  

      align-items: flex-start;

  

      padding: 15px 20px;

  

      border-radius: 20px;

  

      width: calc(90% - 40px);

  

      position: relative;

  

    }



  .logo {

    margin-bottom: 10px;

    padding: 0;

  }



  .hamburger-menu {

    display: block;

    position: absolute;

    top: 20px;

    right: 20px;

  }



  .nav-links {

    display: flex;

    flex-direction: column;

    width: 100%;

    max-height: 0;

  }



    .nav-links.active {



      max-height: 360px;
      /* display: flex; */



    }



  



    .active-indicator {



      width: 100%;



      left: 0;



      border-radius: 10px;



      display: block; /* Make sure it's visible on mobile */



    }



  



    .nav-links li {



      margin: 5px 0;



      text-align: center;



    }



  



    .nav-links a {



      padding: 15px;



    }



  



    .nav-links a.active,



    .nav-links a:hover {



      background-color: transparent;



    }



  .hero-content {

    flex-direction: column;

    text-align: center;

  }



  .hero-text {

    max-width: 100%;

    margin-bottom: 30px;

  }



  .hero-text h1 {

    font-size: 2.5em;

  }



  .hero-image-right {

    width: 80%;

  }



    .full-width-image-section {



      height: 500px;



      margin: 10px;



      width: calc(100% - 20px);



    }



  



    .second-image-section {



      height: 500px;



      margin: 10px;



      width: calc(100% - 20px);



    }



    .image-text-content h2 {



  



        font-size: 2em;



  



      }



  



        .dual-column-section {



  



          flex-direction: column;



  



        }



  



    



  



        .dual-column-section .images-container {



  



          grid-template-columns: 1fr;



  



        }



  



    



  



        .dual-column-section .learn-more-button {



  



          position: relative;



  



          bottom: auto;



  



          left: auto;



  



          margin-top: 20px;



  



          display: block;



  



          width: -moz-fit-content;



  



          width: fit-content;



  



                  margin-left: auto;



  



          



  



            



  



          



  



                    margin-right: auto;



  



          



  



            



  



          



  



                  }



  



          



  



                                    .image-text-section {



  



          



  



                    



  



          



  



                                        flex-direction: column;



  



          



  



                    



  



          



  



                                    }



  



          



  



                  



  



          



  



                                    .promo-section {



  



          



  



                                        flex-direction: column;



  



          



  



                                    }



  



          



  



                    



  



          



  



                              



  



          



  



                    



  



          



  



                            



  



          



  



                    



  



          



  



                                }



  



  img {



    transition: all 0.3s ease;



  }



  



  img:hover {



    transform: scale(1.05);



    box-shadow: 0 8px 16px rgba(0,0,0,0.2);



  }





footer {
  background-color: #1d1d1f;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.social-media {
  margin-bottom: 20px;
}

.social-media a {
  color: white;
  margin: 0 15px;
  font-size: 24px;
  transition: color 0.3s ease;
}

.social-media a:hover {
  color: #007bff;
}

.copyright {
  font-size: 14px;
}

.dual-column-section {
  display: flex;
  padding: 50px;
  gap: 50px;
  align-items: center;
}

.column-left {
  flex: 1;
}

.column-right {
  flex: 1;
  position: relative;
}

.images-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.image-text {
  grid-column: 1 / -1;
  margin-bottom: 20px;
}

.rounded-image {
  width: 100%;
  border-radius: 20px;
}

.learn-more-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.gallery-section {
  text-align: center;
  padding: 50px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.active {
  visibility: visible;
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.testimonial-section {
  text-align: center;
  padding: 50px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.testimonial-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-card .profile-picture {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-card h3 {
  margin: 0;
  font-size: 1.2em;
}

.testimonial-card .card-body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

.partner-section {
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background-color: rgba(240, 242, 245, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 50px 0;
}

.scroller {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller__inner {
  display: flex;
  gap: 20px;
  padding-block: 1rem;
  animation: scroll 20s linear infinite;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.partner-section .tag-list li {
  padding: 1rem;
  background: var(--surface-2);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--surface-3);
}

.card-scroller-section {
  padding: 50px 0;
}

.card-scroller-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.scrolling-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 400px;
  flex-shrink: 0;
  margin: 1rem;
}

.scrolling-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.scrolling-card-content {
  padding: 20px;
  text-align: left;
  position: relative;
}

.scrolling-card h3 {
  font-weight: bold;
  margin: 0 0 10px;
}

.scrolling-card p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

.heart-icon-bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.heart-icon-bottom:hover {
  color: #ff4d4d;
}

.scroller[data-speed="slow"] .scroller__inner {
  animation-duration: 80s;
}

.scroller[data-direction="right"] .scroller__inner {
  animation-direction: reverse;
}


.partner-section .tag-list img {
  height: 80px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.partner-section .tag-list img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.image-text-section {
  display: flex;
  align-items: center;
  padding: 50px;
  gap: 50px;
}

.image-text-section .image-container {
  flex: 1;
}

.image-text-section .image-container img {
  width: 100%;
  border-radius: 20px;
}

.image-text-section .text-container {
  flex: 1;
}

.image-text-section .text-container p {
  font-size: 1.2em;
  line-height: 1.6;
}

.creations-section {
  text-align: center;
  padding: 50px;
}

.creations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.creation-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.creation-card img {
  width: 100%;
  height: auto;
  display: block;
}

.creation-card .card-content {
  padding: 20px;
  text-align: left;
}

.creation-card h3 {
  margin: 0 0 10px;
  font-weight: bold;
}

.creation-card p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: color 0.3s ease;
}

.heart-icon:hover {
  color: #ff4d4d;
}

.promo-section {
  display: flex;
  align-items: center;
  padding: 50px;
  gap: 50px;
  background: #f0f2f5;
}

.promo-section .image-container {
  flex: 1;
}

.promo-section .image-container img {
  width: 100%;
  border-radius: 20px;
}

.promo-section .promo-content {
  flex: 1;
}

.promo-section .promo-content h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 0 15px;
}

.promo-section .promo-content p {
  font-size: 1.2em;
  margin: 0 0 30px;
}

/* Stats Section */
.stats-section {
  padding: 50px;
  background-color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.stat-card {
  background: #f0f2f5;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.stat-content {
  margin-bottom: 50px; /* Space for the profile picture */
}

.stat-number {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0 0 10px;
  color: #1d1d1f;
}

.stat-headline {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
  color: #555;
}

.stat-profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Rating Section */
.rating-section {
  text-align: center;
  padding: 50px;
  background-color: #f0f2f5;
}

.rating-section h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
}

.rating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.rating-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rating-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.rating-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rating-header .profile-picture {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.rating-header .username {
  font-weight: 600;
  font-size: 1.2em;
}

.rating-stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #ffc107 var(--rating), #e0e0e0 var(--rating));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-stars i {
  color: #000000; /* Gold color for stars */
}

.rating-stars i.empty {
  color: #e0e0e0; /* Light gray for empty stars */
}
.rating-card p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  margin: 0;
}


@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Huge Image Section */
.huge-image-section {
  padding: 4rem 2rem;
  text-align: center;
}

.huge-image-container {
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.huge-image-container img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.huge-image-text {
  max-width: 800px;
  margin: 0 auto;
}

.huge-image-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Large Image Feature Section */
.large-image-feature-section {
  display: flex;
  align-items: center;
  padding: 4rem 2rem;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.large-image-container {
  flex: 1;
}

.large-image-container img {
  width: 100%;
  border-radius: 15px;
}

.feature-text-content {
  flex: 1;
}

.feature-text-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

@media (max-width: 768px) {
  .large-image-feature-section {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .huge-image-section {
    padding: 2rem 1rem;
  }

  .huge-image-text h2,
  .feature-text-content h2 {
    font-size: 2rem;
  }
}

/* Video Section */
.video-section {
  padding: 4rem 2rem;
  text-align: center;
}

.video-container {
  max-width: 1200px;
  margin: 0 auto 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

.video-headline h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .video-headline h2 {
    font-size: 2rem;
  }
}

/* Quad Image Section */
.quad-image-section {
  display: flex;
  align-items: center;
  padding: 4rem 2rem;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.quad-content-left {
  flex: 1;
}

.quad-content-left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.quad-image-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.quad-image-wrapper {
  border-radius: 15px;
  overflow: hidden;
  height: 300px; /* Creates the slim rectangle shape */
}

.quad-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.quad-image-wrapper img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .quad-image-section {
    flex-direction: column;
  }
}

/* Team Section */
.team-section {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f9f9f9;
}

.team-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.team-member-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.team-member-role {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.team-social-links a {
  color: #555;
  margin: 0 0.5rem;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.team-social-links a:hover {
  color: #007bff;
}

/* Timeline Section */
.timeline-section {
  padding: 4rem 2rem;
  text-align: center;
}

.timeline-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #007bff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-dot {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  border: 4px solid #007bff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -10px;
}

.timeline-content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.timeline-date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .timeline-container::after {
    left: 31px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
  }
  .timeline-dot,
  .timeline-item:nth-child(even) .timeline-dot {
    left: 21px;
  }
}

/* FAQ Section */
.faq-section {
  padding: 4rem 2rem;
  background-color: #fff;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

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

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1d1d1f;
}

.faq-question i {
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* Adjust as needed */
  padding-bottom: 1.5rem;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

/* News & Insights Section */
.news-section {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.news-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.news-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.featured-article .news-image {
  height: 300px;
}

.news-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-category {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.news-content h3, .news-content h4 {
  margin: 0 0 1rem;
  font-weight: 600;
}

.news-content p {
  margin: 0 0 1.5rem;
  color: #555;
  flex-grow: 1;
}

.read-more-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.secondary-articles {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* Feature Loop Section */
.feature-loop-section {
  padding: 4rem 0;
  background-color: #fff;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding-inline: 0;
}

.feature-card {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  margin: 0 1rem;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.feature-card .feature-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.feature-card:hover .feature-content {
  opacity: 1;
}

.feature-card:hover img {
  transform: scale(1.1);
}

.feature-loop-headline {
  text-align: center;
  margin-top: 4rem;
  padding: 0 2rem;
}

.feature-loop-headline h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .feature-card {
    width: 200px;
    height: 200px;
  }
  .feature-loop-headline h2 {
    font-size: 2rem;
  }
}

/* Modern Footer */
.site-footer {
  background-color: #000000;
  color: #fffcfc;
  padding: 5rem 2rem 2rem;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: 4rem;
  position: relative;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-column h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.footer-about .footer-logo h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.footer-about p {
  line-height: 1.7;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-social a {
  color: #a7a7a7;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  transition: color 0.3s ease;
}

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

.footer-bottom {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #cabebe;
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-social a {
    margin: 0 0.75rem;
  }
}
