/* site styles */

/*--------------------------------------------------------------
# Reset & Box-Sizing
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

/* Dark Theme with Logo Colors */
:root {
    /* Logo Colors */
    --color-bg-dark: #0e0e0e;
    --color-light-blue: #5b99e7;
    --color-deep-blue: #2f6aea;
    --color-light-green: #a4e15f;
    --color-mint-green: #8ad59b;
    
    /* Derived Colors */
    --color-primary: #5b99e7;
    --color-secondary: #8ad59b;
    --color-accent: #a4e15f;
}

/* Logo Gradient - Updated with new colors */
.logo-gradient {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(135deg, #5b99e7 0%, #2f6aea 35%, #8ad59b 70%, #a4e15f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #5b99e7; /* Fallback color */
    display: inline-block;
    text-decoration: none;
}

/* Ensure logo link doesn't override styles */
.logo .logo-gradient {
    background: linear-gradient(135deg, #5b99e7 0%, #2f6aea 35%, #8ad59b 70%, #a4e15f 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Fallback for browsers that don't support background-clip */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .logo-gradient {
        color: #5b99e7 !important;
        background: none !important;
        -webkit-text-fill-color: #5b99e7 !important;
    }
}

/* Header/Navbar - Transparent */
.header {
    background: transparent !important;
    backdrop-filter: none !important;
    padding: 20px 0 !important;
    box-shadow: none !important;
}

.header .navbar ul {
    background: transparent !important;
}

/* Mobile Header - Center logo */
@media (max-width: 991px) {
    body {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .header {
        padding: 30px 0 10px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        position: relative !important;
    }
    
    .header .container {
        justify-content: space-between !important;
        padding: 0 15px !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .header .logo {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important;
    }
    
    .header .navbar {
        margin-left: auto !important;
    }
    
    .header .mobile-nav-toggle {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-left: 0 !important;
    }
    
    /* Fix hero content spacing - override existing rules */
    .hero-content {
        margin-top: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    #hero {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    #hero .container,
    #hero .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #hero .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #hero .col-lg-7,
    #hero .col-lg-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 30px 0 10px 0 !important;
    }
    
    .header .container {
        justify-content: space-between !important;
        padding: 0 15px !important;
    }
    
    .header .navbar {
        margin-left: auto !important;
    }
    
    .header .mobile-nav-toggle {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .hero-content {
        margin-top: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    #hero .container,
    #hero .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 600px) {
    .header {
        padding: 30px 0 10px 0 !important;
    }
    
    .header .container {
        justify-content: space-between !important;
        padding: 0 15px !important;
    }
    
    .header .navbar {
        margin-left: auto !important;
    }
    
    .header .mobile-nav-toggle {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .hero-content {
        margin-top: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    #hero .container,
    #hero .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Hero Section - Add padding to prevent overlap with fixed header */
#hero.hero-section {
    padding-top: 100px !important;
    min-height: 100vh;
}

@media (max-width: 991px) {
    #hero.hero-section {
        padding-top: 50px !important;
    }
}

@media (max-width: 768px) {
    #hero.hero-section {
        padding-top: 50px !important;
    }
}

@media (max-width: 600px) {
    #hero.hero-section {
        padding-top: 50px !important;
    }
}

/* Hero Features List */
.hero-features {
    margin-top: 2rem;
}

.hero-features .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-features .features-list li {
    padding: 4px 0;
    font-size: 16px;
    color: #C6C6C6;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    text-align: left !important;
}

.hero-features .features-list li i {
    color: var(--color-primary);
    margin-right: 12px;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-features .features-list li span,
.hero-features .features-list li {
    text-align: left !important;
}

@media (max-width: 768px) {
    .hero-features .features-list li {
        font-size: 14px;
        padding: 8px 0;
        text-align: left !important;
    }

    .hero-features .features-list li i {
        font-size: 16px;
        margin-right: 10px;
    }
}

/* Why Choose Us - New Design */
.feature-box-new {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: rgba(240, 240, 240, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box-new:hover {
    background: rgba(240, 240, 240, 0.05);
    transform: translateY(-2px);
}

.feature-icon-box {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: rgba(91, 153, 231, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-box i {
    font-size: 32px;
    color: var(--color-primary);
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.feature-content p {
    font-size: 15px;
    color: #A6A6A6;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .feature-box-new {
        padding: 20px;
        gap: 15px;
    }
    
    .feature-icon-box {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon-box i {
        font-size: 28px;
    }
    
    .feature-content h3 {
        font-size: 16px;
    }
    
    .feature-content p {
        font-size: 14px;
    }
}

/* Course Popular Badge */
.popular-badge {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-deep-blue) 100%);
    padding: 8px 16px;
    border-radius: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(91, 153, 231, 0.4);
    animation: pulse-badge 2s ease-in-out infinite;
}

.popular-badge i {
    font-size: 12px;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(91, 153, 231, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(91, 153, 231, 0.6);
    }
}

.post-box-popular {
    position: relative;
    overflow: visible;
}

.post-box-popular::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-deep-blue), var(--color-mint-green));
    border-radius: 18px;
    z-index: -1;
    opacity: 0.3;
    filter: blur(8px);
}

/* Licensed By Section */
.licensed-by-section {
    padding: 80px 0;
    background: #0f0f0f;
}

.license-box {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(91, 153, 231, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.license-box:hover {
    border-color: rgba(91, 153, 231, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(91, 153, 231, 0.2);
}

.license-icon {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.license-icon i {
    font-size: 48px;
    color: var(--color-primary);
}

.license-icon img {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.license-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.license-box p {
    font-size: 15px;
    color: #A6A6A6;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .licensed-by-section {
        padding: 60px 0;
    }
    
    .license-box {
        padding: 35px 25px;
    }
    
    .license-icon {
        width: 90px;
        height: 90px;
    }
    
    .license-icon i {
        font-size: 42px;
    }
    
    .license-icon img {
        max-width: 65%;
        max-height: 65%;
    }
    
    .license-box h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .licensed-by-section {
        padding: 50px 0;
    }
    
    .license-box {
        padding: 30px 20px;
    }
    
    .license-icon {
        width: 80px;
        height: 80px;
    }
    
    .license-icon i {
        font-size: 38px;
    }
    
    .license-icon img {
        max-width: 60%;
        max-height: 60%;
    }
    
    .license-box h3 {
        font-size: 20px;
    }
    
    .license-box p {
        font-size: 14px;
    }
}

/* Reviews Section */
.reviews-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.reviews-section .row {
    justify-content: center;
}

.review-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.review-card {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(91, 153, 231, 0.15);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 350px;
    position: relative;
    cursor: pointer;
}

.linkedin-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 0 20px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.linkedin-badge i {
    color: #0077B5;
    font-size: 24px;
}

.review-card:hover .linkedin-badge {
    background: #0077B5;
    box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}

.review-card:hover .linkedin-badge i {
    color: white;
}

.review-card-link:hover .review-card {
    border-color: rgba(91, 153, 231, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(91, 153, 231, 0.15);
}

.review-rating {
    margin-bottom: 20px;
}

.review-rating i {
    color: var(--color-accent);
    font-size: 18px;
    margin-right: 3px;
}

.review-text {
    color: #C6C6C6;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.author-avatar {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

.author-avatar i {
    font-size: 50px;
    color: var(--color-primary);
}

.author-avatar img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-primary);
    display: block;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.author-info span {
    font-size: 13px;
    color: #A6A6A6;
}

/* FAQs Section */
.faqs-section {
    padding: 80px 0;
    background: #0f0f0f;
}

.faqs-section .accordion {
    --bs-accordion-bg: rgba(20, 20, 20, 0.8);
    --bs-accordion-border-color: rgba(91, 153, 231, 0.2);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-bg: rgba(91, 153, 231, 0.1);
    --bs-accordion-btn-color: #FFFFFF;
    --bs-accordion-active-color: var(--color-primary);
}

.faqs-section .accordion-item {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(91, 153, 231, 0.2);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faqs-section .accordion-button {
    font-size: 17px;
    font-weight: 600;
    padding: 20px 25px;
    color: #FFFFFF;
    background: transparent;
    box-shadow: none;
}

.faqs-section .accordion-button:not(.collapsed) {
    background: rgba(91, 153, 231, 0.1);
    color: var(--color-primary);
    box-shadow: none;
}

.faqs-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(91, 153, 231, 0.4);
}

.faqs-section .accordion-button::after {
    background-image: none;
    content: "\F282";
    font-family: "bootstrap-icons";
    color: var(--color-primary);
    font-size: 20px;
    width: auto;
    height: auto;
    background-size: auto;
}

.faqs-section .accordion-button:not(.collapsed)::after {
    content: "\F286";
    transform: none;
}

.faqs-section .accordion-body {
    padding: 20px 25px 25px;
    color: #C6C6C6;
    font-size: 15px;
    line-height: 1.7;
    background: rgba(10, 10, 10, 0.5);
}

@media (max-width: 992px) {
    .reviews-section,
    .faqs-section {
        padding: 60px 0;
    }
    
    .review-card {
        padding: 25px;
    }

    .linkedin-badge {
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        border-radius: 0 20px 0 10px;
    }

    .linkedin-badge i {
        font-size: 22px;
    }
    
    .faqs-section .accordion-button {
        font-size: 16px;
        padding: 18px 20px;
    }
    
    .faqs-section .accordion-body {
        padding: 18px 20px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .reviews-section,
    .faqs-section {
        padding: 50px 0;
    }
    
    .review-card {
        padding: 20px;
    }

    .linkedin-badge {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 0 20px 0 8px;
    }

    .linkedin-badge i {
        font-size: 20px;
    }
    
    .review-rating i {
        font-size: 16px;
    }
    
    .review-text {
        font-size: 14px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }

    .author-avatar i {
        font-size: 45px;
    }

    .author-avatar img {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px;
        max-height: 50px;
    }
    
    .author-info h4 {
        font-size: 15px;
    }
    
    .faqs-section .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }
    
    .faqs-section .accordion-body {
        padding: 16px 18px 18px;
        font-size: 13px;
    }
}

/* Trusted Collaborators Section */
.collaborators-section {
    padding: 80px 0 80px;
    background: #0a0a0a;
}

.collaborators-section .section-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--color-primary);
    margin-bottom: 20px;
    font-weight: 600;
}

.collaborators-section .section-header p {
    font-size: 26px;
    line-height: 1.5;
    color: #A6A6A6;
}

.collaborators-section .section-header p strong {
    color: var(--color-primary);
    font-weight: 600;
}

.collaborators-logos-wrapper {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.collaborators-logos-track {
    display: flex;
    width: fit-content;
    animation: scroll-logos 20s linear infinite;
}

.collaborators-logos-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.collaborators-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 20px;
    flex-shrink: 0;
}

.logo-item {
    flex: 0 0 auto;
    padding: 25px 35px;
    background: rgba(20, 20, 20, 0.5);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    min-width: 180px;
    max-width: 220px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item:hover {
    background: rgba(30, 30, 30, 0.7);
    border-color: rgba(91, 153, 231, 0.2);
    transform: translateY(-5px);
}

.company-logo {
    max-width: 140px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1) brightness(0.9);
}

.logo-item:hover .company-logo {
    opacity: 1;
    transform: scale(1.05);
    filter: brightness(0) invert(1) brightness(1.2);
}

@media (max-width: 992px) {
    .collaborators-section .section-header h2 {
        font-size: 20px;
    }
    
    .collaborators-section .section-header p {
        font-size: 22px;
    }
    
    .collaborators-logos {
        gap: 35px;
        padding: 25px 15px;
    }
    
    .logo-item {
        min-width: 160px;
        max-width: 190px;
        height: 95px;
        padding: 20px 28px;
    }
    
    .company-logo {
        max-width: 120px;
        max-height: 60px;
    }
}

@media (max-width: 576px) {
    .collaborators-section {
        padding: 60px 0 60px;
    }
    
    .collaborators-section .section-header h2 {
        font-size: 18px;
    }
    
    .collaborators-section .section-header p {
        font-size: 18px;
    }
    
    .collaborators-logos-wrapper {
        margin-top: 30px;
    }
    
    .collaborators-logos {
        gap: 25px;
        padding: 20px 10px;
    }
    
    .logo-item {
        min-width: 140px;
        max-width: 160px;
        height: 85px;
        padding: 18px 22px;
    }
    
    .company-logo {
        max-width: 100px;
        max-height: 50px;
    }
}

/* Course Page Styles */
.course-section {
    padding: 60px 0;
}

.course-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-primary) !important;
    margin-bottom: 30px;
}

.course-section .learning-objectives {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-section .learning-objectives li {
    padding: 15px 0;
    color: #E0E0E0 !important;
    border-bottom: 1px solid rgba(91, 153, 231, 0.1);
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.course-section .learning-objectives li:last-child {
    border-bottom: none;
}

.course-section .learning-objectives li i {
    color: var(--color-primary) !important;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.course-section .feature-card {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(91, 153, 231, 0.2);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.course-section .feature-card:hover {
    border-color: rgba(91, 153, 231, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(91, 153, 231, 0.2);
}

.course-section .feature-card i {
    font-size: 48px;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.course-section .feature-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF !important;
    margin-bottom: 15px;
}

.course-section .feature-card p {
    color: #C6C6C6 !important;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Mobile responsive styles */
@media (max-width: 992px) {
    .course-section {
        padding: 50px 0;
    }
    
    .course-section .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .course-section .learning-objectives li {
        padding: 12px 0;
        font-size: 15px;
    }
    
    .course-section .learning-objectives li i {
        font-size: 18px;
    }
    
    .course-section .feature-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .course-section .feature-card i {
        font-size: 42px;
        margin-bottom: 15px;
    }
    
    .course-section .feature-card h4 {
        font-size: 18px;
    }
    
    .course-section .feature-card p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .course-section {
        padding: 40px 0;
    }
    
    .course-section .container {
        padding: 0 20px;
    }
    
    .course-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .course-section .learning-objectives li {
        padding: 10px 0;
        font-size: 14px;
        gap: 10px;
    }
    
    .course-section .learning-objectives li i {
        font-size: 16px;
    }
    
    .course-section .feature-card {
        padding: 20px;
    }
    
    .course-section .feature-card i {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .course-section .feature-card h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .course-section .feature-card p {
        font-size: 13px;
    }
}

/* Hero Social Links - Ensure clickable */
.hero-social-links {
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.hero-social-links a {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10 !important;
}

/* Mobile Navigation Toggle - Ensure clickable */
.mobile-nav-toggle {
    position: relative;
    z-index: 10000 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    touch-action: manipulation;
}

.mobile-nav-toggle:active {
    opacity: 0.7;
}

/* Hide mega menu on mobile */
@media (max-width: 991px) {
    .navbar-mobile .mega-menu-dropdown {
        display: none !important;
    }
}

/* Mobile Navigation Menu - FIXED VERSION */
@media (max-width: 991px) {
    /* Force hide regular navbar on mobile */
    #navbar > ul {
        display: none !important;
    }
    
    /* Mobile navigation overlay - ALWAYS use ID for higher specificity */
    #navbar.navbar-mobile {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        z-index: 9998 !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
    }
    
    /* Mobile toggle button when menu is open */
    #navbar.navbar-mobile .mobile-nav-toggle {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        z-index: 10001 !important;
        color: #5b99e7 !important;
        color: var(--color-primary) !important;
        font-size: 36px !important;
        background: none !important;
        padding: 10px !important;
    }
    
    /* Mobile menu list */
    #navbar.navbar-mobile > ul {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 80px !important;
        right: 20px !important;
        bottom: 20px !important;
        left: 20px !important;
        padding: 30px 20px !important;
        border-radius: 15px !important;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
        border: 3px solid #5b99e7 !important;
        border: 3px solid var(--color-primary) !important;
        overflow-y: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: 0 10px 40px rgba(91, 153, 231, 0.5) !important;
    }
    
    /* Mobile menu items */
    #navbar.navbar-mobile > ul > li {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 5px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    #navbar.navbar-mobile > ul > li:last-child {
        border-bottom: none !important;
    }
    
    /* Mobile menu links */
    #navbar.navbar-mobile > ul > li > a {
        padding: 18px 20px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #FFFFFF !important;
        display: block !important;
        border-radius: 5px !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
    }
    
    #navbar.navbar-mobile > ul > li > a:hover,
    #navbar.navbar-mobile > ul > li > a:active {
        background: rgba(91, 153, 231, 0.2) !important;
        color: var(--color-primary) !important;
        transform: translateX(5px) !important;
    }
    
    /* Hide mega menu dropdown arrow */
    #navbar.navbar-mobile .mega-menu > a::after {
        content: '' !important;
    }
    
    /* Mobile courses submenu */
    #navbar.navbar-mobile .mega-menu.active .mega-menu-dropdown {
        display: block !important;
        position: static !important;
        background: rgba(0, 0, 0, 0.5) !important;
        border: 1px solid rgba(91, 153, 231, 0.3) !important;
        border-radius: 8px !important;
        padding: 10px !important;
        margin: 10px 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: none !important;
    }
    
    #navbar.navbar-mobile .mega-menu-dropdown .row {
        flex-direction: column !important;
    }
    
    #navbar.navbar-mobile .mega-menu-dropdown .col-lg-3 {
        max-width: 100% !important;
        flex: none !important;
    }
    
    #navbar.navbar-mobile .mega-menu-category h4 {
        color: #5b99e7 !important;
        color: var(--color-primary) !important;
        font-size: 14px !important;
        margin-top: 15px !important;
        margin-bottom: 8px !important;
    }
    
    /* Force blue color for mega menu headers */
    .mega-menu-category h4 {
        color: #5b99e7 !important;
    }
    
    #navbar.navbar-mobile .mega-menu-links {
        display: flex !important;
        flex-direction: column !important;
    }
    
    #navbar.navbar-mobile .mega-menu-links a {
        color: #C6C6C6 !important;
        font-size: 14px !important;
        padding: 8px 15px !important;
        font-weight: 400 !important;
    }
    
    #navbar.navbar-mobile .discount-badge {
        display: none !important;
    }
}

