.empower-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  margin-top: 80px;
}
.empower-section .empower-text span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}
.empower-section .empower-text h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.empower-section .empower-text p {
  font-size: 16px;
  line-height: 30px;
  color: var(--sub-text-color);
  margin-bottom: 30px;
  font-weight: 400;
}
.empower-section .empower-right-img {
  max-width: 832px;
  margin-left: auto;
}
.empower-section .empower-listing {
  margin-top: 80px;
  position: relative;
  padding: 20px 0;
}
.empower-section .empower-listing::before {
  content: "";
  background-image: url(../images/line-gradiunt.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.empower-section .empower-listing::after {
  content: "";
  background-image: url(../images/line-gradiunt.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.empower-section .empower-listing ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.empower-section .empower-listing ul li {
  padding: 0;
  position: relative;
}
.empower-section .empower-listing ul li::before {
  content: "";
  background-image: url(../images/vertical-line.svg);
  width: 1px;
  height: 100%;
  position: absolute;
  left: -79px;
  top: 0;
  background-repeat: no-repeat;
}
.empower-section .empower-listing ul li:first-child::before {
  display: none;
}
.empower-section .empower-listing ul li p {
  font-size: 16px;
  line-height: 24px;
  color: var(--sub-text-color);
  margin-bottom: 8px;
  font-weight: 500;
}
.empower-section .empower-listing ul li h3 {
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
}

.massage-section {
  padding: 80px 0;
}
.massage-section .massage-wrapper {
  background-color: var(--massage-bg);
  padding: 24px;
  border-radius: 20px;
}
.massage-section .massage-wrapper .massage-content h4 {
  font-size: 30px;
  line-height: 36px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 16px;
}
.massage-section .massage-wrapper .massage-content p {
  font-size: 16px;
  line-height: 30px;
  color: var(--sub-text-color);
  margin-bottom: 20px;
  font-weight: 400;
}
.massage-section .massage-wrapper .massage-content .ceo-name {
  margin-top: 50px;
}
.massage-section .massage-wrapper .massage-content .ceo-name h5 {
  font-size: 24px;
  line-height: 30px;
  color: var(--primary-color);
  margin: 0;
  font-weight: 600;
}
.massage-section .massage-wrapper .massage-content .ceo-name span {
  font-size: 18px;
  line-height: 24px;
  color: var(--sub-text-color);
  font-weight: 500;
}

.inside-section {
  padding: 50px 0;
  background-color: var(--main-section-bg);
}

.custom-section {
  background-color: var(--light-color);
}
.custom-section .working-box {
  background-color: var(--massage-bg);
}

.excellent-section {
  padding: 50px 0;
  background-color: var(--main-section-bg);
}
.excellent-section .excellent-box {
  position: relative;
}
.excellent-section .excellent-box .excellent-overlay {
  width: 65px;
  height: 65px;
  background-color: var(--primary-color);
  color: var(--light-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 24px;
  transform: rotate(-45deg);
}

.life-section {
  padding: 80px 0;
  overflow: hidden;
}
.life-section .life-slider .nav-tabs {
  border: none;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.life-section .life-slider .nav-tabs::before {
  content: "";
  background-color: var(--tab-border);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: -1;
}
.life-section .life-slider .nav-tabs .nav-link {
  border: none;
  color: var(--sub-text-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  background-color: var(--light-color);
  margin: 0 52px;
}
.life-section .life-slider .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.life-section .life-slider .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.life-section .life-slider .nav-tabs .nav-link .nav-value {
  border: 1px solid var(--tab-border);
  color: var(--tab-border);
  border-radius: 50px;
  width: 56px;
  height: 56px;
  font-size: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.life-section .life-slider .nav-tabs .nav-link.active, .life-section .life-slider .nav-tabs .nav-link:hover {
  color: var(--primary-color);
}
.life-section .life-slider .nav-tabs .nav-link.active .nav-value, .life-section .life-slider .nav-tabs .nav-link:hover .nav-value {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.life-section .timeline-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto;
}
.life-section .timeline-scroll {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex: 1;
}
.life-section .timeline-scroll .nav {
  flex-wrap: nowrap;
}
.life-section .timeline-scroll::-webkit-scrollbar {
  display: none;
}
.life-section .arrow {
  border: none;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 2;
}
.life-section .tab-content .tab-slider {
  margin-top: 70px;
}
.life-section .tab-content .tab-slider .slick-track {
  margin-bottom: 30px;
}
.life-section .tab-content .tab-slider .tab-slider-image {
  margin: 0 10px;
}
.life-section .tab-content .tab-slider .tab-slider-image.slick-center {
  margin-top: 80px;
}

.clients-love-section {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/portfolio-slider-bg.png);
  background-size: cover;
  width: 100%;
  height: auto;
}
.clients-love-section .clients-love-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
.clients-love-section .clients-love-left {
  flex: 1;
  max-width: 400px;
}
.clients-love-section .clients-title-wrapper {
  margin-bottom: 48px;
}
.clients-love-section .clients-subtitle {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}
.clients-love-section .clients-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 16px 0;
  position: relative;
}
.clients-love-section .clients-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 100%;
  height: 13px;
  background-image: url(../images/title-underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.clients-love-section .clients-navigation {
  display: flex;
  gap: 16px;
}
.clients-love-section .nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clients-love-section .nav-arrow:hover {
  background-color: #ffffff;
}
.clients-love-section .nav-arrow:hover svg path {
  stroke: #1e1e1e;
}
.clients-love-section .nav-arrow:active {
  transform: scale(0.95);
}
.clients-love-section .clients-love-right {
  flex: 2;
  max-width: 1100px;
  overflow: hidden;
  margin-right: -24px;
}
.clients-love-section .testimonials-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  min-height: 300px;
  scroll-behavior: smooth;
  padding-right: 0;
}
.clients-love-section .testimonials-slider::-webkit-scrollbar {
  display: none;
}
.clients-love-section .testimonials-slider .testimonial-card {
  margin-right: 0;
  flex-shrink: 0;
}
.clients-love-section .testimonial-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  opacity: 1;
}
.clients-love-section .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15), 0px 16px 32px 0px rgba(0, 0, 0, 0.12);
}
.clients-love-section .testimonial-rating {
  margin-bottom: 20px;
}
.clients-love-section .testimonial-rating .stars {
  max-width: 140px;
  width: 100%;
}
.clients-love-section .testimonial-quote {
  margin-bottom: 24px;
}
.clients-love-section .testimonial-quote p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #121212;
  margin: 0;
}
.clients-love-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clients-love-section .author-avatar {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
}
.clients-love-section .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-love-section .author-avatar .avatar-placeholder {
  display: none;
  width: 100%;
  height: 100%;
}
.clients-love-section .author-info {
  flex: 1;
}
.clients-love-section .author-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #121212;
  margin: 0 0 4px 0;
}
.clients-love-section .author-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
  margin: 0;
}

