*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Phetsarath OT';
    font-weight: bold;
}
        nav{
            background-color: #101856;
            z-index: 1;
            position: relative;
            position: fixed;
            top: 0;
            width: 100%;
            display: flex;
            height: 80px;
            justify-content:space-around;
            align-items: center;
            
            
        }
        .logo img{
            width: 100px;
            height: 100px;
        }
        .menu{
            list-style: none;
            display: flex;
            margin-right: 20px;
            gap: 20px;
            margin-top: 20px;
            li{
                font-weight: bold;
                
            }
            a{
                text-decoration: none;
                color: rgb(255, 255, 255);
                font-family: 'Phetsarath OT';
                font-size: 15px;

            }

        }
   .menu a:hover{
         color: #0300c5;
         border-bottom: 2px solid #0300c5;

        }
        .icons{
            display: flex;
            gap: 20px;
            margin-right: 20px;
        }
        .icons a img{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: rgba(136, 136, 136, 0.493);
            padding: 5px;
        }
        .icons a img:hover{
            background-color:#6690ff;
        }
        article{
            margin-top: 120px ;
            text-align: center;
        }
        article h1{
            font-weight: bold;
            font-size: 50px;
            color: #130066;
            border-top: 10px ridge rgb(0, 0, 87);
            border-radius: 100px;
            
        }
        section{
            height:600px;
            display: flex;
            justify-content: space-around;
            margin-top: 70px;

        }
        section div{
            width: 270px;
            height: 350px;
            background-color: #10185600;
            text-align: center;
        }
        section div img {
            width: 270px;
            height: 270px;
            border: dashed darkblue 5px;
            box-shadow: rgba(197, 197, 197, 0.658) 10px 10px 10px 10px ;
        }
        section div img:hover{
         transform: scale(1.1);
         transition: all 0.3s ease-in-out;
         
    
        }
        section div h4{
            font-weight: bold;
            font-size: 22px;
            color: #000158;

        }

        
        footer{
            width: 100%;
            height: 400px;
            background-color: #101856;
            position: relative;

        }
        .box-9{
            display: flex;
            background-color: #4ddbdb00;
            width: 100%;
            height: 400px;
            justify-content: space-between;
            padding-right: 100px;

        }
        .box-10{
            width: 300px;
            height: 300px;
            
        }
        .box-10 img{
            width: 150px;
            height: 150px;
            margin-left: 105px;
        }
        .box-10 p{
            width: 300px;
            margin-left: 50px;
            color: #fff;
            margin-top: -20px;
            font-family:'Phetsarath OT' ;

        }
        .box-11{
            font-family:'Phetsarath OT' ;
            margin-top: 50px;
            color: #fff;
            font-size: 18px;
            margin-right: 50px;
            
        }
        .box-12{
            font-family:'Phetsarath OT' ;
            margin-top: 50px;
            margin-right: 10px;
            color: #fff;
            font-size: 18px;
        }
        .box-13{
            display: flex;
            justify-content: space-between;
        }
        .box-14{
            font-size: 20px;
            color: rgb(255, 255, 255);
            margin-left: 40px;
            margin-top: -130px;
            font-family:'Phetsarath OT' ;

        }
        .box-15{
            margin-right: 100px;
            margin-top: -90px;
        }
        .box-15 img{
            width: 45px;
            height: 45px;
            background-color: #57575794;border-radius: 50%;
            padding: 5px;
        }
        .footer-1{
            width: 100%;
            height: 50px;
            background-color: #101856;
            position: relative;
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding-right: 100px;
            font-family:'Phetsarath OT' ;
            padding-left: 40px;
            color: #ffffff;
            a{
                color: #ffffff;
            }

        }


/* ======================================== */
/* เริ่มส่วน RESPONSIVE ที่เพิ่มเข้ามาใหม่ */
/* ======================================== */