/* Card Stack Animation - Portrait Playing Card Style */
.card-stack-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 450px;
    perspective: 1200px;
    padding: 20px;
}

.card-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.course-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(0deg);
    width: 280px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    border-radius: 24px;
    border: 3px solid var(--color-primary);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(30, 30, 30, 0.95));
    box-shadow: 
        0 20px 50px rgba(91, 153, 231, 0.4),
        inset 0 0 30px rgba(91, 153, 231, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    z-index: 1;
}

.course-card span {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(170deg, var(--color-primary) 0%, var(--color-deep-blue) 30%, var(--color-mint-green) 70%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.4;
    max-width: 220px;
}

.course-card.active {
    opacity: 1;
    z-index: 10;
    transform: translate(-50%, -50%) rotateY(0deg) rotateZ(0deg) scale(1.05);
    box-shadow: 
        0 25px 60px rgba(91, 153, 231, 0.5),
        inset 0 0 35px rgba(91, 153, 231, 0.2),
        0 12px 25px rgba(0, 0, 0, 0.6);
}

.course-card.prev {
    opacity: 0.6;
    z-index: 5;
    transform: translate(-50%, -50%) rotateY(-20deg) rotateZ(-5deg) scale(0.88) translateX(-60px);
}

.course-card.next {
    opacity: 0.6;
    z-index: 5;
    transform: translate(-50%, -50%) rotateY(20deg) rotateZ(5deg) scale(0.88) translateX(60px);
}

.course-card.exit {
    opacity: 0;
    transform: translate(-50%, -50%) rotateY(-55deg) rotateZ(-15deg) scale(0.6) translateY(-150px);
    z-index: 1;
}

@media (max-width: 1024px) {
    .card-stack-container {
        max-width: 300px;
        height: 400px;
        padding: 15px;
    }
    
    .course-card {
        width: 240px;
        height: 320px;
        padding: 35px 25px;
        border-radius: 20px;
    }
    
    .course-card span {
        font-size: 24px;
        max-width: 190px;
    }
}

@media (max-width: 768px) {
    .card-stack-container {
        max-width: 260px;
        height: 350px;
        padding: 10px;
    }
    
    .course-card {
        width: 200px;
        height: 280px;
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .course-card span {
        font-size: 20px;
        max-width: 160px;
    }
}

/* Hero Section Dotted Background */
.hero-section {
    position: relative;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(91, 153, 231, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
    pointer-events: none;
}
.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
}
.hero-section .container-fluid {
    padding-left: 80px;
    position: relative;
}
.hero-social-links {
    position: absolute;
    right: 150px;
    bottom: 70px;
}
.hero-social-links a {
  font-size: 20px;
  display: inline-block;
  color: #C6C6C6;
  line-height: 0;
  margin-left: 36px;
  transition: 0.3s;
}
.hero-social-links a:hover {
  color: #C6C6C6;
}

.about-image-bg {
    position: relative;
}
/* about info text styles */
.about-info {
    padding: 60px 0 76px;
    background: #060606 url(../img/powerful-tool-bg.svg) no-repeat center center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.about-info h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;

    margin: 0 0 40px;
    letter-spacing: -0.015em;
    color: #A6A6A6;
}
.about-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #C6C6C6;
    margin: 0 auto 64px;
    width: 82%;
}
.btn-outline {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FDFDFD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;

    background: linear-gradient(to right, var(--color-deep-blue), var(--color-primary));
    border-radius: 18px;
    position: relative;
    z-index: 0;

}
.btn-outline::after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
    background: #060606;
    border-radius: 16px;
    transition: all 0.3s;
}
.about-info .btn-outline {
    width: 190px;
    height: 50px;
    margin: 0 auto;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:visited {
    /* border: 2px solid var(--color-primary); */
    outline: none;
    text-decoration: none;
    color: #FDFDFD;
    background: #212121;
    background: linear-gradient(to right, var(--color-primary), var(--color-mint-green));
}
.btn-outline:hover::after {
    background: #212121;
    border-radius: 18px;
}
/* responsive styles */
@media (max-width: 1400px) {
    .navbar a, .navbar a:focus {
        padding: 0 0 0 50px;
    }
    section.about {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .header {
        padding: 85px 0 0;
        position: relative;
    }
    .header-inner-page {
        background: url(../img/msite-header.png) no-repeat;
        background-size: 100% !important;
        height: 185px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    /* Ensure navbar is above everything */
    .navbar {
        position: relative;
        z-index: 9999 !important;
    }
    .header .logo {
        margin: 220px auto 0;
        padding-left: 85px;
    }
    .header-inner-page .logo {
        margin-top: 0;
    }
    .header .logo img {
        max-height: 72px;
        margin: 0;
    }
    .navbar {
        /* background: none; */
        align-self: flex-start;
    }
    .header.header-inner-page .navbar {
        align-self: flex-end;
    }
    .header.header-scrolled {
        background: linear-gradient(180deg, rgb(27 27 27) 40%, rgb(27 27 27 / 85%) 85%), rgb(27 27 27 / 0%) 100%;   
        padding: 50px 0;
    }
    .header.header-scrolled.header-inner-page {
        background: url(../img/msite-header.png) no-repeat;
        height: 115px;
        padding: 20px 0;
    }
    .header.header-scrolled .navbar {
        align-self: flex-end;
    }
    .header.header-scrolled .logo {
        margin-top: 0;
    }
    .hero-section .container-fluid {
        padding: 0;
    }
    .hero-video-bg {
        min-height: 50vh;
        height: 50%;
        top: 0;
        bottom: initial;
    }
    .hero-social-links {
        display: none;
    }
    .hero-section h1,
    .hero-section h2,
    .hero-section h3 {
        text-align: left;
    }
    .hero-section h1 {
        font-size: 74px;
        line-height: 90px;
        font-weight: 900;
        width: 80%;
        margin-bottom: 24px;
    }
    .hero-section h2, .hero-section h3 {
        font-weight: 700;
        font-size: 34px;
        line-height: 40px;
        margin: 0;
        width: 75%;
    }
    .hero-content {
        margin-top: 400px;
        padding-left: 37px;
    }
    .hero-section .btn-site-theme {
        float: left;
    }
    .hero-section {
        padding-bottom: 200px;
    }
    .hero-section .btn-site-theme {
        height: 75px;
        width: 322px;
        max-width: 322px;
    }
    .about .content h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .about .content h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .about .content p {
        font-size: 13px;
        margin-bottom: 32px;
    }
    .testimonials .swiper-slide {
        transform: scale(0.8);
    }
    .testimonials .swiper-slide-active {
        transform: scale(1);
    }
    .navbar.navbar-mobile {
        height: auto;
    }
    .navbar-mobile ul {
        padding: 20px 24px;
    }
    .header .navbar.navbar-mobile .mobile-nav-toggle {
        margin-top: 0;
        font-size: 32px;
    }
    .navbar.navbar-mobile > ul > li + li {
        margin-top: 12px;
    }
    .navbar.navbar-mobile > ul > li a {
        height: auto;
        padding: 0;
        line-height: 36px;
    }
    .navbar ul > li > a i {
        font-size: 14px;
        font-weight: bold !important;
    }
    .navbar ul > li > a i::before {
        font-weight: bold !important;
    }
    .navbar .getstarted, 
    .navbar .getstarted:focus {
        margin: 0 auto;
        width: 240px;
        height: 48px !important;
        border-radius: 10px;
        background: linear-gradient(170deg, var(--color-primary) 0%, var(--color-deep-blue) 50%, var(--color-primary) 100%);
    }
    .about-info {
        min-height: 60vh;
        background: #060606;
        background-size: 100%;
        position: relative;
    }
    .about-info::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #060606 url(../img/powerful-tool-bg-msite.png) no-repeat center center;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 0.3;
        filter: blur(4px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }

    .about .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .about .about-wrapper {
        box-shadow: 0px -30px 36px rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .about .about-wrapper::before {
        content: '';
        position: absolute;
        width: 85%;
        top: -3px;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-deep-blue) 100%);
        border-radius: 10px 10px 0 0;
    }
    .about .about-wrapper + .about-wrapper {
        margin-top: 0;
    }
    .about .content {
        margin: 0;
        padding: 60px 24px;
        position: static;
        background: linear-gradient(180.46deg, rgba(22, 22, 22, 0) 0.4%, rgba(46, 46, 46, 0.8) 42.52%);
    }
    .about .content .slide-content {
        text-align: center;
    }
    .about .slide-content .btn-site-theme {
        margin: 0 auto;
    }
    .about .content.content-left-aligned {
        padding: 60px 24px;
        align-items: center;
    }
    .about .content.content-right-aligned {
        padding-right: 0;
        align-items: center;
        padding: 60px 24px;
    }
    .about .content.content-right-aligned::after, 
    .about .content.content-left-aligned::after {
        display: none;
    }
    .about .content h2 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 32px;
        width: 300px;
        margin: 0 auto;
    }
    .about .content h3 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .about .content p {
        font-size: 14px;
        margin-bottom: 32px;
        text-align: center;
        width: 310px;
    }
    .clients .clients-box {
        padding: 44px 80px;
    }
    .partners-row {
        padding: 0 20px;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .header {
        padding: 45px 0 0;
    }
    .header.header-inner-page {
        padding: 0;
        height: 100px;
    }
    .header .logo {
        margin: 80px auto 0;
        padding-left: 85px;
    }
    .header .logo img {
        max-height: 40px;
        margin: 0;
    }
    .header.header-inner-page .logo {
        margin-top: 0;
        padding-left: 0;
    }
    .navbar {
        /* background: none; */
        align-self: flex-start;
        padding-right: 20px;
    }
    .header.header-inner-page .mobile-nav-toggle {
        margin-top: 12px;
    }
    .header.header-scrolled {
        background: linear-gradient(180deg, rgb(27 27 27) 40%, rgb(27 27 27 / 85%) 85%), rgb(27 27 27 / 0%) 100%;   
        padding: 12px 0;
    }
    .header.header-scrolled.header-inner-page {
        height: 100px;
        padding: 0 0;
    }
    .header.header-scrolled .navbar {
        align-self: flex-end;
    }
    .header.header-scrolled .logo {
        margin-top: 0;
        padding-left: 0;
        margin-left: 20px;
    }
    .header.header-scrolled.header-inner-page .logo {
        margin-left: auto;
    }
    .hero-section .container-fluid {
        padding: 0;
    }
    .hero-video-bg {
        min-height: 50vh;
        height: 50%;
        top: 0;
        bottom: initial;
    }
    .hero-social-links {
        display: none;
    }
    .hero-section h1,
    .hero-section h2,
    .hero-section h3 {
        text-align: left;
    }
    .hero-section h1 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 900;
        width: 90%;
        margin-bottom: 24px;
    }
    .hero-section h2, .hero-section h3 {
        font-size: 16px;
        line-height: 22px;
        width: 90%;
    }
    .hero-content {
        margin-top: 160px;
        padding-left: 40px;
    }
    .hero-section .btn-site-theme {
        float: left;
    }
    .hero-section {
        padding-bottom: 80px;
    }
    .hero-section .btn-site-theme {
        height: 48px;
        width: 185px;
        max-width: 185px;
        margin-top: 32px;
    }
    .clients {
        padding: 60px 0;
    }
    .partners-row {
        padding: 0 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    .partners-row .partner-item img {
        height: 30px;
    }
    .about .container {
        padding-left: 0;
        padding-right: 0;
    }
    .about .about-wrapper {
        box-shadow: 0px -30px 36px rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .about .about-wrapper::before {
        content: '';
        position: absolute;
        width: 85%;
        top: -3px;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-deep-blue) 100%);
        border-radius: 10px 10px 0 0;
    }
    .about .about-wrapper + .about-wrapper {
        margin-top: 0;
    }
    .about .content {
        margin: 0;
        padding: 60px 24px;
        position: static;
        background: linear-gradient(180.46deg, rgba(22, 22, 22, 0) 0.4%, rgba(46, 46, 46, 0.8) 42.52%);
    }
    .about .content.content-left-aligned {
        padding: 60px 24px;
        align-items: center;
    }
    .about .content.content-right-aligned {
        padding-right: 0;
        align-items: center;
        padding: 60px 24px;
    }
    .about .content.content-right-aligned::after, 
    .about .content.content-left-aligned::after {
        display: none;
    }
    .about .content h2 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 32px;
    }
    .about .content h3 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .about .content p {
        font-size: 14px;
        margin-bottom: 32px;
        text-align: center;
        width: 100%;
    }
    .about-info {
        min-height: 60vh;
        background: #060606;
        background-size: 100%;
        position: relative;
    }
    .about-info::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #060606 url(../img/powerful-tool-bg-msite.png) no-repeat center center;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 0.3;
        filter: blur(4px) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    .about-info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    section.testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonials .testimonial-item {
        padding: 30px 30px;
        margin-top: 0;
    }
    .testimonials .swiper-slide {
        transform: scale(0.8);
    }
    .testimonials .swiper-slide-active {
        transform: scale(1);
    }
    .recent-blog-posts {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-header h2 {
        font-size: 18px;
    }
    section.contact {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .footer .footer-top {
        padding: 40px 0;
    }
    .footer .copyright-row {
        height: auto;
    }
    .footer .copyright {
        justify-content: center;
        height: 30px;
        padding-top: 12px;
    }
    .footer .social-links {
        justify-content: center;
        height: 40px;
    }
    .footer .social-links a {
        margin: 0 12px 0;
    }

    .clients .clients-box {
        padding: 20px;
    }
    .blog-post-box-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .recent-blog-posts .post-box {
        width: 90%;
        margin: 0 auto;
    }
    
    /* Center course cards in mobile view */
    .recent-blog-posts .row {
        justify-content: center;
    }
    
    .recent-blog-posts .col-lg-4,
    .recent-blog-posts .col-md-6 {
        display: flex;
        justify-content: center;
    }
}



/* circles */

.stats-section {
    background: linear-gradient(92.99deg, #0B0B0B 0%, #0E0E0E 55.41%);
}
.progeessbarWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.progressbar {
    display: inline-block;
    width: 276px;
    margin: 25px;
}
.circle {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 300px;
}
.circle lottie-player {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    max-width: 100% !important;
}
/* Make lottie animation circles thinner */
.circle lottie-player svg path {
    stroke-width: 3 !important;
}
.circle lottie-player svg g path {
    stroke-width: 3 !important;
}
.circle .circleText {
    text-align: center;
}
.circle .circleText strong {
    display: block;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    text-align: center;
}
.circle .circleText p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #C7C7C7;
    margin: 0;
}
.circle .circleText p span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #C7C7C7;
}
@media (max-width: 1024px) {
    .progeessbarWrap {
        flex-direction: row;
    }
    .progressbar {
        width: 200px;
    }
    .progressbar canvas {
        width: 200px !important;
        height: 200px !important;
    }
    .circle .circleText strong {
        font-size: 42px;
    }
}
@media (max-width: 600px) {
    .progeessbarWrap {
        flex-direction: column;
    }
}
/* ======================================= */
            /* idea page styles */
/* ======================================= */

.idea-hero-section {
    width: 100%;
    height: 100vh;
    background: #000000;
    position: relative;
}
.idea-hero-section h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.015em;
    color: var(--color-primary);
    margin: 0 0 78px;
}
.idea-hero-section p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #8E8B8B;
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
}
.idea-hero-section a {
    margin: 70px auto 0;
    width: 310px;
    height: 48px;
}

