/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ffdd57;
}

/* Contact Section */
.contact-section {
    padding: 50px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
}

.section-title {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-form, .contact-details {
    flex: 1;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 300px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.contact-form input, .contact-form textarea {
    width: 90%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

.contact-form button {
    background: #007bff;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    width: 90%;
}

.contact-form button:hover {
    background: #0056b3;
}

.contact-details h3 {
    font-size: 1.8rem;
    color: #007bff;
    margin-bottom: 50px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
}

.contact-info .info-item i {
    margin-right: 10px;
    color: #007bff;
    font-size: 1.2rem;
}

.whatsapp-button {
    margin-top: 20px;
}

.whatsapp-link {
    background: #25D366;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    width: 80%;
    text-align: center;
}

.whatsapp-link:hover {
    background: #128C7E;
}

.social-media {
    margin-top: 20px;
}

.social-media h3 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 10px;
}

.social-media .social-link {
    margin-right: 15px;
    color: #007bff;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-media .social-link:hover {
    color: #0056b3;
}

.map-container {
    margin-top: 40px;
    width: 100%;
}

.map-container h3 {
    font-size: 1.8rem;
    color: #007bff;
    margin-bottom: 20px;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
    text-align: center;
    padding: 20px;
    background: #007bff;
    color: #fff;
    margin-top: 40px;
    font-size: 1rem;
}
html {
    scroll-behavior: smooth;
}

/* Navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    background: linear-gradient(45deg,#e3f2fd, #007BFF);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.6s ease-in-out;
    font-family: 'Poppins', sans-serif;
}
.logo img {
    height: 60px;
    transition: transform 0.3s ease-in-out;
    filter: brightness(1.2) contrast(1.1);
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
    background-color: transparent;
    mix-blend-mode: overlay;
  }
  .logo img:hover {
    transform: scale(1.1); /* Subtle hover animation */
  }

.navbar img {
    max-height: 60px;
    width: auto;
    transition: transform 0.3s ease-in-out;
}
.navbar-logo {
    width: 80px; /* Adjust size as needed */
    height: 80px;
    border-radius: 50%;  /* Makes it a perfect circle */
    object-fit: cover; /* Ensures image is properly fitted */
    border: 3px solid white; /* Optional white border for better visibility */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adds a soft shadow */
    transition: transform 0.3s ease-in-out;
  }
  
  .navbar-logo:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
  } 
/* Logo Hover Effect */
.navbar img:hover {
    transform: scale(1.1);
}

/* Navbar Links (Menu Centered) */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    flex-grow: 1;
    margin: 0;
    padding: 0;
}

/* Navbar Items */
.nav-links li {
    white-space: nowrap;
}

.nav-links a {
    font-size: 18px;
    padding: 10px 15px;
    color: black;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease-in-out;
}

/* Animated Underline on Hover */
.nav-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #FF8C00;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.nav-links a:hover {
    color: #FF8C00;
}

.nav-links a:hover::after {
    width: 100%;
}

/* Navbar Glow Effect */
.navbar:hover {
    box-shadow: 0px 0px 15px rgba(0, 123, 255, 0.6);
}

/* Slide Down Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive Fix */
@media (max-width: 1024px) {
    .navbar {
        flex-direction: row;
        padding: 10px 20px;
    }
    .nav-links {
        gap: 20px;
    }
    .navbar img {
        max-height: 50px;
    }
}
.menu {
    display: flex;
    gap: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  .menu a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease-in-out;
  }

  .menu a:hover {
    color: #FF9800;
    text-decoration: underline;
  }
  