.header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: #2b2b2b;
      color: white;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .logo-title-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo {
    width: 60px;
    /* margin-left: 1%; */
    }

    .title {
      font-size: 1.2rem;
    }

    .nav {
      display: flex;
      gap: 20px;
    }

    .nav a {
      color: white;
      text-decoration: none;
      font-size: 1rem;
    }

    .nav a:hover {
      text-decoration: underline;
    }

    /* Hamburger menu styles */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 4px;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: white;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #2b2b2b;
        padding: 10px;
        border-radius: 8px;
      }

      .nav.show {
        display: flex;
      }

      .hamburger {
        display: flex;
      }
    }


    @media(max-width:375px){
.title {
    font-size: 16px !important;
    margin-left: -2px ;
    color: #fcf8f8;
    margin: 0;
}
.logo {
    width: 43px;
    /* margin-left: 1%; */
}
    }
/* ___________________________________hero section__________________________________________________ */


.title {
  font-size: 25px;
  margin-left: 36px ;
  color: #fcf8f8; 
  margin: 0;
}



.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('./images/hero-img.jpg') no-repeat center center/cover;
  color: white;
}

/* .navbar {
  width: 100%;
  padding: 20px 5%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
} */

.logo {
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}

.logo span {
  color: #ff5e3a;
}

/* .nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ffffff;
} */

.text-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 5;
}

.headline {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: white;
}

.subtext {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.6;
  color: #e6e6e6;
}

.subtext span {
  color: #ff7043;
}