.serve-section {
  padding: 70px;
}

.exepert-section {
  padding: 50px 0;
  background-color: var(--main-section-bg);
}
.exepert-section .expert-lt-content .exepert-heading {
  margin-bottom: 40px;
}
.exepert-section .expert-lt-content .exepert-heading span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: var(--sub-text-color);
  margin-bottom: 2px;
  display: block;
}
.exepert-section .expert-lt-content .exepert-heading h2 {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
.exepert-section .expert-lt-content .exepert-heading p {
  color: var(--sub-text-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}
.exepert-section .expert-lt-content .expert-strenth {
  margin-bottom: 60px;
}
.exepert-section .expert-lt-content .expert-strenth li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.exepert-section .expert-lt-content .expert-strenth li .icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border: 1px solid var(--icon-border);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-right: 12px;
}
.exepert-section .expert-lt-content .expert-strenth li .icon img {
  max-width: 30px;
}
.exepert-section .expert-lt-content .expert-strenth li .value h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.exepert-section .expert-lt-content .expert-strenth li .value p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--sub-text-color);
  margin: 0;
}
.exepert-section .expert-lt-content .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.exepert-section .expert-lt-content .social-list li a {
  margin-right: 20px;
}
.exepert-section .expert-lt-content .social-list li img {
  max-width: 32px;
}
.exepert-section .expert-rt-content {
  background-color: var(--light-color);
  padding: 50px 30px;
  border-radius: 20px;
}
.exepert-section .expert-rt-content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.exepert-section .expert-rt-content .service-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exepert-section .expert-rt-content .service-list li {
  padding: 16px 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--primary-color);
  border: 1px solid var(--tab-border);
  margin-right: 12px;
  border-radius: 10px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.exepert-section .expert-rt-content .service-list li:hover {
  border: 1px solid var(--primary-color);
}
.exepert-section .expert-rt-content .upload-doc .upload-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.3s;
  min-height: 130px;
}
.exepert-section .expert-rt-content .upload-doc .upload-box i {
  font-size: 28px;
  color: #333;
  margin-bottom: 8px;
}
.exepert-section .expert-rt-content .upload-doc .upload-box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 6px;
  width: 100%;
}
.exepert-section .expert-rt-content .upload-doc .upload-box h4 img {
  max-width: 24px;
  margin-right: 10px;
}
.exepert-section .expert-rt-content .upload-doc .upload-box small {
  color: var(--sub-text-color);
  font-size: 14px;
}
.exepert-section .expert-rt-content .upload-doc input[type=file] {
  display: none;
}
.exepert-section .expert-rt-content .submit-footer {
  text-align: right;
}
.exepert-section .expert-rt-content .submit-footer .btn-light {
  margin-right: 12px;
}

