.solution-components {
    background-image: url('images/nums.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10px;
}

.container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 clamp(15px, 5vw, 30px);
}

.btn-primary {
    background: linear-gradient(to right, #1570f0, #4e95f8);
    color: #fff;
    padding: clamp(0.5rem, 2vw, 1rem);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 350;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
}

.btn-secondary {
    background: linear-gradient(to right, #ff5a36, #f7785c);
    color: #fff;
    padding: clamp(0.5rem, 2vw, 1rem) clamp(1rem, 3vw, 2rem);
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 350;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    cursor: pointer;
}

/* Hero Section */
.hero {
    background-image:
    linear-gradient(to bottom, #0047abd9, #002b7cae),
    url('images/network.png');
    width: 100%;
    min-height: clamp(400px, 50vh, 600px);
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-size: cover;
    align-items: center;
    background-position: center;
    color: white;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

@media (max-width: 1200px) {
    .hero {
        flex-direction: column; /* Stack items vertically */
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: clamp(10px, 2vw, 20px);
    }

    .hero-text {
        margin-top: clamp(10px, 2vw, 20px);
        margin-bottom: clamp(10px, 2vw, 20px);
        text-align: center !important;
    }



    .hero-text .product-tag{
        max-width: 100px;
        text-align: center !important;
        margin-top: 20px;
        justify-content: center;
        align-self: center;
    }

}

.hero-container{
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 clamp(15px, 5vw, 30px);
    gap: clamp(2rem, 2vw, 5rem);
  }

.hero-text {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hero-text .product-tag {
    display: flex;
    width: 20%;
    max-width: 120px;
    background: linear-gradient(to right, #ff5a36, #f7785c);
    color: white;
    padding: clamp(5px, 1vw, 10px);
    border-radius: 3px;
    width: auto;
    font-size: clamp(0.8rem, 2vw, 1rem);
    text-transform: uppercase;
    font-weight: 350;
    margin-bottom: 1rem;
}

.hero-text .athena {
    font-size: clamp(2rem, 5vw, 2.5rem);
    color: #ff5a36;
}

.hero-text .subtitle {
    font-size: clamp(1rem, 5vw, 2rem);
    margin-bottom: 0.5rem;
}

.hero-text h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 0.5rem;
}

.hero-text p {
    font-size: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 1rem;
    margin-right: 2rem;
}

.hero-buttons .btn {
    display: inline-block;
    padding: clamp(10px, 2vw, 20px);
    border: none;
    cursor: pointer;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    border-radius: 5px;
    gap: clamp(10px, 2vw, 20px);
}

/*Carousel*/
.carousel {
    position: relative;
    justify-content: center;
    align-items: center;
    flex: 2;
    width: 100%;
    height: auto;
    min-width: 400px;
    max-width: 800px;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-card .product-tag {
    display: none !important;
    position: absolute;
    background: linear-gradient(white, rgba(255, 255, 255, 0.901));
    color: #333;
    padding-left: 6px;
    padding-right: 6px;
    padding: 2px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: clamp(0.3rem, 2vw, 0.6rem);
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .carousel-card .text{
    color: #fff;
    padding-top: 5%;
    z-index: 10;
  }
  
  .carousel-card {
    flex: 0 0 100%;
    padding: clamp(10px, 5vw, 20%);
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
.card1{
    background: #cc6633;
 }

 .card3{
    background: #0099cc;
 }


 .card4{
    background: #666;
 }

 .card5{
    background: #0099cc;
 }

 .card2{
    background-image:
    linear-gradient(to top, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0)),
    url('images/dx.png');
    background-size: cover;
    top: 0;
 }
  
  .carousel-card .content {
    border-radius: 10px;
    padding-bottom: 10%;
  }
  
  .carousel-card .content h3 {
    margin-bottom: 5px;
    font-size: 2.5rem;
  }
  
  .carousel-card .content p {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  
  .carousel-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  
  .carousel-button {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }
  
  .carousel-indicator {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .carousel-indicator.active {
    background: #ff5a36;
  }
  
@media (max-width: 768px) {
    .carousel-card .content h3 {
        font-size: 1.2rem;
    }
  
    .carousel-card .content p {
        font-size: 0.9rem;
    }
  
    .carousel-card .widget{
      width: 100%;
    }
  
    .carousel-card .content a {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
  
    .carousel-buttons {
        width: 95%;
    }
  }
  
  @media (max-width: 480px) {
    .carousel-card .content h3 {
        font-size: 1rem;
    }
  
    .carousel-card .content p {
        font-size: 0.8rem;
    }
  
    .carousel-card .content a {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
  
    .carousel-button {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
  }
  
  /* Solution Components */


.solution-components {
    padding: clamp(20px, 5vw, 60px) 0;
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(252, 251, 252, 0.203)),
    url('images/nums.png');
    background-size: cover;
    color: #333;
}

@media (max-width: 900px) {
    .solution-components {
        flex-direction: column;
        align-self: center;
        gap: 10px;
    }
    .components-grid {
        grid-template-columns: 1fr; /* Single column layout for smallest screens */
        gap: clamp(10px, 2vw, 20px);
        padding-left: 10%;
        padding-right: 10%;
    }
    }
    
    @media (max-width: 900px) {
    .components-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for medium screens */
        gap: clamp(15px, 2vw, 25px);
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
    
    }
    }

.solution-components h2 {
    text-align: center;
    margin-bottom: clamp(1rem, 5vw, 2rem);
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.solution-components .container{
    max-width: 1200px;
}

.components-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30vw, 400px), 1fr));   
    gap: 20px;
    margin-top: clamp(10px, 2vw, 20px);
    padding: 0 clamp(5%, 5vw, 10%);
    justify-content: center;
    align-items: center;
}

.component-card {
    background: white;
    padding: clamp(5px, 3vw, 10px);
    text-align: center;
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 15px;
    width: auto;
    height: auto;
    aspect-ratio: 9 / 8;
    flex-direction: column;
}

.component-card p{
    padding-bottom: 10px;
    width: 70%;
}

.component-card img{
    max-width: 20%;
    height: auto;
}
/* Call-to-Action Section */
.cta {
    background: linear-gradient(to right, #0047abd9, #002b7cae), url(images/network2.png);
    color: #fff;
    min-height: 200px;
    height: auto;
    text-align: center;
    padding: 3rem 0;
}

.cta h2 {
    margin-bottom: 1rem;
}

.cta p {
    margin-bottom: 2rem;
}

.cta-buttons a {
    margin: 0 0.5rem;
}

