html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}
.about-content {
  width: 100%;
  max-width: 1160px;
  padding: 2rem 1rem;
  box-sizing: border-box;
  text-align: center;
  color: white;
  z-index: 2;
}

.about-title {
  font-size: clamp(1.1rem, 6vw, 3.5rem);
  font-family: var(--font_type_parta);
  letter-spacing: 1px;
}


.banner-text {
  font-family: var(--font_type_parta);
  line-height: 1.6;
  font-weight: 400;
  font-size: clamp(0.875rem, 4vw, 1.375rem);
  margin-top: 1.2rem;
  padding: 0 0.5rem;
}

.banner-about {
  background-image: url("../assets/aboutUsBanner.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: var(--font_type_parta);
  padding: 1rem;
}

.overlay-about {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(0, 27, 1, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.who-we-are {
  background-color: #f8f9fa;
  padding: 80px 20px;
}

.who-we-are h1 {
  color: rgba(46, 125, 50, 1);
  font-family: var(--font_type_parta);
  margin-bottom: 1.5rem;
}

.container-whoWeAre {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.text-section {
  flex: 1;
  max-width: 580px;
}

.container-whoWeAre h2 {
  font-size: 2.8rem;
  color: #4a7c59;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.text-section p {
  font-size: 1.1rem;
  line-height: 1.98;
  margin-bottom: 18px;
  color: #666;
  font-weight: 400;
  text-align: justify;
}

.text-section p:last-child {
  margin-bottom: 0;
}

.card-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 550px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.info-card {
  position: relative;
  height: 132px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 90, 61, 0.59);
  z-index: 1;
}

.card-content {
  color: white;
  font-family: var(--font_type_poppins);
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 10px;
}

.card-content h3 {
  font-size: 1.8rem;
  margin: 0 0 4px 0;
  font-weight: 600;
}

.card-content p {
  font-size: 0.85rem;
  margin: 0;
  font-weight: 400;
  opacity: 0.95;
}

.years-card {
  background-image: url('../assets/yearOfExcellence.png');
}

.events-card {
  background-image: url('../assets/eventServed.png');
}

.furniture-card {
  background-image: url('../assets/furniturePieces.png');
}

@media (max-width: 992px) {
  .container-whoWeAre {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    text-align: center;
  }

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

  .text-section h2 {
    font-size: 2.4rem;
  }

  .card-section {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .who-we-are {
    padding: 60px 15px;
  }

  .text-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .text-section p {
    font-size: 0.95rem;
    text-align: left;
  }

  .card-section {
    width: 100%;
    max-width: 280px;
  }

  .info-card {
    height: 90px;
  }

  .card-content h3 {
    font-size: 1.6rem;
  }

  .card-content p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .text-section h2 {
    font-size: 1.8rem;
  }

  .text-section p {
    font-size: 0.9rem;
  }

  .info-card {
    height: 85px;
  }

  .card-content h3 {
    font-size: 1.4rem;
  }

  .card-content p {
    font-size: 0.75rem;
  }
}

/* --------------------------
   our story sectin
----------------------------- */

.timeline-section {
  padding: 80px 20px;
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
}

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

.timeline-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2e7d32;
  font-family: var(--font_type_parta);
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.timeline-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 50px;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  padding: 0 15px;
}

.timeline {
  position: relative;
  padding: 0 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #4CAF50 0%, #66BB6A 100%);
  z-index: 0;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
  position: relative;
}

.timeline-item .year {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 5.9rem;
  height: 70px;
  background: linear-gradient(123deg, #4CAF50 0%, #66BB6A 100%);
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--font_type_parta);
  font-weight: bold;
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.timeline-item .content {
  width: 45%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item .content.left {
  margin-right: auto;
}

.timeline-item .content.right {
  margin-left: auto;
}

.timeline-item .content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.timeline-item h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(46, 125, 50, 1);
  font-family: var(--font_type_parta);
  position: relative;
  padding-bottom: 10px;
}

.timeline-item p {
  margin-top: 15px;
  font-size: 1rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.7;
  font-family: var(--font_type_poppins);
  font-weight: 400;
}

.timeline-item:nth-child(odd) h3,
.timeline-item:nth-child(odd) .content p {
  text-align: left;
}

.timeline-item:nth-child(even) h3,
.timeline-item:nth-child(even) .content p {
  text-align: right;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
    padding-left: 50px;
  }

  .timeline-item .year {
    left: 20px;
    transform: translateY(-50%);
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .timeline-item .content {
    width: 100%;
    margin-top: 20px;
    padding: 25px;
  }

  .timeline-title {
    font-size: 2.2rem;
  }

  .timeline-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .timeline-item .year {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .timeline-item h3 {
    font-size: 1.2rem;
  }

  .timeline-item p {
    font-size: 0.95rem;
  }

  .timeline-title {
    font-size: 1.8rem;
  }
}


/* --------------------------
   our foundation sectin
----------------------------- */

.foundation-section {
  padding: 80px 20px;
  background: linear-gradient(110.22deg, #F8F9FA 0%, #F0F0F0 100%);

  margin: 0 auto;
}

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

.foundation-title {
  text-align: center;
  font-size: 3rem;
  color: #4a9b5e;
  font-family: var(--font_type_parta);
  margin-bottom: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.foundation-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.foundation-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4a9b5e, #6cb77a);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.foundation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #4a9b5e;
}

.foundation-card:hover::before {
  transform: scaleX(1);
}

.icon-container {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4a9b5e, #6cb77a);
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(74, 155, 94, 0.3);
}

.foundation-card:hover .icon-container {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(74, 155, 94, 0.4);
}

.icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.card-title {
  font-size: 1.8rem;
  font-family: var(--font_type_parta);
  color: #4a9b5e;
  margin-bottom: 20px;
  font-weight: 400;
}

.card-description {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
  font-family: var(--font_type_poppins);
  opacity: 0.9;
  font-weight: 400;
}

@media (max-width: 999px) {
  .foundation-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .foundation-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .foundation-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .foundation-card {
    padding: 30px 25px;
  }

  .card-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {


  .foundation-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .foundation-card {
    padding: 25px 20px;
  }

  .icon-container {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .card-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .card-description {
    font-size: 0.95rem;
  }
}

/* Animation on load */
.foundation-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.foundation-card:nth-child(1) {
  animation-delay: 0.1s;
}

.foundation-card:nth-child(2) {
  animation-delay: 0.2s;
}

.foundation-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --------------------------
   Meet our team section
----------------------------- */

.team-section {
  background: #f8f9fa;
  padding: 80px 20px;
}


.section-title {
  text-align: center;
  font-size: 3rem;
  color: #4a9b5e;
  font-family: var(--font_type_parta);
  margin-bottom: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}

.team-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.team-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-top {
  background-color: rgba(240, 240, 240, 1);
  padding: 40px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-avatar .team-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.team-bottom {
  background: #fff;
  text-align: center;
}

.team-divider {
  width: 100%;
  height: 5px;
  background-color: #4a9b5e;
  opacity: 0.8;
  margin-bottom: 30px;
}

.team-name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2e7d32;
  margin-bottom: 10px;
  font-family: var(--font_type_parta);
}

.team-role {
  font-size: 1rem;
  font-family: var(--font_type_poppins);
  font-weight: 600;
  color: #4a9b5e;
  margin-bottom: 20px;
}

.team-description {
  font-size: 1rem;
  font-family: var(--font_type_poppins);
  line-height: 1.7;
  color: #555;
}

@media (max-width: 999px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .team-avatar .team-icon {
    width: 60px;
    height: 60px;
  }

  .team-name {
    font-size: 1.4rem;
  }

  .team-description {
    font-size: 0.95rem;
  }
}

/* --------------------------
   why choose us sectin
----------------------------- */
.quote-img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 200px;
  z-index: 2;
  opacity: 0.4;
}

.why-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/aboutUsBanner.png');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  position: relative;
}

.why-section::before {
  content: '"';
  position: absolute;
  top: 40px;
  right: 5%;
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: serif;
  line-height: 1;
}

.why-section .section-title {
  color: white;
  margin-bottom: 60px;
  font-family: var(--font_type_parta);
  font-weight: 400;
  font-size: 2.5rem;
}

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

.why-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.why-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 1);
}

.why-icon {
  width: 50px;
  height: 50px;
  background: rgba(234, 242, 234, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.why-card h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 400;

}

.why-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* --------------------------
   ready to transform your event
----------------------------- */

.cta-section {
 
   padding: 80px 5vw;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 200px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: var(--font_type_parta);
  color: #2e7d32;
}

.cta-description {
  font-size: 1.1rem;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  color: white;
  background: linear-gradient(103.53deg, #4CAF50 0%, #66BB6A 100%);
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #f8f9fa;
}

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

  .cta-title {
    font-size: 2rem;
  }

  .why-section::before {
    
    top: 20px;
    right: 2%;
  }
}

@media (max-width: 480px) {
  .why-section,
  .cta-section {
    padding: 50px 15px;
  }

  .cta-title {
    font-size: 1.8rem;
  }
  .why-card h3 {
    font-size: 1.1rem;
  }

  .cta-button {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

/* Animation on load */
.foundation-card,
.team-card,
.why-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}



.team-card:nth-child(1) {
  animation-delay: 0.4s;
}

.team-card:nth-child(2) {
  animation-delay: 0.5s;
}

.team-card:nth-child(3) {
  animation-delay: 0.6s;
}

.why-card:nth-child(1) {
  animation-delay: 0.1s;
}

.why-card:nth-child(2) {
  animation-delay: 0.2s;
}

.why-card:nth-child(3) {
  animation-delay: 0.3s;
}

.why-card:nth-child(4) {
  animation-delay: 0.4s;
}

.why-card:nth-child(5) {
  animation-delay: 0.5s;
}

.why-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}