/* Mobile navbar background white when open */
@media (max-width: 991px) {
  .navbar-collapse.show {
    background: #ffffff !important;
    padding: 1.5rem 1rem;
    text-align: center !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: center !important;
    margin: 0.5rem 0;
  }

  .navbar.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
  }

  .navbar *,
  .navbar-nav .nav-link {
    background: transparent !important;
  }

  .get-touch-btn {
    width: 100%;
    display: block;
    padding: 12px 0;
    border-radius: 8px;
    text-align: center;
  }

  .get-touch-btn .arrow {
    right: 16px;
  }

  .get-touch-btn:hover {
    padding-right: 32px;
  }

  .hero-heading-main,
  .hero-heading-highlight {
    font-size: 45px;
  }

  .pricing-card {
    margin-bottom: 10px;
  }

  .contact-section {
    padding: 60px 15px;
  }
}


/* Mobile screen------------ */
@media (max-width: 768px) {
  .about-decor-img {
    width: 80px;
    bottom: -30px !important;
    right: -10px;
  }

  .about-title {
    font-size: 45px;
  }

  .services-section {
    padding: 60px 15px;
  }

  .services-section .section-title {
    font-size: 26px;
  }

  .services-section .section-subtitle {
    font-size: 13px;
  }

  .service-card {
    padding: 18px 16px 22px;
  }

  .services-section .section-title {
    font-size: 45px;
  }

  .services-section {
    padding: 40px 15px;
    margin-top: 0rem;
  }

  .pricing-section {
    padding: 60px 15px;
  }

  .pricing-section .section-title {
    font-size: 45px;
  }

  .pricing-section .section-subtitle {
    font-size: 13px;
  }

  .plans-include-box {
    padding: 22px 16px;
  }

  .payment-option,
  .plans-include-box {
    margin-top: 2rem;
  }

  .contact-title {
    font-size: 45px;
  }

  .contact-subtitle {
    font-size: 13px;
  }

  .contact-form-wrapper {
    margin-top: 18px;
  }

  .footer-heading {
      font-size: 14px;
    }

    .footer-subtext {
      font-size: 12px;
    }

    .footer-section {
    margin-top: 0rem;
  }
}