﻿/*.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

    .video-container iframe {
        width: 560px;
        height: 235px;
        border: 2px solid #2c4c6c;
        border-radius: 5px;
    }

@media (max-width: 700px) {
    .video-container iframe {
        width: 350px !important;
        height: 195px !important;
    }
}

.course_tile {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 3px 4px 3px #ebeaea;
    overflow: hidden;
    transition: all 0.4s ease-in 0s;
    margin: 0 0 30px 0px;
    width: 95%;
    min-height: 320px;
    border: 2px solid #4f6075;
    border-radius: 8px;
}

    .course_tile:hover {
        box-shadow: 2px 6px 9px #ebeaea;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.MultiCarousel .course_title {
    color: #444;
    font-size: 18px;
    height: 46px;
    line-height: 23px;
    margin: 18px 0 12px;
    overflow: hidden;
    padding: 0 5px;
}

.btn:focus {
    outline: none;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding-right: 15px;
    margin-left: -15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                margin: 10px;
                background: #f1f1f1;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
        height: 37px;
        width: 37px;
        color: #027ddf;
        font-size: 28px;
        font-weight: 600;
        line-height: 0;
        padding: 0 4px 0 0;
        font-family: arial;
        margin: -14px 14px;
        border: 1px solid #acacac;
    }

    .MultiCarousel .rightLst {
        right: 0;
        height: 37px;
        width: 37px;
        color: #027ddf;
        font-size: 28px;
        font-weight: 600;
        line-height: 0;
        padding: 0 0 0 4px;
        font-family: arial;
        margin: -12px 0;
        border: 1px solid #acacac;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            display: none;
        }

.icon img {
    margin: 12px 10px 0;
}

.box-border-dark {
    border: 2px solid rgb(79 96 117) !important;
    border-radius: 8px;
}

a.platformlink:link, a.platformlink:visited {
    color: #022144;
}

a.platformlink:hover {
    color: #022144;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 2px 4px 0px;
}

.btn-home-lg {
    padding: 12px 20px;
    width: unset !important;
}*/
/*Training Library*/
/*.trainingLibrary {
    background-color: rgba(1,131,255,.05);
    padding: 40px 0 50px 0;
    text-align: center;
}

    .trainingLibrary .courseGroup {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }

        .trainingLibrary .courseGroup a {
            margin-right: 40px;
        }

            .trainingLibrary .courseGroup a:last-child {
                margin-right: 0px;
            }

    .trainingLibrary h3 {
        font-size: 20px;
        line-height: 30px;
        color: #51596A;
    }

    .trainingLibrary a {*/
        /*width: 10%;*/
        /*text-align: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #1F2430;
        margin: 0;
    }

        .trainingLibrary a span {
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 7px 7px 50px 0 rgb(0 84 247 / 11%);
            background-color: #00d1cf;
            border-radius: 50%;
            width: 125px;
            height: 125px;
            margin-bottom: 10px;
        }

    .trainingLibrary .bottomBtns {
        margin-top: 25px;
    }

        .trainingLibrary .bottomBtns a {
            color: #fff;
        }

            .trainingLibrary .bottomBtns a:hover {
                color: #000;
            }*/

/*QnA Library*/
/*.qnaLibrary {
    padding: 40px 0 50px 0;
    text-align: center;
}

    .qnaLibrary .courseGroup {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .qnaLibrary h2 {
        font-size: 26px;
        line-height: 39px;
        font-weight: 600;
        margin: 0;
    }

    .qnaLibrary h3 {
        font-size: 20px;
        line-height: 30px;
        color: #51596A;
    }

    .qnaLibrary a {*/
        /*width: 10%;*/
        /*text-align: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #1F2430;
        margin: 0;
        margin-right: 40px;
    }

        .qnaLibrary a:last-child {
            margin-right: 0px;
        }

        .qnaLibrary a span {
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 7px 7px 50px 0 rgb(0 84 247 / 11%);
            background-color: #0798d6;
            border-radius: 50%;
            width: 125px;
            height: 125px;
            margin-bottom: 10px;
        }

    .qnaLibrary .bottomBtns {
        margin-top: 25px;
    }

        .qnaLibrary .bottomBtns a {
            color: #fff;
        }

            .qnaLibrary .bottomBtns a:hover {
                color: #000;
            }*/
/*Mobile View*/
/*@media screen and (max-width: 767px) {
    .selfStudyBanner {
        margin-top: 0;
        padding-bottom: 50px
    }

        .selfStudyBanner .contents {
            padding-right: 0;
        }

        .selfStudyBanner h1 {
            font-size: 32px;
            margin: 20px 0 8px 0;
        }

        .selfStudyBanner h2 {
            font-size: 26px;
            line-height: 34px;
        }

        .selfStudyBanner .row {
            flex-direction: column-reverse;
        }

    .shapeSkills p br {
        display: none;
    }

    .shapeSkills h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .trainingLibrary h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 7px 0;
    }

    .trainingLibrary h3 {
        font-size: 16px;
        color: #51596A;
    }

    .trainingLibrary .courseGroup a {
        margin-right: 5px;
    }

    .trainingLibrary .courseGroup {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .trainingLibrary a {
        width: 21%;
        font-size: 14px;
        line-height: 22px;
    }

        .trainingLibrary a span {
            width: 95px;
            height: 95px;
        }

    .qnaLibrary h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 7px 0;
    }

    .qnaLibrary h3 {
        font-size: 16px;
        color: #51596A;
    }

    .qnaLibrary .courseGroup {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .qnaLibrary a {
        font-size: 14px;
        line-height: 22px;
        margin-right: 20px;
    }

        .qnaLibrary a span {
            width: 95px;
            height: 95px;
        }

    .courseGroup img {
        width: 30px;
    }
}

.box-border-dark .card-img-top {
    object-fit: cover;
}*/

