@font-face {
  font-family: PlusJakartaSans;
  src: url(../fonts/PlusJakartaSans.ttf);
}

@font-face {
  font-family: PowerGrotesk;
  src: url(../fonts/PowerGrotesk.ttf);
}

/* common css format */

html {
  overflow-x: hidden !important;
}

body {
  overflow: hidden !important;

  font-family: PlusJakartaSans;

  font-family: OptimaFont;
  padding: 0;
  margin: 0;

  --red-color: #ed3237;
  --black-color: #292929;
  --blue-color: #38ace2;
  --white-color: #ffff;
}

.redText {
  color: #ed3237;
}

.blueText {
  color: #38ace2;
}

.blackText {
  color: #292929;
}

ul,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.text-balance {
  text-wrap: balance;
}

a {
  text-decoration: none !important;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.borderBox {
  border: 2px solid var(--primary-color);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield; /* Standard property for future compatibility */
}

.desktopContent {
  display: block;
}

.mobileContent {
  display: none;
}

/* Home section */

.desktopBanner {
  display: block;
}

.mobileBanner {
  display: none;
}

.sectionHome .col-lg-6 {
  padding: 0;
}

.desktopBannerContentSection {
  position: relative;
  display: block;
}

.bannerContentBG {
  position: absolute;
  top: -19px;
  right: -45px;
}

.homeBanner img {
  width: 100%;
  height: 44.7vw;
}

.bannerContentBG img {
  width: 52.5vw;
  height: 46vw;
}

.logoImg {
  width: 12vw;
  height: auto;
}

.bannerContent {
  position: absolute;
  top: 0;
  padding: 20px 30px;
  width: 100%;
}

.contactBtn,
.submitBtn {
  display: inline-block;
  border-radius: 30px;
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 10px 20px;
  font-weight: 500;
  border: none;
}

.subHeaderBar {
  color: var(--white-color);
  font-weight: 500;
}

.subHeaderSvg {
  width: 30vw;
  height: 4.5vw;
}

.svg_text {
  font-family: PowerGrotesk;
  font-size: 23px;
}

.featureContent {
  display: flex;
  align-items: center;
  margin-top: 1.3vw;
}

.featureContent img {
  width: 3.1vw;
  height: auto;
}

.featureContent p {
  text-transform: uppercase;
}

.sectionTitle {
  font-family: PowerGrotesk;
  font-size: 2.8vw;
}

#homeSection .sectionTitle {
  margin-top: 30px !important;
}

.dotLineWrap {
  position: absolute;
  bottom: 16.3%;
  left: 29px;
}

.dotLineWrap img {
  width: auto;
  height: 19vw;
}

.featureContentWrap {
  padding-left: 30px;
}

.googleStarImg {
  width: 11vw;
  height: auto;
}

.mobileBannerContentSection {
  display: none;

  background: url(../images/homeBanner2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  /* margin: 0 10px; */
}

/* form section */

.formBG {
  /* background: var(--white-color);
  border-radius: 30px;
  padding: 30px; */
  border-radius: 24px;
  border: 1px solid rgba(242, 107, 53, 0.3);
  background: #fff7f7;
  /* margin: 20px auto; */
  padding: 15px;
}

.sectionForm {
  margin-top: -6vw;
  position: relative;
  z-index: 50;
  left: 10px;
}

.callbackWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.formBoxWrap {
  background: var(--white-color);
  border-radius: 45px;
  /* padding: 25px; */
  width: 69%;
  margin: 0 auto;
}

.formBox {
  margin-top: 5px;
}

.formBoxWrap h3 {
  font-family: PowerGrotesk;
}

.formBoxWrap p {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
}

.inputField {
  padding: 10px;
  font-size: 18px;
  color: var(--black-color);
  background: rgba(255, 232, 232, 1);
  border: none;
  border-radius: 10px;
  width: 100%;
}

.formBoxWrap .error {
  padding: 10px 0 0 10px !important;
  color: #ed3237;
  display: none;
}

/* workplace section */

.subheadBarWrap {
  background: linear-gradient(90deg, #f26b35 0%, #ed3237 100%);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0 20px 0 20px;
  text-transform: capitalize;
  font-family: PowerGrotesk;
}

/* #workplaceSection .sectionTitle {
  font-size: 3.5vw;
} */

#workplaceSection .col-lg-6 {
  padding: 0 !important;
}

.serviceInfoWrap {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 163px;
}

.leftBorderLine {
  position: absolute;
  left: 0;
  top: 0;
}

.serviceHead {
  font-size: 19px;
}

.serviceContent {
  font-size: 14px;
}

.workIcon {
  width: 60px;
  height: auto;
}

.workplaceContentWrap {
  width: 90% !important;
}

.workplaceContentInfo {
  display: flex;
  justify-content: end;
  align-items: center;
}

.servicImgWrap img {
  width: 80%;
  height: auto;
}

.priceBtn {
  display: inline-block;
  border-radius: 200px;
  background: linear-gradient(142deg, #38ace2 27.78%, #3b4694 108.23%);
  padding: 10px 18px;
  color: #fff;
  font-weight: 500;
}

/* client section */

.clientImageSliderWrap {
  /* margin-top: 40px; */
  background: linear-gradient(90deg, #ed3237 0%, #f26b35 100%);
  padding: 30px 0;
  position: relative;
}

.upperShadow {
  position: absolute;
  top: -0.99vw;
  right: -5px;
}

.lowerShadow {
  position: absolute;
  bottom: -1.198vw;
  left: -5px;
}

.clientImageSliderWrap .slide img {
  width: 90px;
  height: auto;
  animation: scroll 35s linear infinite;
}

.clientImageSliderWrap .slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 5em;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-3000%);
  }
}

