@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
a{
  color: white;
}
#about{
  background-color: #808000;
}
body {
  overflow-x: hidden;
  color: #000;
}

li a {
  color: #808000;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px clamp(20px, 5vw, 60px);
  z-index: 1000;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.logo {
  display: flex;
  align-items: center;
  width: 200px;
}

img {
  width: 200px;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
}
.landing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  padding: 40px;
}

.glass {
  padding: 40px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

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

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

  transition: 0.3s;
}

.glass:hover {
  transform: translateY(-10px) scale(1.02);
}

.panel-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.panel-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.Landing {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.panel-left h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.panel-left p {
  color: #222;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}

.panel-right h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .landing-grid {
    grid-template-columns: 1fr;
  }
}
.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #808000;
  transition: 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}


.Landing {
  min-height: 100vh;
  display: flex;
  align-items: center;
  
  justify-content: center;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.book{
  margin-top: 20px;
}

.hero {
  display: flex;
  flex-direction: column;
  
  align-items: center;
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
}

.hero-text {
  line-height: 1.8;
  color: #555;
}


.about-section {
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}

.about-container {
  max-width: 800px;
  text-align: center;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.about-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.about-img {
  background-color: #fff;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: 0 15px 40px rgba(255, 123, 0, 0.25);
}

.about-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 20px;
  font-weight: 600;
}

.about-text {
  color: #555;
  line-height: 1.9;
  margin-bottom: 30px;
}


.hero-btn {
  border: none;
  border-radius: 40px;
  background: #808000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 24px;
  transition: 0.3s;
}
.testimonial-section {
  height: 100vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f2;
  padding: 40px;
}

.testimonial-container {
  width: 100%;
  max-width: 1200px;
  height: 100%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 25px;

  padding: 25px;
  border-radius: 30px;
  background: #ffffff;
}

.testimonial-section{
  background-color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);

  background-size: 70px 70px;
}
.testimonial-container{
  background-color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);

  background-size: 70px 70px;
}
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border: 1px solid rgba(128,128,0,0.2);

  transition: all 0.3s ease;
  position: relative;
}

.quote {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
}

.user {
  margin-top: 15px;
}

.user h4 {
  font-size: 0.95rem;
  color: #808000;
}

.user span {
  font-size: 0.8rem;
  color: #777;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(128,128,0,0.15);
  border-color: #808000;
}


.testimonial-card {
  background: #fff url("patterns.png");
  background-size: 200px;
  background-repeat: repeat;

  border-radius: 20px;
  padding: 25px;
}
.about-container {
  background: #fff url("pattern2.png");
  background-size: 200px;
  background-repeat: repeat;

  border-radius: 20px;
  padding: 25px;
}


@media (max-width: 900px) {
  .testimonial-container {
    grid-template-columns: 1fr;
    height: auto;
  }

  .testimonial-section {
    height: auto;
  }
}
.hero-btn:hover {
  transform: translateY(-5px) scale(1.05);
}


.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
}

.blob1 {
  width: 250px;
  height: 250px;
  background: #ff7b00;
  top: 50%;
  left: 10%;
  animation: floatBlob 9s ease-in-out infinite;
}

.blob2 {
  width: 300px;
  height: 300px;
  background: #ff7b00;
  bottom: 10%;
  right: 15%;
  animation: floatBlob 12s ease-in-out infinite;
}

@keyframes floatBlob {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-60px) scale(1.1); }
  100% { transform: translateY(0) scale(1); }
}


.grids {
  overflow: hidden;
    background-color: #fff;

  padding: 20px 0;
}

.track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
}

.grids:hover .track {
  animation-play-state: paused;
}

.grid {
  min-width: 100px;
  min-height: 180px;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:#fff; 
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.grid h1 {
  font-weight: 400;
}
.footer-cta {
  padding: 80px 20px;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.25), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 8px 8px;
}

