
body {
    font-family: 'Segoe UI', 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f0f2f5, #e1e5ea);
    color: #222;
    padding-top: 90px;
}
body {
  
    background-attachment: fixed; 
    font-family: sans-serif;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto 48px auto;
    padding: 0 20px;
}

/* Nav Bar */
.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
    transition: background 0.25s, box-shadow 0.25s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
    height: 80px;
}

.nav-bar.scrolled {
    background: #fff;
    box-shadow: 0 2px 16px rgba(30,136,229,0.08);
}

.logo img.mainlogo {
    height: 54px;
    width: auto;
    transition: transform 0.2s;
}

.logo img.mainlogo:hover {
    transform: scale(1.07) rotate(-3deg);
}

.nav-items {
    display: flex;
    align-items: center;
    margin-right: 65px;
}

.nav-right {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-right li a {
    text-decoration: none;
    color: #1976d2;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 7px 16px;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s, transform 0.18s; 
    border: 1px solid transparent;
    display: inline-block;
}

.nav-right li a:hover,
.nav-right li a.active {
    background: #e3f2fd;
    color: #0d47a1;
    box-shadow: 0 0 10px #90caf9;
    border: 1px solid #42a5f5;
    transform: scale(1.1); 
}

/* --- GLOWING & SHAPE EFFECTS --- */


.aboutus-content {
    position: relative;
    overflow: visible;
    box-shadow: 0 6px 32px rgba(30, 136, 229, 0.10), 0 1.5px 8px rgba(0,0,0,0.04);
    border: 2.5px solid #e3f2fd;
    border-radius: 50px;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.18s, box-shadow 0.4s;
}
.aboutus-content::before {
    content: "";
    position: absolute;
    top: -24px; left: -24px;
    width: 60px; height: 60px;
    background: radial-gradient(circle at 30% 30%, #90caf9cc 60%, transparent 100%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(2px);
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.3s;
}
.aboutus-content:hover {
    border-color: #42a5f5;
    box-shadow: 0 0 32px 4px #90caf9, 0 12px 48px rgba(30, 136, 229, 0.18);
    transform: scale(1.025);
}
.aboutus-content:hover::before {
    opacity: 1;
}

.aboutus-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0;
}

.aboutus-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 6px 32px rgba(30, 136, 229, 0.10), 0 1.5px 8px rgba(0,0,0,0.04);
    border: 2.5px solid #e3f2fd;
    padding: 36px 48px;
    gap: 48px;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.18s;
}

.aboutus-content:hover {
    box-shadow: 0 12px 48px rgba(30, 136, 229, 0.18), 0 3px 16px rgba(0,0,0,0.08);
    border-color: #90caf9;
    transform: scale(1.025);
}

.aboutus-hero img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(25, 118, 210, 0.10);
    background: #e3f2fd;
    transition: transform 0.22s;
}

.aboutus-content:hover .aboutus-hero img {
    transform: scale(1.06) rotate(-2deg);
}

.aboutus-text {
    max-width: 480px;
}

.aboutus-heading {
    font-size: 2.2rem;
    color: #1976d2;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.aboutus-text p {
    font-size: 1.13rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

/* Products & Services Section */
.products-container {
    padding: 40px 0 30px 0;
    text-align: center;
}

.products-title {
    font-size: 2rem;
    color: #1565c0;
    font-weight: 700;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.products-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Products: Glowing border and floating shape */
.product-card {
    position: relative;
    overflow: visible;
    border: 2px solid #e3f2fd;
    border-radius: 28px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s, box-shadow 0.4s;
}
.product-card::after {
    content: "";
    position: absolute;
    bottom: -18px; right: -18px;
    width: 38px; height: 38px;
    background: radial-gradient(circle at 70% 70%, #42a5f5bb 60%, transparent 100%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(2px);
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s;
}
.product-card:hover {
    border-color: #1976d2;
    box-shadow: 0 0 24px 2px #90caf9, 0 8px 32px rgba(25, 118, 210, 0.18);
    transform: translateY(-8px) scale(1.04);
}
.product-card:hover::after {
    opacity: 1;
}

.product-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(25, 118, 210, 0.10);
    border: 2px solid #e3f2fd;
    padding: 32px 28px;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
    text-align: left;
    margin-bottom: 18px;
}

.product-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.18);
    border-color: #1976d2;
    transform: translateY(-8px) scale(1.04);
}

