.elementor-109 .elementor-element.elementor-element-4b133a44{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-4b2cea02{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-109 .elementor-element.elementor-element-4b133a44{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4b2cea02 *//* ---- GENEL ---- */

.sirius-footer {
  background: #f9f9f9;
  color: #222;
  font-family: "Manrope", sans-serif;
  padding: 40px 5%;
  border-top: 1px solid #e5e5e5;
}

.sirius-footer-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}
.sirius-footer-note a {
  color: #0070c9;
  text-decoration: none;
}

/* ---- MASAÜSTÜ ---- */
.sirius-footer-container {
  display: inline-block;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-content {
  margin-bottom: 10px;
  display: grid;
}

.hizmetler {
  display: inline-block;
}

.hizmet-grup {
  margin-bottom: 12px;
}

.hizmet-grup p {
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer-content li {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* YENİ EKLENEN KISIM: Linklerin düzgün görünmesi için */
.footer-content li a {
  text-decoration: none;
  color: inherit; /* Rengi li'den alır */
  display: block; /* Tıklama alanını genişletir */
}

.footer-content li:hover {
  color: #000;
}

/* ---- ALT BİLGİ ---- */
.sirius-footer-bottom {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 13px;
  color: #777;
}
.sirius-footer-bottom a {
  color: #0070c9;
  text-decoration: none;
}
.sirius-footer-bottom a:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .sirius-footer-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; /* kolonlar arası boşluk */
  }

  .footer-column.active .footer-content {
    display: block;
  }
}

/* ---- MOBİL & TABLET ---- */
@media (max-width: 1024px) {
  .sirius-footer-container {
    display: grid;
  }

  .footer-column {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
  }

  .footer-title {
    font-weight: 600;
    font-size: 28px;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-title::after {
    content: "expand_more";
    font-family: "Material Symbols Outlined";
    font-size: 27px;
    transition: transform 0.3s ease;
    color: #777;
  }

  .footer-content {
    display: none;
    padding-top: 8px;
    font-size: 21px;
  }

  .footer-column.active .footer-content {
    display: block;
  }

  .footer-column.active .footer-title::after {
    transform: rotate(180deg);
    color: #000;
  }
}/* End custom CSS */