/* @import url(../fonts/Speedee.woff); */

@font-face {
    font-family: "Speedee";
    src: url("../fonts/Speedee_Reguler.ttf");
    font-weight: normal;
}

/* @font-face {
    font-family: "Speedee";
    src: url("../fonts/Speedee_Light.ttf");
    font-weight: lighter;
} */

@font-face {
    font-family: "Speedee";
    src: url("../fonts/Speedee_Bold.ttf");
    font-weight: bold;
}

body {
    background: #ede4e3;
    font-family: "Speedee", sans-serif;
}

:root {
    --theme-dark-red: #8f1518 !important;
    --theme-red: #da291c !important;
    --theme-yellow: #ffc72c !important;
    --theme-dark: #27251f !important;
    --theme-yellow-lite: #ffedbb !important;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}

a {
    color: var(--theme-dark);
}

p {
    color: var(--theme-dark);
}

.product-cart-wrap .product-action-1 button:last-child,
.product-cart-wrap .product-action-1 a.action-btn:hover {
    background-color: var(--theme-yellow);
    color: var(--theme-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Speedee", sans-serif;
    color: #27251f;
    font-weight: 600;
    line-height: 1.2;
}

.text-spartan {
    font-family: "Speedee", sans-serif !important;
    font-weight: 600 !important;
}

.text-speedee {
    font-family: "Speedee", sans-serif !important;
}

.text-speedee-bold {
    font-family: "Speedee", sans-serif !important;
    font-weight: bold !important;
}

a.text-speedee:hover {
    color: var(--theme-yellow) !important;
}

.text-yellow {
    color: var(--theme-yellow) !important;
}

.bg-white {
    background: white !important;
}

.product-cart-wrap .product-action-1 button:after,
.product-cart-wrap .product-action-1 a.action-btn:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: var(--theme-dark);
    background-color: var(--theme-yellow);
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.product-cart-wrap .product-action-1 button,
.product-cart-wrap .product-action-1 a.action-btn {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50px;
    background-color: var(--theme-yellow-lite);
    text-align: center;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    border: none;
}

.hero-slider-content-2 p {
    width: auto !important;
}

.hero-section {
    height: 80vh;
    background-image: url("/assets/voter/imgs/shared/bg.png");
    background-size: cover;
    background-position: center;
}

.hero-text {
    font-family: "Speedee";
    color: var(--theme-dark);
    top: -250px;
    right: 0;
    bottom: 0;
    left: 0;
}

.cta-theme {
    display: inline-block;
    background: var(--theme-yellow);
    border-radius: 100px;
    padding: 18px 30px 12px 30px;
    width: auto;
}

.logo.logo-width-1 a img {
    width: 120px;
    min-width: 120px;
    z-index: 999;
    top: 10px;
}

.gslide-image img {
    border-radius: 16px;
}

.btn,
.button {
    display: inline-block;
    border: none;
    font-size: inherit;
    font-weight: 700;
    padding: 18px 30px 12px 30px;
    border-radius: 100px;
    color: var(--theme-dark);
    border: none;
    cursor: default;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.8px;
}

.header-middle-ptb-1 {
    padding: 4px 0 0 0;
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 4px solid var(--theme-yellow);
    background: #fff;
}

.nav-tabs .nav-link.active {
    color: var(--theme-dark);
    background-color: var(--theme-yellow);
}

.nav-tabs .nav-link {
    background-color: #eeeeee;
    font-size: 15px;
    margin: 0 18px;
    margin-left: 10px;
    color: #444;
    /* border-radius: 50px; */
    padding: 18px 24px 15px 24px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-family: "Speedee", sans-serif;
    font-weight: 600;
    line-height: 1;
}

.nav-tabs .nav-link:hover {
    color: white;
    background-color: var(--theme-red);
}

.product-cart-wrap {
    position: relative;
    background-color: white;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.product-cart-wrap .product-content-wrap h2 a:hover {
    color: var(--theme-yellow);
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-red);
}

.newsletter {
    background-color: var(--theme-yellow);
}

.text-54 {
    font-size: 54px;
}

.text-24 {
    font-size: 24px;
}

.text-16 {
    font-size: 16px !important;
}

.modal-header {
    padding: 1rem 2rem;
}

.modal-body {
    padding: 2rem;
}

.btn-register {
    padding: 12px 30px;
    letter-spacing: 0px;
    border-radius: 4px;
}

.btn-register:hover {
    background-color: var(--theme-red);
    color: white !important;
    transform: translateY(-4px);
    transition: ease-in 0.2s;
}

.bg-square {
    position: absolute;
    left: auto;
    top: 150px;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: 70%;
    max-width: 45%;
    min-width: 300px;
    background-color: none;
    background: none;
    /* background: url("assets/voter/imgs/shared/logo_mcd.png"); */
    z-index: -1;
    max-height: 1200px;
}

.product-tabs {
    margin-top: -8%;
}

.text-vote {
    margin-top: 150px !important;
}

.custom-modal .modal-dialog {
    max-width: 450px !important;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.popup-modal {
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

.img-vote {
    max-width: 50vw;
    padding-top: 3%;
}

.modal-content {
    border: none;
}

@media (max-width: 568px) {
    .product-cart-wrap .product-img-action-wrap .product-img {
        height: 300px;
    }

    .img-vote {
        max-width: 90%;
        padding-top: 8%;
    }

    .text-vote {
        margin-top: 72px !important;
    }

    .text-54 {
        font-size: 28px;
    }

    .text-24 {
        font-size: 16px;
    }

    .text-16 {
        font-size: 14px;
    }

    .hero-section {
        height: 40vh;
    }

    .product-tabs {
        margin-top: -22%;
    }

    .hero-text {
        top: -80px;
    }

    .product-cart-wrap .product-content-wrap h2 {
        font-size: 14px;
        font-weight: 600;
    }

    .product-cart-wrap .product-content-wrap .product-category {
        margin-top: 2px !important;
    }

    .logo.logo-width-1 a img {
        width: 60px;
        min-width: 88px;
        z-index: 99999;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .hero-section {
        height: 40vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hero-section {
        height: 40vh;
    }
}

.border-bt-yellow {
    border-bottom: 4px solid var(--theme-yellow);
}

.btn-red {
    background-color: var(--theme-red);
    color: white !important;
    border-radius: 4px;
    transition: 0.2s;
}

.btn-red:hover {
    background-color: var(--theme-yellow);
    color: var(--theme-dark);
    transform: translateY(-4px);
}

.icon-hover:hover {
    transform: translateY(-4px);
    transition: 0.2s;
}

/* Hover colors for unvoted cards (yellow background) */
.product-card-bottom:not(.bg-theme-yellow) .icon-hover:hover {
    color: var(--theme-yellow);
}

/* Hover colors for voted cards (yellow background) */
.product-card-bottom.bg-theme-yellow .icon-hover:hover {
    color: var(--theme-red);
}

#scrollUp {
    width: 40px;
    height: 40px;
    background-color: var(--theme-red);
    color: #ffffff;
    right: 30px;
    bottom: 30px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999 !important;
}

.max-wd-100 {
    max-width: 100px;
}

body.modal-open {
    overflow: visible !important;
    padding-right: 0px !important;
}

.product-cart-wrap-16 {
    border-radius: 16px !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.product-card-bottom {
    background-color: #f2f2f2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    gap: 0.5rem !important;
}

.product-card-bottom .product-price span {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-dark);
}

.product-card-bottom .product-action-1 a.action-btn {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    color: var(--theme-red);
}

.bor-rounded {
    border-radius: 16px !important;
}

.fs-18px {
    font-size: 18px;
}

.icon:hover {
    color: var(--theme-dark);
}

/* Checkbox alignment final fix */
.custome-checkbox .form-check-label {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.custome-checkbox .form-check-label::before {
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    position: absolute;
    top: 8px;
    left: 3px;
    transform: rotate(-45deg);
}

.select2-container {
    max-width: 100% !important;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: var(--theme-yellow);
    border-color: var(--theme-yellow);
    color: var(--theme-dark);
}

.form-check-label a {
    color: var(--theme-red);
}

.form-check-label a:hover {
    color: var(--theme-yellow);
    transition: all 0.2s;
}

#pin-container {
    gap: 10px;
}

#pin-confirmation-container {
    gap: 10px;
}

.pin-input {
    width: 45px;
    height: 55px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: border-color 0.3s;
}

.pin-input:focus {
    border-color: var(--theme-yellow);
    outline: none;
    box-shadow: 0 0 5px rgba(255, 199, 44, 0.5);
}

.btn-red-register {
    padding: 12px 30px;
}

.mobile-header-user-menu .cart-dropdown-wrap {
    display: none;
}

.mobile-header-user-menu .cart-dropdown-wrap.open {
    display: block;
    top: 40px;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.mobile-header-user-menu .fi-rs-user {
    color: var(--theme-dark);
}

.rounded-notification {
    position: absolute;
    color: #ffffff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
}

.header-action-2 .mini-cart-icon {
    position: relative;
}

.header-action-2 .pro-count {
    position: absolute;
    top: -11px;
    right: 5px;
    color: var(--theme-dark);
    height: 22px;
    width: 22px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background-color: var(--theme-yellow);
    border: 2px solid white;
}

@media (max-width: 767.98px) {
    .header-action-2 .pro-count {
        top: -6px;
        right: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-wrap .header-right {
        overflow: visible;
    }
}

.bg-theme-yellow {
    background-color: var(--theme-yellow) !important;
}

.bg-theme-yellow-lite {
    background-color: var(--theme-yellow-lite) !important;
}

.text-black {
    color: var(--theme-dark) !important;
}

.nav-tabs-custom {
    border-bottom: none;
    position: relative;
    /* Put tabs layer on top of the content pane */
    z-index: 2;
}

/* General style for the tab buttons */
.nav-tabs-custom .nav-link {
    width: 100%;
    margin: 0;
    border: none;
    background-color: transparent;
    /* Increase vertical padding here to add space */
    padding: 1.25rem 1rem;
    /* Changed from 0.75rem */
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    color: #903b2d;
    /* Add a transition for a smoother color change */
    transition: background-color 0.2s ease-in-out;
}

.nav-tabs-custom .nav-link:not(.active) {
    background-color: #d32f2f;
    /* The red color from your image */
    color: #fff;
    /* White text on hover */
}

/* Style for the ACTIVE tab */
.nav-tabs-custom .nav-link.active {
    /* Background color matches the content area */
    background-color: var(--theme-yellow-lite);
    /* The red text color from the image */
    color: black;
    font-weight: bold;
    /* Optional: to match the underline in the image */
    /* text-decoration: underline;
    text-underline-offset: 4px; */
}

/* The content area styling */
.tab-content-custom {
    /* Same background as the active tab */
    background-color: #fffbf6;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    /* This is the key: pull the content up to sit behind the tabs */
    margin-top: -12px;
    position: relative;
    /* Place the content pane behind the tabs */
    z-index: 1;
}

.nav-lock:hover {
    transform: none !important;
}

.nav-modal-no-radius {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.custome-checkbox-black .form-check-label::before {
    border: 2px solid black;
}

.ph-size-24 {
    font-size: 24px;
}

.ph-fill {
    color: red;
}

.sort-by-product-wrap-custom {
    border: none !important;
}

.col-lg-3.col-md-4.col-6 {
    display: flex;
}

.product-cart-wrap-16 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-content-wrap {
    flex-grow: 1;
}

h2.work-title a {
    line-height: 1.2;
    cursor: default;
}

.work-description span,
.work-description a {
    line-height: 1 !important;
}

.sort-by-dropdown-custom ul li a:hover {
    color: var(--theme-dark) !important;
    background-color: var(--theme-yellow) !important;
}

.sort-by-dropdown-custom ul li a.active::before {
    color: var(--theme-dark) !important;
}

/* Match the exact styling of shop-product-fillter dropdown */
.custom_select .select2-container--default .select2-selection--single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: var(--theme-dark-red) !important;
    border: 1px solid var(--theme-dark-red) !important;
    color: white !important;
    padding: 17px 21px !important;
    border-radius: 8px !important;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    cursor: pointer !important;
    height: 59px !important;
    min-height: 59px !important;
    box-sizing: border-box !important;
    font-family: "Speedee", sans-serif !important;
    font-weight: 600 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: white !important;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .custom_select .select2-container--default .select2-selection--single {
        /* padding: 0.75rem !important; */
        height: auto !important;
        min-height: auto !important;
    }
}

.custom_select
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--theme-dark) !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: "Speedee", sans-serif !important;
}

.custom_select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50% !important;
    right: 21px !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    width: auto !important;
}

.custom_select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: var(--bs-white) transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

.custom_select .select2-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* Dropdown styling to match theme */
.custom_select .select2-dropdown {
    border: 1px solid #eef0ee !important;
    border-radius: 0 0 8px 8px !important;
    background: #fff !important;
}

.custom_select .select2-results__option {
    padding: 8px 21px !important;
    font-family: "Speedee", sans-serif !important;
    font-weight: 500 !important;
    color: var(--theme-dark) !important;
}

.custom_select .select2-results__option--highlighted {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-dark) !important;
}

.shop-product-fillter
    .sort-by-product-area
    .sort-by-product-wrap
    .sort-by-dropdown-wrap
    span {
    font-family: "Speedee", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4f5d77;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-dark-red);
    border: 1px solid #f7f8f9;
    color: white;
    padding: 17px 21px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #e2e9e1;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-dark) !important;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--theme-yellow) !important;
}

@media (min-width: 768px) {
    .text-md-nowrap {
        white-space: nowrap !important;
    }
}

.input-group-text {
    background-color: white !important;
}

.input-group .form-control {
    background-color: white !important;
}

.input-group .form-control:focus {
    background: transparent !important;
    border: 1px solid #88c1be !important;
}

.input-group:focus-within .input-group-text {
    background-color: transparent !important;
    border: 1px solid #88c1be !important;
}

.terms h4 {
    margin-bottom: 12px !important;
    margin-top: 40px;
}

button.submit,
button[type="submit"] {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-dark) !important;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    border: none !important;
}