/* amenity section */

.ameBox {
  border-radius: 24px;
  border: 1px solid rgba(242, 107, 54, 0.3);
  background: linear-gradient(294deg, #fee -3.06%, #fff 94.51%);
  box-shadow: 0 25px 20px -20px rgba(255, 135, 135, 0.3);
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
}

.ameTitle {
  font-size: 16px;
  text-align: center;
  color: var(--red-color);
  margin-top: 10px !important;
  text-transform: capitalize;
}

.ameIcon {
  width: 60px !important;
  height: auto;
}

.starImg {
  position: absolute;
}

.star1 {
  top: 35px;
  left: 15px;
  width: 25px !important;
  height: auto;
}

.star2 {
  top: 13px;
  right: 20px;
  width: 15px !important;
  height: auto;
}

.star3 {
  bottom: 15px;
  right: 40px;
  width: 10px !important;
  height: auto;
}

.amenityBoxWrap.slightBottom .ameBox {
  margin-top: 30px;
}

/* .amenityCarouselWrap .owl-nav {
  position: absolute;
} */

.owl-prev:hover,
.owl-next:hover {
  background: transparent !important;
}

.amenityCarouselWrap .owl-prev {
  position: absolute;
  top: 35%;
  left: -59px;
}

.amenityCarouselWrap .owl-next {
  position: absolute;
  top: 35%;
  right: -59px;
}

.owl-prev img {
  width: 50px !important;
  height: 50px !important;
}

#clientSection .col-12 {
  padding: 0 !important;
}

/* location section */

#locationSection {
  position: relative;
}

#locationSection .locationImg {
  padding: 0 !important;
}

#locationSection .locationBorder {
  padding-right: 0 !important;
}

.locationContent {
  padding: 30px;
  border-top: 2px solid var(--red-color);
  border-left: 2px solid var(--red-color);
  border-bottom: 2px solid var(--red-color);
  height: 100%;
  border-radius: 23px 0 0 23px;

  position: relative;
}

.locationFeatureBox img {
  width: 55px;
  height: auto;
}

.locationFeatureBox {
  display: flex;
  justify-content: start;
  align-items: center;
}

.locaitonGirlImgWrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.locaitonGirlImgWrap img {
  width: 34vw;
}

/* cta section */

.sectionCTA {
  width: 95%;
  margin: 0 auto;
}

.ctaImgWrap {
  position: relative;
}

.ctaContentWrap {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: max-content;
}

#ctaSection .subheadBarWrap {
  background: #fff;
  color: var(--red-color);
}

#ctaSection .sectionTitle {
  color: var(--black-color);
  font-size: 3vw;
}

.mobileCtaContent {
  display: none;
}

.ctaMobImgWrap {
  position: relative;
}

.ctaMobImgWrap img {
  width: 100%;
  height: 120dvh;
}

/* faq section */

.faqanswrap {
  width: 80%;
  margin: 0 auto;
}

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 45px 25px 40px;
}

.accordion-body {
  padding: 0 20px 30px 40px !important;
  color: var(--black-color) !important;
}

