body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

@font-face {
    font-family: 'thonburiregular';
    src: url('../fonts/ThonBuri/thonburi-01-webfont.woff2') format('woff2'), url('../fonts/ThonBuri/thonburi-01-webfont.woff') format('woff'), url('../fonts/ThonBuri/Thonburi-01.ttf') format('truetype'), url('../fonts/ThonBuri/thonburi-01-webfont.svg#thonburiregular') format('svg');
    unicode-range: U+0E00-U+0E7F;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heavent';
    src: url('../fonts/db_heavent_li_v3.2.woff2') format('woff2'), url('../fonts/db_heavent_li_v3.2.woff') format('woff'), url('../fonts/db_heavent_li_v3.2.ttf') format('truetype'), url('../fonts/db_heavent_li_v3.svg#db_heavent') format('svg');
    unicode-range: U+0E00-U+0E7F;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'db_heavent';
    src: url('../fonts/DB Heavent/db_heavent_med_v3.2.woff2') format('woff2'), url('../fonts/DB Heavent/db_heavent_med_v3.2.woff') format('woff'), url('../fonts/DB Heavent/db_heavent_med_v3.2.ttf') format('truetype');
    unicode-range: U+0E00-U+0E7F;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heavent';
    src: url('../fonts/DB Heavent/db_heavent_bd_v3.2.woff2') format('woff2'), url('../fonts/DB Heavent/db_heavent_bd_v3.2.woff') format('woff'), url('../fonts/DB Heavent/DB Heavent Bd v3.2.ttf') format('truetype');
    unicode-range: U+0E00-U+0E7F;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura/futura-medium-01.woff2') format('woff2'), url('../fonts/Futura/futura-medium-01.woff') format('woff'), url('../fonts/Futura/Futura-Medium-01.ttf') format('truetype');
    unicode-range: U+0E00-U+0E7F;
    font-weight: normal;
    font-style: normal;
}



.coupon-container {
    position: relative;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    width: min(600px, 100%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.coupon-code {
    font-family: Arial, sans-serif;
    flex: 1;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    border: 2px dashed #00b14f;
}

.copy-button {
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    background-color: #00b14f;
    color: white;
    border: none;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.copy-button span.futura {
    font-size: 12px;
    font-weight: 400;
}

.coupon-container p {
    color: #000 !important;
}

.futura {
    font-family: futura;
}

body.blue .coupon-container p {
    font-size: 18px;
    font-weight: bold;
}

body.blue .coupon-container p.futura {
    font-size: 12px;
}

body.blue div.description p {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    font-family: 'db_heavent', 'futura', sans-serif;
}

body.blue div.description p strong,
body.blue div.description p b {
    font-weight: bold;
}

body.blue div.description a {
    font-size: 18px;
    font-weight: 200;
    color: #E6E531;
}

.coupon-container a[href^=tel] {
    color: #000 !important;
}

body.blue div.description a:hover {
    font-size: 18px;
    font-weight: 200;
    color: #ccc;
}

.tooltip {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position the tooltip above the button */
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.columns-2 {
    columns: 2;
}

.columns-3 {
    columns: 3;
}

.loading {
    background: url("../images/30.gif")no-repeat center center transparent !important;
}

.tab-active {
    border-bottom: 2px solid #333;
    /* Tailwind's blue-600 */
    color: #fff !important;
    /* Tailwind's blue-600 */
    font-weight: bold;
    background-color: #333 !important;
}
.tab-active:hover {
    background-color: #000;
}

.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.hidden {
    display: none;
}

.coupon-item {
    background-size: 150px 150px;
    /* Size of the background image */
    background-position: center left;
    /* Positioning of the background image */
    background-repeat: no-repeat;
    /* Prevent repeating the image */
}

.tab-button {
    transition: background-color 0.3s ease;
}

.tab-button:hover {
    background-color: #3b82f6;
    /* Lighter blue on hover */
}


.coupon-container {
    position: relative;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    width: min(600px, 100%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.coupon-code {
    font-family: Arial, sans-serif;
    flex: 1;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    border: 2px dashed #00b14f;
}

.copy-button {
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    background-color: #00b14f;
    color: white;
    border: none;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.copy-button span.futura {
    font-size: 12px;
    font-weight: 400;
}

.coupon-container p {
    color: #000 !important;
}