* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Kanit", sans-serif;
        }

        body {
            font-family: "Kanit", sans-serif;
            background-color: #f9fbfc;
            color: #333;
        }

        header {
            background-color: #2a9df4;
            padding: 15px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        header .logo {
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        nav a {
            color: white;
            text-decoration: none;
            margin-left: 25px;
            font-weight: 600;
            transition: color 0.3s;
        }

        nav a:hover {
            color: #11323a89;
        }

        .banner {
            width: 100%;
            height: 600px;
            overflow: hidden;
            position: relative;
            margin-bottom: 50px;
        }

        .banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .banner h1 {
            font-size: 3rem;
        }

        main {
            max-width: 960px;
            margin: 40px auto;
            padding: 0 20px;
        }

        section {
            margin-bottom: 50px;
        }

        section h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #2a9df4;
        }

        section p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
        }

        footer {
            text-align: center;
            padding: 20px;
            background-color: #e8f1fd;
            color: #777;
            font-size: 0.9rem;
        }

        @media (max-width: 600px) {
            header {
                flex-direction: column;
                align-items: flex-start;
            }

            nav a {
                margin-left: 0;
                margin-right: 20px;
            }

            .banner h1 {
                font-size: 2rem;
                padding: 0 10px;
                text-align: center;
            }
        }

        .info-card-background {
            background-image: url("image/im2.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 90vh;
            width: 100%;
            height: 600px;
            padding: 30px 20px;
            position: relative;
            text-align: center;
            border-radius: 20px;

        }

        .info-card-background {
            width: 80%;
            max-width: 1300px;
            margin: 0 auto;
            text-align: center;
        }

        .info-banner-img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .info-card {
            position: relative;
            top: 40px;
            max-width: 600px;
            background-color: white;
            padding: 40px 30px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .info-card h2 {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .info-card h3 {
            font-size: 1.2rem;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .bottom-image {
            margin: 80px auto 0 auto;
            margin-top: 70px;
            max-width: 700px;
            background-color: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .bottom-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }


        .tax-id {
            font-size: 1.15rem;
            font-weight: bold;
            color: #000;
        }

        .tax-id span {
            color: #000;
        }

        .divider {
            width: 60px;
            height: 4px;
            background-color: #e65c25;
            margin: 16px 0;
        }

        .info-card p {
            margin-bottom: 8px;
            line-height: 1.6;
            color: #111;
        }

        .parallax-background {
            background-image: url("image/bright-1851267_1280.jpg");
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
            padding: 100px 20px;
            height: 500px;
            margin-top: 100px;
            position: relative;
            color: white;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        }



        .text-block-background::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 0;
        }

        .text-block {
            margin-top: 300px;
            padding: 60px 20px;
            background-color: #f9f9f9;
        }

        .text-container {
            max-width: 800px;
            margin: 0 auto;
            background-color: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            margin-left: 5%;
        }

        .text-container h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #333;
        }

        .text-container p {
            font-size: 1rem;
            color: #555;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        #Service {
            padding: 80px 20px;
            text-align: center;
        }

        .Service h2 {
            font-size: 2.5rem;
            margin: 0 auto;
            color: #333;
        }

        #Testimonials {
            padding: 80px 20px;
            text-align: center;
        }

        .Testimonials h2 {
            font-size: 2.5rem;
            margin: 0 auto;
            color: #333;
        }

        .center-divider {
            width: 60px;
            height: 4px;
            background-color: #007bff;
            margin: 10px auto;
            border-radius: 2px;
        }

        .card-container {
            display: flex;
            justify-content: center; 
            flex-wrap: wrap;
            gap: 20px;
            max-width: 1200px;
            margin: auto;
        }

        .card-section {
            margin-top: -170px;
            padding-top: 0;
        }


        .info-card {
            flex: 1 1 calc(33.333% - 20px);
            background: white;
            border-radius: 16px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s ease;
            font-family: "Kanit", sans-serif;
            text-align: left;
        }
        
@media (max-width: 992px) {
    .info-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .info-card {
        flex: 1 1 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}
        

        .info-card:hover {
            transform: translateY(-8px);
        }

        .info-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 15px;
        }

        .info-card h2 {
            color: #000;
        }

        .info-card h3 {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: #333;
        }

        .info-card p {
            font-size: 1rem;
            color: #555;
        }

        .testimonial-section {
            text-align: center;
            padding: 50px 20px;
            background: #fff;
        }

        .testimonial-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 100%;
            margin: auto;
            padding: 30px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            background: #fff;
            border-radius: 15px;
        }

        .avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .quote-icon {
            font-size: 36px;
            color: #ec6f4c;
            margin: 10px 0;
        }

        .testimonial-text {
            font-size: 16px;
            margin: 10px 0;
            color: #333;
        }

        .stars {
            font-size: 20px;
            color: gold;
            margin: 10px 0;
        }

        .author {
            font-weight: bold;
            color: #ec6f4c;
        }

        .sub-author {
            font-size: 14px;
            color: #777;
        }

        .swiper-button-prev,
        .swiper-button-next {
            color: #777;
        }

        .swiper-button-disabled {
            opacity: 0.3;
            pointer-events: none;
            cursor: default;
        }

        .testimonial-swiper {
            width: 100%;
            max-width: 700px; 
            margin: 0 auto;
            padding: 40px 0;
            box-sizing: border-box;
        }

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100% !important; 
    display: flex;
    justify-content: center;
}


        #ContactInfo {
            padding: 40px 20px;
            background-color: #f5f5f5;
        }

        .contact-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-info {
            flex: 1;
            min-width: 300px;
            font-size: 16px;
            color: #000;
        }

        .contact-info a {
            color: #e65100;
            text-decoration: none;
        }

        .contact-map {
            flex: 1;
            min-width: 300px;
        }

        .map-button {
            margin-top: 15px;
            text-align: center;
        }

        .map-button a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #ff6f00;
            color: white;
            text-decoration: none;
            font-weight: bold;
            border-radius: 6px;
            transition: background-color 0.3s ease;
        }

        .map-button a:hover {
            background-color: #e65100;
        }

        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }

        header {
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 10px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease, backdrop-filter 0.3s ease, color 0.3s ease;
            background-color: rgba(188, 188, 188, 0.539);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        header .logo,
        header nav a {
            color: #11323A;
            transition: color 0.3s ease;
        }

        header.scrolled {
            background-color: #11323A;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            border-bottom: none;
        }

        header.scrolled .logo,
        header.scrolled nav a {
            color: white;
        }

        #context {
            border: solid 1.5px;
            border-radius: 5px;
            outline: none;
        }

        #context:focus {
            border-color: #2196f3;
            box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.3);
        }



        .floating-line-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #00c300;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.floating-line-btn:hover {
    transform: scale(1.1);
}

.floating-line-btn img {
    width: 100%;
    height: auto;
}

.line-qr-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}

.line-qr-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    text-align: center;
}

.line-qr-content img {
    width: 200px;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.card-section1 {
    margin-top: -130px;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.mySwiper {
    width: 100%;
    max-width: 1200px;   
}

.swiper-wrapper {
    display: flex;
    margin: 5px; 
}

.swiper-slide.bottom-image1 {
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.bottom-image1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 8px solid white;
    transition: transform 0.3s ease;
}

.swiper-slide.bottom-image1 img:hover {
    transform: scale(1.05);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color: #007bff;
    background: transparent;
    border: none;
    font-size: 50px;
    top: 56%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    transition: color 0.3s ease;
    z-index: 10;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
    color: #1474c7;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .swiper-slide.bottom-image1 {
        flex: 0 0 100%;
        margin: 0 auto;
    }
}