.product-heading {
    font-size: 1.3rem;
    color: #1976d2;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-desc {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 10px;
}

.product-card ul {
    padding-left: 18px;
    margin: 0;
}

.product-card li {
    margin-bottom: 7px;
    font-size: 0.98rem;
}
/* Add to your style.css for product images */
.product-softskill-img {
    display: block;
    width: 100%;    
    height: 200px;
    object-fit: cover;
    border-radius: 18px;
    margin: 18px auto 0 auto;
    box-shadow: 0 2px 12px rgba(25, 118, 210, 0.10);
}
/* Add to your style.css for product images */
.product-funexam-img {
    display: block;
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 18px;
    margin: 18px auto 0 auto;
    box-shadow: 0 2px 12px rgba(25, 118, 210, 0.10);
}
/* Management Section */
.management-container {
    border-radius: 24px;
  
    margin: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;

}

.management-title {
    font-size: 2.3rem;
    color: #1565c0;
    font-family: 'Montserrat', 'Segoe UI', 'Arial', sans-serif;
    font-weight: 800;
    margin-bottom: 36px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px #bbdefb55;
}

.management-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
}


.manager-card {
    position: relative;
    margin-top: 40px;
    margin-bottom: 45px;
    overflow: visible;
    border: 2.5px solid #90caf9;
    border-radius: 18px;
    height: 120px;
    width: 260px;           /* Fixed width for uniform size */
    min-width: 220px;       /* Ensures minimum width for responsiveness */
    max-width: 260px;       /* Ensures maximum width for uniformity */
    display: flex; 
    align-items: center;
    justify-content: center; 
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s, box-shadow 0.4s;
    background: #fff;
    box-sizing: border-box;
}

/* Responsive: stack cards and allow width to shrink on small screens */
@media (max-width: 900px) {
    .manager-card {
        width: 90vw;
        min-width: 160px;
        max-width: 99vw;
    }
}

.manager-card::before {
    content: "";
    position: absolute;
    top: -22px; left: 50%;
    transform: translateX(-50%) scale(1);
    width: 54px; height: 54px;
    background: linear-gradient(135deg, #1976d2 60%, #90caf9 100%);
    border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    z-index: 1;
    filter: blur(0.5px);
    opacity: 0.7;
    transition: transform 0.3s, background 0.3s, opacity 0.3s;
    pointer-events: none;
}
.manager-card:hover {
    border-color: #1976d2;
    box-shadow: 0 0 32px 4px #90caf9, 0 8px 32px rgba(25, 118, 210, 0.18);
    transform: translateY(-8px) scale(1.04);
}
.manager-card:hover::before {
    background: linear-gradient(135deg, #42a5f5 60%, #1976d2 100%);
    transform: translateX(-50%) scale(1.15) rotate(8deg);
    opacity: 1;
}

.manager-name {
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1976d2;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 8px #bbdefb77;
    margin-top: 30px;
    margin-left: 20px; margin-right: 20px;
    z-index: 2;
    text-align: center; /* Add this line */
}

/* Add to your style.css */

/* Management Nav Section */
.management-prof-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 48px;
}

.management-prof-rectangle {
    background: linear-gradient(120deg, #fffbe7 60%, #fff 100%);
    border-radius: 32px;
    box-shadow: 0 4px 32px rgba(255, 215, 64, 0.10), 0 1.5px 8px rgba(255, 215, 64, 0.08);
    border: 2.5px solid #ffe082;
    padding: 40px 36px;
    max-width: 900px;
    width: 100%;
    transition: box-shadow 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
}

.management-prof-rectangle:hover {
    border-color: #ffd600;
    box-shadow: 0 0 32px 6px #ffe082, 0 8px 32px rgba(255, 215, 64, 0.18);
}

.management-prof-title {
    font-size: 2rem;
    color: #b27d00;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-align: center;
    text-shadow: 0 2px 8px #fffde7;
}

.management-prof-content h3 {
    color: #ffb300d0;
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 1.18rem;
    font-weight: 700;
}

.management-prof-content p,
.management-prof-content li {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
}

.management-prof-content ol,
.management-prof-content ul {
    margin-left: 18px;
    margin-bottom: 0;
}

.management-prof-content ul {
    list-style: disc inside;
}

.management-prof-content li {
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .management-prof-rectangle {
        padding: 24px 10px;
        max-width: 99vw;
    }
}


/* Fun-E-Xam Section */
/* Mini About Us Icon for Coming Soon */
.coming-soon-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.coming-soon-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2.5px solid #ad1457;
    background: #fff;
    box-shadow: 0 2px 10px rgba(173, 20, 87, 0.10);
    object-fit: contain;
    padding: 6px;
}

.fun-e-exam-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e3f2fd 0%, #f8bbd0 100%);
}
.coming-soon-container {
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 6px 32px rgba(0,30,80,0.10), 0 1.5px 6px rgba(0,30,80,0.08);
    padding: 60px 48px 48px 48px;
    max-width: 500px;
    width: 100%;
    border: 2px solid #ad1457;
    text-align: center;
}
.coming-soon-title {
    font-family: 'Playfair Display', serif;
}
/* Contact Us Section */
.contactus-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(25, 118, 210, 0.08);
    padding: 36px 28px;
    margin-bottom: 48px;
    text-align: center;
}