/* SKU Use case */
section.idea-use-case {
    padding: 98px 0 220px;
    background: #070707;
}
.idea-use-case .section-header {
    padding-bottom: 84px;
}
.idea-use-case .use-case-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.idea-use-case .use-case-wrapper .use-case-box {
    position: relative;
    border-radius: 14px;
    flex: 1;
    max-width: 312px;
    height: 300px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.25);
}
.idea-use-case .use-case-wrapper .use-case-box .use-case-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.idea-use-case .use-case-wrapper .use-case-box .use-case-image img {
    width: 100%;
}
.idea-use-case .use-case-wrapper .use-case-box .use-case-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #272727 21.68%, rgba(0, 0, 0, 0) 170.17%);
    border-radius: 14px;
    /* cursor: pointer; */
}
.idea-use-case .use-case-wrapper .use-case-box .use-case-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.015em;

    color: #C6C6C6;
}
.idea-use-case .use-case-wrapper .use-case-box .use-case-content a {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.05em;
    color: #C6C6C6;
}
@media (max-width: 1200px) {
    section.idea-use-case {
        padding: 220px 0;
    }
    .idea-use-case .use-case-wrapper .use-case-box {
        height: 210px;
    }
}
@media (max-width: 600px) {
    section.idea-use-case {
        padding: 110px 0;
    }
    .idea-use-case .use-case-wrapper {
        flex-direction: column;
    }
}
/* technology behind */
.technology-behind {
    padding: 90px 0 445px;
    background: #000000;
}
.technology-behind .technology-info-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
}
.technology-behind .technology-info-row h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin: 0 0 18px;
}
.technology-behind .technology-info-row ol {
    padding: 0;
    margin: 0;
    padding-inline-start: 20px;
    width: 81%;
}
.technology-behind .technology-info-row ol li,
.technology-behind .technology-info-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #C6C6C6;
    margin: 0;
}
@media (max-width: 1200px) {
    .technology-info-row img.m-center {
        display: block;
        margin: 0 auto 90px;
    }
    .technology-behind .technology-info-row {
        padding: 60px 0;
    }
    .technology-info-content {
        margin: 0 40px;
    }
    .technology-behind .technology-info-row.reverse-order {
        flex-direction: column-reverse;
    }
    .technology-behind {
        padding-bottom: 150px;
    }
}
@media (max-width: 600px) {
    .technology-behind .technology-info-row h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .technology-info-content {
        margin: 0 20px;
    }
    .technology-behind .technology-info-row ol {
        width: 100%;
    }
}
/* onboard sku */
.onboard-sku {
    background: #070707;
    padding: 94px 0 155px;
}
.onboard-sku .section-header {
    padding-bottom: 110px;
}
.onboard-sku .section-header h2 {
    text-transform: none;
}
.onboard-sku .process-flow-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.onboard-sku .process-flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.onboard-sku .process-flow-box span.process-image {
    width: 217px;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}
