* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    overflow-x: hidden;

}


.voip-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.voip-card {
    width: 350px;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.voip-standard {
    background: linear-gradient(135deg, #7dd3fc, #38bdf8);
    color: white;
}

.voip-flat {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
}

.voip-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.voip-subtitle {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    opacity: 0.9;
}

.voip-standard .voip-subtitle {
    color: #ec4899;
}

.voip-flat .voip-subtitle {
    color: #dc2626;
}

.voip-description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 25px;
    opacity: 0.95;
}

.voip-price-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 200px;
}

.voip-price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}

.voip-price-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}



/* Cursor personalizzato */
.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    background: #30a9d9;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: transform 0.1s ease;
}

/* Header Laterale */
.side-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 100vh;
    background: #000;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}

.logo-vertical {
    transform: rotate(90deg);
    margin-bottom: 10rem;
}


.nav-dots {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: auto;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #666;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.nav-dot.active,
.nav-dot:hover {
    background: #30a9d9;
    border-color: #30a9d9;
    transform: scale(1.5);
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-links a {
    color: #666;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #30a9d9;
}

/* Main Content */
.main-content {
    margin-left: 80px;
    min-height: 100vh;
}


@media (max-width: 768px) {

    /* Nascondi elementi non desiderati nell'header */
    .speed-display,
    .hero-subtitle,
    .contact-bubble {
        display: none !important;
    }
}

/* Hero Diagonal */
.hero-diagonal {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.diagonal-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background:
        url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/slide2.png'),
        url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/bg-header.jpg');

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

#img_header {
    position: relative;
    bottom: 0;
    width: 50%;
    height: 100%;
}

.hero-content-diagonal {
    position: relative;
    z-index: 2;
    padding: 0 4rem;
    max-width: 50%;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 8rem);
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 2rem;
    color: #1a1a1a;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: none;
}

.hero-title .highlight {
    color: #30a9d9;
    position: relative;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black !important;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    color: #666;
    max-width: 400px;
}

.speed-display {
    position: absolute;
    right: 10%;
    top: 0;
    text-align: center;
    color: #fff;
}

.speed-number {
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
    margin-left: 20px;
    display: inline;
}


.speed-b {
    font-size: 1.2rem;

    display: inline;
    vertical-align: baseline;
    margin-left: 0.5rem;
    color: white !important;
    font-weight: 900 !important;
    position: relative;
    top: -10px;
}

/* OFFERS SLIDER - NUOVO */
.offers-slider-container {
    position: absolute;
    height: 250px;
    bottom: 15%;
    right: 5%;
    width: 400px;
    max-width: 70vw;
    z-index: 3;
}

.offers-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.offer-slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    gap: 1rem;
}

.offer-content {
    width: 100%;
}

.offer-badge {
    display: inline-block;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.offer-price {
    font-size: 2rem;
    font-weight: 900;
    color: #30a9d9;
    margin-bottom: 0.8rem;
    line-height: 1;
}

.offer-price .currency {
    font-size: 1.2rem;
    vertical-align: top;
}

.offer-price .period {
    font-size: 0.8rem;
    color: #666;
    font-weight: 400;
}

.offer-features {
    list-style: none;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.offer-features li {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #333;
}

.offer-features li::before {
    content: "✓";
    color: #30a9d9;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
}

.offer-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.offer-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #30a9d9, #4fb3e1, #6fbde8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    position: relative;
    animation: float-offer 3s ease-in-out infinite;
}

.offer-icon::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #ff6b6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
}

.offer-icon.hot::after {
    content: '🔥';
    font-size: 0.8rem;
}

.offer-icon.new::after {
    content: 'NEW';
    font-size: 0.5rem;
}

.offer-icon.best::after {
    content: '⭐';
    font-size: 0.8rem;
}

.offer-cta {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 0.8rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.slider-dots {
    display: flex;
    gap: 0.3rem;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #30a9d9;
    transform: scale(1.2);
}

.slider-arrow {
    background: #30a9d9;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: #4fb3e1;
    transform: scale(1.1);
}

.slider-arrow:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: scale(1);
}

/* Auto-play indicator */
.autoplay-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #30a9d9, #4fb3e1);
    transition: width 0.1s linear;
    border-radius: 0 0 20px 20px;
}

/* Sezione Cards Rotanti */
.rotating-cards {
    /* padding: 8rem 4rem; */
    background: #fffff;
    margin-top: 45px;
}

.cards-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 500px;
    position: relative;
}

.service-card-rotating {
    width: 280px;
    height: 500px;
    background: #fff;
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;


    border: 3px solid rgba(75, 178, 224, 0.7);
}

