body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    background-color: #fff !important;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .dropdown-menu {
        position: fixed !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: 70vh;
        overflow-y: auto;
        z-index: 1050;
    }
}
a:link {
    text-decoration: none;
}
a:hover {
    color: #f70;
    text-decoration: none;
}
h1, h2, h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500 !important;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.8em;
    font-weight: 700 !important;
}
h3 {
    font-size: 1.6em;
}
.h4 {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}
.h5 {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}
.nav-item {
    letter-spacing: -.5px;;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
}
.ph-sm {
    font-size: 1.2em;
}
.ph-lg {
    font-size: 1.5em;
}
.ph-2x {
    font-size: 2em;
}
.ph-3x {
    font-size: 3em;
}
#logo img {
    height: 40px !important;
    width: auto !important;
}
.bg-ttv {
    background: #0b4e89 !important;
    color: #000 !important;
}
.bg-ttv a,
.bg-ttv .nav-link,
.bg-ttv .navbar-brand,
.bg-ttv .btn {
    color: #fff !important;
}
.bg-ttv a:hover,
.bg-ttv .nav-link:hover,
.bg-ttv .navbar-brand:hover,
.bg-ttv .btn:hover {
    color: #fc0 !important;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #fc0 !important;
    background-color: transparent !important;
}
.bg-ttv .navbar-toggler i {
    color: #fff !important;
}
.border-footer {
    border-color: #d8d8d8 !important;
}
.footer-link {
    color: #000;
    text-decoration: none;
}
.footer-link:hover {
    color: #f70;
}
.btn-ttv {
    background: #0b4e89;
    color: #fff;
    border: 1px solid #0b4e89;
}
.btn-ttv:hover {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #000;
}
.iframeWrapper {
    position: relative;
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    overflow: hidden;
}
.iframeContainer {
    position: relative;
    width: 100%;
    aspect-ratio: 1392 / 600;
    background: transparent;
}
.iframePlaceholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    border-radius: 0;
}
.loading-overlay {
    transition: opacity 0.5s ease-out;
}
.loading-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
.loading-content {
    position: relative;
    z-index: 2;
}
.text-shadow-strong {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.6);
}
.loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none;
}
.loading-spinner {
    animation: pulse 2s ease-in-out infinite alternate;
}
@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}
@media (min-width: 992px) {
    .nav-item.border-bottom {
        border-bottom: none !important;
    }
}
@media (max-width: 991.98px) {
    .nav-item.border-bottom {
        border-bottom-color: #ccc !important;
    }
}
@media (max-width: 767.98px) {
    .iframeWrapper {
        margin: 0 10px;
    }
    .loading-overlay h3 {
        font-size: 1.2rem !important;
        padding: 0 20px;
    }
    .loading-spinner .spinner-border {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
}
.text-vpt {
    color: #1E6EF4 !important;
}
.link-vpt {
    color: #1E6EF4 !important;
    text-decoration: none !important;
}
.link-vpt:hover {
    color: #000 !important;
    text-decoration: none;
}
.bg-premium {
    background-color: #d4edff !important;
}
/* Check List Style */
ul.check {
    list-style: none;
    padding-left: 0;
}

ul.check li {
    position: relative;
    padding-left: 1.8em;
}
.x-slide {
    background: #d4edff !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

ul.check li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="%23999" viewBox="0 0 256 256"><path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-vpt {
    background: linear-gradient(to right, #fc0 0%, #fc0 50%, #fff 50%, #fff 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #000 !important;
    border: 2px solid #000;
    font-weight: 600;
    padding: 0.3rem 1.5rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt:hover {
    background-position: left;
    color: #000 !important;
    text-decoration: none;
    border: 2px solid rgb(180, 146, 6);
}
.btn-vpt:focus,
.btn-vpt:active {
    background-position: left;
    color: #000 !important;
}
.btn-vpt-dark {
    background: linear-gradient(to right, #f70 0%, #f70 50%, #1E6EF4 50%, #1E6EF4 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 0.6rem 2rem;
    transition: background-position 0.4s ease, color 0.4s ease;
}
.btn-vpt-dark:hover {
    background-position: left;
    color: #fff;
    text-decoration: none;
}
.btn-vpt-dark:focus,
.btn-vpt-dark:active {
    background-position: left;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.nav-link {
    position: relative;
    text-transform: uppercase;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: .86rem;
    font-weight: 600;
}
.nav-link:link,
.nav-link:visited {
    color: #fff !important;
}
.nav-link:hover {
    color: #fc0 !important;
}
.nav-link.active {
    color: #fc0 !important;
}
.navbar-nav .nav-link.nav-active {
    color: #fc0 !important;
}
.dropdown-menu .dropdown-item.nav-active {
    color: #fc0 !important;
}
.ttv-header-row {
    position: relative;
}
@media (min-width: 992px) {
    .ttv-header-row {
        min-height: var(--ttv-header-row-height);
    }
}
.ttv-search-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    line-height: 1;
}
.ttv-search-toggle:hover,
.ttv-search-toggle:focus {
    color: #fc0;
    outline: none;
}
.ttv-desktop-search-toggle {
    width: auto;
    min-width: 42px;
    margin-left: 0.25rem;
    margin-right: 0;
}
.ttv-header-nav.is-searching .ttv-main-menu {
    display: none !important;
}
.ttv-header-search-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 42px 38px;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: #fff;
    color: #141414;
}
.ttv-header-search-form[hidden],
.ttv-mobile-search-panel[hidden] {
    display: none !important;
}
.ttv-desktop-search-form {
    grid-template-columns: auto minmax(0, 1fr) 34px 32px;
    height: var(--ttv-desktop-search-height, 38px);
    max-height: var(--ttv-desktop-search-height, 38px);
    max-width: 720px;
    margin-left: auto;
    box-sizing: border-box;
    padding: max(2px, calc((var(--ttv-desktop-search-height, 38px) - 32px) / 2)) 8px max(2px, calc((var(--ttv-desktop-search-height, 38px) - 32px) / 2)) 12px;
}
.ttv-desktop-search-form .ttv-header-search-submit,
.ttv-desktop-search-form .ttv-header-search-close {
    height: min(30px, calc(var(--ttv-desktop-search-height, 38px) - 8px));
}
.ttv-mobile-search-panel {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: #0b4e89;
    padding: 10px 0 12px;
}
.ttv-mobile-search-form {
    padding: 8px 10px 8px 14px;
}
.ttv-header-search-form > .ph-magnifying-glass {
    color: #7a5a21;
    font-size: 1.05rem;
}
.ttv-header-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #141414;
    font-size: 0.98rem;
}
.ttv-header-search-input::placeholder {
    color: #777;
}
.ttv-header-search-submit,
.ttv-header-search-close {
    display: inline-grid;
    width: 100%;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.ttv-header-search-submit {
    background: #fff;
    color: #0b4e89;
}
.ttv-header-search-submit:hover,
.ttv-header-search-submit:focus {
    background: #f2f6fa;
    color: #0b4e89;
}
.ttv-header-search-close {
    background: transparent;
    color: #666;
}
.ttv-header-search-close:hover,
.ttv-header-search-close:focus {
    background: #f2f2f2;
    color: #111;
}
.ph-idx {
    font-size: 2em;
    color: #fff !important;
    background-color: #0b4e89 !important;
    padding: 15px;
    border-radius: 50% !important;
    margin-bottom: 10px !important;
    line-height: 1;
    display: inline-block;
}
@media (min-width: 992px) {
    .nav-item.border-bottom {
        border-bottom: none !important;
    }
}
.dropdown-menu {
    background-color: #0f63ae !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.dropdown-item {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.95em;
}
.dropdown-item:link,
.dropdown-item:visited {
    color: #fff !important;
    padding: .4em 1em .6em;
}
.dropdown-item:hover {
    color: #fc0 !important;
    background-color: #fff !important;
}
.dropdown-item.active {
    color: #fc0 !important;
}
.dropdown-divider {
    border-top: 1px solid #2b75b9 !important;
}
ul.check {
    list-style: none;
    padding-left: 0;
}

ul.check li {
    position: relative;
    padding-left: 1.8em;
}

ul.check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="%23999" viewBox="0 0 256 256"><path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
    .ttv-main-menu .nav-item {
        border-top: 1px solid #326a9c !important;
        border-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .ttv-main-menu .dropdown-toggle::after,
    .ttv-main-menu .dropdown-item::after {
        display: none !important;
        content: none !important;
    }

    .ttv-main-menu .nav-link > i {
        flex: 0 0 auto;
        font-size: 1rem;
        line-height: 1;
    }

    .ttv-header-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
    }

    .ttv-menu-toggle {
        grid-column: 1;
        justify-self: start;
    }

    #logo {
        grid-column: 2;
        justify-self: center;
        margin: 0 !important;
    }

    #logo img {
        max-width: min(58vw, 260px);
        height: auto;
    }

    .ttv-mobile-search-toggle {
        grid-column: 3;
        justify-self: end;
    }

    #mainMenu {
        grid-column: 1 / -1;
        width: 100%;
    }
}
.border-footer {
    border-top-color: #1264ac !important;
}
.bg-vpt-subtle {
    background-color: #ecf7ff !important;
}
.border-vpt {
    border-color: #1264ac !important;
}
.border-gray {
    border-color: #ccc !important;
}
.btn-outline-vpt {
    background: linear-gradient(to right, #ffcc00 0%, #ffcc00 50%, transparent 50%, transparent 100%);
    background-size: 200% 100%;
    background-position: right;
    color: #0b4e89 !important;
    border: 2px solid #0b4e89;
    font-weight: 500;
    padding: 0.3rem 1.5rem;
    transition: background-position 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.btn-outline-vpt:hover {
    background-position: left;
    color: #000 !important;
    border-color: #fc0;
    text-decoration: none;
}
.btn-outline-vpt:focus,
.btn-outline-vpt:active {
    background-position: left;
    color: #000 !important;
    border-color: #fc0;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}
.footer-section {
    background-color: #0b4e89 !important;
    color: #fff !important;
}
.vpt-link,
#footer a,
.footer-link a,
.social-links a,
.hover-effect {
    color: #fc0 !important;
}
.vpt-link:hover,
.social-links a:hover,
.footer-link a:hover
.hover-effect:hover {
    color: #fc0 !important;
    text-decoration: none;
}
.hover-effect {
    position: relative;
}
.hover-effect::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    color: #fc0 !important;
    background-color: #fc0;
    transition: width 0.3s ease;
}
.hover-effect:hover::after {
    width: 100%;
}
.text-yellow {
    color: #d17e38 !important;
}

/* Sidebar Navigation List Styling */
.sidebar ul.list-unstyled li {
    position: relative;
    padding-left: 12px;
    color: #000 !important;
}
.sidebar ul.list-unstyled li a {
    color: #000 !important;
}

.sidebar ul.list-unstyled li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #999;
    transition: background-color 0.3s ease;
}

.sidebar ul.list-unstyled li:hover::before {
    background-color: #1E6EF4;
}

.sidebar ul.list-unstyled li.active::before {
    background-color: #1E6EF4;
}

.sidebar ul.list-unstyled li.active a {
    color: #1E6EF4 !important;
}

.footer-brand p {
    line-height: 1.6;
}

.c-10 {
    flex: 0 0 auto;
    width: 10% !important;
}
.c-10 img {
    gray-scale: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.c-10:hover img {
    filter: grayscale(0%);
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.3em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 { 
        font-size: 1em;
    }
    #logo img {
        width: auto;
        height: 35px !important;
    }
    .c-10 {
        width: 50% !important;
    }
}
/* Zoom-in effect for images on hover */
.zoom-in {
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: center;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.zoom-in img {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.zoom-in:hover img {
    transform: scale(1.05);
}

/* Card content wrapper with proper alignment */
.card h3,
.card h5,
.card h6 {
    margin-bottom: 10px !important;
}

/* Utility Classes */
.cursor-pointer {
    cursor: pointer !important;
}

/* Sticky action bar for flex scenes */
.sticky-bottom {
    position: sticky;
    bottom: 0;
}

@media (max-width: 768px) {
    .nav-item {
        margin-top: .5rem !important;
        border-top: .5px solid #ccc;
        border-bottom: 0 !important;
        padding: .6rem 0 0.4rem !important;
        font-weight: 600 !important;
        font-size: .9em !important;
    }
    .dropdown-toggle::after {
        display: none !important;
        content: none !important;
    }
    .dropdown-item::after {
        display: none !important;
        content: none !important;
    }
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

/* Hide scrollbar while keeping functionality */
.breadcrumb-scroll::-webkit-scrollbar {
    height: 4px;
}

.breadcrumb-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.breadcrumb-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.breadcrumb-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Firefox scrollbar styling */
.breadcrumb-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.breadcrumb-scroll .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 0;
}

.breadcrumb-scroll .breadcrumb-item {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.25rem 0;
}

.breadcrumb-scroll .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding: 0 0.8rem;
    color: #ccc;
    font-size: 0.8rem;
}

.breadcrumb-scroll .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-scroll .breadcrumb-item a:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

.breadcrumb-scroll .breadcrumb-item.active {
    color: #6c757d;
}

/* Smooth scrolling for mobile */
@media (max-width: 768px) {
    .breadcrumb-scroll {
        padding: 0.75rem 0;
    }
    
    .breadcrumb-scroll .breadcrumb-item {
        font-size: 0.875rem;
    }
}
