﻿.speak-item {
    font-size: 14px;
    line-height: 22px;
}

#testi {
    padding: 0px 0px 0 10px !important;
}

.fixedsidebar-ads {
    top: 80px;
    padding-right: 100px !important;
}

.openpostitle {
    color: #343434;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.openmaincontent {
    color: #313131;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
}

.t-icon {
    width: 30px;
    left: 12%;
    position: absolute
}

@media only screen and (max-width: 759px) {
    .t-icon {
        width: 30px;
        left: 34%;
        position: absolute
    }
}


.hero-section {
    background-color: #283fbb;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}



.ways-glassy-card {
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.4), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(147, 197, 253, 0.5);
    box-shadow: 0 4px 16px rgba(16, 17, 36, 0.2);
    border-radius: 12px;
    overflow: hidden;
    padding: 1.5rem;
    transition: all 0.3s ease;
    text-align: center;
    transform: translateY(0);
}

    .ways-glassy-card:hover {
        transform: translateY(-0.25rem);
        box-shadow: 0 6px 20px rgba(16, 17, 36, 0.3);
        border-color: rgba(147, 197, 253, 0.7);
    }

@supports not (backdrop-filter: blur(12px)) {
    .ways-glassy-card {
        background: linear-gradient(135deg, rgba(219, 234, 254, 0.7), rgba(255, 255, 255, 0.5));
    }
}

[data-bs-theme="dark"] .ways-glassy-card {
    background: rgba(255, 255, 255, 0.05);
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.video-card {
    background: #1f2937;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}

    .video-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.course-info {
    padding: 20px;
}

.course-name {
    font-size: 1rem;
    font-weight: 600;
    color: #e3e3e3;
    margin-bottom: 5px;
    line-height: 1.4;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 0.9rem;
}

.linkedin-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s;
}

    .linkedin-link:hover {
        color: #004499;
    }

.header {
    text-align: center;
}

    .header h1 {
        color: #333;
        margin-bottom: 10px;
    }

    .header p {
        color: #666;
        max-width: 600px;
        margin: 0 auto;
    }

.vid-section {
    background-color: #111827;
    padding: 4rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.vid-title {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.vid-subtitle {
    color: #d1d5db;
    font-size: 1.25rem;
    max-width: 48rem;
    margin: 0 auto;
}

.vid-card {
    background-color: #1f2937;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.vid-card-number {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.vid-card-number--cyan {
    color: #22d3ee;
}

.vid-card-number--purple {
    color: #a855f7;
}

.vid-card-number--emerald {
    color: #10b981;
}

.vid-card-text {
    color: #d1d5db;
}

.vid-cta-text {
    color: #d1d5db;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.vid-cta-button {
    background-image: linear-gradient(to right, #22d3ee, #14b8a6);
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

    .vid-cta-button:hover {
        background-image: linear-gradient(to right, #06b6d4, #0d9488);
        transform: scale(1.05);
    }

:root {
    --faq-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --faq-text-color: #333;
    --accordion-bg: rgba(255, 255, 255, 0.4);
    --accordion-border: rgba(255, 255, 255, 0.8);
    --accordion-content-bg: rgba(255, 255, 255, 0.15);
    --accordion-content-border: rgba(255, 255, 255, 0.3);
    --shadow-color: rgba(0, 0, 0, 0.1);
    --ways-icon-color: black;
}

[data-bs-theme="dark"] {
    --faq-bg: linear-gradient(135deg, #1a1a1a 0%, #2a2a3a 100%);
    --faq-text-color: #e0e0e0;
    --accordion-bg: rgba(40, 40, 40, 0.4);
    --accordion-border: rgba(100, 100, 100, 0.5);
    --accordion-content-bg: rgba(40, 40, 40, 0.3);
    --accordion-content-border: rgba(100, 100, 100, 0.4);
    --shadow-color: rgba(0, 0, 0, 0.3);
    --ways-icon-color: white;
}

.review-card {
    background: var(--accordion-bg);
    border: 1px solid var(--accordion-border);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: box-shadow 0.2s;
    color: var(--faq-text-color);
    box-shadow: 0 1px 2px 0 var(--shadow-color); /* shadow-sm equivalent */
}

    .review-card:hover {
        box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -2px var(--shadow-color); /* shadow-lg equivalent */
    }

.profile-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
}

.verified-icon, .location-icon, .calendar-icon {
    width: 0.75rem;
    height: 0.75rem;
    stroke: var(--ways-icon-color);
}

.star-icon {
    width: 1rem;
    height: 1rem;
    fill: #facc15;
    stroke: #facc15;
}

.badge-primary {
    background-color: #e0f2fe;
    color: #1e40af;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.review-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--faq-text-color);
}

.helpful-text {
    font-size: 0.75rem;
    color: #6b7280;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
