.Hemank-page *,
.Hemank-footer * {
  box-sizing: border-box;
}

/* Replaces old global `body{}` rule — scoped so it can't override the host page's body styles */
.Hemank-uc-page-pad {
  padding-bottom: 35px;
}

.Hemank-page,
.Hemank-footer {
  width: 100%;
  margin: 0;
  background: #101010;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

/* Replaces old global `a{}` rule. Add this class to any anchor that needs the reset. */
.Hemank-link-reset {
  color: inherit;
  text-decoration: none;
}

.Hemank-footer-top {
  padding: 34px 24px 15px;
}

.Hemank-footer-wrap {
  width: min(100%, 1760px);
  margin: 0 auto;
}

.Hemank-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 440px) minmax(0, 260px) minmax(0, 260px);
  justify-content: space-between;
  gap: 56px;
}

/* Replaces old `.Hemank-footer h2` tag selector */
.Hemank-heading {
  margin: 0;
  color: #f3f3f3;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.Hemank-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}

.Hemank-brand-mark {
  display: inline-flex;
}

.Hemank-brand-mark .Hemank-brand-mark-left {
  border-right: 1px solid #ececec;
}

.Hemank-brand-name {
  font-size: 31px;
  font-weight: 900;
}

/* Replaces `.Hemank-brand-mark img` */
.Hemank-brand-img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.Hemank-about-text {
  width: 100%;
  max-width: 312px;
  margin: 0 0 18px;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-align: justify;
}

.Hemank-social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 5px;
}

.Hemank-social-link {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  transition: transform 160ms ease, filter 160ms ease;
}

.Hemank-social-link:hover,
.Hemank-promo-card:hover,
.Hemank-contact-card:hover,
.Hemank-links-col .Hemank-link-item:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.Hemank-social-fb {
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-family: Georgia, serif;
}

.Hemank-social-in {
  border-radius: 4px;
  background: #0a78b6;
  font-size: 15px;
}

.Hemank-social-ig {
  border-radius: 7px;
  background: linear-gradient(135deg, #654dff, #e34086 58%, #f9a12d);
  font-size: 11px;
}

.Hemank-certified {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
}

.Hemank-partner-card,
.Hemank-award-card,
.Hemank-trust-card {
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
  color: #202020;
}

.Hemank-partner-card {
  width: 100%;
  max-width: 304px;
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  margin-bottom: 14px;
}

/* Replaces `.Hemank-partner-card span` + nth-child rules */
.Hemank-partner-item {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.Hemank-partner-item-red {
  color: #bd2636;
  font-size: 14px;
}

.Hemank-partner-item-blue {
  color: #3f72d6;
}

.Hemank-award-card {
  width: 100%;
  max-width: 350px;
  height: 73px;
  gap: 7px;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 15px;
}

/* Replaces `.Hemank-award-card img` */
.Hemank-award-img {
  width: 100%;
  height: 99%;
}

/* Replaces `.Hemank-award-card span` */
.Hemank-award-text {
  display: grid;
  place-items: center;
  color: #202020;
  font-size: 7px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

/* Replaces `.Hemank-award-card b` */
.Hemank-award-circle {
  width: 37px;
  height: 37px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #ffc82d;
  color: #ffffff;
  font-size: 29px;
  line-height: 41px;
  font-weight: normal;
}

.Hemank-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.Hemank-trust-card {
  width: 100%;
  max-width: 172px;
  height: 73px;
  padding: 8px 0 0 8px;
}

.Hemank-trust-title {
  display: flex;
  align-items: center;
  height: 30px;
  gap: 2px;
  font-size: 26px;
  font-weight: 900;
}

/* Replaces `.Hemank-trust-title span` */
.Hemank-trust-icon {
  color: #00b67a;
  font-size: 44px;
  line-height: 1;
  font-style: normal;
}

.Hemank-trust-name {
  font-weight: 900;
}

.Hemank-trust-stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  margin-top: 8px;
}

/* Replaces `.Hemank-trust-stars span` */
.Hemank-star {
  display: grid;
  place-items: center;
  height: 28px;
  background: #00b67a;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
}

.Hemank-contact-card {
  width: 100%;
  max-width: 170px;
  height: 66px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
  padding: 7px 12px;
  border-radius: 9px;
  background: #65bd22;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.08;
  transition: transform 160ms ease, filter 160ms ease;
}

/* Replaces `.Hemank-contact-card span` */
.Hemank-contact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  color: #65bd22;
  font-size: 11px;
}

.Hemank-contact-label {
  font-weight: 900;
}

.Hemank-contact-col .Hemank-heading,
.Hemank-links-col .Hemank-heading,
.Hemank-payment-col .Hemank-heading {
  margin-bottom: 8px;
}

.Hemank-contact-group {
  display: grid;
  gap: 16px;
}

.Hemank-contact-group.Hemank-small {
  gap: 18px;
}

.Hemank-contact-item {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 15px;
  align-items: start;
  min-height: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  word-break: break-word;
}

/* Replaces `.Hemank-contact-item p` */
.Hemank-contact-text {
  margin: 0;
}

.Hemank-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 24px;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
}

