.pulsing-circle {
  margin-inline: auto;
  margin-top: 2rem;
}

.bannerSearchWrapper {
  /* background-color: red; */
  position: absolute;
  z-index: 100000 !important;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.bannerSearchWrapper .mapSearchForm {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 60rem;
  padding: 0 1rem;
  border: 2px solid #dedede;
  height: 6.5rem;
}
.bannerSearchWrapper .mapSearchForm .button {
  /* height: unset !important; */
  top: 3.5rem;
  right: 0.9rem;
  border: none;
  padding: 0 1.2rem;
  border-radius: 10px;
  background-color: #EB0029;
  height: 5.6rem !important;
}

.to-map-navigation {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #26387B;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0.5rem;
  height: 3rem;
  padding: 0 1rem;
  color: #fff !important;
  text-decoration: none;
  font-family: "Satoshi-Bold";
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.to-map-navigation span .propertiesSaleIcon {
  height: 0.8rem;
  width: 0.8rem;
}

.to-map-navigation:hover {
  background-color: #101a3f;
}

.displayTextForm {
  font-family: "Satoshi-Bold";
  color: #333;
}

.inputWrapperContainer {
  position: relative;
}
.inputWrapperContainer .inputIconWrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  z-index: 4;
}

.form-control, .select2-search input[type=text] {
  height: 2.5rem;
  width: 5rem;
  padding: 8px 12px;
  font-family: "Satoshi-Medium";
  font-size: 15px;
  line-height: 1.467;
  color: #333;
  border: 1.2px solid #bdc3c7;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.form-control, .select2-search input[type=text]:focus {
  border: 1.2px solid #333;
}

.form-control, .select2-search input[type=text] {
  height: 2.5rem;
  width: 5rem;
  padding: 8px 12px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  color: #34495e;
  border: 1.2px solid #bdc3c7;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.placeHolder {
  position: absolute;
  right: 0rem;
  height: 100%;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "Satoshi-Bold";
  background-color: #A2A2A2;
}

.priceContain {
  position: relative;
}

.pulsing-circle {
  position: relative;
  z-index: 10 !important;
}

.bannerSearchWrapper {
  /* background-color: red; */
  position: absolute;
  z-index: unset !important;
  z-index: 1000 !important;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

/* For tablets and smaller devices */
@media (max-width: 768px) {
  .whyChooseUsMainWrapper {
    background-color: white;
    padding-top: 4rem;
  }
  .main-wrapper {
    position: relative;
    height: 105dvh !important;
  }
  .main-wrapper .banner-img {
    height: 60dvh !important;
  }
  .main-wrapper .pulsing-circle {
    scale: 0.8;
  }
  .main-wrapper .banner-image {
    /* background-color: red; */
    height: unset;
    opacity: 1 !important;
    height: calc(100% - 35vh) !important;
  }
  .main-wrapper .bannerSearchWrapper {
    /* background-color: red; */
    position: absolute;
    z-index: unset !important;
    z-index: 10 !important;
    bottom: 20%;
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-container h1.main-heading.uk-scrollspy-inview {
    position: relative;
    z-index: 10;
    max-width: 75%;
  }
  .banner-container {
    margin-top: -4rem !important;
  }
  .main-container .banner-container {
    /* background-color: black; */
  }
  .main-container .banner-container .social-proof-wrapper {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
    margin: 0 !important;
    margin-inline: auto !important;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
    padding-bottom: 1rem !important;
  }
  .main-container .banner-container .social-proof-wrapper .houses-avatar {
    display: flex;
  }
  .main-container .banner-container .social-proof-wrapper .houses-avatar div {
    height: 2rem;
    width: 2rem;
    border: 1.2px solid white;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-left: -1rem;
  }
  .main-container .banner-container .social-proof-wrapper .houses-avatar div img {
    border-radius: 50%;
    border: 1.2px solid white;
  }
  .main-container .banner-container .social-proof-wrapper .number-container {
    position: relative;
    height: 2.5rem;
    scale: 1.15;
    width: 4rem;
  }
  .main-container .banner-container .social-proof-wrapper .number-container img {
    height: 100%;
    width: 100%;
  }
  .main-container .banner-container .social-proof-wrapper .number-container .countNumber {
    position: absolute;
    top: 50%;
    padding: 0;
    left: 50%;
    margin: 0;
    font-size: 0.65rem;
    transform: translate(-50%, -50%);
  }
  .main-container .banner-container .social-proof-wrapper .main {
    font-family: "Satoshi-Bold";
    color: #333;
    font-size: 0.9rem !important;
  }
  .banner-container .wrapper .description {
    width: unset !important;
    width: 85% !important;
    margin-inline: auto !important;
  }
  .mobile-search {
    max-width: 400px;
    z-index: 10000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
  }
  .mobile-search .mobileWrapper {
    display: flex;
    flex-direction: column;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form {
    display: flex;
    flex-direction: column !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer {
    display: flex;
    gap: 1rem !important;
    flex-direction: column !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .topWrapper {
    width: 350px;
    margin-bottom: 0.5rem !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .topWrapper > div {
    display: flex;
    flex-direction: column !important;
    height: 4rem !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .topWrapper > div select, .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .topWrapper > div input {
    min-height: 2.5rem !important;
    height: 2.5rem !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .priceRangeWrapper {
    max-width: 350px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper .formContainer .priceRangeWrapper > div {
    width: 48%;
  }
  .mobile-search .mobileWrapper .propertySearchBtn {
    height: 2.5rem;
    background-color: #26387b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.2rem;
    position: relative;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Satoshi-Bold";
    text-transform: capitalize;
    transform: translateX(-50%);
  }
  .mobile-search .mobileWrapper .MainSearchWrapper {
    display: flex;
    padding: 0.5rem;
    border-radius: 6px;
    background-color: #fff;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form {
    display: flex;
    gap: 1rem;
    width: 100% !important;
    margin: 0 !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form > div {
    display: flex;
    flex-direction: column;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form > div span {
    font-size: 0.75rem;
    font-family: "Satoshi-Bold";
    color: #333;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form > div input, .mobile-search .mobileWrapper .MainSearchWrapper form > div select {
    min-width: 5rem !important;
    font-family: "Satoshi-Medium";
    font-size: 0.75rem;
    outline: none;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper {
    display: flex;
    flex-direction: column;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper > div {
    min-width: 7rem !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper > div input {
    width: 100%;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper > div input:focus {
    border: 1.2px solid #26387B !important;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper > div ::-moz-placeholder {
    font-size: 0.7rem;
  }
  .mobile-search .mobileWrapper .MainSearchWrapper form .priceRangeWrapper > div ::placeholder {
    font-size: 0.7rem;
  }
  .mobile-search .mobileWrapper .button {
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: unset !important;
    max-width: 100% !important;
    height: 2.5rem !important;
    border: none;
  }
  .mobile-search .mobileWrapper .button .searchIconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
}
.whyChooeBtnsWrapper {
  /* background-color: red; */
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  flex-direction: row-reverse !important;
  align-items: center;
}

@media (min-width: 300px) and (max-width: 996px) {
  .mainHeadingWhatWeoOffer {
    margin-inline: auto;
  }
  .mainContainer {
    padding-top: 1.5rem;
    margin-top: -0.5rem !important;
    background-color: #fff !important;
    width: 100%;
  }
  .mainContainer .calculatorWrapper {
    width: 90%;
    margin-inline: auto;
  }
  .mobileSearchBtnWrapper .button {
    background: #EB0029;
    color: white;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 2.6rem;
  }
  .mobileSearchBtnWrapper .button .searchIconWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileSearchBtnWrapper .button .mainIcon path {
    fill: #fff;
  }
  .mobileSearchBtnWrapper .button .searchIconWrapper {
    height: unset !important;
    width: unset !important;
    -o-object-fit: unset !important;
       object-fit: unset !important;
  }
  .mobileSearchBtnWrapper .mobilePropertiesBtn {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    height: 2.6rem;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: #26387B;
    color: #fff;
    font-family: "Satoshi-Bold";
    border-radius: 4px;
  }
  .mobileSearchBtnWrapper .mobilePropertiesBtn .iconMainWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .whyChooseUsMainWrapper {
    height: 100%;
    background: #fff !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
    height: 100%;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: relative;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer {
    height: -moz-fit-content;
    height: fit-content;
    z-index: 2;
    width: 100%;
    position: relative;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped {
    width: 100%;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .mainHeading {
    line-height: 1.3;
    font-size: 2.2rem;
    text-align: center;
    text-transform: capitalize;
    color: #26387b;
    font-family: "Satoshi-Bold";
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .descriptionText {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    width: 80%;
    color: #333;
    margin-inline: auto;
    text-align: center;
    opacity: 0.8;
    font-family: "Satoshi-Medium";
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .ctaBtnsWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-inline: auto;
    width: 100%;
    margin-top: 2rem;
    align-items: center;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .ctaBtnsWrapper a {
    text-wrap: nowrap;
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .contactRelationshipManagerBtn {
    display: flex;
    height: 2.5rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    background-color: rgba(38, 56, 123, 0.1843137255);
    border: none;
    border: 1px solid #26387B;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
    color: #26387B;
    text-transform: capitalize;
    text-decoration: none !important;
    text-wrap: nowrap;
    font-size: 0.75rem !important;
    gap: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .contactRelationshipManagerBtn:hover {
    background-color: #26387B;
    color: #fff;
    scale: 1.02;
    border-radius: 10rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .contactRelationshipManagerBtn .iconContainer {
    display: flex;
    display: none;
    height: 1rem;
    width: 1rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .loginToApplyBtn {
    display: flex;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    border: none;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
    text-wrap: nowrap;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 0.75rem !important;
    background-image: linear-gradient(251deg, #26387B 0%, #EB0029 50%, #26387B 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.5s ease;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .contentContainer .contentWrapped .loginToApplyBtn:hover {
    background-position: 0 0;
    border-radius: 10rem;
    scale: 1.02;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer {
    height: 100%;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer a {
    text-decoration: none !important;
    color: inherit !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer a:hover {
    background: none !important;
    background-color: transparent !important;
    color: inherit !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider {
    width: 100%;
    height: 7.5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 3rem;
    position: relative;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider:hover .logoSlider-track {
    animation-play-state: paused;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    animation: marquee 40s linear infinite;
    white-space: nowrap;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img {
    height: 5rem;
    width: 10rem;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(1) opacity(0.7);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:hover {
    filter: grayscale(0) opacity(1);
    scale: 1.1;
    z-index: 3;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(1), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(4), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(7) {
    scale: 0.75;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-33.333%);
    }
  }
}
@media screen and (min-width: 300px) and (max-width: 996px) and (max-width: 768px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider {
    height: 5rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::before {
    width: 6rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::after {
    width: 6rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track {
    gap: 1.5rem;
    animation-duration: 30s;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img {
    height: 4rem;
    width: 8rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(1), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(4), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(7) {
    scale: 0.85;
  }
}
@media screen and (min-width: 300px) and (max-width: 996px) and (max-width: 480px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider {
    height: 4rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::before {
    width: 4rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider::after {
    width: 4rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track {
    gap: 1rem;
    animation-duration: 24s;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img {
    height: 3.5rem;
    width: 7rem;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(1), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(4), .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track img:nth-child(7) {
    scale: 0.95;
  }
}
@media (min-width: 300px) and (max-width: 996px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .imagesWrapper {
    width: 105%;
    height: 25rem;
    border-top-left-radius: 10rem;
    background-color: #fff;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .imagesWrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25rem;
    background: radial-gradient(circle at 50% -20%, #26387B 30%, transparent 70%), radial-gradient(circle at 80% 50%, #EB0029 30%, transparent 70%), radial-gradient(circle at 20% 70%, #26387B 30%, transparent 70%), radial-gradient(circle at 50% 120%, #EB0029 30%, transparent 70%);
    animation: gradientMove 4s ease infinite;
    background-size: 200% 200%;
    border-top-left-radius: 10rem;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  }
}
@media (min-width: 300px) and (max-width: 996px) and (prefers-reduced-motion: reduce) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .imagesWrapper::before {
    animation: none;
    background-position: 0% 50%;
  }
}
@media (min-width: 300px) and (max-width: 996px) {
  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .imagesWrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 98%;
    border-top-left-radius: 10rem;
    height: 25rem;
    background-color: #fff;
  }
}
@media (min-width: 300px) and (max-width: 996px) and (prefers-reduced-motion: reduce) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .logoSlider .logoSlider-track {
    animation: none !important;
    transform: translateX(0) !important;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 300px) and (max-width: 996px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupOne, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupTwo, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupThree, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupFour {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 98%;
    height: 25rem;
    background-color: #fff !important;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
    border-top-left-radius: 10rem;
    border: none;
    outline: none;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupOne:hover, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupTwo:hover, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupThree:hover, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupFour:hover {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupOne:focus, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupTwo:focus, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupThree:focus, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupFour:focus {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupOne.active, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupTwo.active, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupThree.active, .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupFour.active {
    opacity: 1;
    z-index: 2;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupOne.active:hover,
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupTwo.active:hover,
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupThree.active:hover,
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockupFour.active:hover {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-family: "Satoshi-Medium";
    font-size: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 10001;
    pointer-events: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-tooltip.show {
    opacity: 1;
    visibility: visible;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-tooltip.dark-bg {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-tooltip.light-bg {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-overlay {
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    height: calc(100% - 7.5rem - 3rem);
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-overlay.active {
    display: block;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-overlay:hover {
    background: none !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 996px) and (max-width: 768px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-overlay {
    top: 5rem;
    height: calc(100% - 5rem);
  }
}
@media screen and (min-width: 300px) and (max-width: 996px) and (max-width: 480px) {
  .whyChooseUsMainWrapper .chooseContainerMain .sideVisualsContainer .mockup-overlay {
    top: 4rem;
    height: calc(100% - 4rem);
  }
}
@media (min-width: 300px) and (max-width: 996px) {
  .sliderMainWrapper {
    margin-top: 3rem;
    width: 90%;
    margin-inline: auto;
    max-width: 1320px;
    margin-bottom: 2rem;
  }
  .sideVisualsContainer::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 102.9%;
    z-index: 10000;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    height: 15rem;
  }
}
@media (min-width: 996px) {
  .whyChooseUsMainWrapper {
    width: 100%;
    padding-top: 2rem;
    position: relative;
    padding-bottom: 2rem;
    background: #fff !important;
    padding-top: 2rem;
  }
  .whyChooseUsMainWrapper .productsSliderContainer {
    margin-top: 2rem;
    display: flex;
    position: relative;
    height: 24rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 80%;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .whyChooseUsMainWrapper .productsSliderContainer::before, .whyChooseUsMainWrapper .productsSliderContainer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
    z-index: 2;
  }
  .whyChooseUsMainWrapper .productsSliderContainer::before {
    top: 0;
    background: linear-gradient(to top, transparent, #fff);
  }
  .whyChooseUsMainWrapper .productsSliderContainer::after {
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #fff);
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    position: relative;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink {
    display: flex;
    gap: 1rem;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    align-items: center;
    margin-left: 0.8rem;
    width: 95%;
    padding: 0.5rem;
    transition: all 0.5s ease;
    position: relative;
  }
}
@media (min-width: 996px) and (max-height: calc(var(--card-top-position, 0) + 2rem)) {
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink:nth-child(-n+3):not(.active) {
    filter: blur(calc(var(--card-top-position, 0) * 1px));
  }
}
@media (min-width: 996px) and (max-height: calc(var(--card-bottom-position, 0) + 2rem)) {
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink:nth-last-child(-n+3):not(.active) {
    filter: blur(calc(var(--card-bottom-position, 0) * 2px));
  }
}
@media (min-width: 996px) {
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .regular-icon, .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .active-icon {
    height: 100%;
    width: 100%;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active {
    background-color: #26387B;
    border-radius: 1rem;
    scale: 1.03;
    box-shadow: inset 0 0 0 1.2px #ffffff;
    filter: blur(0) !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    z-index: 3;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active .productContainer .productIconWrapper .regular-icon {
    opacity: 0;
    height: 100%;
    width: 100%;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active .productContainer .productIconWrapper .active-icon {
    opacity: 1;
    height: 100%;
    width: 100%;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active .arrowContainer {
    position: absolute;
    bottom: 0.2rem;
    height: 2rem;
    width: 2rem;
    background-color: #ED1C24;
    border-radius: 50%;
    right: 0.2rem;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active .productHeading, .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink.active .productDescription {
    color: #fff !important;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer p {
    margin: 0;
    padding: 0;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productHeading {
    color: #333;
    font-size: 1.02rem;
    font-family: "Satoshi-Bold";
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productDescription {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    max-width: 95%;
    font-family: "Satoshi-Medium";
    opacity: 0.8;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productIconWrapper {
    display: flex;
    height: 3rem;
    min-height: 3rem;
    width: 3rem;
    min-width: 3rem;
    position: relative;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productIconWrapper .regular-icon, .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productIconWrapper .active-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productIconWrapper .regular-icon {
    opacity: 1;
  }
  .whyChooseUsMainWrapper .productsSliderContainer .productsSliderWrapper .productLink .productContainer .productIconWrapper .active-icon {
    opacity: 0;
  }
  .whyChooseUsMainWrapper .chooseContainerMain {
    margin-top: 3rem;
    width: 1300px;
    margin-inline: auto;
  }
  .whyChooseUsMainWrapper .chooseContainerMain .mainHeading {
    line-height: 1.3;
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #26387b;
    font-family: "Satoshi-Bold";
  }
  .whyChooseUsMainWrapper .chooseContainerMain .descriptionText {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    width: 65%;
    color: #333;
    opacity: 0.8;
    font-family: "Satoshi-Medium";
  }
  .sliderMainWrapper {
    margin-top: 3rem;
    width: 90%;
    margin-inline: auto;
    max-width: 1320px;
    margin-bottom: 2rem;
  }
  .sideVisualsContainer::before {
    content: "";
    position: absolute;
    bottom: 8rem;
    right: 0;
    width: 102.9%;
    height: 15rem;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    height: 15rem;
  }
  .sideVisualsContainer::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 0;
    width: 105%;
    height: 15rem;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    height: 15rem;
  }
}
@media (min-width: 1600px) {
  .bannerImageWrapperMain {
    max-height: 50rem;
  }
  .banner-image {
    height: calc(100% - 15vh) !important;
    margin-bottom: -23vh !important;
  }
  .banner-seperator {
    height: 1rem;
  }
  .whyChooseUsMainWrapper {
    width: 100%;
    padding-top: 2rem;
    position: relative;
    background: #fff !important;
  }
  .whyChooseUsMainWrapper .mainContainer {
    display: flex;
    width: 90%;
    max-width: 1320px;
    margin-inline: auto;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: relative;
  }
  .whyChooseUsMainWrapper .mainContainer .sideVisualsContainer .imagesWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105%;
  }
  .whyChooseUsMainWrapper .mainContainer .sideVisualsContainer .mockupOne, .whyChooseUsMainWrapper .mainContainer .sideVisualsContainer .mockupTwo, .whyChooseUsMainWrapper .mainContainer .sideVisualsContainer .mockupThree, .whyChooseUsMainWrapper .mainContainer .sideVisualsContainer .mockupFour {
    position: absolute;
    bottom: 8rem;
    right: 0;
    width: 98%;
    height: 60dvh;
    background-color: #fff !important;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
    border-top-left-radius: 10rem;
    border: none;
    outline: none;
  }
}/*# sourceMappingURL=bannerSearchStyles.css.map */