
body {
    margin: 0;
    padding: 0;
     font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #fffaf0, #fff3d6);
    color: #ffffff;
    overflow-x: hidden;
}
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}


* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Banner Section */
.fb-hero-about {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background: 
  linear-gradient(rgba(55, 65, 85, 0.85), rgba(55, 65, 85, 0.85)),
  radial-gradient(circle at center, rgba(247, 224, 97, 0.3), transparent 70%),
    url("images/banner-bg.jpg") center/cover no-repeat;
    display: flex;
      align-items: flex-start; 
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 37px;
}

.fb-hero-overlay-about{
    position: absolute;
    inset: 0;
   background: radial-gradient(
    circle at top,
    rgba(255, 255, 255, 0.12),
    rgba(129, 136, 26, 0.05),
    rgba(0, 0, 0, 0.25)
);
}

.fb-hero-about::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #ffffff;
    clip-path: polygon(0 0%, 100% 40%, 100% 100%, 0% 100%);
    z-index: 3;
}

.fb-hero-content-about {
    position: relative;
    z-index: 2;
    padding: 20px;
    padding: 10px 20px 20px;
    max-width: 900px;
}

.fb-logo-box-about {
    margin-bottom: 10px;
    background: transparent;
    padding: 0;
}

.fb-logo-box-about img {
    height:220px; 
    width: auto;
    object-fit: contain;
}


.fb-hero-title-about {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
      margin-top:-60px;  
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fb-hero-tagline-about {
    font-size: 18px;
    color: #facc15;
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
}

.fb-hero-desc-about {
    font-size: 16px;
    color: #e5e7eb;
    line-height: 1.6;
    max-width: 650px;
    margin: auto;
    font-style: italic;
}

/* ===== TITLE ===== */
.fb-timeline-wrapper h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #f5c518;
  margin-bottom: 60px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

/* ===== SECTION ===== */
.fb-timeline-section {
  background: linear-gradient(180deg, #fff3c4, #fffaf0);
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
}

/* ===== WRAPPER ===== */
.fb-timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
  /* padding-bottom: 120px; */
}

/* Vertical timeline line */
.fb-timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0; /* stretch till bottom of wrapper */
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  background: #f6b22b;
  border-radius: 6px;
  z-index: 0;
}

/* ===== DOT ===== */
.timeline-dot {
  width: 22px;
  height: 22px;
  background: #fcb933;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 70px auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 12px rgba(252,185,51,0.8);
}

