
/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

/* Owl Carousel Styles */
.main-slider-wrapper .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: none !important;
}

/* Main Slider One Styles */
.main-slider-wrapper .main-slider-one {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.main-slider-wrapper .main-slider-one__item {
  position: relative;
  padding-top: 366px;
  padding-bottom: 176px;
  background-color: #ECF0F5;
  overflow: hidden;
}

@media (max-width: 1299px) {
  .main-slider-wrapper .main-slider-one__item {
    padding-top: 320px;
  }
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__item {
    padding-top: 280px;
  }
}

.main-slider-wrapper .main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.15;
  z-index: 1;
}

.main-slider-wrapper .main-slider-one .container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .main-slider-wrapper .main-slider-one .container {
    max-width: 1638px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.main-slider-wrapper .main-slider-one__content {
  position: relative;
  max-width: 1048px;
}

@media (max-width: 1599px) {
  .main-slider-wrapper .main-slider-one__content {
    max-width: 800px;
  }
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__content {
    max-width: 100%;
  }
}

.main-slider-wrapper .main-slider-one__content__shape-1 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  left: 44%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  animation: rotate 3s linear infinite;
}

.main-slider-wrapper .main-slider-one__content__shape-2 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 61%;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  animation: moveHorizontal 2s linear infinite;
}

.main-slider-wrapper .main-slider-one__top {
  overflow: hidden;
}

.main-slider-wrapper .main-slider-one__sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary_color);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(-100px);
}

@media (max-width: 575px) {
  .main-slider-wrapper .main-slider-one__sub-title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.main-slider-wrapper .main-slider-one__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.257;
  text-transform: capitalize;
  color: var(--primary_color_font);
}

@media (max-width: 1599px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 65px;
  }
}

@media (max-width: 991px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .main-slider-wrapper .main-slider-one__title {
    font-size: 45px;
  }
}

.main-slider-wrapper .main-slider-one__title__inner {
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(200px);
}

.main-slider-wrapper .main-slider-one__title__image {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

.main-slider-wrapper .main-slider-one__title__image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  border-radius: 37px;
  margin-left: -60px;
  margin-top: -5px;
}

.main-slider-wrapper .main-slider-one__title__video {
  width: 80px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 37px;
  font-size: 24px;
  color: #ffffff;
  background-color: rgba(51, 193, 237, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.main-slider-wrapper .main-slider-one__title__video:hover {
  background-color: var(--secondary_color);
}

.main-slider-wrapper .main-slider-one__title__hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider-wrapper .main-slider-one__title__hover__box {
  display: block;
  width: calc(10% + 1px);
  height: 100%;
  top: 0;
  position: absolute;
  transform: translateY(0%);
  background-color: var(--secondary_color);
  transition: all 300ms ease 0ms;
  z-index: 1;
}

.main-slider-wrapper .main-slider-one__description {
  max-width: 674px;
  margin-bottom: 41px;
  overflow: hidden;
}

.main-slider-wrapper .main-slider-one__text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150px);
  color: var(--secondary_color_font);
}

@media (max-width: 575px) {
  .main-slider-wrapper .main-slider-one__text {
    font-size: 16px;
  }
}

.main-slider-wrapper .main-slider-one__button {
  overflow: hidden;
}

.main-slider-wrapper .main-slider-one__button__inner {
  opacity: 0;
  transform: translateY(150px);
}

.main-slider-wrapper .main-slider-one__image {
  position: absolute;
  right: 75px;
  bottom: -176px;
  z-index: 1;
}

@media (max-width: 1799px) {
  .main-slider-wrapper .main-slider-one__image {
    right: 50px;
  }
}

@media (max-width: 1399px) {
  .main-slider-wrapper .main-slider-one__image {
    max-width: 480px;
  }
}

@media (max-width: 1299px) {
  .main-slider-wrapper .main-slider-one__image {
    display: none;
  }
}

.main-slider-wrapper .main-slider-one__image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
}

.main-slider-wrapper .main-slider-one__patients {
  padding: 21.5px 30px 24.5px;
  position: absolute;
  left: -98px;
  bottom: 168px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 1599px) {
  .main-slider-wrapper .main-slider-one__patients {
    left: -80px;
    bottom: 140px;
  }
}

.main-slider-wrapper .main-slider-one__patients__icon {
  position: relative;
  top: 8px;
  display: inline-flex;
  font-size: 42px;
  color: var(--secondary_color);
}

.main-slider-wrapper .main-slider-one__patients__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-wrapper .main-slider-one__patients__number {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: var(--secondary_color);
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.main-slider-wrapper .main-slider-one__patients__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.428;
  color: var(--secondary_color_font);
}

.main-slider-wrapper .main-slider-one__shape-1 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -100%;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  animation: rotate 3s linear infinite;
}

.main-slider-wrapper .main-slider-one__shape-2 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 280px;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  animation: rotate 3s linear infinite;
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__shape-2 {
    top: 200px;
  }
}

@media (max-width: 991px) {
  .main-slider-wrapper .main-slider-one__shape-2 {
    display: none !important;
  }
}

.main-slider-wrapper .main-slider-one__bg-top {
  width: 557px;
  height: 557px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -184px;
  left: -202px;
  transform: rotate(-135deg) translate(100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 260px;
  background-color: rgba(44, 81, 163, 0.04);
}

@media (max-width: 1599px) {
  .main-slider-wrapper .main-slider-one__bg-top {
    top: -234px;
    left: -252px;
  }
}

@media (max-width: 1299px) {
  .main-slider-wrapper .main-slider-one__bg-top {
    top: -264px;
    left: -282px;
  }
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__bg-top {
    top: -284px;
    left: -302px;
  }
}

@media (max-width: 767px) {
  .main-slider-wrapper .main-slider-one__bg-top {
    top: -304px;
    left: -322px;
  }
}

.main-slider-wrapper .main-slider-one__bg-top__1 {
  width: 435px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(44, 81, 163, 0.05);
}

.main-slider-wrapper .main-slider-one__bg-top__2 {
  width: 301px;
  height: 301px;
  border-radius: 50%;
  background-color: rgba(44, 81, 163, 0.06);
}

.main-slider-wrapper .main-slider-one__bg-bottom {
  width: 595px;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -216px;
  bottom: -197px;
  transform: rotate(45deg) translate(100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 260px;
  background-color: rgba(51, 193, 237, 0.1);
  z-index: 2;
}

@media (max-width: 1299px) {
  .main-slider-wrapper .main-slider-one__bg-bottom {
    right: -306px;
    bottom: -297px;
  }
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one__bg-bottom {
    right: -336px;
    bottom: -317px;
  }
}

@media (max-width: 767px) {
  .main-slider-wrapper .main-slider-one__bg-bottom {
    right: -356px;
    bottom: -337px;
  }
}

.main-slider-wrapper .main-slider-one__bg-bottom__1 {
  width: 465px;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(51, 193, 237, 0.15);
}

.main-slider-wrapper .main-slider-one__bg-bottom__2 {
  width: 322px;
  height: 322px;
  border-radius: 50%;
  background-color: rgba(51, 193, 237, 0.2);
}

/* Active Slide Animations */
.main-slider-wrapper .main-slider-one .active .main-slider-one__sub-title,
.main-slider-wrapper .main-slider-one .active .main-slider-one__title__inner,
.main-slider-wrapper .main-slider-one .active .main-slider-one__text,
.main-slider-wrapper .main-slider-one .active .main-slider-one__button__inner {
  opacity: 1;
  transform: translateY(0);
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__sub-title {
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__inner {
  transition-delay: 900ms;
  transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box {
  transform: translateY(110%);
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--1 {
  left: 0;
  transition-delay: 1300ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--2 {
  left: 10%;
  transition-delay: 1400ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--3 {
  left: 20%;
  transition-delay: 1500ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--4 {
  left: 30%;
  transition-delay: 1600ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--5 {
  left: 40%;
  transition-delay: 1700ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--6 {
  left: 50%;
  transition-delay: 1800ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--7 {
  left: 60%;
  transition-delay: 1900ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--8 {
  left: 70%;
  transition-delay: 2000ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--9 {
  left: 80%;
  transition-delay: 2100ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__title__hover__box--10 {
  left: 90%;
  transition-delay: 2200ms;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__text {
  transition-delay: 1100ms;
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__button__inner {
  transition-delay: 1400ms;
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__content__shape-1,
.main-slider-wrapper .main-slider-one .active .main-slider-one__content__shape-2,
.main-slider-wrapper .main-slider-one .active .main-slider-one__shape-1,
.main-slider-wrapper .main-slider-one .active .main-slider-one__shape-2,
.main-slider-wrapper .main-slider-one .active .main-slider-one__bg-top,
.main-slider-wrapper .main-slider-one .active .main-slider-one__bg-bottom {
  opacity: 1;
  visibility: visible;
  transition: all 1300ms ease;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__content__shape-1 {
  top: -49px;
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one .active .main-slider-one__content__shape-1 {
    top: -80px;
  }
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__content__shape-2 {
  bottom: -76px;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__shape-1 {
  left: 43px;
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__shape-2 {
  right: 72px;
}

@media (max-width: 1199px) {
  .main-slider-wrapper .main-slider-one .active .main-slider-one__shape-2 {
    top: 200px;
  }
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__bg-top {
  transform: rotate(-135deg) translate(0px);
}

.main-slider-wrapper .main-slider-one .active .main-slider-one__bg-bottom {
  transform: rotate(45deg) translate(0px);
}

/* Video Button Styles */
.main-slider-wrapper .video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  background-color: transparent;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
  text-decoration: none;
}

.main-slider-wrapper .video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-wrapper .video-btn:hover {
  color: #ffffff;
  background-color: var(--secondary_color);
}

.main-slider-wrapper .video-btn__ripple::before,
.main-slider-wrapper .video-btn__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(51, 193, 237, 0.7);
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}

.main-slider-wrapper .video-btn__ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-wrapper .video-btn__ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* Mediox Button Styles */
.main-slider-wrapper .mediox-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--secondary_color);
  font-family: var(--primary_font);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  padding: 12px 20.5px;
  cursor: pointer;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  text-decoration: none;
}

.main-slider-wrapper .mediox-btn::before,
.main-slider-wrapper .mediox-btn::after {
  content: "";
  background-color: var(--primary_color_font);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.main-slider-wrapper .mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}

.main-slider-wrapper .mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}

.main-slider-wrapper .mediox-btn:hover::before,
.main-slider-wrapper .mediox-btn:hover::after {
  width: calc(50% + 6px);
}

.main-slider-wrapper .mediox-btn__icon {
  display: inline-flex;
  font-size: 11px;
  color: #ffffff;
  transition: all 500ms ease;
}

.main-slider-wrapper .mediox-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-slider-wrapper .mediox-btn:hover .mediox-btn__icon {
  transform: rotate(45deg);
}

/* Utility Classes */
.main-slider-wrapper .gutter-y-60 {
  margin-top: -60px;
}

.main-slider-wrapper .gutter-y-60 > * {
  margin-top: 60px;
}


/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

/* Section Title Styles */
.why-choose-wrapper .sec-title--center {
  text-align: center;
  margin-bottom: 49px;
}

.why-choose-wrapper .sec-title--center .sec-title__top {
  justify-content: center;
}

.why-choose-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-choose-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.why-choose-wrapper .sec-title__tagline {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .why-choose-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.why-choose-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
  color: var(--primary_color_font);
}

@media (max-width: 767px) {
  .why-choose-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .why-choose-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Section Space */
.why-choose-wrapper .section-space-top-two {
  padding-top: 118px;
}

@media (max-width: 767px) {
  .why-choose-wrapper .section-space-top-two {
    padding-top: 96px;
  }
}

@media (max-width: 575px) {
  .why-choose-wrapper .section-space-top-two {
    padding-top: 76px;
  }
}

/* Why Choose Two Styles */
.why-choose-wrapper .why-choose-two {
  position: relative;
  background-color: #ffffff;
}

.why-choose-wrapper .why-choose-two .container {
  position: relative;
  z-index: 1;
}

.why-choose-wrapper .why-choose-two__inner {
  position: relative;
  padding: 0 40px 78px;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-two__inner {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .why-choose-wrapper .why-choose-two__inner {
    padding: 30px;
  }
}

@media (max-width: 430px) {
  .why-choose-wrapper .why-choose-two__inner {
    padding: 30px 20px 20px;
  }
}

.why-choose-wrapper .why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ECF0F5;
  border-radius: inherit;
}

/* Commented out mask properties as per rules */
 @media (min-width: 1200px) {
  .why-choose-wrapper .why-choose-two__bg {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 3946 c0 -8 -10 -18 -22 -21 -33 -10 -87 -65 -104 -104 -12 -28 -14 -302 -14 -1852 0 -1380 3 -1825 12 -1846 17 -41 68 -92 107 -109 51 -21 8691 -21 8742 0 39 17 94 71 104 104 3 12 13 22 21 22 12 0 14 248 14 1830 0 1610 -2 1830 -15 1830 -8 0 -17 11 -21 24 -7 28 -70 91 -101 101 -13 3 -23 13 -23 21 0 12 -143 14 -1030 14 -854 0 -1030 -2 -1030 -13 0 -8 -11 -19 -24 -25 -36 -16 -73 -72 -81 -122 -16 -106 -46 -155 -115 -188 -32 -16 -186 -17 -2095 -17 -1988 0 -2061 1 -2094 19 -68 36 -101 88 -101 158 0 53 -34 116 -77 143 -18 11 -32 26 -33 33 0 9 -209 12 -1010 12 -870 0 -1010 -2 -1010 -14z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 3946 c0 -8 -10 -18 -22 -21 -33 -10 -87 -65 -104 -104 -12 -28 -14 -302 -14 -1852 0 -1380 3 -1825 12 -1846 17 -41 68 -92 107 -109 51 -21 8691 -21 8742 0 39 17 94 71 104 104 3 12 13 22 21 22 12 0 14 248 14 1830 0 1610 -2 1830 -15 1830 -8 0 -17 11 -21 24 -7 28 -70 91 -101 101 -13 3 -23 13 -23 21 0 12 -143 14 -1030 14 -854 0 -1030 -2 -1030 -13 0 -8 -11 -19 -24 -25 -36 -16 -73 -72 -81 -122 -16 -106 -46 -155 -115 -188 -32 -16 -186 -17 -2095 -17 -1988 0 -2061 1 -2094 19 -68 36 -101 88 -101 158 0 53 -34 116 -77 143 -18 11 -32 26 -33 33 0 9 -209 12 -1010 12 -870 0 -1010 -2 -1010 -14z"/> </g> </svg>');
      -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
} 

.why-choose-wrapper .why-choose-two__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.3;
  border-radius: inherit;
}

.why-choose-wrapper .why-choose-two__tab-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn {
  position: relative;
  padding: 3px 15px;
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  color: var(--primary_color_font);
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.75;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid #D9E1EB;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn::before,
.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn::after {
  content: "";
  background-color: var(--secondary_color);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn:hover {
  color: #ffffff;
  border-color: var(--secondary_color);
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn:hover::before,
.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn:hover::after {
  width: calc(50% + 6px);
}

.why-choose-wrapper .why-choose-two__tab-box .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background-color: var(--secondary_color);
}

.why-choose-wrapper .why-choose-two__tab-box .tabs-content {
  margin-top: 65px;
  position: relative;
  display: block;
}

@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-two__tab-box .tabs-content {
    margin-top: 40px;
  }
}

.why-choose-wrapper .why-choose-two__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  transition: all 600ms ease;
  z-index: 10;
}

.why-choose-wrapper .why-choose-two__tab-box .tabs-content .tab.active-tab {
  display: block;
}

@media (min-width: 1200px) {
  .why-choose-wrapper .why-choose-two__tab-col-1 {
    flex: 0 0 auto;
    width: 54.643%;
  }

  .why-choose-wrapper .why-choose-two__tab-col-2 {
    flex: 0 0 auto;
    width: 45.357%;
  }
}

.why-choose-wrapper .why-choose-two__image {
  display: grid;
  grid-template-columns: 376px 176px;
  grid-gap: 30px;
}

@media (max-width: 767px) {
  .why-choose-wrapper .why-choose-two__image {
    grid-template-columns: 1fr;
  }
}

.why-choose-wrapper .why-choose-two__image img + img {
  margin-top: 30px;
}

.why-choose-wrapper .why-choose-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .why-choose-wrapper .why-choose-two__image__two {
    display: none;
  }
}

.why-choose-wrapper .why-choose-two__content {
  padding: 32px 40px;
  background-color: #ffffff;
  border-radius: 30px;
}

@media (max-width: 575px) {
  .why-choose-wrapper .why-choose-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 430px) {
  .why-choose-wrapper .why-choose-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.why-choose-wrapper .why-choose-two__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.666;
  color: var(--primary_color_font);
}

.why-choose-wrapper .why-choose-two__text {
  margin-bottom: 35px;
  font-weight: 400;
  color: var(--secondary_color_font);
}

.why-choose-wrapper .why-choose-two__list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}

.why-choose-wrapper .why-choose-two__list li {
  width: calc(50% - 15px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary_color_font);
  text-transform: capitalize;
  line-height: 1.875;
}

@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-two__list li {
    width: 100%;
  }
}

.why-choose-wrapper .why-choose-two__list__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--secondary_color);
}

.why-choose-wrapper .why-choose-two__shape {
  width: 18px;
  height: 18px;
  position: absolute;
  animation: 3s rotate linear infinite;
}

@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-two__shape {
    display: none;
  }
}

.why-choose-wrapper .why-choose-two__shape--1 {
  right: -70px;
  bottom: 290px;
}

@media (max-width: 1399px) {
  .why-choose-wrapper .why-choose-two__shape--1 {
    right: -40px;
  }
}

.why-choose-wrapper .why-choose-two__shape--2 {
  top: 243px;
  right: 115px;
}

.why-choose-wrapper .why-choose-two__shape::before,
.why-choose-wrapper .why-choose-two__shape::after {
  content: "";
  width: 18px;
  height: 6px;
  background-color: rgba(51, 193, 237, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-choose-wrapper .why-choose-two__shape::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.why-choose-wrapper .why-choose-two__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

@media (max-width: 1399px) {
  .why-choose-wrapper .why-choose-two__shape-3 {
    left: -50px;
  }
}

@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-two__shape-3 {
    display: none;
  }
}

.why-choose-wrapper .why-choose-two__shape-4 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 91px;
  bottom: 371px;
  animation: shapeMover 3s linear infinite;
}

@media (max-width: 1599px) {
  .why-choose-wrapper .why-choose-two__shape-4 {
    right: 60px;
  }
}

@media (max-width: 1399px) {
  .why-choose-wrapper .why-choose-two__shape-4 {
    display: none;
  }
}

/* Utility Classes */
.why-choose-wrapper .gutter-y-40 {
  margin-top: -40px;
}

.why-choose-wrapper .gutter-y-40 > * {
  margin-top: 40px;
}

.why-choose-wrapper .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* Utility Classes */
.slider-wrapper .gutter-y-40 {
  --bs-gutter-y: 40px;
}

.slider-wrapper .section-space-bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .slider-wrapper .section-space-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper .section-space-bottom {
    padding-bottom: 80px;
  }
}

/* Section Title */
.slider-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.slider-wrapper .sec-title__tagline {
  margin: 0;
  font-size: 16px;
  color: var(--primary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .slider-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.slider-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
}

@media (max-width: 767px) {
  .slider-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Services Two Section */
.slider-wrapper .services-two {
  position: relative;
  padding-top: 297px;
  background-color: var(--secondary_color);
}

@media (max-width: 767px) {
  .slider-wrapper .services-two {
    padding-top: 277px;
  }
}

@media (max-width: 575px) {
  .slider-wrapper .services-two {
    padding-top: 257px;
  }
}

.slider-wrapper .services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.slider-wrapper .services-two .container {
  position: relative;
  z-index: 1;
}

.slider-wrapper .services-two__top {
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(217, 225, 235, 0.2);
}

.slider-wrapper .services-two .sec-title__tagline,
.slider-wrapper .services-two .sec-title__title {
  color: #FFFFFF;
}

.slider-wrapper .services-two__custome-navs {
  position: relative;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

@media (max-width: 991px) {
  .slider-wrapper .services-two__custome-navs {
    top: 0;
  }
}

.slider-wrapper .services-two__custome-navs button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary_color_font);
  background-color: #FFFFFF;
  border: 1px solid #D9E1EB;
  border-radius: 50%;
  transition: all 400ms ease;
}

.slider-wrapper .services-two__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.slider-wrapper .services-two__custome-navs button:hover {
  color: #FFFFFF;
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

@media (max-width: 767px) {
  .slider-wrapper .services-two__custome-navs button {
    width: 55px;
    height: 55px;
  }
}

.slider-wrapper .services-two__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}

.slider-wrapper .services-two__container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .slider-wrapper .services-two__container {
    padding-right: 0;
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.slider-wrapper .services-two__bottom {
  margin-top: 60px;
  text-align: center;
}

.slider-wrapper .services-two__bottom__text {
  margin: 0;
  padding: 7px 20px;
  display: inline-block;
  color: #FFFFFF;
  text-transform: capitalize;
  line-height: 1.625;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-wrapper .services-two__bottom__text a {
  color: var(--primary_color);
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  text-decoration: none;
}

.slider-wrapper .services-two__bottom__text a:hover {
  background-size: 100% 1px;
}

.slider-wrapper .services-two__shape {
  position: absolute;
  top: -174px;
  right: 28px;
  animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
  .slider-wrapper .services-two__shape {
    display: none;
  }
}

/* Service Card Two */
.slider-wrapper .service-card-two {
  position: relative;
  border-radius: 30px;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two {
    background-color: #FFFFFF;
  }
}

.slider-wrapper .service-card-two::after {
  content: "";
  width: 160px;
  height: 135px;
  background-color: var(--primary_color_font);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 30px 0 0;
  z-index: -1;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two::after {
    display: none;
  }
}

.slider-wrapper .service-card-two:hover::after {
  background-color: var(--primary_color);
}

.slider-wrapper .service-card-two__bg {
  background-color: #FFFFFF;
  border-radius: 30px;
}

@media (min-width: 1200px) {
  .slider-wrapper .service-card-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 627.000000"><g transform="translate(0.000000,627.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M350 6260 c0 -6 -12 -15 -27 -21 -153 -60 -255 -157 -303 -290 -20 -53 -20 -93 -20 -2826 0 -1995 3 -2780 11 -2800 61 -155 156 -254 290 -303 53 -20 100 -20 4191 -20 2989 0 4145 3 4165 11 78 31 141 68 182 109 58 56 108 132 122 182 5 22 17 42 25 45 12 4 14 265 14 1979 0 1737 -2 1974 -15 1974 -8 0 -17 12 -21 28 -22 98 -135 227 -250 283 l-69 34 -590 6 c-329 3 -608 10 -630 16 -111 27 -255 135 -299 223 -57 114 -56 105 -56 523 0 321 -3 400 -16 459 -43 189 -134 291 -327 367 -15 6 -25 16 -22 21 4 7 -1066 10 -3174 10 -2159 0 -3181 -3 -3181 -10z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 627.000000"><g transform="translate(0.000000,627.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M350 6260 c0 -6 -12 -15 -27 -21 -153 -60 -255 -157 -303 -290 -20 -53 -20 -93 -20 -2826 0 -1995 3 -2780 11 -2800 61 -155 156 -254 290 -303 53 -20 100 -20 4191 -20 2989 0 4145 3 4165 11 78 31 141 68 182 109 58 56 108 132 122 182 5 22 17 42 25 45 12 4 14 265 14 1979 0 1737 -2 1974 -15 1974 -8 0 -17 12 -21 28 -22 98 -135 227 -250 283 l-69 34 -590 6 c-329 3 -608 10 -630 16 -111 27 -255 135 -299 223 -57 114 -56 105 -56 523 0 321 -3 400 -16 459 -43 189 -134 291 -327 367 -15 6 -25 16 -22 21 4 7 -1066 10 -3174 10 -2159 0 -3181 -3 -3181 -10z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

.slider-wrapper .service-card-two__content {
  position: relative;
  padding: 30px;
  z-index: 1;
}

@media (max-width: 390px) {
  .slider-wrapper .service-card-two__content {
    padding: 25px;
  }
}

.slider-wrapper .service-card-two__image {
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two__image {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .slider-wrapper .service-card-two__image {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
  }
}

.slider-wrapper .service-card-two__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

@media (max-width: 390px) {
  .slider-wrapper .service-card-two__title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .slider-wrapper .service-card-two__title {
    margin: 0;
    padding: 30px 0 112px 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}

.slider-wrapper .service-card-two__title:hover {
  color: var(--primary_color);
}

.slider-wrapper .service-card-two__title a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .slider-wrapper .service-card-two__title a:hover {
    background-size: 100% 1px;
  }
}

.slider-wrapper .service-card-two__link {
  display: inline-flex;
  font-size: 30px;
  color: var(--primary_color);
  transition: all 500ms ease;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two__link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: var(--primary_color);
    border-radius: 50%;
  }
}

@media (min-width: 1200px) {
  .slider-wrapper .service-card-two__link {
    position: absolute;
    top: 37px;
    right: 47px;
    z-index: 1;
  }
}

.slider-wrapper .service-card-two__link:hover {
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  .slider-wrapper .service-card-two__link:hover {
    background-color: var(--primary_color);
  }
}

.slider-wrapper .service-card-two__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@media (min-width: 1200px) {
  .slider-wrapper .service-card-two:hover .service-card-two__link {
    color: #FFFFFF;
  }
}

/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Hero Widget Styles - Scoped under .hero-wrapper */

.hero-wrapper {
  position: relative;
}

.hero-wrapper .main-slider-two {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.hero-wrapper .main-slider-two__carousel {
  position: relative;
  width: 100%;
}

.hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter {
  position: absolute;
  top: 50%;
  left: 53px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 17px;
  z-index: 3;
}

@media (max-width: 1399px) {
  .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter {
    left: 15px;
  }
}

@media (max-width: 1199px) {
  .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter {
    display: none;
  }
}

.hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current {
  position: relative;
  font-size: 26px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1399px) {
  .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current {
    font-size: 23px;
  }
}

.hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translateY(-50%);
  background-color: var(--secondary_color);
}

@media (max-width: 1399px) {
  .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
    display: none;
  }
}

.hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__total {
  position: relative;
  font-size: 16px;
  color: #707882;
  font-weight: 600;
  line-height: 1;
}

.hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__total::before {
  content: "";
  width: 2px;
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(20deg);
  background-color: #707882;
}

.hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 14px;
}

@media (min-width: 1200px) {
  .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav {
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav {
    right: 40px;
  }
}

.hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button {
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--secondary_color);
  color: #FFFFFF;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}

.hero-wrapper .main-slider-two__item {
  position: relative;
  padding: 30px 141px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .hero-wrapper .main-slider-two__item {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1199px) {
  .hero-wrapper .main-slider-two__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .main-slider-two__item {
    padding: 15px 15px 0;
  }
}

.hero-wrapper .main-slider-two__item__shape {
  width: 100%;
  height: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ECF0F5;
  z-index: 1;
}

.hero-wrapper .main-slider-two__item__shape__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.hero-wrapper .main-slider-two__wrapper {
  position: relative;
  padding-top: 191px;
  padding-bottom: 134px;
  overflow: hidden;
  border-radius: var(--general_border_radius);
  z-index: 2;
}

@media (max-width: 1599px) {
  .hero-wrapper .main-slider-two__wrapper {
    padding-bottom: 198px;
    padding-top: 153px;
  }
}

@media (max-width: 1199px) {
  .hero-wrapper .main-slider-two__wrapper {
    padding-bottom: 230px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .main-slider-two__wrapper {
    padding-top: 133px;
    padding-bottom: 220px;
  }
}

@media (max-width: 390px) {
  .hero-wrapper .main-slider-two__wrapper {
    padding-top: 123px;
    padding-bottom: 210px;
  }
}

.hero-wrapper .main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: var(--general_border_radius);
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

.hero-wrapper .main-slider-two__bg::after {
  content: "";
  width: 100%;
  max-width: 1090px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary_color) 6.58%, rgba(0, 165, 241, 0.8) 43.94%, rgba(0, 165, 241, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrapper .main-slider-two .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .hero-wrapper .main-slider-two .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .hero-wrapper .main-slider-two .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .hero-wrapper .main-slider-two .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.hero-wrapper .main-slider-two__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-wrapper .main-slider-two__sub-title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary_color);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-120px);
}

@media (max-width: 575px) {
  .hero-wrapper .main-slider-two__sub-title {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .hero-wrapper .main-slider-two__sub-title {
    letter-spacing: 0.05em;
  }
}

.hero-wrapper .main-slider-two__title {
  margin-bottom: 9px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.125;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(300px);
  position: relative;
}

@media (max-width: 1399px) {
  .hero-wrapper .main-slider-two__title {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-wrapper .main-slider-two__title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .hero-wrapper .main-slider-two__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .main-slider-two__title {
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  .hero-wrapper .main-slider-two__title {
    font-size: 45px;
  }
}

.hero-wrapper .main-slider-two__title__overlay-group {
  display: block;
  position: relative;
}

.hero-wrapper .main-slider-two__title__overlay {
  background-color: var(--secondary_color);
  width: 16.66%;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  transition: top 1000ms cubic-bezier(0.65, 0, 0.076, 1), bottom 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
  z-index: 1;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(2),
.hero-wrapper .main-slider-two__title__overlay:nth-child(4),
.hero-wrapper .main-slider-two__title__overlay:nth-child(6) {
  top: 5px;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(2) {
  left: 16.66%;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(4) {
  left: 49.98%;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(6) {
  left: 83.3%;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(1),
.hero-wrapper .main-slider-two__title__overlay:nth-child(3),
.hero-wrapper .main-slider-two__title__overlay:nth-child(5) {
  bottom: 5px;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(1) {
  left: 0;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(3) {
  left: 33.32%;
}

.hero-wrapper .main-slider-two__title__overlay:nth-child(5) {
  left: 66.64%;
}

.hero-wrapper .main-slider-two__text {
  margin-bottom: 51px;
  max-width: 551px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.666;
  opacity: 0;
  transform: translateX(-300px);
}

@media (max-width: 575px) {
  .hero-wrapper .main-slider-two__text {
    font-size: 16px;
  }
}

.hero-wrapper .main-slider-two__button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-wrapper .main-slider-two__button-1,
.hero-wrapper .main-slider-two__button-2 {
  opacity: 0;
  transform: translateY(120px);
}

.hero-wrapper .main-slider-two__button-1 .mediox-btn::before,
.hero-wrapper .main-slider-two__button-1 .mediox-btn::after {
  background-color: #FFFFFF;
}

.hero-wrapper .main-slider-two__button-1 .mediox-btn:hover,
.hero-wrapper .main-slider-two__button-1 .mediox-btn:hover .mediox-btn__icon {
  color: var(--secondary_color);
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn {
  padding: 11px 20.5px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn::before,
.hero-wrapper .main-slider-two__button-2 .mediox-btn::after {
  content: "";
  background-color: var(--secondary_color);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn:hover {
  border-color: var(--secondary_color);
}

.hero-wrapper .main-slider-two__button-2 .mediox-btn:hover::before,
.hero-wrapper .main-slider-two__button-2 .mediox-btn:hover::after {
  width: calc(50% + 6px);
}

.hero-wrapper .main-slider-two__info {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--primary_color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 1199px) {
  .hero-wrapper .main-slider-two__info {
    display: none;
  }
}

.hero-wrapper .main-slider-two__info__inner {
  padding: 70px 65.5px 29px 50.5px;
  display: flex;
  align-items: flex-start;
  gap: 110px;
  border-radius: 30px 0 30px 0;
  z-index: 1;
}

.hero-wrapper .main-slider-two__call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-wrapper .main-slider-two__call::after {
  content: "";
  width: 1px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}

.hero-wrapper .main-slider-two__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--secondary_color);
  background-color: #ECF0F5;
  transition: all 500ms ease;
}

.hero-wrapper .main-slider-two__call:hover .main-slider-two__call__icon {
  color: #FFFFFF;
  background-color: var(--secondary_color);
}

.hero-wrapper .main-slider-two__call__title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}

.hero-wrapper .main-slider-two__call__number {
  margin: 0;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.35;
}

.hero-wrapper .main-slider-two__call__number:hover {
  color: var(--secondary_color);
}

.hero-wrapper .main-slider-two__call__number a {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.hero-wrapper .main-slider-two__call__number a:hover {
  background-size: 100% 1px;
}

.hero-wrapper .main-slider-two__social {
  margin-top: -6px;
}

.hero-wrapper .main-slider-two__social__title {
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}

.hero-wrapper .main-slider-two__social__title::after {
  content: "";
  width: 37px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
}

.hero-wrapper .main-slider-two__social__links {
  display: flex;
  align-items: center;
  gap: 19px;
}

.hero-wrapper .main-slider-two__social__links a {
  display: inline-flex;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 500ms ease;
  text-decoration: none;
}

.hero-wrapper .main-slider-two__social__links a:hover {
  color: var(--secondary_color);
}

/* Active slide animations */
.hero-wrapper .main-slider-two .item.active .main-slider-two__bg {
  transform: scale(1.2);
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 500ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(2),
.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(4),
.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(6) {
  top: 105%;
  transition: top 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(1),
.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(3),
.hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(5) {
  bottom: 105%;
  transition: bottom 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__text {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__button-1,
.hero-wrapper .main-slider-two .item.active .main-slider-two__button-2 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 1000ms;
}

.hero-wrapper .main-slider-two .item.active .main-slider-two__button-2 {
  transition-delay: 1100ms;
}

/* Mediox Button Styles */
.hero-wrapper .mediox-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--secondary_color);
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  padding: 12px 20.5px;
  cursor: pointer;
  transition: 500ms;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}

.hero-wrapper .mediox-btn::before,
.hero-wrapper .mediox-btn::after {
  content: "";
  background-color: var(--secondary_color_font);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

.hero-wrapper .mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}

.hero-wrapper .mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}

.hero-wrapper .mediox-btn:hover::before,
.hero-wrapper .mediox-btn:hover::after {
  width: calc(50% + 6px);
}

.hero-wrapper .mediox-btn__icon {
  display: inline-flex;
  font-size: 11px;
  color: #FFFFFF;
  transition: all 500ms ease;
}

.hero-wrapper .mediox-btn:hover .mediox-btn__icon {
  transform: rotate(45deg);
}

/* Utility Classes */
.hero-wrapper .section-space-bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .hero-wrapper .section-space-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .section-space-bottom {
    padding-bottom: 80px;
  }
}

.hero-wrapper .section-space-two {
  padding-top: 118px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .hero-wrapper .section-space-two {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .section-space-two {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

.hero-wrapper .gutter-y-30 > * {
  margin-bottom: 30px;
}

.hero-wrapper .gutter-y-50 > * {
  margin-bottom: 50px;
}

/* Features One Section */
.hero-wrapper .features-one {
  padding-top: 60px;
  position: relative;
  background-color: #ECF0F5;
  margin-top: 0;
}

.hero-wrapper .features-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

.hero-wrapper .features-one .container {
  position: relative;
  z-index: 1;
}

.hero-wrapper .features-one__card {
  position: relative;
  border-radius: var(--general_border_radius);
}

.hero-wrapper .features-one__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0px 4px 50px rgba(0, 165, 241, 0.1);
}

.hero-wrapper .features-one__card__content {
  position: relative;
  padding: 0 30px 23px;
  z-index: 1;
}

.hero-wrapper .features-one__card__icon {
  margin-bottom: 19px;
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: var(--secondary_color);
  font-size: 40px;
  color: #FFFFFF;
  z-index: 1;
  transition: all 500ms ease;
}

.hero-wrapper .features-one__card__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: var(--primary_color);
  transition: transform 400ms ease, opacity 400ms ease;
}

.hero-wrapper .features-one__card:hover .features-one__card__icon::after {
  opacity: 1;
  transform: scale(1);
}

.hero-wrapper .features-one__card__title {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.388;
  text-transform: capitalize;
  color: var(--primary_color_font);
}

.hero-wrapper .features-one__card__text {
  margin: 0;
  line-height: 1.625;
  color: var(--primary_color_font);
}

/* About Two Section */
.hero-wrapper .about-two {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 0;
  margin-top: 0;
}

.hero-wrapper .about-two .container {
  position: relative;
  z-index: 1;
}

.hero-wrapper .about-two__image {
  position: relative;
}

@media (max-width: 991px) {
  .hero-wrapper .about-two__image {
    max-width: 550px;
  }
}

.hero-wrapper .about-two__image__one {
  position: relative;
  display: table;
  z-index: 1;
}

.hero-wrapper .about-two__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: var(--general_border_radius);
}

.hero-wrapper .about-two__image__two {
  padding: 10px;
  display: table;
  position: absolute;
  top: 122px;
  right: -19px;
  background-color: #FFFFFF;
  border-radius: var(--general_border_radius);
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-wrapper .about-two__image__two {
    top: 180px;
    right: 0;
  }
}

@media (max-width: 480px) {
  .hero-wrapper .about-two__image__two {
    margin-top: 30px;
    position: static;
  }
}

.hero-wrapper .about-two__image__two__inner {
  position: relative;
  padding: 60px 0 0 0;
  background-color: var(--secondary_color);
  border-radius: inherit;
}

.hero-wrapper .about-two__image__two__inner > img {
  position: relative;
  left: -37px;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

@media (max-width: 480px) {
  .hero-wrapper .about-two__image__two__inner > img {
    left: -15px;
  }
}

.hero-wrapper .about-two__image__two__shape-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  overflow: hidden;
}

.hero-wrapper .about-two__image__two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 31px;
  right: 29px;
  animation: rotate 4s linear infinite;
}

.hero-wrapper .about-two__image__two__bg-top {
  width: 223px;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -66px;
  left: -71px;
  transform: rotate(-135deg);
  border-radius: 260px 260px 10px 260px;
  background-color: rgba(0, 165, 241, 0.1);
}

.hero-wrapper .about-two__image__two__bg-top__1 {
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 165, 241, 0.15);
}

.hero-wrapper .about-two__image__two__bg-top__2 {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: rgba(0, 165, 241, 0.2);
}

.hero-wrapper .about-two__image__two__bg-bottom {
  width: 223px;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -71px;
  bottom: -64px;
  transform: rotate(45deg);
  border-radius: 260px 260px 10px 260px;
  background-color: rgba(0, 165, 241, 0.1);
}

.hero-wrapper .about-two__image__two__bg-bottom__1 {
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 165, 241, 0.15);
}

.hero-wrapper .about-two__image__two__bg-bottom__2 {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: rgba(0, 165, 241, 0.2);
}

.hero-wrapper .about-two__image__three {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .hero-wrapper .about-two__image__three {
    display: none;
  }
}

.hero-wrapper .about-two__image__shape {
  width: 482px;
  height: 370px;
  position: absolute;
  left: -38px;
  bottom: -154px;
  background-color: #ECF0F5;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -338 100 -432z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -338 100 -432z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 480px) {
  .hero-wrapper .about-two__image__shape {
    display: none;
  }
}

.hero-wrapper .about-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 293px;
  left: 139px;
  opacity: 0.25;
  animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
  .hero-wrapper .about-two__shape {
    left: 80px;
  }
}

@media (max-width: 1599px) {
  .hero-wrapper .about-two__shape {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .hero-wrapper .about-two__shape {
    display: none;
  }
}

.hero-wrapper .about-two__content {
  padding-left: 51px;
}

@media (max-width: 1199px) {
  .hero-wrapper .about-two__content {
    padding-left: 0;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .hero-wrapper .about-two__content {
    margin-top: 180px;
  }
}

@media (max-width: 480px) {
  .hero-wrapper .about-two__content {
    margin-top: 0;
  }
}

.hero-wrapper .about-two .sec-title {
  margin-bottom: 21px;
}

.hero-wrapper .about-two__text {
  margin-bottom: 24px;
  font-weight: 400;
  color: var(--primary_color_font);
}

.hero-wrapper .about-two__list {
  margin-bottom: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none;
  padding: 0;
}

.hero-wrapper .about-two__list li {
  width: calc(50% - 60px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary_color_font);
  text-transform: capitalize;
  line-height: 1.875;
}

@media (max-width: 1199px) {
  .hero-wrapper .about-two__list li {
    width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .hero-wrapper .about-two__list li {
    width: 100%;
  }
}

.hero-wrapper .about-two__list__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--secondary_color);
}

/* Section Title Styles */
.hero-wrapper .sec-title {
  margin-bottom: 21px;
}

.hero-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.hero-wrapper .sec-title__tagline {
  margin: 0;
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hero-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.hero-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
  color: var(--primary_color_font);
}

@media (max-width: 767px) {
  .hero-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .hero-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Animations */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes zump {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

/* Section Title Styles */
.faq-wrapper .sec-title__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-wrapper .sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

.faq-wrapper .sec-title__tagline {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .faq-wrapper .sec-title__tagline {
    font-size: 14px;
  }
}

.faq-wrapper .sec-title__title {
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
  color: #ffffff;
}

@media (max-width: 767px) {
  .faq-wrapper .sec-title__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .sec-title__title {
    font-size: 35px;
  }
}

/* Section Space */
.faq-wrapper .section-space-two {
  padding-top: 118px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .faq-wrapper .section-space-two {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .section-space-two {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

/* FAQ One Styles */
.faq-wrapper .faq-one {
  position: relative;
  background-color: var(--primary_color_font);
  counter-reset: faqNumber;
}

.faq-wrapper .faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: screen;
}

.faq-wrapper .faq-one--home2 .faq-one__bg {
  mix-blend-mode: overlay;
  opacity: 0.2;
}

.faq-wrapper .faq-one .container {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one__content {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one .sec-title {
  margin-bottom: 49px;
}

.faq-wrapper .faq-one .faq-accordion {
  position: relative;
  z-index: 1;
}

.faq-wrapper .faq-one .faq-accordion .accordion {
  background-color: transparent;
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .accordion + .accordion {
  margin-top: 21px;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title {
  position: relative;
  padding: 15.5px 65px 15.5px 60px;
  background-color: transparent;
  border: 1px solid rgba(217, 225, 235, 0.2);
  cursor: pointer;
  overflow: hidden;
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title::after {
  content: "0" counter(faqNumber);
  counter-increment: faqNumber;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 600;
  background-color: rgba(51, 193, 237, 0.2);
  z-index: 1;
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.35;
  text-transform: capitalize;
  transition: all 500ms ease;
}

@media (max-width: 430px) {
  .faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
    font-size: 18px;
  }
}

@media (max-width: 412px) {
  .faq-wrapper .faq-one .faq-accordion .accordion-title h4 {
    font-size: 16px;
  }
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 14px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid rgba(217, 225, 235, 0.2);
  border-radius: 50%;
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::after,
.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  background-color: var(--secondary_color_font);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.faq-wrapper .faq-one .faq-accordion .accordion-title__icon::after {
  width: 11px;
  height: 1px;
}

.faq-wrapper .faq-one .faq-accordion .active.accordion {
  border-radius: 0;
  background-color: transparent;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title {
  border: 1px solid rgba(217, 225, 235, 0.2);
  border-radius: 100px;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title::after {
  color: #ffffff;
  background-color: var(--secondary_color);
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon {
  background-color: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon::after,
.faq-wrapper .faq-one .faq-accordion .active .accordion-title__icon::before {
  background-color: var(--secondary_color);
  opacity: 1;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 600ms cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 500ms ease-in-out, 
              padding-top 500ms ease-in-out,
              padding-bottom 500ms ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-wrapper .faq-one .faq-accordion .active .accordion-content {
  max-height: 5000px;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content .inner {
  padding: 11px 0 0;
  transition: opacity 400ms ease-in-out;
}

.faq-wrapper .faq-one .faq-accordion .accordion-content p {
  color: #ffffff;
}

.faq-wrapper .faq-one__image {
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -120px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -100px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .faq-one__image {
    margin-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .faq-wrapper .faq-one__image {
    position: absolute;
    right: 15px;
    bottom: -120px;
    left: 46px;
  }
}

@media (min-width: 1400px) {
  .faq-wrapper .faq-one__image {
    right: auto;
    left: 0px;
  }
}

@media (min-width: 1600px) {
  .faq-wrapper .faq-one__image {
    left: 46px;
  }
}

.faq-wrapper .faq-one__image__one,
.faq-wrapper .faq-one__image__two,
.faq-wrapper .faq-one__image__shape {
  max-width: 100%;
  height: auto;
}

.faq-wrapper .faq-one__image__two {
  display: none;
}

@media (min-width: 768px) {
  .faq-wrapper .faq-one__image__two {
    display: inline-block;
    max-width: 440px;
    margin-left: -140px;
  }
}

@media (min-width: 992px) {
  .faq-wrapper .faq-one__image__two {
    max-width: 100%;
    margin-left: -100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrapper .faq-one__image__two {
    display: none;
  }
}

@media (min-width: 1400px) {
  .faq-wrapper .faq-one__image__two {
    margin-left: -160px;
    max-width: 440px;
  }
}

@media (min-width: 1600px) {
  .faq-wrapper .faq-one__image__two {
    max-width: 100%;
  }
}

.faq-wrapper .faq-one--home2 .faq-one__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 65px;
  left: 52px;
  z-index: -1;
  animation: rotate 5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 0px;
  }
}

@media (max-width: 1199px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 40px;
  }
}

@media (max-width: 991px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    top: 20px;
  }
}

@media (max-width: 575px) {
  .faq-wrapper .faq-one--home2 .faq-one__image__shape {
    display: none;
  }
}

.faq-wrapper .faq-one--home2 .faq-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 242px;
  right: -1px;
  animation: zump 2s linear infinite;
}

@media (max-width: 991px) {
  .faq-wrapper .faq-one--home2 .faq-one__shape {
    display: none;
  }
}

/* Utility Classes */
.faq-wrapper .gutter-y-50 {
  margin-top: -50px;
}

.faq-wrapper .gutter-y-50 > * {
  margin-top: 50px;
}


/* Brand One Widget Styles - Scoped under .brand-wrapper */
.brand-wrapper {
  overflow: hidden;
}

.brand-wrapper .brand-one {
  position: relative;
  display: block;
  margin-top: -20px;
  z-index: 2;
}

.brand-wrapper .brand-one__inner {
  position: relative;
  display: block;
  background-color: #111111;
  border-radius: var(--general_border_radius);
  padding: 30px 0 30px;
  
  overflow: hidden;
}

.brand-wrapper .brand-one__marquee {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.brand-wrapper .brand-one__marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: fit-content;
  animation: brandMarquee 30s linear infinite;
}

.brand-wrapper .brand-one__single {
  position: relative;
  display: block;
  flex-shrink: 0;
}

.brand-wrapper .brand-one__single-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0 15px;
}

.brand-wrapper .brand-one__single-inner a {
  position: relative;
  display: block;
  transition: opacity 0.3s ease;
}

.brand-wrapper .brand-one__single-inner a:hover {
  opacity: 0.7;
}

.brand-wrapper .brand-one__single-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@keyframes brandMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .brand-wrapper .brand-one__marquee-track {
    gap: 20px;
  }
  
  .brand-wrapper .brand-one__single-inner {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-wrapper .brand-one__marquee-track {
    gap: 15px;
    animation-duration: 25s;
  }
  
  .brand-wrapper .brand-one__single-inner {
    padding: 0 8px;
  }
}


﻿/* Team One Widget Styles - Scoped under .team-wrapper */
.team-wrapper {
  overflow: hidden;
}

.team-wrapper a {
  text-decoration: none;
}

.team-wrapper .team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-wrapper .team-one__shape-1 {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: -1;
}

.team-wrapper .team-one__shape-1 img {
  width: auto;
}

.team-wrapper .team-one__inner {
  position: relative;
  display: block;
}

.team-wrapper .team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-wrapper .team-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.team-wrapper .team-one__img {
  position: relative;
  display: block;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='280' viewBox='0 0 300 280'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='280'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='280' viewBox='0 0 300 280'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='280'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: var(--general_border_radius);
  border-bottom-left-radius: 0;
}

.team-wrapper .team-one__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(17, 17, 17, 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.team-wrapper .team-one__single:hover .team-one__img::before {
  opacity: 1;
}

.team-wrapper .team-one__img img {
  width: 100%;
  border-radius: var(--general_border_radius);
  border-bottom-left-radius: 0;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-wrapper .team-one__single:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-wrapper .team-one__social-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.team-wrapper .team-one__plus {
  position: relative;
  display: block;
}

.team-wrapper .team-one__plus>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--primary_color);
  font-size: 16px;
  color: #fff;
  border-radius: var(--general_border_radius);
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-wrapper .team-one__plus>span:hover {
  background-color: var(--primary_color_font);
}

.team-wrapper .team-one__social-list {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -187px;
  left: 2.5px;
  gap: 5px;
  z-index: 2;
}

.team-wrapper .team-one__social-list>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: var(--primary_color);
  border-radius: var(--general_border_radius);
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.team-wrapper .team-one__plus:hover .team-one__social-list a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-wrapper .team-one__plus:hover .team-one__social-list a:nth-child(1) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.team-wrapper .team-one__plus:hover .team-one__social-list a:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.team-wrapper .team-one__plus:hover .team-one__social-list a:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.team-wrapper .team-one__plus:hover .team-one__social-list a:nth-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.team-wrapper .team-one__social-list>a:hover {
  color: #fff;
  background-color: var(--primary_color_font);
}

.team-wrapper .team-one__content {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 9%);
  padding: 100px 30px 30px;
  margin-top: -80px;
  text-align: center;
  border-bottom-left-radius: var(--general_border_radius);
  border-bottom-right-radius: var(--general_border_radius);
}

.team-wrapper .team-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.team-wrapper .team-one__title>a {
  color: var(--primary_color_font);
}

.team-wrapper .team-one__title>a:hover {
  color: var(--primary_color);
}

.team-wrapper .team-one__sub-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary_color_font);
  margin-top: 5px;
}

.team-wrapper .team-one__profile {
  position: absolute;
  bottom: 0;
  left: 15px;
}

/* Section Title Styles */
.team-wrapper .section-title {
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 48px;
  z-index: 1;
}

.team-wrapper .section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.team-wrapper .section-title__tagline {
  position: relative;
  display: block;
  color: var(--primary_color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
}

.team-wrapper .section-title__tagline-border {
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  border: 1px solid var(--primary_color);
}

.team-wrapper .section-title__shape-1 {
  position: absolute;
  right: -1px;
  top: -4px;
}

.team-wrapper .section-title__shape-1>.section-title__circle {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

.team-wrapper .section-title__shape-2 {
  position: absolute;
  left: -1px;
  top: -4px;
}

.team-wrapper .section-title__shape-2>.section-title__circle {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary_color);
}

.team-wrapper .section-title__title {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
}

.team-wrapper .section-title__title span {
  color: var(--primary_color);
}

/* Responsive Styles */

/* 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrapper .team-one__inner {
    max-width: 630px;
    margin: 0 auto 0;
  }

  .team-wrapper .team-one__shape-1 {
    display: none;
  }
}

/* 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper .section-title__title {
    font-size: 35px;
    line-height: 1.2em;
  }

  .team-wrapper .team-one__inner {
    max-width: 630px;
    margin: 0 auto 0;
  }

  .team-wrapper .team-one__shape-1 {
    display: none;
  }
}

/* Mobile: max-width 767px */
@media only screen and (max-width: 767px) {
  .team-wrapper .section-title__tagline-box {
    gap: 5px;
  }

  .team-wrapper .section-title__tagline-border {
    width: 25px;
  }

  .team-wrapper .section-title__title {
    font-size: 25px;
    line-height: 1.2em;
  }

  .team-wrapper .section-title__title br {
    display: none;
  }

  .team-wrapper .team-one__shape-1 {
    display: none;
  }

  .team-wrapper .team-one__single {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-wrapper .team-one {
    padding: 80px 0 50px;
  }
}

