.elementor-41 .elementor-element.elementor-element-4fffbb44{--display:flex;}.elementor-41 .elementor-element.elementor-element-2680c1f9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-41 .elementor-element.elementor-element-a7a0498{text-align:center;}.elementor-41 .elementor-element.elementor-element-a7a0498 .elementor-heading-title{font-family:"Noto Sans Thai", Sans-serif;font-weight:700;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-41 .elementor-element.elementor-element-11e23931 img{width:80%;border-radius:10px 10px 10px 10px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-41 .elementor-element.elementor-element-453c0ac4{text-align:center;}.elementor-41 .elementor-element.elementor-element-4b30adc6{--display:flex;}.elementor-41 .elementor-element.elementor-element-73b8b608{--display:flex;}.elementor-41 .elementor-element.elementor-element-18465dd4{text-align:center;}.elementor-41 .elementor-element.elementor-element-5733d7a2{text-align:start;}.elementor-41 .elementor-element.elementor-element-1f110026{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-41 .elementor-element.elementor-element-389fcab{--display:flex;--justify-content:center;}.elementor-41 .elementor-element.elementor-element-70973aef{border-radius:10px 10px 10px 10px;}.elementor-41 .elementor-element.elementor-element-19349ee9{--display:flex;--justify-content:center;}.elementor-41 .elementor-element.elementor-element-7991d19e{text-align:start;}.elementor-41 .elementor-element.elementor-element-7b3a0e66{text-align:start;}.elementor-41 .elementor-element.elementor-element-466450ba{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-41 .elementor-element.elementor-element-6dab97e0{--display:flex;--justify-content:center;}.elementor-41 .elementor-element.elementor-element-71c44326{text-align:start;}.elementor-41 .elementor-element.elementor-element-69bdee3e{text-align:start;}.elementor-41 .elementor-element.elementor-element-7d8db3f0{--display:flex;--justify-content:center;}.elementor-41 .elementor-element.elementor-element-390bea29{border-radius:10px 10px 10px 10px;}.elementor-41 .elementor-element.elementor-element-312e09c1{--display:flex;}.elementor-41 .elementor-element.elementor-element-3643ba95{--display:flex;}.elementor-41 .elementor-element.elementor-element-622d7371{text-align:center;}.elementor-41 .elementor-element.elementor-element-377643a0{text-align:start;}@media(max-width:767px){.elementor-41 .elementor-element.elementor-element-11e23931 img{width:100%;}.elementor-41 .elementor-element.elementor-element-11e23931{border-radius:10px 10px 10px 10px;}}/* Start custom CSS for container, class: .elementor-element-4fffbb44 *//* =========================================================
   ELEMENTOR HERO SECTION
   Premium Black & Gold
========================================================= */

.hero-section {
    position: relative;
    width: 100%;
    /* min-height: 680px; */

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 50px 24px;

    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(212, 175, 55, 0.14) 0%,
            rgba(212, 175, 55, 0.04) 28%,
            transparent 55%
        ),
        radial-gradient(
            circle at 15% 80%,
            rgba(176, 125, 25, 0.10) 0%,
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #050505 0%,
            #0A0A0A 45%,
            #11100C 100%
        );

    border-bottom:
        1px solid rgba(212, 175, 55, 0.22);

    isolation: isolate;
}


/* =========================================================
   GOLD AMBIENT GLOW
========================================================= */

.hero-section::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: -180px;
    right: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(245, 215, 110, 0.13) 0%,
            rgba(212, 175, 55, 0.05) 35%,
            transparent 70%
        );

    filter: blur(10px);

    pointer-events: none;
    z-index: -1;
}


/* =========================================================
   BOTTOM GOLD GLOW
========================================================= */

.hero-section::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 70%;
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #8D6412,
            #D4AF37,
            #F8DF7D,
            #D4AF37,
            #8D6412,
            transparent
        );

    box-shadow:
        0 0 18px rgba(212, 175, 55, 0.28);

    pointer-events: none;
}


/* =========================================================
   INNER CONTAINER
========================================================= */

.hero-section > .e-con-inner {
    position: relative;

    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    z-index: 2;
}


/* =========================================================
   IMAGE
========================================================= */

.hero-section .elementor-widget-image img {
    width: auto;
 

    object-fit: contain;

    filter:
        drop-shadow(0 10px 30px rgba(0, 0, 0, 0.45))
        drop-shadow(0 0 18px rgba(212, 175, 55, 0.12));

    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}


.hero-section .elementor-widget-image img:hover {
    transform:
        translateY(-3px)
        scale(1.02);

    filter:
        drop-shadow(0 14px 32px rgba(0, 0, 0, 0.50))
        drop-shadow(0 0 22px rgba(212, 175, 55, 0.20));
}


/* =========================================================
   HEADING
========================================================= */