@media (max-width: 1583px) {
  .clients-love-section .clients-love-content {
    gap: 60px;
  }
  .clients-love-section .clients-love-right {
    max-width: 900px;
  }
  .clients-love-section .testimonial-card {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .clients-love-section {
    padding: 100px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 50px;
  }
  .clients-love-section .clients-love-left {
    max-width: 350px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 26px;
  }
  .clients-love-section .clients-title {
    font-size: 32px;
  }
  .clients-love-section .clients-love-right {
    max-width: 800px;
  }
  .clients-love-section .testimonial-card {
    max-width: 320px;
    padding: 28px 20px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 16px;
  }
  .clients-love-section .author-avatar {
    width: 60px;
    height: 60px;
  }
  .clients-love-section .author-name {
    font-size: 15px;
  }
  .clients-love-section .author-title {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .clients-love-section {
    padding: 80px 0;
  }
  .clients-love-section .clients-love-content {
    flex-direction: column;
    gap: 40px;
  }
  .clients-love-section .clients-love-left {
    max-width: 100%;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 30px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 24px;
  }
  .clients-love-section .clients-title {
    font-size: 28px;
  }
  .clients-love-section .clients-title::after {
    bottom: -15px;
    right: -30px;
    height: 10px;
  }
  .clients-love-section .clients-love-right {
    max-width: 100%;
    margin-right: 0;
  }
  .clients-love-section .testimonials-slider {
    justify-content: center;
  }
  .clients-love-section .testimonial-card {
    max-width: 300px;
    padding: 24px 18px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 15px;
  }
  .clients-love-section .author-avatar {
    width: 56px;
    height: 56px;
  }
  .clients-love-section .author-name {
    font-size: 14px;
  }
  .clients-love-section .author-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .clients-love-section {
    padding: 60px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 30px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 22px;
  }
  .clients-love-section .clients-title {
    font-size: 26px;
  }
  .clients-love-section .clients-title::after {
    bottom: -12px;
    right: -25px;
    height: 8px;
  }
  .clients-love-section .testimonial-card {
    max-width: 280px;
    padding: 20px 16px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 14px;
  }
  .clients-love-section .author-avatar {
    width: 52px;
    height: 52px;
  }
  .clients-love-section .author-name {
    font-size: 13px;
  }
  .clients-love-section .author-title {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .clients-love-section {
    padding: 40px 0;
  }
  .clients-love-section .clients-love-content {
    gap: 25px;
  }
  .clients-love-section .clients-title-wrapper {
    margin-bottom: 20px;
  }
  .clients-love-section .clients-subtitle {
    font-size: 20px;
  }
  .clients-love-section .clients-title {
    font-size: 24px;
  }
  .clients-love-section .clients-title::after {
    bottom: -10px;
    right: -20px;
    height: 6px;
  }
  .clients-love-section .nav-arrow {
    width: 40px;
    height: 40px;
  }
  .clients-love-section .testimonial-card {
    max-width: 100%;
    padding: 18px 14px;
  }
  .clients-love-section .testimonial-rating {
    margin-bottom: 15px;
  }
  .clients-love-section .testimonial-rating .stars {
    max-width: 120px;
  }
  .clients-love-section .testimonial-quote {
    margin-bottom: 20px;
  }
  .clients-love-section .testimonial-quote p {
    font-size: 13px;
  }
  .clients-love-section .author-avatar {
    width: 48px;
    height: 48px;
  }
  .clients-love-section .author-name {
    font-size: 12px;
  }
  .clients-love-section .author-title {
    font-size: 10px;
  }
}/*# sourceMappingURL=about.css.map */