.join-btn {
  margin-top: 30px;
  background-color: #e65c32;
  padding: 12px 25px;
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.join-btn:hover {
  background-color: #cc4e29;
}

@media (max-width: 768px) {
  .subtext

 {
    font-size: 11px;
    margin-top: 20px;
    line-height: 1.6;
    color: #e6e6e6;
}
  .headline {
    font-size: 2.3rem;
  }
  .nav-links {
    gap: 15px;
  }
}

@media (max-width: 425px) {
    .headline {
        font-size: 27px;
    }
        .subtext {
        font-size: 11px;
        margin-top: 20px;
        line-height: 1.6;
        color: #e6e6e6;
        max-width: 185px;
    }
    .join-btn {
    margin-top: 30px;
    background-color: #e65c32;
    padding: 6px 15px;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
}


@media (max-width: 320px) {
    .headline {
        font-size: 25px;
    }
        .subtext {
        font-size: 11px;
        margin-top: 20px;
        line-height: 1.6;
        color: #e6e6e6;
        max-width: 155px;
    }
    .join-btn {
    margin-top: 30px;
    background-color: #e65c32;
    padding: 6px 15px;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
}

  /* ______________________________________________about us______________________________________________________ */
.journey-section {
      padding: 60px 20px;
      text-align: center;
 background-color: #fff5e1;
    }

    .journey-heading {
      color: #5c4033;
      text-align: center;
      font-size: 48px;
    
      font-weight: bold;
      margin-bottom: 30px;
    }

    .journey-image {
      width: 100%;
      max-width: 700px;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .journey-text {
      max-width: 870px;
      margin: 25px auto;
      font-size: 21px;
      color: #5c4033;
    }

    .btn-learn-more {
      background-color: #3a2c2c;
      color: white;
      padding: 10px 24px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      transition: background 0.3s;
    }

    .btn-learn-more:hover {
      background-color: #2a1a1a;
    }
    .quote{
      font-family: 'Georgia', serif;
      font-style: italic;
      color: #5c4033;
    }
    .list-items{
      margin-left: 3%;
    }
    @media(max-width:425px){
      .journey-text {
    max-width: 870px;
    margin: 25px auto;
    font-size: 16px;
    color: #5c4033;
}
.journey-heading
 {
    color: #5c4033;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}
    }
    @media (max-width: 320px) {
    .journey-text {
        max-width: 870px;
        margin: 25px auto;
        font-size: 15px;
        color: #5c4033;
    }
    .quote {
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #5c4033;
    font-size: 19px;
}
}


    /* _____________________________________overview_________________________________________________________ */
    .program-overview-heading {
      text-align: center;
      margin-top: 6%;
      font-size: 45px;
      font-weight: bold;
      margin-bottom: 4%;
      color: #5c4033;
    }
      .program-overview-heading2 {
      text-align: center;
      margin-top: 6%;
      font-size: 45px;
      font-weight: bold;
      margin-bottom: 4%;
      color: #5c4033;
    }



    .overview-section {
      background-color: #f8f9fa; /* Light background */
      padding: 60px 20px;
      border-radius: 10px;
    }
    
    .overview-image {
      width: 90%;
      border-radius: 10px;
      height: 20% !important;
      object-fit: cover;
    }
    
    .overview-content h2 {
      font-weight: 700;
    }
    
    .overview-content p {
      font-size: 1.1rem;
      color: #333;
    }
    



/* 
    .overview-container {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .overview-item {
      background-color: #fffaf0; 
      border: 2px solid #8b5e3c;
      color: #3f2b1c;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 4px 8px rgba(139, 94, 60, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .overview-item h5 {
      font-weight: 700;
      color: #5c3d26;
      margin-bottom: 10px;
    }

    .overview-item p {
      margin-bottom: 0;
      color: #3f2b1c;
    }

    .overview-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(139, 94, 60, 0.2);
    }

    @media (max-width: 576px) {
      .overview-item {
        padding: 20px;
      }
    }
    .quote2{
      font-family: 'Georgia', serif;
      font-style: italic;
      text-align: center;
      margin-top: -1%;
      margin-bottom: 4%;
    } */

/* ______________________________card__________________________________________ */
       .container-responsive {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .card-text {
          font-size: 18px;
            color: #5c4033;
            font-weight: 600;
            text-align: justify;
        }

        .card {
            width: 100%;
            height: 100%;
            border: none;
        }

        .card-title {
            color: #5c4033;
            font-weight: bolder;
            margin-top: 2%;
            /* font-weight: 6; */
            font-size: 21px;
        }

        .card-custom {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
            border: none;
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background-color: #fff;
            height: 100%;
        }

        .card-custom:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
        }

        .card-img-top {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 200px;
            object-fit: cover;
            width: 100%;
        }

        .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 1.5rem;
        }

        .btn-book {
            background-color: #7a4a4a;
            color: white;
            border: none;
            padding: 10px 5px;
            font-weight: 600;
            border-radius: 5px;
            transition: background 0.3s;
            margin-top: auto;
            
        }

        .btn-book:hover {
            background-color: #2a1a1a;
            color: white;
        }

        /* Responsive Design */
        
        /* Large screens (1200px and up) */
        @media (min-width: 1200px) {
            .container-responsive {
                max-width: 1140px;
            }
        }

        /* Medium screens (992px to 1199px) */
        @media (max-width: 1199px) {
            .container-responsive {
                max-width: 960px;
            }
        }

        /* Small-medium screens (768px to 991px) */
        /* @media (max-width: 991px) {
            .container-responsive {
                max-width: 95%;
            }
            
            .card-title {
                font-size: 18px;
            }
        } */

         @media (max-width: 991px) and (min-width:768px) {
                .card-text {
  
            font-size: 10px !important;
        }
            .container-responsive {
                max-width: 95%;
            }
            
             .card-title {
        font-size: 13px;
        margin-top: -2%;
    }
        }


        /* Tablet screens (576px to 767px) */
        @media (max-width: 767px) and (min-width: 576px) {
            .card-title {
                font-size: 17px;
                margin-top: 3%;
            }
            
            .card-img-top {
                height: 180px;
            }
            
            .card-body {
                padding: 1.25rem;
                
            }
            .card-custom{
              width: 49%;
              margin-left: 25%;
            }
            /* All cards take half width, third card will be centered */
            .col-sm-6 {
                flex: 0 0 50%;
                max-width: 50%;
            }
            
            /* Center the third card */
            .col-sm-6:nth-child(3) {
                margin: 0 auto;
            }
        }

        /* Mobile screens (up to 575px) */
        @media (max-width: 575px) {
            .container-responsive {
                padding: 0 0.75rem;
            }
            .card-custom{
              width: 65%;
              margin-left: 16%;
            }
            
            .card-title {
                font-size: 16px;
            }
            
            .card-img-top {
                height: 160px;
            }
            
            .card-body {
                padding: 1rem;
            }
            
            .card-text {
                font-size: 14px;
            }
            
            .btn-book {
                padding: 8px 16px;
                font-size: 14px;
            }
        }
 @media (max-width: 425px) {
            .container-responsive {
                padding: 0 0.75rem;
            }
            .card-custom{
              width: 75%;
              margin-left: 13%;
            }
          }


        /* Very small screens (up to 375px) */
        @media (max-width: 375px) {
              .card-custom{
              width: 80%;
              margin-left: 13%;
            }
            .container-responsive {
                padding: 0 0.5rem;
            }
            
            .card-title {
                font-size: 15px;
            }
            
            .card-text {
                font-size: 13px;
            }
        }

        /* Extra small screens (up to 320px) */
        @media (max-width: 320px) {
            .card-title {
                font-size: 14px;
            }
            
            .card-text {
                font-size: 12px;
            }
            
            .btn-book {
                padding: 6px 12px;
                font-size: 13px;
            }
        }

        /* Ensure equal height cards */
        .row.g-4 {
            display: flex;
            flex-wrap: wrap;
        }

        .col-md-4 {
            display: flex;
            margin-bottom: 1.5rem;
        }

        /* On mobile, stack cards vertically with proper spacing */
        @media (max-width: 575px) {
            .col-md-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

/* _____________________________________join our program_______________________________________________________ */



.tournament-section {
 
  /* padding: 60px 20px; */
  border-radius: 10px;
}
.text-muted{
   color: #55360d !important;
   font-size: 23px;
}

.tournament-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.tournament-content h2 {
  font-weight: 700;
}

.tournament-content p {
  font-size: 20px;
  font-weight: 450;
  text-align: justify;
   color: #55360d;
  color: #333;
}
.register-btn{
    background-color: #7a4a4a;
      color: white;
      border: none;
      padding: 10px 30px;
      font-weight: 600;
      border-radius: 5px;
      margin-left: 1%;
      transition: background 0.3s;
}

@media(max-width:768px)
{
  .program-overview-heading
 {
    text-align: center;
    margin-top: 2%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 4%;
    color: #5c4033;
}
.tournament-content p {
    font-size: 15px;
    font-weight: 450;
    color: #55360d;
    color: #333;
    text-align: justify;
}
.text-muted
 {
    color: #55360d !important;
    font-size: 17px;
    margin-top: 5%;
}
}
.program-overview-heading {
      text-align: center;
      margin-top: 6%;
      font-size: 45px;
      font-weight: bold;
      margin-bottom: 4%;
      color: #5c4033;
    }

@media(max-width:758px)
{
  .program-overview-heading2
 {
    text-align: center;
    margin-top: 2%;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 8%;
    color: #5c4033;
}
.tournament-content p {
    font-size: 17px;
    font-weight: 450;
    color: #55360d;
    color: #333;
    text-align: justify;
}
.text-muted
 {
    color: #55360d !important;
    font-size: 22px;
    text-align: center;
    margin-top: 5%;
}
.register-btn{
    background-color: #7a4a4a;
      color: white;
      border: none;
      padding: 10px 30px;
      font-weight: 600;
      border-radius: 5px;
      margin-left: 1%;
      transition: background 0.3s;
      margin-left: 40%;
      margin-top: 2%;
}
}
@media(max-width:430px){

.program-overview-heading2
 {
        text-align: center;
        margin-top: 1%;
        font-size: 31px;
        font-weight: bold;
        margin-bottom: 9%;
        color: #5c4033;
    }
        .text-muted {
        color: #55360d !important;
        font-size: 20px;
        text-align: center;
        margin-top: 5%;
    }
        .tournament-content p {
        font-size: 17px;
        font-weight: 450;
        color: #55360d;
        color: #333;
        text-align: justify;
        padding-left: 5%;
        padding-right: 5%;
    }
        .register-btn {
        background-color: #7a4a4a;
        color: white;
        border: none;
        padding: 10px 30px;
        font-weight: 600;
        border-radius: 5px;
        margin-left: 1%;
        transition: background 0.3s;
        margin-left: 35%;
        margin-top: 2%;
    }
}



/* ____________________________________________ */
.highlight-whole-cont{
  background-color: #fff5e1;
}

.highlight-cont {
  
  margin-top: -4%;
  display: flex;
  justify-content: center;
}

.vdh-highlight-section {
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vdh-highlight-box {
  position: relative;
  border-radius: 2rem;
  background-color: white !important;
  overflow: hidden;
  transition: background-color 1.2s ease-out;
      color: #faefd9;
  padding: 2rem;
  width: 100%; /* or use a fixed value like 1000px if needed */
  max-width: 1000px; /* increased from 800px */
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 0px !important;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0px !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
}


/* The animated fill layer */
.background-fill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0%;
  background-color: #6d4a4a;;
  z-index: 0;
  transition: width 1.2s ease-out;
  /* border-radius: 2rem; */

}

/* Text stays on top */
.vdh-highlight-box p {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.7;
}

/* When in view, animate background fill and change background color */
.vdh-highlight-box.animate {
  background-color: #00bcd4;
  /* **Changed background color to blue when in view** */
}

.vdh-highlight-box.animate .background-fill {
  width: 100%;
}

@media (max-width: 996px) {

  .vdh-highlight-section {
    padding: 2.5rem;
  }

  .vdh-highlight-box p {
    line-height: 2;
    padding: 4px;
    font-size: 13px;
  }

  .vdh-highlight-box {
    padding: 1.2rem;
    font-size: 14px;
  }
}
@media (max-width:768px) {



  .vdh-highlight-section {
    padding: 2.5rem;
  }

  .vdh-highlight-box p {
    line-height: 2;
    padding: 4px;
    font-size: 13px;
  }

  .vdh-highlight-box {
    padding: 1.2rem;
    font-size: 14px;
  }

}
@media (max-width:430px) {

  .vdh-highlight-section {
    padding: 2.5rem;
  }

  .vdh-highlight-box p {
    line-height: 2;
    padding: 4px;
    font-size: 13px;
  }

  .vdh-highlight-box {
    padding: 1.2rem;
    font-size: 14px;
    margin-right: 11%;
  }
  .program-overview-heading {
    text-align: center;
    margin-top: 1%;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 0%;
    color: #5c4033;
}


  .vdh-highlight-section {
    padding: 2.5rem 0rem 1.5rem 2.5rem;
  }
}

@media (max-width:380px) {


  .vdh-highlight-section {
    padding: 1.5rem 0rem 1.5rem 2.5rem;
  }

  .vdh-highlight-box p {
    padding: 4px;
    font-size: 11px;
  }

  .vdh-highlight-box {
    padding: 1.2rem;
    font-size: 14px;
  }

}
@media (max-width:320px) {

  .vdh-highlight-box p {
    font-size: 10px;
  }

  .vdh-highlight-box {
    padding: 1.2rem;
    font-size: 14px;
  }

  .vdh-highlight-section {
    padding: 1.5rem 0rem 1.5rem 2.5rem;
  }
    .program-overview-heading {
        text-align: center;
        margin-top: 1%;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0%;
        color: #5c4033;
    }
}
















    /* ______________________________________________________________________________________ */
    .what-we-do-section {
      padding: 60px 20px;
      background-color: #f9f9f9;
      text-align: center;
    }

    .what-we-do-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
      color: #222;
    }

    .what-card {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .what-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .what-icon {
      font-size: 2.5rem;
      color: #3a2c2c;
      margin-bottom: 15px;
    }

    .what-title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .what-description {
      color: #555;
      font-size: 1rem;
    }







/* _________________________________________________________________________________________ */

/* Section background */
.chess-quote-section {
  /* background-color: #f9f5f1; */
 margin-top: -5%;
  padding: 80px 20px;
}

/* Center container */
.chess-quote-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* Quote box */
.chess-quote-box {
  background-color: #f8f8c6
  ;
  color: #55360d;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Icon */
.chess-quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.15;
 color: #1d1101;
}

/* Quote text */
.chess-quote-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 1;
   color: #55360d;
}

/* Subtext */
.chess-quote-subtext {
  margin-top: 24px;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  color: #4B3F2F;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 640px) {
  .chess-quote-text {
    font-size: 14px;
  }

  .chess-quote-subtext {
    font-size: 13px;
  }
}


















    /* ___________________________________form begginer_____________________________________________ */
 /* Modal Styling with Brown & Beige Theme */
.modal-content {
  background-color: #f5f3ea; /* Beige */
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 20px;
}
/* Change focus border color for inputs, selects, and textareas */
.form-control:focus, 
.form-select:focus {
  border-color: #8B4513;   /* Brown color */
  box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25); /* Brown glow */
}


/* Modal Header */
.modal-header {
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 0;
}

.modal-title {
  font-weight: 600;
  color: #3e2723; /* Dark Brown */
  font-size: 1.3rem;
}

/* Modal Form Fields */
.modal-body {
  padding-top: 10px;
  padding-bottom: 0;
}

.modal-body .form-label {
  font-weight: 500;
  color: #3e2723;
  margin-bottom: 4px;
}

.modal-body input.form-control {
  border-radius: 8px;
  padding: 8px 10px;
  border: 1px solid #d0c7b5;
  background-color: #fffdf7;
  font-size: 0.95rem;
}

.modal-body input.form-control:focus {
  border-color: #795548;
  box-shadow: 0 0 0 0.1rem rgba(121, 85, 72, 0.2);
  outline: none;
}

/* Submit Button */
.modal-footer {
  padding-top: 0;
  padding-bottom: 10px;
}

/* .modal-footer .btn-book {
  background-color:#3e2723;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  font-size: 0.95rem;
  transition: background-color 0.3s;
}

.modal-footer .btn-book:hover {
  background-color: #5d4037;
} */


/* ___________________________tournament form_________________________________________________ */


   /* Brown theme for focus states */
    .form-control:focus, .form-select:focus {
      border-color: #8B4513;
      box-shadow: 0 0 0 0.25rem rgba(139, 69, 19, 0.25);
    }
    .btn-brown {
      background-color: #8B4513;
      color: white;
    }
    .btn-brown:hover {
      background-color: #5c2e0f;
      color: white;
    }

.btn-brown2 {
  background-color: #7b3f3f;  /* Same brown */
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  min-width: 120px;   /* Ensures it’s not too tiny */
}

/* Align to right */
.button-container2 {
  display: flex;
  justify-content: flex-end;
}

/* Mobile-friendly adjustments */
@media (max-width: 576px) {
  .btn-brown2 {
    width: 100%;   /* Full width on mobile */
    text-align: center;
  }
}

.btn-brown2:hover {
  background-color: #5a2d2d; /* Darker brown on hover */
}



/* _______________________________________why join_________________________________________________________ */
.why-join-section {
  border-radius: 12px;
  max-width: 950px;
    /* background-color: #f8f2e2; */
  margin: auto;
/* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
  font-family: 'Segoe UI', sans-serif;
  color: #3a2f24 !important;
}

.why-join-heading {
  margin-top: 6%;
  margin-bottom: 5% !important;
  font-size: 45px;
  font-weight: bold;
  color: #5c4033;
  text-align: center;
  /* margin-bottom: 5%; */
}

.why-join-list {
  list-style: none;
  padding-left: 0;
}

.why-join-list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-size: 22px;
  margin-top: 3%;
  margin-bottom: 20px;
  padding-right: 5%;
  line-height: 1.8;
}

.why-join-list .icon {
  font-size: 1.5rem;
  margin-top: 2px;
  color: #7a5c3d;
}


@media(max-width:637px){
  .why-join-heading
 {
    margin-top: 2%;
    margin-bottom: 5% !important;
    font-size: 37px;
    font-weight: bold;
    color: #5c4033;
    text-align: center;
    /* margin-bottom: 5%; */
}
}


@media(max-width:425px){
       .why-join-heading {
        margin-top: 2%;
        margin-bottom: 8% !important;
        font-size: 30px;
        font-weight: bold;
        color: #5c4033;
        text-align: center;
        margin-bottom: 6%;
    }
.why-join-list li
 {
    display: flex
;
    gap: 15px;
    align-items: flex-start;
    font-size: 18px;
    margin-top: 3%;
    margin-bottom: 20px;
    padding-right: 5%;
    line-height: 1.8;
    text-align: justify
}
}

@media (max-width: 375px) {
    .why-join-list li {
        display: flex
;
        gap: 15px;
        align-items: flex-start;
        font-size: 16px;
        margin-top: 3%;
        margin-bottom: 20px;
        padding-right: 5%;
        line-height: 1.8;
        text-align: justify;
    }
}

/* ______________________________________quote____________________________________________________ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
  
.chess-quote-banner {
  /*   black → walnut → maple glow → walnut → black   */
  background: linear-gradient(
    135deg,
    #0b0b0b 0%,      /* almost‑black backdrop behind the scene */
    #0b0b0b 10%,
    #432d1c 35%,     /* rich walnut (chess‑piece body) */
    #b5895c 50%,     /* soft maple‑brown highlight (board) */
    #432d1c 65%,     /* fade back to walnut */
    #0b0b0b 90%,
    #0b0b0b 100%
  );

  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}




.chess-quote-content {
  max-width: 800px;
  border-left: 6px solid #00ffcc;
  padding-left: 30px;
}

.chess-quote-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.chess-quote-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  color: #cccccc;
  margin-top: 0;
}

@media(max-width:768px){
  .chess-quote-box {
    background-color: #f8f8c6;
    color: #55360d;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: -8%;
}
}
@media(max-width:425px)
{


.chess-quote-box {
    background-color: #f8f8c6;
    color: #55360d;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: -19%;
}
}
@media(max-width:320px)
{


.chess-quote-box {
    background-color: #f8f8c6;
    color: #55360d;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: -25%;
}
}