@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* FOOTER START */
.ics-footer,
.ics-footer * {
  box-sizing: border-box;
}

.ics-footer {
  --ics-footer-scale: 1;
  position: relative;
  width: 100%;
  height: calc(520px * var(--ics-footer-scale));
  margin: 0;
  overflow: clip;
  background: #f5faff;
  color: #011a44;
  font-family: "Inter", Arial, sans-serif;
}

.ics-footer__container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 520px;
  margin: 0 0 0 -720px;
  transform: scale(var(--ics-footer-scale));
  transform-origin: top center;
}

.ics-footer__brand {
  position: absolute;
  top: 32px;
  left: 100px;
  display: block;
  width: 121.36px;
  height: 100px;
  background: transparent;
  overflow: hidden;
}

.ics-footer__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ics-footer__brand:hover,
.ics-footer__brand:focus-visible {
  box-shadow: none;
}

.ics-footer__content {
  position: absolute;
  top: 172px;
  left: 100px;
  display: grid;
  grid-template-columns: 397px 80px 170px 40px 300px 40px 213px;
  width: 1240px;
}

.ics-footer__about {
  width: 397px;
}

.ics-footer__column:nth-child(2) {
  grid-column: 3;
}

.ics-footer__column:nth-child(3) {
  grid-column: 5;
}

.ics-footer__column:nth-child(4) {
  grid-column: 7;
}

.ics-footer h2 {
  margin: 0;
  color: #011a44;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.ics-footer__about p {
  width: 397px;
  margin: 11px 0 0;
  color: #011a44;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ics-footer__column ul {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.ics-footer__column li {
  height: 24px;
  margin: 0;
}

@media (min-width: 1101px) {
  .ics-footer__column:nth-child(3) li {
    height: auto;
    min-height: 22px;
    margin-bottom: 2px;
  }

  .ics-footer__column:nth-child(3) a {
    font-size: 14px;
    line-height: 20px;
  }
}

.ics-footer__column a,
.ics-footer__legal a {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.ics-footer__column a {
  display: inline-block;
}

.ics-footer__column a::after,
.ics-footer__legal a::after {
  content: none;
}

.ics-footer__column a:hover,
.ics-footer__column a:focus-visible,
.ics-footer__legal a:hover,
.ics-footer__legal a:focus-visible {
  color: #011a44;
}

.ics-footer__column a:hover,
.ics-footer__column a:focus-visible {
  transform: none;
}

.ics-footer__socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.ics-footer__socials a {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #011a44;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.ics-footer__socials a:hover,
.ics-footer__socials a:focus-visible {
  background: #011a44;
  box-shadow: none;
  transform: none;
}

.ics-footer__brand:focus-visible,
.ics-footer__column a:focus-visible,
.ics-footer__socials a:focus-visible,
.ics-footer__legal a:focus-visible {
  outline: 2px solid #011a44;
  outline-offset: 3px;
}

.ics-footer__bottom {
  position: absolute;
  top: 448px;
  left: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1428px;
  height: 72px;
  padding: 16px 100px 0 88px;
  border-top: 1px solid #011a44;
}

.ics-footer__bottom p,
.ics-footer__legal {
  margin: 0;
  color: #011a44;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 22px;
}

.ics-footer__legal {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ics-footer__legal a {
  color: #011a44;
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 1100px) {
  .ics-footer {
    height: auto;
    overflow: visible;
  }

  .ics-footer__container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 36px 20px 24px;
    transform: none;
  }

  .ics-footer__brand,
  .ics-footer__content,
  .ics-footer__bottom {
    position: static;
  }

  .ics-footer__brand {
    width: 97px;
    height: 80px;
  }

  .ics-footer__content {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: 32px;
    row-gap: 32px;
    width: 100%;
    margin-top: 36px;
  }

  .ics-footer__about,
  .ics-footer__about p {
    width: 100%;
    max-width: 430px;
  }

  .ics-footer__about {
    grid-column: 2;
    grid-row: 2;
  }

  .ics-footer__column:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .ics-footer__column:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .ics-footer__column:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .ics-footer__column:nth-child(n) {
    margin-left: 0;
  }

  .ics-footer__bottom {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: auto;
    margin-top: 36px;
    padding: 16px 0 0;
  }

  .ics-footer__about p {
    max-width: 420px;
  }

  .ics-footer__column li {
    height: auto;
    min-height: 24px;
  }

  .ics-footer__column a {
    line-height: 24px;
  }

  .ics-footer__socials {
    flex-wrap: wrap;
  }

}

@media (max-width: 767px) {
  .ics-footer__container {
    padding: 30px 16px 22px;
  }

  .ics-footer__brand {
    width: 85px;
    height: 70px;
  }

  .ics-footer__content {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: 18px;
    row-gap: 26px;
    margin-top: 28px;
  }

  .ics-footer h2 {
    font-size: 14px;
    line-height: 19px;
  }

  .ics-footer__about p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .ics-footer__column ul {
    margin-top: 8px;
  }

  .ics-footer__column li {
    min-height: 0;
    margin-bottom: 5px;
  }

  .ics-footer__column a {
    font-size: 13px;
    line-height: 19px;
    overflow-wrap: anywhere;
  }

  .ics-footer__socials {
    gap: 10px;
    margin-top: 18px;
  }

  .ics-footer__socials a {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .ics-footer__bottom {
    gap: 7px;
    margin-top: 28px;
    padding-top: 14px;
  }

  .ics-footer__bottom p,
  .ics-footer__legal {
    font-size: 12px;
    line-height: 18px;
  }

  .ics-footer__legal {
    flex-wrap: wrap;
  }

  .ics-footer__legal p {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .ics-footer__content {
    column-gap: 12px;
  }

  .ics-footer h2 {
    font-size: 13px;
  }

  .ics-footer__about p,
  .ics-footer__column a {
    font-size: 11.5px;
    line-height: 17px;
  }

  .ics-footer__socials {
    gap: 5px;
  }

  .ics-footer__socials a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* FOOTER END */

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: white;
}

.floating-whatsapp:active {
  transform: scale(0.95);
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #011a44;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.85);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

.back-to-top i {
  transition: transform 0.3s ease;
  z-index: 2;
}

.back-to-top svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(-90deg);
}

.back-to-top .progress-track {
  fill: none;
  stroke: rgba(1, 26, 68, 0.1);
  stroke-width: 4;
}

.back-to-top .progress-ring {
  fill: none;
  stroke: #011a44;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 308;
  stroke-dashoffset: 308;
  transition: stroke-dashoffset 0.1s linear;
}

@media (max-width: 768px) {
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    bottom: 82px;
    right: 20px;
    font-size: 28px;
  }
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
  }
}

/* ================================
   TABLET RESPONSIVE ONLY
   768px - 1024px
================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  .ics-footer__container {
    width: 94% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 40px 0 24px !important;
  }
}