.member-footer {
	/* Decorative elements */
}
 .member-footer .footer {
	 background: #077a17;
	 position: relative;
	 overflow: hidden;
	 color: white;
	 padding: 40px 0 20px;
}
 .member-footer .footer::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 400px;
	 height: 400px;
	 background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
	 border-radius: 50%;
	 transform: translate(30%, -30%);
}
 .member-footer .footer::after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 right: 200px;
	 width: 300px;
	 height: 300px;
	 background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
	 border-radius: 50%;
	 transform: translateY(50%);
}
 .member-footer .container {
	 max-width: 1200px;
	 margin: 0 auto;
	 padding: 0 20px;
	 position: relative;
	 z-index: 2;
}
 .member-footer .footer-top {
	 display: flex;
	 justify-content: space-between;
	 align-items: flex-start;
	 flex-wrap: wrap;
	 gap: 50px;
	 margin-bottom: 20px;
}
 .member-footer .logo-section {
	 flex: 1;
	 min-width: 478px;
}
 .member-footer .logo {
	 display: flex;
	 align-items: center;
	 margin-bottom: 21px;
}
 .member-footer .logo-icon {
	 width: 50px;
	 height: 50px;
	 background: white;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-right: 15px;
	 font-weight: bold;
	 color: #2d8f47;
	 font-size: 16px;
}
 .member-footer .logo-text {
	 font-size: 32px;
	 font-weight: bold;
	 letter-spacing: 2px;
}
 .member-footer .logo-tagline {
	 font-size: 12px;
	 margin-left: 5px;
	 opacity: 0.9;
}
 .member-footer .contact-info h3 {
	 font-size: 20px;
	 font-weight: bold;
	 margin-bottom: 20px;
	 letter-spacing: 1px;
}
 .member-footer .contact-item {
	 display: flex;
	 align-items: center;
	 margin-bottom: 15px;
	 font-size: 15px;
}
 .member-footer .contact-item .icon {
	 width: 20px;
	 height: 20px;
	 margin-right: 12px;
	 opacity: 0.9;
}
 .member-footer .working-hours {
	 margin-top: 30px;
}
 .member-footer .working-hours h3 {
	 font-size: 20px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 letter-spacing: 1px;
}
 .member-footer .hours-item {
	 font-size: 14px;
	 margin-bottom: 8px;
	 opacity: 0.95;
}
 .member-footer .footer-columns {
	 display: flex;
	 gap: 80px;
	 flex: 2;
	 justify-content: space-between;
}
 .member-footer .footer-column {
	 flex: 1;
}
 .member-footer .footer-column h3 {
	 font-size: 20px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 letter-spacing: 1px;
}
 .member-footer .footer-column ul {
	 list-style: none;
}
 .member-footer .footer-column li {
	 margin-bottom: 12px;
	 list-style: disc;
	 margin-left: 25px;
}
 .member-footer .footer-column a {
	 color: white;
	 text-decoration: none;
	 font-size: 16px;
	 opacity: 0.9;
	 transition: opacity 0.3s ease;
}
 .member-footer .footer-column a:hover {
	 opacity: 1;
	 text-decoration: underline;
}
 .member-footer .footer-bottom {
	 border-top: 1px solid rgba(255, 255, 255, 0.2);
	 padding-top: 22px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 flex-wrap: wrap;
	 gap: 20px;
}
 .member-footer .copyright {
	 font-size: 16px;
	 opacity: 0.9;
}
 .member-footer .privacy-text {
	 font-size: 16px;
	 opacity: 0.8;
	 text-align: right;
}
.contact-info ul li {
    font-size: 16px;
}

.working-hours ul li {
    font-size: 16px;
}
 .member-footer .decorative-line {
	 position: absolute;
	 top: 80px;
	 right: 100px;
	 width: 200px;
	 height: 2px;
	 background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	 transform: rotate(45deg);
}
 .member-footer .logo-tagline img {
	 height: 66px;
	 width: auto;
}
 
.member-footer .footer-column h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.working-hours h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.contact-info h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.member-footer .footer-column h2:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.contact-info h2:before {
     content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.working-hours h2:before {
      content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    bottom: 0;
}
@media (max-width: 768px) {
	.member-footer .footer-top {
		flex-direction: column;
		gap: 30px;
   }
	.member-footer .footer-columns {
		flex-direction: column;
		gap: 30px;
   }
	.member-footer .logo-section {
		min-width: auto;
   }
	.member-footer .footer-bottom {
		flex-direction: column;
		text-align: center;
   }
	.member-footer .privacy-text {
		text-align: center;
		max-width: 100%;
   }
}