 body {
     background-image: url('../img/slider/slider01.webp');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     min-height: 100vh;
     margin: 0;
     padding: 0;
 }
 
 body::before {
     content: '';
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url('../img/slider/slider01.webp') center center no-repeat;
     background-size: cover;
     z-index: -1;
     /* Places the background behind other content */
 }
 /* Hero Section Styles */
 
.font-kanit {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
}

 .hero-section {
     position: relative;
     height: 100vh;
     min-height: 600px;
     color: white;
 }
 
 .hero-carousel {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -2;
 }
 
 .hero-carousel .carousel-item {
     height: 100vh;
     min-height: 600px;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
 }
 
 .hero-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, rgba(255, 165, 0, 0.8), rgba(138, 43, 226, 0.8));
     z-index: -1;
 }
 
 .box-hero-title {
     padding-top: 17%;
 }
 
 .hero-content {
     max-width: 600px;
 }

 .home-banner-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
 }

 .home-banner-menu a {
    height: 100%;
    /* margin-bottom: 10px; */
 }
 
.info-card {
    background: #E8002C;
    border-radius: 5px;
    border: none;
    padding: 1rem 2rem;
    color: #333;
    flex: 1;
    height: 100%;
    max-width: 350px;
}

 .home-banner-menu a .info-card {
    display: flex;
    /* justify-content: center; */
    align-items: center;
 }
 
 .info-card.w {
     background: #fff;
     color: #000;
 }
 
 .info-card.bule {
     background: #002DEB;
 }
 
 .info-card.none {
     background: none;
     box-shadow: none;
     backdrop-filter: none;
 }
 
 .rating-stars {
     color: #ffd700;
     font-size: 1.5rem;
     margin-bottom: 0.5rem;
 }
 
 .client-avatars {
     display: flex;
     margin-bottom: 0.5rem;
 }
 
 .client-avatar {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 2px solid white;
     margin-left: -8px;
     background: linear-gradient(45deg, #ff6b35, #f7931e);
 }
 
 .client-avatar:first-child {
     margin-left: 0;
 }
 
 .btn-readmore {
     background: linear-gradient(45deg, #ff6b35, #f7931e);
     border: none;
     color: white;
     padding: 12px 30px;
     border-radius: 25px;
     font-weight: 600;
     transition: transform 0.3s ease;
 }
 
 .btn-readmore:hover {
     transform: translateY(-2px);
     color: white;
 }
 /* Services Section */
 
 .services-section {
     padding-bottom: 5rem;
     background: none !important;
 }
 
 .services-description {
     font-size: 1.1rem;
     line-height: 1.8;
     color: #555;
     max-width: 900px;
 }
 
 .box-textMore {
     position: absolute;
     right: 20px;
     bottom: 20px;
 }
 
 
 .box-red-counter {
     background: #E8002C;
     padding: 20px 26px;
     font-family: "Kanit", sans-serif;
     font-size: 1.8rem;
     font-weight: 600;
     font-style: normal;
     line-height: 1.4;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     color: #fff;
 }
 
 .box-red-counter span {
     font-size: 1.2rem;
     font-weight: 300;
     display: block;
     color: #fff;
 }
 
 .box-red-counter span.aa {
     font-size: 4.7rem;
     font-weight: 600;
     line-height: 1;
     display: block;
     color: #fff;
 }

 /* .day-counter span.aa {
    font-size: 4.7rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    color: #fff;
 } */
 
 .box-bule-counter {
     background: #002DEB;
     padding: 20px 26px;
     font-family: "Kanit", sans-serif;
     font-size: 1.9rem;
     font-weight: 600;
     font-style: normal;
     line-height: 1.4;
     color: #fff;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 .box-bule-counter span {
     font-size: 1.2rem;
     font-weight: 300;
     display: block;
     color: #fff;
 }
 
 .box-bule-counter span.aa {
     font-size: 4.7rem;
     font-weight: 600;
     line-height: 1;
     display: block;
     color: #fff;
 }
 
 .counter-card {
     padding: 0;
     height: 100%;
     background: none;
     background-size: cover;
     width: 100%;
 }
 
 .secTana {
     background: url('../img/home/secbgtana.png') no-repeat top center;
     padding-top: 100px;
 }
 
 .secAbout {
     background: url('../img/home/secabout.webp') no-repeat top center;
     padding-top: 280px;
     padding-bottom: 280px;
     margin-top: -130px;
     position: relative;
 }
 
 .secTana.w {
     background: #fff;
 }
 
 .tanaMarginTop {
     margin-top: -300px;
 }
 
 .secTakraw {
     background: url('../img/home/bgTakraw.webp') no-repeat top center;
     padding-top: 280px;
     padding-bottom: 280px;
     margin-top: -170px;
     position: relative;
     top: 0;
 }
 
 .takraw {
     width: 207px;
     height: 204px;
     position: absolute;
     background: url('../img/home/takraw.webp') no-repeat center;
     background-size: 100%;
     top: -360px;
 }
 
 .takraw-man {
     width: 743px;
     height: 883px;
     right: 0;
     top: -340px;
     position: absolute;
     background: url('../img/home/takraw-man.webp') no-repeat center;
     background-size: 100%;
 }
 
 .navTop {
     position: absolute;
     z-index: 999;
     width: 100%;
     background: none;
     border: none;
     backdrop-filter: none;
     padding: 10px 0;
     box-shadow: none;
 }
 
 .darkHeader {
     background: #fff !important;
     position: fixed !important;
     -webkit-transition: ease-out 0.2s;
     transition: ease-out 0.2s;
     top: 0;
 }
 
 .clearHeader {
     -webkit-transition: ease-out 0.2s;
     transition: ease-out 0.2s;
 }
 
 .newsSec1 {
     background: #fff;
     background-size: cover;
     padding: 5rem 0;
     width: 100%;
     overflow: hidden;
 }
 
 .regular06 {
     list-style: none;
     padding: 0;
     margin: 0;
     padding-left: 6%;
     margin-right: -300px;
 }
 
 .supply-card {
     border-radius: 20px;
     overflow: hidden;
     height: 480px;
     position: relative;
     transition: transform 0.3s ease;
 }
 
 .supply-card:hover {
     transform: translateY(-5px);
 }
 
 .supply-card-green {
     background: #0ACC0DDE;
     color: white;
     margin: 0 0.5rem;
 }
 
 .supply-card-gray {
     background: #f8f9fa;
     margin: 0 0.5rem;
 }
 
 .card-image {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 60%;
     background-size: cover;
     background-position: center;
     border-radius: 15px;
     margin-top: 10px;
 }
 
 .card-content {
     position: relative;
     z-index: 2;
     padding: 20px;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }
 
 .about-section {
     padding: 5rem 0;
     background: #F5F4F8;
 }
 
 .orange-bg {
     background: linear-gradient(135deg, #ff6b35, #f7931e);
     border-radius: 20px;
     height: 400px;
 }
 
 .feature-icon {
     width: 80px;
     height: 80px;
     background: #0ACC0DDE;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 15px;
     flex-shrink: 0;
 }
 
 .feature-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 20px;
 }
 
 .company-description {
     color: #666;
     line-height: 1.6;
     margin-bottom: 40px;
 }
 
 .csr-section {
     background: #fff;
     padding: 5rem 0;
 }
 
 .main-image {
     width: 100%;
     height: 450px;
     object-fit: cover;
     border-radius: 15px;
 }
 
 .feature-card {
     background: #F8F8F8;
     border-radius: 5px;
     padding: 0;
     height: 100%;
     transition: all 0.3s ease;
     min-height: 55vh;
 }
 
 .feature-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
 }
 
 .feature-card.green {
     background: none;
     background-size: cover;
     width: 100%;
     position: relative;
 }
 
 .feature-card.orange {
     background: url('../img/home/pic13.jpg') no-repeat center;
     background-size: cover;
     width: 100%;
     position: relative;
 }
 
 .feature-card h5 {
     font-family: "Kanit", sans-serif;
     font-size: 18px;
     line-height: 1.4rem;
     font-weight: 400;
     font-style: normal;
     color: #000000;
     margin-bottom: 1rem;
 }
 
 .bgNews {
     background: #000000;
     background: linear-gradient(0deg, rgba(0, 0, 0, 1) 43%, rgba(242, 243, 244, 0) 100%);
 }
 
 .feature-card.w h5 {
     font-weight: 400;
     color: #ffffff;
 }
 
 .feature-card h4 {
     font-family: "Kanit", sans-serif;
     font-size: 22px;
     font-weight: 600;
     font-style: normal;
     color: #0ACC0DDE;
     margin-bottom: 1rem;
 }
 
 .feature-card p {
     font-size: 16px;
     font-weight: 400;
     font-style: normal;
     color: #000000;
 }
 
 .feature-image {
     width: 80px;
     height: 80px;
     object-fit: cover;
     border-radius: 10px;
     margin-bottom: 1rem;
 }
 
 .why-drive-section {
     background: white;
 }
 
 .section-subtitle {
     text-align: center;
     font-size: 1.1rem;
     color: #666;
     margin-bottom: 4rem;
     max-width: 600px;
     margin-left: auto;
     margin-right: auto;
 }
 
 .benefit-card {
     text-align: center;
     padding: 2rem 1rem;
     transition: all 0.3s ease;
 }
 
 .benefit-card:hover {
     transform: translateY(-10px);
 }
 
 .benefit-icon {
     width: 100px;
     height: 100px;
     margin: 0 auto 1.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }
 
 .benefit-card:hover .benefit-icon {
     color: white;
     transform: scale(1.1);
 }
 
 .benefit-title {
     font-size: 1.1rem;
     font-weight: 600;
     color: #333;
     margin-bottom: 0.5rem;
 }
 
 .partnership-card {
     background: #F8F8F8;
     border-radius: 20px;
     padding: 0;
     height: 100%;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
 
 .partnership-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
 }
 
 .partnership-image {
     width: 100%;
     height: 250px;
     object-fit: cover;
     border-radius: 15px 150px 150px 15px;
 }
 
 .text-overflow-clamp {
     width: 100%;
     overflow: hidden;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     display: -webkit-box;
 }
 
 .cardNewsBoxDetail {
     min-height: 5vh;
 }
 
 .news-section {
     padding: 5rem 0;
 }
 
 .news-card {
     background: white;
     border-radius: 5px;
     overflow: hidden;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     height: 100%;
     padding: 0;
 }
 
 .news-card:hover {
     transform: translateY(-8px);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
 
 .news-image {
    width: 290px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
 }
 
 .news-image03 {
     width: 100%;
     aspect-ratio: 1 / 1;
     object-fit: cover;
 }
 
 .banner-image {
     width: 100%;
     height: auto;
     object-fit: cover;
 }
 
 .news-content {
     padding: 20px;
 }
 
 .intro-text {
     color: #6c757d;
     font-size: 1.1rem;
     line-height: 1.6;
     margin-bottom: 40px;
 }
 
 .partners-section {
     padding-bottom: 5rem;
 }
 
 .partners-title {
     font-size: 3.5rem;
     font-weight: bold;
     color: #333;
     margin-bottom: 2rem;
     text-align: center;
 }
 
 .partners-description {
     font-size: 1.1rem;
     color: #666;
     line-height: 1.8;
     margin-bottom: 4rem;
     text-align: center;
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
 }
 
 .partner-logo {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 120px;
     background: white;
     border-radius: 15px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     margin-bottom: 30px;
     transition: all 0.3s ease;
     padding: 20px;
 }
 
 .partner-logo:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
 }
 
 .partner-logo img {
     max-width: 100%;
     max-height: 80px;
     width: auto;
     height: auto;
 }
 /* Logo styling for text-based logos */
 
 .seven-eleven {
     background: linear-gradient(45deg, #e74c3c, #f39c12);
     color: white;
     font-weight: bold;
     font-size: 1.5rem;
     border: 3px solid #27ae60;
 }
 
 .cpall {
     color: #3498db;
     font-weight: bold;
     font-size: 2rem;
 }
 
 .all-online {
     background: linear-gradient(135deg, #3498db, #e74c3c);
     color: white;
     font-weight: bold;
     font-size: 1.3rem;
     text-align: center;
 }
 
 .shopping-24 {
     background: #e74c3c;
     color: white;
     font-weight: bold;
     font-size: 1.8rem;
     text-align: center;
 }
 
 .lotus {
     color: #1abc9c;
     font-weight: bold;
     font-size: 2.5rem;
 }
 
 .all-now {
     color: #3498db;
     font-weight: bold;
     font-size: 2rem;
 }
 
 .frame03 {
     max-width: 200px;
 }
 
 .frame02 {
     max-width: 450px;
 }
 
 .pic03 {
     height: 150px;
     width: 100%;
     object-fit: cover;
 }
 
 .box-avatar {
     position: absolute;
     bottom: 0;
 }
 
 .img-about {
     height: 100%;
     width: 100%;
     object-fit: cover;
 }
 
 .features-list {
     padding-left: 2.5rem;
 }
 
 .footer-bg-top {
     display: none;
 }
 /* Responsive Design */
 
 .secTakrawTap {
     background: url('../img/home/sectap.webp') no-repeat top center;
     background-size: cover;
     padding-top: 80px;
     padding-bottom: 80px;
 }
 
 .secTakrawThai {
     background: #fff;
     padding-top: 80px;
     padding-bottom: 80px;
 }
 
 .bgTakrawThai {
     background: #F5F5F5;
     font-family: "Manrope", sans-serif;
     font-size: 2.5rem;
     font-weight: 400;
     font-style: normal;
     line-height: 1.2;
     padding: 20px;
     transition: all 0.2s ease;
     height: 43vh;
 }
 
 .bgTakrawThai svg {
     color: #E8002C;
 }
 
 .bgTakrawThai:hover {
     background: #E8002C;
     color: #fff;
     transition: all 0.2s ease;
 }
 
 .bgTakrawThai:hover .textBody {
     color: #fff;
 }
 
 .bgTakrawThai:hover svg {
     color: #fff;
 }
 
 .nav-tabs {
     display: flex;
     border-bottom: none;
     justify-content: center;
     margin-top: 2rem;
 }
 
 .nav-tabs li {
     width: 25%;
 }
 
 .nav-tabs .nav-link {
     color: #fff;
     border: none;
     margin: 0;
     transition: all 0.3s ease;
 }
 
 .nav-tabs .nav-link .footer-line-list {
     width: 100%;
     height: 4px;
     border-radius: 2px;
     background-color: rgba(255, 255, 255, 0.1);
     margin: 1rem auto;
 }
 
 .nav-tabs .nav-link.active {
     background: none;
     color: #fff;
     transform: scale(1.05);
 }
 
 .nav-tabs .nav-link.active .footer-line-list {
     width: 100%;
     height: 4px;
     border-radius: 2px;
     background-color: rgba(255, 255, 255, 1);
     margin: 1rem auto;
 }
 
 .tab-content {
     margin-top: 2rem;
     animation: fadeIn 0.6s ease;
 }
 
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(10px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }
 
 .year-number {
     font-family: "Manrope", sans-serif;
     font-size: 6rem;
     font-weight: 700;
     font-style: normal;
     color: #fff;
 }
 
 .flag-img {
     width: 100%;
 }
 
 .timeline-img {
     width: 100%;
     border-radius: 10px;
     transition: transform 0.3s ease;
 }
 
 .timeline-img:hover {
     transform: scale(1.05);
 }
 
 .footer-line {
     width: 100%;
     height: 4px;
     border-radius: 2px;
     background-color: #fff;
     margin: 1.5rem auto;
 }
 
.banner-box {
     display: grid;
     grid-template-columns: 3fr 2fr 2fr;
     width: 100%;
     gap: 1rem;
     margin-top: 1rem;
    }

.banner-card {
    height: 100%;
}

.banner-box:first-child, .banner-box:nth-child(2) {
    height: 100% !important;
    div {
        height: 100% !important;
    }
}
    
.banner-box a {
    display: block;
    height: 100%;

    img {
        height: 100%;
    }
}

    @media screen and (max-width:1620px) {
     .box-red-counter {
         font-size: 1.4rem;
     }
     .box-bule-counter {
         font-size: 1.4rem;
     }
     .tanaMarginTop {
         margin-top: -230px;
     }
     .takraw {
         width: 124px;
     }
     .takraw-man {
         width: 624px;
     }

 }
 
 @media screen and (max-width:1440px) {}
 
 @media screen and (max-width:1366px) {}
 
 @media screen and (max-width:1280px) {
     .box-red-counter {
         font-size: 1.3rem;
     }
     .box-bule-counter {
         font-size: 1.3rem;
     }
 }
 
 @media screen and (max-width:1199px) {
    .banner-box {
        grid-template-columns: 1fr;
     }
 }
 
 @media screen and (max-width:1024px) {
     .info-card {
         padding: 1rem;
     }
     .counter-card {
         height: 40vh;
     }
     .news-image {
         min-width: 210px;
     }
     .takraw-man {
         width: 480px;
         height: 720px;
     }
     .takraw {
         width: 90px;
     }
     .secTakraw {
         padding-bottom: 80px;
     }
 }
 
 @media screen and (max-width:920px) {
     .info-card {
         max-width: 75%;
     }
     .news-image {
         min-width: 170px;
     }
     .feature-card {
         min-height: 31vh;
     }
     .counter-card {
         height: 26vh;
     }
     .news-card.last {
         display: flex;
     }
     .tanaMarginTop {
         margin-top: -80px;
     }
     .mgTop {
         margin-top: -150px;
     }
     .secTakrawThai {
         padding-top: 60px;
         padding-bottom: 60px;
     }
     .bgTakrawThai {
         height: 27vh;
     }
     .pic01 {
         height: 27vh;
     }
     .banner-box {
        grid-template-columns: 1fr;
     }
 }
 
 @media screen and (max-width: 768px) {
     .feature-card {
         min-height: 35vh;
     }

     .mgTop {
        margin-top: 0;
     }

     .tana {
        transform: translateY(1px);
     }
 }
 
 @media screen and (max-width:737px) {
     .box-hero-title {
         padding-top: 33%;
     }
     .info-card {
         max-width: 100%;
     }
     .feature-card {
         min-height: 62vh;
     }
     .news-image {
         min-width: 100%;
     }
     .box-textMore {
         position: relative;
         right: 0;
         bottom: 0;
         text-align: end;
         margin-top: 10px;
     }
     .box-textMore.last {
         margin-bottom: 20px;
         margin-right: 20px;
         margin-top: -10px;
     }
     .news-card.last {
         display: block;
     }
     .counter-card {
         height: 33vh;
     }
     .secTana {
         background: none;
         padding-top: 60px;
     }
     .services-section {
         padding-bottom: 2rem;
     }
     .tanaMarginTop {
         margin-top: 0;
     }
     .mgTop {
         margin-top: 0px;
     }
     .secAbout {
         background: url(../img/home/secabout-mobi.png) no-repeat top center;
         background-size: cover;
         padding-top: 60px;
         padding-bottom: 60px;
         margin-top: 0;
     }
     .takraw-man {
         display: none;
     }
     .takraw {
         display: none;
     }
     .secTakraw {
         background: #fff url(../img/home/bgTakraw-mobi.png) no-repeat bottom center;
         background-size: cover;
         padding-top: 40px;
         padding-bottom: 60px;
         margin-top: 0px;
         position: relative;
         top: 0;
     }
     .secTakrawTap {
         padding-top: 60px;
         padding-bottom: 60px;
     }
     .year-number {
         font-size: 5rem;
     }
     .nav-tabs .nav-link {
         padding: 4px;
     }
     .flag-img.mobi {
         display: none;
     }
     .box-list-overflow {
         overflow: auto;
     }
     .box-list-overflow .box-list-width {
         width: 600px;
     }
     .bgTakrawThai {
         height: auto;
     }
     .secTakrawThai {
         padding-bottom: 40px;
     }
     .banner-box {
        grid-template-columns: 1fr;
     }
 }
 
 @media screen and (max-width:576px) {
     .services-section {
         padding-top: 2rem;
     }
 }
 
 @media screen and (max-width:414px) {}
 
 @media screen and (max-width:375px) {}