.onboard-sku .process-flow-box span.process-image img {
    width: 100%;
}
.onboard-sku .process-flow-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C6C6C6;
}
@media (max-width: 1200px) {
    .onboard-sku {
        background: #070707;
        padding: 160px 0;
        background: #0C0C0C;
    }
    .onboard-sku .process-flow-box span.process-image {
        width: 165px;
        height: 165px;
    }
    .onboard-sku .process-flow-box-wrapper {
        gap: 30px;   
    }
    .onboard-sku .process-flow-box p {
        font-size: 12px;
        line-height: 15px;
        color: #C7C7C7;
    }
}
@media (max-width: 600px) {
    .onboard-sku .process-flow-box-wrapper {
        flex-direction: column;
    }
}
/* recognition model */
.recognition-model {
    background: #000000;
    padding: 100px 0 250px;
}
.recognition-model .section-header {
    padding-bottom: 125px;
}
.recognition-model .recognition-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 145px;
}
.recognition-model .recognition-box-wrapper .recognition-box {
    max-width: 370px;
    flex: 1;
}
.recognition-model .recognition-box-wrapper .recognition-box .recognition-image {
    width: 100%;
    height: 362px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 35px;
}
.recognition-model .recognition-box-wrapper .recognition-box .recognition-image img {
    width: 100%;
}
.recognition-model .recognition-box-wrapper .recognition-box p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #C6C6C6;
}
@media (max-width: 1200px) {
    .recognition-model {
        padding: 100px 0 165px;
    }
}
@media (max-width: 600px) {
    .recognition-model .recognition-box-wrapper {
        flex-direction: column;
        gap: 100px;
    }
    .recognition-model .recognition-box-wrapper .recognition-box .recognition-image img {
        width: 80%;
    }
}
/* idea integration */
.idea-integration {
    padding: 110px 0 47px;
    background: #070707;
}
.idea-integration .integration-info-row img.rounded {
    border-radius: 20px !important;
}
.idea-integration .integration-info-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
}
.idea-integration .integration-info-row h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.015em;
    /* text-transform: uppercase; */
    color: var(--color-primary);
    margin: 0 0 18px;
}
.idea-integration .integration-info-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #C6C6C6;
    margin: 0;
}
.idea-integration .integration-info-row a {
    margin: 34px 0 0;
    height: 36px;
    width: 210px;
    font-size: 12px;
    border-radius: 13px;
}
.idea-integration .integration-info-row a::after {
    border-radius: 12px;
}
.idea-integration .integration-info-row .idea-integration-image.desktop {
    display: block;
}
.idea-integration .integration-info-row .idea-integration-image.msite {
    display: none;
}
@media (max-width: 1200px) {
    .idea-integration .integration-info-row {
        padding: 0 0 100px;
    }
    .idea-integration .integration-info-row.right {
        flex-direction: column-reverse;
    }
    .idea-integration .integration-info-row .idea-integration-image {
        margin: 0 auto 74px;
        display: block;
    }
    .idea-integration .integration-info-row .idea-integration-image.desktop {
        display: none;
    }
    .idea-integration .integration-info-row .idea-integration-image.msite {
        display: block;
    }
    .idea-integration .integration-info-row .idea-integration-content {
        text-align: center;
    }
    .idea-integration .integration-info-row a {
        margin: 34px auto;
    }
}
@media (max-width: 500px) {
    .idea-integration .integration-info-row .idea-integration-image.desktop {
        display: none;
    }
    .idea-integration .integration-info-row .idea-integration-image.msite {
        display: block;
    }
}
/* ======================================= */
            /* service page styles */
