.elementor-1546 .elementor-element.elementor-element-289416d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1546 .elementor-element.elementor-element-079d302.elementor-element{--flex-grow:1;--flex-shrink:0;}.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-079d302 */.cotton-footer {
  background-color: #fef9f3;
  padding: 60px 20px 30px;
  font-family: 'baloo 2', sans-serif;
  color: #444;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 220px;
}

.footer-column h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
}

.footer-link {
  color: #a7c5ff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.logo-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.logo-icon {
  font-size: 18px;
  background: #ffe6ec;
  padding: 6px;
  border-radius: 50%;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #000;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.subscribe-form input {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  transition: border 0.3s ease;
}

.subscribe-form input:focus {
  border-color: #a7c5ff;
}

.subscribe-form button {
  padding: 12px;
  border: none;
  border-radius: 25px;
  background-color: #d2e6f7;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #bad9f2;
  transform: scale(1.03);
}

.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.social-icon {
  color: #444;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
  color: #222;
  transform: scale(1.2) rotate(-2deg);
}

.footer-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.footer-bottom .footer-links {
  margin-top: 5px;
}

.footer-bottom a {
  color: #999;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-column {
    width: 100%;
  }

  .subscribe-form input,
  .subscribe-form button {
    width: 100%;
  }

  .footer-bottom {
    font-size: 12px;
  }
}/* End custom CSS */