.hero-section .elementor-heading-title {
    margin: 0;

    color: #FFFFFF;

    font-size:
        clamp(38px, 5vw, 68px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;

    text-shadow:
        0 4px 20px rgba(0, 0, 0, 0.55);
}


/* ถ้ามี strong ใน Heading ให้เป็นสีทอง */

.hero-section
.elementor-heading-title strong {
    color: #F1CE64;

    background:
        linear-gradient(
            90deg,
            #C9972B,
            #F7DE82,
            #FFF0AE,
            #D4AF37
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hero-section .elementor-widget-text-editor {
    max-width: 760px;
}


.hero-section .elementor-widget-text-editor,
.hero-section .elementor-widget-text-editor p {
    color:
        rgba(255, 255, 255, 0.75);

    font-size:
        clamp(16px, 1.6vw, 18px);

    line-height: 1.75;
}


.hero-section
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BUTTON AREA
========================================================= */

.hero-section .hero-actions {
    display: flex;

    align-items: center;

    gap: 14px;

    flex-wrap: wrap;

    margin-top: 10px;
}


/* =========================================================
   BUTTON BASE
========================================================= */

.hero-section
.hero-actions
.elementor-button {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        13px 28px;

    border-radius: 12px;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}


/* =========================================================
   LOGIN BUTTON
========================================================= */

.hero-section
.login-btn
.elementor-button {
    color:
        #E8C85B !important;

    background:
        linear-gradient(
            180deg,
            #191919,
            #0B0B0B
        ) !important;

    border:
        1px solid rgba(212, 175, 55, 0.55) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 6px 18px rgba(0, 0, 0, 0.32);
}


.hero-section
.login-btn
.elementor-button:hover {
    color:
        #FFF0B2 !important;

    transform:
        translateY(-2px);

    border-color:
        #D4AF37 !important;

    box-shadow:
        0 9px 24px rgba(0, 0, 0, 0.42),
        0 0 16px rgba(212, 175, 55, 0.18);
}


/* =========================================================
   REGISTER BUTTON
========================================================= */

.hero-section
.register-btn
.elementor-button {
    position: relative;

    overflow: hidden;

    color:
        #090909 !important;

    background:
        linear-gradient(
            115deg,
            #8D6412 0%,
            #C99A28 20%,
            #F8DF7D 42%,
            #FFF0AD 52%,
            #DDB43B 68%,
            #A87516 100%
        ) !important;

    background-size:
        220% 220% !important;

    border:
        1px solid #F7DD7B !important;

    font-weight: 800;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 7px 20px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(212, 175, 55, 0.22);

    animation:
        heroGoldGradient
        4s
        ease
        infinite;
}


/* Shine */

.hero-section
.register-btn
.elementor-button::before {
    content: "";

    position: absolute;

    top: -60%;
    left: -60%;

    width: 30%;
    height: 220%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.18),
            rgba(255,255,255,0.90),
            rgba(255,255,255,0.18),
            transparent
        );

    transform:
        rotate(18deg);

    pointer-events: none;

    animation:
        heroGoldSweep
        3.8s
        ease-in-out
        infinite;
}


.hero-section
.register-btn
.elementor-button:hover {
    transform:
        translateY(-3px)
        scale(1.025);

    filter:
        brightness(1.08);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.65),
        0 10px 26px rgba(0, 0, 0, 0.40),
        0 0 20px rgba(245, 215, 110, 0.42),
        0 0 40px rgba(212, 175, 55, 0.16);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .hero-section {
        min-height: 590px;

        padding:
            70px
            22px;
    }
    
    .hero-actions {
       

        gap: 10px;
    }


    .hero-section
    .elementor-heading-title {
        font-size:
            clamp(36px, 5vw, 52px);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hero-section {
        min-height: auto;

        padding:
            56px
            16px;

        text-align: center;

        background:
            radial-gradient(
                circle at 50% 15%,
                rgba(212, 175, 55, 0.13),
                transparent 38%
            ),
            linear-gradient(
                180deg,
                #090909,
                #050505
            );
    }


    


    .hero-section
    .elementor-heading-title {
        font-size:
            clamp(32px, 10vw, 44px);

        line-height: 1.15;

        letter-spacing: -0.5px;
    }


    .hero-section
    .elementor-widget-text-editor {
        max-width: 100%;
    }


    .hero-section
    .elementor-widget-text-editor,
    .hero-section
    .elementor-widget-text-editor p {
        font-size: 15px;

        line-height: 1.7;
    }


    .hero-section
    .hero-actions {
        width: 100%;

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    .hero-section
    .login-btn,
    .hero-section
    .register-btn {
        width: 100%;
    }


    .hero-section
    .login-btn
    .elementor-button,

    .hero-section
    .register-btn
    .elementor-button {
        width: 100%;

        min-height: 48px;

        padding:
            11px
            12px;

        font-size: 14px;

        white-space: nowrap;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .hero-section {
        padding:
            45px
            13px;
    }


    .hero-section
    .hero-actions {
        gap: 8px;
    }


    .hero-section
    .login-btn
    .elementor-button,

    .hero-section
    .register-btn
    .elementor-button {
        min-height: 46px;

        padding:
            9px
            8px;

        font-size: 13px;
    }
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes heroGoldGradient {

    0% {
        background-position:
            0% 50%;
    }

    50% {
        background-position:
            100% 50%;
    }

    100% {
        background-position:
            0% 50%;
    }
}


@keyframes heroGoldSweep {

    0% {
        left: -60%;
    }

    38% {
        left: 145%;
    }

    100% {
        left: 145%;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hero-section *,
    .hero-section *::before,
    .hero-section *::after {
        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;
    }
}/* End custom CSS */