/* ======================================= */
.service-hero-section {
    min-height: 767px;
    width: 100%;
    padding-top: 120px;
    position: relative;
    background-image: linear-gradient(90deg, #070707 10%, #070707 30%, #000000 30%, #000000 100%);
}
.service-hero-section .container-fluid {
    padding: 0 93px;
}
.service-hero-content {
    padding-left: 65px;
    max-width: 625px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-hero-content h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.015em;
    color: var(--color-primary);
    margin: 0 0 15px;
}
.service-hero-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #C6C6C6;
    margin: 0;
}
.service-hero-content a {
    margin: 24px 0 0;
    border-radius: 13px;
    height: 36px;
    width: 146px;
    font-size: 12px;
}
.service-hero-content a::after {
    border-radius: 12px !important;
}
@media (max-width: 1200px) {
    .service-hero-section {
        padding-top: 300px;
    }
    .service-hero-section .container-fluid {
        padding: 0 24px;
    }
    .inner-page-benner-image {
        max-width: 538px;
        margin: 0 auto;
        display: block;
    }
    .service-hero-content {
        padding-left: 0;
        max-width: 90%;
        text-align: center;
        margin: 80px auto 0;
    }
    .service-hero-content h2 {
        margin-bottom: 100px;
    }
    .service-hero-content p {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.04em;
    }
    .service-hero-content a {
        margin: 24px auto 0;
    }
}
@media (max-width: 767px) {
    .service-hero-section {
        padding-top: 180px;
    }
    .inner-page-benner-image {
        max-width: 100%;
    }
    .service-hero-content {
        padding-left: 0;
        max-width: 90%;
        text-align: center;
        margin: 40px auto 0;
    }
    .service-hero-content h2 {
        margin-bottom: 40px;
    }
    .service-hero-content p {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.04em;
    }
    .service-hero-content a {
        margin: 24px auto 0;
    }
}
/* shelf merchandising */
.why-shelf-merchandising {
    background: #000000;
    padding: 130px 0 145px;
}
.why-shelf-merchandising .section-header {
    padding-bottom: 136px;
}
.why-shelf-merchandising .section-header h2 {
    text-transform: none;
    font-size: 34px;
    font-weight: 600;
    color: #A6A6A6;
}
.shelf-merchandising-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
.shelf-merchandising-wrapper .box {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shelf-merchandising-wrapper .box .percentage-text-grad {
    background: linear-gradient(to bottom, var(--color-primary) 0%, var(--color-secondary) 100%);
	-webkit-background-clip: text;
    background-clip: text;
	-webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 88px;
    line-height: 107px;
    letter-spacing: -0.05em;
    margin: 0;
    padding-right: 5px;
}
.shelf-merchandising-wrapper .box .merchandising-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.015em;
    margin: 0;
    color: #A6A6A6;
}
@media (max-width: 1200px) {
    .why-shelf-merchandising {
        padding-bottom: 130px;
    }
    .why-shelf-merchandising .section-header {
        padding-bottom: 48px;
    }
    .shelf-merchandising-wrapper {
        /* flex-direction: column; */
        gap: 40px;
    }    
    .shelf-merchandising-wrapper .box .percentage-text-grad {
        font-size: 60px;
        line-height: 96px;
    }
    .shelf-merchandising-wrapper .box .merchandising-content {
        font-size: 16px;
        line-height: 22px;
    }
} 