/* ===== CARD ===== */
.fb-timeline-item {
  position: relative;
  width: 42%;
  padding: 28px 30px;
  border-radius: 16px;

  /* GOLD OUTLINE */
  border: 2px solid #f5c518;

  /* LIGHT GOLD INSIDE */
  background: linear-gradient(180deg, #fffaf0, #fff3d6);

  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  margin-bottom: 90px;
  z-index: 5;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Add extra bottom margin ONLY to the last card */
.fb-timeline-item:last-child {
  margin-bottom: 120px; /* extra space below last card */
}

/* Hover effect */
.fb-timeline-item:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(245,197,24,0.35);
}

/* ===== ODD CARD ===== */
.fb-timeline-item.center {
  margin: auto;
}

/* ===== EVEN CARD ===== */
.fb-timeline-item.right {
  margin-left: auto;
}

/* ===== TEXT ===== */
.fb-timeline-year {
  font-size: 15px;
  font-weight: 700;
  color: #c88700;
  margin-bottom: 8px;
}

.fb-timeline-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.fb-timeline-content p {
  color: #4b5563;
  line-height: 1.5;
}

.fb-timeline-content ul {
  padding-left: 1.2em; /* space for bullet */
  margin-top: 10px;
  margin-bottom: 15px;
}

.fb-timeline-content ul li {
  color: #5a5a5a;
  list-style-type: disc;
  list-style-position: outside; /* bullet outside */
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 14px;

}

.fb-timeline-content ul li::marker {
  color: #363333; /* dark gray bullet */
}


   /* banner 2 section */

/* Container for all cards */
.fb-values-section {
  background: linear-gradient(rgba(45, 52, 67, 0.85), rgba(55, 65, 85, 0.85)),
        url("images/banner-bg.jpg") center/cover no-repeat;
  padding: 60px 20px;
}

.fb-values-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Individual Card */
.fb-value-card {
 background: linear-gradient(135deg, #6e7a86, #394854); 
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Icon container */
.fb-value-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* Use the actual icon image but tint the background to match your image color scheme */
/* You can replace these background colors with exact hex from your image if needed */

.icon-gold {
  background: linear-gradient(135deg, #f4d58c, #ca9a0e);
}

.icon-orange {
  background: linear-gradient(135deg, #faa476, #e25035);
}

.icon-teal {
  background: linear-gradient(135deg, #79e9de, #218c81);
}
.icon-purple {
  background: linear-gradient(135deg, #ac87ec, #4a2dbb); /* nice purple gradient */
}

.icon-blue {
  background: linear-gradient(135deg, #7eadf9, #1e40af); /* bright to dark blue */
}

.icon-pink {
  background: linear-gradient(135deg, #e37baf, #be185d); /* pink to dark pink */
}
/* Icon image inside the icon container */
.fb-value-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* white icon */
}

/* Title */
.fb-value-title {
  color: #fff; /* white */
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Description */
.fb-value-desc {
  color: #b0b8bf; /* light gray */
  font-size: 14px;
  line-height: 1.5;
}

.fb-values-section-title {
  text-align: center;
  color: #fff;           /* white text */
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif; /* or any font you use */
}

    /* Banner 3 section  */

.fb-bottom-hero-v2 {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background: linear-gradient(rgba(55, 65, 85, 0.85), rgba(55, 65, 85, 0.85)),
        url("images/banner-bg.jpg") center/cover no-repeat;
    display: flex;
    align-items: flex-start;  /* keep only one align-items */
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fb-bottom-overlay-v2 {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05),
        rgba(0, 0, 0, 0.25)
    );
}

.fb-hero-content-bottom-v2 {
    position: relative;
    z-index: 2;
    padding: 10px 20px 20px;
    max-width: 900px;
}

.fb-logo-box-bottom-v2 {
    margin-bottom: 10px;
    background: transparent;
    padding: 0;
}

.fb-logo-box-bottom-v2 img {
    height: 220px;
    width: auto;
    object-fit: contain;
}

.fb-hero-title-bottom-v2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: -60px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fb-hero-tagline-bottom-v2 {
    font-size: 18px;
    color: #facc15;
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
}

.fb-hero-desktop-v2 {
    font-size: 16px;
    color: #e5e7eb;
    line-height: 1.6;
    max-width: 650px;
    margin: auto;
    font-style: italic;
}

.book-court-btn-v2 {
    background-color: gold;
    color: black;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(218, 165, 32, 0.4);
    text-decoration: none;
}

.book-court-btn-v2:hover {
    background-color: #e6b800;
}



/* =========================
   RESPONSIVE FIX (ALL DEVICES)
========================= */

/* Large screens */
@media (min-width: 1200px) {
    .fb-hero-about {
        min-height: 90vh;
    }

    .fb-hero-title-about {
        font-size: 52px;
    }

    .fb-logo-box-about img {
        height: 230px;
    }

        .fb-bottom-hero-v2 {
        min-height: 90vh;
    }

    .fb-hero-title-bottom-v2 {
        font-size: 52px;
    }

    .fb-logo-box-bottom-v2 img {
        height: 230px;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .fb-hero-about {
        min-height: 75vh;
        padding-top: 40px;
    }

    .fb-logo-box-about img {
        height: 170px;
    }

    .fb-hero-title-about{
        font-size: 40px;
    }

      .fb-bottom-hero-v2 {
        min-height: 75vh;
        padding-top: 40px;
    }

    .fb-logo-box-bottom-v2 img {
        height: 170px;
    }

    .fb-hero-title-bottom-v2 {
        font-size: 40px;
    }

      .fb-values-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
    .fb-hero-about {
        min-height: 65vh;
        padding-top: 30px;
    }

    .fb-logo-box-about img {
        height: 120px;
    }

    .fb-hero-title-about {
        font-size: 28px;
        margin-top: -30px;
        letter-spacing: 1px;
    }

    .fb-hero-tagline-about {
        font-size: 15px;
    }

    .fb-hero-desc-about {
        font-size: 14px;
        padding: 0 10px;
    }
     
    .fb-hero-about::after {
        height: 80px;
        clip-path: polygon(0 0%, 100% 30%, 100% 100%, 0% 100%);
    }

        .fb-bottom-hero-v2 {
        min-height: 65vh;
        padding-top: 30px;
    }

    .fb-logo-box-bottom-v2 img {
        height: 120px;
    }

    .fb-hero-title-bottom-v2 {
        font-size: 28px;
        margin-top: -30px;
        letter-spacing: 1px;
    }

    .fb-hero-tagline-bottom-v2 {
        font-size: 15px;
    }

    .fb-hero-desktop-v2 {
        font-size: 14px;
        padding: 0 10px;
    }

      .fb-timeline-wrapper::before {
    left: 20px;
  }

  .timeline-dot {
    margin-left: 10px;
  }

  .fb-timeline-item {
    width: 90%;
    margin-left: 40px;
  }
}


@media (max-width: 600px) {
  .fb-values-container {
    grid-template-columns: 1fr;
  }

  .fb-value-card {
    padding: 20px 15px;
  }
}
/* Small phones */
@media (max-width: 480px) {
    .fb-logo-box-about img {
        height: 95px;
    }

    .fb-hero-title-about {
        font-size: 24px;
    }

    .fb-hero-desc-about{
        font-size: 13px;
    }

        .fb-logo-box-bottom-v2 img {
        height: 95px;
    }

    .fb-hero-title-bottom-v2 {
        font-size: 24px;
    }

    .fb-hero-desktop-v2 {
        font-size: 13px;
    }
}
