.elementor-66 .elementor-element.elementor-element-f60c65a{--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-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-d6e7984 *//* ==============================
 CTN FOOTER CSS
============================== */

.ctn-site-footer {
  position: relative;
  background:
    radial-gradient(circle at 10% 10%, rgba(172, 219, 238, 0.14), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(214, 222, 125, 0.12), transparent 30%),
    linear-gradient(135deg, #263238 0%, #303236 55%, #263238 100%);
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.ctn-site-footer::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: -190px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.20),
    rgba(245, 130, 32, 0.12)
  );
  pointer-events: none;
}

.ctn-footer-top {
  position: relative;
  z-index: 2;
  padding: 78px 20px 54px;
}

.ctn-footer-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.85fr 1.05fr;
  gap: 44px;
}

/* Brand */
.ctn-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

.ctn-footer-logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}

.ctn-footer-brand p {
  max-width: 390px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ctn-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.ctn-footer-social a:hover {
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  transform: translateY(-3px);
}

.ctn-footer-social svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

/* Columns */
.ctn-footer-column h3,
.ctn-footer-contact h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.ctn-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ctn-footer-column a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.22s ease;
}

.ctn-footer-column a:hover {
  color: #ac dbee;
  color: #ACDBEE;
  padding-left: 5px;
}

/* Contact */
.ctn-footer-contact {
  display: grid;
  align-content: start;
}

.ctn-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.ctn-contact-item span {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  background: rgba(172, 219, 238, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-contact-item svg {
  width: 20px;
  height: 20px;
  fill: #ACDBEE;
}

.ctn-contact-item a,
.ctn-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 600;
  transition: all 0.22s ease;
}

.ctn-contact-item a:hover {
  color: #ACDBEE;
}

.ctn-footer-cta {
  width: fit-content;
  min-height: 50px;
  margin-top: 10px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F58220, #E06F12);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.25);
  transition: all 0.25s ease;
}

.ctn-footer-cta:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.34);
}

/* Bottom */
.ctn-footer-bottom {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.16);
}

.ctn-footer-bottom-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ctn-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 500;
}

.ctn-footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ctn-footer-legal a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.22s ease;
}

.ctn-footer-legal a:hover {
  color: #ACDBEE;
}

/* Responsive */
@media (max-width: 1024px) {
  .ctn-footer-container {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .ctn-footer-contact {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .ctn-footer-top {
    padding: 62px 16px 42px;
  }

  .ctn-footer-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ctn-footer-contact {
    grid-column: auto;
  }

  .ctn-footer-brand p {
    max-width: 100%;
  }

  .ctn-footer-cta {
    width: 100%;
  }

  .ctn-footer-bottom {
    padding: 18px 16px;
  }

  .ctn-footer-bottom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctn-footer-legal {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .ctn-footer-logo img {
    width: 160px;
  }

  .ctn-footer-column h3,
  .ctn-footer-contact h3 {
    font-size: 18px;
  }

  .ctn-footer-social a {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */