@media (max-width: 1199.98px) {
  .navbar-brand {
    width: 235px;
  }

  .main-navbar .nav-link {
    padding-inline: 10px !important;
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .main-navbar {
    min-height: 70px;
    padding: 6px 0;
  }

  .navbar-brand {
    width: 220px;
    margin-right: 0;
  }

  .navbar-brand img {
    height: 54px;
  }

  .navbar-toggler {
    border-color: var(--border);
    box-shadow: none !important;
  }

  .navbar-collapse {
    margin-top: 10px;
    padding: 10px 0 18px;
    border-top: 1px solid var(--border);
  }

  .main-navbar .navbar-nav {
    align-items: stretch !important;
  }

  .main-navbar .nav-link {
    padding: 13px 4px !important;
    border-bottom: 1px solid var(--border);
  }

  .main-navbar .nav-link.active::after {
    display: none;
  }

  .dropdown-menu {
    margin: 5px 0 10px;
    border: 0;
    box-shadow: none;
    background: #f5f8ff;
  }

  .btn-orange {
    width: 100%;
    margin-top: 12px;
  }

  .footer-logo {
    width: 240px;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    width: 185px;
  }

  .navbar-brand img {
    height: 48px;
  }

  .page-hero {
    padding: 65px 0;
  }

  .page-hero p {
    font-size: 15px;
  }

  .content-section {
    padding: 60px 0;
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 82px;
  }

  #backToTop {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 399.98px) {
  .navbar-brand {
    width: 165px;
  }

  .navbar-toggler {
    padding: 5px 8px;
  }
}

/* =====================================================
   HOMEPAGE RESPONSIVE DESIGN
===================================================== */

@media (max-width: 1199.98px) {

  .home-content-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-hero {
    min-height: 470px;
    background-position: 60% center;
  }

  .home-hero__content {
    max-width: 540px;
  }

  .home-hero__title {
    font-size: clamp(42px, 4.5vw, 57px);
  }

  .home-trust-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-service-card {
    min-height: 250px;
  }

  .home-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-counter-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-counter-icon {
    font-size: 42px;
  }

  .home-counter-item strong {
    font-size: 26px;
  }

}

@media (max-width: 991.98px) {

  .home-hero {
    min-height: 500px;
    background-size: auto 100%;
    background-position: 78% center;
  }

  .home-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.99) 40%,
      rgba(255, 255, 255, 0.82) 61%,
      rgba(255, 255, 255, 0.10) 88%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .home-hero__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-hero__content {
    max-width: 485px;
    padding-top: 55px;
    padding-bottom: 118px;
  }

  .home-hero__title {
    font-size: 49px;
  }

  .home-hero__description {
    font-size: 15px;
  }

  .home-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-trust-item + .home-trust-item {
    border-left: 0;
  }

  .home-trust-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-counter-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-counter-item + .home-counter-item {
    border-left: 0;
  }

  .home-counter-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-counter-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-reviews-grid {
    grid-template-columns: 1fr;
  }

  .home-brands-row {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
  }

  .home-cta-strip {
    padding-left: 35px;
    padding-right: 35px;
  }

}

@media (max-width: 767.98px) {

  .home-full-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero {
    min-height: auto;
    display: block;
    padding-bottom: 270px;
    background-size: auto 280px;
    background-position: right bottom;
  }

  .home-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 57%,
      rgba(255, 255, 255, 0.89) 71%,
      rgba(255, 255, 255, 0.05) 100%
    );
  }

  .home-hero__container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero__content {
    max-width: none;
    padding: 42px 0 35px;
    text-align: center;
  }

  .home-hero__eyebrow {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .home-hero__title {
    font-size: clamp(36px, 10vw, 47px);
    line-height: 1.08;
  }

  .home-hero__description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .home-hero__buttons {
    justify-content: center;
    margin-top: 24px;
  }

  .home-trust-section {
    margin-top: 0;
  }

  .home-trust-strip {
    border-radius: 0;
  }

  .home-section-heading h2 {
    font-size: 26px;
  }

  .home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }

  .home-service-card {
    min-height: 245px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .home-counter-strip {
    border-radius: 0;
  }

  .home-why-grid {
    gap: 22px;
  }

  .home-review-card > p {
    margin-left: 0;
  }

  .home-brands-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .home-brand {
    font-size: 19px;
  }

  .home-brand--apple {
    font-size: 27px;
  }

  .home-cta-strip {
    border-radius: 0;
    padding: 22px 24px;
  }

  .home-cta-content h2 {
    font-size: 18px;
  }

  .home-cta-button {
    min-width: 145px;
  }

}

