/* Large Devices */
@media (max-width: 1199.98px) {

    section {
        padding: 80px 0;
    }

    .section-title h2 {
        font-size: 36px;
    }

}

/* Tablets */
@media (max-width: 991.98px) {

    body {
        font-size: 15px;
    }

    section {
        padding: 70px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .navbar {
        padding: 12px 0;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-nav .nav-link {
        margin: 8px 0;
    }

    .btn-client-area {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    .pricing-card {
        margin-bottom: 30px;
    }

    .feature-card {
        margin-bottom: 25px;
    }

    .footer-section {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

}

/* Mobile */
@media (max-width: 767.98px) {

    section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 14px;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .price {
        font-size: 40px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

}

/* Small Mobile */
@media (max-width: 575.98px) {

    body {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .pricing-card {
        padding: 30px 20px;
    }

    .feature-card {
        padding: 25px;
    }

    .testimonial-card {
        padding: 20px;
    }

}
@media (max-width: 991.98px) {

    .hero-section {
        padding: 80px 0;
        text-align: center;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-server-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 180px;
        margin: -40px auto 0;
    }

}

@media (max-width: 575.98px) {

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 15px;
    }

}
@media (max-width: 767.98px) {

    .domain-search-wrapper {
        padding: 25px;
    }

    .domain-pricing {
        gap: 15px;
    }

    .domain-item {
        min-width: 100px;
    }

}
@media (max-width: 767.98px) {

    .workspace-features {
        grid-template-columns: 1fr;
    }

    .workspace-buttons {
        flex-direction: column;
    }

    .workspace-content h2 {
        font-size: 30px;
    }

}