:root {
    --gradient-bg: linear-gradient(to bottom right, #f8fafc, #f0f9ff, #eef2ff);
    --radial-gradient-1: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.1), transparent 50%);
    --radial-gradient-2: radial-gradient(circle at 70% 80%, rgba(99, 102, 241, 0.05), transparent 50%);
    --gradient-text-orange: linear-gradient(to right, #f59e0b, #f97316, #ef4444);
    --gradient-text-blue: linear-gradient(to right, #3b82f6, #06b6d4, #0d9488);
    --stats-card-border: rgba(229, 231, 235, 0.5);
    --stats-card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --stats-card-hover-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --icon-container-bg: rgba(59, 130, 246, 0.1);
    --video-container-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --stats-card-1: linear-gradient(to bottom right, #d1fae5, #a7f3d0);
    --stats-card-2: linear-gradient(to bottom right, #dbeafe, #bfdbfe);
    --stats-card-3: linear-gradient(to bottom right, #ede9fe, #ddd6fe);
    --stats-card-4: linear-gradient(to bottom right, #cffafe, #a5f3fc);
}

[data-bs-theme="dark"] {
    --gradient-bg: linear-gradient(to bottom right, #0f172a, #1e3a8a, #312e81);
    --radial-gradient-1: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.15), transparent 50%);
    --radial-gradient-2: radial-gradient(circle at 70% 80%, rgba(99, 102, 241, 0.1), transparent 50%);
    --gradient-text-orange: linear-gradient(to right, #fbbf24, #fb923c, #f87171);
    --gradient-text-blue: linear-gradient(to right, #60a5fa, #22d3ee, #2dd4bf);
    --stats-card-border: rgba(255, 255, 255, 0.1);
    --stats-card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    --stats-card-hover-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
    --icon-container-bg: rgba(255, 255, 255, 0.2);
    --video-container-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
    --stats-card-1: linear-gradient(to bottom right, #065f46, #047857);
    --stats-card-2: linear-gradient(to bottom right, #1e40af, #1d4ed8);
    --stats-card-3: linear-gradient(to bottom right, #5b21b6, #6d28d9);
    --stats-card-4: linear-gradient(to bottom right, #0e7490, #0891b2);
}

body {
    font-size: 0.9rem;
}

h1 {
    font-size: 2.5rem;
}

.custom-gradient-bg {
    background: var(--gradient-bg);
}

.radial-gradient-1 {
    background: var(--radial-gradient-1);
}

.radial-gradient-2 {
    background: var(--radial-gradient-2);
}

.gradient-text-orange {
    background: var(--gradient-text-orange);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient-text-blue {
    background: var(--gradient-text-blue);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stats-card {
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: var(--stats-card-shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--stats-card-border);
    height: 100%;
}

    .stats-card:hover {
        transform: scale(1.05);
        box-shadow: var(--stats-card-hover-shadow);
    }

.stats-card-1 {
    background: var(--stats-card-1);
}

.stats-card-2 {
    background: var(--stats-card-2);
}

.stats-card-3 {
    background: var(--stats-card-3);
}

.stats-card-4 {
    background: var(--stats-card-4);
}

.icon-container {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--icon-container-bg);
}

.demo-button {
    background-color: #f97316;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: bold;
    border: none;
    transition: background-color 0.2s ease;
}

    .demo-button:hover {
        background-color: #ea580c;
    }

.video-container-hero {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--video-container-shadow);
    max-width: 500px;
    aspect-ratio: 16/9;
    width: 100%;
    position: relative;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .play-button:hover {
        background: white;
        transform: translate(-50%, -50%) scale(1.1);
    }

.live-badge {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #ef4444;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.theme-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.stat-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.text-purple {
    color: rebeccapurple;
}


/*qna and free course library*/

:root {
    --gradient-bg: linear-gradient(to bottom right, #eef2ff, #e0f2fe, #f3e8ff);
    --free-radial-gradient-1: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1), transparent 50%);
    --free-radial-gradient-2: radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.1), transparent 50%);
    --free-radial-gradient-3: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.05), transparent 70%);
    --grid-bg: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    --book-icon-color: #93c5fd;
    --video-icon-color: #bae6fd;
    --bs-body-font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

[data-bs-theme="dark"] {
    --gradient-bg: linear-gradient(to bottom right, #111827, #1e3a8a20, #6b21a820);
    --free-radial-gradient-1: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.15), transparent 50%);
    --free-radial-gradient-2: radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.15), transparent 50%);
    --free-radial-gradient-3: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.1), transparent 70%);
    --grid-bg: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    --book-icon-color: #1e40af30;
    --video-icon-color: #0c4a6e30;
}

.gradient-bg {
    background: var(--gradient-bg);
    position: relative;
    padding: 4rem 0;
}

.radial-overlay-1 {
    position: absolute;
    inset: 0;
    background: var(--free-radial-gradient-1);
    pointer-events: none;
}

.radial-overlay-2 {
    position: absolute;
    inset: 0;
    background: var(--free-radial-gradient-2);
    pointer-events: none;
}

.radial-overlay-3 {
    position: absolute;
    inset: 0;
    background: var(--free-radial-gradient-3);
    pointer-events: none;
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image: var(--grid-bg);
    background-size: 50px 50px;
    pointer-events: none;
    animation: fadeInUp 1s ease-out;
}

.book-icon {
    color: var(--book-icon-color);
    position: absolute;
    top: 2%;
    right: 2%;
    width: 6rem;
    height: 6rem;
    transform: rotate(12deg);
    animation: pulse 2s infinite;
    display: none;
}

.video-icon {
    color: var(--video-icon-color);
    position: absolute;
    top: 45%;
    left: 2%;
    width: 6rem;
    height: 6rem;
    transform: rotate(-12deg);
    animation: pulse 2s infinite;
    display: none;
}

.section-heading {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.heading-underline {
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(to right, #60a5fa, #2563eb, #60a5fa);
    border-radius: 9999px;
    margin: 0 auto;
}

.free-circle-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem; /* same as Bootstrap gap-4 (~24px) */
  margin-bottom: 1.5rem; /* same as Bootstrap mb-4 (~24px) */
}

@media (max-width: 403px) {
  .free-circle-wrapper {
    gap: 1rem; /* reduce gap for small screens */
  }
}


.icon-circle {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

@media (max-width: 403px){
    .icon-circle {
        width:4rem;
        height: 4rem;
    }
}

    .icon-circle:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        transform: scale(1.05);
    }

.icon-link {
    text-decoration: none;
    color: inherit;
}

    .icon-link:hover {
        color: inherit;
    }

.btn-gradient {
    background: linear-gradient(to right, #06b6d4, #0d9488);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

    .btn-gradient:hover {
        background: linear-gradient(to right, #0891b2, #0f766e);
        color: white;
        transform: scale(1.05);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .btn-gradient::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
        transform: skewX(-12deg);
        transition: transform 1s;
    }

    .btn-gradient:hover::before {
        transform: translateX(200%) skewX(-12deg);
    }

@media (min-width: 576px) {
    .book-icon, .video-icon {
        display: block;
    }

    .book-icon {
        top: 4%;
        right: 6%;
        width: 8rem;
        height: 8rem;
    }

    .video-icon {
        left: 6%;
        width: 8rem;
        height: 8rem;
    }
}

@media (min-width: 992px) {
    .book-icon {
        top: 10%;
        right: 12%;
    }

    .video-icon {
        left: 12%;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.h-12 {
    height: 48px;
}

.w-12 {
    width: 48px;
}

.bg-gradient-teal {
    background: linear-gradient(135deg, #2dd4bf, #0d9488);
}

.bg-gradient-cyan {
    background: linear-gradient(135deg, #22d3ee, #0891b2);
}

/*upcoming events(masterclass)*/

/*.masterclass-bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

[data-bs-theme="dark"] .masterclass-bg {
    background: transparent;
}

.course-card {
    position: relative;
    padding-top: 2.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 1rem;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .course-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.course-card:hover {
    background-color: rgba(248, 249, 250);
    border-color: #dee2e6;*/
    /*    transform: translateY(-5px);*/
/*}

[data-bs-theme="dark"] .course-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.date-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: linear-gradient(to bottom right, #0e7490, #1d4ed8);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 5;
}

.btn-gradient {
    background: linear-gradient(to bottom right, #0e7490, #1d4ed8);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-gradient:hover {
        transform: scale(1.05);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        color: white;
    }

    .btn-gradient::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: all 0.6s ease;
    }

    .btn-gradient:hover::before {
        left: 100%;
    }*/

.masterclass-bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

[data-bs-theme="dark"] .masterclass-bg {
    background: transparent;
}

.course-card {
    position: relative;
    padding-top: 2.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 1rem;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

[data-bs-theme="dark"] .course-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.course-card:hover {
    background-color: rgba(248, 249, 250);
    border-color: #dee2e6;
}

[data-bs-theme="dark"] .course-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.date-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: linear-gradient(to bottom right, #0e7490, #1d4ed8);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 5;
}

.btn-gradient {
    background: linear-gradient(to bottom right, #0e7490, #1d4ed8);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-gradient:hover {
        transform: scale(1.05);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        color: white;
    }

    .btn-gradient::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: all 0.6s ease;
    }

    .btn-gradient:hover::before {
        left: 100%;
    }

.owl-nav {
    display: none;
}
/*tranform your career*/

:root {
    --tyc-gradient-bg: linear-gradient(to bottom right, #eef2ff, #e0f2fe, #f3e8ff);
    --tyc-free-radial-gradient-1: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1), transparent 50%);
    --tyc-free-radial-gradient-2: radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.1), transparent 50%);
    --tyc-free-radial-gradient-3: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.05), transparent 70%);
    --tyc-grid-bg: linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
    --tyc-book-icon-color: #93c5fd;
    --tyc-video-icon-color: #bae6fd;
}

[data-bs-theme="dark"] {
    --tyc-gradient-bg: linear-gradient(to bottom right, #111827, #1e3a8a20, #6b21a820);
    --tyc-free-radial-gradient-1: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.15), transparent 50%);
    --tyc-free-radial-gradient-2: radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.15), transparent 50%);
    --tyc-free-radial-gradient-3: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.1), transparent 70%);
    --tyc-grid-bg: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    --tyc-book-icon-color: #1e40af30;
    --tyc-video-icon-color: #0c4a6e30;
}

.tyc-section {
    position: relative;
    background: var(--tyc-gradient-bg);
    overflow: hidden;
    padding: 3rem 1rem;
}

@media (min-width: 992px) {
    .tyc-section {
        padding: 5rem 1rem;
    }
}

.tyc-radial-gradient-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tyc-free-radial-gradient-1);
}

