        /* CTA Section */
        .cta-section {
            padding: 6rem 0;
            /* background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); */
            background: url('../img/fundal-sectiune-contact4.jpg') var(--navy);
            background-size: contain;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(99, 161, 67, 0.15) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(232, 3, 139, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-content {
            position: relative;
            z-index: 10;
        }

        .cta-content h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.75rem;
            color: white;
            margin-bottom: 1rem;
        }

        .cta-content p {
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 2rem;
        }

        .cta-section .row {
            align-items: stretch !important;
        }

        .cta-section .row>[class*="col-"] {
            display: flex;
        }

        .cta-contact-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.15);
            height: 100%;
            width: 100%;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.25rem;
            color: white;
        }

        .contact-item:last-child {
            margin-bottom: 0;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 1.25rem;
        }

        .contact-text strong {
            display: block;
            font-size: 0.8rem;
            opacity: 0.7;
            margin-bottom: 0.2rem;
        }

        .contact-text span {
            font-size: 1rem;
            font-weight: 600;
        }
		
        .titlu_contact {
            color: #ff6b35;
            margin-bottom: 1.5rem;
        }