/* vietnamese */
@font-face {
    font-family: 'Story Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Story Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Story Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== GLOBAL RESET ===== */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    box-sizing: border-box;
}

/* ===== GLOBAL IMAGE FIX ===== */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #1e0e0f;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
}

body, p {
    line-height: 1.8em;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ffcc36;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    background: 0 0;
    font-weight: 600;
    line-height: 1.6em;
    color: #ffcc36 !important;
}

button {
    font-family: 'Open Sans', sans-serif;
}

li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===== AUTO CONTAINER ===== */
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

/* ===== HEADER ===== */
.main-header .header-top {
    position: relative;
    border-top: 2px solid #ff6501;
}

.main-header .header-top img {
    border-bottom: 2px solid #ff6501;
    max-width: 100%;
    height: auto;
}

/* ===== DEFAULT SECTION ===== */
.default-section {
    position: relative;
    padding: 40px 0 30px;
}

.default-section .column {
    position: relative;
    margin-bottom: 3px;
}

.default-section .text-column .title-box {
    position: relative;
    margin-bottom: 25px;
}

.default-section .text-column .title-box h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #00c6ff;
}

.default-section .text-column .title-box h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4em;
    color: #1c2125;
}

.default-section .text-column .text {
    padding-bottom: 20px;
}

.default-section .text-column .text p {
    margin-bottom: 20px;
}

.default-section .text-column .text h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    color: #1c2125;
}

.default-section h2.default-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4em;
    color: #1c2125;
    margin-bottom: 40px;
}

.default-section .gallery-column .row {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 30px;
}

.default-section .gallery-column .img-column {
    float: left;
    padding: 0 5px;
}

