
    .widthMain{
            width:100%;
            max-width:1200px;
            margin:auto;
            padding:auto;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: Arial, sans-serif;
            background: #f5f5f5;

            font-family: 'Noto Sans Thai', sans-serif;
        }
        
        .navbar-bottom{
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            padding-top:2em;
            padding-bottom:1.5em;
        }

        .navbar {
            width: 100%;
            min-height: 70px;
            padding: 0 30px;
            background: #ffffff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);

            display: flex;
            align-items: center;
            gap: 30px;

            position: relative;
            z-index: 1000;
        }

        .navbar-logo {
            flex-shrink: 0;
        }

        .navbar-logo img {
            display: block;
            /* width: 130px; */
            max-height: 50px;
            object-fit: contain;
        }

        .navbar-content {
            flex: 1;
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .navbar-menu {
            display: flex;
            align-items: center;
            gap: 5px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .navbar-menu a ,.navbar-actions a{
            display: block;
            padding: 12px 15px;
            color : #ffffff;
            text-decoration: none;
            border-radius: 8px;
            white-space: nowrap;
            transition: 0.2s;
        }

        .navbar-menu a:hover ,.navbar-actions a:hover{
            background-color: rgba(255, 255, 255, 0.2);
        }
            
        .navbar-menu a[class='active'] ,.navbar-actions a[class='active'] {
            background-color: rgba(255, 255, 255, 0.2);
        }

        .navbar-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto;
        }

        .btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-height: 42px;
            padding: 9px 18px;
            border: 1px solid transparent;
            border-radius: 8px;
            font-size: 15px;
            text-decoration: none;
            white-space: nowrap;
            cursor: pointer;
            transition: 0.2s;
        }


        .navbar-toggle {
            display: none;
            width: 44px;
            height: 44px;
            padding: 9px;
            margin-left: auto;
            border: 0;
            border-radius: 8px;
            background: transparent;
            cursor: pointer;
        }

        .navbar-toggle:hover {
            background: #f1f5f9;
        }

        .navbar-toggle span {
            display: block;
            width: 100%;
            height: 3px;
            margin: 5px 0;
            border-radius: 10px;
            background: #333333;
            transition: 0.25s;
        }

        @media (max-width: 992px) {
            .navbar {
                min-height: 64px;
                padding: 8px 20px;
                flex-wrap: wrap;
                gap: 0;
            }

            .navbar-logo img {
                /* width: 110px; */
                max-height: 45px;
            }

            .navbar-toggle {
                display: block;
            }

            .navbar-content {
                display: none;
                flex-basis: 100%;
                width: 100%;
                padding: 12px 0;
                flex-direction: column;
                align-items: stretch;
            }

            .navbar-content.active {
                display: flex;
            }

            .navbar-menu {
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 3px;
            }

            .navbar-menu a {
                padding: 13px 15px;
            }

            .navbar-actions {
                width: 100%;
                margin: 12px 0 0;
                padding-top: 15px;
                border-top: 1px solid #e5e7eb;
            }

            .navbar-actions .btn {
                flex: 1;
            }

            .navbar-toggle.active span:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
            }

            .navbar-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .navbar-toggle.active span:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
            }
        }

        .navbar-bottom ,.navbar-bottom a{
            color : #ffffff;
        }

        @media (max-width: 480px) {
            .navbar {
                padding-left: 15px;
                padding-right: 15px;
            }

            .navbar-actions {
                flex-direction: column;
            }

            .navbar-actions .btn {
                width: 100%;
            }
        }
            
        /* ----------------------------------------------------------------------------------------------------------------------------------- */
        
        .menuFooter div{
            border:1px solid #ffcb5c;
            border-radius: 5px;
            padding:0.5em;
            margin-bottom: 0.5em;
        }
        .menuFooter a{
            text-decoration: none;
            color: #ffffff;
        }

        .mobile-footer {
            position: fixed;
            left: 50%;
            bottom: 0;
            z-index: 1000;

            display: none;
            grid-template-columns: repeat(5, 1fr);

            width: min(100%, 750px);
            height: 88px;

            transform: translateX(-50%);

            /*
            background: linear-gradient(
                to bottom,
                #686868 0%,
                #2a2a2a 45%,
                #080808 100%
            );
            
            border-top: 4px solid #bed000;
            */

            background:linear-gradient(to bottom, #171616, #b1aaaa);
            border-top:2px solid #ffcb5c;

            border-radius: 20px 20px 0 0;

            box-shadow:
                0 -4px 15px rgba(0, 0, 0, 0.55),
                inset 0 1px 1px rgba(255, 255, 255, 0.25);
        }

        .footer-item,
        .footer-center {
            position: relative;

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            color: #ffffff;
            text-decoration: none;
            font-size: 17px;
            font-weight: 700;

            -webkit-tap-highlight-color: transparent;
        }

        .footer-item {
            gap: 3px;
            padding-top: 5px;
        }

        .footer-icon {
            font-size: 34px;
            line-height: 1;
            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
        }

        .footer-item:active {
            transform: scale(0.94);
        }

        .footer-item.active {
            color: #fff;
        }

        /* ปุ่มตรงกลาง */
        .footer-center {
            justify-content: flex-end;
            padding-bottom: 8px;
        }

        .center-button {
            position: absolute;
            bottom: 25px;
            left: 50%;

            display: flex;
            align-items: center;
            justify-content: center;

            width: 100px;
            height: 100px;

            transform: translateX(-50%);

            /*
            border: 4px solid #bed000;
            */
            
            border:2px solid #ffcb5c;

            border-radius: 50%;

            background:
                radial-gradient(
                    circle at 50% 30%,
                    #6c3617 0%,
                    #32190c 45%,
                    #080808 100%
                );

            box-shadow: 0 -5px 14px rgba(0, 0, 0, 0.7), inset 0 3px 8px rgba(255, 255, 255, 0.15);
        }

        .center-icon {
            font-size: 51px;
            transform: translateY(-4px);
            filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
        }

        .center-label {
            position: relative;
            z-index: 2;
            font-size: 18px;
        }

        .footer-center:active .center-button {
            transform: translateX(-50%) scale(0.94);
        }

        /* LINE */
        .line-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 39px;
            height: 39px;

            color: #fff;
            background: #38c85a;

            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;

            font-size: 10px;
            font-weight: 900;

            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
        }

        /* เส้นแบ่งเมนู */
        .footer-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 20%;
            right: 0;

            width: 1px;
            height: 65%;

            background: linear-gradient(
                transparent,
                rgba(255, 255, 255, 0.15),
                transparent
            );
        }

        @media (max-width: 520px) {
            .mobile-footer {
                height: 76px;
                border-radius: 16px 16px 0 0;
            }

            .footer-item,
            .footer-center {
                font-size: 13px;
            }

            .footer-icon {
                font-size: 28px;
            }

            .center-button {
                width: 84px;
                height: 84px;
                /* bottom: 22px; */
                bottom: 2px;
            }

            .center-icon {
                font-size: 42px;
            }

            .center-label {
                font-size: 14px;
            }

            .line-icon {
                width: 33px;
                height: 33px;
                font-size: 8px;
            }
            
            .navbar-bottom{
                padding:1em;
                padding-bottom:8em;
            }
            
            .mobile-footer {
                display: grid;
            }
        }
