.elementor-widget-hotspot .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-hotspot{--hotspot-color:var( --e-global-color-primary );--hotspot-box-color:var( --e-global-color-secondary );--tooltip-color:var( --e-global-color-secondary );}.elementor-widget-hotspot .e-hotspot__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hotspot .e-hotspot__tooltip{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-190 .elementor-element.elementor-element-5379039 .elementor-repeater-item-e83c8b7{right:50%;--hotspot-translate-x:50%;top:50%;--hotspot-translate-y:50%;}.elementor-190 .elementor-element.elementor-element-5379039 .e-hotspot--tooltip-position{right:initial;bottom:initial;left:initial;top:calc(100% + 5px );}.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-fd9af3c */.myronak-footer {
  direction: rtl;
  background: linear-gradient(180deg, #1d2a4a 0%, #16213a 100%);
  color: #ffffff;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.myronak-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: rgba(91, 142, 234, 0.12);
  border-radius: 50%;
  filter: blur(10px);
}

.myronak-footer::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(91, 142, 234, 0.08);
  border-radius: 50%;
  filter: blur(8px);
}

.myronak-footer__top,
.myronak-footer__newsletter,
.myronak-footer__bottom {
  position: relative;
  z-index: 1;
}

.myronak-footer__top {
  padding: 70px 20px 40px;
}

.myronak-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 40px;
}

.myronak-footer__brand {
  padding-left: 20px;
}

.myronak-footer__logo {
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 18px;
  line-height: 1.2;
}

.myronak-footer__desc {
  color: #d9e3f5;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 24px;
  max-width: 420px;
}

.myronak-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.myronak-footer__socials a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.myronak-footer__socials a:hover {
  background: #5b8eea;
  border-color: #5b8eea;
  color: #ffffff;
}

.myronak-footer__col h3,
.myronak-footer__newsletter-text h3 {
  font-size: 18px;
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 700;
}

.myronak-footer__col ul,
.myronak-footer__contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.myronak-footer__col li,
.myronak-footer__contact li {
  margin-bottom: 12px;
  color: #d9e3f5;
  font-size: 15px;
  line-height: 1.9;
}

.myronak-footer__col a,
.myronak-footer__contact a {
  color: #d9e3f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.myronak-footer__col a:hover,
.myronak-footer__contact a:hover {
  color: #5b8eea;
}

.myronak-footer__newsletter {
  padding: 0 20px 32px;
}

.myronak-footer__newsletter-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(91, 142, 234, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  backdrop-filter: blur(8px);
}

.myronak-footer__newsletter-text p {
  margin: 0;
  color: #d9e3f5;
  font-size: 14px;
  line-height: 1.9;
}

.myronak-footer__form {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 420px;
}

.myronak-footer__form input {
  flex: 1;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 14px;
  padding: 0 16px;
  outline: none;
  font-size: 14px;
}

.myronak-footer__form input::placeholder {
  color: rgba(217, 227, 245, 0.8);
}

.myronak-footer__form button {
  height: 52px;
  padding: 0 22px;
  border: none;
  border-radius: 14px;
  background: #5b8eea;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.myronak-footer__form button:hover {
  background: #78a3f0;
}

.myronak-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  text-align: center;
}

.myronak-footer__bottom p {
  margin: 0;
  color: #d9e3f5;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .myronak-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .myronak-footer__newsletter-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .myronak-footer__form {
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .myronak-footer__top {
    padding: 55px 16px 30px;
  }

  .myronak-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .myronak-footer__logo {
    font-size: 26px;
  }

  .myronak-footer__desc,
  .myronak-footer__col li,
  .myronak-footer__contact li {
    font-size: 14px;
    line-height: 1.9;
  }

  .myronak-footer__newsletter {
    padding: 0 16px 24px;
  }

  .myronak-footer__newsletter-inner {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .myronak-footer__form {
    flex-direction: column;
  }

  .myronak-footer__form input,
  .myronak-footer__form button {
    width: 100%;
  }
}/* End custom CSS */