@media (max-width: 767px) {
    .why-shelf-merchandising {
        padding-bottom: 130px;
    }
    .why-shelf-merchandising .section-header {
        padding-bottom: 48px;
    }
    .shelf-merchandising-wrapper {
        /* flex-direction: column; */
        gap: 20px;
    }    
    .shelf-merchandising-wrapper .box .percentage-text-grad {
        font-size: 40px;
        line-height: 76px;
    }
    .shelf-merchandising-wrapper .box .merchandising-content {
        font-size: 12px;
        line-height: 18px;
    }
}
/* how does it work */
.how-it-works {
    padding: 100px 0 185px;
    background: #070707;
}
.how-it-works .section-header {
    padding-bottom: 48px;
}
.work-box {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 140px;
    margin-top: 104px;
}
.work-box + .work-box {
    margin-top: 192px;
}
.work-box + .work-box::before {
    position: absolute;
    content: '';
    width: 48%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    border-radius: 4px;
    top: -96px;
}
.work-box .work-image {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-box .work-image img {
    width: auto;
    height: 220px;
}
.work-box .work-content {
    max-width: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.work-box .work-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.015em;
    color: var(--color-primary);
    margin: 0 0 10px;
}
.work-box .work-content ul {
    margin: 15px 0 0;
    padding: 0 0 0 15px;
}
.work-box .work-content p,li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #C6C6C6;
    margin: 0;
}
@media (max-width: 1200px) {
    .work-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        gap: 80px;
    }
    .work-box + .work-box {
        margin-top: 150px;
    }
    .work-box + .work-box::before {
        top: -46px;
    }
    .work-box .work-image {
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .work-box .work-image img {
        width: auto;
        height: 220px;
    }
    .work-box .work-content {
        width: 80%;
        margin: 0 auto;
        max-width: 480px;
    }
    .work-box .work-content p,li {
        font-size: 18px;
        line-height: 22px;
    }
    .work-box.content-left .work-content {
        margin: 0 auto;
    }
    .work-box.content-left {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .work-box .work-image img {
        height: 232px;
    }
}
/* need advice */
.need-advice {
    background: #0F0F0F;
    padding: 120px 0 140px;
}
.need-advice h3 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.015em;
    color: var(--color-primary);
}
.need-advice p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #C6C6C6;
    margin: 0 auto;
    max-width: 800px;
}
.need-advice a {
    width: 207px;
    height: 36px;
    font-size: 12px;
    border-radius: 13px;
    margin: 74px auto 0;
}
.need-advice a::after {
    border-radius: 13px !important;
}
@media (max-width: 1200px) {
    .need-advice {
        padding: 120px 24px 140px;
    }
}