button.submit:hover,
button[type="submit"]:hover {
    background-color: var(--theme-red) !important;
    color: white !important;
    transform: translateY(-4px);
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    transform: translateY(-4px);
}

.btn-yellow {
    color: var(--theme-dark) !important;
    background-color: var(--theme-yellow) !important;
}

.btn-yellow:hover {
    color: white !important;
    background-color: var(--theme-red) !important;
    transform: translateY(-4px);
}

::selection {
    background: var(--theme-yellow) !important;
    color: var(--theme-dark) !important;
}

.modal-xl .modal-content {
    background: transparent !important;
}

.rounded-35 {
    border-radius: 35px !important;
}

/* Responsive Kontestan Card Images */
.voter-kontestan-img-container {
    height: 300px;
    /* Taller height for desktop */
    overflow: hidden !important;
    background-color: #f8f9fa;
}

/* Responsive height for mobile devices */
@media (max-width: 767.98px) {
    .voter-kontestan-img-container {
        height: 220px;
        /* Shorter height for mobile */
    }
}

.voter-kontestan-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voter-kontestan-img-container a {
    display: block;
    height: 100%;
}

.text-danger {
    color: var(--theme-red) !important;
}

.btn-success {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-dark) !important;
}

.btn-success:hover {
    background-color: var(--theme-red) !important;
    color: white !important;
    transform: translateY(-4px);
}

