.elementor-2535 .elementor-element.elementor-element-98fd063{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2535 .elementor-element.elementor-element-f39a5e3{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-f39a5e3 *//* ============================= */
/* SOLAK FOOTER */
/* ============================= */

.solak-footer {
  background: #135dbf;
  color: #ffffff;
  padding-top: 70px;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
}

/* ============================= */
/* HEADINGS */
/* ============================= */

.footer-col h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.footer-col h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #ffd24d;
  margin-top: 10px;
}

/* ============================= */
/* LOGO */
/* ============================= */

.footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

/* ============================= */
/* DESCRIPTION */
/* ============================= */

.footer-desc {
  margin: 20px 0;
  line-height: 1.7;
  color: #e6f0ff;
}

/* ============================= */
/* SOCIAL ICONS */
/* ============================= */

.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(255,255,255,0.2);
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
}

.footer-social a:hover {
  background: #ffd24d;
  color: #135dbf;
}

/* ============================= */
/* LINKS */
/* ============================= */

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ffd24d;
  padding-left: 5px;
}

/* ============================= */
/* CONTACT SECTION */
/* ============================= */

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-item .icon {
  font-size: 18px;
  background: #ffd24d;
  color: #135dbf;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item strong {
  color: #ffffff;
  display: block;
}

.contact-item p {
  margin: 3px 0 0;
  color: #e6f0ff;
}

/* ============================= */
/* RECENT POSTS */
/* ============================= */

.footer-posts .post-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-posts img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.footer-posts h4 {
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 5px;
}

.footer-posts span {
  font-size: 13px;
  color: #ffd24d;
}

/* ============================= */
/* FOOTER BOTTOM */
/* ============================= */

.footer-bottom {
  background: #0f4da3;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 14px;
  color: #ffffff;
}

/* ============================= */
/* SCROLL TO TOP BUTTON */
/* ============================= */

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffd24d;
  color: #135dbf;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.scroll-top:hover {
  background: #ffffff;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */