.elementor-166 .elementor-element.elementor-element-4f1a43f:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-4f1a43f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#273E3A;}.elementor-166 .elementor-element.elementor-element-4f1a43f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-166 .elementor-element.elementor-element-4f1a43f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d1965f9 */.footer {
  padding: 60px 20px 0px 20px;
  font-family: 'Inter', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.footer-cta {
  flex: 1;
  min-width: 280px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-cta span{
    color: #263E3A;
    font-size: 18px;
    font-weight: 600;
}
.footer-cta p{
    color: #263E3A;
}
.yellow-box {
  background-color: #F9F871;
  color: #000;
}

.white-box {
  background-color: #fff;
  color: #000;
}

.icon-button {
  border: none;
  padding: 0px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 40px;
  height: 40px;
  
}

.icon-button.dark {
  background-color: #000;
  color: #fff;
}

.icon-button.green {
  background-color: #00C384;
  color: #fff;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}
.footer-column  p {
    color: #fff !important;
}
.footer-column div {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #B4B9C9;
}

.footer-column.about .footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f8f764;
}

.social-icons a {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  border-radius: 4px;
  background-color: #3E7829;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  border-top: 1px solid #444;
  padding-top: 15px;
}

.footer-bottom a {
  color: #f8f764;
  text-decoration: none;
  margin: 0 5px;
}
.contact-icon {
  margin-right: 10px;
  color: #00c38a;
  width: 16px;
  display: inline-block;
}
.rotate-icon {
    transform: rotate(0deg);
}/* End custom CSS */