/**
Theme Name: Abhishek Educational and Social Organization
Author: SAPYS InfoTECH
Author URI: https://sapysinfotech.com/about/
Description: SAPYS is synonym for an ever exploring quest for perfection and an evolving body of thought. Flag bearers for bridging the void in enterprises with technology and innovation. With time proven Web enthusiasts and a generous dash of open-source lineage we seek balance in pursuit. Incorporated as an entity with a handful of visionaries it’s purview lies in the realm of Web designing and related technologies, ensuring unprecedented client rapport delivering seamless solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abhishek-educational-and-social-organization
Template: astra
*/
/* Sticky Header for Astra */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999; /* keep it above other elements */
  background: #ffffff; /* or your header background color */
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


/* Footer */
/* Mobile view only (≤ 480px) */
@media (max-width: 480px) {
  .contact-info {
    text-align: center !important; /* center everything */
  }

  .contact-info .footer-col p {
    justify-content: center !important; /* center icons + text */
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap; /* wrap text if it’s too long */
  }

  .contact-info .social-links {
    margin-top: 15px !important;
    display: flex !important;
    justify-content: center !important; /* center social icons */
    gap: 10px;
  }

  .contact-info .social-links a {
    margin-right: 0 !important; /* remove extra margin for spacing handled by gap */
    font-size: 20px; /* optional: adjust icon size for mobile */
  }

  .contact-info .footer-col h3 {
    font-size: 18px !important; /* slightly smaller heading */
  }
}