.Hemank-icon-marker {
  color: #ff2e8b;
  font-size: 14px;
}

.Hemank-icon-phone {
  color: #ff2e8b;
}

.Hemank-icon-mail {
  color: #f4d5f0;
  font-size: 18px;
}

.Hemank-globe {
  color: #18b8ff;
  font-size: 18px;
}

.Hemank-phone {
  color: #ff2e8b;
}

.Hemank-mail {
  color: #f4d5f0;
  font-size: 18px;
}

.Hemank-divider {
  width: 100%;
  max-width: 360px;
  height: 1px;
  margin: 18px 0 17px;
  background: rgba(255, 255, 255, 0.68);
}

/* Replaces `.Hemank-links-col ul` */
.Hemank-links-list {
  display: grid;
  gap: 16px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.Hemank-links-col .Hemank-link-item {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 160ms ease, filter 160ms ease, color 160ms ease;
}

.Hemank-links-col .Hemank-link-item::before {
  content: "->";
  position: absolute;
  top: -2px;
  left: 0;
  color: #ff561f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.Hemank-links-col .Hemank-link-item:hover {
  color: #ff7d4a;
}

/* Replaces `.Hemank-payment-col p` */
.Hemank-payment-label {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.Hemank-payment-methods {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 14px;
  width: 100%;
  max-width: 360px;
}

/* Replaces `.Hemank-payment-methods span` + nth-child rules */
.Hemank-payment-item {
  display: grid;
  place-items: center;
  height: 26px;
  border-radius: 4px;
  background: #ffffff;
  color: #174471;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.Hemank-payment-item-red {
  color: #d82920;
}

.Hemank-payment-item-purple {
  color: #a51c76;
}

.Hemank-payment-item-teal {
  color: #1785b4;
}

.Hemank-promo-card {
  width: 100%;
  max-width: 213px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  transition: transform 160ms ease, filter 160ms ease;
}

/* Replaces `.Hemank-promo-card strong` */
.Hemank-promo-label {
  font-weight: 900;
}

.Hemank-promo-card.is-active {
  transform: scale(0.98);
}

.Hemank-fee-card {
  background: linear-gradient(180deg, #81cc35, #43a81a);
  font-size: 21px;
  line-height: 1;
}

/* Replaces `.Hemank-fee-card span` */
.Hemank-fee-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 42px;
  flex: 0 0 auto;
  transform: rotate(-12deg);
  border-radius: 4px;
  background: #ffffff;
  color: #43a81a;
  font-size: 11px;
  font-weight: 900;
}

.Hemank-whatsapp-card {
  justify-content: flex-start;
  padding-left: 15px;
  background: #244f4c;
  font-size: 20px;
}

/* Replaces `.Hemank-whatsapp-card span, .Hemank-demo-card span` */
.Hemank-round-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.Hemank-demo-card {
  background: linear-gradient(180deg, #a338a6, #702ca7);
  font-size: 21px;
  line-height: 1;
}

.Hemank-placement-card {
  height: 72px;
  background: linear-gradient(135deg, #ffffff, #e8f4fb 45%, #ffffff);
  color: #99cbe1;
  font-size: 27px;
  letter-spacing: 1px;
  text-shadow: 0 3px 0 rgba(102, 154, 174, 0.35);
}

.Hemank-course-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  background: #101010;
}

.Hemank-course-wrap {
  padding: 15px 10px 0;
}

.Hemank-students-zone .Hemank-heading,
.Hemank-city-pages .Hemank-heading {
  font-size: 22px;
}

.Hemank-students-zone .Hemank-heading {
  margin-bottom: 5px;
}

.Hemank-city-pages {
  margin-top: 33px;
}

.Hemank-city-pages .Hemank-heading {
  margin-bottom: 14px;
}

.Hemank-city-row {
  margin: 0 0 14px;
}

/* Replaces `.Hemank-city-row h3` */
.Hemank-city-title {
  margin: 0 0 12px;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.Hemank-text-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Hemank-text-links .Hemank-text-link {
  position: relative;
  display: inline-block;
  margin: 0 9px 0 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 160ms ease;
}

.Hemank-text-links .Hemank-text-link::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -7px;
  width: 2px;
  height: 14px;
  background: #ff561f;
}

.Hemank-text-links .Hemank-text-link:hover {
  color: #ff7d4a;
}

.Hemank-copyright-section {
  min-height: 57px;
  padding: 0 24%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #696969;
}

/* Replaces `.Hemank-copyright-section p` */
.Hemank-copyright-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Replaces `.Hemank-copyright-section strong` */
.Hemank-copyright-strong {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hemank-desktop-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  height: 35px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #ff561f;
  box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.35);
}

.Hemank-desktop-cta .Hemank-cta-link {
  display: grid;
  place-items: center;
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(120, 28, 0, 0.22);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  transition: background 160ms ease;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Hemank-desktop-cta .Hemank-cta-link:hover,
.Hemank-desktop-cta .Hemank-cta-link.is-active {
  background: #df3d0c;
}

.Hemank-mobile-cta {
  display: none;
}

/* ---------- Large tablets / small laptops ---------- */
@media (max-width: 1180px) {
  .Hemank-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 52px;
  }

  .Hemank-copyright-section {
    padding: 0 12%;
  }
}

/* ---------- Tablets ---------- */
@media (max-width: 992px) {
  .Hemank-footer-top {
    padding: 30px 20px 15px;
  }

  .Hemank-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .Hemank-about-text,
  .Hemank-partner-card,
  .Hemank-award-card,
  .Hemank-divider,
  .Hemank-payment-methods {
    max-width: 100%;
  }

  .Hemank-copyright-section {
    padding: 0 6%;
  }

  .Hemank-desktop-cta .Hemank-cta-link {
    font-size: 12px;
  }
}

/* ---------- Small tablets / large phones ---------- */
@media (max-width: 760px) {
  .Hemank-uc-page-pad {
    padding-bottom: 49px;
  }

  .Hemank-footer-top {
    padding: 28px 18px 15px;
  }

  .Hemank-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .Hemank-about-text,
  .Hemank-partner-card,
  .Hemank-award-card,
  .Hemank-divider,
  .Hemank-promo-card,
  .Hemank-payment-methods {
    width: 100%;
    max-width: 360px;
  }

  .Hemank-rating-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .Hemank-contact-card {
    margin-left: 0;
  }

  .Hemank-course-wrap {
    padding: 16px 12px 0;
  }

  .Hemank-city-pages {
    margin-top: 26px;
  }

  .Hemank-copyright-section {
    min-height: 102px;
    padding: 12px 22px 46px;
    display: grid;
    place-items: center;
    gap: 4px;
    text-align: center;
    color: #777;
  }

  .Hemank-copyright-text {
    font-size: 17px;
  }

  .Hemank-copyright-text.Hemank-copyright-line-2 {
    font-size: 16px;
  }

  .Hemank-copyright-text.Hemank-copyright-line-3 {
    margin-top: 24px;
    font-size: 16px;
  }

  .Hemank-desktop-cta {
    display: none;
  }

  .Hemank-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 88px 1fr;
    height: 49px;
    background: #ff561f;
    box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.32);
  }

  .Hemank-mobile-cta .Hemank-mobile-cta-link {
    display: grid;
    place-items: center;
    min-width: 0;
    background: #168d21;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    transition: filter 160ms ease, transform 160ms ease;
  }

  .Hemank-mobile-cta .Hemank-mobile-cta-link.is-active {
    filter: brightness(0.92);
  }

  .Hemank-mobile-whatsapp {
    border-top-right-radius: 3px;
  }

  .Hemank-mobile-call {
    border-top-left-radius: 3px;
  }

  .Hemank-support-avatar {
    position: relative;
    place-self: end center;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    border-radius: 50%;
    background: #41c9b6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .Hemank-avatar-head {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 21px;
    height: 24px;
    border-radius: 48% 48% 42% 42%;
    background: #f3bc73;
  }

  .Hemank-avatar-body {
    position: absolute;
    right: 13px;
    bottom: 8px;
    left: 13px;
    height: 21px;
    border-radius: 16px 16px 5px 5px;
    background: #253d55;
  }

  .Hemank-avatar-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    width: 9px;
    height: 15px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .Hemank-avatar-headset {
    position: absolute;
    top: 9px;
    left: 14px;
    width: 32px;
    height: 27px;
    border: 4px solid #56606c;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
  }

  .Hemank-avatar-headset::before,
  .Hemank-avatar-headset::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 8px;
    height: 12px;
    border-radius: 3px;
    background: #ff561f;
  }

  .Hemank-avatar-headset::before {
    left: -7px;
  }

  .Hemank-avatar-headset::after {
    right: -7px;
  }
}

