#hsc-last-sec {
  background-image: url("../img/Group.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

#target-zero-bg {
  background-image: url("../img/target-zero-bg.webp");
  background-repeat: no-repeat;
}

.attach-file label {
  cursor: pointer;
  color: #382910;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
}

#careers-form-img {
  background-image: url("../img/careers-bg-form.webp.webp");
  background-repeat: no-repeat;
  background-position: right 0% bottom 100%;
  background-size: 30%;
}

#careers-bg-sec {
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

#careers-form-img .ps-md-10.py-md-0 {
  margin-top: -40px;
}

/* InSights styles */
.insihts-thoughts {
  text-align: center;
}

.insihts-thoughts h5 {
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 500;
}

.insihts-thoughts p {
  color: #b28332;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 500;
}

.Insights-more-video {
  text-align: center;
  color: #251c0b;
  font-family: Playfair Display;
  font-size: 38px;
  font-weight: 500;
}

#insights-bg-sec {
  background-image: url("../img/uncompromising-commitment-background.webp"),
    url("../img/improvement-innovation-background1.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-position-y: 260%, 0%;
}

#compromising-sec {
  background-image: url("../img/uncompromising-commitment-background.webp");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-position-y: 150% !important;
}

#map-bg-sec {
  background-image: url("../img/improvement-innovation-background1.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

.map-bg-img-web {
  position: relative;
  z-index: -1;
}

#compromising-sec .h-100 {
  height: 100% !important;
  margin-top: -13px;
}

/* contact page styling */

.google-map img {
  width: 100%;
}

.text-center.first-icon {
  position: absolute;
  top: 100%;
  left: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 13%;
}

.text-left.second-icon {
  position: absolute;
  left: 5%;
  top: 100%;
  margin-top: 47%;
}

.first-icon i,
.second-icon i {
  color: #cc9639;
  cursor: pointer;
  font-size: 38px;
}

.first-icon p,
.second-icon .hover-hide {
  color: #000;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.popover-content i.fas.fa-map-marker-alt {
  color: #cc9639;
  font-size: 20px;
}

.popover-content i.fas.fa-phone {
  color: #cc9639;
  font-size: 20px;
}

.popover-content i.fas.fa-envelope {
  color: #cc9639;
  font-size: 20px;
}

#contact-head {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Style the circular icon */
.circle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #cc9639;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  visibility: hidden;
}

.custom-popover:hover .circle-icon,
.custom-popover:hover .hover-hide {
  visibility: hidden;
}

.custom-popover:hover .circle-icon {
  visibility: visible;
}

.custom-popover {
  position: relative;
  display: inline-block;
}

.custom-popover .popover-content {
  visibility: hidden;
  position: absolute;
  background-color: white;
  padding: 10px;
  margin-top: 16px;
  z-index: 999;
  top: 100%;
  left: 20%;
  transform: translateX(-50%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-popover:hover .popover-content {
  visibility: visible;
}

.popover-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content: left;
  margin-left: 0px;
  margin-top: 10px;
}

.popover-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 20px 30px 20px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.second-icon .popover-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content: left;
  margin-left: 0px;
  margin-top: 10px;
  gap: 10px;
}

.circle-icon {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #cc9639;
  color: white;
  text-align: center;
  line-height: 100px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 50%;
  font-size: 1.3rem;

  &:hover {
    cursor: pointer;
  }

  &::after,
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #cc9639;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
  }

  &::after {
    background: #cc9639;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background: #cc9639;
      border-radius: 50%;
      z-index: -1;
      animation: grow 1s ease-in-out infinite;
    }
  }

  &::before {
    background: #cc9639;
    animation-delay: -0.5s;
  }
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.custom-popover:hover .circle-icon,
.custom-popover:hover .hover-hide {
  visibility: hidden;
}

.custom-popover:hover .circle-icon {
  visibility: visible;
}

.second-icon .popover-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 30px 20px 0 20px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.popover-content.second {
  margin-top: -305px;
}

#contact-page .stretch-to-left {
  margin-left: -13vw !important;
}

div#slide-line-left {
  margin-top: 10px;
}

.form-section {
  margin-top: -40px;
}

#career-owl-crousel {
  background-image: url("../img/improvement-innovation-background1.webp"),
    url("../img/see-what.webp.webp");
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 28%;
}