.faqhead {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-color);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  /* margin: 20px 0;
  border-radius: 10px;
  border-bottom: 2px solid #e0e0e0 !important;
  border-right: 2px solid #e0e0e0 !important;
  border-left: 2px solid #e0e0e0 !important;
  border-top: none !important;
  background-color: transparent !important; */

  margin-bottom: 20px;
  border-radius: 5px;
  border-left: 6.681px solid #f26b36;
  background: linear-gradient(260deg, #fff -37.44%, #fff 60.89%);
  box-shadow: 0 5.568px 16.704px 0 rgba(74, 58, 255, 0.06);
  border-left: 4px solid var(--red-color) !important;
}

.accordion-header,
.accordion-button {
  /* background-color: var(--white-color) !important; */
  /* border: 1px solid #c3e4e8; */
  border-radius: 10px;
}

.accordion-body {
  /* background: var(--white-color); */
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.accordion-header {
  /* border-top: 2px solid #e0e0e0; */
  overflow: hidden;
}

.accordion-button::after {
  /* background: url("../images/icon/plus2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center;
  width: 45px !important;
  height: 45px !important; */
}

.accordion-button:not(.collapsed)::after {
  /* background: url("../images/icon/minus2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center; */
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  /* transform: rotate(360deg) !important; */
  transition: all 0.2s ease-in-out;
}

.accordion-button::after {
  width: 28px !important;
  height: 28px !important;
}

/* swiper */

.swiper {
  position: relative;
  width: 800px;
  margin-inline: auto;
}

.swiper::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: var(--body-color);
  border-radius: 100%;
  z-index: 100;
}

.swiper::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: var(--body-color);
  border-radius: 100%;
  z-index: 60;
}

/* mobile CTA Section */

.mobileCTASection {
  background: linear-gradient(90deg, #cd2026 0%, #f26522 100%);
  padding: 10px;
  display: none;
}

.borderRight {
  border-right: 2px solid #fff;
}

.footCtaBtn {
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}

/* desktop CTA Section */

main {
  /* position: relative; */
}

.enquireBtn {
  background: linear-gradient(90deg, #cd2026 0%, #f26522 100%);
  padding: 10px 20px;
  color: var(--white-color);
  font-size: 20px;
  display: inline-block;
  rotate: -90deg;
  position: fixed;
  top: 50%;
  right: -53px;
  z-index: 1000;
  border-radius: 10px 10px 0 0;
}

/* popup modal */

.popupFormModal .formBoxWrap {
  width: 100%;
  padding: 0 !important ;
}

.modal-content {
  background: transparent !important;
  border: none !important;
}

.modal-header {
  border-bottom: none !important;
  background: transparent !important;
}

.modal-body {
  padding: 0 10px 10px 10px !important;
  position: relative;
}

.modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}

/* multistep form wrapper */

#bannerStepForm1 {
  display: block;
}

#bannerStepForm2 {
  display: none;
}

#modalFormStep1 {
  /* display: none; */
}

#modalFormStep2 {
  display: none;
}

/* ====== Start address section ======= */

.address_card {
  border-radius: 40px 40px 0 0;
  /* border-top: 3px solid #f26b36;
  border-left: 3px solid #f26b36;
  border-right: 3px solid #f26b36; */
  border: 3px solid #f26b36;
  /* padding: 2rem 0 0; */
  overflow: hidden;
}

