     *  {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                 }
         h1, h2, h3 ,a {
            font-family: 'Kanit', sans-serif;
            font-weight: 700;
            
            }
        /* Header Styles */
        header {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            padding: 0.5rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        h5 {
                font-family: 'Kanit', sans-serif;
                font-weight: 700;   
                color: #212529;
                border-left: 6px solid #007bff;
                padding-left: 15px;
                font-size: 1.8em;
                margin-bottom: 20px;
        
        }
                d1 {
                font-weight: 700;   
                color: #ff0000;
   
        }

        ul1  {
            list-style: none;
            padding: 0;
                 }

        li1 {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
                }

        li1::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #0d6efd;
            margin-right: 15px;
            font-size: 1.2em;
                }
 /* Mega Menu Two Column Styles */
.main-menu .mega-menu {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.main-menu .mega-menu .column {
    flex: 1;
    min-width: 150px;
}

.main-menu .mega-menu .column h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    border-bottom: 3px solid #36a0f4;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.main-menu .mega-menu .column a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
}

.main-menu .mega-menu .column a:hover {
    color: #36a0f4;
    transform: translateX(5px);
    background-color: transparent;
}

             


/* Header Styles */
  /* Header Styles */
        header {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            padding: 0.5rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }

        .header-container {
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 2rem;
            
        }
.anniversary-text{
    font-family: 'Kanit', sans-serif;
     font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    

}
.hero-description {
    font-family: 'Kanit', sans-serif;
     font-size: 1.2em;
    font-weight: bold;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    color: #ffffff;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.main-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.main-menu a:hover {
    color: #36a0f4;
    transform: translateX(5px);
    background-color: transparent;
}


.dropdown {
    position: relative;
}

.dropdown .mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    gap: 2rem;
    z-index: 100;
}

.dropdown:hover .mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu h3 {
    color: #1a1a2e;
    margin-bottom: 1rem;
    border-bottom: 2px solid #36a0f4;
    padding-bottom: 0.5rem;
}

.mega-menu a {
    color: #333;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.mega-menu a:hover {
    color: #36a0f4;
    background: none;
    transform: translateX(5px);
}

/* Social Icons */
.Facebook {
    color: #36a0f4;
    font-weight: bold;
    font-size: 1.2rem;
}

.YT {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2rem;
}

.line {
    color: #00ff15;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Hero Section */
       .hero {
            color: #36a0f4;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: rgb(0, 0, 0);

        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear- gradient(hsla(207, 100%, 43%, 0.5));
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 0 2rem;
        }



        .hero p {
            font-size: 1.1rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            line-height: 1.8;
        }
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
            animation: float 20s ease-in-out infinite;
        }


.anniversary-badge {
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    animation: pulse 2s ease-in-out infinite;

}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.stars-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
}

.anniversary-text {
    font-family: 'Kanit', sans-serif;
    font-size: 4.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-style: italic;
    color: #fff;
    margin-bottom: 0.5rem;

   
}

.hero-description1 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.8;
     
}

/* Image Slider */
.imservices {
    padding: 50px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.imcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.imabout-image {
    padding: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.imimage-slider-loop {
    display: inline-flex;
    animation: slideLoop 25s linear infinite;
    gap: 100px;
}

@keyframes slideLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

        .imimage-slider {
            display: inline-flex;
            animation: slideRight 10s linear infinite;
            gap: 100px;
        }

        .imimage-slider img {
            width: 300px;
            height: 400px;
            border-radius: 25px;
            object-fit: cover;
            flex-shrink: 0;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

/* Services Section */
.services {
    padding: 3.5rem 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.section-title p {

    font-size: 1.1rem;
    color: #464646;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid #36a0f4;
}
 
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card h3 {
    font-size: 1.5rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.service-card p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-indent: 2em;
    text-align: left;
}

.service-card1 {
    width: 100%;
    max-width: 615px;
    margin: 30px auto;
    padding: 2rem;
    background: white;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #36a0f4;
}

.service-card1:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card1 h3 {
    font-size: 1.5rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.service-card1 p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-indent: 2em;
    text-align: left;
}

/* About Section */
.about {
    padding: 5rem 0;
    background: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
}

.about-text p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-features {
    list-style: none;
    margin-top: 2rem;
}

.about-features li {
    padding: 0.5rem 0;
    color: #333;
    position: relative;
    padding-left: 2rem;
}

.about-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #36a0f4;
    font-weight: bold;
}

.about-image {
    background-size: cover;
    background-position: center;
    height: 400px;
    max-width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.contact-section {
            background: #1a1a2e;
            color: white;
            padding: 3rem 0;
            margin-top: 3rem;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .contact-item {
            text-align: center;
            padding: 1.5rem;
        }

        .contact-icon {
            width: 60px;
            height: 60px;
            background: #36a0f4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 1.5rem;
        }
            .section-title1 {
            color: #1a1a2e;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            border-bottom: 3px solid #36a0f4;
            padding-bottom: 0.5rem;
        }





/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.service-card1,
.about-text {
    animation: fadeInUp 0.6s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
     .menu-icon {
     display: block;
            }

    .main-menu {
        display: none;
    }

    .hero h6 {
        font-size: 60px;
    }

    .hero-description1 {
        font-size: 1.2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .header-container {
        flex-direction: column;
        gap: 1rem;
    }

    .imimage-slider-loop img {
        width: 250px;
        height: 350px;
    }

    .imimage-slider-loop {
        gap: 50px;
    }

    .stars-circle {
        width: 250px;
        height: 250px;
    }




}

/* Two-Column Mega Menu */
/* Mega Menu with Three Columns */
.mega-menu.three-columns {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    min-width: 700px;
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.mega-menu.three-columns .column {
    flex: 1;
    min-width: 200px;
}

.mega-menu.three-columns .column h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #1a1a2e;
    border-bottom: 2px solid #36a0f4;
    padding-bottom: 5px;
}

.mega-menu.three-columns .column a {
    display: block;
    font-family: 'Kanit', sans-serif;
    padding: 5px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: 0.3s ease;
}

.mega-menu.three-columns .column a:hover {
    color: #ff0000;
    transform: translateX(5px);
}

/* 4-Column Mega Menu */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* สร้าง 4 คอลัมน์ */
    background: white;
    gap: 2rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    min-width: 900px; /* เพิ่มความกว้างขั้นต่ำให้พอดีกับ 4 คอลัมน์ */
}

.dropdown:hover .mega-menu-grid {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-grid h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 1rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #36a0f4;
    padding-bottom: 0.5rem;
}

.mega-menu-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-grid li a {
    display: block;
    padding: 0.3rem 0;
    color: #333;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    border-bottom: 1px solid #ffffff;
    transition: 0.3s;
}

.mega-menu-grid li a:hover {
    color: #36a0f4;
    transform: translateX(5px);
    background-color: transparent;
}

