/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 12:05:32 */
.conatiner-wrap {
	min-height: calc(100vh - 202px);
}
.headerborder {
	border-bottom: 1px solid #198754;
}
.current-menu-item>.nav-link {
	color: #198754 !important;
}

.bg_main_img {
    background-image: url(/wp-content/uploads/2025/06/psg_bg_img.jpg);
    background-position: center; 
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90vh;
}

.navbar {
  position: relative; /* or fixed/sticky if needed */
  z-index: 1050; /* Bootstrap dropdowns use z-index ~1000–1050 */
}
  footer {
            background-color: #2e7d32;
            color: white;
            padding: 40px 20px;
            margin-top: auto;
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }
        
        .footer-logo {
            flex: 1;
            min-width: 250px;
        }
        
        .footer-logo h2 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #a5d6a7;
        }
        
        .footer-logo p {
            line-height: 1.6;
            font-size: 16px;
        }
        
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .footer-column {
            min-width: 150px;
        }
        
        .footer-column h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #a5d6a7;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column li {
            margin-bottom: 10px;
        }
        
        .footer-column a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-column a:hover {
            color: #a5d6a7;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
            
            .footer-links {
                flex-direction: column;
            }
        }
        
        .leaf-decoration {
            position: absolute;
            width: 40px;
            height: 40px;
            opacity: 0.2;
        }
        
        .leaf1 {
            top: 10px;
            left: 10px;
            transform: rotate(30deg);
        }
        
        .leaf2 {
            bottom: 10px;
            right: 10px;
            transform: rotate(-45deg);
        }