.tyc-radial-gradient-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tyc-free-radial-gradient-2);
}

.tyc-radial-gradient-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tyc-free-radial-gradient-3);
}

.tyc-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tyc-grid-bg);
    background-size: 50px 50px;
    animation: tyc-pulse 2s infinite;
}

@keyframes tyc-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.tyc-card {
    position: relative;
    background: rgba(249, 250, 251, 0.6);
    border: 1px solid rgba(209, 213, 219, 0.5);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.5s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

    .tyc-card:hover {
        transform: scale(1.05);
        background: rgba(243, 244, 246, 0.95);
        border-color: rgba(209, 213, 219, 0.7);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

[data-bs-theme="dark"] .tyc-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

    [data-bs-theme="dark"] .tyc-card:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    }

.tyc-card-gradient-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #60a5fa, #3b82f6, #4f46e5);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 1rem;
}

.tyc-card:hover .tyc-card-gradient-1 {
    opacity: 0.1;
}

.tyc-card-gradient-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #a855f7, #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 1rem;
}

.tyc-card:hover .tyc-card-gradient-2 {
    opacity: 0.1;
}

.tyc-card-gradient-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #34d399, #22c55e, #14b8a6);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 1rem;
}

.tyc-card:hover .tyc-card-gradient-3 {
    opacity: 0.1;
}