.default-section .gallery-column .image-box {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.default-section .gallery-column .image-box img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.default-section .gallery-column .image-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* ===== TABLE ===== */
table, th, td {
    border: 1px solid yellow;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table th, td h3 {
    font-size: 24px;
    text-align: center;
}

.table-box h2 {
    margin-bottom: 45px;
}

/* ===== CONTAINER ===== */
.container {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

.container span {
    font-size: 20px;
    margin-right: 15px;
}

.container img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

/* ===== SIDEBAR ===== */
.sidebar-page-container {
    border-top: 5px solid #9b5b04;
    border-bottom: 5px solid #9b5b04;
    position: relative;
    padding: 40px 0 30px;
    background: #1e0e0f;
}

.redbg {
    background: red !important;
}

.clearfix:before {
    display: table;
    content: " ";
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 40px;
    background: #3b9afa;
    padding: 10px;
    border-radius: 5px;
}

.sidebar .sidebar-title {
    background: #1e0e0f;
    border: 1px solid #ffa112;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    text-align: center !important;
}

.sidebar .sidebar-title h2 {
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}

/* ===== WRAPPER ===== */
.wrapper {
    max-width: 75%;
    margin: auto;
}

.wrapper > p,
.wrapper > h1 {
    margin: 1.5rem 0;
    text-align: center;
}

/* ===== FAQ / ACCORDION ===== */
.faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 0.8rem;
    width: 100%;
    padding: 1.2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion i {
    font-size: 1.6rem;
}

.pannel {
    padding: 1rem 2rem 2.5rem 2rem;
    background-color: #f1f7f5;
    overflow: hidden;
    display: none;
}

.pannel p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.8rem;
    line-height: 1.4;
}

/* ===== SOCIAL ICONS ===== */
.social {
    padding: 15px;
    margin: 5px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social a {
    font-size: 30px;
    color: #F4FFFE;
    border-style: groove;
    border-color: grey;
    padding: 10px;
    margin: 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

/* ===== FOOTER ===== */
.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    z-index: 1;
}

/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Large Desktop (1200px - 1024px) */
@media (max-width: 1199px) {
    .auto-container {
        max-width: 960px;
    }
    .wrapper {
        max-width: 85%;
    }
}

/* 1024px Fix - Landscape Tablet / Small Laptop */
@media (max-width: 1024px) {
    .auto-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .wrapper {
        max-width: 90%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .default-section .gallery-column .row {
        padding-right: 0;
    }
    .default-section .gallery-column .image-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .container img {
        max-width: 150px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (max-width: 991px) {
    .auto-container {
        max-width: 720px;
    }
    .wrapper {
        max-width: 90%;
    }
    .default-section {
        padding: 30px 0 20px;
    }
    .default-section h2.default-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .default-section .text-column .title-box h2 {
        font-size: 22px;
    }
    .default-section .text-column .text h2 {
        font-size: 20px;
    }
    .sidebar-page-container {
        padding: 30px 0 20px;
    }
    .social a {
        font-size: 24px;
        padding: 8px;
        margin: 6px;
    }
    table th, td h3 {
        font-size: 18px;
    }
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    h3 { font-size: 20px; }
}

/* Tablet Portrait (576px - 767px) */
@media (max-width: 767px) {
    .auto-container {
        max-width: 540px;
        padding: 0 10px;
    }
    .wrapper {
        max-width: 95%;
    }
    body {
        font-size: 13px;
    }
    .default-section {
        padding: 20px 0 15px;
    }
    .default-section h2.default-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .default-section .text-column .title-box h2 {
        font-size: 20px;
    }
    .default-section .text-column .title-box h4 {
        font-size: 15px;
    }
    .default-section .text-column .text h2 {
        font-size: 18px;
    }
    .default-section .gallery-column .row {
        padding-right: 0;
    }
    .sidebar-page-container {
        padding: 20px 0 15px;
    }
    .sidebar .sidebar-title h2 {
        font-size: 18px;
    }
    .social {
        padding: 10px;
        gap: 5px;
    }
    .social a {
        font-size: 20px;
        padding: 8px;
        margin: 5px;
    }
    table th, td h3 {
        font-size: 15px;
    }
    .table-box h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .accordion {
        padding: 1rem 1.5rem;
        font-size: 0.75rem;
    }
    .pannel {
        padding: 0.8rem 1.2rem 1.5rem 1.2rem;
    }
    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }
}

/* Mobile (max 575px) */
@media (max-width: 575px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .auto-container {
        max-width: 100%;
        padding: 0 12px;
        margin: 0;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    body {
        font-size: 15px;
    }

    .default-section {
        padding: 15px 0 10px;
    }

    .default-section h2.default-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .default-section .text-column .title-box h2 {
        font-size: 20px;
    }

    .default-section .text-column .title-box h4 {
        font-size: 16px;
    }

    .default-section .text-column .text h2 {
        font-size: 19px;
    }

    .sidebar-page-container {
        padding: 15px 0 10px;
        border-top: 3px solid #9b5b04;
        border-bottom: 3px solid #9b5b04;
    }

    .sidebar .sidebar-widget {
        margin-bottom: 20px;
        padding: 8px;
    }

    .sidebar .sidebar-title h2 {
        font-size: 19px;
    }

    .social {
        padding: 8px 12px;
        margin: 0;
        gap: 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .social a {
        font-size: 18px;
        padding: 7px;
        margin: 4px;
        border-radius: 5px;
    }

    /* Table — no horizontal scroll, text wraps properly */
    table {
        display: table;
        overflow-x: visible;
        white-space: normal;
        width: 100%;
        word-break: normal;
        table-layout: auto;
    }

    table th,
    table td {
        white-space: normal;
        word-break: normal;
        word-wrap: normal;
        hyphens: none;
        padding: 6px 4px;
        min-width: 55px;
    }

    table th, td h3 {
        font-size: 13px;
    }

    .table-box h2 {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .accordion {
        padding: 0.8rem 1rem;
        font-size: 0.85rem;
    }

    .accordion i {
        font-size: 1.2rem;
    }

    .pannel {
        padding: 0.6rem 1rem 1.2rem 1rem;
    }

    .pannel p {
        font-size: 0.85rem;
    }

    .container {
        padding: 12px;
        margin: 10px 0;
    }

    .container img {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
        max-width: 120px;
    }

    h1 { font-size: 23px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }
    h5 { font-size: 15px; }

    .footer-bottom {
        font-size: 13px;
        padding: 12px 10px;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Very Small Mobile (max 375px) */
@media (max-width: 375px) {
    .auto-container {
        padding: 0 8px;
    }

    body {
        font-size: 14px;
    }

    .social {
        padding: 6px 8px;
        margin: 0;
    }

    .social a {
        font-size: 16px;
        padding: 6px;
        margin: 3px;
    }

    .accordion {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }

    table th, td h3 {
        font-size: 13px;
    }

    h1 { font-size: 21px; }
    h2 { font-size: 18px; }
    h3 { font-size: 16px; }
    h4 { font-size: 15px; }

    .footer-bottom {
        font-size: 12px;
        padding: 10px 8px;
    }
}
