.bannerWrp {
  height: 89vh;
  position: relative;
  overflow: hidden;
}
.bannerWrp img,
.bannerWrp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bannerTxtWrp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.bannerTxtCol {
  color: #fff;
}
.bannerTxtCol h1.title {
  color: #fff;
  margin-bottom: 1vw;
}

.bannerTxtCol h1.title i {
  color: #fee056;
  font-style: normal;
}

.bannerTxtCol > *:last-child {
  margin-bottom: 0;
}

.overviewPic {
  border-radius: 15px;
}

@media (max-width: 768.99px) {
  .bannerWrp {
    height: auto;
  }
  .bannerTxtWrp {
    position: relative;
    background: var(--darkBlue);
    top: auto;
    bottom: auto;
    transform: translateY(0);
    padding: 20px 0;
  }
}

/*  */
.ftIcon {
  aspect-ratio: 1/1;
}
.ftIcon img {
  width: 50%;
}

/* SERVICE SECTION */
.serviceCard {
  border: 1px solid#ddd;
  border-radius: 16px;

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.serviceCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 102, 204, 0.15);
  border-color: var(--skyBlue);
}

.serviceCard h3 {
  color: var(--black);
  font-family: var(--fontPlayfair);
}
@media (max-width: 1200.99px) {
  .serviceCardRow {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .serviceCard {
    padding: 20px;
  }
  .serviceCard > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .serviceCard img {
    width: 50px;
  }
  .serviceCard h3 {
    font-size: 22px;
  }
  .serviceCard ul > *:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200.99px) {
  .serviceCardRow {
    --bs-gutter-x: 3vw;
    --bs-gutter-y: 3vw;
  }
  .serviceCard {
    padding: 2vw;
  }
  .serviceCard > *:not(:last-child) {
    margin-bottom: 1vw;
  }
  .serviceCard img {
    width: 5vw;
  }
  .serviceCard h3 {
    font-size: 2vw;
  }
  .serviceCard ul {
    font-size: 0.9vw;
  }
  .serviceCard ul > *:not(:last-child) {
    margin-bottom: 0.5vw;
  }
}

/* Docuemnt */
.documentSec {
  position: relative;
}

.documentImgWrp {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.documentImgWrp img {
  width: 100%;
  height: 100%;
}

.documentContentWrp > *:not(:last-child) {
  margin-bottom: 20px;
}
.documentContentWrp ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}
.documentContentWrp ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23198754' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
  background-size: 100% 100%;
}

@media (max-width: 768.99px) {
  .documentImgWrp img {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

@media (min-width: 768.99px) {
  .documentSec {
    width: 100%;
    height: 100vh;
    padding: 10px;
  }
  .documentImgWrp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primaryGradient);
    opacity: 0.5;
  }
  .documentImgWrp {
    border-radius: 15px;
  }
  .documentContentWrp {
    position: absolute;
    top: 50%;
    left: 5%;
    background: var(--white);
    transform: translateY(-50%);
    width: 50%;
    padding: 30px;
    border-radius: 15px;
  }
}
@media (min-width: 991.99px) {
  .documentContentWrp {
    width: 35%;
  }
}
@media (min-width: 1200.99px) {
  .documentSec {
    padding: 1vw;
  }
  .documentImgWrp {
    border-radius: 1vw;
  }
  .documentContentWrp {
    padding: 3vw;
    border-radius: 2vw;
  }
  .documentContentWrp > .container > *:not(:last-child) {
    margin-bottom: 1.5vw;
  }
  .documentContentWrp ul li {
    margin-bottom: 1vw;
    padding-left: 1.5vw;
    font-size: 1.1vw;
  }
  .documentContentWrp ul li::before {
    width: 1vw;
    top: 0.3vw;
  }
}

/* HOW IT WORKS */
.workCard {
  text-align: center;
}
.workCard > *:not(:last-child) {
  margin-bottom: 15px;
}
.workCard span {
  background: var(--primaryGradient);
  border-radius: 100%;
  width: 40px;
  aspect-ratio: 1/1;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}
