:root {
    --nv-blue: #004b85;
    --nv-light-blue: #1da1f2;
    --nv-text-dark: #333333;
}

body {
    font-family: 'Inter', sans-serif !important;
    margin: 0;
    overflow-x: hidden;
}

.custom-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eef2f5;
    min-height: 72px;
    display: flex;
    align-items: center;
}

/* Logo placement */
.navbar-brand {
    margin-left: 24px;
    margin-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Logo */
.logo-img {
    height: 72px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Navbar collapse alignment */
.navbar-collapse {
    margin-right: 24px;
}

/* Navigation Links */
.custom-nav-links .nav-item {
    margin-left: 16px;
    margin-right: 16px;
}

.custom-nav-links .nav-link {
    color: #1a6393 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 0.5rem 0.2rem !important;
    transition: color 0.2s ease-in-out;
    white-space: nowrap;
}

.custom-nav-links .nav-link:hover {
    color: #0d4266 !important;
}

/* Submit Ticket Button */
.btn-submit-ticket {
    background-color: #1da1f2 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-submit-ticket:hover {
    background-color: #178ecc !important;
    color: #ffffff !important;
    text-decoration: none;
}

/* Icons */
.icon-link {
    color: #1da1f2;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.icon-link:hover {
    color: #136da5;
    text-decoration: none;
}

/* Notification Badge */
.notification-badge {
    position: absolute;
    top: -3px;
    right: -5px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1.5px solid #ffffff;
    line-height: 1;
}

/* Logout Icon */
.logout-icon {
    font-size: 24px;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Tablet and below */
@media (max-width: 1199.98px) {
    .custom-navbar {
        padding: 0;
        min-height: 72px;
    }

    .navbar-brand {
        margin-left: 16px;
    }

    .navbar-toggler {
        margin-right: 16px;
        padding: 0.25rem 0.5rem;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-collapse {
        margin-right: 0;
        padding: 0 16px 16px;
        background-color: #ffffff;
    }

    .custom-nav-links {
        padding-top: 1rem;
        margin-top: 0.5rem;
        border-top: 1px solid #f1f1f1;
        align-items: flex-start !important;
    }

    .custom-nav-links .nav-item {
        margin: 0;
        width: 100%;
    }

    .custom-nav-links .nav-link {
        display: block;
        width: 100%;
        padding: 0.75rem 0 !important;
        text-align: left;
    }

    .header-actions {
        width: 100%;
        align-items: flex-start !important;
        margin-top: 1rem;
    }

    .btn-submit-ticket {
        width: 100%;
        justify-content: center;
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }

    .header-icons-row {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .custom-navbar {
        min-height: 64px;
    }

    .navbar-brand {
        margin-left: 12px;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .logo-img {
        height: 52px;
    }

    .navbar-toggler {
        margin-right: 12px;
    }

    .navbar-collapse {
        padding: 0 12px 12px;
    }

    .custom-nav-links {
        padding-top: 0.75rem;
    }

    .custom-nav-links .nav-link {
        font-size: 14px;
        padding: 0.65rem 0 !important;
    }

    .btn-submit-ticket {
        font-size: 13px;
        padding: 10px 18px;
    }

    .icon-link {
        font-size: 22px;
    }

    .logout-icon {
        font-size: 22px;
    }

    .notification-badge {
        font-size: 9px;
        min-width: 14px;
        height: 14px;
    }
}

/* Extra Small Devices */
@media (max-width: 575.98px) {
    .navbar-brand {
        margin-left: 10px;
    }

    .logo-img {
        height: 46px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .navbar-collapse {
        padding: 0 10px 10px;
    }

    .btn-submit-ticket {
        font-size: 12px;
        padding: 9px 16px;
    }

    .icon-link {
        font-size: 20px;
    }

    .logout-icon {
        font-size: 20px;
    }
}
/* --- Hero Component Configs --- */
.hero-section {
    background-image: 
        url('/o2b_extend_support_web/static/src/img/flksdoifoisdfosd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 85vh;
    color: var(--nv-text-dark);
}

.nv-welcome {
    color: var(--nv-blue);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: "Inter",sans-serif;
}

.nv-headline {
    color: var(--nv-light-blue);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.nv-subtext {
    color: var(--nv-blue);
    font-size: 15px;
    font-weight: 700;
    max-width: 500px;
    line-height: 1.5;
    font-family: "Inter",sans-serif;
}

.search-container {
    position: relative;
    max-width: 620px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.search-input {
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 14px 14px 14px 3rem;
    font-size: 15px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    outline: none;
    color: #495057;
}

.search-input::placeholder {
    color: #a0aec0;
}

.search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 16px;
}

.ai-badge {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: var(--nv-light-blue);
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.results-header {
    max-width: 620px;
    color:black;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #545454;
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-all-results {
    color: var(--nv-light-blue);
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.view-all-results:hover {
    color: var(--nv-blue);
    text-decoration: none;
}

.results-list {
    max-width: 620px;
}


.results-list.show-all {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;

    border: 1px solid rgba(0, 102, 204, 0.10);
    border-radius: 8px;

    padding: 8px 10px;
}

/* Scrollbar */
.results-list.show-all::-webkit-scrollbar {
    width: 6px;
}

.results-list.show-all::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.results-list.show-all::-webkit-scrollbar-thumb {
    background: #1da1f2;
    border-radius: 10px;
}


.result-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    cursor: pointer;
}

.result-icon {
    color: #0d598a;
    font-size: 16px;
    margin-top: 4px;
    min-width: 20px;
    text-align: center;
}

.result-text {
    font-size: 15px;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.4;
}

.result-item:hover .result-text {
    color: var(--nv-light-blue);
}
.support-box-wrapper {
    width: 100%;
    max-width: 440px;
}

.support-box {
    background-color: #ffffff61;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.video-thumbnail,
.video-player-wrapper {
    width: 100%;
    height: 260px;
}

.video-thumbnail {
    background-color: #071e33;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image:
        linear-gradient(135deg, rgba(7, 30, 51, 0.33), rgba(13, 58, 97, 0.264)),
        url('/o2b_extend_support_web/static/src/img/fdfdf.webp');
    background-size: cover;
    background-position: center;
}

.video-player-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.play-button {
    margin-top: 15px;
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.play-button i {
    color: #ffffff;
    font-size: 20px;
    margin-left: 4px;
}

.play-button:hover {
    transform: scale(1.08);
    background-color: rgba(255, 255, 255, 0.35);
}

.support-content {
    padding: 1.75rem;
    background-color: #f4f9fd75;
}

.support-title {
    color: #0d598a;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.support-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.watch-now {
    color: #1da1f2;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.watch-now:hover {
    color: #0d598a;
    text-decoration: none;
}

.video-player-wrapper {
    width: 100%;
    height: 240px;
}

.video-player-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
@media (max-width: 1199.98px) {
    .hero-section {
        min-height: auto;
        padding: 70px 0;
        background-position: center center;
    }

    .nv-headline {
        font-size: 34px;
        line-height: 1.2;
    }

    .nv-subtext {
        font-size: 15px;
        max-width: 100%;
    }

    .search-container,
    .results-header,
    .results-list {
        max-width: 100%;
    }

    .support-box-wrapper {
        max-width: 100%;
    }

    .support-box {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Tablets (below 992px) */
@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0;
        text-align: center;
        background-position: center top;
        background-size: cover;
    }

    .nv-welcome {
        font-size: 14px;
    }

    .nv-headline {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    .nv-subtext {
        font-size: 14px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.7;
    }

    .search-container {
        max-width: 100%;
        margin: 2rem auto;
    }

    .search-input {
        font-size: 14px;
        padding: 14px 14px 14px 3rem;
    }

    .search-icon {
        left: 1rem;
    }

    .ai-badge {
        right: 0.75rem;
        font-size: 10px;
        padding: 4px 8px;
        gap: 4px;
    }

    .results-header,
    .results-list {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .results-header {
        font-size: 14px;
        text-align: left;
    }

    .result-item {
        text-align: left;
    }

    .result-text {
        font-size: 14px;
    }

    .support-box-wrapper {
        margin: 3rem auto 0;
        max-width: 520px;
    }

    .video-thumbnail,
    .video-player-wrapper {
        height: 260px;
    }
}

/* Mobile devices (below 768px) */
@media (max-width: 767.98px) {
    .hero-section {
        padding: 45px 0;
        background-position: center top;
        background-size: cover;
    }

    .nv-welcome {
        font-size: 13px;
        margin-bottom: 0.5rem;
    }

    .nv-headline {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }

    .nv-subtext {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .search-container {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .search-input {
        font-size: 13px;
        padding: 12px 12px 12px 2.75rem;
        border-radius: 40px;
    }

    .search-icon {
        left: 0.95rem;
        font-size: 14px;
    }

    .ai-badge {
        position: static;
        transform: none;
        margin-top: 10px;
        display: inline-flex;
        justify-content: center;
    }

    .results-header {
        font-size: 13px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 0.6rem;
    }

    .view-all-results {
        font-size: 10px;
    }

    .result-item {
        gap: 10px;
        padding: 10px 0;
    }

    .result-icon {
        font-size: 14px;
        min-width: 18px;
    }

    .result-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .support-box-wrapper {
        margin-top: 2.5rem;
        max-width: 100%;
    }

    .video-thumbnail,
    .video-player-wrapper {
        height: 220px;
    }

    .play-button {
        width: 56px;
        height: 56px;
    }

    .play-button i {
        font-size: 18px;
    }

    .support-content {
        padding: 1.25rem;
    }

    .support-title {
        font-size: 16px;
    }

    .support-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .watch-now {
        font-size: 12px;
    }
}

/* Small mobile devices (below 576px) */
@media (max-width: 575.98px) {
    .hero-section {
        padding: 35px 0;
    }

    .nv-headline {
        font-size: 22px;
        line-height: 1.35;
    }

    .nv-subtext {
        font-size: 12px;
    }

    .search-container {
        margin-top: 1.25rem;
        margin-bottom: 1.75rem;
    }

    .search-input {
        font-size: 12px;
        padding: 11px 11px 11px 2.5rem;
    }

    .search-icon {
        left: 0.85rem;
        font-size: 13px;
    }

    .ai-badge {
        font-size: 9px;
        padding: 3px 7px;
    }

    .results-header {
        font-size: 12px;
    }

    .view-all-results {
        font-size: 9px;
    }

    .result-text {
        font-size: 12px;
    }

    .video-thumbnail,
    .video-player-wrapper {
        height: 200px;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

    .play-button i {
        font-size: 16px;
    }

    .support-content {
        padding: 1rem;
    }

    .support-title {
        font-size: 15px;
    }

    .support-text {
        font-size: 12px;
        margin-bottom: 0.9rem;
    }

    .watch-now {
        font-size: 11px;
    }
}


.resources-section {
    background: linear-gradient(to right, #024b80 0%, #00182b 100%);
    padding: 30px 0;
    color: #ffffff;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    text-align: start;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.resource-grid {
    position: relative;
}

.resource-column {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.resource-column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.resource-card {
    padding: 10px 0;
    background: transparent;
    align-items: stretch !important;
}

.resource-links-wrapper {
    width: 100%;
}

.icon-wrapper {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* 
.resource-icon-asset {
    display: block;
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

 */

.resource-icon-asset {
    max-height: 30px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

}

.resource-heading {
    font-size: 22px;
    font-weight: 700;
    color: #00a0e9;
    margin-bottom: 5px;
    letter-spacing: -0.2px;
}

.resource-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 260px;
}

.resource-link {
    font-size: 11px;
    font-weight: 400;
    color: #00a0e9;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.resource-link:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .resource-column {
        margin-bottom: 40px;
    }

    .resource-column:nth-child(2n)::after {
        display: none;
    }

    .resource-column:not(:last-child)::after {
        top: 10%;
        height: 80%;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .resources-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .resource-column {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 35px;
    }

    .resource-column::after {
        display: none !important;
    }

    .resource-heading {
        font-size: 20px;
    }

    .resource-description {
        max-width: 100%;
        font-size: 13px;
    }

    .icon-wrapper {
        height: 60px;
        margin-bottom: 20px;
    }

    .resource-icon-asset {
        max-height: 48px;
    }
}



.role-resources-section {
    background-color: #f6f8fa;
}

.role-section-title {
    color: #009be2;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.custom-pill-toggle {
    background-color: #ffffff;
    padding: 6px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    border: 1px solid #f0f2f5;
}

.custom-pill-toggle .nav-item {
    margin: 0;
}

.custom-pill-toggle .nav-link {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    padding: 10px 28px;
    background: transparent;
    border: none;
    transition: all 0.25s ease-in-out;
}

.custom-pill-toggle .nav-link.active {
    background-color: #009be2 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 155, 226, 0.25);
}

.custom-pill-toggle .nav-link:not(.active):hover {
    color: #009be2;
}

.role-card {
    background-color: #ffffff;
    border: 1px solid #eaeef3;
    border-radius: 16px;
    padding: 40px 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.role-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.card-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.card-icon-box.blue-bg {
    background-color: #e8f4fd;
}

.card-icon-box i {
    font-size: 20px;
    color: #0066cc;
}

.card-role-title {
    color: #00377a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.card-role-text {
    color: #627183;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 280px;
}

@media (max-width: 767.98px) {
    .custom-tab-wrapper {
        padding: 20px 15px;
    }
    .role-section-title {
        font-size: 26px;
    }
    .role-card {
        padding: 30px 20px;
    }
}


.help-banner-card {
    background-color: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    padding: 24px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    max-width: 1140px;
    margin: 0 auto;
}

.headset-icon-box {
    width: 64px;
    height: 64px;
    background-color: #eaf5fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.headset-icon-box i {
    font-size: 26px;
    color: #009ce3;
}

.banner-title {
    color: #0f253e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.banner-subtitle {
    color: #617284;
    font-size: 15px;
    margin: 0;
}

.btn-banner-submit {
    background-color: #1ea1f2;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(30, 161, 242, 0.15);
    transition: background-color 0.15s ease-in-out, transform 0.1s ease;
    white-space: nowrap;
}

.btn-banner-submit:hover {
    background-color: #178ecc;
    text-decoration: none;
}

.btn-banner-submit i {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .help-banner-card {
        padding: 30px 24px;
    }
}


.site-footer {
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 1px solid #f0f2f5;
    width: 100%;
}

.footer-logo-img {
    height: 90px;
    width: auto;
    display: block;
}

.copyright-text {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.2px;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 24px 0;
    }
    .footer-logo-img {
        margin: 0 auto;
        height: 48px;
    }
}













.newsletter-minimal {
  padding: 60px 0;
  background: radial-gradient(circle at top right, #005696, #001a33);
  overflow: hidden;
  position: relative;
}

.brand-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(23, 155, 215, 0.2);
  color: #00aeef;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.fw-800 {
  font-weight: 800;
}
.text-highlight {
  color: #00aeef;
}
.text-light-gray {
  color: #cbd5e1;
  font-size: 1.15rem;
}

.stat-item strong {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.stat-item span {
  font-size: 0.85rem;
  color: #64748b;
  text-transform: uppercase;
}

.form-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  border-radius: 40px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}

.glass-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  height: 55px;
  padding: 0 20px;
  color: #fff !important;
  transition: all 0.3s ease;
}

.glass-input:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #00aeef;
  outline: none;
  box-shadow: 0 0 20px rgba(0, 174, 239, 0.2);
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.btn-glow-blue {
  width: 100%;
  height: 60px;
  background: #00aeef;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 174, 239, 0.3);
}

.btn-glow-blue:hover {
  background: #fff;
  color: #005696;
  transform: translateY(-3px);
}

.btn-icon {
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.btn-glow-blue:hover .btn-icon {
  transform: translateX(5px);
}

.form-footer-text {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}

@media (max-width: 991px) {
  .newsletter-minimal {
    text-align: center;
  }
  .form-glass-card {
    padding: 30px;
    margin-top: 40px;
  }
  .user-profile {
    justify-content: center;
  }
  .stat-item {
    flex: 1;
  }
}





.evp-modal-style {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);}

.evp-m-header {
    background: linear-gradient(135deg, #0056b3, #00a8e8);
    color: #ffffff;
    border-bottom: none;
    padding: 20px 24px;
}

.evp-m-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.evp-m-subtitle {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 2px;
}

.evp-m-close {
    opacity: 1;
    font-size: 1.6rem;
    outline: none !important;
}

.evp-m-close:hover {
    opacity: 1.2;
}

/* Form Fields */
.evp-m-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #191919;
    margin-bottom: 6px;
    display: block;
}

.evp-m-input {
    width: 100%;
    padding: 8px 14px;
    height: auto;
    background: #ffffff;
    border: 1px solid #dde5ef;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #333333;
    transition: all 0.25s ease;
}

.evp-m-input:focus {
    border-color: #00a8e8;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1);
    color: #111111;
}

/* Dropdown Arrow Reset styling */
.custom-select-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2300a8e8' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}


/* Buttons and Footer Layout */
.evp-m-footer {
    border-top: 1px solid #eef2f6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.evp-m-btn-main {
    background: linear-gradient(to right, #0056b3, #00a8e8);
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 22px;
    font-size: 0.85rem;
    transition: 0.2s ease-in-out;
}

.evp-m-btn-main:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.evp-m-btn-secondary {
    background: #e5e7ea;
    color: #475569 !important;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 0.85rem;
    transition: 0.2s ease-in-out;
}

.evp-m-btn-secondary:hover {
    background: #e2e8f0;
}
/* ── Attachment drop zone ───────────────────────────────── */
.nv-attach-drop {
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    padding: 14px 16px;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.nv-attach-drop.drag-over {
    border-color: #1da1f2;
    background: #f0f9ff;
}
.nv-attach-browse {
    color: #1da1f2;
    cursor: pointer;
    text-decoration: underline;
}

/* ── Modal styles (if not in ticket CSS) ───────────────── */
.evp-modal-style { border-radius: 12px; overflow: hidden; }
.evp-m-header { background: #004b85; border-bottom: none; }
.evp-m-title  { color: #fff; font-weight: 700; font-size: 1rem; margin: 0; }
.evp-m-subtitle { color: rgba(255,255,255,0.7); font-size: 0.8rem; }
.evp-m-close  { opacity: 1; }
.evp-m-label  { font-size: 0.85rem; font-weight: 600; color: #374151; margin-bottom: 4px; }
.evp-m-input  { border: 1px solid #e5e7eb; border-radius: 6px; font-size: 0.88rem; padding: 8px 12px; }
.evp-m-input:focus { border-color: #1da1f2; box-shadow: 0 0 0 3px rgba(29,161,242,0.12); }
.evp-m-footer { border-top: 1px solid #f1f5f9; }
.evp-m-btn-main {
    background: #004b85; color: #fff; border-radius: 6px;
    font-size: 0.88rem; font-weight: 600; padding: 8px 20px; border: none;
}
.evp-m-btn-main:hover { background: #003a6a; color: #fff; }
.evp-m-btn-secondary {
    background: #f1f5f9; color: #374151; border-radius: 6px;
    font-size: 0.88rem; font-weight: 500; padding: 8px 16px; border: none;
}



.doc-item {

    width: 100%;

    border: 1px solid #dbe5ef;
    border-radius: 12px;

    padding: 12px;

    margin-bottom: 12px;

    display: flex;
    align-items: center;

    gap: 12px;

    background: #ffffff;

    transition: 0.2s ease;

    text-align: left;
}

.doc-item:hover {
    border-color: #1593e6;
}

/* ICON */
.doc-icon {

    width: 42px;
    height: 42px;

    border-radius: 10px;

    background: #eef6fc;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1593e6;

    font-size: 16px;

    flex-shrink: 0;
}

/* CONTENT */
.doc-content {
    flex: 1;
    min-width: 0;
}

/* TITLE */
.doc-title {

    font-size: 13px;
    font-weight: 600;

    color: #111827;

    line-height: 18px;

    word-break: break-word;

    margin-bottom: 4px;
}

/* ACTION */
.doc-actions a {

    color: #1593e6 !important;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;
}

/* Store Nav Item */
.nav-store-link {
    font-weight: 600;
    color: #1a6393 !important;
    transition: color 0.2s ease-in-out;
}

.nav-store-link:hover {
    color: #0d4266 !important;
}


/*product dropdown*/

/* Select2 Production Styling */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
    border: 1px solid #dde5ef !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #00a8e8 !important;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
}

.select2-dropdown {
    border: 1px solid #dde5ef !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.select2-search__field {
    border: 1px solid #00a8e8 !important;
    border-radius: 6px !important;
    padding: 8px !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
}

.select2-search__field:focus {
    border-color: #00a8e8 !important;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
    outline: none !important;
}



.select2-results__option {
    font-size: 0.84rem;
    padding: 10px 14px;
}

/* Selected dropdown option */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2b6dcc !important;
    color: #ffffff !important;
}



/* =========================================================
   E-LEARNING COURSES NEW 
========================================================= */

.course-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f8fafc;
}

.video-frame-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.video-frame-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block;
}

.course-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-card:hover .course-img-wrapper img {
    transform: scale(1.05);
    transition: transform .4s ease;
}

.update-header {
    color: #009be2;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
}


.is-invalid {
    border-color: #dc3545 !important;
}


/* Intl phone input full width */

.iti {
    width: 100% !important;
    display: block !important;
}

/* Match other fields */

.iti input,
.iti__tel-input {
    width: 100% !important;
    height: 46px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    padding-left: 90px !important;
    box-shadow: none !important;
    transition: all .2s ease;
}

/* Blue focus like other fields */

.iti input:focus,
.iti__tel-input:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    outline: none !important;
}

/* Invalid state */

.iti input.is-invalid,
.iti__tel-input.is-invalid {
    border-color: #dc3545 !important;
}


#submitTicketModal input.glass-input[readonly] {
    border: 1px solid #dde5ef !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    height: auto !important;
    color: #333 !important;
}

#submitTicketModal input.glass-input[readonly]:focus {
    border-color: #00a8e8 !important;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
    outline: none !important;
}

#submitTicketModal input.glass-input::placeholder {
    color: #999 !important;
}

#nvTicketEmail[readonly] {
    background: #ffffff !important;
    border: 1px solid #dde5ef !important;
    color: #333333 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

#nvTicketEmail[readonly]:focus {
    border-color: #00a8e8 !important;
    box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
}

.documentation-section {
    background: #ffffff;
}

#documentation-grid {
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
}

/* Documentation */
#documentation-scroll-wrapper {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

/* E-Learning */
#course-scroll-wrapper {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

/* Remove old separation look */
#documentation-grid-all,
#course-grid-all {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

#documentation-scroll-wrapper::-webkit-scrollbar,
#course-scroll-wrapper::-webkit-scrollbar {
    width: 6px;
}

#documentation-scroll-wrapper::-webkit-scrollbar-thumb,
#course-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #009be2;
    border-radius: 10px;
}
/* Support Resource Browse Links Alignment */

.resources-section .resource-card {
    min-height: 260px;
}

.resources-section .resource-description {
    min-height: 70px;
}

.resources-section .resource-link {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin-top: auto;

    text-align: center;
}

.search-result-image-icon {
    width: 18px;
    height: 18px;
    min-width: 20px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.elearning-icon {
    filter: none !important;
}


/* Documentation + E-Learning Search */

.section-search-container {
    position: relative;

    margin-bottom: 24px;
}

.section-search-input {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 14px 14px 14px 3rem;
    font-size: 15px;
    outline: none;
    color: #495057;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.section-search-input::placeholder {
    color: #a0aec0;
}

.section-search-input:focus {
    border-color: #dbe5ef;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.section-search-container .search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 16px;
    z-index: 2;
}


.btn-course {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 30px;

    /* Same as support section */
    background: linear-gradient(to right, #024b80 0%, #00182b 100%);
    border: none;

    color: #fff !important;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    /* Fully curved */
    border-radius: 999px;

    min-width: 160px;
    transition: all 0.3s ease;
}

.btn-course:hover {
    background: linear-gradient(to right, #0360a3 0%, #00253f 100%);
    color: #fff !important;
}

.btn-course:focus {
    color: #ffffff !important;
    text-decoration: none;
}



.course-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02);
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.08);
}

.course-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.course-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.badge-soft-blue {
    background: #e8f4ff;
    color: #0091ea;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
}

.duration {
    font-size: 13px;
    color: #64748b;
}

.course-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 8px;
}

.course-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

.course-price {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}



#videoCardGrid,
#videoCardGridHidden {
    row-gap: 40px !important;
}

.video-card-item {
    padding: 8px;
}

.eduvistas-doc-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

/* Homepage specific - scroll wrapper */
#course-scroll-wrapper {
    padding: 10px 5px;
}

#course-grid,
#course-grid-all {
    row-gap: 40px !important;
}

.course-card-item {
    padding: 8px;
}

.elearning-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}