.service-card-rotating:hover {
    transform: translateY(-20px) rotateY(10deg);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

.service-card-rotating:nth-child(1) {
    transform: rotateZ(-5deg);
}

.service-card-rotating:nth-child(2) {
    transform: rotateZ(2deg);
    z-index: 2;
}

.service-card-rotating:nth-child(3) {
    transform: rotateZ(-3deg);
}

.card-icon {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.card-icon.internet {

    background: linear-gradient(135deg, #30a9d9, #1e87b0);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}


.card-icon.voip {
    background: linear-gradient(135deg, #4fb3e1, #30a9d9);
}

.card-icon.support {
    background: linear-gradient(135deg, #6fbde8, #4fb3e1);
}

/* Sezione Zigzag */
.zigzag-section {
    padding: 6rem 0;
    background-color: #06597F;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

.zigzag-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.zigzag-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    margin-bottom: 8rem;
    position: relative;
}

.zigzag-item:nth-child(even) {
    direction: rtl;
}

.zigzag-item:nth-child(even) * {
    direction: ltr;
}

.zigzag-visual {
    position: relative;
    height: 400px;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 150px;
    height: 150px;
    background: url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/icon1.png') no-repeat center;
    background-size: contain;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 100px;
    height: 100px;
    background: url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/icon2.png') no-repeat center;
    background-size: contain;
    top: 60%;
    right: 20%;
    animation-delay: -2s;
}

.shape-3 {
    width: 80px;
    height: 80px;
    background: url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/icon3.png') no-repeat center;
    background-size: contain;
    bottom: 10%;
    left: 50%;
    animation-delay: -4s;
}

.shape-4 {
    width: 120px;
    height: 120px;
    background: url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/icon4.png') no-repeat center;
    background-size: contain;
    bottom: 10%;
    left: 50%;
    animation-delay: -4s;
}

.shape-5 {
    width: 180px;
    height: 180px;
    background: url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/icon5.png') no-repeat center;
    background-size: contain;
    bottom: 10%;
    left: -10%;
    animation-delay: -4s;
}

/* Sezione Clienti - Professionale */
.clients-professional {
    padding: 8rem 4rem;
    background: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clients-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #30a9d9, transparent);
}

.clients-container {
    max-width: 1400px;
    margin: 0 auto;
}

.clients-header {
    text-align: center;
    margin-bottom: 6rem;
}

.clients-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.clients-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.clients-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 4rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(48, 169, 217, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(48, 169, 217, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 6rem;
    color: #30a9d9;
    opacity: 0.2;
    font-family: serif;
    line-height: 1;
}

.testimonial-content {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.author-info h4 {
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1a1a1a;
}

.author-info p {
    color: #666;
    font-size: 0.9rem;
}

.rating {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    display: flex;
    gap: 0.2rem;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

/* Logos Section */
.clients-logos {
    background: #fff;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(48, 169, 217, 0.1);
}

.logos-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    align-items: center;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.client-logo:hover {
    background: #fff;
    border-color: #30a9d9;
    transform: translateY(-3px);
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #333;
    text-align: center;
}

.logo-industry {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.3rem;
}

/* CTA Section */
.clients-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, #30a9d9, #4fb3e1);
    border-radius: 25px;
    color: #fff;
}

.cta-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-button {
    background: #fff;
    color: #30a9d9;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Footer Creativo */
.creative-footer {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);
    color: #fff;
    overflow: hidden;
    margin-top: auto;
}

/* Onde animate di sfondo */
.footer-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%2330a9d9" fill-opacity="0.1"/></svg>') repeat-x;
    background-size: 1200px 120px;
    animation: wave 20s linear infinite;
    opacity: 0.3;
}

@keyframes wave {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1200px;
    }
}

/* Particelle fluttuanti */
.footer-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: #30a9d9;
    border-radius: 50%;
    animation: float 15s infinite linear;
}

.particle:nth-child(1) {
    width: 4px;
    height: 4px;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 6px;
    height: 6px;
    left: 20%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    width: 3px;
    height: 3px;
    left: 30%;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    width: 5px;
    height: 5px;
    left: 70%;
    animation-delay: 6s;
}

.particle:nth-child(5) {
    width: 4px;
    height: 4px;
    left: 90%;
    animation-delay: 8s;
}

@keyframes float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Newsletter Section */
.footer-newsletter {
    background: rgba(48, 169, 217, 0.1);
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(48, 169, 217, 0.2);
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.newsletter-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #30a9d9, #6fbde8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.newsletter-subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 1rem;
}

.newsletter-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(48, 169, 217, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-input::placeholder {
    color: #aaa;
}

.newsletter-input:focus {
    outline: none;
    border-color: #30a9d9;
    box-shadow: 0 0 20px rgba(48, 169, 217, 0.3);
}

.newsletter-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(48, 169, 217, 0.4);
}

/* Main Footer Content */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.footer-brand {
    position: relative;
}

.footer-brand img {
    max-width: 200px;
    margin-bottom: 1.5rem;
    filter: brightness(1.1);
}

.footer-brand-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 2rem;
}

.footer-section h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #30a9d9;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
    transition: transform 0.3s ease;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a::before {
    content: '→';
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #30a9d9;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Info Styles */
.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.8rem;
    border-radius: 10px;
    background: rgba(48, 169, 217, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(48, 169, 217, 0.2);
    transform: translateY(-2px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.contact-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.contact-text a:hover {
    color: #30a9d9;
}

/* Social Media */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(48, 169, 217, 0.1);
    border: 2px solid rgba(48, 169, 217, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30a9d9;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    transition: left 0.3s ease;
    z-index: -1;
}

.social-link:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(48, 169, 217, 0.3);
}

.social-link:hover::before {
    left: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    text-align: center;
    border-top: 1px solid rgba(48, 169, 217, 0.2);
    position: relative;
    z-index: 2;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: #999;
    font-size: 0.95rem;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

.footer-bottom-links a {
    color: #999;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #30a9d9;
}

/* Improved Contact Bubble */
.contact-bubble {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00ba3a, #00ba3a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(48, 169, 217, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.contact-bubble:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(48, 169, 217, 0.6);
}

@keyframes pulse {
    0% {
        box-shadow: 0 5px 20px rgba(48, 169, 217, 0.4);
    }

    50% {
        box-shadow: 0 5px 20px rgba(48, 169, 217, 0.6), 0 0 0 10px rgba(48, 169, 217, 0.1);
    }

    100% {
        box-shadow: 0 5px 20px rgba(48, 169, 217, 0.4);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        padding: 3rem 1rem 2rem;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input,
    .newsletter-btn {
        border-radius: 10px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-bubble {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .newsletter-title {
        font-size: 1.8rem;
    }

    .footer-content {
        padding: 2rem 1rem;
    }

    .social-links {
        justify-content: center;
    }
}

.contact-bubble {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #045bb8, #045bb8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(48, 169, 217, 0.3);
    animation: bubble-bounce 2s ease-in-out infinite;
    z-index: 1000;
}

/* Bottoni Unici */
.btn-unique {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #30a9d9, #4fb3e1);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-unique::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}


  .badge-clienti {
    display: inline-block;
    text-align: center;
    color: #4bb2e0;              
    border: 3px solid #4bb2e0;   
    border-radius: 50%;          
    padding: 30px 50px;
    font-family: Arial, sans-serif;
	margin-left: -500px;
	margin-top: -750px !important; 
  }


	  .badge-clienti .numero {
		font-size: 3rem;
		font-weight: bold;
		line-height: 1.2;
  }
  
  
  .badge-clienti .testo {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  
	.statistica-clienti{
		
		font-size: 1.5rem;
		font-weight:bold;
		color:#4bb2e0;
		text-align: left;
		margin-top: -750px !important; 
		margin-left: -650px !important;
	}


.btn-unique:hover::before {
    left: 100%;
}

.btn-unique:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(48, 169, 217, 0.3);
}

/* Colori specifici per i testi highlight */
.highlight-stats-1 {
    color: #30a9d9;
}

.highlight-stats-2 {
    color: #4fb3e1;
}

/* Responsive per Clienti */
@media (max-width: 768px) {
    .clients-professional {
        padding: 4rem 2rem;
    }

    .clients-title {
        font-size: 2rem;
    }

    .clients-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonial-card {
        padding: 2rem;
    }

    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .clients-cta {
        padding: 2rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .clients-professional {
        padding: 3rem 1rem;
    }

    .logos-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* Animazioni */
@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes float-offer {

    0%,
    100% {
        transform: translateY(0px) rotateY(0deg);
    }

    50% {
        transform: translateY(-10px) rotateY(5deg);
    }
}

@keyframes bubble-bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .offers-slider-container {
        width: 350px;
        right: 3%;
    }

    .offer-title {
        font-size: 1.2rem;
    }

    .offer-price {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .side-nav {
        width: 60px;
    }

    .main-content {
        margin-left: 60px;
    }

    .hero-content-diagonal {
        max-width: 70%;
        padding: 0 2rem;
    }

    .diagonal-bg {
        width: 80%;
    }

    .offers-slider-container {
        position: relative;
        width: 95%;
        max-width: none;
        right: auto;
        bottom: auto;
        margin: 2rem auto 0;
        transform: none;
    }

    .offer-slide {
        padding: 1.2rem;
    }

    .offer-title {
        font-size: 1.1rem;
    }

    .offer-price {
        font-size: 1.6rem;
    }

    .offer-features {
        font-size: 0.85rem;
    }

    .offer-features li {
        justify-content: flex-start;
        text-align: left;
    }

    .offer-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .offer-cta {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }

    .slider-nav {
        bottom: 0.5rem;
        right: 0.8rem;
    }

    .slider-arrow {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }

    .slider-dot {
        width: 6px;
        height: 6px;
    }

    .cards-container {
        flex-direction: column;
        height: auto;
        gap: 2rem;
    }

    .zigzag-item {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .masonry-grid {
        columns: 1;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .offers-slider-container {
        width: 90%;
        margin: 1.5rem auto 0;
    }

    .offer-slide {
        padding: 1rem;
    }

    .offer-title {
        font-size: 1rem;
    }

    .offer-price {
        font-size: 1.4rem;
    }

    .offer-features {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .offer-features li {
        margin-bottom: 0.2rem;
    }

    .offer-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        border-radius: 15px;
    }

    .offer-icon::after {
        width: 18px;
        height: 18px;
        top: -6px;
        right: -6px;
        font-size: 0.6rem;
    }

    .offer-cta {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .hero-content-diagonal {
        max-width: 85%;
        padding: 0 1.5rem;
    }
}

@media (min-width: 1400px) {
    .offers-slider-container {
        width: 450px;
        right: 6%;
    }

    .offer-title {
        font-size: 1.4rem;
    }

    .offer-price {
        font-size: 2.2rem;
    }

    .offer-features {
        font-size: 0.95rem;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.offer-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #3498db, #2ecc71, #e67e22);
}

.offer-card.silver::before {
    background: linear-gradient(90deg, #bdc3c7, #95a5a6);
}

.offer-card.gold::before {
    background: linear-gradient(90deg, #f1c40f, #f39c12);
}

.offer-card.platinum::before {
    background: linear-gradient(90deg, #e67e22, #d35400);
}

.plan-name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.silver .plan-name {
    color: #c4c4c4 !important;
}

.gold .plan-name {
    color: #fffff !important;
}

.platinum .plan-name {
    color: #d9d9d9 !important;
}

.plan-speed {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
}

.silver .plan-speed {
    color: #3498db;
}

.gold .plan-speed {
    color: #27ae60;
}

.platinum .plan-speed {
    color: #e67e22;
}

.speed-unit {
    font-size: 24px;
    color: black !important;
    margin-left: 5px;
}

.speed-unit1 {
    font-size: 24px;
    color: white !important;
    margin-left: 5px;
}

.plan-description {
    color: #00000 !important;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.plan-price {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
}

.price-amount {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}

.price-period {
    color: #7f8c8d;
    font-size: 16px;
}

.optional-section {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid;
}

.silver .optional-section {
    border-left-color: #3498db;
}

.gold .optional-section {
    border-left-color: #27ae60;
}

.platinum .optional-section {
    border-left-color: #e67e22;
}

.optional-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.silver .optional-title {
    color: #3498db;
}

.gold .optional-title {
    color: #27ae60;
}

.platinum .optional-title {
    color: #e67e22;
}

.optional-description {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.optional-price {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

.cta-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta-button.silver {
    background: linear-gradient(135deg, #c4c4c4, #c4c4c4);
    color: white;
    transition: background 0.3s ease;
}

.cta-button.silver:hover,
.cta-button.silver.active {
    background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
}

.offer-card.gold .cta-button {
    background: linear-gradient(135deg, #efbf04, #efbf04);
    color: white;
    transition: background 0.3s ease;
}

.offer-card.gold .cta-button:hover,
.offer-card.gold .cta-button.active {
    background: linear-gradient(135deg, #efbf04, #efbf04);
}

.cta-button.platinum {
    background: linear-gradient(135deg, #d9d9d9, #d9d9d9);
    color: white;
    transition: background 0.3s ease;
}

.cta-button.platinum:hover,
.cta-button.platinum.active {
    background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
}


.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.featured {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .plan-speed {
        font-size: 36px;
    }

    .plan-name {
        font-size: 24px;
    }
}

@keyframes glowRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carousel-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #4bb2e0;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 0 0 20px rgba(75, 178, 224, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(75, 178, 224, 0.5);
    }

    to {
        text-shadow: 0 0 30px rgba(75, 178, 224, 0.8);
    }
}

.section-subtitle {
    font-size: 1.2rem;
    color: #333333;
    opacity: 0.8;
    font-weight: 300;
}


.carousel {
    /* position: relative; */
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #4bb2e0 100%);
    border: 1px solid rgba(75, 178, 224, 0.3);
    justify-content: center;
    align-items: center;
}

.carousel-track {
    display: flex;
    width: 600%;
    height: 100%;
    animation: slide 50s infinite linear;
    justify-content: center;
    align-items: center;
}

.carousel-slide {
    width: 16.666%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(75, 178, 224, 0.1) 100%);
    border-right: 1px solid rgba(75, 178, 224, 0.2);
}

.client-logo {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #4bb2e0, #000000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(75, 178, 224, 0.3);
    animation: float 10s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.client-logo::before {
    content: '';
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    position: absolute;
    border: 3px solid #4bb2e0;
    backdrop-filter: blur(5px);
}

.client-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    filter: brightness(1.1) contrast(1.1);
}

.client-name {
    font-size: 2rem;
    font-weight: 700;
    color: #4bb2e0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(75, 178, 224, 0.5);
}

.client-sector {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 300;
    padding: 8px 20px;
    background: rgba(75, 178, 224, 0.2);
    border-radius: 25px;
    border: 1px solid rgba(75, 178, 224, 0.4);
}

.testimonial {
    margin-top: 20px;
    font-style: italic;
    color: #ffffff;
    opacity: 0.9;
    font-size: 0.95rem;
    line-height: 1.6;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-83.33%);
    }
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(75, 178, 224, 0.3);
    border: 2px solid #4bb2e0;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 3s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    16.666% {
        transform: scale(1.2);
        background: #4bb2e0;
    }

    33.333% {
        transform: scale(1);
    }
}

.controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(75, 178, 224, 0.2);
    border: 2px solid #4bb2e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.controls:hover {
    background: rgba(75, 178, 224, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.prev {
    left: -25px;
}

.next {
    right: -25px;
}

.controls::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}

.prev::before {
    border-width: 8px 12px 8px 0;
    border-color: transparent #4bb2e0 transparent transparent;
    margin-right: 3px;
}

.next::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #4bb2e0;
    margin-left: 3px;
}

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2.5rem;
    }

    .carousel {
        height: 350px;
    }

    .client-name {
        font-size: 1.5rem;
    }

    .controls {
        display: none;
    }
}


.offers-container {
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #4bb2e0;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
}

.section-title h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #4bb2e0;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.3rem;
    color: #333333;
    font-weight: 300;
    opacity: 0.8;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.offer-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 3px solid transparent;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #4bb2e0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.offer-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(75, 178, 224, 0.3);
    border-color: #4bb2e0;
}

.offer-card:hover::before {
    transform: scaleX(1);
}

.offer-card.featured {
    border-color: #4bb2e0;
    background: #efbf04;
    color: #ffffff;
    transform: scale(1.05);
}

.offer-card.featured::before {
    transform: scaleX(1);
    background: #ffffff;
}

.offer-card.featured:hover {
    transform: scale(1.08) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

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

.plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.offer-card.featured .plan-name {
    color: #4bb2e0;
}

.plan-speed {
    font-size: 3.5rem;
    font-weight: 900;
    color: #4bb2e0;
    line-height: 1;
    margin-bottom: 5px;
}

.offer-card.featured .plan-speed {
    color: #ffffff;
}

.speed-unit {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333333;
    opacity: 0.7;
}

.offer-card.featured .speed-unit {
    color: #4bb2e0;
}

.plan-price {
    margin: 25px 0;
    text-align: center;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
}

.offer-card.featured .price-amount {
    color: #000000;
}

.price-period {
    font-size: 1rem;
    color: #4bb2e0;
    font-weight: 300;
}

.offer-card.featured .price-period {
    color: #4bb2e0;
}

.features-list {
    list-style: none;
    margin: 30px 0;
}

.features-list li {
    padding: 12px 0;
    font-size: 1rem;
    color: #333333;
    position: relative;
    padding-left: 35px;
    opacity: 0;
    animation: slideInUp 0.6s ease forwards;
}

.offer-card.featured .features-list li {
    color: #ffffff;
}

.features-list li:nth-child(1) {
    animation-delay: 0.1s;
}

.features-list li:nth-child(2) {
    animation-delay: 0.2s;
}

.features-list li:nth-child(3) {
    animation-delay: 0.3s;
}

.features-list li:nth-child(4) {
    animation-delay: 0.4s;
}

.features-list li:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background: #4bb2e0;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.offer-card.featured .features-list li::before {
    background: #ffffff;
    color: #000000;
}

.cta-button {
    width: 100%;
    padding: 18px;
    background: #4bb2e0;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.5s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    background: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(75, 178, 224, 0.4);
}

.offer-card.featured .cta-button {
    background: #ffffff;
    color: #000000;
}

.offer-card.featured .cta-button:hover {
    background: #4bb2e0;
    color: #ffffff;
}

.popular-badge {
    position: absolute;
    top: -1px;
    right: -1000px;
    background: #4bb2e0;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(75, 178, 224, 0.3);
}

.contenitore-clienti {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    width: 100%;
}

.slider-wrapper-carousel {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    height: 500px;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.windows-row {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    height: calc(50% - 10px);
}

.ultranet-clienti {
    flex: 1;
    background: #4bb2e0;
    border-radius: 12px;
    padding: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(75, 178, 224, 0.3);
}

.ultranet-clienti:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(75, 178, 224, 0.4);
}

.ultranet-clienti::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
    opacity: 0;
}

.ultranet-clienti:hover::before {
    animation: shine 0.5s ease-in-out;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
        opacity: 0;
    }
}

.client-img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: contain;
    padding: 10px;
    transition: all 0.3s ease;
}

.ultranet-clienti:hover .client-img {
    transform: scale(1.1);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 30%;
    height: 30%;
    object-fit: cover;
}

.clients-section {
    border-radius: 15px;
    padding: 40px;
}

.swiper {
    width: 100%;
    padding: 30px 0;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.client-img {
    display: block;
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-slide-active .client-img {
    filter: grayscale(0%);
    opacity: 1;
}

.instructions {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.instructions h3 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.instructions ul {
    padding-left: 20px;
    color: #34495e;
    line-height: 1.6;
}

.instructions li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .swiper {
        height: 150px;
    }

    .client-img {
        max-width: 60%;
        max-height: 60%;
    }

    h1 {
        font-size: 2rem;
    }
}

.client-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.client-description {
    font-size: 0.85em;
    text-align: center;
    opacity: 0.9;
    line-height: 1.4;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-btn {
    background: #4bb2e0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(75, 178, 224, 0.3);
}

.slider-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(75, 178, 224, 0.4);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(75, 178, 224, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #4bb2e0;
    transform: scale(1.3);
}

.page-indicator {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 1.1em;
    font-weight: 500;
}

@media (max-width: 768px) {
    .windows-row {
        flex-direction: column;
        height: auto;
    }

    .ultranet-clienti {
        min-height: 120px;
    }

    .contenitore-clienti {
        padding: 20px;
    }

    .slider-wrapper {
        height: auto;
        min-height: 600px;
    }
}


@media (max-width: 768px) {
    .section-title h1 {
        font-size: 2.5rem;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .offer-card.featured {
        transform: none;
    }

    .offer-card.featured:hover {
        transform: translateY(-10px);
    }



    .plan-speed {
        font-size: 2.8rem;
    }



    .image-left {
        width: 150px;
        position: left;
    }


    .hero {
        position: relative !important;
        top: -10px;
        left: 10px;
        width: 60px;
        height: auto;
        z-index: 999;
    }

    .hero-content-diagonal {
        width: 100%;
    }

    .box {
        flex: 1;
        background: #fdfdfd;
        border: 2px solid #eee;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    }

    .main-container {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        padding: 30px;
    }

    .divider {
        width: 4px;
        background: #4bb2e0;
        border-radius: 2px;
    }

    .cta-button.voip {
        background: linear-gradient(135deg, #d9d9d9, #d9d9d9);
        color: white;
        transition: background 0.3s ease;
    }

    .cta-button.voip:hover,
    .cta-button.voip.active {
        background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
    }


    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        line-height: 1.6;
        color: #1a1a1a;
        overflow-x: hidden;
    }

    /* Base styles remain the same */
    .voip-container {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .voip-card {
        width: 100%;
        max-width: 350px;
        padding: 30px 25px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .voip-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    }

    .voip-standard {
        background: linear-gradient(135deg, #7dd3fc, #38bdf8);
        color: white;
    }

    .voip-flat {
        background: linear-gradient(135deg, #fbbf24, #f59e0b);
        color: white;
    }

    .voip-title {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .voip-subtitle {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 20px;
        opacity: 0.9;
    }

    .voip-standard .voip-subtitle {
        color: #ec4899;
    }

    .voip-flat .voip-subtitle {
        color: #dc2626;
    }

    .voip-description {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 25px;
        opacity: 0.95;
    }

    .voip-price-box {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        padding: 15px 20px;
        margin: 0 auto;
        max-width: 200px;
    }

    .voip-price {
        font-size: 2.2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 2px;
    }

    .voip-price-note {
        font-size: 0.9rem;
        color: #666;
        font-style: italic;
    }

    /* Side Navigation - Mobile First */
    .side-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 60px;
        height: 100vh;
        background: #000;
        z-index: 1000;
        display: none;
        /* Hidden on mobile by default */
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
    }

    .main-content {
        margin-left: 0;
        /* No margin on mobile */
        min-height: 100vh;
    }

    /* Hero Section - Mobile First */
    .hero-diagonal {
        height: 100vh;
        min-height: 600px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 0 14px;
    }

    .diagonal-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background:
            url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/slide2.png'),
            url('https://apps.mtksrl.it/test_wp_ultranet/wp-content/themes/ultranet-theme/assets/images/bg-header.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 1;
    }

    .hero-content-diagonal {
        position: absolute;
        bottom: 0;
        z-index: 2;
        padding: 20px;
        max-width: 100%;
        text-align: center;
        backdrop-filter: brightness(0.5);
        transform: skew(-5deg);
    }

    .hero-content-diagonal img {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px;
    }

    .container {
        max-width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .hero {
        position: static;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .hero .brand-image {
        width: 100%;
        height: auto;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        color: #666;
        max-width: 100%;
    }

    .speed-display {
        position: absolute;
        right: 20px;
        top: 20px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        border-radius: 10px;
    }

    .speed-number {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
        display: block;
    }

    .speed-b {
        font-size: 1rem;
        display: block;
        color: white !important;
        font-weight: 900 !important;
        margin-top: 5px;
    }

    /* Offers Slider - Mobile First */
    .offers-slider-container {
        position: static;
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0;
        z-index: 3;
        padding: 0 20px;
    }

    .offers-slider {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .slider-wrapper {
        display: flex;
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .offer-slide {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }

    .offer-content {
        width: 100%;
    }

    .offer-badge {
        display: inline-block;
        background: linear-gradient(45deg, #30a9d9, #4fb3e1);
        color: #fff;
        padding: 0.3rem 1rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .offer-title {
        font-size: 1.3rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        color: #1a1a1a;
        line-height: 1.2;
    }

    .offer-price {
        font-size: 2rem;
        font-weight: 900;
        color: #30a9d9;
        margin-bottom: 0.8rem;
        line-height: 1;
    }

    .offer-price .currency {
        font-size: 1.2rem;
        vertical-align: top;
    }

    .offer-price .period {
        font-size: 0.8rem;
        color: #666;
        font-weight: 400;
    }

    .offer-features {
        list-style: none;
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

    .offer-features li {
        margin-bottom: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        color: #333;
        text-align: left;
    }

    .offer-features li::before {
        content: "✓";
        color: #30a9d9;
        font-weight: bold;
        font-size: 1rem;
        flex-shrink: 0;
    }

    /* Cards Grid - Mobile First */
    .cards-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
        padding: 0 20px;
    }

    .offer-card {
        background: white;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: 100%;
    }

    .offer-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    }

    .plan-name {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .plan-speed {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .speed-unit,
    .speed-unit1 {
        font-size: 1rem;
        margin-left: 5px;
    }

    .plan-description {
        color: #000000;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .plan-price {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 15px;
        margin: 20px 0;
    }

    .price-amount {
        font-size: 1.8rem;
        font-weight: bold;
        color: #2c3e50;
    }

    .price-period {
        color: #7f8c8d;
        font-size: 0.9rem;
        display: block;
        margin-top: 5px;
    }

    .optional-section {
        margin: 25px 0;
        padding: 20px;
        background: #f8f9fa;
        border-radius: 10px;
        border-left: 4px solid;
    }

    .optional-title {
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9rem;
    }

    .optional-description {
        color: #7f8c8d;
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .optional-price {
        font-size: 1.5rem;
        font-weight: bold;
        color: #2c3e50;
    }

    .cta-button {
        width: 100%;
        padding: 15px;
        border: none;
        border-radius: 50px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 20px;
    }

    /* Main Container - Mobile First */
    .main-container {
        display: block;
        padding: 20px;
    }

    .box {
        width: 100%;
        background: #fdfdfd;
        border: 2px solid #eee;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .divider {
        display: none;
    }

    /* Service Cards - Mobile First */
    .rotating-cards {
        padding: 40px 20px;
        background: #ffffff;
    }

    .rotating-cards h2 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 2rem;
        font-weight: 900;
    }

    .cards-container {
        display: block;
        position: relative;
    }

    .service-card-rotating {
        width: 100%;
        max-width: 300px;
        height: auto;
        min-height: 400px;
        background: #fff;
        border-radius: 30px;
        padding: 2rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        position: relative;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
        cursor: pointer;
        border: 3px solid rgba(75, 178, 224, 0.7);
        margin: 0 auto 30px;
        transform: none;
    }

    .service-card-rotating:hover {
        transform: translateY(-10px);
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
    }

    .card-icon {
        width: 100%;
        height: 80px;
        border-radius: 20px;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 10px;
    }

    .service-card-rotating img {
        width: 80%;
        max-width: 120px;
        height: auto;
        margin-top: 20px;
    }

    /* Zigzag Section - Mobile First */
    .zigzag-section {
        padding: 4rem 20px;
        background-color: #06597F;
        color: #fff;
        position: relative;
        width: 100%;
    }

    .zigzag-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .zigzag-item {
        display: block;
        margin-bottom: 4rem;
        text-align: center;
    }

    .zigzag-item h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
        font-weight: 800;
    }

    .zigzag-item p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .zigzag-visual {
        position: relative;
        height: 200px;
        margin-bottom: 2rem;
    }

    .floating-shape {
        position: absolute;
        border-radius: 50%;
        animation: float 6s ease-in-out infinite;
    }

    .shape-1,
    .shape-2,
    .shape-3,
    .shape-4,
    .shape-5 {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .shape-1 {
        top: 10%;
        left: 20%;
    }

    .shape-2 {
        top: 30%;
        right: 20%;
    }

    .shape-3 {
        bottom: 20%;
        left: 40%;
    }

    .shape-4 {
        bottom: 10%;
        right: 30%;
    }

    .shape-5 {
        top: 50%;
        left: 10%;
    }

    /* Clients Section - Mobile First */
    .clients-professional {
        padding: 4rem 20px;
        background: white;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .clients-container {
        background-color: white;
        max-width: 100%;
        margin: 0 auto;
    }

    .clients-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .clients-title {
        font-size: 2rem;
        font-weight: 900;
        margin-bottom: 1rem;
        color: #1a1a1a;
    }

    .clients-subtitle {
        font-size: 1rem;
        color: #666;
        max-width: 100%;
        margin: 0 auto 2rem;
        line-height: 1.6;
    }

    .clients-stats {
        display: block;
        margin-bottom: 2rem;
    }

    .stat-item {
        text-align: center;
        padding: 1.5rem;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(48, 169, 217, 0.1);
        transition: all 0.3s ease;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 2rem;
        font-weight: 900;
        background: linear-gradient(45deg, #30a9d9, #4fb3e1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.5rem;
    }

    .stat-label {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
    }

    /* Carousel - Mobile First */
    .carousel-container {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        padding: 0 20px;
    }

    .section-title h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #4bb2e0;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-shadow: 0 0 20px rgba(75, 178, 224, 0.5);
    }

    .section-subtitle {
        font-size: 1rem;
        color: #333333;
        opacity: 0.8;
        font-weight: 300;
    }

    .carousel {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #4bb2e0 100%);
        border: 1px solid rgba(75, 178, 224, 0.3);
    }

    .carousel-slide {
        padding: 20px;
    }

    .client-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .client-logo img {
        width: 60px;
        height: 60px;
    }

    .client-name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #4bb2e0;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .client-sector {
        font-size: 0.9rem;
        color: #ffffff;
        opacity: 0.8;
        font-weight: 300;
        padding: 6px 15px;
        background: rgba(75, 178, 224, 0.2);
        border-radius: 20px;
        border: 1px solid rgba(75, 178, 224, 0.4);
    }

    .testimonial {
        margin-top: 15px;
        font-style: italic;
        color: #ffffff;
        opacity: 0.9;
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* Button Styles */
    .btn-unique {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem 1.5rem;
        background: linear-gradient(45deg, #30a9d9, #4fb3e1);
        color: #fff;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        width: 100%;
        max-width: 250px;
    }

    .btn-unique:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(48, 169, 217, 0.3);
    }

    /* Contact Bubble */
    .contact-bubble {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background: linear-gradient(45deg, #00ba3a, #00ba3a) !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(48, 169, 217, 0.3);
        animation: bubble-bounce 2s ease-in-out infinite;
        z-index: 1000;
    }

    /* Color variations */
    .silver .plan-name {
        color: #c4c4c4 !important;
    }

    .gold .plan-name {
        color: #ffffff !important;
    }

    .platinum .plan-name {
        color: #d9d9d9 !important;
    }

    .silver .plan-speed {
        color: #3498db;
    }

    .gold .plan-speed {
        color: #27ae60;
    }

    .platinum .plan-speed {
        color: #e67e22;
    }

    .speed-unit {
        color: black !important;
    }

    .speed-unit1 {
        color: white !important;
    }

    .silver .optional-section {
        border-left-color: #3498db;
    }

    .gold .optional-section {
        border-left-color: #27ae60;
    }

    .platinum .optional-section {
        border-left-color: #e67e22;
    }

    .silver .optional-title {
        color: #3498db;
    }

    .gold .optional-title {
        color: #27ae60;
    }

    .platinum .optional-title {
        color: #e67e22;
    }

    .cta-button.silver {
        background: linear-gradient(135deg, #c4c4c4, #c4c4c4);
        color: white;
    }

    .nav-link {
        color: white !important;
    }

    .cta-button.silver:hover {
        background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
    }

    #nav-mob {
        position: fixed;
        top: 5px;
        left: 0;
        width: 100%;
        border-radius: 10px;
        z-index: 9999;
        display: flex;
        justify-content: center;
    }

    #nav-mob .container-fluid {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
    }

    #nav-mob .navbar-collapse {
        justify-content: center;
    }

    .navbar-toggler {
        background-color: white;
    }

    .cta-button.platinum {
        background: linear-gradient(135deg, #d9d9d9, #d9d9d9);
        color: white;
    }

    .cta-button.platinum:hover {
        background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
    }

    .cta-button.voip {
        background: linear-gradient(135deg, #d9d9d9, #d9d9d9);
        color: white;
    }

    .cta-button.voip:hover {
        background: linear-gradient(135deg, #4bb2e0, #4bb2e0);
    }

    .featured {
        transform: none;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }

    .popular-badge {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Animations */
    @keyframes float {

        0%,
        100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(-20px) rotate(5deg);
        }
    }

    @keyframes bubble-bounce {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }
    }

    @keyframes glow {
        from {
            text-shadow: 0 0 20px rgba(75, 178, 224, 0.5);
        }

        to {
            text-shadow: 0 0 30px rgba(75, 178, 224, 0.8);
        }
    }

    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-83.33%);
        }
    }

    /* Tablet Styles - 768px and up */
    @media (min-width: 768px) {
        .side-nav {
            display: flex;
            width: 60px;
        }

        .main-content {
            margin-left: 60px;
        }

        .hero-diagonal {
            padding: 0 40px;
        }

        .diagonal-bg {
            width: 70%;
            opacity: 1;
            clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
        }

        .hero-content-diagonal {
            max-width: 50%;
            text-align: left;
            padding: 0 2rem;
        }

        .hero-content-diagonal img {
            margin-bottom: 0;
        }

        .hero {
            position: absolute;
            top: -10px;
            left: 10px;
            width: 60px;
            height: auto;
            z-index: 999;
        }

        .speed-display {
            right: 10%;
            top: 0;
            background: none;
            padding: 0;
        }

        .speed-number {
            font-size: 3rem;
        }

        .speed-b {
            font-size: 1.2rem;
            display: inline;
            margin-left: 0.5rem;
            position: relative;
            top: -10px;
        }

        .offers-slider-container {
            position: absolute;
            bottom: 15%;
            right: 5%;
            width: 400px;
            margin: 0;
            padding: 0;
        }

        .cards-grid {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            padding: 0 40px;
        }

        .main-container {
            display: flex;
            justify-content: space-between;
            gap: 40px;
            padding: 30px;
        }

        .box {
            flex: 1;
            margin-bottom: 0;
        }

        .divider {
            display: block;
            width: 4px;
            background: #4bb2e0;
            border-radius: 2px;
        }

        .cards-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 500px;
        }

        .service-card-rotating {
            width: 280px;
            height: 500px;
            margin: 0;
        }

        .service-card-rotating:nth-child(1) {
            transform: rotateZ(-5deg);
        }

        .service-card-rotating:nth-child(2) {
            transform: rotateZ(2deg);
            z-index: 2;
        }

        .service-card-rotating:nth-child(3) {
            transform: rotateZ(-3deg);
        }

        .service-card-rotating:hover {
            transform: translateY(-20px) rotateY(10deg);
        }

        .zigzag-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6rem;
            align-items: center;
            text-align: left;
        }

        .zigzag-item h3 {
            font-size: 2.5rem;
        }

        .zigzag-item p {
            font-size: 1.2rem;
        }

        .zigzag-visual {
            height: 400px;
        }

        .shape-1,
        .shape-2,
        .shape-3 {
            width: 80px;
            height: 80px;
        }

        .shape-4,
        .shape-5 {
            width: 120px;
            height: 120px;
        }

        .clients-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
        }

        .stat-item {
            margin-bottom: 0;
        }

        .carousel {
            height: 400px;
        }

        .client-logo {
            width: 120px;
            height: 120px;
            margin-bottom: 30px;
        }

        .client-logo img {
            width: 80px;
            height: 80px;
        }

        .client-name {
            font-size: 2rem;
        }

        .client-sector {
            font-size: 1.1rem;
        }

        .testimonial {
            font-size: 0.95rem;
        }

        .btn-unique {
            width: auto;
            font-size: 16px;
            padding: 1rem 2rem;
        }
    }

    /* Desktop Styles - 1200px and up */
    @media (min-width: 1200px) {
        .side-nav {
            width: 80px;
        }

        .main-content {
            margin-left: 80px;
        }

        .hero-diagonal {
            padding: 0 4rem;
        }

        .hero-content-diagonal {
            padding: 0 4rem;
        }

        .hero-title {
            font-size: clamp(3rem, 8vw, 8rem);
            font-weight: 900;
            line-height: 0.9;
            margin-bottom: 2rem;
            color: #1a1a1a;
        }

        .hero-title .highlight {
            color: #30a9d9;
            position: relative;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 3rem;
        }

        .speed-number {
            font-size: 55px;
            margin-left: 20px;
            display: inline;
        }

        .offers-slider-container {
            width: 450px;
            right: 6%;
        }

        .offer-title {
            font-size: 1.4rem;
        }

        .offer-price {
            font-size: 2.2rem;
        }

        .offer-features {
            font-size: 0.95rem;
        }

        .cards-grid {
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
        }

        .rotating-cards {
            padding: 8rem 4rem;
        }

        .rotating-cards h2 {
            font-size: 3rem;
            margin-bottom: 4rem;
        }

        .zigzag-section {
            padding: 6rem 0;
            width: 100vw;
            margin-left: calc(50% - 50vw);
        }

        .zigzag-container {
            max-width: 1400px;
            padding: 0 2rem;
        }

        .zigzag-item {
            margin-bottom: 8rem;
        }

        .shape-1 {
            width: 150px;
            height: 150px;
            top: 20%;
            left: 10%;
        }

        .shape-2 {
            width: 100px;
            height: 100px;
            top: 60%;
            right: 20%;
        }

        .shape-3 {
            width: 80px;
            height: 80px;
            bottom: 10%;
            left: 50%;
        }

        .shape-4 {
            width: 120px;
            height: 120px;
            bottom: 10%;
            left: 50%;
        }

        .shape-5 {
            width: 180px;
            height: 180px;
            bottom: 10%;
            left: -10%;
        }

        .clients-professional {
            padding: 8rem 4rem;
        }

        .clients-title {
            font-size: 3rem;
        }

        .clients-subtitle {
            font-size: 1.2rem;
            max-width: 600px;
        }

        .clients-header {
            margin-bottom: 6rem;
        }

        .clients-stats {
            margin-bottom: 4rem;
        }

        .stat-number {
            font-size: 3rem;
        }

        .carousel-container {
            max-width: 1200px;
        }

        .section-title h1 {
            font-size: 3.5rem;
            letter-spacing: 3px;
        }

        .contact-bubble {
            width: 70px;
            height: 70px;
            bottom: 30px;
            right: 30px;
            font-size: 1.5rem;
        }
    }

    /* Large Desktop Styles - 1400px and up */
    @media (min-width: 1400px) {
        .offers-slider-container {
            width: 500px;
            right: 8%;
        }

        .zigzag-container {
            max-width: 1600px;
        }

        .clients-container {
            max-width: 1400px;
        }

        .carousel-container {
            max-width: 1400px;
        }
    }

    /* Extra Small Mobile - 320px and up */
    @media (max-width: 480px) {
        .hero-diagonal {
            min-height: 500px;
        }

        .hero-content-diagonal {
            padding: 15px;
        }

        .hero-subtitle {
            font-size: 1rem;
            margin-bottom: 1.5rem;
        }

        .speed-display {
            right: 10px;
            top: 10px;
            padding: 8px;
        }

        .speed-number {
            font-size: 1.5rem;
        }

        .speed-b {
            font-size: 0.8rem;
        }

        .offers-slider-container {
            width: 95%;
            margin: 20px auto 0;
        }

        .offer-slide {
            padding: 1rem;
        }

        .offer-title {
            font-size: 1rem;
        }

        .offer-price {
            font-size: 1.4rem;
        }

        .offer-features {
            font-size: 0.8rem;
        }

        .cards-grid {
            padding: 0 15px;
            gap: 15px;
        }

        .offer-card {
            padding: 20px;
        }

        .plan-name {
            font-size: 1.5rem;
        }

        .plan-speed {
            font-size: 2rem;
        }

        .price-amount {
            font-size: 1.5rem;
        }

        .rotating-cards h2 {
            font-size: 1.8rem;
        }

        .service-card-rotating {
            min-height: 350px;
            padding: 1.5rem;
        }

        .card-icon {
            height: 60px;
            font-size: 14px;
        }

        .zigzag-section {
            padding: 3rem 15px;
        }

        .zigzag-item h3 {
            font-size: 1.8rem;
        }

        .zigzag-item p {
            font-size: 1rem;
        }

        .clients-title {
            font-size: 1.8rem;
        }

        .clients-subtitle {
            font-size: 0.95rem;
        }

        .section-title h1 {
            font-size: 2rem;
            letter-spacing: 1px;
        }

        .client-name {
            font-size: 1rem;
        }

        .client-sector {
            font-size: 0.8rem;
        }

        .testimonial {
            font-size: 0.8rem;
        }

        .btn-unique {
            padding: 0.8rem 1.2rem;
            font-size: 13px;
        }

        .contact-bubble {
            width: 50px;
            height: 50px;
            bottom: 15px;
            right: 15px;
            font-size: 1rem;
        }
    }

    /* Landscape Mobile */
    @media (max-height: 500px) and (orientation: landscape) {
        .hero-diagonal {
            height: 100vh;
            min-height: 400px;
        }

        .offers-slider-container {
            position: static;
            margin: 20px auto 0;
            width: 90%;
            max-width: 350px;
        }

        .speed-display {
            position: static;
            margin: 20px auto;
            background: rgba(0, 0, 0, 0.7);
            display: inline-block;
            padding: 10px 20px;
            border-radius: 10px;
        }
    }

    /* Print Styles */
    @media print {

        .contact-bubble,
        .offers-slider-container,
        .side-nav {
            display: none !important;
        }

        .main-content {
            margin-left: 0;
        }

        .hero-diagonal {
            height: auto;
            min-height: auto;
        }

        .diagonal-bg {
            display: none;
        }

        .service-card-rotating,
        .offer-card {
            break-inside: avoid;
        }
    }

    /* High Contrast Mode Support */
    @media (prefers-contrast: high) {

        .offer-card,
        .service-card-rotating,
        .voip-card {
            border: 2px solid #000;
        }

        .btn-unique,
        .cta-button {
            border: 2px solid #000;
        }
    }
	