.footer-cta__inner {
  width: 80%;
  margin: 0 auto;
  background: linear-gradient( #556B2F);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-cta__content h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.footer-cta__content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.footer-cta__btn {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.footer-cta__image {
  margin-top: 40px;
}

.footer-cta__image img {
  max-width: 220px;
  width: 100%;
}

.footer-cta__inner::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 250px;
  height: 250px;
}

@media (max-width: 900px) {
  .footer-cta__inner {
    width: 90%;
    padding: 40px 20px;
  }

  .footer-cta__content h2 {
    font-size: 28px;
  }

  .footer-cta__image img {
    max-width: 180px;
  }
}
.grid p {
  font-size: 0.9rem;
  width: 300px;
  height: 90px;
  transform: translateY(10px);
  transition: 0.3s;
}

.grid:hover {
  transform: scale(1.08);
  height: 220px;
}

.grid:hover p {
  transform: translateY(0);
}

@keyframes scrollLoop {
  to {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    right: -100%;
    flex-direction: column;
    background: #000;
    width: 220px;
    padding: 30px;
    height: calc(100vh - 70px);
    transition: 0.3s;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    color: #fff;
  }

  .hamburger {
    display: flex;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
#about{
  background-color: #808000;
}
body {
  overflow-x: hidden;
  color: #000;
}

li a {
  color: #808000;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px clamp(20px, 5vw, 60px);
  z-index: 1000;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.logo {
  display: flex;
  align-items: center;
}

img {
  width: 200px;
}

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

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(
  135deg,
  #556b2f 0%,
  #6b8e23 40%,
  #808000 70%,
  #3e4e1c 100%
);
  transition: 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}


.Landing {
  min-height: 100vh;
  display: flex;
  
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.Landing {
  background-color: #fff;

  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);

  background-size: 70px 70px;
}
.book{
  margin-top: 20px;
}
.highlight {
  color: #808000;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
}

.hero-text {
  line-height: 1.8;
  color: #555;
}


.about-section {
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}

.about-container {
  max-width: 800px;
  text-align: center;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.about-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.about-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: 0 15px 40px rgba(255, 123, 0, 0.25);
}

.about-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 20px;
  font-weight: 600;
}

.about-text {
  color: #555;
  line-height: 1.9;
  margin-bottom: 30px;
}


.hero-btn {
  border: none;
  border-radius: 40px;
  background: #808000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 24px;
  transition: 0.3s;
}

.hero-btn:hover {
  transform: translateY(-5px) scale(1.05);
}


.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
}

.blob1 {
  width: 250px;
  height: 250px;
  background: #ff7b00;
  top: 50%;
  left: 10%;
  animation: floatBlob 9s ease-in-out infinite;
}

.blob2 {
  width: 300px;
  height: 300px;
  background: #ff7b00;
  bottom: 10%;
  right: 15%;
  animation: floatBlob 12s ease-in-out infinite;
}

@keyframes floatBlob {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-60px) scale(1.1); }
  100% { transform: translateY(0) scale(1); }
}


.grids {
  overflow: hidden;
  padding: 20px 0;
}

.track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
}

.grids:hover .track {
  animation-play-state: paused;
}

.grid {
  min-width: 100px;
  min-height: 180px;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:#fff; 
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.highlight{
  background-color: #fff;
}
.grid h1 {
  font-weight: 400;
}

.grid p {
  font-size: 0.9rem;
  width: 300px;
  height: 90px;
  transform: translateY(10px);
  transition: 0.3s;
}

.grid:hover {
  transform: scale(1.08);
  height: 220px;
}

.grid:hover p {
  transform: translateY(0);
}

@keyframes scrollLoop {
  to {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    right: -100%;
    flex-direction: column;
    background: #000;
    width: 220px;
    padding: 30px;
    height: calc(100vh - 70px);
    transition: 0.3s;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    color: #fff;
  }

  .hamburger {
    display: flex;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.wave svg {
  display: block;
}
.highlight {
  color: #686804;
}