.workCard h4 {
  font-family: var(--fontPlayfair);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 575.99px) {
  .workCard h4 {
    font-size: 18px;
  }
}

@media (min-width: 991.99px) {
  .workRow {
    --bs-gutter-x: 10vw;
    margin-top: 3vw;
  }
  .workCard {
    position: relative;
  }
  .workCard:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6vw;
    width: 3vw;
    aspect-ratio: 1/1;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%230066cc' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8' clip-rule='evenodd'/></svg>");
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

  .workRow .col:last-child .workCard:after {
    display: none;
  }
  .workCard span {
    width: 4vw;
    font-size: 2vw;
  }
  .workCard h4 {
    font-size: 1.5vw;
  }
}

/* About us */
#aboutUs {
  position: relative;
  z-index: 1;
}
.aboutBg {
  background: #fbfeff;
}
.counterWrp .col {
  position: relative;
  text-align: center;
}
.counterWrp .col:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--black);
}
.counterWrp .col:last-child:after {
  display: none;
}
.countBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skyBlue);
  line-height: 1;
}
.countBox h5 {
  margin: 0;
  line-height: 1;
}
.countBox,
.countBox h5 {
  font-size: 30px;
  font-weight: 700;
}
.quoteTxt {
  border-left: 2px solid var(--skyBlue);
  padding-left: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 991.99px) {
  .counterSec {
    margin-bottom: 3vw;
  }
  .aboutBg {
    padding: 5.208vw 0;
    border-radius: 1vw;
  }
  .counterWrp {
    margin-top: 2vw !important;
  }
  .counterWrp .col:after {
    height: 4vw;
  }
  .countBox {
    margin-bottom: 1vw;
  }
  .countBox,
  .countBox h5 {
    font-size: 2.604vw;
  }
  .counterWrp .counterTxt {
    font-size: 1.042vw;
  }

  .quoteTxt {
    font-size: 1.5vw;
    padding-left: 2vw;
    border-width: 0.3vw;
  }
}
@media (max-width: 768.99px) {
  .counterWrp .col:nth-child(2):after {
    display: none;
  }
}

.prBox {
  font-family: var(--gtFont);
  color: var(--black);
  font-size: 15px;
}
.prBox span {
  color: var(--lightBlack);
  font-size: 12px;
  font-family: var(--gambettaFont);
  font-style: italic;
}
.prBox img {
  height: 185px;
  margin-bottom: 15px;
  object-fit: cover;
}
@media (min-width: 991.99px) {
  .prBox {
    font-size: 1.563vw;
  }
  .prBox span {
    font-size: 1.042vw;
  }
  .prBox img {
    margin-bottom: 1.563vw;
    height: 19.271vw;
  }
}
@media (max-width: 575.99px) {
  .prSwiper {
    overflow: visible;
  }
}

/*  */
#getInTouch {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f4ff 100%);
}

.contactInfoCard {
  padding: 25px;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  height: 100%;
}
.contactInfoIcon {
  background: var(--primaryGradient);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.contactInfoIcon svg {
  width: 60%;
  height: 60%;
  fill: var(--white);
}

.contactInfoCard h6 {
  font-family: var(--fontPlayfair);
  color: var(--black);
  font-weight: 700;
}
@media (width < 1200px) {
  #getInTouch {
    padding: 50px 0;
  }
  .contactInfoIcon {
    width: 50px;
    border-radius: 5px;
  }
}
@media (width > 1200px) {
  #getInTouch {
    padding: 5vw 0;
  }
  .contactInfoIcon {
    width: 4.5vw;
    border-radius: 0.5vw;
  }
  .contactInfoCard h6 {
    font-size: 1.2vw;
  }
}

.formWrp {
  padding: 35px;
}
.formWrp h4 {
  margin-bottom: 30px;
  color: var(--black);
}
