 .bestseller-section {
            background-color: #003028;
            padding: 80px 20px;
            text-align: center;
            color: #ffffff;
        }
        .bestseller-section h1 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .decorative-line {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2px;
        }
        .decorative-line .v-shape {
            width: 20px;
            height: 20px;
            background-color: #F2D9BB;
            clip-path: polygon(0 0, 50% 100%, 100% 0);
        }
        .decorative-line .v-shape.inverted {
            transform: rotate(180deg);
        }
        @media (min-width: 768px) {
            .bestseller-section h1 {
                font-size: 4rem;
            }
            .decorative-line .v-shape {
                width: 30px;
                height: 30px;
            }
        }
        .ht3{
            color: #F2D9BB;
        }



.ht4{
    color: #008672 !important;
}

.about-s h2{
    font-size: 3rem !important;
    
}
.about-s p{
    font-size: 1.1rem !important;
    
}

.about-s h2 {
    font-size: 3rem !important;
}

.about-s p {
    font-size: 1.1rem !important;
}


@media (max-width: 1199.98px) {
  .about-s h2 {
    font-size: 2.5rem !important;
  }
  .about-s p {
    font-size: 1.05rem !important;
  }
}


@media (max-width: 991.98px) {
  .about-s h2 {
    font-size: 2.2rem !important;
  }
  .about-s p {
    font-size: 1rem !important;
  }
}