.tyc-icon-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}

.tyc-card:hover .tyc-icon-circle {
    transform: scale(1.1);
}

.tyc-icon-circle-1 {
    background: linear-gradient(to bottom right, #60a5fa, #3b82f6, #4f46e5);
}

.tyc-icon-circle-2 {
    background: linear-gradient(to bottom right, #a855f7, #8b5cf6, #ec4899);
}

.tyc-icon-circle-3 {
    background: linear-gradient(to bottom right, #34d399, #22c55e, #14b8a6);
}

.tyc-icon-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgba(209, 213, 219, 0.2), transparent);
    transform: translateX(-100%) skewX(-12deg);
    transition: transform 1s;
}

.tyc-card:hover .tyc-icon-shine {
    transform: translateX(200%) skewX(-12deg);
}

.tyc-number-circle {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(209, 213, 219, 0.5);
    border: 1px solid rgba(209, 213, 219, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

[data-bs-theme="dark"] .tyc-number-circle {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.tyc-badge {
    position: absolute;
    bottom: -0.25rem;
    right: -0.75rem;
    background: rgba(209, 213, 219, 0.5);
    border: 1px solid rgba(209, 213, 219, 0.7);
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

[data-bs-theme="dark"] .tyc-badge {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.tyc-feature-icon {
    width: 2rem;
    height: 2rem;
    padding: 6px;
    background: rgba(209, 213, 219, 0.5);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.tyc-feature:hover .tyc-feature-icon {
    background: rgba(209, 213, 219, 0.7);
}

[data-bs-theme="dark"] .tyc-feature-icon {
    background: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .tyc-feature:hover .tyc-feature-icon {
    background: rgba(255, 255, 255, 0.2);
}

.tyc-button {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #06b6d4, #3b82f6, #8b5cf6);
    color: white;
    font-weight: bold;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    border: 2px solid white;
}

    .tyc-button:hover {
        background: linear-gradient(to right, #0891b2, #2563eb, #7c3aed);
        transform: scale(1.05);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    }

.tyc-button-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgba(209, 213, 219, 0.2), transparent);
    transform: translateX(-100%) skewX(-12deg);
    transition: transform 1s;
}

.tyc-button:hover .tyc-button-shine {
    transform: translateX(200%) skewX(-12deg);
}

.tyc-arrow-circle {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: tyc-pulse 2s infinite;
}

.tyc-blur-circle {
    position: absolute;
    border-radius: 50%;
    animation: tyc-pulse 2s infinite;
}

.tyc-blur-circle-1 {
    top: 4rem;
    left: 2rem;
    width: 6rem;
    height: 6rem;
    background: rgba(147, 197, 253, 0.1);
    filter: blur(2rem);
}

.tyc-blur-circle-2 {
    bottom: 4rem;
    right: 4rem;
    width: 8rem;
    height: 8rem;
    background: rgba(216, 180, 254, 0.1);
    filter: blur(3rem);
    animation-delay: 1s;
}

.tyc-blur-circle-3 {
    top: 50%;
    left: 25%;
    width: 5rem;
    height: 5rem;
    background: rgba(110, 231, 183, 0.1);
    filter: blur(1rem);
    animation-delay: 0.5s;
}

.tyc-blur-circle-4 {
    top: 33%;
    right: 33%;
    width: 4rem;
    height: 4rem;
    background: rgba(253, 224, 71, 0.1);
    filter: blur(0.75rem);
    animation-delay: 0.7s;
}

[data-bs-theme="dark"] .tyc-blur-circle-1 {
    background: rgba(147, 197, 253, 0.1);
}

[data-bs-theme="dark"] .tyc-blur-circle-2 {
    background: rgba(216, 180, 254, 0.1);
}

[data-bs-theme="dark"] .tyc-blur-circle-3 {
    background: rgba(110, 231, 183, 0.1);
}

[data-bs-theme="dark"] .tyc-blur-circle-4 {
    background: rgba(253, 224, 71, 0.1);
}

/*training display*/
:root {
    --td-primary-color: #0d6efd;
    --td-secondary-color: #6c757d;
    --td-accent-color: #0dcaf0;
    --td-success-color: #198754;
    --border-radius: 12px;
    --shadow-light: 0 2px 15px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --td-card-bg: #ffffff;
    --td-text-color: #1a1a1a;
    --td-section-bg: transparent;
    --td-icon-bg-start: #f8f9fa;
    --td-icon-bg-end: #e9ecef;
    --td-icon-overlay: rgba(13, 110, 253, 0.1);
    --td-pattern-color: rgba(13, 110, 253, 0.05);
}

[data-bs-theme="dark"] {
    --td-primary-color: #3b82f6;
    --td-secondary-color: #9ca3af;
    --td-accent-color: #22d3ee;
    --td-success-color: #34d399;
    --shadow-light: 0 2px 15px rgba(0,0,0,0.3);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.5);
    --td-card-bg: #1e1e1e;
    --td-text-color: #f9fafb;
    --td-section-bg: #121212;
    --td-icon-bg-start: #2a2a2a;
    --td-icon-bg-end: #3a3a3a;
    --td-icon-overlay: rgba(59, 130, 246, 0.2);
    --td-pattern-color: rgba(59, 130, 246, 0.1);
}
/* Enhanced glassy card styling with elegant borders */
.td-training-card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    height: 100%;
    overflow: hidden;
    position: relative;
    background: var(--td-card-bg);
    backdrop-filter: var(--td-glass-backdrop);
    /* Enhanced glass effect */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid #e3e3e3;
}

    .td-training-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.025) 100%);
        pointer-events: none;
        z-index: 1;
    }

    .td-training-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-hover);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .td-training-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(45deg, var(--td-primary-color), var(--td-accent-color));
        opacity: 0.7;
        transition: var(--transition);
    }

    .td-training-card:hover::before {
        opacity: 1;
        height: 5px;
    }