.modal-content {
    background: linear-gradient(113.6deg, #0C0C0C 0%, #060606 100%);
}
.modal-title {
    color: #A6A6A6;
}
.modal-header {
    border-bottom: 1px solid #1e1e1e;
}
.modal-content .btn-close {
    color: #d1923d;
    font-size: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    font-weight: bold;
    opacity: 1;
    border: 0;
    box-shadow: none !important;
}
.modal-content .btn-close:focus {
    border: 0;
    outline: none;
}
.modal-content {
    box-shadow: 0px 0px 15px 7px rgb(255 255 255 / 9%);
    border-radius: 10px;
}
.modal-backdrop.show {
    opacity: 0.7;
}


/*width*/
body::-webkit-scrollbar {
    width:auto;
}
/*track*/
body::-webkit-scrollbar-track {
    background:rgb(64, 64, 64);
    border-color:rgb(255, 255, 255);
}
/*thumb*/
body::-webkit-scrollbar-thumb {
    background: rgb(91, 153, 231);
    border-style:solid;
    border-radius:10px;
    box-shadow:rgb(56, 56, 56) 0px 10px 10px, rgb(0, 0, 0) 0px 0px 0px inset;
}
/*thumb hover*/
body::-webkit-scrollbar-thumb:hover {
    background:rgba(231, 202, 149, 1);
}
/*thumb pressed*/
body::-webkit-scrollbar-thumb:active {
    background:rgba(160, 160, 160, 0.5);
}

#skuVisibilityInARetailStoreModal #skuVisibilityInARetailStoreModalLabel{
    text-align: center;
    width: 100%;
}
.text-align-left p{
    text-align: left;
}
.text-color-white{
    color: #C6C6C6 !important;
}
.sub-heading{
    font-weight: 300 !important;
}
.pdf-preview-image{
    height: 400px;
    width: auto;
}
#downloadFullReportBtn{
    width: 220px;
    height: 40px;
    position: relative;
    top: 220px;
    z-index: 200;
    /* background-color: transparent !important; */
    /* background: linear-gradient(to right, transparent, transparent) !important; */
    /* border: 2px solid var(--color-deep-blue); */
}
#downloadFullReportBtn::after{
    background: transparent !important;
}
.transparent-black-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 500px;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 100;
}
@media (max-width: 600px) {
    .transparent-black-bg{
        position: absolute;
        /* top: 80vh; */
        left: 0;
        width: 100%;
        margin-top: 500px;
    }
    .pdf-preview-image{
        margin-top: 50px;
    }
}