@media (max-width: 767.98px) {
  .about-s h2 {
    font-size: 2rem !important;
  }
  .about-s p {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 575.98px) {
  .about-s h2 {
    font-size: 1.75rem !important;
  }
  .about-s p {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 399.98px) {
  .about-s h2 {
    font-size: 1.5rem !important;
  }
  .about-s p {
    font-size: 0.85rem !important;
  }
}


.purpose-section{
  background-color: #003028;
}

.handwritten-text {
            font-family: 'Kalam', cursive;
            color: #E74C3C;
            font-size: 1.5rem;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }
        .section-title {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        .card-custom {
            background-color: transparent;
            border: none;
            text-align: left;
        }
        .card-custom img {
            border-radius: 15px;
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 4 / 3;
            margin-bottom: 1.5rem;
        }
        .card-custom p {
            font-size: 1rem;
            line-height: 1.6;
        }
        .card-custom p strong {
            font-weight: 700;
        }
        @media (min-width: 768px) {
            .section-title {
                font-size: 3rem;
            }
        }








.purpose-mission-section {
  background-color: #003028; 
  color: #ffffff;
  text-align: center;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem); 
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.handwritten-text {
  font-family: "Caveat", cursive;
  font-size: clamp(1.5rem, 4vw, 2.5rem); 
  color: #e53e3e; 
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: clamp(1rem, 2.5vw, 1.1rem); 
  line-height: 1.6;
  color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
}


.rounded-corners {
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.img-fluid {
  max-width: 100%;
  height: auto;
}


@media (max-width: 991.98px) {
  .purpose-mission-section .col-12 {
    margin-bottom: 3rem;
  }
}




@media (max-width: 767.98px) {
  .section-description {
    padding: 0 1rem;
  }
}



 .brand-values-section {
            background-color: #003028;
            color: #ffffff;
            padding: 60px 0;
       
        }
        .brand-values-section .section-title {
            text-align: center;
            font-weight: bold;
            font-size: 3.5rem;
            margin-bottom: 50px;
        }
        .brand-values-section .value-item {
            margin-bottom: 40px;
        }
        .brand-values-section .value-item h3 {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .brand-values-section .value-item p {
            font-size: 1rem;
            line-height: 1.6;
            color: #e0e0e0;
        }
        .brand-values-section .value-item p a {
            color: #4db3a9;
            text-decoration: underline;
        }
        .brand-values-section .value-item p a:hover {
            color: #63d1c7;
        }
















         .author-section {
            padding: 4rem 0;
        }
        .author-card {
            background-color: #003028;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        @media (min-width: 992px) {
            .author-card {
                flex-direction: row;
            }
        }
        .author-image-container {
            flex-shrink: 0;
            position: relative;
        }
        @media (min-width: 992px) {
            .author-image-container {
                width: 35%;
            }
        }
        .author-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px 15px 0 0;
        }
        @media (min-width: 992px) {
             .author-image {
                border-radius: 15px 0 0 15px;
            }
        }
        .author-content {
            background-color: var(--primary-color);
            color: #fff;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 0 0 15px 15px;
        }
        @media (min-width: 992px) {
            .author-content {
                border-radius: 0 15px 15px 0;
            }
        }
        .author-bio p {
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
        .author-bio a {
            color: #fff;
            text-decoration: underline;
            font-weight: bold;
        }
        .author-bio a:hover {
            text-decoration: none;
        }
        .author-name {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
        }
        .author-title {
            font-size: 1.1rem;
            font-weight: normal;
        }
        .btn-bio {
            background-color: var(--secondary-color);
            color: #fff;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            transition: background-color 0.3s ease;
            display: none;width: fit-content;
            align-self: center;
            margin-top: -30px;
            position: relative;
            z-index: 2;
        }
        @media (min-width: 992px) {
            .btn-bio {
                display: inline-block;
                align-self: flex-start;
                margin-left: 2rem;
                margin-top: -35px;
            }
        }
        .btn-bio:hover {
            background-color: #e64a19;
            color: #fff;
        }


    
        .team-member {
            background-color: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }
        .team-member:hover {
            transform: translateY(-10px);
        }
        .team-member img {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
        }
        .team-member-info {
            padding: 20px;
        }
        .team-member .tag {
            display: inline-block;
            background-color: #e0f2f1;
            color: #00796b;
            font-size: 12px;
            font-weight: 500;
            padding: 5px 15px;
            border-radius: 20px;
            margin-bottom: 15px;
        }
        .team-member .name {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin: 0;
        }





       .global-section {
           
            background-color: #004A3F;
            text-align: center;
        }
        .global-section h1 {
          margin-top: 30px;
          color: #fff;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .global-section p {
          color: #fff;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 20px auto;
        }
        .global-section .highlight {
            font-weight: 700;
        }
        .global-section .careers-link {
            color: #ffffff;
            text-decoration: underline;
        }
        .global-section .careers-link:hover {
            color: #e0e0e0;
        }
        .map-container {
            padding: 40px 0;
        }
        .map-container img {
            max-width: 100%;
            height: auto;
        }
        @media (max-width: 768px) {
            .global-section h1 {
                font-size: 2rem;
            }
            .global-section p {
                font-size: 1rem;
            }
        }






        .coaches-section {
            padding: 80px 0;
            text-align: center;
        }
        .coaches-section h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 24px;
        }
        .coaches-section h2 .highlight {
            color: #00A99D;
        }
        .coaches-section p.lead {
            max-width: 800px;
            margin: 0 auto 60px auto;
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
        }
        .coach-card {
            background-color: #fff;
            border: none;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        .coach-card:hover {
            transform: translateY(-10px);
        }
        .coach-card img {
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        .coach-card .card-body {
            padding: 20px;
        }
        .coach-card .badge {
            display: inline-block;
            background-color: #E0F7F6;
            color: #00A99D;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 12px;
        }
        .coach-card .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin: 0;
            color: #333;
        }
        






          .header {
            text-align: center;
            padding: 50px 20px;
        }
        .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }
        .header h1 span {
            color: #00A86B;
        }
        .header p {
            max-width: 600px;
            margin: 0 auto;
            color: #666;
            line-height: 1.6;
        }
        .books-grid {
            padding: 50px 0;
        }
        .book-card {
            margin-bottom: 30px;
            text-align: center;
        }
        .book-card img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .book-card img:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }