.sec-title__image {
	margin-right: 10px;
	height: 30px;
	width: 30px;
}

.service-one__item__title { 
	text-align: center !important; 
}


@media (min-width: 1400px) { 
	.service-one__item__title {
		font-style: normal;
		font-weight: 800;
		font-size: 34px !important;
		line-height: 56px !important;
		padding-bottom: 0;
		text-transform: capitalize;
		color: var(--wallox-text-dark, #2E2A20);
		margin-bottom: 25px;
		transition: all 0.2s ease;
		text-align: center !important;
		/* justify-content: center; */
	}
}



@media (min-width: 1800px) { 
	.service-one__item__title {
		font-style: normal;
		font-weight: 800;
		font-size: 50px !important;
		line-height: 56px !important;
		padding-bottom: 0;
		text-transform: capitalize;
		color: var(--wallox-text-dark, #2E2A20);
		margin-bottom: 25px;
		transition: all 0.2s ease;
		text-align: center !important;
		/* justify-content: center; */
	}
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-page {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0;
  }
}

.service-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.service-card__image {
  position: relative;
}
.service-card__image img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.service-card__hover__box {
  background-color: rgba(var(--wallox-text-dark-rgb, 46, 42, 32), 0.7);
  width: 100%;
  top: 0;
  position: absolute;
  transform: scaleY(0);
  transition: all 0.5s ease 0s;
  height: 25%;
  z-index: 1;
}
.service-card__hover__box--1 {
  top: 0;
  transition-delay: 0.105s;
}
.service-card__hover__box--2 {
  top: 25%;
  transition-delay: 0.105s;
}
.service-card__hover__box--3 {
  top: 50%;
  transition-delay: 0.105s;
}
.service-card__hover__box--4 {
  top: 75%;
  transition-delay: 0s;
}
.service-card__content {
  background: transparent;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-card__title__box {
  background: var(--wallox-gray, #F4EDE4);
  padding: 10px 10px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.service-card__title {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #2E2A20);
  transition: all 0.4s ease-in-out;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__title a:hover {
  color: var(--wallox-base, #DF9E42);
}
.service-card__icon {
  background: var(--wallox-white, #fff);
  display: flex;
  min-height: 79px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: var(--wallox-base, #DF9E42);
  max-width: 91px;
  width: 100%;
  position: relative;
  margin-top: -158px;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
}
.service-card:hover .service-card__icon {
  margin-top: 0px;
}
.service-card:hover .service-card__title__box {
  background: var(--wallox-white, #fff);
}
.service-card:hover .service-card__image img {
  transform: scale(1.1);
}
/* .service-card:hover .service-card__hover__box {
  opacity: 0;
  transform: scaleY(1);
} */
.service-card .service-card__hover__box {
  opacity: 0;
  transform: scaleY(1);
}


.service-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/****Service One****/
.service-one {
  position: relative;
  padding: 120px 0;
  background-color: var(--wallox-text-dark, #2E2A20);
  z-index: 1;
}
@media (max-width: 991px) {
  .service-one {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-one {
    padding: 80px 0;
  }
}
.service-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: -1;
}
.service-one .sec-title__title {
  color: var(--wallox-white, #fff);
}
.service-one__item {
  overflow: hidden;
  border-radius: 185px;
  position: relative;
  max-height: 540px;
  min-height: 149px;
  height: 100%;
}
.service-one__item__thumb {
  position: relative;
}
.service-one__item__thumb img {
  border-radius: 185px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-one__item__thumb::after {
  border-radius: 185px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  left: 0;
  background: linear-gradient(180deg, rgba(242, 238, 234, 0) 43.73%, #F2EEEA 82.3%);
}
.service-one__item__thumb::before {
  border-radius: 185px;
  left: 20px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  content: "";
  top: 20px;
  background-image: url(../images/service-one-border-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.service-one__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
.service-one__item__content__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
}
.service-one__item__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #2E2A20);
  margin-bottom: 25px;
  transition: all 0.2s ease;
}
.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__item__title a:hover {
  background-size: 100% 1px;
}
.service-one__item__btn {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--wallox-text-dark, #2E2A20);
  font-size: 20px;
}
.service-one__item__btn::before {
  background-color: var(--wallox-white, #fff);
}
.service-one__item__btn:hover {
  color: var(--wallox-base, #DF9E42);
  border: 1px solid var(--wallox-white, #fff);
}
.service-one__item:hover .service-one__item__btn {
  background: var(--wallox-white, #fff);
  color: var(--wallox-base, #DF9E42);
}
.service-one__item:hover .service-one__item__thumb::after {
  background: linear-gradient(180deg, rgba(223, 159, 67, 0) 43.73%, #DF9F43 82.3%);
}
.service-one__item:hover .service-one__item__thumb::before {
  opacity: 1;
  transform: translateY(0px);
}

.service-one__item:hover .service-one__item__title {
  color: var(--wallox-white, #fff);
}
.service-one__item:hover .service-one__item__title a {
  color: var(--wallox-white); /* or any color you want */
  background-size: 100% 1px;
}
 

.service-one__bottom {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid rgba(var(--wallox-white-rgb, 255, 255, 255), 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 30px;
  gap: 60px;
}
.service-one__bottom__link p {
  font-style: normal;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-white, #fff);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__bottom__link p a {
  color: var(--wallox-base, #DF9E42);
}
.service-one__bottom__link p:hover {
  background-size: 100% 1px;
}
.service-one__bottom__call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-one__bottom__call__icon {
  font-size: 30px;
  color: var(--wallox-white, #fff);
  line-height: 0;
}
.service-one__bottom__call__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: block;
  color: var(--wallox-text, #7E7C76);
}
.service-one__bottom__call__number {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--wallox-white, #fff);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__bottom__call__number:hover {
  background-size: 100% 1px;
}
.service-one__bottom__call__number:hover {
  color: var(--wallox-base, #DF9E42);
}
.service-one__bottom__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-one__bottom__nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.service-one__bottom__nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--wallox-gray, #F4EDE4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wallox-text, #7E7C76);
  border-radius: 50%;
  font-size: 14px;
  color: var(--wallox-text, #7E7C76);
  transition: all 500ms ease;
}
.service-one__bottom__nav button span:hover {
  background-color: var(--wallox-base, #DF9E42);
  color: var(--wallox-white, #fff);
}
@media (max-width: 767px) {
  .service-one__bottom {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    padding-left: 70px;
  }
}
.service-one__middle {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-one__middle {
    padding: 0px 15px;
  }
}
.service-one__carousel .owl-nav {
  position: absolute;
  bottom: 0;
  right: 40%;
}

/****Service Two****/
.service-two {
  padding: 120px 0 1px;
  position: relative;
  background-color: var(--wallox-text-dark, #2E2A20);
  z-index: 1;
}
@media (max-width: 767px) {
  .service-two {
    padding: 100px 0 1px;
  }
}
@media (max-width: 767px) {
  .service-two {
    padding: 80px 0 1px;
  }
}
.service-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.service-two .sec-title__title {
  color: var(--wallox-white, #fff);
}
.service-two__inner {
  counter-reset: my-sec-counter;
}
.service-two__inner__top {
  padding-bottom: 55px;
}
.service-two__inner__top .sec-title {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .service-two__inner__top {
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .service-two__inner__top {
    padding-bottom: 30px;
  }
}
.service-two__inner__top .service-two__inner__nav {
  text-align: end;
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 991px) {
  .service-two__inner__top .service-two__inner__nav {
    display: none;
  }
}
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--left,
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--right {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--left span,
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--right span {
  outline: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 500ms ease;
  background-color: transparent;
  color: var(--wallox-white, #fff);
  border: 1px solid rgba(var(--wallox-white-rgb, 255, 255, 255), 0.15);
  font-weight: 900;
}
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--left span:hover,
.service-two__inner__top .service-two__inner__nav .service-two__inner__nav--right span:hover {
  background-color: var(--wallox-base, #DF9E42);
  color: var(--wallox-white, #fff);
  border-color: var(--wallox-base, #DF9E42);
}
.service-two__carousel {
  position: relative;
}
@media (max-width: 991px) {
  .service-two__carousel {
    padding: 0px 15px;
  }
}
.service-two__item {
  height: 545px;
  background-color: transparent;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 120px;
  z-index: 1;
}
.service-two__item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
}
.service-two__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -120px;
  z-index: -2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0.4);
}
.service-two__item__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(46, 42, 32, 0) 51.1%, #2E2A20 100%);
  bottom: 0;
}
.service-two__item__content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.service-two__item__number {
  background: var(--wallox-base, #DF9E42);
  display: inline-block;
  padding: 0px 14px;
  border-radius: 100px;
  margin-bottom: 15px;
  counter-increment: my-sec-counter;
}
.service-two__item__number::before {
  content: counters(my-sec-counter, ".", decimal-leading-zero);
  color: var(--wallox-text-dark, #2E2A20);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
}
.service-two__item__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--wallox-white, #fff);
  text-transform: capitalize;
}
.service-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-two__item__title a:hover {
  background-size: 100% 1px;
}
.service-two__item__title a:hover {
  color: var(--wallox-base, #DF9E42);
}
.service-two__item__link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--wallox-base, #DF9E42);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-two__item:hover .service-two__item__bg {
  opacity: 1;
  transform: scale(1);
}
.service-two__item:hover .service-two__item__link {
  opacity: 1;
}
.service-two__item:hover .service-two__item__number::before {
  color: var(--wallox-white, #fff);
}

/****Service Three****/
.service-three {
  padding: 120px 0;
  position: relative;
  background-color: var(--wallox-text-dark, #2E2A20);
  z-index: 1;
  counter-reset: mainSliderTwoCount;
}
@media (max-width: 767px) {
  .service-three {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-three {
    padding: 80px 0;
  }
}
.service-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
  z-index: -1;
}
.service-three__top {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(var(--wallox-border-color-rgb, 228, 218, 204), 0.15);
  border-bottom: 1px solid rgba(var(--wallox-border-color-rgb, 228, 218, 204), 0.15);
}
.service-three__top__btn {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .service-three__top__btn {
    justify-content: start;
  }
}
.service-three__top__btn a {
  border-color: var(--wallox-base, #DF9E42);
  color: var(--wallox-base, #DF9E42);
}
.service-three .sec-title {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .service-three .sec-title {
    padding-bottom: 20px;
  }
}
.service-three .sec-title__title {
  color: var(--wallox-white, #fff);
}
.service-three__text-slider {
  margin-top: -20px;
}
.service-three__text-slider__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
.service-three__text-slider__inner:hover {
  animation-play-state: paused;
}
.service-three__text-slider__item {
  color: var(--wallox-white, #fff);
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 112%;
  text-transform: capitalize;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-three__text-slider__item {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .service-three__text-slider__item {
    font-size: 70px;
  }
}
.service-three__text-slider__item img {
  margin-right: 10px;
}
.service-three__text-slider__item:nth-child(odd) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
}
.service-three__item {
  border-radius: 30px;
}
.service-three__item:hover .service-three__thumb img {
  transform: scale(1.1);
}
.service-three__thumb {
  -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 178.000000">  <g transform="translate(0.000000,178.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M95 1766 c-41 -18 -83 -69 -90 -109 -3 -18 -5 -375 -3 -794 3 -751 3 -762 24 -789 11 -15 33 -37 48 -48 27 -21 35 -21 816 -21 781 0 789 0 816 21 62 46 69 64 74 209 5 145 12 163 74 209 26 20 43 21 321 24 277 3 296 2 333 -17 66 -34 76 -58 83 -206 6 -145 17 -178 71 -217 29 -20 44 -23 135 -23 110 0 132 9 177 69 21 27 21 35 21 816 0 781 0 789 -21 816 -11 15 -33 37 -48 48 -27 21 -31 21 -1414 23 -1138 2 -1392 0 -1417 -11z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 178.000000">  <g transform="translate(0.000000,178.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M95 1766 c-41 -18 -83 -69 -90 -109 -3 -18 -5 -375 -3 -794 3 -751 3 -762 24 -789 11 -15 33 -37 48 -48 27 -21 35 -21 816 -21 781 0 789 0 816 21 62 46 69 64 74 209 5 145 12 163 74 209 26 20 43 21 321 24 277 3 296 2 333 -17 66 -34 76 -58 83 -206 6 -145 17 -178 71 -217 29 -20 44 -23 135 -23 110 0 132 9 177 69 21 27 21 35 21 816 0 781 0 789 -21 816 -11 15 -33 37 -48 48 -27 21 -31 21 -1414 23 -1138 2 -1392 0 -1417 -11z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.service-three__thumb img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@media (max-width: 575px) {
  .service-three__thumb {
    mask-image: none;
  }
  .service-three__thumb img {
    border-radius: 30px;
  }
}
.service-three__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 42, 32, 0) 0%, #2E2A20 100%);
  border-radius: 30px;
}
.service-three__content {
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-top: -135px;
  margin-right: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .service-three__content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .service-three__content {
    margin-right: 95px;
  }
}
@media (max-width: 767px) {
  .service-three__content {
    margin-right: 45px;
  }
}
@media (max-width: 575px) {
  .service-three__content {
    margin-right: 0px;
  }
}
.service-three__content__title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: var(--wallox-white, #fff);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .service-three__content__title {
    font-size: 20px;
  }
}
.service-three__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-three__content__title a:hover {
  background-size: 100% 1px;
}
.service-three__content__right {
  margin-bottom: -45px;
}
@media (max-width: 575px) {
  .service-three__content__right {
    margin-bottom: auto;
  }
}
.service-three__content__right a {
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid var(--wallox-white, #fff);
  padding: 27px 33px;
}
.service-three__content__right a::before {
  border-radius: 28px;
}
.service-three__content__right a:hover {
  border-color: transparent;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .service-three__content__right a {
    padding: 15px 25px;
  }
}
@media (max-width: 575px) {
  .service-three__content__right a {
    margin-right: 30px;
  }
}
.service-three__content__number {
  counter-increment: mainSliderTwoCount;
  background: var(--wallox-base, #DF9E42);
  display: inline-block;
  padding: 0px 14px;
  border-radius: 100px;
  margin-bottom: 15px;
}
.service-three__content__number::before {
  content: counters(mainSliderTwoCount, ".", decimal-leading-zero);
  color: var(--wallox-white, #fff);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

/* Custom Contact Section Layout */
.service-one__bottom {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  align-items: center;
}

/* First row: Navigation buttons centered */
.service-one__bottom__nav {
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
}

/* Second row: Get Free Consultation text centered */
.service-one__bottom__link {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
}

/* Third row: Phone and Email side by side */
.service-one__bottom__contact-wrapper {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

/* Adjust email link font size for better fit */
.service-one__bottom__call__number {
  word-break: break-word;
}
  
/* Mobile specific adjustments */
@media (max-width: 767px) {
  .service-one__bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding-left: 30px !important;
  }
  
  /* Stack all elements vertically on mobile */
  .service-one__bottom__link {
    grid-column: 1;
    grid-row: 1;
  }
  
  .service-one__bottom__contact-wrapper {
    grid-column: 1;
    grid-row: 2;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .service-one__bottom__nav {
    grid-column: 1;
    grid-row: 3;
  }
  
  .service-one__bottom__call__number {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  
  .service-one__bottom__call__icon {
    font-size: 32px !important;
  }


}

/* Mobile Header CTA Section - Show only on mobile below 767px */
.mobile-header-cta {
  display: none;
}

@media (max-width: 767px) {
  .mobile-header-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 0px solid rgba(19, 78, 104, 0.1);
    margin-top: 10px;
    /* gap: 12px; */
    width: 100%;
  }
  .mobile-header-cta__text-wrapper {
    background-color: #F4EDE4;
    width: 100vw;
    position: relative; 
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .mobile-header-cta__text {
    background-color: #0B2637;
    color: var(--wallox-white, #fff);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-align: center;
    padding: 10px 20px;
    border-radius: 25px;
    margin: 0;
    width: 100%;
  }

  .mobile-header-cta__social-wrapper {
    /* background-color: #F4EDE4; */
    width: 100vw;
    position: relative; 
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .mobile-header-cta__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
  }

  .mobile-header-cta__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #134E68;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(19, 78, 104, 0.1);
    border: 1px solid rgba(19, 78, 104, 0.1);
  }

  .mobile-header-cta__social a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 78, 104, 0.2);
  }

  .mobile-header-cta__social a i {
    font-size: 24px;
  }

  .mobile-header-cta__social a svg {
    width: 24px;
    height: 24px;
  }

  /* Call icon hover */
  .mobile-header-cta__social a[title="Call Us"]:hover {
    background-color: #134E68;
    border-color: #134E68;
  }
  
  .mobile-header-cta__social a[title="Call Us"]:hover svg path {
    fill: #ffffff;
  }

  /* Facebook hover */
  .mobile-header-cta__social a[title="Facebook"]:hover {
    background-color: #1877F2;
    color: #ffffff;
    border-color: #1877F2;
  }

  /* Instagram hover */
  .mobile-header-cta__social a[title="Instagram"]:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
    border-color: transparent;
  }

  /* Google hover - keep original colors visible */
  .mobile-header-cta__social a[title="Google"]:hover {
    background-color: #f8f9fa;
    border-color: rgba(66, 133, 244, 0.3);
  }
  
  .mobile-header-cta__social a[title="Google"]:hover svg {
    opacity: 1;
  }
}


/* wallox bttn remove from products  */

.wallox-btn.service-one__item__btn {
   display: none;
}


.service-one__item {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	max-height: 540px;
	min-height: 149px;
	height: 100%;
}


.service-one__item__thumb::before {
	border-radius: 20px;
	left: 20px;
	right: 20px;
	position: absolute;
	bottom: 20px;
	content: "";
	top: 20px;
	background-image: url(../images/service-one-border-shape.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transform: translateY(-100px);
	transition: opacity 500ms ease, transform 500ms ease;
}

.service-one__item__thumb img {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-one__item__thumb::after {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	transition: all 0.4s ease-in-out;
	left: 0;
	background: linear-gradient(180deg, rgba(242, 238, 234, 0) 43.73%, #F2EEEA 82.3%);
}

.service-one__item__title {
	font-style: normal;
	font-weight: 800;
	font-size: 26px !important;
	line-height: 34px !important;
	padding-bottom: 0;
	text-transform: capitalize;
	color: var(--wallox-text-dark, #2E2A20);
	margin-bottom: 25px;
	transition: all 0.2s ease;
}


.slider-btn-left {
	background: var(--wallox-text-dark, #2E2A20);
	color: var(--wallox-white, #fff);
}
.slider-btn-left:hover {
	background: var(--wallox-text-dark, #2E2A20);
	color: var(--wallox-white, #fff);
  border-color: var(--wallox-text-dark, #2E2A20);
} 
.slider-btn-left-main a:hover {
	border-color: var(--wallox-text-dark);
	color: var(--wallox-white);
} 

.slider-btn-right {
  background: var(--wallox-white);
	color: var(--wallox-text-dark);
}  
 
.main-slider-one__btn a:last-child:hover {
	border-color: var(--wallox-white) !important;
	background: var(--wallox-white) !important  ;
	color: #5F472B  !important ;
}

.main-slider-one__btn a:last-child:hover::before {
	background-color: var(--wallox-white) !important;
	border-color: var(--wallox-white) !important;
  
}

.main-slider-one__btn a:last-child {
	border-color: var(--wallox-white) !important;
	color: #7F613B !important;
}


.main-slider-one__btn a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	/* line-height: 13px; */
	padding: 15px 15px;
	border: 2px solid transparent;
}

/* ============================================
   Banner Text Styles - 4 Types
   Based on AMRI DECOR Design
   ============================================ */

   /* ===============================
   Text Type 1: Welcome Text
================================ */
/* .banner-text-welcome {
	color: var(--wallox-white, #2E2A20);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 15px 8px;
	letter-spacing: 0.1em;
	opacity: 0;
	transform: translateY(-200px);
	transition: transform 1000ms ease, opacity 1000ms ease;
} */

.banner-text-welcome{
  color: var(--wallox-text-dark, #7E7C76);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 15px;
	padding: 5px 20px;
	border-radius: 100px;
	background-color: var(--wallox-white, #fff);
	display: inline-block;
	opacity: 0;
	transition: transform 1000ms ease, opacity 1000ms ease;
	transform: translateY(-200px);
	letter-spacing: 0.15em;
}



.banner-text-welcome span {
	color: var(--wallox-base, #DF9E42);
}


/* Tablet */
@media (max-width: 991px) {
	.banner-text-welcome {
		font-size: 16px;
		letter-spacing: 0.08em;
	}
}

/* Mobile */
@media (max-width: 575px) {
  .banner-text-welcome {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 0 0 10px 0 !important;
  }
}

.wallox-btn.wallox-btn--border.slider-btn-right::before {
	background: none !important ;
}

/* ===============================
   Text Type 2: Main Headline
================================ */
.banner-text-headline {
	color: var(--wallox-text-dark, #2E2A20);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0 0 18px 8px;
	text-transform: capitalize;
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1200ms ease, opacity 1200ms ease;
}

.banner-text-headline h1,
.banner-text-headline h2,
.banner-text-headline h3,
.banner-text-headline h4,
.banner-text-headline h5,
.banner-text-headline h6 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
	padding: 0;
	text-transform: inherit;
}

/* Large tablet */
@media (max-width: 1199px) {
	.banner-text-headline {
		font-size: 50px;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.banner-text-headline {
		font-size: 54px;
	}
}

/* Mobile */
@media (max-width: 575px) {
	.banner-text-headline {
		font-size: 45px;
		line-height: 1.2;
    
    margin: 0 0 10px 0;
	}
}


/* ===============================
   Text Type 3: Description
================================ */
.banner-text-description {
	color: #3F2E1B;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 25px 8px;
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.banner-text-description::before {
	content: "";
	position: absolute;
	inset: -8px;
	background: rgba(255, 255, 255, 0.21);
	filter: blur(23px);
	z-index: -1;
}

/* Tablet */
@media (max-width: 991px) {
  .banner-text-description {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 5px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .banner-text-description {
    font-size: 18px;
    line-height: 1.5;
  }
}


/* ===============================
   Text Type 4: Features
================================ */
.banner-text-features {
	background-color: #7F613B;
	padding: 4px 20px;
	border-radius: 25px;
	margin: 0 0 30px 0;
	display: inline-block;
	color: var(--wallox-white, #2E2A20);
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.banner-text-features p,
.banner-text-features ul {
	color: #7E7C76;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.banner-text-features ul {
	list-style: none;
}

.banner-text-features ul li::before {
	content: "•";
	color: #7E7C76;
	font-weight: 600;
	margin-right: 8px;
}

/* Mobile */
@media (max-width: 767px) {
  .banner-text-features {
    padding: 10px 18px;
    line-height: normal;
    font-size: 12px;
    margin: 0 0 30px 0 !important;
  }

	.banner-text-features p,
	.banner-text-features ul {
		font-size: 13px;
	}


  

  .main-slider-one__content {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .main-slider-one__carousel .owl-dots {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    top: auto;
    gap: 10px;
    transform: translateY(0%);
    bottom: 30px;
    display: none;
  }
  .main-slider-one__btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 20px; */
    padding: 15px 15px;
    border: 2px solid transparent;
  }


  .main-slider-one__btn { 
    justify-content: center; 
  }
}

.main-slider-one__btn a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 15px;
  border: 2px solid transparent;
}


/* ===============================
   Animation Activation
================================ */
.main-slider-one .active .banner-text-welcome {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider-one .active .banner-text-headline {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider-one .active .banner-text-description {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1600ms;
}

.main-slider-one .active .banner-text-features {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1700ms;
}


@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 80px;
    /* padding-bottom: 80px; */
    padding-bottom: 0px;
  }
}

/* ============================================
   Desktop Topbar Social Media Icons Styling
   ============================================ */

.topbar-two__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-two__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid var(--wallox-border-color, #E4DACC);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--wallox-text, #7E7C76);
  background-color: var(--wallox-white, #fff);
  transition: all 0.3s ease; 
  box-shadow: 0 2px 8px rgba(186, 145, 90, 0.57) !important; 
}

.topbar-two__social a:hover {
  color: var(--wallox-white, #fff);
  border-color: var(--wallox-base, #DF9E42);
  background: var(--wallox-base, #DF9E42);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(19, 78, 104, 0.2);
}

.topbar-two__social a svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}

/* Facebook hover - keep blue color */
.topbar-two__social a[aria-label="Facebook"]:hover svg path {
  fill: var(--wallox-white, #fff);
}

/* Instagram hover - keep gradient but show white on hover */
.topbar-two__social a[aria-label="Instagram"]:hover svg path {
  fill: var(--wallox-white, #fff);
}

/* Twitter hover */
.topbar-two__social a[aria-label="Twitter"]:hover svg path {
  fill: var(--wallox-white, #fff);
}

/* YouTube hover - keep red but show white on hover */
.topbar-two__social a[aria-label="YouTube"]:hover svg path {
  fill: var(--wallox-white, #fff);
}

/* Google hover - keep original colors visible */
.topbar-two__social a[aria-label="Google"]:hover svg {
  opacity: 1;
}




.from-consultation-to-installation {
  justify-content: flex-start !important;
  gap: 20px;
} 


@media (max-width: 767px) {
  .sec-title__tagline {
    margin: 0;
    color: var(--wallox-base, #DF9E42);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    text-align: center !important;
    margin: auto;
  }
  .sec-title__title {
    text-align: center !important;
  }

  .align-items-center {
    align-items: center !important;
  }
  .about-one__count {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--wallox-text-dark, #2E2A20);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 100px;
    margin: 0;
    text-shadow: 0 0 0.1px currentColor;
  }
  
  .about-one__funfact {
    border-radius: 100px;
    background-color: var(--wallox-base, #DF9E42);
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 300px;
    bottom: 22px;
    left: 35px;
    transform: rotate(-180deg);
    position: absolute;
    writing-mode: vertical-rl;
  }

  
.from-consultation-to-installation {
	flex-direction: row; 
  justify-content: center !important;

}

.sec-title {
	padding-bottom: 30px;
	padding-inline: 20px;
}

.wallox-btn { 
	padding: 15px 15px; 
}

.project-card__thumb img {
	min-height: -webkit-fill-available !important;
	height: auto;
}

.how-we-work-mobile{
  display: none;
}

}
 

.why-choose-one__logo-icon__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 0px solid var(--wallox-white, #fff);
	background-color: var(--wallox-gray, #F4EDE4);
}


.service-one__item__thumb::before {
	border-radius: 20px;
	left: 20px;
	right: 20px;
	position: absolute;
	bottom: 20px;
	content: "";
	top: 20px;
	background-image: none !important;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transform: translateY(-100px);
	transition: opacity 500ms ease, transform 500ms ease;
}

.topbar-two__logo a {
	padding: 29px 50px 29px 0px;
	background: var(--wallox-gray, #F4EDE4);
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: start;
}

.preloader {
	position: fixed;
	background-color: #FDF4EE;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

