/* Mobile Styles */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
    }
    
    .nav-logo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .nav-menu {
        flex-direction: column;
        align-items: center;
        display: none;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .nav-item {
        margin: 0.5rem 0;
    }
    
    .hamburger {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    
    .temple-name {
        font-size: 10px;
    }
    
    .temple-location {
        font-size: 1px;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
}

/* Optional: Responsive tweak for small screens */
@media (max-width: 768px) {
    .contact-grid {
        flex-direction: column;
    }

    .contact-info,
    .contact-map {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
  .header.english {
    background: url(temple-bg-m.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
} 
  .header.kannada {
    background: url(temple-bg-mk.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}
 .container {
      padding: 15px;
    }
    
    .form-group input, .donation-block select {
      width: 100%;
    }
	
  }
  