@media (max-width: 575.98px) {

  .home-hero {
    padding-bottom: 225px;
    background-size: auto 235px;
  }

  .home-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn {
    width: 100%;
  }

  .home-trust-strip {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-trust-item {
    padding: 13px 6px;
  }

  .home-trust-item:nth-child(even) {
    border-left: 0;
  }

  .home-trust-item:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 235px;
  }

  .home-counter-strip {
    grid-template-columns: 1fr;
  }

  .home-counter-item:nth-child(even) {
    border-left: 0;
  }

  .home-counter-item:nth-child(n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-why-grid {
    grid-template-columns: 1fr;
  }

  .home-review-top {
    flex-direction: column;
  }

  .home-brands-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-cta-strip {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .home-cta-content {
    flex-direction: column;
  }

  .home-cta-button {
    width: 100%;
  }

}

/* =====================================================
   FINAL RESPONSIVE HEADER CORRECTION
===================================================== */

@media (min-width: 992px) {

  .main-navbar {
    min-height: 72px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-navbar .container-fluid,
  .main-navbar .navbar-collapse,
  .main-navbar .navbar-nav {
    min-height: 72px;
  }

  .main-navbar .nav-link {
    min-height: 72px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
  }

  .btn-orange {
    width: auto;
    margin-top: 0;
  }

}

@media (max-width: 991.98px) {

  .main-navbar {
    min-height: 66px !important;
    padding: 6px 0 !important;
  }

  .main-navbar .container-fluid {
    min-height: 54px;
  }

  .main-navbar .navbar-collapse {
    min-height: auto;
  }

  .main-navbar .navbar-nav {
    min-height: auto;
  }

  .main-navbar .nav-link {
    min-height: 48px;
  }

  .home-why-section {
    padding-bottom: 56px;
  }

  .home-reviews-section {
    padding-top: 8px;
    padding-bottom: 40px;
  }

}

@media (max-width: 575.98px) {

  .home-why-section {
    padding-bottom: 46px;
  }

  .home-reviews-section {
    padding-top: 4px;
    padding-bottom: 34px;
  }

}

/* =====================================================
   ABOUT PAGE RESPONSIVE ONLY
===================================================== */

@media (max-width: 1199.98px) {

  .about-page .about-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-page .about-page-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991.98px) {

  .about-page .about-page-banner {
    min-height: 160px;
  }

  .about-page .about-page-intro__grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-page-intro__image,
  .about-page .about-page-intro__image img {
    min-height: 360px;
  }

  .about-page .about-page-purpose {
    grid-template-columns: 1fr;
  }

  .about-page .about-page-journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-page-journey__item + .about-page-journey__item {
    border-left: 0;
  }

  .about-page .about-page-journey__item:nth-child(even) {
    border-left: 1px solid var(--border);
  }

  .about-page .about-page-journey__item:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .about-page .about-page-journey__item:last-child {
    grid-column: 1 / -1;
    border-left: 0;
  }

}

@media (max-width: 767.98px) {

  .about-page .about-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-page .about-page-banner {
    min-height: 145px;
  }

  .about-page .about-page-banner__content {
    padding: 32px 0;
  }

  .about-page .about-page-banner__content h1 {
    font-size: 36px;
  }

  .about-page .about-page-section {
    padding: 44px 0;
  }

  .about-page .about-page-intro__content h2 {
    font-size: 29px;
  }

  .about-page .about-page-team__grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-page-team__image {
    height: 310px;
  }

  .about-page .about-page-cta__box {
    padding: 22px 24px;
  }

}

@media (max-width: 575.98px) {

  .about-page .about-page-intro__image,
  .about-page .about-page-intro__image img {
    min-height: 280px;
  }

  .about-page .about-page-journey__grid {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }

  .about-page .about-page-journey__item:nth-child(even) {
    border-left: 0;
  }

  .about-page .about-page-journey__item:nth-child(n + 2) {
    border-top: 1px solid var(--border);
  }

  .about-page .about-page-journey__item:last-child {
    grid-column: auto;
  }

  .about-page .about-page-cta__box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .about-page .about-page-cta__content {
    flex-direction: column;
  }

  .about-page .about-page-cta__button {
    width: 100%;
  }

}

/* =====================================================
   RENTAL PAGE RESPONSIVE ONLY
===================================================== */

@media (max-width: 1199.98px) {

  .rental-page .rental-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rental-page .rental-page-plans {
    gap: 20px;
  }

}

@media (max-width: 991.98px) {

  .rental-page .rental-page-banner {
    min-height: 190px;
  }

  .rental-page .rental-page-plans {
    grid-template-columns: 1fr;
  }

  .rental-page .rental-page-plan-card {
    min-height: auto;
  }

  .rental-page .rental-page-plan-card > a {
    margin-top: 28px;
  }

  .rental-page .rental-page-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-page .rental-page-why__grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.98px) {

  .rental-page .rental-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rental-page .rental-page-banner {
    min-height: 165px;
  }

  .rental-page .rental-page-banner__content {
    padding: 38px 0;
  }

  .rental-page .rental-page-banner__content h1 {
    font-size: 38px;
  }

  .rental-page .rental-page-section {
    padding: 45px 0;
  }

  .rental-page .rental-page-heading h2 {
    font-size: 28px;
  }

  .rental-page .rental-page-why__lists {
    grid-template-columns: 1fr;
  }

  .rental-page .rental-page-cta__box {
    padding: 22px 24px;
  }

}

@media (max-width: 575.98px) {

  .rental-page .rental-page-features__grid {
    grid-template-columns: 1fr;
  }

  .rental-page .rental-page-contact-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .rental-page .rental-page-contact-card a {
    font-size: 21px;
  }

  .rental-page .rental-page-cta__box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .rental-page .rental-page-cta__content {
    flex-direction: column;
  }

  .rental-page .rental-page-cta__button {
    width: 100%;
  }

}

/* =====================================================
   AMC & IT SOLUTIONS PAGE RESPONSIVE ONLY
===================================================== */

@media (max-width: 1199.98px) {

  .amc-page .amc-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .amc-page .amc-page-intro__grid {
    grid-template-columns: 1fr;
  }

  .amc-page .amc-page-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 991.98px) {

  .amc-page .amc-page-banner {
    min-height: 190px;
  }

  .amc-page .amc-page-plans {
    grid-template-columns: 1fr;
  }

  .amc-page .amc-page-plan-card {
    min-height: auto;
  }

  .amc-page .amc-page-plan-card > a {
    margin-top: 26px;
  }

  .amc-page .amc-page-benefits__grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.98px) {

  .amc-page .amc-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .amc-page .amc-page-banner {
    min-height: 165px;
  }

  .amc-page .amc-page-banner__content {
    padding: 38px 0;
  }

  .amc-page .amc-page-banner__content h1 {
    font-size: 38px;
  }

  .amc-page .amc-page-section {
    padding: 45px 0;
  }

  .amc-page .amc-page-heading h2,
  .amc-page .amc-page-intro__content h2,
  .amc-page .amc-page-benefits__content h2 {
    font-size: 28px;
  }

  .amc-page .amc-page-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amc-page .amc-page-cta__box {
    padding: 22px 24px;
  }

}

@media (max-width: 575.98px) {

  .amc-page .amc-page-checks {
    grid-template-columns: 1fr;
  }

  .amc-page .amc-page-services__grid {
    grid-template-columns: 1fr;
  }

  .amc-page .amc-page-cta__box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .amc-page .amc-page-cta__content {
    flex-direction: column;
  }

  .amc-page .amc-page-cta__button {
    width: 100%;
  }

}

/* =====================================================
   CONTACT PAGE RESPONSIVE ONLY
===================================================== */

@media (max-width: 1199.98px) {

  .contact-page .contact-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

}

@media (max-width: 991.98px) {

  .contact-page .contact-page-banner {
    min-height: 190px;
  }

  .contact-page .contact-page-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.98px) {

  .contact-page .contact-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-page .contact-page-banner {
    min-height: 165px;
  }

  .contact-page .contact-page-banner__content {
    padding: 38px 0;
  }

  .contact-page .contact-page-banner__content h1 {
    font-size: 38px;
  }

  .contact-page .contact-page-section {
    padding: 45px 0;
  }

  .contact-page .contact-page-heading h2 {
    font-size: 28px;
  }

  .contact-page .contact-page-info-card {
    padding: 24px 20px;
  }

  .contact-page .contact-page-social__box {
    padding: 22px 24px;
  }

}

@media (max-width: 575.98px) {

  .contact-page .contact-page-info-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .contact-page .contact-page-info-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .contact-page .contact-page-map {
    height: 240px;
  }

  .contact-page .contact-page-social__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page .contact-page-social__links {
    width: 100%;
    justify-content: space-between;
  }

}

/* =====================================================
   LAPTOP REPAIR PAGE RESPONSIVE ONLY
===================================================== */

@media (max-width: 1199.98px) {

  .laptop-repair-page .laptop-repair-page-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .laptop-repair-page .laptop-repair-page-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop-repair-page .laptop-repair-page-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991.98px) {

  .laptop-repair-page .laptop-repair-page-layout {
    grid-template-columns: 1fr;
  }

  .laptop-repair-page .laptop-repair-page-sidebar {
    position: static;
  }

}

@media (max-width: 767.98px) {

  .laptop-repair-page .laptop-repair-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .laptop-repair-page .laptop-repair-page-hero {
    padding-top: 24px;
  }

  .laptop-repair-page .laptop-repair-page-banner {
    min-height: 380px;
  }

  .laptop-repair-page .laptop-repair-page-banner__content {
    padding: 34px 26px;
  }

  .laptop-repair-page .laptop-repair-page-banner__content h1 {
    font-size: 42px;
  }

  .laptop-repair-page .laptop-repair-page-heading h2 {
    font-size: 28px;
  }

  .laptop-repair-page .laptop-repair-page-why__grid {
    grid-template-columns: 1fr;
  }

  .laptop-repair-page .laptop-repair-page-cta__box {
    padding: 22px 24px;
  }

}

@media (max-width: 575.98px) {

  .laptop-repair-page .laptop-repair-page-banner {
    min-height: 340px;
    background-position: 62% center;
  }

  .laptop-repair-page .laptop-repair-page-banner__content h1 {
    font-size: 36px;
  }

  .laptop-repair-page .laptop-repair-page-banner__content h2 {
    font-size: 17px;
  }

  .laptop-repair-page .laptop-repair-page-services__grid,
  .laptop-repair-page .laptop-repair-page-process__grid {
    grid-template-columns: 1fr;
  }

  .laptop-repair-page .laptop-repair-page-sidebar__benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 8px;
  }

  .laptop-repair-page .laptop-repair-page-cta__box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .laptop-repair-page .laptop-repair-page-cta__box a {
    width: 100%;
  }

}

/* =====================================================
   COMMON SERVICE DETAIL PAGES RESPONSIVE
===================================================== */

@media (max-width: 1199.98px) {

  .service-detail-page .service-detail-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .service-detail-page .service-detail-cards,
  .service-detail-page .service-detail-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-overview-page .services-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 991.98px) {

  .service-detail-page .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-page .service-detail-sidebar {
    position: static;
  }

  .services-overview-page .services-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767.98px) {

  .service-detail-page .service-detail-container,
  .services-overview-page .services-overview-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-detail-page .service-detail-shell {
    padding-top: 24px;
  }

  .service-detail-page .service-detail-banner {
    min-height: 380px;
  }

  .service-detail-page .service-detail-banner__content {
    padding: 34px 26px;
  }

  .service-detail-page .service-detail-banner__content h1 {
    font-size: 41px;
  }

  .service-detail-page .service-detail-heading h2 {
    font-size: 28px;
  }

  .service-detail-page .service-detail-why {
    grid-template-columns: 1fr;
  }

  .service-detail-page .service-detail-cta__box {
    padding: 22px 24px;
  }

  .services-overview-page .services-overview-banner__content h1 {
    font-size: 38px;
  }

}

@media (max-width: 575.98px) {

  .service-detail-page .service-detail-banner {
    min-height: 340px;
    background-position: 62% center;
  }

  .service-detail-page .service-detail-banner__content h1 {
    font-size: 35px;
  }

  .service-detail-page .service-detail-banner__content h2 {
    font-size: 17px;
  }

  .service-detail-page .service-detail-cards,
  .service-detail-page .service-detail-process,
  .services-overview-page .services-overview-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-page .service-detail-sidebar__benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 8px;
  }

  .service-detail-page .service-detail-cta__box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .service-detail-page .service-detail-cta__box a {
    width: 100%;
  }

}

/* =====================================================
   HOME PAGE - GOOGLE REVIEWS RESPONSIVE
===================================================== */

@media (max-width: 1199.98px) {

  .home-google-reviews-shell {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .home-google-review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-google-review-card:last-child {
    grid-column: 1 / -1;
  }

}

@media (max-width: 991.98px) {

  .home-google-reviews-shell {
    grid-template-columns: 1fr;
  }

  .home-google-rating-card {
    min-height: 315px;
  }

  .home-google-review-card:last-child {
    grid-column: auto;
  }

}

@media (max-width: 767.98px) {

  .home-google-reviews-section {
    padding-top: 4px;
    padding-bottom: 40px;
  }

  .home-google-reviews-content,
  .home-google-rating-card {
    padding: 23px;
  }

  .home-google-reviews-heading {
    flex-direction: column;
  }

  .home-google-reviews-heading h2 {
    font-size: 25px;
  }

  .home-google-review-list {
    grid-template-columns: 1fr;
  }

  .home-google-review-card {
    min-height: auto;
  }

}

@media (max-width: 575.98px) {

  .home-google-reviews-shell {
    gap: 18px;
  }

  .home-google-rating-card,
  .home-google-reviews-content {
    border-radius: 13px;
  }

  .home-google-score {
    align-items: flex-start;
  }

  .home-google-score > strong {
    font-size: 49px;
  }

  .home-google-review-button {
    width: 100%;
  }

  .home-google-verified {
    width: 100%;
    justify-content: center;
  }

}

/* =====================================================
   HOME SERVICES GRID - FINAL RESPONSIVE OVERRIDE
   Desktop: 4 columns | Tablet: 3 columns | Mobile: 1 column
===================================================== */

@media (min-width: 1200px) {
  .home-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-services-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   HOME GOOGLE REVIEWS - 3 + 1 RESPONSIVE
===================================================== */

@media (max-width: 991.98px) {
  .home-google-reviews-simple-head {
    align-items: flex-start;
  }

  .home-google-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-google-reviews-section {
    padding: 38px 0 42px;
  }

  .home-google-reviews-simple-head {
    flex-direction: column;
  }

  .home-google-reviews-simple-head h2 {
    font-size: 27px;
  }

  .home-google-four-grid {
    grid-template-columns: 1fr;
  }

  .home-google-four-grid .home-google-review-card,
  .home-google-gmb-card {
    min-height: auto;
  }
}

