@media (max-width: 768px) {
    .section-title {
        margin-bottom: 20px;
    }

    .section-subtitle {
        line-height: 1.5;
    }

    .whatsapp-widget {
        bottom: 10px;
        right: 0px;
    }

    .tool-image {
        width: 60px;
        height: 60px;
    }

    .hero {
        min-height: calc(100vh - 75px);
    }

    .hero-medal-text {
        font-size: 14px;
    }
}


@media (max-width: 1400px) {
    .blur-container {
        width: 100%;
        border-radius: 20px;
        padding: 0.25rem;
    }

    .navbar {
        padding: 0.8rem 1.5rem;
        backdrop-filter: blur(20px) !important;
        background: rgba(0, 0, 0, 0.1) !important;
    }

    .nav-link {
        padding: 0.8rem 1rem;
        margin: 0.2rem 0;
    }

    .nav-link:after {
        height: 1.5px;
    }

    .footer-top> :last-child {
        grid-column: 1 / -1;
    }
}


@media (min-width: 576px) {
    .rocket-container:hover .hover-text {
        display: block;
    }

}

@media (max-width: 500px) {
    .job-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }
}

@media (max-width: 576px) {
    .hero-quote {
        margin-bottom: 20px;
    }

    .hero-heading {
        font-size: 2rem !important;
    }

    .hero-subtitle {
        font-size: 1.2rem !important;
    }

    .rocket-container {
        bottom: 3%;
    }

    .tabs {
        padding: 5px;
    }

    .tab {
        padding: 8px 5px !important;
    }

    .stepper {
        gap: 28px !important;
    }

    .stepper li:not(:last-child)::after {
        width: 100%;
    }

    .service-card {
        flex-direction: column;
        gap: 20px;
    }

    .decoration-4 {
        width: 35px;
    }

    .join-our-team p {
        font-size: 16px !important;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    #preloader img {
        width: 300px;
    }
}

@media (max-width: 768px) {

    .step-container {
        margin-bottom: 1.5rem;
    }

    .step-line,
    .step-point-wrapper {
        display: none;
    }

    .step-content {
        text-align: center;
        margin-top: 0;
        animation-delay: calc(var(--step-index) * 0.2s);
    }

    .step-number {
        justify-self: center;
    }

    .stepper {
        gap: 63px;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding: 80px 0;
    }

    .image-container {
        margin: 60px auto 0;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 2.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .decoration {
        display: none;
    }
}


@media (max-width: 1024px) {
    .tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}


@media (max-width: 768px) {
    .footer-top {
        gap: 0px;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        margin: 10px 0;
    }

    .footer-top>div:first-child {
        grid-column: 1 / -1;
    }
}