.coreimpact-banerhome-container {
            position: relative;
            width: 100%;
            height: 600px;
            overflow: hidden;
            background: #fff;
        }

        .coreimpact-banerhome-slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .coreimpact-banerhome-slide.coreimpact-banerhome-active {
            opacity: 1;
        }

        .coreimpact-banerhome-slide-1 {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1920&h=1080&fit=crop') center/cover;
        }

        .coreimpact-banerhome-slide-2 {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=1920&h=1080&fit=crop') center/cover;
        }

        .coreimpact-banerhome-slide-3 {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1560179707-f14e90ef3623?w=1920&h=1080&fit=crop') center/cover;
        }

        .coreimpact-banerhome-content {
            text-align: center;
            color: white;
            max-width: 900px;
            padding: 40px;
            z-index: 10;
        }

        .coreimpact-banerhome-logo {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .coreimpact-banerhome-logo-accent {
            color: #3e2d94;
            background: white;
            padding: 5px 15px;
            border-radius: 4px;
        }

        .coreimpact-banerhome-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        }

        .coreimpact-banerhome-subtitle {
            font-size: 22px;
            margin-bottom: 35px;
            line-height: 1.6;
            font-weight: 300;
            opacity: 0.95;
        }

        .coreimpact-banerhome-button {
            display: inline-block;
            padding: 16px 40px;
            background: #3e2d94;
            color: white;
            text-decoration: none !important;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            border: 2px solid #3e2d94;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .coreimpact-banerhome-button:hover {
            background: white;
            color: #3e2d94;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(215, 49, 34, 0.4);
        }

        .coreimpact-banerhome-indicators {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 20;
        }

        .coreimpact-banerhome-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .coreimpact-banerhome-indicator.coreimpact-banerhome-indicator-active {
            background: #3e2d94;
            width: 40px;
            border-radius: 6px;
        }

        .coreimpact-banerhome-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: 2px solid white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 20;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
        }

        .coreimpact-banerhome-nav:hover {
            background: #3e2d94;
            border-color: #3e2d94;
        }

        .coreimpact-banerhome-nav-prev {
            left: 30px;
        }

        .coreimpact-banerhome-nav-next {
            right: 30px;
        }

        @media (max-width: 768px) {
            .coreimpact-banerhome-container {
                height: 500px;
            }

            .coreimpact-banerhome-title {
                font-size: 32px;
            }

            .coreimpact-banerhome-subtitle {
                font-size: 18px;
            }

            .coreimpact-banerhome-logo {
                font-size: 28px;
            }

            .coreimpact-banerhome-content {
                padding: 20px;
            }
        }

        .coreimact-homebanner-social {
            position: fixed;
            left: 0;
            top: 80%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 1px;
            z-index: 100;
        }

        .coreimact-homebanner-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background-color: black;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .coreimact-homebanner-social a:hover {
            background-color: #333;
        }

        .coreimact-homebanner-contact {
            position: fixed;
            right: 0;
            top: 80%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 100;
        }

        .coreimact-homebanner-contact a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background-color: #25d366;
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
            border-radius: 20px 0 0 20px;
        }

        .coreimact-homebanner-contact .coreimact-homebanner-whatsapp {
            background-color: #25d366;
        }

        .coreimact-homebanner-contact .coreimact-homebanner-quote {
            background-color: #333;
            font-size: 13px;
            padding-left: 30px;
            padding-left: 40px;
        }

        .coreimact-homebanner-contact .coreimact-homebanner-phone {
            background-color: rgb(206, 203, 203);
        }