@media (max-width: 767px) {
  .dis {
    display: none !important;
  }
}
 body {
            font-family: 'Inter', sans-serif;
            background-color: #f3f4f6;
        }
        .banner-bg {
            background-image: url('background.webp');
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .overlay {
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 100%);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
         .premium-images {
    position: relative;
    width: 100%;
    max-width: 600px;
  }
  .premium-images .main-img {
    width: 292px;
    height: 335px;
    background-color: #e5e7eb; /* gray placeholder */
  }
  .premium-images .small-img {
    width: 198px;
    height: 176px;
    background-color: #e5e7eb;
    position: absolute;
  }
  .premium-images .top-img {
    top: -30px;
    right: 5px;
  }
  .premium-images .bottom-img {
    bottom: -30px;
    left: 28px;
  }
/* Hide by default (desktop/tablet) */
.sticky-footer {
  display: none;
}

/* Show only on mobile view */
@media (max-width: 767px) {
  .sticky-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e41e1e; /* red background */
    text-align: center;
    padding: 12px 0;
    z-index: 9999;
  }

  .sticky-footer .call-btn {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .sticky-footer .call-btn i {
    color: #fff; /* white call icon */
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 45px;
  }
  .cta{
    margin-top:57px;
  }
}