.popover-content.one {
  border-radius: 8px;
}

.popover-content.second {
  border-radius: 8px;
}
#contact-form-sec .contact-form input {
  height: 70px;
}

@media (max-width: 468px) {
  #project-expand-card {
    background-image: none;
  }
}

@media (max-width: 468px) {
  .map-bg-img-web img {
    display: none !important;
  }

  .progress-bar-outer {
    display: none;
  }

  #map-bg-sec h1 {
    display: none;
  }

  .text-left.second-icon {
    /*left: 5%;*/
      left: 12%;
  }

  .first-icon p,
  .second-icon .hover-hide {
    font-size: 14px;
  }

  .first-icon i,
  .second-icon i {
    font-size: 22px;
  }

  .text-center.first-icon {
    left: 76%;
    margin-top: 24%;
  }

  .map-icons img {
    width: 200px;
  }

  .popover-content i.fas.fa-phone {
    font-size: 14px;
  }

  .popover-content i.fas.fa-envelope {
    font-size: 14px;
  }

  .map-address p {
    margin-top: 8px;
    font-size: 9px;
  }

  .custom-popover .popover-content {
    left: -86%;
  }

  .popover-content::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 86%;
    transform: translateX(-50%);
    border-width: 0 15px 20px 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }

  .popover-content img {
    width: 223px;
  }

  .second-icon .popover-content p {
    font-size: 9px;
  }

  .popover-content.second {
    margin-top: 0px;
  }

  .second-icon .popover-content::before {
    content: "";
    position: absolute;
    top: 84px;
    left: -8%;
    transform: translateX(-50%);
    border-width: 0 15px 20px 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(41deg);
  }

  .text-left.second-icon {
    /*margin-top: 60%;*/
     margin-top: 68%;
  }

  .second-icon .custom-popover .popover-content {
    left: 130%;
    margin-top: -109px;
  }

  .map-bg-img-mob {
    padding-top: 30px;
  }

  .popover-content i.fas.fa-map-marker-alt {
    font-size: 14px;
  }

  .contact-info {
    padding-bottom: 0;
  }

  #compromising-sec {
    background-image: none;
  }

  #form-submit-button button {
    width: 100%;
  }

  #form-submit-button .btn-styl2 i {
    right: 100px;
  }

  #compromising-sec button {
    width: 100%;
  }

  #compromising-sec .btn-styl2 i {
    right: 100px;
  }

  img#form-for-web {
    visibility: visible !important;
  }

  #contact-head {
    font-size: 44px;
  }

  .hopital-head {
    font-size: 12px;
  }

  .popup-image img {
    width: 220px;
  }

  .form-section {
    margin-top: 20px !important;
  }

  #contact-page .stretch-to-left {
    margin-left: 0vw !important;
  }

  .popover-content.one {
    margin-top: 0px !important;
  }
  #contact-form-sec .contact-form input {
    height: 60px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 60px !important;
  }
}

@media (min-width: 469px) and (max-width: 768px) {
  .text-left.second-icon {
    left: 16%;
    margin-top: 29%;
  }

  .first-icon i,
  .second-icon i {
    font-size: 30px;
  }

  .first-icon p {
    font-size: 10px;
  }

  .text-center.first-icon {
    left: 70%;
    top: 53%;
  }

  .map-icons img {
    width: 230px;
  }

  .popover-content.second img {
    width: 220px;
  }

  .popover-content.second {
    margin-top: -210px;
  }

  #contact-form-sec h2 {
    font-size: 23px;
  }

  #contact-head {
    font-size: 50px;
  }

  #contact-page .stretch-to-left {
    margin-left: 0vw !important;
  }

  .popover-content i.fas.fa-map-marker-alt {
    font-size: 14px;
  }

  .popover-content i.fas.fa-phone {
    font-size: 14px;
  }

  .popover-content i.fas.fa-envelope {
    font-size: 14px;
  }

  .second-icon .popover-content p {
    font-size: 10px;
  }

  p.hover-hide {
    font-size: 18px !important;
  }

  .circle-icon {
    top: 100% !important;
  }
  #contact-form-sec .contact-form input {
    height: 50px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 60px !important;
  }
}

