/* TSFA Productions Custom Styles - Remove Backgrounds */

/* Hide the misplaced footer content that's appearing in the middle */
.footer-section {
    display: none !important;
}

/* Hide any footer content that might be appearing in wrong places */
.footer-wrapper,
.footer-wrapper-items,
.footer-social-contact,
.footer-author,
.tsfa-text {
    display: none !important;
}

/* Hide any large TSFA text that's appearing in the middle */
h1[style*="font-size: 120px"],
h1[style*="font-weight: 900"],
p[style*="font-size: 24px"] {
    display: none !important;
}

/* Hide copyright text that's appearing in wrong place */
p:contains("©2025"),
p:contains("TSFA Creative Solutions"),
p:contains("all rights reserved") {
    display: none !important;
}

/* Ensure proper page structure */
body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

#smooth-content {
    flex: 1 !important;
}

/* Hide any top bar or header contact information */
.header-1::before,
.header-1::after,
body::before,
body::after {
    display: none !important;
    content: none !important;
}

/* Hide contact info from appearing at top */
.container-fluid > a[href^="mailto"],
.container-fluid > a[href^="tel"],
header a[href^="mailto"],
header a[href^="tel"] {
    display: none !important;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* About Section */
.about-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.about-section .section-title h2 {
    color: #333 !important;
}

.about-section .theme-btn {
    background: #2563eb;
    color: white;
    border: 2px solid #2563eb;
}

.about-section .theme-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

/* Case Study Section */
.case-study-section {
    background: #ffffff;
    padding: 80px 0;
}

.case-study-section .section-title h2 {
    color: #333 !important;
}

.case-study-section .section-title p {
    color: #666 !important;
}

.video-image {
    background: #f8f9fa;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* Testimonial Section */
.testimonial-section {
    background: #f8f9fa;
    padding: 80px 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
}

.cta-section h2,
.cta-section p {
    color: white !important;
}

.cta-section .theme-btn {
    background: white;
    color: #2563eb;
    border: 2px solid white;
}

.cta-section .theme-btn:hover {
    background: transparent;
    color: white;
    border-color: white;
}

/* Portfolio Section */
.portfolio-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Contact Section */
.contact-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Team Section */
.team-section {
    background: #f8f9fa;
    padding: 80px 0;
}

/* Page Header */
.page-header {
    background: #f8f9fa;
    padding: 60px 0;
}

/* General Section Styling */
.section-padding {
    padding: 80px 0;
}

/* Remove any remaining background images */
.bg-cover {
    background-image: none !important;
}

/* Ensure text is readable */
.text-white {
    color: #333 !important;
}

/* Button styling */
.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Video button styling */
.video-button {
    text-align: center;
}

.video-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-icon:hover {
    background: #1d4ed8;
    transform: scale(1.1);
    color: white;
}

/* Packages Section Styling */
.packages-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.package-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.package-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.package-item.featured {
    border-color: #2563eb;
    transform: scale(1.05);
}

.package-header {
    text-align: center;
    margin-bottom: 30px;
}

.package-header h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.package-price {
    color: #2563eb;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
}

.package-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-content li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #666;
    font-weight: 500;
}

.package-content li:last-child {
    border-bottom: none;
}

/* Team Section Styling */
.team-section {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.team-section .section-title h6 {
    color: #667eea;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.team-section .section-title h2 {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

/* Team Card Items */
.team-card-items {
    background: #f5f5f5;
    border-radius: 25px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.team-card-items:hover {
    transform: scale(1.05) rotate(0deg) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.team-card-items .thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-card-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card-items:hover .thumb img {
    transform: scale(1.05);
}

.team-card-items .content {
    text-align: center;
}

.team-card-items .content h3 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.team-card-items .content h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-card-items .content h3 a:hover {
    color: #667eea;
}

.team-card-items .content p {
    color: #667eea;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Individual card rotations will be handled by JavaScript */

/* Brand Section - Keep original swiper styling but ensure client logos display properly */
.brand-section .brand-image img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-section .brand-image:hover img {
    opacity: 1;
    transform: scale(1.05);
}

/* Override the black hover effect from main.css */
.brand-wrapper .brand-image:hover {
    filter: none !important;
}

/* Hero Section with Background Image */
.hero-section.hero-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}

.hero-section.hero-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section.hero-1 .container-fluid {
    position: relative;
    z-index: 2;
}

/* Hero Text Size */
.hero-section.hero-1 h1 {
    font-size: 7.5rem !important;
    line-height: 1.2 !important;
}

.hero-section.hero-1 .text-1 {
    font-size: 1.2rem !important;
}

.hero-section.hero-1 .text-2 {
    font-size: 2.5rem !important;
}

.hero-section.hero-1 .hero-description {
    font-size: 1.1rem !important;
}

/* Header Layout - Logo Left, Menu Center, Button Right */
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-main .logo {
    flex: 0 0 auto;
    order: 1;
}

.header-main .logo img {
    height: 86px;
    width: auto;
}

.header-main .mean__menu-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-main .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main .main-menu nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
    align-items: center;
}

.header-main .main-menu nav ul li {
    margin: 0;
}

.header-main .main-menu nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    padding: 8px 12px;
}

.header-main .main-menu nav ul li a:hover {
    color: #667eea;
}

.header-main .header__action {
    flex: 0 0 auto;
    order: 3;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.header-main .header__action-btn .theme-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-main .header__action-btn .theme-btn:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
}

/* About Section with Background Image */
.about-section.bg-cover {
    background-image: url('/images/gradient-image.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 100px 0;
}

.about-section.bg-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.about-section.bg-cover .container {
    position: relative;
    z-index: 2;
}

.about-section.bg-cover .section-title h6 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-section.bg-cover .section-title h2 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about-section.bg-cover .theme-btn.border-white {
    border: 2px solid white;
    color: white;
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.about-section.bg-cover .theme-btn.border-white:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
}

.about-section.bg-cover .about-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.about-section.bg-cover .about-list:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.about-section.bg-cover .about-list .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.about-section.bg-cover .about-list .icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.about-section.bg-cover .about-list h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-section.bg-cover .about-list p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.about-section.bg-cover .about-image-items {
    position: relative;
}

.about-section.bg-cover .about-items .thumb {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-section.bg-cover .about-items .thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-section.bg-cover .about-items .thumb:hover img {
    transform: scale(1.05);
}

.about-section.bg-cover .about-items p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.about-section.bg-cover .about-thumb {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-section.bg-cover .about-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-section.bg-cover .about-thumb:hover img {
    transform: scale(1.05);
}

/* Successful Productions Section Styling */
.productions-section {
    background: #ffffff;
    padding: 80px 0;
}

.productions-section .section-title h2 {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.productions-section .highlight-number {
    color: #667eea;
    font-size: 48px;
    font-weight: 900;
}

.productions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
}

.production-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.production-item:hover {
    transform: scale(1.1);
    opacity: 1;
}

.production-logo {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.production-item:hover .production-logo {
    filter: grayscale(0%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .team-section .section-title h2 {
        font-size: 36px;
    }
    
    .team-card-items {
        margin-bottom: 30px;
    }
    
    .team-card-items .thumb {
        width: 180px;
        height: 180px;
    }
    
    .brand-section .brand-image img {
        max-height: 50px;
    }
    
    .productions-section .section-title h2 {
        font-size: 36px;
    }
    
    .productions-section .highlight-number {
        font-size: 36px;
    }
    
    .productions-grid {
        gap: 30px;
        margin-top: 40px;
    }
    
    .production-logo {
        max-width: 100px;
        max-height: 50px;
    }
}

/* Behind the Scenes Section */
.behind-scenes-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 0;
    position: relative;
}

.behind-scenes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.behind-scenes-section .container {
    position: relative;
    z-index: 2;
}

.behind-scenes-section .section-title h6 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.behind-scenes-section .section-title h2 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.behind-scenes-section .section-title p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Enhanced Behind the Scenes Video Items */
.behind-scenes-video-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.behind-scenes-video-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-thumbnail {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 200px;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.behind-scenes-video-item:hover .video-thumbnail img {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.behind-scenes-video-item:hover .video-overlay {
    opacity: 1;
}

.play-button-container {
    position: relative;
}

.play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    color: #667eea;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.play-button:hover {
    background: white;
    color: #667eea;
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.video-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.video-info {
    padding: 25px;
}

.video-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.video-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.video-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.video-category {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-badge {
    background: #ffd700;
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.no-videos-placeholder {
    padding: 60px 20px;
    text-align: center;
}

.no-videos-placeholder i {
    opacity: 0.7;
    margin-bottom: 20px;
}

.no-videos-placeholder h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.no-videos-placeholder p {
    font-size: 16px;
    opacity: 0.8;
    max-width: 400px;
    margin: 0 auto;
}

/* Legacy video item styles for compatibility */
.video-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.video-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumb:hover img {
    transform: scale(1.05);
}

.video-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-play-btn:hover {
    background: #5a67d8;
    transform: scale(1.1);
    color: white;
}

.video-content h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Portfolio Section */
.portfolio-section {
    background: #ffffff;
    padding: 100px 0;
}

.portfolio-section .section-title h6 {
    color: #667eea;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-section .section-title h2 {
    color: #1a1a1a;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.portfolio-section .section-title p {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.portfolio-item {
    transition: all 0.3s ease;
}

.portfolio-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.portfolio-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

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

.portfolio-content {
    text-align: center;
    color: white;
    padding: 30px 20px;
}

.portfolio-category {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}

.portfolio-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.portfolio-client,
.portfolio-year {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.portfolio-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.portfolio-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.portfolio-btn:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-info {
    padding: 25px;
}

.portfolio-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.portfolio-category-badge {
    background: #f0f0f0;
    color: #667eea;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-badge {
    background: #ffd700;
    color: #333;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portfolio-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.portfolio-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.no-portfolio-placeholder {
    padding: 60px 20px;
    text-align: center;
}

.no-portfolio-placeholder i {
    opacity: 0.7;
    margin-bottom: 20px;
}

.no-portfolio-placeholder h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.no-portfolio-placeholder p {
    font-size: 16px;
    opacity: 0.8;
    max-width: 400px;
    margin: 0 auto;
}

/* Case Study Section */
.case-study-section {
    background: #f8f9fa;
    padding: 100px 0;
}

.case-study-section .section-title h6 {
    color: #667eea;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.case-study-section .section-title h2 {
    color: #1a1a1a;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.case-study-section .section-title p {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.case-study-item {
    transition: all 0.3s ease;
}

.case-study-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-study-item:hover .case-study-image {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.case-study-item:hover .case-study-image img {
    transform: scale(1.05);
}

.case-study-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.case-study-item:hover .case-study-overlay {
    opacity: 1;
}

.case-study-content {
    text-align: center;
    color: white;
    padding: 30px 20px;
}

.case-study-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.case-study-content p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.case-study-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.case-study-btn:hover {
    background: white;
    color: #667eea;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .portfolio-section .section-title h2,
    .case-study-section .section-title h2 {
        font-size: 2.5rem;
    }
    
    .portfolio-image,
    .case-study-image {
        height: 200px;
    }
    
    .portfolio-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .portfolio-btn {
        justify-content: center;
    }
}

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
    .behind-scenes-section .section-title h2,
    .portfolio-section .section-title h2 {
        font-size: 2.5rem;
    }
    
    .video-item,
    .portfolio-item {
        margin-bottom: 30px;
    }
    
    .video-thumb img,
    .portfolio-thumb img {
        height: 150px;
    }
    
    .portfolio-item {
        height: 250px;
    }
}