/* ---------- Small phones ---------- */
@media (max-width: 480px) {
  .Hemank-brand-img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }

  .Hemank-brand-name {
    font-size: 26px;
  }

  .Hemank-partner-card,
  .Hemank-award-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .Hemank-payment-methods {
    grid-template-columns: repeat(3, 1fr);
  }

  .Hemank-whatsapp-card {
    font-size: 18px;
  }

  .Hemank-trust-card,
  .Hemank-contact-card {
    max-width: 100%;
  }

  .Hemank-rating-row {
    flex-direction: column;
  }

  .Hemank-social-row {
    gap: 12px;
  }

  .Hemank-text-links .Hemank-text-link {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .Hemank-mobile-cta .Hemank-mobile-cta-link {
    font-size: 14px;
  }

  .Hemank-support-avatar {
    width: 50px;
    height: 50px;
  }

  .Hemank-copyright-text {
    font-size: 14px;
  }
}

/* ---------- Floating Sticky WhatsApp Button ---------- */
.Hemank-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  z-index: 9000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Hemank-whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* Replaces `.Hemank-whatsapp-float img` */
.Hemank-whatsapp-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.Hemank-whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: HemankWhatsappPulse 2.2s infinite;
  pointer-events: none;
}

@keyframes HemankWhatsappPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
  70%  { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 600px) {
  .Hemank-whatsapp-float {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 16px;
  }

  .Hemank-whatsapp-img {
    width: 28px;
    height: 28px;
  }
}

/* ---------- Fix: host page CSS ke overlap se left-aligned content center ho raha tha ---------- */

.Hemank-page,
.Hemank-footer {
  text-align: left !important;
}

.Hemank-footer-grid {
  justify-content: space-between !important;
}

.Hemank-brand-logo,
.Hemank-social-row,
.Hemank-rating-row,
.Hemank-text-links,
.Hemank-contact-card,
.Hemank-contact-group,
.Hemank-contact-item {
  justify-content: flex-start !important;
}

.Hemank-heading,
.Hemank-about-text,
.Hemank-contact-text,
.Hemank-payment-label,
.Hemank-certified,
.Hemank-city-title,
.Hemank-links-col .Hemank-link-item,
.Hemank-text-links .Hemank-text-link {
  text-align: left !important;
}