

@media (max-width: 768px) {
  body, p, .card-text {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .card, .glass-card, .count, .maap, .dsd {
    margin-bottom: 20px;
    padding: 10px;
  }

  .scrolling-wrapper {
    padding: 10px;
  }

  .top-header {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
  }

  .header-contact ul {
    flex-direction: column;
    gap: 10px;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .dsd {
    border-radius: 15px; /* Simpler corners for small screens */
  }

  .img1, .img2, .abc .card-img {
    height: auto !important;
    border-radius: 10px !important;
  }

  .foter-image h4 {
    font-size: 16px;
  }

  .footer-bottom-bar p, .foter-image p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .scrolling-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .foter-image {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .dbtn, .btn-outline-primary {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}



/* Mobile Responsive Styles */
@media (max-width: 991px) {
  
  .header-contact ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
  }

  .header-contact ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .social-profile {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
  }

  .social-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .social-group li {
    margin: 0;
  }
}