  .mobile-buttons {
      display: none;
    }

    @media (max-width: 768px) {
      .mobile-buttons {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
      }
      .pcview{
        display: none !important;
      }

      .mobile-buttons a {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: bold;
      }

      .email-btn {
        background-color: #007bff;
      }

      .apply-btn {
        background-color: #28a745;
      }

      .call-btn {
        background-color: #dc3545;
      }

      .whatsapp-btn {
        background-color: #25d366;
      }

      .mobile-buttons a:hover {
        opacity: 0.9;
      }
    }



        #popupOverlay {
      display: none;
      position: fixed;
      z-index: 9998;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    /* Popup Box */
    #popupForm {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      padding: 30px;
      width: 90%;
      max-width: 400px;
    }

    #popupForm h3 {
      margin-top: 0;
    }

    /* Close Icon */
    #popupForm .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #999;
      cursor: pointer;
    }

    /* Input Styles */
    #popupForm input {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    #popupForm button {
      width: 100%;
      padding: 10px;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
.banner-area.text-multi-weight .content h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 30px;
}
.features-area .item .top i {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 25px;
    color: var(--color-primary);
    position: relative;
    z-index: -4;
    line-height: 1;
}
footer.bg-dark .footer-bottom, footer.bg-theme .footer-bottom {
    background: var(--dark);
    padding-bottom: 25px;
}