.mapImg {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.locPointerWrap {
  position: absolute;
  top: 40%;
  left: 44.5%;
  z-index: 50;
}

.locationPointerGif {
  width: 46px;
  height: auto;
}

.locationContentWrap {
  height: 100%;
}

.bottomLogoWrap {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.bottomLogoWrap .locationLogo {
  width: 90%;
  height: auto;
}

/* ======END address section ======= */

/* media query */

@media only screen and (max-width: 1400px) {
  .dotLineWrap img {
    height: 25vw;
  }

  .locaitonGirlImgWrap img {
    width: 25vw;
  }
}

@media only screen and (max-width: 1200px) {
  .locaitonGirlImgWrap img {
    display: none;
  }

  .dotLineWrap {
    position: absolute;
    bottom: 17.9%;
    left: 35px;
  }

  .homeBanner img {
    width: 100%;
    height: 49vw;
  }

  .bannerContentBG img {
    width: 52.5vw;
    height: 50vw;
  }

  .dotLineWrap img {
    height: 19vw !important;
  }
}

@media only screen and (max-width: 992px) {
  .bannerContentBG .img-fluid {
    width: 100%;
    height: 700px;

    display: none;
  }

  .dotLineWrap {
    display: none;
  }

  .bannerContent {
    background: url(../images/homeBanner2.png);
  }

  .homeBanner img {
    width: 100%;
    height: auto;
  }

  .bannerContentBG {
    position: absolute;
    top: 0px;
    right: -45px;
  }

  .desktopBannerContentSection {
    /* display: none; */
  }

  .mobileBannerContentSection {
    position: relative;
    display: block;
  }

  .bannerContent {
    position: relative;
    padding: 30px 20px;
  }

  .logoImg {
    width: 200px;
    height: auto;
  }

  #homeSection .sectionTitle {
    margin-top: 20px !important;
    font-size: 5vw;
    line-height: 6vw;
  }

  .sectionTitle {
    font-size: 33px;
  }

  .subHeaderSvg {
    width: 48vw;
    height: 9vw;
  }

  .featureContent img {
    width: 50px;
    height: auto;
  }

  .featureContent {
    margin-top: 15px;
  }

  .featureContentWrap {
    padding-left: 0px;
  }

  /* form sectiom */

  .sectionForm {
    margin: 20px;
  }

  .formBoxWrap {
    width: 100%;
  }

  .inputField {
    margin-top: 20px;
  }

  .workplaceContentWrap {
    width: 100% !important;
  }

  #workplaceSection .col-lg-6 {
    padding: 0 10px !important;
  }

  #workplaceSection .sectionTitle {
    font-size: 35px;
  }

  .locaitonGirlImgWrap img {
    display: block;
    width: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadtop {
    padding-top: 40px;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  .callbackWrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }

  .serviceInfoWrap {
    padding-right: 15px;
  }

  .googleStarImg {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
  }

  .configContentBox {
    padding-right: 0px;
  }

  .subHeaderSvg {
    width: 310px;
    height: 65px;
  }

  .amenityCarouselWrap .owl-prev,
  .amenityCarouselWrap .owl-next {
    position: relative;
    top: 0;
    bottom: 0;
  }

  #amenitySection .sectionTitle {
    font-size: 24px;
  }

  .amenityBoxWrap.slightBottom .ameBox {
    margin-top: 0px;
  }

  .locationContent {
    padding: 20px;
    margin-top: 20px;
  }

  .locaitonGirlImgWrap {
    display: none;
  }

  .locationFeatureBox img {
    width: 45px;
    height: auto;
  }

  .desktopCtaContent {
    display: none;
  }

  .mobileCtaContent {
    display: block;
  }

  .ctaContentWrap {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 90%;
  }

  #ctaSection .sectionTitle {
    color: var(--black-color);
    font-size: 30px;
    text-align: center;
  }

  .locationContent {
    border: 2px solid var(--red-color);
    border-radius: 20px;
    margin: 10px;
  }

  .locationBorder {
    padding-left: 0px !important;
  }

  .formBoxWrap {
    padding: 0px;
  }

  .amenityCarouselWrap .owl-prev,
  .amenityCarouselWrap .owl-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }

  .owl-prev img,
  .owl-next img {
    width: 50px !important;
    height: 50px !important;
  }

  .faqanswrap {
    width: 99%;
  }

  button.accordion-button {
    padding: 20px;
  }

  .accordion-body {
    padding: 0 20px 20px 20px !important;
  }

  .faqhead {
    font-size: 17px;
  }

  .upperShadow {
    position: absolute;
    top: -10px;
    right: -5px;
  }

  .lowerShadow {
    position: absolute;
    bottom: -13px;
    left: -5px;
  }

  .mobileCTASection {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid #fff;
  }

  .homeBannerNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: var(--white-color);
    padding: 10px;
  }

  .homeBanner {
    margin-top: 50px;
  }

  footer {
    margin-bottom: 40px;
  }

  .logoImg {
    width: 170px;
    height: auto;
  }

  .inputField {
    margin-top: 10px;
  }

  .formBG {
    padding: 20px 15px;
  }

  .formBox {
    margin-top: 5px;
  }

  .enqBtnWrap {
    display: none;
  }

  .testimonial-card {
    height: auto;
  }

  .locationPointerGif {
    width: 29px;
    height: auto;
  }

  .locationContentWrap {
    height: 380px !important;
    /* padding-bottom: 10px; */
  }

  .locationContentWrap p {
    font-size: 14px;
  }

  .sectionForm {
    left: 0;
  }

  .desktopBanner {
    display: none !important;
  }

  .mobileBanner {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
}