.contactus-title {
    font-size: 1.7rem;
    color: #1976d2;
    font-weight: 700;
    margin-bottom: 18px;
}

.contactus-details p {
    font-size: 1.08rem;
    margin: 8px 0;
}

.contactus-details a {
    color: #1976d2;
    text-decoration: none;
    transition: color 0.18s;
}

.contactus-details a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

/* Footer */
footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
    color: #fff;
    padding: 36px 0 18px 0;
}

footer::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 120px; height: 120px;
    background: radial-gradient(circle at 60% 40%, #bbdefb88 60%, transparent 100%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(2px);
    opacity: 0.7;
    pointer-events: none;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo img {
    height: 38px;
    width: auto;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}

.footer-logo span {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    transition: text-decoration 0.18s, color 0.18s;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #bbdefb;
}

.footer-social {
    display: flex;
    gap: 14px;
    font-size: 1.3rem;
}

.footer-social a {
    color: #fff;
    text-decoration: none;
    transition: color 0.18s;
}

.footer-social a:hover {
    color: #bbdefb;
}

.footer-copy {
    font-size: 0.98rem;
    color: #e3f2fd;
    margin-top: 8px;
}

.footer-quote {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fffde7;
    margin: 10px 0 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-style: italic;
}

.footer-contact {
    color: #fffde7;
    font-size: 0.98rem;
    margin: 8px 0 0 0;
    text-align: center;
    line-height: 1.6;
}

.footer-contact a {
    color: #fffde7;
    text-decoration: underline;
    transition: color 0.2s;
}

.footer-contact a:hover {
    color: #ffd600;
}

/* Interactive Minimalistic Glowing Background Elements */
.interactive-bg {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.interactive-bg .bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.32;
    filter: blur(2.5px);
    animation: floatBg 18s infinite ease-in-out alternate;
    box-shadow: 0 0 24px 6px #b3c2d6, 0 0 48px 12px #b3e5fc;
    will-change: transform;
    transition: background 0.3s;
}

.interactive-bg .bg-circle1 {
    width: 110px; height: 110px;
    top: 10%; left: 8%;
    background: radial-gradient(circle at 60% 40%, #b3c2d6 65%, transparent 100%);
    animation-delay: 0s;
}
.interactive-bg .bg-circle2 {
    width: 70px; height: 70px;
    top: 72%; left: 78%;
    background: radial-gradient(circle at 60% 40%, #b3e5fc 65%, transparent 100%);
    animation-delay: 2s;
}
.interactive-bg .bg-circle3 {
    width: 90px; height: 90px;
    top: 52%; left: 17%;
    background: radial-gradient(circle at 60% 40%, #cfd8dc 65%, transparent 100%);
    animation-delay: 4s;
}
.interactive-bg .bg-circle4 {
    width: 54px; height: 54px;
    top: 82%; left: 32%;
    background: radial-gradient(circle at 60% 40%, #ffe0b2 65%, transparent 100%);
    animation-delay: 6s;
}
.interactive-bg .bg-circle5 {
    width: 80px; height: 80px;
    top: 22%; left: 83%;
    background: radial-gradient(circle at 60% 40%, #bdbdbd 65%, transparent 100%);
    animation-delay: 8s;
}
.interactive-bg .bg-circle6 {
    width: 60px; height: 60px;
    top: 62%; left: 52%;
    background: radial-gradient(circle at 60% 40%, #fffde7 65%, transparent 100%);
    animation-delay: 10s;
}

/* Move circles slightly on scroll for interactive effect */
.interactive-bg .bg-circle {
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
}
body.scrolled .interactive-bg .bg-circle1 { transform: translateY(18px) scale(1.05); }
body.scrolled .interactive-bg .bg-circle2 { transform: translateY(-12px) scale(1.08); }
body.scrolled .interactive-bg .bg-circle3 { transform: translateY(10px) scale(1.03); }
body.scrolled .interactive-bg .bg-circle4 { transform: translateY(-8px) scale(1.07); }
body.scrolled .interactive-bg .bg-circle5 { transform: translateY(14px) scale(1.04); }
body.scrolled .interactive-bg .bg-circle6 { transform: translateY(-10px) scale(1.06); }

@keyframes floatBg {
    0% { transform: translateY(0) scale(1); opacity: 0.32; }
    50% { transform: translateY(-20px) scale(1.07); opacity: 0.38; }
    100% { transform: translateY(20px) scale(0.97); opacity: 0.32; }
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .aboutus-content,
    .fun-e-exam-container {
        flex-direction: column;
        gap: 28px;
        padding: 28px 16px;
    }
    .aboutus-hero img,
    .fun-e-exam-hero img {
        width: 120px;
        height: 120px;
    }
    .products-list {
        flex-direction: column;
        gap: 18px;
    }
    .management-list {
        gap: 18px;
    }
    .manager-card {
        width: 90vw;
        min-width: 160px;
        max-width: 99vw;
        padding: 22px 14px 18px 14px;
    }
    .nav-bar {
        padding: 0 12px;
        height: 64px;
    }
    body {
        padding-top: 70px;
    }
}

@media (max-width: 600px) {
    .main-container {
        padding: 0 6px;
    }
    .footer-content {
        padding: 0 6px;
    }
}

/* Background image responsive */
.bg1 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    margin: 0 ;
    margin-right: 0px;
    margin-bottom: 24px;
    box-shadow: 0 2px 16px rgba(25, 118, 210, 0.10);
}

/* Hide scrollbars on body for aesthetics */
body::-webkit-scrollbar {
    width: 8px;
    background: #e3f2fd;
}
body::-webkit-scrollbar-thumb {
    background: #90caf9;
    border-radius: 8px;
}

.management-prof-rectangle,
.management-prof-content,
.management-prof-title {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

/* >:
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap" rel="stylesheet">
*/

.mission-vision-container {
    background: #f8fff8;
    border: 2.5px solid #81c784;
    border-radius: 28px;
    box-shadow: 0 0 24px 4px #b2dfdb, 0 2px 12px #81c78455;
    padding: 32px 28px;
    margin: 32px auto 48px auto;
    max-width: 700px;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.mission-vision-container:hover {
    border-color: #43a047;
    box-shadow: 0 0 32px 8px #81c784, 0 8px 32px #b2dfdb88;
}

.mission-vision-title {
    font-size: 1.5rem;
    color: #388e3c;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.mission-vision-text {
    font-size: 1.08rem;
    color: #222;
    line-height: 1.7;
}

/* Aesthetic Swirl SVG Backgrounds */
.swirl-bg {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: -1; /* Changed from 0 to -1 to ensure swirls are behind all content */
    pointer-events: none;
    overflow: hidden;
    color: #388e3c;
}

.swirl-svg {
    position: absolute;
    width: 420px;
    height: 420px;
    opacity: 0.15; /* Fixed opacity value */
    filter: blur(2px);
    pointer-events: none;
    transition: opacity 0.4s;
}

.swirl-svg.swirl1 {
    top: -80px; left: -120px;
}
.swirl-svg.swirl2 {
    bottom: -100px; right: -140px;
    transform: rotate(180deg) scaleX(-1);
}
.swirl-svg.swirl3 {
    top: 40%; left: 60%;
    width: 260px; height: 260px;
    opacity: 0.13;
    transform: rotate(45deg);
}



