/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 04:12:38 */
.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;
}

.bg_img_banner {
    background-image: url(/wp-content/uploads/2025/07/banner_img.png);
    background-position: center;
}

.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);
        }

.custom-glow {
  box-shadow: 0 4px 20px rgba(0, 128, 0, 0.3); /* Green glow */
  transition: transform 0.2s ease-in-out;
}

.custom-glow:hover {
  transform: translateY(-5px);
}
.bg_main_img {
  background-image: url('/wp-content/uploads/2025/06/psg_bg_img.jpg'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
}

/* Target all input and textarea fields inside content */
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content input[type="url"],
.entry-content input[type="number"],
.entry-content input[type="password"],
.entry-content textarea,
.entry-content select {
  width: 100%;
  max-width: 100%;
  padding: 0.375rem 0.75rem; /* Reduce padding */
  font-size: 0.9rem; /* Smaller text size */
  line-height: 1.4;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Optionally reduce textarea height */
.entry-content textarea {
  min-height: 100px;
}

.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}

