* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 50%, #a5d6a7 100%);
    color: #2e7d32;
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,%3Csvg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3Cpattern id="nature3D" patternUnits="userSpaceOnUse" width="600" height="600"%3E%3C%21-- 3D Tree 1 --%3E%3Cpath d="M100,500 L100,400 L80,400 L80,500 Z" fill="%23654321" opacity="0.6"/%3E%3Cpath d="M90,400 Q50,350 90,300 Q130,350 90,400" fill="%23228B22" opacity="0.5"/%3E%3Cpath d="M90,350 Q40,300 90,250 Q140,300 90,350" fill="%2332CD32" opacity="0.5"/%3E%3Cpath d="M90,300 Q60,280 90,260 Q120,280 90,300" fill="%2339C639" opacity="0.4"/%3E%3C%21-- 3D Tree 2 --%3E%3Cpath d="M300,500 L300,380 L280,380 L280,500 Z" fill="%23654321" opacity="0.6"/%3E%3Cpath d="M290,380 Q240,320 290,260 Q340,320 290,380" fill="%23228B22" opacity="0.5"/%3E%3Cpath d="M290,320 Q220,250 290,180 Q360,250 290,320" fill="%2332CD32" opacity="0.5"/%3E%3Cpath d="M290,260 Q250,230 290,200 Q330,230 290,260" fill="%2339C639" opacity="0.4"/%3E%3C%21-- 3D Tree 3 --%3E%3Cpath d="M500,500 L500,420 L480,420 L480,500 Z" fill="%23654321" opacity="0.6"/%3E%3Cpath d="M490,420 Q440,360 490,300 Q540,360 490,420" fill="%23228B22" opacity="0.5"/%3E%3Cpath d="M490,360 Q420,290 490,220 Q560,290 490,360" fill="%2332CD32" opacity="0.5"/%3E%3Cpath d="M490,300 Q450,270 490,240 Q530,270 490,300" fill="%2339C639" opacity="0.4"/%3E%3C%21-- Grass --%3E%3Cpath d="M0,500 Q150,480 300,500 T600,500 L600,600 L0,600 Z" fill="%23228B22" opacity="0.3"/%3E%3C%21-- Clouds --%3E%3Cellipse cx="150" cy="100" rx="60" ry="30" fill="%23ffffff" opacity="0.3"/%3E%3Cellipse cx="450" cy="80" rx="70" ry="35" fill="%23ffffff" opacity="0.3"/%3E%3C%21-- Sun --%3E%3Ccircle cx="550" cy="120" r="40" fill="%23FFD700" opacity="0.2"/%3E%3C/pattern%3E%3C/defs%3E%3Crect width="100%25" height="100%25" fill="url(%23nature3D)"/%3E%3C/svg%3E');
    background-size: 600px 600px;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

