.demo-request-area {
    padding: 15px 0 10px;
    background-color: #f9f9f9;
}
footer{
    display: none;
}
.product-links a:hover {
    color: #FF9800;
}
section.demo-request-area .product-card img {
    max-height: 100%;
    width: 80% ! important;
    padding: 0 7%;
    margin-bottom: 0.1rem !important;
}
section.demo-request-area .product-description+.product-links {
    margin-top: 10px;
    margin-bottom: 16px !important;
}
.product-discover {
    padding: 10px 15px 0px 15px;
}
.product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card:hover {
    border: 1px solid #199a60;
}
.product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-card img {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 7%;
    display: block;
}
.container.px-3.px-md-5 {
    margin-bottom: 2%;
    margin-top: 1%;
}
@media screen and (max-width: 768px) {
    section.demo-request-area .product-description {
        font-size: 14px;
    }
    section.demo-request-area .product-action-buttons {
        flex-direction: row;
    }
    .product-card img {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 7%;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .product-card img {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 7%;
        display: block;
    }
}


img {
    max-width: 100%;
    height: auto;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0;
}

.product-title a {
    color: #212121;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #198754;
}

/* .product-description {
        font-size: 15px;
        color: #666;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
        line-height: 1.6;
    } */

.product-description {
    font-size: 20px;
    color: #666;
    text-align: center;
    padding: 0 15px;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.product-description+.product-links {
    margin-top: 10px;
    margin-bottom: 10px;
}



.product-action-buttons {
    text-align: center;
    padding-bottom: 20px;
    background-color: transparent;
}

.request-demo-btn {
    all: unset;
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
    font-size: 18px;
}


/* .request-demo-btn {
    background-color: #0b1f44;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    transition: background-color 0.3s ease;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.request-demo-btn:hover {
    background-color: #ffc107;
    color: #0b1f44;
} */

@media (max-width: 576px) {
    .product-discover:first-child {
        padding-top: 2rem !important;
    }
}

.product-links a {
    font-size: 1.1rem;
    text-decoration: none !important;
    color: #008f4f;
    font-weight: 500;
    vertical-align: middle;
}

.link-separator {
    padding: 0 8px;
    color: #999;
    font-size: 1.1rem;
}

#state {
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
}

.select-wrapper .nice-select {
    padding: 10px 12px;
    height: auto;
    line-height: 1.5;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select-wrapper .nice-select:after {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: #666;
}

.select-wrapper .nice-select.open,
.select-wrapper .nice-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

/* #createDealerFormModal,
#createDealerFormModal .modal-dialog,
#createDealerFormModal .modal-content {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
} */


#createDealerFormModal {
    overflow: visible !important;
    max-height: none !important;
}

#createDealerFormModal .modal-dialog {
    max-height: none !important;
}

#createDealerFormModal .modal-content {
    max-height: none;
}

.select-wrapper .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1055;
}
.request-demo-btn {
    color: #008f4f !important;
    border: 1px solid #27a36f ! important;
    border-radius: 5px;
    padding: 1%;
    padding: 0.5rem 1rem;
    text-decoration: none !important;
    margin: 0;
    margin-right: 6px;
    font-size: 1.0rem;
    line-height: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 143, 79, 0.35);
}
.request-demo-btn:hover {
    color: #fff !important;
    border: 1px solid #FF9800 ! important;
    background-color: #FF9800;
}

/* ── Page header banner ──────────────────────────────────────────────── */
.demo-page-header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.demo-award-banner {
    background-color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}
.av-award-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.2px;
}
.av-award-seg {
    display: inline-block;
    white-space: nowrap;
}
.av-award-seg + .av-award-seg {
    margin-left: 0.4rem;
}
.av-award-text .av-red {
    color: #d32f2f;
}
.av-award-text .av-blue {
    color: #1a3a8f;
}
.av-award-text .av-date {
    color: #222;
}
.demo-page-header .text-white {
    color: #199a60 !important;
}
.demo-header-logo {
    height: 48px;
    width: auto;
}
.text-red {
    color: #ff0000 !important;
}
.btn-kr-outline .bi-youtube,
.btn-kr-outline .bi-tv {
    font-size: 48px;
    line-height: 1;
}
.btn-kr-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #199a60;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    /* text-decoration: none; */
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.15s ease;
}
/* .btn-kr-outline:hover {
    background-color: rgba(25, 154, 96, 0.12);
    color: #0e6b43;
    text-decoration: underline;
    transform: translateY(-1px);
} */
.btn-kr-outline:active {
    transform: translateY(0);
    background-color: rgba(25, 154, 96, 0.18);
}
.btn-lg-kr {
    font-size: 1.75rem;
    padding: 0.45rem 1rem;
}

/* ── Tablet (sm–md: ≤991px) ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .product-links a,
    .link-separator {
        font-size: 0.95rem;
    }
    .product-action-buttons {
        padding-bottom: 12px;
    }
    .product-description {
        font-size: 15px;
        padding: 0 8px;
    }
    .btn-lg-kr {
        font-size: 1.2rem;
        padding: 0.35rem 0.75rem;
    }
    .btn-kr-outline .bi-youtube,
    .btn-kr-outline .bi-tv {
        font-size: 30px;
    }
}

/* ── Mobile (xs: ≤576px) ────────────────────────────────────────────── */
@media (max-width: 576px) {
    .demo-page-header h3 {
        font-size: 1.15rem;
        gap: 0.5rem !important;
    }
    /* Title on line 1, Playlist | TV on line 2 */
    .header-brand,
    .header-actions {
        flex: 0 0 100%;
        justify-content: center;
    }
    .header-sep {
        display: none;
    }
    .demo-header-logo {
        height: 34px;
    }
    .btn-lg-kr {
        font-size: 1rem;
        padding: 0.3rem 0.6rem;
    }
    .btn-kr-outline .bi-youtube,
    .btn-kr-outline .bi-tv {
        font-size: 22px;
    }
    .product-description {
        font-size: 13px;
        padding: 0 6px;
    }
    .product-discover {
        padding: 8px 8px 0 8px;
    }
    .product-action-buttons {
        padding-bottom: 10px;
    }
    .product-links a,
    .link-separator {
        font-size: 0.9rem;
    }
    .request-demo-btn {
        font-size: 0.9rem;
        padding: 0.45rem 0.75rem;
    }
    .demo-award-banner {
        flex-wrap: nowrap !important;
        justify-content: space-evenly !important;
        gap: 0.75rem !important;
        padding: 12px 10px;
    }
    .demo-award-banner .demo-award-img {
        max-height: 80px !important;
        max-width: 50%;
        width: auto;
        object-fit: contain;
    }
    .av-award-text {
        font-size: 0.8rem;
        text-align: left;
        padding: 6px 12px;
    }
    .av-award-text .av-award-seg {
        display: block;
    }
    .av-award-text .av-award-seg + .av-award-seg {
        margin-left: 0;
    }
}

/* fallback logo for products without a product image */
section.demo-request-area .product-card img.product-logo-fallback {
    max-height: 110px;
    width: auto !important;
    padding: 0.5rem 20%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* ── Videos dropdown inside product-links ────────────────────────────── */
.product-links .dropdown {
    display: inline-flex;
    align-items: center;
}
.product-links .dropdown-toggle {
    min-height: auto;
}
.product-links .dropdown-item {
    color: #333;
    font-weight: 400;
    font-size: 0.9rem;
    min-height: auto;
}
.product-links .dropdown-item:hover {
    color: #008f4f;
    background-color: #f0fdf6;
}
.product-links .dropdown-item i {
    margin-right: 4px;
}