@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.footer_logo img {
 width:150px 
}

.kl-footer__content {
  padding:20px 0;
  border-top:0;
  gap:64px
}


.kl-footer__group a:hover {
 color:#66AB5C; 
}

.kl-footer__social {
    // justify-content: end; 
}

footer.kl-footer svg {
fill:#66AB5C
}
.kl-footer {

background-color:#F2F2F2

}

footer.kl-footer :not(h3) {
    color: #595959;

font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
vertical-align: middle;
}





/* Footer Newsletter & Social Section Styles */
.kl-footer__social-wrap {
  max-width: 440px;
  
}

.kl-footer__newsletter {

  border-radius: 12px;
  margin-bottom: 30px;
}

.kl-footer__newsletter-title {
  color: #1C2E69 !important;
  font-size: 24px;
  font-family:'roboto';
  font-weight: 700 !important;
  line-height: 1.3;
  margin: 0 0 16px 0;
}

.kl-footer__newsletter-description {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.kl-footer__newsletter-description em {
  font-style: italic;
  font-weight: 600;
}

.kl-footer__subscribe-btn {
  background-color: #66AB5C;
  color: white !important;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.kl-footer__subscribe-btn:hover {
  background-color: #5a9352;
  color: white;
  text-decoration: none;
}

.kl-footer__social-section {
  text-align: center;
}

.kl-footer__social-label {
  color: #2d3748;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.kl-footer__social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.kl-footer__social-links li {
  margin: 0;
}

.kl-footer__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #4a5568;
  transition: color 0.3s ease;
}

.kl-footer__social-links a:hover {
  color: #2d3748;
}

.kl-footer__social-links svg {
  width: 20px;
  height: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .kl-footer__newsletter-social {
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  



  .kl-footer__newsletter {
   
  }
  
  .kl-footer__newsletter-title {
    font-size: 20px;
  }
  
  .kl-footer__newsletter-description {
    font-size: 15px;
  }
}










/* Footer Newsletter & Social Section Styles */
.kl-footer__newsletter-social {
  max-width: 440px;
  margin-left: auto;
}

.kl-footer__newsletter {

  border-radius: 12px;
  margin-bottom: 30px;
}

.kl-footer__newsletter-title {
  color: #1C2E69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px 0;
}

.kl-footer__newsletter-description {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.kl-footer__newsletter-description em {
  font-style: italic;
  font-weight: 600;
}

.kl-footer__subscribe-btn {
  background-color: #66AB5C;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  
  border:0;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.kl-footer__subscribe-btn:hover {
  background-color: #5a9352;
  color: white;
  text-decoration: none;
}

.kl-footer__social-section {
  text-align: center;
}

.kl-footer__social-label {
  color: #2d3748;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.kl-footer__social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.kl-footer__social-links li {
  margin: 0;
}

.kl-footer__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #4a5568;
  transition: color 0.3s ease;
}

.kl-footer__social-links a:hover {
  color: #2d3748;
}

.kl-footer__social-links svg {
  width: 20px;
  height: 20px;
}

/* Newsletter Lightbox Styles */
.newsletter-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.newsletter-lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.newsletter-lightbox__modal {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.newsletter-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.newsletter-lightbox__close:hover {
  background-color: #f3f4f6;
  color: #374151;
}
.kl-footer__social {
 display:flex;
  align-items:center;
}

.followus {
font-family: Roboto !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 26px !important;
margin-bottom:0 !important;
color:#1C2E69 !important;
}
.newsletter-lightbox__content {
  padding: 40px;
}

.newsletter-lightbox__title {
  color: #1C2E69;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  text-align: center;
}

.newsletter-lightbox__description {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  text-align: center;
}

footer.kl-footer h3 {
text-transform:none
}

.kl-footer__info { 
flex-grow:1
}

.kl-footer__address {
    display: flex
;
    flex-direction: column;
    gap: 40px;
    margin: 55px 0 16px;
}
footer.kl-footer ul li {
    margin-bottom: 19px;
}
.kl-footer__legal {
padding-top:0 !important
}
.bottom-footer {
 display:flex; 
justify-content:space-between;
  align-items:center;
  margin-top:30px
}
.bottom-footer ul {
gap:20px
}
.footer-policies li a{
font-family: Roboto;
font-weight: 300 !important;
margin-bottom:0 !important;
line-height: 24px !important;
letter-spacing: 0%;
  
text-decoration: underline;
text-decoration-style: solid;
color:#1C2E69 !important

}


.footer-policies li {

margin-bottom:0 !important;
}



@media screen and (max-width:800px) {
.bottom-footer{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
.kl-footer__social {
    justify-content: center;
    margin-top: 40px;


    transform: none;

  }
.kl-footer__address {
gap:0;
  margin-top:30px;
  }


 .kl-footer__group {
   margin-top:15px;
    width: 48%;
    display: inline-block;
  }

}


@media screen and (min-width:800px) {
  .kl-footer__group {
   width:115px; 
  }
  
}

.kl-footer__address {
 gap:15px !important; 
}
.kl-footer__social {
    transform: none;
}


   .spaceul { display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* ===== mobile first ===== */
.pc {           /* hide PC-only stuff by default */
  display: none;
}

.mob {          /* show mobile stuff by default */
  display: flex; 
    justify-content: start;  /* or flex/inline-block/etc. */
}

/* ===== switch at the desktop breakpoint ===== */
@media (min-width: 768px) {
  .pc {         /* now show desktop content */
    display: flex;
  }

  .mob {        /* and hide the mobile version */
    display: none;
  }
}