.elementor-74 .elementor-element.elementor-element-552b28c{--display:flex;}@media(min-width:768px){.elementor-74 .elementor-element.elementor-element-552b28c{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-fe3d106 */@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


/* ===== FOOTER ===== */
/* ===== FOOTER ===== */
/* ===== FOOTER ===== */
.footer-main {
  background-color: #fff;
  border: 1px solid #ea167a;
  border-radius: 20px;
  margin: 40px 40px 20px;
  overflow: hidden;
}

.footer-top {
  padding: 50px 0 40px;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f3f3f3 40%,
      #ff097c49 100%);
}

.footer-logo {
  max-width: 130px;
  height: auto;
}

.footer-heading {
  font-family: "Arimo", serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  white-space: nowrap;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

.footer-links a:hover {
  color: #eb1679;
}

.footer-address {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  word-break: break-word;
}

.footer-touch-col {
  min-width: 0;
}

/* ===== SOCIAL ICONS ===== */
.footer-social-col {
  min-width: 0;
}

.footer-social {
   display: flex;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 14px;
  margin-top: 10px;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
}

.footer-social-icon i {
  line-height: 1;
}

.footer-social-icon:hover {
  border-color: #ea167a;
  color: #eb1679;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #f0d0e0;
}

.footer-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-badge-icon {
  font-size: 28px;
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-badge-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

.footer-badge-sub {
  font-size: 13px;
  color: #555;
  display: block;
  margin-top: 2px;
  line-height: 1.4;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.payment-icon {
  height: auto;
  /*width: 44px;*/
  object-fit: contain;
}

.footer-copy {
  font-size: 13px;
  color: #555;
}

.footer-copy a {
  color: #555;
  text-decoration: none;
}

.footer-copy a:hover {
  color: #eb1679;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199.98px) {
  .footer-main {
    margin: 30px 60px 20px;
  }
}

@media (max-width: 991.98px) {
  .footer-main {
    margin: 30px 30px 20px;
  }

  .footer-payments {
    justify-content: flex-start;
  }
}

/* Tablet range fix (e.g. ~576px-991px) — logo full width taake khaali gap na bane */
@media (max-width: 991.98px) and (min-width: 576px) {
  .footer-top .row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-social-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .footer-main {
    margin: 20px 10px 10px;
    border-radius: 14px;
  }

  .footer-top {
    padding: 30px 0 24px;
  }

  .footer-heading {
    white-space: normal;
  }

  .footer-payments {
    justify-content: flex-start;
  }

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .footer-heading {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-badge-title {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-social-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
  }
}

.footbgimage {
  background-image: url("../images/eclipsebg.png");
  background-size: cover;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}/* End custom CSS */