@media (max-width: 768px) {
  #map-bg-sec {
    background-image: none !important;
  }

  #compromising-sec {
    background-image: none;
  }

  .popover-content.one {
    margin-top: 41px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .text-left.second-icon {
    margin-top: 31%;
  }
  .text-left.second-icon {
    left: 15%;
  }
  .text-center.first-icon {
    left: 70%;
    /* margin-top: -4%; */
  }

  #contact-page .stretch-to-left {
    margin-left: 0vw !important;
  }

  #compromising-sec {
    background-position-y: 110% !important;
    background-size: 50%;
  }

  #map-bg-sec {
    background-size: 24%;
  }

  .popup-image img {
    width: 200px;
  }

  .hopital-head {
    font-size: 11px;
  }

  .popup {
    left: 49%;
    top: -37%;
  }
  #contact-form-sec .contact-form input {
    height: 50px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 50px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .text-left.second-icon {
    margin-top: 31%;
  }
  .text-left.second-icon {
    left: 16%;
  }
  .text-center.first-icon {
    left: 75%;
    margin-top: 4%;
  }

  #contact-page .stretch-to-left {
    margin-left: -3vw !important;
  }

  #compromising-sec {
    background-position-y: 124% !important;
    background-size: 50%;
  }

  .popup-image img {
    width: 330px;
  }

  .hopital-head {
    font-size: 16px;
  }

  .popup {
    left: 49%;
  }
  #contact-form-sec .contact-form input {
    height: 50px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 60px !important;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .text-left.second-icon {
    margin-top: 35%;
  }
  .text-left.second-icon {
    left: 13%;
  }
  .text-center.first-icon {
    left: 73%;
    /* margin-top: 4%; */
  }

  #contact-page .stretch-to-left {
    margin-left: -2vw !important;
  }

  #compromising-sec {
    background-size: 50%;
  }

  .popup-image img {
    width: 330px;
  }

  .hopital-head {
    font-size: 16px;
  }

  .popup {
    left: 49%;
  }
  #contact-form-sec .contact-form input {
    height: 50px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 80px !important;
  }
}

@media (min-width: 1441px) and (max-width: 1800px) {
  #contact-page .stretch-to-left {
    margin-left: -5vw !important;
  }

  .popup-image img {
    width: 330px;
  }

  .hopital-head {
    font-size: 16px;
  }

  .popup {
    left: 49%;
  }
  #contact-form-sec .contact-form input {
    height: 60px;
  }
  #contact-form-sec .contact-form #Comment {
    height: 100px !important;
  }

}
@media (min-width: 1801px) {
  .popup-image img {
    width: 320px;
  }
    .popup{
    left: 40%;
  }
}
@media (min-width: 468px) {
  
  .address-for-web {
    display: none;
  }

  #form-img-mob {
    display: none;
  }
}
@media(min-width:469px){
  .map-bg-img-mob img {
    display: none !important;
  }

}
@media (width: 2560px) {
  #compromising-sec {
    background-position-y: -69% !important;
    background-size: 50%;
  }
}

#slide-line-left h4.tp-ttls.lns-c::before {
  content: "";
  width: 75%;
  height: 2px;
  background: #b28332;
  position: absolute;
  animation: scrollFromLeft 10s linear forwards;
  z-index: 1;
}

@keyframes scrollFromLeft {
  0% {
    left: -75%;
  }

  50% {
    left: 0%;
    width: 75%;
  }

  100% {
    left: -10%;
    width: 75%;
  }
}

.aerow-svg {
  text-align: right;
  margin-top: 20px;
}

.see-what {
  text-align: right;
}

@media (max-width: 767px) {
  #careers-form-img .ps-md-10.py-md-0 {
    margin-top: 33px;
  }
}

@media (min-width: 1441px) and (max-width: 1550px) {
  .text-center.first-icon {
    left: 72%;
  }
  .text-left.second-icon {
    margin-top: 34%;
  }
  .text-left.second-icon {
    left: 15%;
  }
}
@media (min-width: 1551px) and (max-width: 1800px) {
  .text-center.first-icon {
    left: 75%;
  }
  .text-left.second-icon {
    margin-top: 38%;
  }
  .text-left.second-icon {
    left: 13%;
  }
}

@media (min-width: 1801px) and (max-width: 2600px) {
  .text-center.first-icon {
    left: 85%;
  }
}
