/* ฟอนต์ภาษาไทย */
body {
    font-family: 'Sarabun', sans-serif;
    line-height: 1.6;
    background-color: #ebebeb;
}

/* สีพื้นหลังและปุ่ม */
.bg-dark-blue {
    background-color: #002244;
}

.bg-velvet-green {
    background-color: #005f56;
}

.text-velvet-green {
    color: #005f56;
}

.text-velvet-blue {
    color: #002244;
}

.text-velvet-red {
    color: #ff0d0d;
}

.btn-velvet-green {
    background-color: #005f56;
    color: white;
    border: none;
}

.btn-velvet-green:hover {
    background-color: #004d45;
    color: white;
}

/* Header */
header h1 {
    font-size: 3.5rem;
}

header p {
    font-size: 1.25rem;
}

nav li.nav-item a.nav-link:hover {
    background-color: #072f57;
    font-weight: bold;
}

/* Image Grid */
.carousel-inner img {
    border-radius: 10px;
}

footer {
    font-size: 0.9rem;
}




h2.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Banner */
.banner img {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Product Card */
.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card img {
    width: 100%;
    height: auto;
}

.product-card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.product-card a:hover {
    text-decoration: none;
}

.product-card .card-body {
    text-align: center;
    padding: 1rem;
}

a.btn-jump-detail {
    padding: 10px 20px;
}

h3.font-weight-bold {
    padding-bottom: 10px;
}

.lead b {
    font-weight: 700;
    color: blue;
}

h5.iheader {
    background-color: wheat;
    color: #002244;
    padding: 10px 7px;
    border-radius: 3px;
}
h5.iheader_bonus {
    background: darkblue;
    border-radius: 3px;
    color: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5.idetail_bonus {
    line-height: 1.5;
}

ul.kk {
    list-style: inside;
}
ul.kt {
    list-style: none;
    padding-left: 10px;
}
ul.kk li, ul.kt li {
    font-size: 1.2rem;
    padding: 10px 0;
}
ul.kt li u {
    text-decoration-color: red;
}

.carousel-indicators li {
    background-color: #f00;
}

a.btn-green {
    padding: 9px 48px;
    background-color: #25990e;
    color: ghostwhite;
}
a.btn-green:hover {
    color: lime;
}

h5.iheader2 {
    background-color: darkblue;
    color: antiquewhite;
    padding: 13px;
    border-radius: 5px;
}
ul.price li {
    display: flex;
}
ul.price li span.regdetIndex {
    color: darkblue;
    font-weight: bold;
}
ul.price li span.regdetInfo {
    padding-left: 13px;
}

span.yellowlabel {
    background-color: yellow;
}
div.tick .tick-group {
    font-size: 0px;
}
div.tick .tick-group .tick-flip-panel {
    background-color: #a90606;
}
div.tick .tick-group .tick-label {
    font-size: 17px;
    color: darkgray;
}
div.tick .tick-group [data-key="value"] {
    /*font-size: clamp(min, preferred, max);*/
    font-size: clamp(35px, 3vw, 70px);
}

h5.iheaderq {
    background-color: #d9d9d9;
    color: #002244;
    padding: 10px 7px;
    border-radius: 3px;
}
#accordionKT .card-header {
    padding: .45rem 1.25rem;
}
#accordionKT .card-header:hover {
    font-weight: bolder;
    text-decoration: underline;
}
#accordionKT .card-body {
    text-align: left;
    padding-left: 50px;
}

div.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
div.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
}



/* thank you page */
a.btn-thankyou {
    padding-top: 15px;
    padding-bottom: 15px;
}
span.thkyou-red {
    font-weight: bold;
    color: red;
    font-style: italic;
    text-decoration: underline;
}