/* Small Phones */
@media (max-width: 480px) {
  /* styles for ≤480px (small phones) */
    .header-six-area {
        top: 0px !important ;
    }
    .navbar__options .contact-btn {
        display: none;
    }

    .footer-eight-top .row{
        row-gap: 20px   !important;
    }

    .footer-two__widget-logo {
        text-align: center !important;
    }

    .footer-two__widget {
        margin-top: 40px !important;
    }

    .footer-two__widget-content {
        padding-left: 20px !important;
    }
}

/* Tablets (Portrait) */
@media (min-width: 481px) and (max-width: 768px) {
  /* styles for 481px–768px (tablets) */
    .header-six-area {
        top: 0px !important ;
    }

    .footer-eight-top .row{
        row-gap: 20px   !important;
    }

    .footer-two__widget-logo {
        text-align: center !important;
    }

    .footer-two__widget {
        margin-top: 40px !important;
    }

    .footer-two__widget-content {
        padding-left: 20px !important;
    }

}

/* Tablets (Landscape) & Small Laptops */
@media (min-width: 769px) and (max-width: 991px) {
  /* styles for 769px–991px (small laptops) */
    .header-six-area {
        top: 0px !important ;
    }

    .footer-eight-top .row{
        row-gap: 20px   !important;
    }

    .footer-two__widget-logo {
        text-align: center !important;
    }

    .footer-two__widget {
        margin-top: 40px !important;
    }

    .footer-two__widget-content {
        padding-left: 20px !important;
    }
}

/* Laptops / Medium Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* styles for 992px–1199px (medium desktops) */

  .footer-eight-top .row{
        row-gap: 20px   !important;
    }

    .footer-two__widget-logo {
        text-align: center !important;
    }

    .footer-two__widget {
        margin-top: 40px !important;
    }

    .footer-two__widget-content {
        padding-left: 20px !important;
    }
}
