/* Banner Styles with Background Image */
/* Reset */
.company-simple-banner * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Banner Container */
/* Banner Container */
.company-simple-banner {
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url('https://images.unsplash.com/photo-1462206092226-f46025ffe607?q=80&w=1174&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 3rem;
}



.company-banner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.company-banner-inner {
    padding: 4rem 0;
}

/* Content */
.company-banner-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.company-banner-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.company-banner-divider {
    width: 80px;
    height: 3px;
    background: #4299e1;
    margin: 0 auto 1.5rem;
    border-radius: 2px;
}

.company-banner-tagline {
    font-size: 1.50rem;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Subtle Hover Effect */
.company-banner-content:hover .company-banner-divider {
    width: 120px;
    transition: width 0.3s ease;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .company-banner-main-title {
        font-size: 2.25rem;
    }

    .company-banner-inner {
        padding: 3.5rem 0;
    }
}

@media (max-width: 768px) {
    .company-banner-main-title {
        font-size: 2rem;
    }

    .company-banner-tagline {
        font-size: 1.125rem;
    }

    .company-banner-inner {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .company-banner-main-title {
        font-size: 1.75rem;
        letter-spacing: -0.25px;
    }

    .company-banner-tagline {
        font-size: 1rem;
    }

    .company-banner-inner {
        padding: 2.5rem 0;
    }

    .company-banner-divider {
        width: 60px;
        height: 2px;
    }
}

/* Card Hover Effects */
.learning-card {
    transition: all 0.3s ease;
    border-radius: 12px;
}



.learning-card-img {
    transition: transform 0.5s ease;
}

.learning-card:hover .learning-card-img {
    transform: scale(1.05);
}

/* Fix for the guides section */
.learning-guide-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.learning-guide-card .row {
    height: 100%;
    margin: 0;
}

.learning-guide-image {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.learning-guide-body {
    padding: 1.25rem !important;
}

.learning-guide-heading {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
}

.learning-guide-text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #6c757d !important;
}

.learning-guide-footer {
    width: 100%;
}

.learning-guide-date {
    font-size: 0.85rem;
}

.learning-guide-btn {
    font-size: 1.3rem;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

.learning-guide-status {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}

/* Ensure proper column heights */
.col-md-5,
.col-md-7 {
    display: flex;
    flex-direction: column;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .learning-guide-card {
        height: auto;
    }

    .learning-guide-image {
        height: 200px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        min-height: auto;
    }

    .col-md-5 {
        height: 200px;
    }

    .learning-guide-body {
        padding: 1rem !important;
    }
}

@media (min-width: 769px) {
    .col-md-5 {
        min-height: 250px;
    }
}

/* Reset and Base Styles */
.company-video-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Container */
.company-video-section {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0;
}

.company-video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Video Wrapper */
.company-video-wrapper {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-video-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Thumbnail Section */
.company-video-thumbnail {
    width: 100%;
    height: 300px;
    position: relative;
}

.company-thumbnail-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.company-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.company-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(229, 57, 53, 0.3), rgba(0, 0, 0, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-play-button {
    width: 70px;
    height: 70px;
    background: #e53935;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.company-play-button:hover {
    background: #c62828;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(229, 57, 53, 0.4);
}

.company-play-icon {
    width: 28px;
    height: 28px;
    color: white;
    margin-left: 4px;
}

.company-video-duration {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

/* Content Section */
.company-video-content {
    padding: 2rem;
}

.company-content-wrapper {
    max-width: 100%;
}

/* Header */
.company-video-header {
    margin-bottom: 2rem;
}

.company-video-icon {
    margin-bottom: 1rem;
}

.company-youtube-icon {
    width: 48px;
    height: 48px;
    color: #e53935;
}

.company-video-title {
    font-size: 2.75rem !important;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.company-video-description {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #718096;
    margin-bottom: 1.5rem;
}

/* Actions */
.company-video-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.company-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.company-youtube-btn {
    background: #e53935;
    color: white;
    font-size: 1.4rem;
}

.company-youtube-btn:hover {
    background: #c62828;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.3);
}

.company-videos-btn {
    background: white;
    color: #2d3748;
    border-color: #e2e8f0;
}

.company-videos-btn:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.company-btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Features */
.company-video-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.company-feature {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.company-feature:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.company-feature-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.company-bell-icon {
    width: 32px;
    height: 32px;
    color: #f6ad55;
}

.company-chart-icon {
    width: 32px;
    height: 32px;
    color: #4299e1;
}

.company-feature-content {
    flex: 1;
}

.company-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.company-feature-text {
    font-size: 1.2rem;
    color: #718096;
    line-height: 1.5;
}

/* Stats */
.company-video-stats {
    display: flex;
    justify-content: space-around;
    padding-top: 1.5rem;
    border-top: 2px solid #e2e8f0;
}

.company-stat {
    text-align: center;
}

.company-stat-number {
    font-size: 3rem !important;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.company-stat:nth-child(1) .company-stat-number {
    color: #4299e1;
}

.company-stat:nth-child(2) .company-stat-number {
    color: #48bb78;
}

.company-stat:nth-child(3) .company-stat-number {
    color: #ed8936;
}

.company-stat-label {
    font-size: 1.2rem;
    color: #718096;
    font-weight: 500;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .company-video-wrapper {
        flex-direction: row;
    }

    .company-video-thumbnail {
        width: 50%;
        height: auto;
        min-height: 400px;
    }

    .company-video-content {
        width: 50%;
        padding: 3rem;
    }

    .company-video-actions {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-video-title {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) {
    .company-video-container {
        padding: 0 2rem;
    }

    .company-video-title {
        font-size: 2.25rem;
    }

    .company-stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .company-video-thumbnail {
        height: 250px;
    }

    .company-video-content {
        padding: 1.5rem;
    }

    .company-play-button {
        width: 60px;
        height: 60px;
    }

    .company-play-icon {
        width: 24px;
        height: 24px;
    }

    .company-video-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .company-video-thumbnail {
        height: 200px;
    }

    .company-video-content {
        padding: 1.25rem;
    }

    .company-action-button {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .company-feature {
        padding: 1rem;
    }

    .company-video-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* Reset */
.company-search-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Container */
.company-search-section {
    width: 100%;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

.company-search-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Card */
.company-search-card {}

/* Header */
.company-search-header {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 10rem;
}

.company-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #4299e1;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.company-search-svg {
    width: 32px;
    height: 32px;
    color: white;
}

.company-search-title {
    font-size: 3.0rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.company-search-subtitle {
    font-size: 1.9rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Search Box */
.company-search-box {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.company-search-input-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
}

.company-search-input {
    flex: 1;
    padding: 1.25rem 1.5rem;
    font-size: 1.125rem;
    border: 2px solid #cbd5e0;
    border-radius: 12px 0 0 12px;
    background: white;
    color: #2d3748;
    transition: all 0.3s ease;
}

.company-search-input:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

.company-search-input::placeholder {
    color: #a0aec0;
}

.company-search-button {
    padding: 0 2rem;
    background: #4299e1;
    color: white;
    border: none;
    border-radius: 0 12px 12px 0;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.company-search-button:hover {
    background: #3182ce;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.company-search-btn-icon {
    width: 20px;
    height: 20px;
}

/* Suggestions */
.company-search-suggestions {
    text-align: center;
}

.company-suggestions-label {
    display: block;
    color: #718096;
    font-size: 1.0rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.company-suggestions-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.company-tag {
    padding: 0.5rem 1rem;
    background: white;
    color: #4299e1;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #cbd5e0;
    transition: all 0.3s ease;
}

.company-tag:hover {
    background: #4299e1;
    color: white;
    border-color: #4299e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(66, 153, 225, 0.2);
}

/* Popular Searches */
.company-popular-searches {
    margin-bottom: 4rem;
}

.company-popular-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 1.5rem;
}

.company-popular-tags {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.company-popular-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: white;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.company-popular-tag:hover {
    background: #f7fafc;
    border-color: #4299e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.company-tag-text {
    color: #2d3748;
    font-weight: 500;
    font-size: 0.95rem;
}

.company-tag-count {
    background: #edf2f7;
    color: #718096;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.company-popular-tag:hover .company-tag-count {
    background: #4299e1;
    color: white;
}

/* Categories */
.company-search-categories {
    padding-top: 3rem;
    border-top: 2px solid #e2e8f0;
}

.company-categories-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 2rem;
}

.company-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.company-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.company-category:hover {
    border-color: #4299e1;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(66, 153, 225, 0.15);
}

.company-category-icon {
    width: 56px;
    height: 56px;
    background: #ebf8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.company-category-svg {
    width: 28px;
    height: 28px;
    color: #4299e1;
}

.company-category-name {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
}

.company-category:hover .company-category-name {
    color: #4299e1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .company-popular-tags {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .company-search-card {
        padding: 2rem 1.5rem;
    }

    .company-search-title {
        font-size: 1.75rem;
    }

    .company-search-subtitle {
        font-size: 1rem;
    }

    .company-search-input-wrapper {
        flex-direction: column;
    }

    .company-search-input {
        border-radius: 12px 12px 0 0;
        width: 100%;
    }

    .company-search-button {
        border-radius: 0 0 12px 12px;
        justify-content: center;
        padding: 1rem;
    }

    .company-popular-tags {
        grid-template-columns: 1fr;
    }

    .company-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .company-search-section {
        padding: 0 0.75rem;
    }

    .company-search-card {
        padding: 1.5rem 1rem;
    }

    .company-search-title {
        font-size: 1.5rem;
    }

    .company-search-icon {
        width: 48px;
        height: 48px;
    }

    .company-search-svg {
        width: 24px;
        height: 24px;
    }

    .company-suggestions-tags {
        gap: 0.5rem;
    }

    .company-tag {
        padding: 0.375rem 0.75rem;
        font-size: 0.8125rem;
    }

    .company-categories-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Reset and Base Styles */
.company-knowledge-hub * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Container */
.company-knowledge-hub {
    width: 100%;
    margin: 4rem auto;
    padding: 0 1rem;
}

.company-knowledge-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.company-knowledge-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #4299e1;
}

.company-knowledge-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

/* Grid Layout */
.company-knowledge-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Column */
.company-knowledge-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Card */
.company-knowledge-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-knowledge-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.company-essential-card {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 2px solid #4299e1;
}

/* Card Header */
.company-knowledge-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 2px solid #e2e8f0;
    background: #f8f9fa;
}

.company-essential-card .company-knowledge-card-header {
    background: linear-gradient(135deg, #ebf8ff 0%, #e1effe 100%);
    border-bottom: 2px solid #4299e1;
}

.company-knowledge-icon {
    width: 28px;
    height: 28px;
    color: #4299e1;
    flex-shrink: 0;
}

.company-knowledge-card-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.3;
}

/* Lists */
.company-knowledge-list {
    padding: 0.5rem 0;
}

.company-knowledge-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.5rem;
    text-decoration: none;
    color: #4a5568;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.company-knowledge-item:hover {
    background: #f7fafc;
    color: #4299e1;
    padding-left: 1.75rem;
}

.company-knowledge-item:last-child {
    border-bottom: none;
}

.company-knowledge-text {
    font-size: 1.4rem !important;
    line-height: 1.5;
    flex: 1;
    margin-right: 1rem;
}

.company-knowledge-arrow {
    width: 20px;
    height: 20px;
    color: #cbd5e0;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.company-knowledge-item:hover .company-knowledge-arrow {
    color: #4299e1;
    transform: translateX(4px);
}

/* Essential Card Special Layout */
.company-knowledge-columns-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.company-knowledge-sublist {
    padding: 0.5rem 0;
}

/* Scrollbar Styling */
.company-knowledge-columns-grid::-webkit-scrollbar {
    width: 6px;
}

.company-knowledge-columns-grid::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.company-knowledge-columns-grid::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.company-knowledge-columns-grid::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Responsive Design */
@media (min-width: 768px) {
    .company-knowledge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-knowledge-columns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
}

@media (min-width: 1024px) {
    .company-knowledge-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }

    .company-knowledge-title {
        font-size: 3rem;
    }

    .company-knowledge-card-title {
        font-size: 2.1rem;
    }

    .company-knowledge-text {
        font-size: 1rem;
    }

    .company-knowledge-columns-grid {
        grid-template-columns: repeat(3, 1fr);
        max-height: 800px;
    }
}

@media (min-width: 1200px) {
    .company-knowledge-hub {
        padding: 0 2rem;
    }

    .company-knowledge-card {
        min-height: 500px;
        display: flex;
        flex-direction: column;
    }

    .company-knowledge-list {
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 2.36rem;
    }
}

@media (max-width: 767px) {
    .company-knowledge-hub {
        padding: 0 0.75rem;
    }

    .company-knowledge-title {
        font-size: 2rem;
    }

    .company-knowledge-card-header {
        padding: 1.25rem 1.25rem 0.75rem;
    }

    .company-knowledge-item a {
        padding: 0.75rem 1.25rem;
        font-size: 2rem;

    }

    .company-knowledge-text {
        font-size: 1.9rem;
    }
}

@media (max-width: 480px) {
    .company-knowledge-title {
        font-size: 1.75rem;
    }

    .company-knowledge-card-title {
        font-size: 1.125rem;
    }

    .company-knowledge-item {
        padding: 0.625rem 1rem;
    }

    .company-knowledge-icon {
        width: 24px;
        height: 24px;
    }
}

/* Reset */
.company-formation-guide * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Container */
.company-formation-guide {
    width: 100%;
    margin: 4rem auto;
    padding: 0 1rem;
}

.company-guide-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.company-guide-header {
    text-align: center;
    margin-bottom: 3rem;
}

.company-guide-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.company-guide-subtitle {
    font-size: 1.125rem;
    color: #718096;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Reset */
.company-shorts-slider * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Container */
.company-shorts-slider {
    width: 100%;
    margin: 4rem auto;
    padding: 0 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    overflow: hidden;
}

.company-shorts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

/* Header */
.company-shorts-header {
    text-align: center;
    margin-bottom: 3rem;
}

.company-shorts-title {
    font-size: 3.50rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.company-shorts-subtitle {
    font-size: 1.50rem;
    color: #718096;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Slider Wrapper */
.company-shorts-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto 2rem;
    max-width: 1000px;
}

.company-shorts-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    padding: 1rem;
}

/* Short Card */
.company-short {
    flex: 0 0 320px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    position: relative;
}

.company-short:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Video */
.company-short-video {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.company-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.company-video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.company-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.company-short:hover .company-video-overlay {
    opacity: 0.8;
}

.company-play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.company-play-button:hover {
    transform: scale(1.1);
    background: #ff0000;
}

.company-play-icon {
    width: 24px;
    height: 24px;
    color: white;
    margin-left: 3px;
}

/* Short Info */
.company-short-info {
    padding: 1.5rem;
}

.company-short-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.company-short-badge {
    background: #ff0000;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.company-short-views {
    font-size: 1.2rem;
    color: #718096;
    font-weight: 500;
}

.company-short-title {
    font-size: 1.70rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.company-short-description {
    font-size: 1.3rem;
    color: #718096;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Stats */
.company-short-stats {
    display: flex;
    gap: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.company-short-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 0.875rem;
    font-weight: 500;
}

.company-stat-icon {
    width: 16px;
    height: 16px;
    color: #ff0000;
}

/* Navigation */
.company-shorts-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.company-shorts-prev,
.company-shorts-next {
    width: 48px;
    height: 48px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.company-shorts-prev:hover,
.company-shorts-next:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.company-nav-icon {
    width: 24px;
    height: 24px;
    color: #4a5568;
    transition: color 0.3s ease;
}

.company-shorts-prev:hover .company-nav-icon,
.company-shorts-next:hover .company-nav-icon {
    color: white;
}

.company-shorts-dots {
    display: flex;
    gap: 0.75rem;
}

.company-shorts-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.company-shorts-dot.active {
    background: #ff0000;
    transform: scale(1.2);
}

.company-shorts-dot:hover {
    background: #a0aec0;
}

/* Footer */
.company-shorts-footer {
    text-align: center;
}

.company-shorts-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #ff0000;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.company-shorts-button:hover {
    background: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}

.company-youtube-icon {
    width: 24px;
    height: 24px;
}

/* Responsive Design */
@media (max-width: 1100px) {
    .company-short {
        flex: 0 0 300px;
    }

    .company-short-video {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .company-shorts-title {
        font-size: 1.75rem;
    }

    .company-shorts-subtitle {
        font-size: 1rem;
    }

    .company-shorts-container {
        padding: 2rem 1rem;
    }

    .company-shorts-wrapper {
        padding: 0.5rem;
    }

    .company-short {
        flex: 0 0 280px;
    }

    .company-short-video {
        height: 320px;
    }

    .company-shorts-navigation {
        gap: 1.5rem;
    }

    .company-shorts-prev,
    .company-shorts-next {
        width: 40px;
        height: 40px;
    }

    .company-nav-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .company-shorts-slider {
        padding: 0 0.5rem;
        border-radius: 12px;
    }

    .company-shorts-container {
        padding: 1.5rem 0.5rem;
    }

    .company-shorts-title {
        font-size: 1.5rem;
    }

    .company-shorts-subtitle {
        font-size: 0.875rem;
    }

    .company-short {
        flex: 0 0 260px;
    }

    .company-short-video {
        height: 280px;
    }

    .company-play-button {
        width: 48px;
        height: 48px;
    }

    .company-play-icon {
        width: 20px;
        height: 20px;
    }

    .company-short-info {
        padding: 1.25rem;
    }

    .company-short-title {
        font-size: 1rem;
    }

    .company-short-description {
        font-size: 0.8125rem;
    }

    .company-shorts-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }
}

.testimonial-section {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.testimonial {
    margin: 20px 0;
    padding: 15px;
    border-left: 4px solid #ccc;
    background-color: #f9f9f9;
}

.testimonial-header {
    margin-bottom: 10px;
}

.testimonial-id {
    color: #666;
    font-size: 0.9em;
    margin-right: 10px;
}

.testimonial-meta {
    margin-top: 20px;
    color: #555;
    font-size: 0.9em;
}

.rating-info {
    margin-top: 10px;
    padding: 10px;
    background-color: #eef;
    border-radius: 4px;
}

.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-header h1 {
    font-size: 3.5rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 1.5rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.85rem;
}

.reference-id {
    color: #718096;
    background: #f7fafc;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: monospace;
}

.time-ago {
    color: #a0aec0;
    font-style: italic;
    font-size: 1.1rem;
}

.testimonial-title {
    font-size: 2.2rem;
    color: #2d3748;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.testimonial-text {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #edf2f7;
    font-size: 0.95rem;
}

.author-name {
    color: #2d3748;
    font-weight: 600;
    font-size: 1.4rem;
}

.author-time {
    color: #718096;
    font-size: 1rem;
}

.rating-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.rating-label {
    font-weight: 700;
    font-size: 1.5rem;
}

.rating-details {
    font-size: 1.5rem;
    opacity: 0.9;
    font-family: monospace;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 15px;
    }

    .testimonials-header h1 {
        font-size: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}