        .project-card-modern {
            background: #0D1117;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .project-card-modern:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
            border-color: rgba(13, 110, 253, 0.3);
        }

        .badge-glass-blur {
            background: rgba(10, 29, 55, 0.95);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            color: #fff !important;
            font-size: 0.65rem;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        .custom-placeholder::placeholder {
            color: rgba(255, 255, 255, 0.8) !important;
            opacity: 1;
        }

        .card-overlay-gradient {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(13, 17, 23, 0.8) 0%, transparent 100%);
        }

        .text-truncate-card {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 1.2rem;
        }

        .fw-900 {
            font-weight: 900;
        }

        .text-white-50 {
            color: rgba(255, 255, 255, 0.5);
        }

        .text-white-70 {
            color: rgba(255, 255, 255, 0.7);
        }

        .avatar-luxury-ring {
            display: inline-block;
            position: relative;
            padding: 4px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .status-dot {
            position: absolute;
            bottom: 8px;
            right: 8px;
            width: 12px;
            height: 12px;
            background: #198754;
            border: 3px solid #0A1D37;
            border-radius: 50%;
        }

        .related-prev,
        .related-next {
            width: 50px !important;
            height: 50px !important;
            background: white !important;
            color: #0A1D37 !important;
            border: 1px solid rgba(10, 29, 55, 0.1) !important;
            transition: all 0.4s ease !important;
            z-index: 10 !important;
        }

        .related-prev {
            left: -35px !important;
        }

        .related-next {
            right: -35px !important;
        }

        .related-prev::after,
        .related-next::after {
            font-size: 1.2rem !important;
            font-weight: 800 !important;
        }

        .related-prev:hover,
        .related-next:hover {
            background: #0A1D37 !important;
            color: white !important;
            transform: scale(1.1);
        }

        .text-gradient-purple {
            background: linear-gradient(45deg, #ffffff 40%, #a855f7 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .bg-gradient-dark-bottom {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        }

        .hover-translate-y {
            transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .hover-translate-y:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
        }

        .transition-slow {
            transition: transform 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        }

        .hover-translate-y:hover .transition-slow {
            transform: scale(1.1) !important;
        }

        .truncate {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }

        .btn-white:hover {
            background-color: #f8f9fa !important;
            box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2) !important;
            transform: translateY(-2px);
        }

        .group-hover-arrow:hover i {
            transform: translateX(5px);
        }

        .ls-wide {
            letter-spacing: 1px;
        }

        .ls-widest {
            letter-spacing: 2px;
        }

        .transition-all {
            transition: all 0.3s ease-in-out;
        }

        .line-clamp-1 {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .line-clamp-2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .bg-navy {
            background-color: #0A1D37 !important;
        }

        .text-navy {
            color: #0A1D37 !important;
        }

        /* Sync with Home Page Slider Styles */
        .project-card-modern {
            background: #0D1117 !important;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .project-card-modern:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
            border-color: rgba(13, 110, 253, 0.3);
        }

        .project-card-light {
            background: #ffffff !important;
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .project-card-light:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
            border-color: rgba(13, 110, 253, 0.3);
        }

        .btn-outline-navy {
            background: transparent;
            border: 1px solid rgba(10, 29, 55, 0.2);
            color: #0A1D37;
            font-size: 0.7rem;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .btn-outline-navy:hover {
            background: #0A1D37;
            color: white;
        }

        .btn-navy-filled {
            background: #0A1D37;
            border: 1px solid #0A1D37;
            color: white;
            font-size: 0.7rem;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .btn-navy-filled:hover {
            background: transparent;
            color: #0A1D37;
        }

        .badge-glass-blur {
            background: rgba(10, 29, 55, 0.95);
            backdrop-filter: blur(10px);
            color: #fff !important;
            font-size: 0.6rem;
            font-weight: 800;
            text-transform: uppercase;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        .card-overlay-gradient {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(13, 17, 23, 0.8) 0%, transparent 100%);
        }

        .bg-white-5 {
            background: rgba(255, 255, 255, 0.03);
        }

        .border-white-10 {
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .btn-navy-modern {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            font-size: 0.7rem;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .btn-navy-modern:hover {
            background: white;
            color: #0D1117;
        }

        .img-hover-zoom {
            transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .project-card-modern:hover .img-hover-zoom {
            transform: scale(1.1);
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 38px !important;
            height: 38px !important;
            background-size: 50% 50% !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            padding: 0 !important;
        }

        .carousel-control-prev {
            left: 15px !important;
        }

        .carousel-control-next {
            right: 15px !important;
        }

        .object-fit-cover {
            object-fit: cover !important;
        }

        .project-gallery-inner {
            height: 500px;
            width: 100%;
        }

        .detail-card {
            padding: 3rem;
        }

        .section-padding {
            padding: 100px 0;
        }

        @media (max-width: 991px) {
            .project-gallery-inner {
                height: 400px;
            }
            .section-padding {
                padding: 60px 0;
            }
        }

        @media (max-width: 767px) {
            .project-gallery-inner {
                height: 300px;
            }
            .detail-card {
                padding: 1.25rem !important;
            }
            .section-padding {
                padding: 40px 0;
            }
        }