/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .main-content {
  background-image: url(../../dist/images/main-content-bg-mobile.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .home .main-content {
    background-image: url(../../dist/images/main-content-bg.webp);
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content h1 {
    background: #282D30;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1065px;
    height: 190px;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .home .main-content h1 span {
    display: inline-block;
    max-width: 917px;
  }
}
@media screen and (min-width: 1600px) {
  .home .main-content h1 {
    width: calc(100% - 555px);
  }
}
@media (max-width: 1199px) {
  .home .main-content h1 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding: 260px 0 100px;
  }
  .home .main-content .image-holder {
    position: absolute;
    left: 0;
  }
  .home .main-content .wrap {
    max-width: 570.5px;
  }
}
.home .main-content .subtitle {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .home .main-content .subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: 1.8px;
    max-width: 382px;
  }
}
@media (max-width: 767px) {
  .home .main-content .button-wrap {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .home .main-content .image-holder {
    max-width: 700px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  .home .main-content .image-holder {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .image-holder {
    text-align: center;
  }
}
.home .stats {
  color: #fff;
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .home .stats {
    padding: 40px 0 55px;
  }
}
@media screen and (min-width: 992px) {
  .home .stats__header {
    max-width: 679px;
  }
}
.home .stats__heading {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home .stats__heading {
    max-width: 330px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .stats__heading {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .home .stats__item {
    margin-top: 15px;
  }
  .home .stats__item:first-child {
    margin-top: 0;
  }
}
.home .stats__content {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .home .stats__content {
    display: flex;
    justify-content: space-between;
  }
}
.home .stats__grid {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .home .stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -17px;
  }
}
@media screen and (min-width: 1200px) {
  .home .stats__grid {
    padding-right: 40px;
  }
}
.home .stats__item-number {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .home .stats__item-number {
    font-size: 64px;
  }
}
.home .stats__item-label {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .home .stats__item-label {
    max-width: 220px;
  }
}
.home .stats__more {
  margin-top: 43px;
}

@media screen and (min-width: 992px) {
  .home .stats__more {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .home .stats__more-btn {
    min-width: 359px;
  }
}
@media (max-width: 767px) {
  .home .stats__more-btn {
    min-width: 299px;
  }
}
.home .stats__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .home .stats__toggle {
    gap: 9px;
  }
}
@media screen and (min-width: 992px) {
  .home .stats__toggle {
    margin-top: 60px;
  }
}
.home .stats__toggle-label {
  font-size: 16px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767px) {
  .home .stats__toggle-label {
    font-size: 14px;
  }
}
.home .stats__toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.home .stats__toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.home .stats__toggle-input:checked + .stats__toggle-slider {
  background-color: var(--color-primary);
}

.home .stats__toggle-input:checked + .stats__toggle-slider:before {
  transform: translateX(20px);
}

.home .stats__toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.home .stats__toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}

.home .stats__case {
  background-color: #282D30;
}

@media (max-width: 991px) {
  .home .stats__case {
    margin-top: 25px;
  }
  .home .stats__case:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .stats__case {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
  }
}
.home .stats__case-content {
  padding: 20px;
  border: 2px solid var(--Color-stroke, rgba(255, 255, 255, 0.1));
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .home .stats__case-content {
    padding: 30px 37.5px 37.5px;
  }
}
.home .stats__case-content-inner {
  padding-left: 94px;
  position: relative;
}

.home .stats__case-content-inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 84.5px;
  height: 84.5px;
  background-image: url(../../dist/images/up-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.home .stats__case-description {
  margin-top: 5px;
}

.home .stats__case-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home .stats__case-label {
    max-width: 180px;
  }
}
.home .stats__case .btn {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  border: 2px solid var(--Color-stroke, rgba(255, 255, 255, 0.1));
  background: #282828;
}

.home .stats__case .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home .stats__case .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home .stats__case .btn {
    width: 191px;
    min-width: initial;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 21px;
  }
}
@media (max-width: 767px) {
  .home .stats__case-link {
    text-align: center;
  }
}
.home .stats__cases {
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .home .stats__cases {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.home .stats__cases .stats__case-percentage {
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home .stats__cases .stats__case-description {
  color: #F2F2F2;
}

.home .stats__cases--before .stats__case-percentage {
  color: #fff;
}

.home .stats__cases--after .stats__case-percentage {
  color: var(--color-primary);
}

.home .stats__cases--after .stats__case-description {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home .stats__cases--after .stats__case-description {
    margin-top: 10px;
  }
}
.home .stats .case-studies {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .home .stats .case-studies {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home .stats .case-studies .case-study-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 30px;
  transition: transform 0.3s ease;
}

.home .stats .case-studies .case-study-card:hover {
  transform: translateY(-5px);
}

.home .stats .case-studies .case-study-card .case-logo {
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .stats .case-studies .case-study-card .case-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home .stats .case-studies .case-study-card .case-stat {
  text-align: center;
  margin-bottom: 20px;
}

.home .stats .case-studies .case-study-card .case-stat .percentage {
  font-size: 42px;
  font-weight: 700;
  color: var(--accent-color);
}

.home .stats .case-studies .case-study-card .case-stat .label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home .stats .case-studies .case-study-card .case-description {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.home .stats .more-cases-btn {
  display: flex;
  justify-content: center;
}

.home .approach-section {
  padding: 23px 8px 43px;
  background-image: url(../images/bg-wave.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .home .approach-section {
    padding: 70px 0 75px;
  }
}
@media screen and (min-width: 1200px) {
  .home .approach-section {
    padding: 118px 0 122px;
  }
}
.home .approach-section__header {
  max-width: 680px;
  margin: 0 auto 22px;
}

@media screen and (min-width: 768px) {
  .home .approach-section__header {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .approach-section__header {
    margin-bottom: 61px;
  }
}
.home .approach-section__title {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home .approach-section__title {
    margin-bottom: 20px;
  }
}
.home .approach-section__description p:last-child {
  margin-bottom: 0;
}

.home .approach-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .home .approach-section__grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .home .approach-section__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .home .approach-section__grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
  }
}
.home .approach-section__item {
  background: #141414;
  padding: 21px 21px 39px;
  background-color: #fff;
  border-top: 5px solid;
  border-image: linear-gradient(270deg, #78C066 0%, #4AA457 100%) 1 0 0 0;
  box-shadow: 0px 2px 4px 0px rgba(39, 39, 39, 0.1);
  transition: transform 0.3s ease;
}

@media screen and (min-width: 992px) {
  .home .approach-section__item {
    padding: 35px;
    min-height: 305px;
  }
}
.home .approach-section__item:hover {
  transform: translateY(-10px);
}

.home .approach-section__item__icon {
  margin-bottom: 19px;
}

.home .approach-section__item__title {
  margin-bottom: 10px;
  color: var(--color-tertiary);
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.home .approach-section__item__description {
  color: #5E5E6A;
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .home .approach-section__button {
    margin: 0 auto;
    max-width: 299px;
  }
}
@media (max-width: 767px) {
  .home .approach-section__button .btn {
    padding: 11px 16px;
  }
}
.home .advantages-section {
  padding: 0 0 93px;
}

@media screen and (min-width: 1200px) {
  .home .advantages-section {
    padding: 0 0 131px;
  }
}
.home .advantages-section__title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .home .advantages-section__title {
    margin: 0 auto 87px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .home .advantages-section__title {
    padding: 0 9px;
  }
}
.home .advantages-section__description p {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .home .advantages-section__content {
    margin-right: 22px;
    margin-left: auto;
    max-width: 548px;
  }
}
@media (max-width: 767px) {
  .home .advantages-section__content {
    padding: 0 13px;
  }
}
.home .advantages-section__image {
  margin-left: auto;
  max-width: max-content;
}

@media (max-width: 1199px) {
  .home .advantages-section__image {
    margin-right: auto;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .home .advantages-section__image {
    max-width: 273.461px;
  }
}
.home .advantages-section__image img {
  position: relative;
}

.home .advantages-section__image img.img-google-search {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 1;
  filter: drop-shadow(6.71px 6.71px 20.13px rgba(0, 0, 0, 0.1)) drop-shadow(27.958px 24.603px 36.904px rgba(0, 0, 0, 0.09)) drop-shadow(61.507px 55.916px 50.324px rgba(0, 0, 0, 0.05)) drop-shadow(109.595px 100.648px 59.271px rgba(0, 0, 0, 0.01)) drop-shadow(172.22px 156.564px 64.862px rgba(0, 0, 0, 0));
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .home .advantages-section__image img.img-google-search {
    top: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .home .advantages-section__image img.img-google-search {
    top: 22px;
    left: -75px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .home .advantages-section__image img.img-google-search {
    margin-left: -33px;
  }
}
@media screen and (min-width: 992px) {
  .home .testimonials-section {
    margin-bottom: -249px;
  }
}
@media (max-width: 991px) {
  .home .testimonials-section:before {
    content: "";
    position: absolute;
    top: 460px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-neutral);
  }
}
@media (max-width: 767px) {
  .home .testimonials-section:before {
    top: 275px;
  }
}
.home .services {
  padding-top: 59px;
  padding-bottom: 90px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .home .services {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .home .services {
    padding-top: 367px;
    padding-bottom: 120px;
  }
}
.home .services .section-heading {
  text-align: center;
}

@media (max-width: 767px) {
  .home .services .section-heading {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .home .services .section-heading {
    margin: 0 auto 175px;
    max-width: 680px;
  }
}
.home .services .section-heading .section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .home .services .section-heading p {
    margin: 0 auto;
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .home .services .services-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home .services .services-list .row {
  margin: 0 -15px;
}

.home .services .services-list .row .col-item {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .home .services .services-list .row .col-item {
    margin-top: 130px;
  }
}
@media (max-width: 991px) {
  .home .services .services-list .row .col-item {
    margin-top: 89px;
  }
  .home .services .services-list .row .col-item:nth-child(2) .item .icon-holder .icon img {
    max-width: 87px;
  }
  .home .services .services-list .row .col-item:last-child .item .icon-holder .icon img {
    max-width: 97px;
  }
}
@media (max-width: 767px) {
  .home .services .services-list .row .col-item:first-child {
    margin-top: 30px;
  }
}
.home .services .services-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 75px 28px 29px;
  height: 100%;
  background-color: #fff;
  border: 2px solid #EBEBEB;
}

@media screen and (min-width: 992px) {
  .home .services .services-list .item {
    padding-top: 119px;
  }
}
@media (max-width: 991px) {
  .home .services .services-list .item {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .services .services-list .item {
    margin: 0 auto;
    max-width: 330px;
  }
}
.home .services .services-list .item .icon-holder {
  position: relative;
}

.home .services .services-list .item .icon-holder .icon {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .home .services .services-list .item .icon-holder .icon img {
    max-width: 126px;
    max-height: 118px;
  }
}
.home .services .services-list .item .title {
  margin-bottom: 18px;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 992px) {
  .home .services .services-list .item .title {
    margin-bottom: 49px;
  }
}
@media (max-width: 991px) {
  .home .services .services-list .item .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
}
.home .services .services-list .item .btn-wrapper {
  margin-top: auto;
}

.home .bottom-section {
  padding: 33px 0 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .bottom-section__buttons a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .home .bottom-section__buttons {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .home .bottom-section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .bottom-section {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .home .bottom-section .content {
    margin-left: auto;
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .home .bottom-section .content {
    padding: 0 10px;
  }
}
.home .bottom-section .content h2 {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .home .bottom-section .content h2 {
    margin-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .home .bottom-section .content h2 {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .home .bottom-section .content .image-holder-mobile {
    margin-bottom: 35px;
  }
}
.home .bottom-section .content .btn-wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .home .bottom-section .content .btn-wrapper {
    display: flex;
    margin-top: 59px;
  }
}
@media (max-width: 767px) {
  .home .bottom-section .content .btn-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 255px;
  }
}
.home .bottom-section .content .btn-wrapper .btn {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .home .bottom-section .content .btn-wrapper .btn {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.home .bottom-section .content .btn-wrapper .btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.home .bottom-section .content .btn-wrapper .btn.btn--primary {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home .bottom-section .content .btn-wrapper .btn.btn--primary {
    max-width: 162px;
  }
}
@media (max-width: 767px) {
  .home .bottom-section .content .btn-wrapper .btn.btn--check {
    padding: 9px 26px;
    text-align: left;
  }
  .home .bottom-section .content .btn-wrapper .btn.btn--check svg {
    margin-right: 21px;
  }
}

/*# sourceMappingURL=home.css.map*/