/* Responsive Styles */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 120px 0 80px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image {
        text-align: center;
    }
    
    .algorithm-diagram {
        overflow-x: auto;
    }
    
    .diagram-box {
        min-width: 600px;
    }
    
    .industry-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .industry-item {
        width: 120px;
    }
    
    .expertise-card {
        margin-bottom: 30px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        padding: 15px 0;
    }
    
    .navbar-brand img.logo {
        height: 30px;
    }
    
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .social-icons-cluster {
        height: 200px;
        margin: 30px 0;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    .industry-item{
        margin: 25px auto;
        
    }
    
    .megaphone-icon, .computer-icon, .clock-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .success-box {
        padding: 15px;
    }
    
    .success-box i {
        font-size: 1.5rem;
    }
    
    .success-box span {
        font-size: 1rem;
    }
    
    .audience-point {
        margin-bottom: 15px;
    }
    
    .point-icon {
        font-size: 1.2rem;
    }
    
    .point-text {
        font-size: 0.9rem;
    }
    
    .partner-logo {
        height: 80px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar {
        padding: 10px 0;
    }
    
    .hero-section {
        padding: 90px 0 10px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .expertise-list li {
        font-size: 0.8rem;
    }
    
    .card-header h3 {
        font-size: 1.2rem;
    }
    
    .industry-items {
        flex-direction: column;
        align-items: center;
    }
    
    .industry-item {
        width: 122px;
        margin-bottom: 15px;
    }
    
    .partner-logo {
        height: 60px;
    }
}