/* Tablet - หน้าจอขนาดกลาง (768px - 1024px) */
@media screen and (max-width: 1024px) {
    nav {
        height: 70px;
        padding: 0 20px;
    }
    
    .logo img {
        width: 80px;
        height: 80px;
    }
    
    .menu {
        gap: 15px;
        font-size: 14px;
    }
    
    .menu a {
        font-size: 13px;
    }
    
    .icons {
        gap: 15px;
    }
    
    article {
        margin-top: 100px;
        padding: 0 20px;
    }
    
    article h1 {
        font-size: 40px;
        border-top: 8px ridge rgb(0, 0, 87);
        border-radius: 80px;
    }
    
    section {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 50px;
        padding: 20px;
    }
    
    section div {
        width: 250px;
        height: 330px;
        margin: 10px;
    }
    
    section div img {
        width: 250px;
        height: 250px;
        border: dashed darkblue 4px;
        box-shadow: rgba(197, 197, 197, 0.658) 8px 8px 8px 8px;
    }
    
    section div h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    
    footer {
        height: auto;
    }
    
    .box-9 {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
        align-items: center;
    }
    
    .box-10 {
        margin-bottom: 30px;
    }
    
    .box-10 img {
        margin-left: 75px;
    }
    
    .box-10 p {
        margin-left: 0;
        text-align: center;
    }
    
    .box-11, .box-12 {
        margin: 20px 0;
        text-align: center;
    }
    
    .box-14 {
        margin-left: 20px;
        margin-top: 20px;
        text-align: center;
    }
    
    .box-15 {
        margin-right: 20px;
        margin-top: 20px;
        text-align: center;
    }
    
    .footer-1 {
        flex-direction: column;
        height: auto;
        padding: 20px;
        text-align: center;
        gap: 10px;
    }
}

/* Mobile - หน้าจอขนาดเล็ก (สูงสุด 767px) */
@media screen and (max-width: 767px) {
    /* ทำให้เว็บไซต์เต็มจอมือถือ */
    html, body {
        width: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
    }
    
    nav {
        height: auto;
        min-height: 70px;
        flex-direction: column;
        justify-content: center;
        padding: 10px 5px;
        gap: 8px;
        width: 100%;
    }
    
    .logo {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .logo img {
        width: 55px;
        height: 55px;
    }
    
    .menu {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 12px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .menu li {
        margin: 0;
        padding: 0;
    }
    
    .menu a {
        font-size: 12px;
        padding: 4px 8px;
        display: inline-block;
    }
    
    .icons {
        order: 3;
        gap: 12px;
        margin: 0;
        justify-content: center;
        width: 100%;
    }
    
    .icons a img {
        width: 26px;
        height: 26px;
        padding: 4px;
    }
    
    article {
        width: 100%;
        margin-top: 160px;
        padding: 0 15px;
        text-align: center;
    }
    
    article h1 {
        font-size: 28px;
        padding: 15px 10px;
        border-top: 6px ridge rgb(0, 0, 87);
        border-radius: 60px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    section {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        padding: 15px 10px;
        gap: 25px;
    }
    
    section div {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 10px 0;
        padding: 0;
    }
    
    section div img {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        border: dashed darkblue 4px;
        box-shadow: rgba(197, 197, 197, 0.658) 5px 5px 8px 5px;
        border-radius: 5px;
    }
    
    section div img:hover {
        transform: scale(1.03);
    }
    
    section div h4 {
        font-size: 18px;
        margin-top: 12px;
        padding: 0 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.4;
    }
    
    footer {
        width: 100%;
    }
    
    .box-9 {
        width: 100%;
        padding: 20px 10px;
    }
    
    .box-10 {
        width: 100%;
        text-align: center;
    }
    
    .box-10 img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 120px;
        height: 120px;
    }
    
    .box-10 p {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.6;
    }
    
    .box-11, .box-12 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 15px 0;
        padding: 0 10px;
        line-height: 1.6;
    }
    
    .box-13 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .box-14 {
        font-size: 15px;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    
    .box-15 {
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    
    .box-15 img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }
    
    .footer-1 {
        width: 100%;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Mobile ขนาดเล็กมาก (สูงสุด 480px) */
@media screen and (max-width: 480px) {
    article {
        margin-top: 150px;
        padding: 0 12px;
    }
    
    article h1 {
        font-size: 24px;
        padding: 12px 8px;
        border-top: 5px ridge rgb(0, 0, 87);
        border-radius: 50px;
    }
    
    section {
        margin-top: 25px;
        padding: 12px 8px;
        gap: 20px;
    }
    
    section div {
        max-width: 250px;
    }
    
    section div img {
        max-width: 250px;
        border: dashed darkblue 3px;
        box-shadow: rgba(197, 197, 197, 0.658) 4px 4px 6px 4px;
    }
    
    section div h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .box-10 p, .box-11, .box-12 {
        font-size: 13px;
    }
    
    .footer-1 {
        font-size: 12px;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    nav {
        min-height: 50px;
    }
    
    .logo img {
        width: 50px;
        height: 50px;
    }
    
    article {
        margin-top: 80px;
    }
    
    article h1 {
        font-size: 26px;
        padding: 10px;
    }
    
    section {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    section div {
        max-width: 200px;
    }
    
    section div img {
        max-width: 200px;
    }
    
    .menu {
        gap: 8px;
        margin: 5px 0;
    }
    
    .menu a {
        font-size: 11px;
    }
}