.elementor-60 .elementor-element.elementor-element-5f73db5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-5a8ec50 */.premium-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 80px 20px 30px;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Brand Text Instead of Logo */
.footer-brand {
  font-size: 22px;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.footer-col h4 {
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #cbd5e1;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #22c55e;
  padding-left: 5px;
}

/* Social Icons */
.footer-social {
  margin-top: 20px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #1e293b;
  border-radius: 8px;
  margin-right: 8px;
  color: white;
  font-weight: bold;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: linear-gradient(90deg,#22c55e,#16a34a);
}

/* Newsletter */
.newsletter input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  margin-bottom: 15px;
}

.newsletter button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg,#22c55e,#16a34a);
  border: none;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.newsletter button:hover {
  transform: translateY(-3px);
}

/* Bottom Section */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-links a {
  margin-left: 20px;
  color: #9ca3af;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #22c55e;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

  .footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer-links a {
    margin: 0 8px;
  }
}/* End custom CSS */