/* Navbar Styling with Fixed Sticky Functionality */
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Noto+Sans+Tamil:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    padding-top: 0; /* Important: Remove any top padding */
}

/* Fixed Sticky Navbar Styles */
.navbar {
    background-color: #E6E0FF !important;
    padding: 15px 0;
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Add this class to make the navbar more compact when scrolling */
.navbar.scrolled {
    padding: 8px 0;
}

.navbar-brand {
    font-weight: bold;
    color: #4B0082 !important;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #4B0082 !important;
}

.navbar-nav .nav-link.active {
    color: #4B0082 !important;
    font-weight: 600;
}

/* Mobile styling */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #E6E0FF;
        padding: 15px;
        border-radius: 0 0 10px 10px;
        margin-top: 10px;
    }
    
    .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 8px 15px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 5px 10px;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
}


 /* Footer styles */
 .footer {
    background-color: #1a1f5a;
    color: #ffffff;
    padding: 40px 0;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ccd;
}

.footer-social {
    margin-bottom: 20px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
    background-color: #ff8800; /* this is what you probably meant */
}

.social-icon i {
    color: #1a1f5a;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-icon:hover i {
    color: white; /* Better contrast with aqua background */
}


.footer-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #ccd;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.footer-links li a:hover {
    color: #ffffff;
}

.footer-links li a i {
    margin-right: 8px;
}

.contact-info {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.contact-info i {
    width: 20px;
    color: #ffffff;
    margin-right: 8px;
}

.contact-info span {
    font-size: 0.85rem;
    color: #ccd;
}

.services-container {
    display: flex;
    flex-direction: column;
}

.services-group {
    margin-bottom: 20px;
}

.service-item {
    display: block;
    color: #ccd;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-decoration: none;
}

.service-item:hover {
    color: #ffffff;
}

.footer-particle-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100px;
    /* background-image: url('data:image/svg+xml;utf8,<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg"><g fill="%23ffffff" opacity="0.2"><circle cx="10" cy="10" r="1" /><circle cx="30" cy="20" r="1" /><circle cx="50" cy="10" r="1" /><circle cx="70" cy="30" r="1" /><circle cx="90" cy="10" r="1" /><circle cx="110" cy="20" r="1" /><circle cx="130" cy="10" r="1" /><circle cx="150" cy="30" r="1" /><circle cx="170" cy="20" r="1" /><circle cx="190" cy="10" r="1" /><circle cx="20" cy="40" r="1" /><circle cx="40" cy="50" r="1" /><circle cx="60" cy="40" r="1" /><circle cx="80" cy="50" r="1" /><circle cx="100" cy="40" r="1" /><circle cx="120" cy="50" r="1" /><circle cx="140" cy="40" r="1" /><circle cx="160" cy="50" r="1" /><circle cx="180" cy="40" r="1" /><circle cx="10" cy="70" r="1" /><circle cx="30" cy="60" r="1" /><circle cx="50" cy="70" r="1" /><circle cx="70" cy="60" r="1" /><circle cx="90" cy="70" r="1" /><circle cx="110" cy="60" r="1" /><circle cx="130" cy="70" r="1" /><circle cx="150" cy="60" r="1" /><circle cx="170" cy="70" r="1" /><circle cx="190" cy="60" r="1" /><circle cx="20" cy="80" r="1" /><circle cx="40" cy="90" r="1" /><circle cx="60" cy="80" r="1" /><circle cx="80" cy="90" r="1" /><circle cx="100" cy="80" r="1" /><circle cx="120" cy="90" r="1" /><circle cx="140" cy="80" r="1" /><circle cx="160" cy="90" r="1" /><circle cx="180" cy="80" r="1" /></g></svg>'); */
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}

