/* contact.css */
.My-BG {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.CNT-BG {
    background-image: url(https://qa.experthiring.com/wp-content/uploads/2026/05/My-hero-bg.webp);
}

.My-card {
    padding: 30px;
    border: var(--border-1);
    border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
}

.card-img {
    width: 32px;
    height: 32px;
}

.card-title {
    color: var(--color-3);
    font-size: var(--font-size-22);
    line-height: 32px;
}

.card-text {
    font-size: var(--font-size-small);
    line-height: 24px;
    margin-bottom: 28px;
}

.My-Anchor-text {
    font-size: var(--font-size-sm);
    line-height: 24px;
}

.card-text-14 {
    font-size: var(--font-size-sm);
}

.locations h2 {
    letter-spacing: -3.5px;
    color: var(--color-2);
}

.locations .section-head p {
    letter-spacing: -1.12px;
}

/* Map container */
.map-wrapper {
    height: 751px;
    background: url(https://qa.experthiring.com/wp-content/uploads/2026/05/world-map.jpg) no-repeat center;
    width: 1148px;
    margin-top: 40px;
}

/* Cards */
.location-card {
    width: 251px;
    border-radius: 12px;
    padding: 18px;
    text-align: start;
    font-size: 14px;
    border-radius: var(--border-radius-md);
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(149, 149, 149, 0.12);
    -webkit-border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -ms-border-radius: var(--border-radius-md);
    -o-border-radius: var(--border-radius-md);
}

.location-card h6 {
    color: var(--color-2);
    font-size: 18px;
    letter-spacing: 0.54px;
}

.location-card p {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.98px;
}

.ContactNumberTxt {
    color: var(--color-black);
    font-size: 16px;
    line-height: 28px;
    /* 175% */
    letter-spacing: -1.12px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


/* Positions (tweak for perfect match) */
.usa {
    top: 149px;
    left: 98px;
}

.usa::after,
.uk::after,
.india::after {
    content: '';
    position: absolute;
    width: 21px;
    /* adjust based on your image */
    height: 21px;
    background-image: url('https://qa.experthiring.com/wp-content/uploads/2026/05/Ellipse.svg');
    /* your image path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.usa::after {
    right: 15px;
    transform: translate(-50%, 17px);
    top: 100%;
}

.uk::after {
    top: -36px;
    left: 85px;
}

.india::after {
    left: -34px;
    bottom: 30px;
}

.uk {
    top: 359px;
    left: 437px;
}

.india {
    top: 311px;
    right: 87px;
}


/* bottom CTA + contact-page-cta */
/* Bottom CTA */
.bottom-cta-section {
  position: relative;
  background: #0A0A0A;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}

.bottom-cta-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .45), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .35), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section h2 {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -2.5px;
  line-height: 1.08;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.cta-br-mobile {
  display: none;
}

.cta-br-desktop {
  display: inline;
}

@media (max-width: 767px) {
  .cta-br-mobile {
    display: inline;
  }

  .cta-br-desktop {
    display: none;
  }
}

.bottom-cta-section .cta-sub {
  font-size: 20px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.cta-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}

.cta-google-pill:hover {
  background: rgba(255, 255, 255, .13);
}

.cta-google-pill:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: rgba(255, 255, 255, .13);
}

.cta-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  color: #111 !important;
  transition: background .2s, box-shadow .2s;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
}

.cta-pill-btn:hover {
  background: #F5F5F5;
  color: #111 !important;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .28);
}

.cta-pill-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: #F5F5F5;
  color: #111 !important;
}

/* Contact page bottom CTA — Home chrome, Contact content (no .cta-sub) */
.contact-page-cta h2 {
  margin-bottom: 44px;
}

.contact-cta-deliver {
  margin-top: 12px;
}

.cta-pill-btn,
.cta-pill-btn *,
.cta-pill-btn span {
  color: #111 !important;
}

.bottom-cta-trust {
  font-size: 14px;
  color: rgba(255, 255, 255, .38);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.bottom-cta-trust a {
  color: rgba(255, 255, 255, .55);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bottom-cta-trust a:hover {
  color: rgba(255, 255, 255, .8);
}

.Animation-strip-wrapper::before,
.Animation-strip-wrapper::after {
  display: none !important;
}



/* Contact RWD from rwd.css */
@media (max-width: 1600px) {
.My-BG {
        background-size: contain;
    }

}

@media (max-width: 1540px) {
.P4860 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media (max-width: 1400px) {
.P4860 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

.map-wrapper {
        margin-top: 27px;
    }

}

@media (max-width: 1300px) {
.My-BG {
        background-size: contain;
    }

.map-wrapper {
        height: 702px;
        width: 1100px;
        background-size: contain;
    }

.usa {
        top: 112px;
    }

.uk {
        top: 307px;
    }

.india {
        top: 271px;
    }

.location-card p {
        font-size: 13px;
    }

.location-card {
        width: 244px;
    }

.location-card h6 {
        font-size: 17px;
    }

.ContactNumberTxt {
        font-size: 15px;
    }

}

@media (max-width: 1199px) {
.My-card {
        padding: 20px;
    }

.locations .my-container {
        max-width: 100%;
    }

.map-wrapper {
        height: 609px;
        width: 950px;
    }

.usa {
        left: 42px;
    }

.uk {
        left: 356px;
    }

.india {
        top: 246px;
        right: 41px;
    }

}

@media (max-width: 991px) {
.CNT-BG {
        background-image: none;
    }

.map-wrapper {
        height: 486px;
        width: 741px;
    }

.usa {
        left: 0px;
    }

.uk {
        left: 242px;
        top: 260px;
    }

.india {
        top: 225px;
        right: 4px;
    }

.location-card {
        width: 220px;
    }

.india::after {
        left: -27px;
    }

.uk::after {
        top: -26px;
    }

.usa::after {
        transform: translate(-50%, 13px);
    }

}

@media (max-width: 768px) {
.map-wrapper {
        background: none;
        height: auto;
        width: 90%;
    }

.usa::after,
    .uk::after,
    .india::after {
        display: none;
    }

.usa,
    .uk,
    .india {
        position: relative !important;
        left: inherit !important;
        top: inherit;
        margin-bottom: 27px;
    }

.location-card {
        width: 100%;
    }

}

@media (max-width: 550px) {
.P4860 {
        padding-top: 50px;
        padding-bottom: 40px;
    }

.P6060 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

}

.EPH-CT-Hero .card-img { width: 32px; height: 32px; }
@media (max-width: 991px) {
  .bottom-cta-section { padding: 80px 16px; }
}