/* ======================================= */
        /* Rolling Text Animation */
/* ======================================= */
#hero .row {
    min-height: 500px !important;
}

#hero .rolling-text-container-right {
    height: 75px !important; /* Set to 75px to show one course cleanly (70px item + 5px buffer) */
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-start !important; /* Changed from center to flex-start to align to top */
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    max-width: 450px !important;
    padding: 0 !important;
}

#hero .rolling-text-wrapper {
    display: flex !important;
    flex-direction: column !important;
    animation: rollWithPause 12s infinite ease-in-out !important; /* Reduced from 18s to 12s for faster transitions */
    width: 100% !important;
    /* Removed gap - using margin-bottom on items instead to prevent double spacing */
}

#hero .rolling-text-item {
    height: 70px !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    position: relative !important; /* Ensure proper positioning */
    border: 2px solid var(--color-primary) !important;
    box-shadow: 0 4px 16px rgba(91, 153, 231, 0.3), inset 0 0 10px rgba(91, 153, 231, 0.1) !important;
    background-color: rgba(20, 20, 20, 0.95) !important;
    color: var(--color-primary) !important;
    margin-bottom: 10px !important;
}

/* Removed ::before pseudo-element to eliminate extra decorative layer */

/* Seamless infinite rolling animation (80px = 70px height + 10px margin) */
@keyframes rollWithPause {
    0%, 14% {
        transform: translateY(0);
    }
    16.66%, 30.66% {
        transform: translateY(-80px);
    }
    33.32%, 47.32% {
        transform: translateY(-160px);
    }
    49.98%, 63.98% {
        transform: translateY(-240px);
    }
    66.64%, 80.64% {
        transform: translateY(-320px);
    }
    83.3%, 97.3% {
        transform: translateY(-400px);
    }
    100% {
        transform: translateY(-480px); /* Reset to -480px (6 items) for seamless loop */
    }
}

/* Fallback old animation */
@keyframes roll {
    0% {
        transform: translateY(0);
    }
    16.66% {
        transform: translateY(-80px);
    }
    33.32% {
        transform: translateY(-160px);
    }
    49.98% {
        transform: translateY(-240px);
    }
    66.64% {
        transform: translateY(-320px);
    }
    83.3% {
        transform: translateY(-400px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    #hero .rolling-text-container-right {
        height: 63px !important; /* Set to 63px to show one course cleanly (60px item + 3px buffer) */
        padding: 0 !important;
    }
    
    #hero .rolling-text-item {
        height: 60px !important;
        min-height: 60px !important;
        font-size: 18px !important;
        line-height: 1.4 !important;
        border-radius: 10px !important;
        padding: 10px 15px !important;
        margin-bottom: 8px !important;
    }
    
    @keyframes rollWithPause {
        0%, 14% {
            transform: translateY(0);
        }
        16.66%, 30.66% {
            transform: translateY(-68px);
        }
        33.32%, 47.32% {
            transform: translateY(-136px);
        }
        49.98%, 63.98% {
            transform: translateY(-204px);
        }
        66.64%, 80.64% {
            transform: translateY(-272px);
        }
        83.3%, 97.3% {
            transform: translateY(-340px);
        }
        100% {
            transform: translateY(0);
        }
    }
}

@media (max-width: 991px) {
    #hero .row {
        min-height: auto !important;
    }
    
    #hero .col-lg-7,
    #hero .col-lg-5 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    #hero .rolling-text-container-right {
        height: 53px !important; /* Set to 53px to show one course cleanly (50px item + 3px buffer) */
        margin: 15px 0 !important;
        padding: 0 !important;
        max-width: 320px !important;
    }
    
    #hero .rolling-text-item {
        height: 50px !important;
        min-height: 50px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        border-radius: 10px !important;
        padding: 8px 12px !important;
        margin-bottom: 6px !important;
    }
    
    /* Removed ::before pseudo-element reference */
    
    @keyframes rollWithPause {
        0%, 14% {
            transform: translateY(0);
        }
        16.66%, 30.66% {
            transform: translateY(-56px);
        }
        33.32%, 47.32% {
            transform: translateY(-112px);
        }
        49.98%, 63.98% {
            transform: translateY(-168px);
        }
        66.64%, 80.64% {
            transform: translateY(-224px);
        }
        83.3%, 97.3% {
            transform: translateY(-280px);
        }
        100% {
            transform: translateY(0);
        }
    }
}