#logoutConfirmationModal {
    z-index: 1060;
    /* Higher than Bootstrap's default modal z-index (1050) */
}

.icon-email {
    max-width: 100px !important;
}

.icon-circle-bg {
    background-color: var(--theme-dark);
    color: white !important;
    border-radius: 50%;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 1rem !important;
}

.mobile-section-divider {
    border-right: 2px solid var(--theme-dark);
}

.font-size-footer {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .mobile-section-divider {
        border-bottom: 2px solid var(--theme-dark);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-right: none;
    }

    .newsletter .font-size-20 {
        font-size: 16px;
    }

    .icon-email {
        width: 40px !important;
        object-fit: contain;
    }

    .icon-circle-bg {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

/* Hero Promo CTA */
.cta-promo {
    display: inline-block;
    background: var(--theme-yellow);
    border-radius: 10px;
    padding: 22px 30px 20px 30px;
    /* Increased right padding for image */
    width: auto;
    position: relative;
    /* Crucial for positioning the image */
}

.cta-promo .cta-fries-img {
    position: absolute;
    width: 75px;
    /* Adjust size as needed */
    bottom: -15px;
    /* Adjust vertical position */
    right: 25px;
    /* Adjust horizontal position */
    z-index: 2;
    /* Ensure it's above the container */
}

/* Responsive styles for the promo CTA */
@media (max-width: 767.98px) {
    .cta-promo {
        padding: 14px 9px 12px 9px;
        line-height: 18px;
        /* Adjust padding for mobile */
    }

    .cta-promo .cta-fries-img {
        width: 50px;
        /* Smaller image for mobile */
        bottom: 5px;
        /* Adjust vertical position for mobile */
        right: 15px;
        /* Adjust horizontal position for mobile */
    }

    .glightbox-clean .gnext {
        position: absolute;
        top: 47% !important;
        right: -9px !important;
        width: 31px !important;
        height: 38px !important;
    }

    .glightbox-clean .gprev {
        position: absolute;
        top: 47% !important;
        left: -9px !important;
        width: 31px !important;
        height: 38px !important;
    }
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #f3d104 !important;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgb(131 1 1) !important;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    opacity: 0.7 !important;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

@media screen and (max-height: 700px) {
    .product-tabs {
        margin-top: -20px;
    }

    .logo.logo-width-1 a img {
        width: 100px;
        min-width: 100px;
        padding-bottom: 0px !important;
    }

    .cta-promo {
        display: inline-block;
        background: var(--theme-yellow);
        border-radius: 10px;
        padding: 18px 8px 16px 8px;
        width: auto;
        position: relative;
        font-size: 18px;
        line-height: 22px;
    }

    .img-vote p:last-child {
        font-size: 18px !important;
    }
}

.daftar-disini-text {
    color: var(--theme-red) !important;
}

.daftar-disini-text:hover {
    color: var(--theme-dark) !important;
}

.masuk-disini-text {
    color: var(--theme-red) !important;
}

.masuk-disini-text:hover {
    color: var(--theme-dark) !important;
}

.gslide-image img {
    max-width: 90dvw !important;
}

.mcdonalds-text {
    color: var(--theme-dark) !important;
}

.mcdonalds-text:hover {
    color: var(--theme-red) !important;
}