/* Enhanced icon wrapper with glass effect */
.td-tech-icon-wrapper {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
    border-radius: 15px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1rem;
}

    .td-tech-icon-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, var(--td-icon-overlay), rgba(13, 202, 240, 0.25));
        opacity: 0.3;
        transition: var(--transition);
    }

.td-training-card:hover .td-tech-icon-wrapper::before {
    opacity: 0.5;
}

/* Enhanced button styling */
.td-training-btn {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 25px;
    transition: var(--transition);
    border: 1px solid var(--td-primary-color);
    color: var(--td-primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

    .td-training-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: var(--transition);
    }

    .td-training-btn:hover::before {
        left: 100%;
    }

    .td-training-btn:hover {
        background: var(--td-primary-color);
        color: white;
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    }

/* Enhanced card content area */
.card-body {
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 160px;
    position: relative;
    z-index: 2;
}

/* Add subtle inner shadow for depth */
.td-training-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    z-index: 1;
}

/* Dark mode adjustments */
[data-bs-theme="dark"] .td-training-card {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.3) 0%, rgba(30, 30, 30, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .td-tech-icon-wrapper {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .td-training-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-body {
        padding: 1.5rem;
    }

    .td-training-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }
}

.td-training-title {
    position: relative;
}

.td-training-card:hover .td-training-title {
    color: var(--td-primary-color);
/*    transform: translateX(5px);*/
}

.td-tech-icon {
    width:100%;
}

.global-button {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-decoration: none;
}

    .global-button:hover {
        background: linear-gradient(to right, #0891b2, #2563eb);
        box-shadow: 0 10px 15px rgba(0,0,0,0.2);
        transform: scale(1.05);
        color: #ffffff;
        text-decoration: none;
    }

[data-bs-theme="dark"] .global-button {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
}

    [data-bs-theme="dark"] .global-button:hover {
        background: linear-gradient(to right, #0891b2, #2563eb);
        color: #ffffff;
    }

.td-filter-group {
    z-index: 10;
    display: inline-flex;
    background: linear-gradient(to right, #06b6d4, #3b82f6);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 9999px;
    padding: 0.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

[data-bs-theme="dark"] .td-filter-group {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
}

.td-filter-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0 0.5rem;
}

[data-bs-theme="dark"] .td-filter-btn {
    color: rgba(255,255,255,0.7);
}

.td-filter-btn:hover {
    color: #ffffff;
}

.td-filter-btn.active {
    color: #ffffff;
    background: #ffffff36;
    box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}

[data-bs-theme="dark"] .td-filter-btn.active {
    color: #ffffff;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

@media (max-width: 512px) {
    .td-filter-btn {
        border-radius: 10px;
    }

    .td-filter-group {
        border-radius: 10px;
    }
}

.td-training-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Ensure two rows with max 3 cards per row */
@media (min-width: 992px) {
    .td-training-grid .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}