.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-165 .elementor-element.elementor-element-d7e5ca4{--display:flex;--min-height:0px;--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-165 .elementor-element.elementor-element-d7e5ca4:not(.elementor-motion-effects-element-type-background), .elementor-165 .elementor-element.elementor-element-d7e5ca4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for container, class: .elementor-element-d7e5ca4 */.iptvkoln-footer {
  background: linear-gradient(180deg, #05070c 0%, #0a0f1a 100%);
  color: #fff;
  padding: 55px 20px 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  position: relative;
  overflow: hidden;
}

.iptvkoln-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT COLUMN */
.iptvkoln-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.iptvkoln-footer-logo-wrap {
  display: inline-block;
  margin-bottom: 18px;
}

.iptvkoln-footer-logo {
  width: 40%;
  max-width: 260px;
  height: auto;
  display: block;
  object-fit: contain;
}

.iptvkoln-footer-brand h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 14px;
  color: #f3cd67;
  font-weight: 700;
}

.iptvkoln-footer-brand p {
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.8;
  max-width: 320px;
  margin: 0 0 18px;
}

.iptvkoln-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.iptvkoln-rating .stars {
  color: #f3cd67;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 1;
}

.iptvkoln-rating .score {
  color: #f1f1f1;
  font-size: 17px;
  font-weight: 600;
}

.iptvkoln-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.iptvkoln-socials a {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(243, 205, 103, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #f3cd67;
}

.iptvkoln-socials svg {
  width: 24px;
  height: 24px;
}

/* COLUMNS */
.iptvkoln-footer-col h4 {
  font-size: 17px;
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 700;
}

.iptvkoln-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iptvkoln-footer-col ul li {
  margin-bottom: 12px;
}

.iptvkoln-footer-col ul li a {
  text-decoration: none;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.iptvkoln-footer-col ul li a:hover {
  color: #f3cd67;
}

/* HELP BOX */
.iptvkoln-help-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(243, 205, 103, 0.10);
  max-width: 300px;
}

.iptvkoln-help-box p {
  margin: 0 0 10px;
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 600;
}

.iptvkoln-help-box a {
  color: #f3cd67;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

/* BOTTOM */
.iptvkoln-footer-bottom {
  max-width: 1280px;
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.iptvkoln-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 14px;
}

/* TABLET */
@media (max-width: 1024px) {
  .iptvkoln-footer {
    padding: 45px 22px 18px;
  }

  .iptvkoln-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .iptvkoln-footer-logo {
    max-width: 220px;
  }

  .iptvkoln-help-box {
    max-width: 100%;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .iptvkoln-footer {
    padding: 38px 16px 18px;
  }

  .iptvkoln-footer-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .iptvkoln-footer-brand {
    align-items: center;
    text-align: center;
  }

  .iptvkoln-footer-logo {
    max-width: 200px;
    margin: 0 auto;
  }

  .iptvkoln-footer-brand p {
    max-width: 100%;
  }

  .iptvkoln-rating,
  .iptvkoln-socials {
    justify-content: center;
  }

  .iptvkoln-footer-col {
    text-align: center;
  }

  .iptvkoln-help-box {
    margin: 16px auto 0;
    text-align: center;
  }

  .iptvkoln-footer-bottom {
    margin-top: 22px;
    padding-top: 14px;
  }
}/* End custom CSS */