.why-invest-list li::before {
    content: "•" !important;
    color: #ffffff !important;
    font-size: 24px !important;
    top: -2px !important;
}

/* Recent Projects Section */
.recent-projects-section {
    padding: 80px 0;
    background-color: #0b0b0c;
}

.projects-title {
    margin-bottom: 50px;
}

.project-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #141415;
}

.project-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

@media (max-width: 767px) {
    .project-card img {
        height: 250px;
    }
}

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

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay-content {
    width: 100%;
    text-align: left;
}

.project-overlay-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.project-overlay-desc {
    color: #dddddd;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.project-overlay-btn {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.project-overlay-btn:hover {
    background-color: #ffffff;
    color: #0b0b0c;
    border-color: #ffffff;
    text-decoration: none;
}

/* Premium Podcasts Section */
.premium-podcasts-section {
    padding: 80px 0;
    background-color: #0b0b0c;
}

.podcasts-section-title {
    margin-bottom: 50px;
}

.premium-podcast-card {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #141415;
}

.premium-podcast-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.premium-podcast-card:hover img {
    transform: scale(1.03);
}

.podcast-overlay-btn-wrap {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.podcast-watch-link {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.podcast-watch-link .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.premium-podcast-card:hover .podcast-watch-link .arrow {
    transform: translateX(5px);
}

.podcast-host-pill {
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.podcast-host-pill.green-pill {
    background-color: #b8f132;
}

@media (max-width: 767px) {
    .podcast-overlay-btn-wrap {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .podcast-watch-link {
        font-size: 14px;
    }

    .podcast-host-pill {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* Compelling Videos Section */
.compelling-videos-section {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.compelling-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.compelling-title {
    color: #0f0f10;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.compelling-text {
    color: #1f1f20;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.compelling-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .compelling-card {
        padding: 40px;
    }

    .compelling-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .compelling-videos-section {
        padding-top: 60px;
    }

    .compelling-card {
        padding: 30px 20px;
    }

    .compelling-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .compelling-text {
        font-size: 15px;
    }
}

/* Custom Video Services Section */
.video-services-section {
    padding: 85px 0;
    background-color: #0b0b0c;
}

.video-services-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.video-service-card {
    position: relative;
    display: block;
    height: 480px;
    background-color: #1c1c1e;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.video-service-card:hover {
    background: linear-gradient(135deg, #855BFF 0%, #5633D6 100%);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(133, 91, 255, 0.3);
}

.video-service-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-service-icon svg {
    width: 80px;
    height: 80px;
    max-width: none;
    max-height: none;
}

.video-service-card:hover .video-service-icon {
    right: calc(100% - 30px - 80px);
}

.video-service-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.video-service-card:hover .video-service-arrow {
    opacity: 0;
    visibility: hidden;
}

.video-service-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    fill: none;
    transition: stroke 0.4s ease;
}

.video-service-card:hover .video-service-arrow svg {
    stroke: #000000;
}

.video-service-title {
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    transition: transform 0.4s ease;
}

.video-service-card:hover .video-service-title {
    transform: translateY(-280px);
}

.video-service-details {
    position: absolute;
    top: 175px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.video-service-card:hover .video-service-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.video-service-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .video-service-icon {
        right: 30px;
        width: 60px;
        height: 60px;
    }

    .video-service-icon svg {
        width: 60px;
        height: 60px;
    }

    .video-service-card:hover .video-service-icon {
        right: calc(100% - 30px - 60px);
    }
}

/* Growth Marketing Section */
.growth-marketing-section {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.growth-marketing-section .row {
    height: 600px;
    width: 100%;
}

.growth-left-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.growth-right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 40px 0 0;
}


.growth-marketing-section .container {
    position: relative;
    z-index: 2;
}

.growth-heading {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.growth-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.growth-meeting-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: max-content;
}

.growth-meeting-btn span {
    margin-right: 15px;
}

.growth-meeting-btn .arrow-circle {
    width: 38px;
    height: 38px;
    background-color: #855BFF;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.growth-meeting-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.growth-meeting-btn:hover .arrow-circle {
    transform: rotate(45deg);
}

.growth-service-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: flex-end;
}

.growth-service-line {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
    height: 20px;
}

.growth-service-line::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.growth-service-line::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin-left: 5px;
    margin-right: 8px;
}

.growth-service-arrow-head {
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 3px);
}

.growth-service-box {
    background-color: rgba(28, 28, 30, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 14px 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    min-width: 270px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.growth-service-box:hover {
    background: #855BFF;

    transform: translateX(5px);
}

@media (min-width: 992px) {
    .growth-service-item:nth-child(1) .growth-service-line {
        margin-left: 34%;
    }

    .growth-service-item:nth-child(2) .growth-service-line {
        margin-left: 43%;
    }

    .growth-service-item:nth-child(3) .growth-service-line {
        margin-left: 48%;
    }

    .growth-service-item:nth-child(4) .growth-service-line {
        margin-left: 48%;
    }

    .growth-service-item:nth-child(5) .growth-service-line {
        margin-left: 45%;
    }

    .growth-service-item:nth-child(6) .growth-service-line {
        margin-left: 44%;
    }
}

@media (max-width: 991px) {
    .growth-marketing-section {
        height: auto !important;
        padding: 60px 0;
    }

    .growth-marketing-section .row {
        height: auto !important;
    }

    .growth-left-col,
    .growth-right-col {
        height: auto !important;
        display: block !important;
    }



    .growth-service-line {
        display: none;
    }

    .growth-service-item {
        justify-content: flex-start;
    }

    .growth-service-box {
        width: 100%;
        min-width: 0;
    }
}

/* Impact Comparison Section */
.impact-section {
    padding: 100px 0;
    background-color: #0b0b0c;
}

.impact-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.impact-comparison-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
}

.impact-col-left {
    background-color: #101524;
    border-right: 2px solid #ff5a3c;
}

.impact-col-right {
    background-color: #f7f9fc;
}

.impact-block-left-dark {
    background-color: #101524;
    padding: 45px 50px;
}

.impact-block-left-light {
    background-color: #161c2d;
    padding: 45px 50px;
}

.impact-block-right-light {
    background-color: #f7f9fc;
    padding: 45px 50px;
}

.impact-block-right-white {
    background-color: #ffffff;
    padding: 45px 50px;
}

.impact-tagline-left {
    color: #10b981;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.impact-tagline-right {
    color: #ef4444;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.impact-title-left {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.impact-title-right {
    color: #0b0b0c;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.impact-item-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.impact-icon-circle-left {
    width: 32px;
    height: 32px;
    background-color: rgba(16, 185, 129, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.impact-icon-circle-right {
    width: 32px;
    height: 32px;
    background-color: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.impact-col-left .impact-item-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.impact-col-right .impact-item-title {
    color: #0b0b0c;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.impact-col-left .impact-item-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-left: 47px;
    font-family: 'Poppins', sans-serif;
}

.impact-col-right .impact-item-text {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-left: 47px;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .impact-section {
        padding: 60px 0;
    }

    .impact-section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .impact-col-left {
        border-right: none;
        border-bottom: 2px solid #ff5a3c;
    }

    .impact-block-left-dark,
    .impact-block-left-light,
    .impact-block-right-light,
    .impact-block-right-white {
        padding: 35px 25px;
    }

    .impact-title-left,
    .impact-title-right {
        font-size: 24px;
    }
}

/* Video Distribution Channels Section */
.channels-section {
    padding: 100px 0;
    background-color: #0b0b0c;
}

.channels-heading {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.channel-card {
    background-color: #121214;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.channel-card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
}

.channel-card.youtube-card {
    background: radial-gradient(circle at top right, rgba(237, 29, 36, 0.12), transparent 55%), #121214;
}

.channel-card.tiktok-card {
    background: radial-gradient(circle at top right, rgba(70, 186, 199, 0.12), transparent 55%), #121214;
}

.channel-card.instagram-card {
    background: radial-gradient(circle at top right, rgba(228, 39, 86, 0.12), transparent 55%), #121214;
}

.channel-card.facebook-card {
    background: radial-gradient(circle at top right, rgba(24, 119, 242, 0.12), transparent 55%), #121214;
}

.channel-card.ytads-card {
    background: radial-gradient(circle at top right, rgba(237, 29, 36, 0.12), transparent 55%), #121214;
}

.channel-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.channel-header-left {
    display: flex;
    align-items: center;
}

.channel-icon-wrapper {
    margin-right: 15px;
    flex-shrink: 0;
}

.channel-title-wrapper {
    display: flex;
    flex-direction: column;
}

.channel-card-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.channel-card-tagline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-top: 2px;
    font-family: 'Poppins', sans-serif;
}

.channel-badge {
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.channel-badge.red-badge {
    border: 1px solid #FF003C;
    color: #FF003C;
    background-color: rgba(237, 29, 36, 0.05);
}

.channel-badge.cyan-badge {
    border: 1px solid #00F2FE;
    color: #00F2FE;
    background-color: rgba(70, 186, 199, 0.05);
}

.channel-badge.pink-badge {
    border: 1px solid #FF2E93;
    color: #FF2E93;
    background-color: rgba(228, 39, 86, 0.05);
}

.channel-badge.blue-badge {
    border: 1px solid #1877F2;
    color: #1877F2;
    background-color: rgba(24, 119, 242, 0.05);
}

.channel-card-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px !important;
    line-height: 1.65;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.channel-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s ease;
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
}

.channel-card-link.red-link {
    color: #FF003C;
}

.channel-card-link.cyan-link {
    color: #46BAC7;
}

.channel-card-link.pink-link {
    color: #FF2E93;
}

.channel-card-link.blue-link {
    color: #1877F2;
}

.channel-card-link .arrow-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.channel-card-link:hover .arrow-arrow {
    transform: translate(3px, -3px);
}

@media (max-width: 991px) {
    .channels-section {
        padding: 60px 0;
    }

    .channels-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .channel-card {
        padding: 30px 25px;
    }

    .channel-card-header {
        flex-direction: row;
        align-items: center;
    }
}

/* Video Production Workflow Section */
.workflow-section {
    padding: 100px 0;
    background-color: #0b0b0c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.workflow-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.workflow-subtext {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    max-width: 900px;
    font-family: 'Poppins', sans-serif;
}

/* Accordion Styling */
.workflow-accordion {
    display: flex;
    flex-direction: column;
}

.workflow-acc-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.workflow-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.workflow-acc-title {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.workflow-acc-item.active .workflow-acc-title {
    color: #855BFF;
}

.workflow-section .workflow-acc-icon {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.workflow-section .workflow-acc-item.active .workflow-acc-icon {
    border-color: #0070f3;
}

.workflow-section .workflow-acc-icon::before,
.workflow-section .workflow-acc-icon::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.55);
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontal line */
.workflow-section .workflow-acc-icon::before {
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
}

/* Vertical line */
.workflow-section .workflow-acc-icon::after {
    top: 8px;
    left: 13px;
    width: 2px;
    height: 12px;
}

.workflow-section .workflow-acc-item.active .workflow-acc-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.workflow-section .workflow-acc-item.active .workflow-acc-icon::before {
    background-color: #0070f3;
}

.workflow-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.workflow-acc-item.active .workflow-acc-content {
    max-height: 500px;
    opacity: 1;
    margin-top: 15px;
}

.workflow-acc-desc {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.workflow-acc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.workflow-acc-bullet {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Poppins', sans-serif;
}

.workflow-acc-bullet .bullet-icon {
    width: 16px;
    height: 16px;
    background-color: #855BFF;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.workflow-acc-bullet .bullet-icon::before {
    content: '✓';
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

/* Right Side Panel / Graphic */
.workflow-panel {
    background-color: #0d0d0f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    height: 100%;
    min-height: 480px;
    position: relative;
    overflow: hidden;
}

.workflow-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    background-color: rgba(28, 28, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 10px 22px 10px 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    z-index: 10;
    transition: all 0.4s ease;
    opacity: 1;
    transform: scale(1);
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.workflow-node-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
    font-size: 11px;
}

.workflow-node-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* Colors and coordinates for nodes */
.node-discovery {
    top: 15%;
    left: 51%;
    --node-color: #855BFF;
}

.node-pre-production {
    top: 39%;
    left: 70%;
    --node-color: #f97316;
}

.node-production {
    top: 62%;
    left: 47%;
    --node-color: #facc15;
}

.node-post-production {
    top: 83%;
    left: 68%;
    --node-color: #3b82f6;
}

.workflow-node-icon {
    background-color: var(--node-color);
}

/* Active Node States */
.workflow-node.active {
    opacity: 1;
    color: #ffffff;
    transform: scale(1.05);
    border-color: var(--node-color);
    box-shadow: 0 0 25px rgba(var(--node-color-rgb, 133, 91, 255), 0.35);
}

.node-discovery.active {
    --node-color-rgb: 133, 91, 255;
}

.node-pre-production.active {
    --node-color-rgb: 249, 115, 22;
}

.node-production.active {
    --node-color-rgb: 250, 204, 21;
}

.node-post-production.active {
    --node-color-rgb: 59, 130, 246;
}

@media (max-width: 991px) {
    .workflow-section {
        padding: 60px 0;
    }

    .workflow-heading {
        font-size: 28px;
    }

    .workflow-acc-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .workflow-panel {
        height: 350px;
        margin-top: 40px;
    }

    /* Reposition nodes slightly for smaller panel */
    .node-discovery {
        left: 45%;
    }

    .node-pre-production {
        left: 55%;
    }

    .node-production {
        left: 40%;
    }

    .node-post-production {
        left: 52%;
    }
}

.nd2 {
    .video-service-card {
        height: 400px;
    }

    .video-service-details {
        top: 190px;
    }

    .video-service-card:hover .video-service-title {
        transform: translateY(-202px);
    }
}

@media (max-width: 991px) {
    .workflow-panel {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .video-services-title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }

    .video-service-card {
        height: auto !important;
        padding: 30px 24px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .video-service-icon {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        margin-bottom: 20px !important;
        width: 60px !important;
        height: 60px !important;
        align-self: flex-start !important;
    }

    .video-service-icon svg {
        width: 60px !important;
        height: 60px !important;
    }

    .video-service-title {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        font-size: 22px !important;
        margin-bottom: 15px !important;
        transform: none !important;
    }

    .video-service-details {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .video-service-card:hover {
        transform: none !important;
        box-shadow: none !important;
        background: #1c1c1e !important;
    }

    .video-service-card:hover .video-service-icon {
        right: auto !important;
        left: 0 !important;
    }

    .premium-hero-slider {
        padding-bottom: 0;
        padding-top: 0;
    }

    .why-invest-email-section,
    .video-services-section {
        padding: 0 0;
    }

    .recent-projects-section,
    .premium-podcasts-section,
    .compelling-videos-section,
    .impact-section,
    .workflow-section {
        padding-bottom: 0px;
    }
}