/* Header Styles */
.main-header {
    background: rgba(0, 100, 0, 0.7);
    color: white;
    padding: 30px;
    text-align: center;
    border-bottom: 3px solid rgba(0, 80, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,%3Csvg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3Cpattern id="greenNature" patternUnits="userSpaceOnUse" width="400" height="400"%3E%3C%21-- Tree trunks --%3E%3Crect x="80" y="250" width="25" height="150" fill="%23006400" opacity="0.4"/%3E%3Crect x="280" y="220" width="20" height="180" fill="%23006400" opacity="0.4"/%3E%3Crect x="180" y="280" width="18" height="120" fill="%23006400" opacity="0.4"/%3E%3C%21-- Large leaf clusters --%3E%3Ccircle cx="92" cy="200" r="60" fill="%23228B22" opacity="0.3"/%3E%3Ccircle cx="290" cy="170" r="70" fill="%23228B22" opacity="0.3"/%3E%3Ccircle cx="189" cy="250" r="55" fill="%23228B22" opacity="0.3"/%3E%3C%21-- Medium leaves --%3E%3Cellipse cx="50" cy="180" rx="20" ry="35" fill="%2332CD32" opacity="0.25" transform="rotate(-25 50 180)"/%3E%3Cellipse cx="350" cy="150" rx="22" ry="38" fill="%2332CD32" opacity="0.25" transform="rotate(35 350 150)"/%3E%3Cellipse cx="120" cy="140" rx="18" ry="30" fill="%2332CD32" opacity="0.25" transform="rotate(-40 120 140)"/%3E%3Cellipse cx="250" cy="120" rx="18" ry="30" fill="%2332CD32" opacity="0.25" transform="rotate(50 250 120)"/%3E%3C%21-- Small leaves --%3E%3Cpath d="M60,220 Q70,200 80,220 Q70,210 60,220" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M320,190 Q330,170 340,190 Q330,180 320,190" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M150,240 Q160,220 170,240 Q160,230 150,240" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M200,100 Q210,80 220,100 Q210,90 200,100" fill="%2332CD32" opacity="0.25"/%3E%3Cpath d="M100,100 Q110,80 120,100 Q110,90 100,100" fill="%2332CD32" opacity="0.25"/%3E%3C%21-- Branches --%3E%3Cline x1="92" y1="200" x2="50" y2="180" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="92" y1="200" x2="120" y2="140" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="290" y1="170" x2="350" y2="150" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="290" y1="170" x2="250" y2="120" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3C/pattern%3E%3C/defs%3E%3Crect width="100%25" height="100%25" fill="url(%23greenNature)"/%3E%3C/svg%3E');
    background-size: 400px 400px;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: 0;
}

.main-header > * {
    position: relative;
    z-index: 1;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.nin-logo {
    flex-shrink: 0;
}

.logo-circle {
    width: 160px;
    height: 100px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('salary/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-text {
    font-size: 2rem;
    font-weight: bold;
    color: #2e7d32;
}

.header-content {
    text-align: center;
}

.main-header h1 {
    font-size: 2.2rem;
    margin-bottom: 8px;
    color: white;
    font-weight: bold;
}

.ministry-info {
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-bottom: 5px;
}

.system-title {
    font-size: 1rem;
    color: #d0d0d0;
    font-style: italic;
}

/* Main Content */
.main-content {
    min-height: calc(100vh - 200px);
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Welcome Section */
.welcome-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    border: 2px solid rgba(46, 125, 50, 0.3);
    box-shadow: 0 4px 15px rgba(46, 125, 50, 0.1);
    backdrop-filter: blur(5px);
    text-align: center;
}

.welcome-section h2 {
    color: #1b5e20;
    margin-bottom: 15px;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.welcome-text {
    color: #2e7d32;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Services Section */
.services-section {
    margin-bottom: 40px;
}

.section-title {
    color: #1b5e20;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 3px solid rgba(76, 175, 80, 0.5);
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.1), transparent);
    padding: 15px;
    border-radius: 8px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid rgba(46, 125, 50, 0.3);
    box-shadow: 0 4px 15px rgba(46, 125, 50, 0.1);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 50%, #4CAF50 100%);
    opacity: 0.6;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.2);
}

.service-card.coming-soon {
    opacity: 0.85;
}

.service-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon svg {
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon svg {
    transform: scale(1.1);
}

.service-title {
    color: #2e7d32;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.service-description {
    color: #1b5e20;
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-status {
    margin-bottom: 20px;
}

.status-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
}

.status-badge.active {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.status-badge.coming-soon {
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3);
}

.service-button {
    display: inline-block;
    padding: 12px 30px;
    background:red;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.service-button:hover:not(.disabled) {
    background: linear-gradient(135deg, #45a049 0%, #5cb660 100%);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
    transform: translateY(-2px);
}

.service-button.disabled {
    background: #9e9e9e;
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

/* About Section */
.about-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid rgba(46, 125, 50, 0.3);
    box-shadow: 0 4px 15px rgba(46, 125, 50, 0.1);
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
}

.about-content {
    color: #2e7d32;
    font-size: 1rem;
    line-height: 1.8;
}

.about-content p {
    margin-bottom: 15px;
}

.about-content p:last-child {
    margin-bottom: 0;
}
h3 {
    color: blue;
    
}
li {
    color: black;
}

/* Footer Styles */
.main-footer {
    background: rgba(0, 100, 0, 0.7);
    color: white;
    padding: 25px;
    text-align: center;
    border-top: 3px solid rgba(0, 80, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,%3Csvg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3Cpattern id="greenNature" patternUnits="userSpaceOnUse" width="400" height="400"%3E%3C%21-- Tree trunks --%3E%3Crect x="80" y="250" width="25" height="150" fill="%23006400" opacity="0.4"/%3E%3Crect x="280" y="220" width="20" height="180" fill="%23006400" opacity="0.4"/%3E%3Crect x="180" y="280" width="18" height="120" fill="%23006400" opacity="0.4"/%3E%3C%21-- Large leaf clusters --%3E%3Ccircle cx="92" cy="200" r="60" fill="%23228B22" opacity="0.3"/%3E%3Ccircle cx="290" cy="170" r="70" fill="%23228B22" opacity="0.3"/%3E%3Ccircle cx="189" cy="250" r="55" fill="%23228B22" opacity="0.3"/%3E%3C%21-- Medium leaves --%3E%3Cellipse cx="50" cy="180" rx="20" ry="35" fill="%2332CD32" opacity="0.25" transform="rotate(-25 50 180)"/%3E%3Cellipse cx="350" cy="150" rx="22" ry="38" fill="%2332CD32" opacity="0.25" transform="rotate(35 350 150)"/%3E%3Cellipse cx="120" cy="140" rx="18" ry="30" fill="%2332CD32" opacity="0.25" transform="rotate(-40 120 140)"/%3E%3Cellipse cx="250" cy="120" rx="18" ry="30" fill="%2332CD32" opacity="0.25" transform="rotate(50 250 120)"/%3E%3C%21-- Small leaves --%3E%3Cpath d="M60,220 Q70,200 80,220 Q70,210 60,220" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M320,190 Q330,170 340,190 Q330,180 320,190" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M150,240 Q160,220 170,240 Q160,230 150,240" fill="%23228B22" opacity="0.3"/%3E%3Cpath d="M200,100 Q210,80 220,100 Q210,90 200,100" fill="%2332CD32" opacity="0.25"/%3E%3Cpath d="M100,100 Q110,80 120,100 Q110,90 100,100" fill="%2332CD32" opacity="0.25"/%3E%3C%21-- Branches --%3E%3Cline x1="92" y1="200" x2="50" y2="180" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="92" y1="200" x2="120" y2="140" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="290" y1="170" x2="350" y2="150" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3Cline x1="290" y1="170" x2="250" y2="120" stroke="%23006400" stroke-width="3" opacity="0.3"/%3E%3C/pattern%3E%3C/defs%3E%3Crect width="100%25" height="100%25" fill="url(%23greenNature)"/%3E%3C/svg%3E');
    background-size: 400px 400px;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: 0;
}

.main-footer > * {
    position: relative;
    z-index: 1;
}

.footer-content p {
    margin: 5px 0;
    font-size: 0.9rem;
}

.footer-content p:first-child {
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-container {
        flex-direction: column;
        gap: 20px;
    }

    .header-content {
        text-align: center;
    }

    .main-header h1 {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .welcome-section h2 {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .main-header {
        padding: 20px;
    }

    .main-content {
        padding: 20px 15px;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 1.2rem;
    }
}

/* Navigation Menu Styles */
.main-nav {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    margin: 0;
}

.nav-link {
    display: block;
    padding: 12px 25px;
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid transparent;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

/* Carousel Styles */
.carousel-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 400px;
}

.carousel-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-slide.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background: white;
    transform: scale(1.2);
}

/* Welcome Buttons */
.welcome-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.welcome-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.welcome-btn:hover {
    background: linear-gradient(135deg, #45a049 0%, #5cb660 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* About Cards Styles */
.about-heading-card {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

.about-heading-card .section-title {
    color: white;
    margin-bottom: 10px;
    border: none;
    background: none;
    padding: 0;
}

.heading-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-style: italic;
}

/* Profile Section - Full Width Paragraph */
.profile-section {
    margin: 40px 0;
    padding: 40px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(102, 187, 106, 0.1) 100%);
    border-radius: 20px;
    border-left: 5px solid #4CAF50;
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.15);
}

.profile-content {
    max-width: 1000px;
    margin: 0 auto;
}

.profile-title {
    color: #1b5e20;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.profile-paragraphs {
    color: #2e7d32;
    font-size: 1.1rem;
    line-height: 1.8;
}

.profile-paragraphs p {
    margin-bottom: 20px;
    text-align: justify;
}

.profile-paragraphs p:last-child {
    margin-bottom: 0;
}

/* Zig-Zag Layout for Cards - 2 Columns */
.about-cards-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
    position: relative;
}

.about-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* Zig-Zag Positioning - Left cards */
.about-card.zigzag-left {
    border: 2px solid rgba(0, 0, 0, 0.05);
}

/* Zig-Zag Positioning - Right cards */
.about-card.zigzag-right {
    border: 2px solid rgba(0, 0, 0, 0.05);
}

/* Last card (Our Approach) - Full Width like Profile Section */
.about-card.card-7.approach-section {
    grid-column: 1 / -1;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(102, 187, 106, 0.1) 100%);
    border-left: 5px solid #8BC34A;
    box-shadow: 0 8px 30px rgba(139, 195, 74, 0.15);
    padding: 40px;
}

.approach-content {
    max-width: 1000px;
    margin: 0 auto;
}

.approach-title {
    color: #1b5e20;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.approach-paragraphs {
    color: #2e7d32;
    font-size: 1.1rem;
    line-height: 1.8;
}

.approach-paragraphs p {
    margin-bottom: 20px;
    text-align: justify;
}

.approach-paragraphs p:last-child {
    margin-bottom: 0;
}

/* 3D Hover Effects */
.about-card:hover {
    transform: translateY(-10px) rotateX(3deg) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgba(76, 175, 80, 0.15);
    border-color: rgba(76, 175, 80, 0.3);
    z-index: 10;
}

.about-card.zigzag-left:hover {
    transform: translateY(-10px) translateX(5px) rotateX(3deg) rotateY(-1deg) scale(1.02);
}

.about-card.zigzag-right:hover {
    transform: translateY(-10px) translateX(-5px) rotateX(3deg) rotateY(1deg) scale(1.02);
}

.about-card.card-7:hover {
    transform: translateY(-10px) rotateX(3deg) scale(1.01);
    box-shadow: 0 20px 50px rgba(76, 175, 80, 0.2);
}

/* Card Glow Effect on Hover */
.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 20px;
}

.about-card:hover::before {
    opacity: 1;
}

.about-card .card-header {
    padding: 25px 30px;
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.about-card .card-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transition: transform 0.6s ease;
    transform: scale(0);
}

.about-card:hover .card-header::after {
    transform: scale(1);
}

.about-card .card-header h3 {
    margin: 0;
    color: white;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.about-card:hover .card-header h3 {
    transform: scale(1.05);
}

.about-card .card-body {
    padding: 30px;
    color: #2e7d32;
    position: relative;
    background: white;
    transition: background 0.3s ease;
}

.about-card:hover .card-body {
    background: rgba(255, 255, 255, 0.98);
}

.about-card .card-body ul {
    margin: 15px 0;
    padding-left: 25px;
    list-style: none;
}

.about-card .card-body ul li {
    margin-bottom: 12px;
    color: #1b5e20;
    position: relative;
    padding-left: 25px;
    line-height: 1.7;
    transition: transform 0.2s ease, color 0.2s ease;
}

.about-card .card-body ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.2rem;
}

.about-card:hover .card-body ul li {
    transform: translateX(5px);
    color: #2e7d32;
}

.about-card .card-body p {
    margin-bottom: 20px;
    line-height: 1.8;
    transition: transform 0.2s ease;
}

.about-card:hover .card-body p {
    transform: translateX(3px);
}

/* Different colors for different cards */
.card-1 {
    border-color: #4CAF50;
}

.card-1 .card-header {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
}

.card-2 {
    border-color: #2196F3;
}

.card-2 .card-header {
    background: linear-gradient(135deg, #2196F3 0%, #42A5F5 100%);
}

.card-3 {
    border-color: #FF9800;
}

.card-3 .card-header {
    background: linear-gradient(135deg, #FF9800 0%, #FFB74D 100%);
}

.card-4 {
    border-color: #9C27B0;
}

.card-4 .card-header {
    background: linear-gradient(135deg, #9C27B0 0%, #BA68C8 100%);
}

.card-5 {
    border-color: #F44336;
}

.card-5 .card-header {
    background: linear-gradient(135deg, #F44336 0%, #EF5350 100%);
}

.card-6 {
    border-color: #00BCD4;
}

.card-6 .card-header {
    background: linear-gradient(135deg, #00BCD4 0%, #26C6DA 100%);
}

.card-7 {
    border-color: #8BC34A;
}

.card-7 .card-header {
    background: linear-gradient(135deg, #8BC34A 0%, #AED581 100%);
}

/* Contact Section Styles */
.contact-section {
    padding: 20px 0;
}

.contact-intro {
    text-align: center;
    color: #2e7d32;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.contact-form-container,
.contact-info-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(46, 125, 50, 0.1);
}

.contact-form-container h3,
.contact-info-container h3 {
    color: #1b5e20;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #2e7d32;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.required {
    color: #F44336;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    border: 2px solid rgba(46, 125, 50, 0.3);
    border-radius: 8px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.submit-btn {
    padding: 14px 30px;
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #45a049 0%, #5cb660 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.contact-info-card {
    background: rgba(76, 175, 80, 0.1);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item strong {
    color: #1b5e20;
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

.info-item p {
    color: #2e7d32;
    margin: 0;
    font-size: 1rem;
}

.map-container {
    margin-top: 25px;
}

.map-container h3 {
    color: #1b5e20;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

/* Responsive Design for Contact */
@media (max-width: 968px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .carousel-container {
        height: 300px;
    }
    
    .about-cards-section {
        grid-template-columns: 1fr;
    }
    
    .about-card.zigzag-left,
    .about-card.zigzag-right {
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        margin-bottom: 20px;
    }
    
    .about-card.card-7 {
        margin-top: 0;
    }
    
    .profile-section {
        padding: 30px 20px;
    }
    
    .profile-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-link {
        width: 200px;
        text-align: center;
    }
    
    .carousel-container {
        height: 250px;
    }
    
    .carousel-btn {
        padding: 10px 15px;
        font-size: 18px;
    }
    
    .welcome-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .welcome-btn {
        width: 100%;
        max-width: 300px;
    }
}

