/* ------------------------------------------------
  Project:   Psyio – Psychology and Counseling WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Social Icons
  4. Team
  5. Counter
  6. Blog - Post
  7. Featured Box
  8. Testimonials
  9. Service Box
  10. Price Table   
  11. Progress Bar
  12. Portfolio
  13. Ht Tab
  14. Swiper Arrow
  15. Swiper Dot Pagination
  16. Shape Button
  17. Working Hours
  18. Timetable


/* ------------------------
    Section Title
------------------------*/
.theme-title p {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 30px;
}

.theme-title h2 {
  margin-bottom: 0;
  overflow: hidden;
}

.theme-title.text-black h2 {
  color: var(--themeht-text-color);
}

.theme-title h6 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--themeht-text-color);
  z-index: 9;
  font-family: var(--themeht-typography-body-font-family);
  padding: 4.304px 12px 4.304px 25px;
  border-radius: 50px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background-color: var(--themeht-white-color);
}

.theme-title h6:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  font-weight: normal;
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  width: .5rem;
  height: .5rem;
  background: var(--themeht-text-color);
  border-radius: 100%;
  transform: translateY(-50%);
}

.theme-title.text-white h6,
.theme-title.text-white h2,
.theme-title.text-white p {
  color: var(--themeht-white-color);
}

.theme-title.text-white h6:before {
  background: var(--themeht-white-color);
}

.theme-title.text-white h6 {
  background-color: transparent;
  box-shadow: var(--themeht-primary-color) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
}

.theme-title.style-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.theme-title.style-3 h2 {
  overflow: inherit;
}

.title-text-img {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.slide-left,
.slide-right {
  transform: translateX(0);
}

.theme-title.style-3 .title-icon {
  display: inline-block;
  font-size: 80px;
  color: var(--themeht-primary-color);
}

.theme-title.style-3 .title-icon img {
  display: inline-block;
  width: 120px;
}

.theme-title h2 .title-sub {
  color: var(--themeht-primary-color)
}


/* ------------------------
    Theme Button
------------------------*/
.themeht-btn {
  overflow: hidden;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--themeht-white-color);
  font-size: 16px;
  font-weight: 500;
  flex-direction: row-reverse;
}

.themeht-btn .btn-icon:before {
  background-color: var(--themeht-primary-color);
  bottom: 10px;
  border-radius: 5px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: -7.5px;
  width: 0;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.themeht-btn:hover .btn-icon:before {
  width: 100%;
}

.themeht-btn .btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 45px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 22px;
  line-height: 1;
  position: relative;
}

.themeht-btn .btn-icon i:first-child {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.themeht-btn .btn-icon i:last-child {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.themeht-btn:hover .btn-icon i:first-child {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.themeht-btn:hover .btn-icon i:last-child {
  -webkit-transform: translateX(-11px);
  transform: translateX(-11px);
}

.themeht-btn .btn-text {
  position: relative;
  text-shadow: 0 0 var(--themeht-white-color), 0 22px var(--themeht-white-color);
  transition: text-shadow 0.5s ease-in-out;
  color: transparent;
  overflow: hidden;
}

.themeht-btn.white-btn .btn-text {
  text-shadow: 0 0 var(--themeht-text-color), 0 22px var(--themeht-text-color);
}

.themeht-btn.primary-btn {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.themeht-btn.dark-btn {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
}

.themeht-btn.white-btn {
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
}

.themeht-btn.primary-btn .btn-icon {
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
}

.themeht-btn.primary-btn .btn-icon:before {
  background: var(--themeht-bg-dark-color);
}

.themeht-btn.primary-btn:hover .btn-icon {
  color: var(--themeht-white-color);
}

.themeht-btn.dark-btn .btn-icon {
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
}

.themeht-btn.dark-btn:hover .btn-icon {
  color: var(--themeht-white-color);
}

.themeht-btn.outline-btn {
  background: transparent;
  color: var(--themeht-text-color);
  border: 1px solid var(--themeht-border-light-color);
}

.themeht-btn.outline-btn .btn-text {
  text-shadow: 0 0 var(--themeht-text-color), 0 22px var(--themeht-text-color);
}

.themeht-btn.outline-white-btn {
  background: transparent;
  color: var(--themeht-white-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.themeht-btn.outline-white-btn .btn-icon {
  background-color: var(--themeht-white-color);
  color: var(--themeht-text-color);
}

.themeht-btn.outline-white-btn:hover .btn-icon {
  color: var(--themeht-white-color);
}

.themeht-btn:hover .btn-text {
  text-shadow: 0 -22px var(--themeht-white-color), 0 0 var(--themeht-white-color);
}

.themeht-btn.white-btn:hover .btn-text,
.themeht-btn.outline-btn:hover .btn-text {
  text-shadow: 0 -22px var(--themeht-text-color), 0 0 var(--themeht-text-color);
}

a.link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--themeht-text-color);
  gap: 6px;
  font-weight: 500;
}

a.link-btn i {
  font-size: 24px;
  line-height: 1;
  transform: translateX(0);
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
  font-weight: normal;
}

a.link-btn:hover {
  color: var(--themeht-primary-color);
}

a.link-btn:hover i {
  transform: translateX(5px);
}

.rounded-button-bg svg {
  fill: var(--themeht-white-color);
  stroke: var(--themeht-bg-dark-color);
  transition: .5s;
  animation: rotate 10s linear infinite;
}

.rounded-button-text {
  transition: .5s;
  color: var(--themeht-text-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rounded-button-text span {
  display: block;
}


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.social-icons li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
}

.social-icons li a:hover {
  color: var(--themeht-white-color);
}

.social-icons li a:before {
  border-radius: 50%;
  transform: scale(0);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: var(--themeht-primary-color);
  opacity: 1;
  transition: 0.6s;
  z-index: -1;
}

.social-icons li a:hover:before {
  transform: scale(1);
}


/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
}

.team-images {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 30px 30px;
}

.team-member .team-desc h4 {
  margin-bottom: 0;
}

.team-member .team-desc h4 a {
  color: var(--themeht-text-color);
}

.team-member .team-desc a:hover {
  color: var(--themeht-primary-color);
}

.team-member .team-desc span {
  background: var(--themeht-light-color);
  padding: 7px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  line-height: 1;
  color: var(--themeht-text-color);
  margin-top: 8px;
  display: inline-block;
}

.team-member img {
  width: 100%;
}

.team-social-icon li {
  display: inline-block;
  margin: 0 5px;
}

.team-social-icon li a {
  background: var(--themeht-white-color);
  color: var(--themeht-text-color);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.team-social-icon li a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.team-share-icon {
  z-index: 9;
  background: var(--themeht-white-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.team-social-icon {
  z-index: 9;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 8px;
  transform: translateX(-60px);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.team-member:hover .team-social-icon {
  transform: translateX(-80px);
  opacity: 1;
}

.team-member.style-1 {
  background: var(--themeht-white-color);
  border-radius: 30px;
  overflow: hidden;
}

.team-member.style-1 .team-images:before {
  position: absolute;
  content: '';
  width: 120%;
  height: 0%;
  z-index: 2;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--themeht-primary-color) 5.83%, #46544D00 60.55%);
  -webkit-transition: .5s;
  -khtml-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
}

.team-member.style-1 .team-images:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--themeht-text-color) 0%, #FFFFFF00 40.55%);
  -webkit-transition: .5s;
  -khtml-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 0;
  left: 0;
}

.team-member.style-1:hover .team-images:before {
  height: 100%;
}

.team-member.style-1 .team-desc {
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}

.team-member.style-1 .team-desc h4 a {
  color: var(--themeht-white-color);
}

.team-member.style-2 {
  background: var(--themeht-white-color);
  border-radius: 30px;
  text-align: center;
  padding: 70px 30px 40px;
}

.team-member.style-2 .team-desc {
  padding-top: 30px;
}

.team-member.style-2 .team-desc .team-media {
  border-top: 1px solid var(--themeht-border-light-color);
  margin-top: 20px;
  padding-top: 20px;
  display: inline-grid;
  gap: 10px;
}

.team-member.style-2 .team-images {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto;
}

.team-member.style-2 .team-social-icon li a {
  background: var(--themeht-light-color);
}

.team-member.style-2 .team-social-icon li a:hover {
  background: var(--themeht-primary-color);
}

.team-member.style-3 .team-desc {
  padding-top: 30px;
  text-align: center;
}

.team-member.style-3 .team-desc span {
  background: var(--themeht-white-color);
}

.team-member.style-4 .team-desc h4 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}

.our-team-grid .col-lg-12:last-child .team-member.style-4 .team-images {
  top: inherit;
  bottom: 0;
}

.team-member.style-4 .team-desc {
  position: relative;
  display: flex;
  align-items: center;
}

.team-member.style-4 .team-desc .team-subtitle {
  min-width: 170px;
}

.team-member.style-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.our-team-grid .col-lg-12:last-child .team-member.style-4 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.team-member.style-4 .team-desc h4 a {
  display: flex;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 80%), -1px -1px 0 rgb(255 255 255 / 80%), 1px -1px 0 rgb(255 255 255 / 80%), -1px 1px 0 rgb(255 255 255 / 80%), 1px 1px 0 rgb(255 255 255 / 80%);
  -webkit-text-fill-color: var(--themeht-primary-color);
  -webkit-text-stroke-width: 0;
  color: transparent;
  letter-spacing: .8px;
  width: auto;
  position: relative;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.team-member.style-4 .team-desc h4 a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: attr(data-text);
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-text-fill-color: var(--themeht-white-color);
  -webkit-text-stroke: transparent;
  max-width: 0;
}

.team-member.style-4.team-active .team-desc h4 a:before,
.team-member.style-4:hover .team-desc h4 a:before {
  max-width: 100%;
}

.team-member.style-4 .team-images {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transform-origin: top center;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 350px;
  height: 350px;
  opacity: 1;
  transition: .35s cubic-bezier(.25, .46, .45, .94);
  transition-duration: 0.35s;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
}

.team-member.style-4:hover .team-images,
.team-member.style-4.team-active .team-images {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: translateY(0) skewY(0) scaleZ(1);
  visibility: visible;
  transition-duration: .7s;
  z-index: 5;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.dark-bg .team-member.style-4 .team-desc h4 a {
  -webkit-text-fill-color: var(--themeht-vg-dark-color);
}

.primary-bg .team-member.style-4 .team-desc h4 a,
.primary-bg .team-member.style-5 .team-desc h4 a {
  -webkit-text-fill-color: var(--themeht-primary-color);
}

.team-member.style-4 .team-images img {
  transform: inherit;
}


/* ------------------------
    Counter
------------------------*/
.counter {
  position: relative;
  z-index: 9;
}

.counter .counter-desc span {
  font-size: 50px;
  line-height: 1;
  color: var(--themeht-text-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.counter .counter-desc .count-number+span {
  position: relative;
}

.counter h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.counter-icon i {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  color: var(--themeht-primary-color);
  margin-bottom: 20px;
}

.counter .counter-desc .count-number+span {
  font-size: 30px;
  vertical-align: middle;
  line-height: 1;
}

.counter.style-2 {
  display: flex;
}

.counter.style-2 .counter-icon {
  width: 100px;
  height: 100px;
  border: 2px solid var(--themeht-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}

.counter.style-2 .counter-icon i {
  margin-bottom: 0;
  font-size: 40px;
}

.counter.style-2 .counter-icon:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  background-color: var(--themeht-white-color);
  transition: all ease 0.4s;
  z-index: -1;
  border-radius: inherit;
  transform: scale(1.3);
  border-radius: 100%;
}

.counter.style-3 {
  display: flex;
  align-items: center;
}

.counter.style-3 .counter-desc span {
  font-weight: 500;
  font-size: 60px;
}

.counter.style-3 .counter-icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.counter.style-3 .counter-icon i {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0;
}

.text-white.counter .counter-desc span,
.text-white.counter h6,
.text-white.counter .counter-icon i {
  color: var(--themeht-white-color);
}


/* ------------------------
    Blog - Post
------------------------*/
.post-card {
  position: relative;
}

.post-single-page .post-card {
  background: none;
  padding: 0;
  border-radius: 0;
}

.post-card .post-image {
  position: relative;
}

.post-card .post-image img {
  width: 100%;
  border-radius: 20px;
}

.post-card .post-title h4 {
  text-transform: capitalize;
  word-break: break-word;
}

.post-card .post-title h4 a {
  color: var(--themeht-text-color);
}

.post-card .post-title h4 a:hover {
  color: var(--themeht-primary-color);
}

.post-card .post-bottom li {
  color: var(--themeht-text-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin-right: 15px;
}

.post-card .post-bottom li:last-child {
  margin-right: 0;
}

.post-bottom li i {
  font-size: 16px;
  color: var(--themeht-primary-color);
  margin-right: 5px;
  vertical-align: middle;
  font-weight: normal;
}

.post-card .post-bottom li span {
  display: inline-block;
}

.post-single-page .post-desc h1,
.portfolio-single h1 {
  line-height: 70px;
  font-size: 60px;
  margin-bottom: 20px;
  word-break: break-all;
}

.tags-links a {
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  background: var(--themeht-white-color);
  border-radius: 30px;
  color: var(--themeht-text-color);
  margin: 5px 5px 0 0;
}

.tags-links a:hover {
  background: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.themeht-blogs .post {
  margin-bottom: 70px;
}

.post-card.post-classic .post-title h4 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  margin-top: 0;
}

.post-card.post-classic .post-bottom {
  margin-bottom: 10px;
}

.edit-link {
  margin-left: 10px;
  display: none !important;
}

.edit-link .post-edit-link {
  border: 1px solid var(--themeht-border-light-color);
  padding: 2px 10px;
}

.post-single-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.theme-tags {
  clear: both;
  margin-top: 40px;
}

.post-card.style-1 {
  background: var(--themeht-white-color);
  border-radius: 25px;
}

.post-card.style-1 .post-bottom li {
  color: var(--themeht-text-color);
}

.post-card.style-1 .post-desc {
  padding: 30px 35px 30px 35px;
}

.post-card.style-1 .post-desc ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.post-shape-area {
  z-index: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--themeht-white-color);
  padding: 7px 24px 4px 24px;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.post-card.style-1 .post-shape-area li {
  margin: 0;
}

.post-shape-left {
  background-color: transparent;
  box-shadow: 0 20px 0 0 var(--themeht-white-color);
  width: 1.428571em;
  height: 40px;
  position: absolute;
  left: -22px;
  bottom: 0;
  border-bottom-right-radius: 20px;
}

.post-shape-right {
  background-color: transparent;
  box-shadow: 0 20px 0 0 var(--themeht-white-color);
  width: 1.428571em;
  height: 40px;
  position: absolute;
  right: -23px;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.post-card.style-1 .post-bottom .cat-links a {
  border: 1px solid #e3e3e2;
  border-radius: 100px;
  padding: 7px 16px;
}

.post-card.style-1 .post-bottom .cat-links a:hover {
  background: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.post-card.style-1 .post-desc .post-bottom li {
  font-size: 12px;
}

.post-card.style-2 .post-desc {
  padding-top: 30px;
  padding-right: 30px;
}

.post-card.style-2 .post-bottom a {
  font-size: 16px;
  line-height: 1.28em;
  display: inline-block;
  color: var(--themeht-text-color);
  text-transform: uppercase;
  font-weight: 500;
}

.post-card.style-2 .post-bottom .cat-links a {
  background: var(--themeht-white-color);
  border-radius: 100px;
  padding: 7px 16px;
}

.post-card.style-2 .post-bottom .cat-links a:hover {
  border-color: var(--themeht-primary-color);
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.post-card.style-2 .post-bottom .posted-on a {
  padding-left: 30px;
}

.post-card.style-2 .post-bottom .posted-on a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--themeht-text-color);
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
}

.post-card.style-2 .post-bottom .posted-on a:hover {
  color: var(--themeht-primary-color);
}

.post-card.style-2 .post-title h4 {
  margin-top: 15px;
}

.post-card.style-2 h4 a {
  color: var(--themeht-text-color);
}

.post-card.style-3 {
  background: var(--themeht-white-color);
  border-radius: 30px;
  overflow: hidden;
}

.post-card.style-3 .post-desc {
  padding: 30px;
  padding-right: 90px;
}

.post-card.style-3 .post-title h4 {
  margin-top: 15px;
}

.post-card.style-3 .post-bottom .cat-links a {
  background: var(--themeht-light-color);
  border-radius: 100px;
  padding: 7px 16px;
}

.post-card.style-3 .post-bottom .cat-links a:hover {
  border-color: var(--themeht-primary-color);
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.post-card.style-3 .post-bottom .posted-on a {
  padding-left: 30px;
}

.post-card.style-3 .post-bottom .posted-on a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--themeht-text-color);
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
}

.post-card.style-3 .post-bottom .posted-on a:hover {
  color: var(--themeht-primary-color);
}

.post-card .post-title h4 {
  margin-bottom: 0;
}

.post-card.post-classic .post-desc,
.post-single-page .post-desc {
  position: relative;
}

.post-single-page .post-bottom {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--themeht-border-light-color);
  padding-bottom: 30px;
}

.post-single-page .post-bottom li,
.post-card.post-classic .post-bottom li {
  margin-right: 30px;
}

.post-single-page .post-bottom li:before,
.post-card.post-classic .post-bottom li:before {
  position: absolute;
  top: 0px;
  right: -18px;
  content: "/";
}

.post-single-page .post-bottom li:last-child:before,
.post-card.post-classic .post-bottom li:last-child:before {
  content: none;
}

.post-single-page .has-post-thumbnail .post-desc {
  padding-top: 50px;
}

.has-post-thumbnail .post-card.post-classic .post-desc {
  padding-top: 30px;
}

.post-card .post-thumbnail img {
  width: 100%;
  border-radius: 20px;
}


/* ---- Sidebar Widget ----*/
.themeht-sidebar {
  padding-left: 50px;
}

.themeht-sidebar .widget {
  background-color: var(--themeht-white-color);
  border: 1px solid #f0f0f5;
  box-shadow: 0 0 8px 0 rgba(240, 240, 245, 0.5);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

.widget .widget-title,
.widget .wp-block-heading,
.wp-block-archives__label,
.wp-block-search__label,
.wp-block-archives-dropdown label,
.wp-block-search .wp-block-search__label {
  padding-left: 30px;
  position: relative;
  color: var(--themeht-text-color);
  font-family: var(--themeht-typography-secondary-font-family);
  text-transform: capitalize;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  z-index: 9;
  margin-bottom: 25px;
  font-weight: 400;
}

.widget .widget-title::before,
.widget .wp-block-heading::before,
.wp-block-archives__label::before,
.wp-block-search__label::before {
  content: "📌";
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wp-block-search .wp-block-search__label {
  font-weight: 400 !important;
}

.themeht-sidebar .widget {
  margin-bottom: 50px
}

.themeht-sidebar .widget:last-child {
  margin-bottom: 0
}

.themeht-sidebar .widget ul,
.themeht-sidebar .widget ol,
.wp-block-archives ul {
  margin: 0;
  padding-left: 0;
}

.themeht-sidebar .widget ul.children,
.themeht-sidebar .widget ol.children {
  margin-left: 15px;
  margin-top: 15px;
}

.themeht-sidebar .widget ul li,
.themeht-sidebar .widget ol li,
.wp-block-archives li,
.wp-block-latest-posts li,
.widget_recent_entries li,
.wp-block-categories li,
.wp-block-page-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.themeht-sidebar .widget ul li:last-child,
.themeht-sidebar .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .wp-block-tag-cloud,
.widget.widget_tag_cloud .tagcloud,
.widget.widget_tag_cloud .wp-block-tag-cloud,
.elementor-widget-wp-widget-tag_cloud .tagcloud,
.elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
}

.themeht-sidebar .widget .tagcloud a,
.wp-block-tag-cloud a {
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  border: 1px solid var(--themeht-border-light-color);
  border-radius: 30px;
  color: var(--themeht-text-color);
}

.themeht-sidebar .widget .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.widget_categories li,
.wp-block-categories li {
  color: var(--themeht-body-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px !important;
  font-size: 16px;
  border-bottom: 1px dashed var(--themeht-border-light-color);
  padding-bottom: 8px;
}

.widget.widget_categories ul li:before,
.wp-block-categories li:before {
  content: "\f130";
  font-family: flaticon_mycollection !important;
  color: var(--themeht-primary-color);
  position: absolute;
  left: 0px;
  top: 0;
}

.themeht-sidebar .widget_recent_entries li,
.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.widget_themeht_recentpost li {
  display: flex;
  align-items: center;
}

.widget_themeht_recentpost li:last-child {
  border: none;
  margin-bottom: 0;
}

.themeht-post-image {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.themeht-sidebar .themeht-post-image img {
  border-radius: 6px;
}

.themeht-post-date {
  display: block;
  font-size: 12px;
  color: var(--themeht-body-color);
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.search-form {
  position: relative
}

.search-form label {
  width: 100%;
  padding-right: 50px;
}

.search-form label input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: var(--themeht-light-color);
  border: transparent !important;
}

.widget .search-form label input {
  background: var(--themeht-white-color);
  border: 1px solid var(--themeht-border-light-color) !important;
}

.search-form button[type="submit"] {
  color: var(--themeht-white-color);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  top: 50%;
  z-index: 1;
  line-height: 1;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--themeht-primary-color);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.search-form button[type="submit"]:hover {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent !important;
  font-size: 0;
  right: 0;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: normal;
  position: absolute;
  content: "\f52a";
  font-family: 'bootstrap-icons';
  color: var(--themeht-white-color);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  right: 0;
  padding: 0;
  border: none;
  top: 50%;
  z-index: 1;
  background: var(--themeht-primary-color);
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
}

.themeht-sidebar .widget li a,
.themeht-sidebar .widget a {
  text-transform: capitalize;
}

.themeht-sidebar .widget li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: var(--themeht-text-color);
  display: inline-block;
}

.themeht-sidebar .widget li a:hover {
  color: var(--themeht-primary-color);
}

.widget_categories li:last-child,
.wp-block-categories li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_themeht_recentpost ul li .themeht-post-content a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}

/* ---- Post Comments ----*/
.post-comment {
  margin-top: 50px;
}

.post-comment .comments-title,
.post-comment .comment-reply-title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px;
}

.post-comment .comment-reply-title {
  margin-bottom: 15px;
}

.comments-box {
  padding: 50px;
  margin-top: 50px;
}

.comment-author img {
  margin-right: 15px;
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 10px;
}

.post-comment li.comment,
.post-comment li.trackback,
.post-comment li.pingback {
  margin-bottom: 30px;
  list-style-type: none;
}

.post-comment li.comment .comment-body {
  border: 1px solid var(--themeht-border-light-color);
  list-style-type: none;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
}

.post-comment li.trackback .comment-body,
.post-comment li.pingback .comment-body {
  background: var(--themeht-light-color);
  list-style-type: none;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 20px;
}

.post-comment li.comment .comment-body p,
.post-comment li.trackback .comment-body p,
.post-comment li.pingback .comment-body p {
  margin-bottom: 0;
}

.post-comment .comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-comment .comment-metadata {
  font-size: 15px;
  margin-left: auto;
}

.says {
  display: none;
}

.comment-author.vcard b,
.comment-author.vcard a {
  text-transform: capitalize;
  font-size: 20px;
  color: var(--themeht-text-color);
  font-weight: 500;
}

.comment-author.vcard a:hover {
  color: var(--themeht-primary-color);
}

.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-form-email {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-form-url {
  clear: both;
  margin-bottom: 15px;
}

.post-comment .form-submit {
  margin-top: 30px;
  margin-bottom: 0;
}

.comment-respond {
  background: var(--themeht-white-color);
  margin-top: 30px;
  padding: 30px;
  border-radius: 30px;
}

.comment-form-comment {
  margin-top: 30px;
  margin-bottom: 0;
}

.reply {
  text-align: right;
}

.comment-reply-link,
.comment-reply-link:focus,
.comment-reply-link:visited,
.comment-reply-link:active {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding: 10px 20px 10px 40px;
  border-radius: 8px;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  display: inline-block;
}

.comment-reply-link:hover {
  background: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
}

.comment-reply-link:before {
  content: '\f520';
  font-family: 'bootstrap-icons';
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 5px;
  font-weight: normal;
}

#comments small #cancel-comment-reply-link {
  margin-left: 15px;
  font-size: 22px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-top: 60px;
  margin-bottom: 0;
  clear: both;
}

.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
  display: inline-block;
  transition: all 0s ease-in-out 0s;
  position: relative;
}

.site-main .comment-navigation .nav-links a:hover,
.site-main .posts-navigation .nav-links a:hover,
.site-main .post-navigation .nav-links a:hover {
  color: var(--themeht-primary-color);
}

.nav-title {
  display: block;
  word-break: break-word;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--themeht-typography-secondary-font-family);
  margin-top: 10px;
}

.site-main .comment-navigation .nav-links .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-subtitle,
.site-main .post-navigation .nav-links .nav-subtitle {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 7px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle {
  padding-left: 0;
  padding-right: 50px;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  overflow: hidden;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-radius: 100%;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow {
  left: 0px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow {
  right: 0px;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow i {
  font-size: 24px;
  right: 5px;
  position: relative;
  margin-right: 15px;
  margin-left: 13px;
  transform: rotate(180deg);
}


.site-main .comment-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i {
  right: 57px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow i {
  font-size: 24px;
  left: -32px;
  position: relative;
  margin-right: 15px;
}

.site-main .comment-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i {
  left: 8px;
}


.site-main .comment-navigation .nav-links .nav-previous,
.site-main .posts-navigation .nav-links .nav-previous,
.site-main .post-navigation .nav-links .nav-previous {
  max-width: 300px;
}

.site-main .comment-navigation .nav-links .nav-next,
.site-main .posts-navigation .nav-links .nav-next,
.site-main .post-navigation .nav-links .nav-next {
  max-width: 300px;
  margin-left: auto;
}

.nav-next a:hover .nav-title,
.nav-previous a:hover .nav-title {
  color: var(--themeht-primary-color);
}

.post.sticky .post-card {
  border: 3px solid var(--themeht-primary-color);
  padding: 30px;
  border-radius: 20px;
  box-shadow: none;
}

.widget select {
  background-color: var(--themeht-white-color);
}


/* ------------------------
    Featured Box
------------------------*/
.featured-item.style-1 {
  position: relative;
  background: var(--themeht-white-color);
  padding: 50px;
  border-radius: 30px;
  z-index: 9;
}

.featured-number {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.featured-number span {
  background: var(--themeht-white-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

.featured-item.style-1 .featured-icon {
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.featured-item.style-1 .featured-icon i {
  font-size: 70px;
  line-height: 70px;
  color: var(--themeht-text-color);
  display: inline-block;
}

.featured-item:hover .featured-icon i {
  animation: headShake 2s linear infinite;
}

.featured-item.style-1 .featured-title {
  border-bottom: 1px solid var(--themeht-border-light-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.featured-item.style-1 .featured-title h4 {
  margin-bottom: 0;
}

.featured-item p {
  margin-bottom: 0;
}

.featured-item.style-1 .featured-desc {
  padding-right: 74px;
}

.featured-item.text-white p {
  color: var(--themeht-light-color);
}

.featured-item.text-white h4,
.featured-item.text-white .featured-icon i {
  color: var(--themeht-white-color);
}

.featured-item.style-2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 9;
}

.featured-item.style-2 .featured-icon {
  margin-right: 20px;
  flex-shrink: 0;
  background: var(--themeht-white-color);
  width: 70px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-item.style-2 .featured-icon i {
  font-size: 34px;
  line-height: 1;
  display: inline-block;
  color: var(--themeht-text-color);
}

.featured-item.style-2:hover .featured-icon i,
.featured-item.style-1:hover .featured-icon i {
  color: var(--themeht-primary-color);
}

.featured-item.style-2 .featured-title h4 {
  margin-bottom: 10px;
}

.featured-item.style-3 {
  position: relative;
  background: var(--themeht-white-color);
  padding: 30px;
  border-radius: 30px;
  z-index: 9;
}

.featured-item.style-3 .featured-icon {
  margin-bottom: 20px;
}

.featured-item.style-3 .featured-icon i {
  font-size: 50px;
  line-height: 1;
  color: var(--themeht-primary-color);
  display: inline-block;
}

.featured-item.style-3 h4 {
  margin-bottom: 15px;
}

.featured-item.style-4 {
  position: relative;
}

.featured-item.style-4 .featured-icon,
.featured-item.style-4 .featured-img {
  margin-bottom: 20px;
}

.featured-item.style-4 .featured-icon i {
  display: inline-block;
  color: var(--themeht-primary-color);
}

.featured-item.style-4 .featured-title h4 {
  margin-bottom: 0;
}

.featured-item.style-4 .featured-desc p {
  margin-bottom: 0;
  margin-bottom: 10px;
}


/* ------------------------
    Testimonials
------------------------*/
.testimonial.style-1 {
  padding: 50px 40px;
  position: relative;
  background: var(--themeht-white-color);
  width: 400px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  border-radius: 12px;
  margin: 20px 0;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(1, 81, 202, 0.15);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.testimonial.style-1:hover {
  border-bottom: 2px solid rgba(1, 81, 202, 0.8);
  box-shadow: 0 12px 24px rgba(1, 81, 202, 0.12);
  transform: translateY(-2px);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial .testimonial-caption {
  z-index: 9;
  position: relative;
}

.testimonial .testimonial-caption label {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--themeht-body-color);
  display: block;
  font-size: 16px;
}

.testimonial .testimonial-caption h5 {
  display: inline-block;
  margin-bottom: 2px;
  transition: transform 0.4s ease;
}

.testimonial:hover .testimonial-caption h5 {
  color: var(--themeht-primary-color);
}

.testimonial-rating i {
  color: #ffb300;
  margin-right: 2px;
}

.testimonial-marquee .marquee-inner {
  gap: 40px;
}

.testimonial-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 12.5%, rgb(255, 255, 255) 87.5%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}

.testimonial p {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0;
}

.testimonial .testimonial-img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}

.shadow-none .testimonial {
  box-shadow: none;
}

.swiper-slide .testimonial.style-1,
.swiper-slide .testimonial.style-2 {
  width: auto;
}

.testimonial.style-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--themeht-bg-dark-color);
  border-radius: 20px;
}

.testimonial.style-2 .testimonial-img {
  flex-shrink: 0;
  width: 40%;
  height: auto;
  border-radius: 12px;
}

.testimonial.style-2 .testimonial-content {
  position: relative;
  padding: 50px;
}


/* ------------------------
    Service Box
------------------------*/
.service-item .service-desc p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.service-item.style-1 {
  position: relative;
  background: var(--themeht-white-color);
  border-radius: 30px;
  overflow: hidden;
}

.service-item .service-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-item.style-1 .service-desc {
  position: relative;
  z-index: 9;
  padding: 30px 90px 30px 30px;
  border-bottom-left-radius: 30px;
}

.service-item.style-1 .service-desc p {
  margin-top: 15px;
  max-width: 85%;
  margin-bottom: 0;
}

.service-subtitle {
  display: inline-block;
  background: var(--themeht-light-color);
  padding: 7px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 100px;
  line-height: 1;
  color: var(--themeht-text-color);
  margin-bottom: 5px;
}

.service-item.style-1 .service-title h4 {
  margin-bottom: 0;
}

.service-item.style-1 .service-icon {
  font-size: 40px;
  line-height: 1;
  color: var(--themeht-text-color);
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--themeht-white-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service-item.style-1:hover .service-icon {
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
}

.service-item.style-2 {
  position: relative;
  background-color: var(--themeht-white-color);
  border-radius: 30px;
  border-bottom-right-radius: 0;
  padding: 50px 30px;
  padding-right: 100px;
}

.service-item.style-2 .service-icon {
  color: var(--themeht-text-color);
  font-size: 60px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.service-item.style-2:hover .service-icon {
  color: var(--themeht-primary-color);
}

.service-item.style-2 .service-desc p {
  margin-top: 15px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.primary-bg .service-item.style-2 {
  background-color: rgba(255, 255, 255, 0.05);
}

.primary-bg .service-item.style-2 .service-icon,
.primary-bg .service-item.style-2 .service-desc p {
  color: var(--themeht-light-color);
}

.primary-bg .service-item.style-2 .service-title h4 a {
  color: var(--themeht-white-color);
}

.primary-bg .service-item .arrow-button {
  background: rgba(255, 255, 255, 0.05);
}

.primary-bg .service-item .arrow-button svg line {
  stroke: var(--themeht-white-color);
}

.primary-bg .service-item .ht-shape-btn svg path {
  fill: var(--themeht-primary-color) !important;
}

.service-item.style-3 {
  position: relative;
  background: var(--themeht-white-color);
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
}

.service-item.style-3 .service-image {
  width: 100%;
  border-radius: 20px;
  margin: 30px 0;
}

.service-item.style-3 .service-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-item.style-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  padding-right: 50px;
}

.service-item.style-3 .service-icon {
  line-height: 1;
  color: var(--themeht-white-color);
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  background: var(--themeht-primary-color);
  font-size: 40px;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item.style-3:hover .service-icon i {
  animation: headShake 2s linear infinite;
}

.service-item.style-3 .service-title h4 a:hover {
  color: var(--themeht-primary-color);
}

.dark-bg .service-item.style-3 .ht-shape-btn svg path {
  fill: var(--themeht-bg-dark-color) !important;
}

.service-item.style-4 {
  position: relative;
  background: var(--themeht-white-color);
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
}

.service-item.style-4 .service-image {
  margin-top: 30px;
}

.service-item.style-4 .service-desc {
  padding-right: 50px;
}

.service-item.style-4 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  margin-top: 20px;
}

.service-item.style-4 .service-icon {
  font-size: 40px;
  line-height: 1;
  color: var(--themeht-text-color);
  z-index: 9;
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--themeht-white-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service-item.style-4:hover .service-icon {
  color: var(--themeht-primary-color);
}

.service-item.style-4 .service-subtitle a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.service-item.style-5 {
  position: relative;
  background: var(--themeht-white-color);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1), 0 6px 0 rgba(0, 82, 204, 0.12);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}

.service-item .service-image {
  border-radius: 10px;
}

.service-item.style-5 .service-desc {
  position: relative;
  padding-top: 35px;
}

.service-item.style-5 .service-icon {
  font-size: 40px;
  line-height: 1;
  color: var(--themeht-white-color);
  z-index: 9;
  position: absolute;
  top: -35px;
  right: 35px;
  background: var(--themeht-primary-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid white;
}

.service-item.style-5:hover .service-icon {
  background: var(--themeht-bg-dark-color);
}

.service-item.style-5 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  margin-top: 20px;
}

.service-item.style-6 {
  position: relative;
  background: var(--themeht-white-color);
  padding: 40px;
  border-radius: 30px;
  z-index: 9;
}

.service-item.style-6 .service-icon,
.service-item.style-6 .service-icon-image {
  display: inline-block;
  margin-bottom: 30px;
}

.service-item.style-6 .service-icon i {
  font-size: 70px;
  line-height: 70px;
  color: var(--themeht-text-color);
  display: inline-block;
}

.service-item.style-6 .service-icon-image img,
.service-item.style-6 .service-icon svg {
  width: 80px;
}

.service-item.style-6 .service-title {
  border-bottom: 1px solid var(--themeht-border-light-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.service-item.style-6 .service-title h4 {
  margin-bottom: 0;
}

.service-item.style-6 .service-desc {
  padding-right: 60px;
}

.service-item.style-6 p {
  margin-bottom: 0;
}

/*Service Sidebar*/
#menu-service-sidebar-menu {
  padding-left: 0;
}

#menu-service-sidebar-menu li {
  list-style-type: none;
  margin-bottom: 15px;
}

#menu-service-sidebar-menu li:last-child {
  margin-bottom: 0;
}

#menu-service-sidebar-menu li a {
  border-radius: 100px;
  color: var(--themeht-text-color);
  display: block;
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--themeht-border-light-color);
}

#menu-service-sidebar-menu li.current-menu-item a,
#menu-service-sidebar-menu li:hover a {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

#menu-service-sidebar-menu li a:before {
  display: none;
}

#menu-service-sidebar-menu li a:after {
  position: absolute;
  top: 0;
  left: inherit;
  right: 18px;
  font-family: flaticon_mycollection !important;
  content: "\f13f";
  font-size: 24px;
  display: flex;
  z-index: 99;
  height: 100%;
  color: var(--themeht-text-color);
  justify-content: center;
  align-items: center;
}

#menu-service-sidebar-menu li a:hover:after,
#menu-service-sidebar-menu li.current-menu-item a:after {
  color: var(--themeht-white-color);
}


/* ------------------------
    Price Table
------------------------*/
.price-table {
  background-color: var(--themeht-white-color);
  border-radius: 30px;
}

.price-table.style1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--themeht-border-light-color);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 60px 50px 63px;
  display: flex;
  position: relative;
}

.price-table.style1 .price-table h3 {
  margin-bottom: 0;
}

.price-table.style1 .price-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 230px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-table.style1 .price-left p {
  margin-bottom: 0;
}

.price-value {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
  gap: 3px;
}

.price-value h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.price-value h2 sup {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  vertical-align: super;
}

.price-list ul li {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.price-list ul li:last-child {
  margin-bottom: 0;
}

.price-list li i {
  color: var(--themeht-primary-color);
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px
}

.price-label {
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: var(--themeht-white-color);
  padding: 7px 38px;
  position: absolute;
  top: -1px;
  left: 50px;
  font-weight: 600;
}

.price-label-left {
  background-color: transparent;
  box-shadow: 15px -15px 0 0 var(--themeht-white-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 0;
}

.price-label-right {
  background-color: transparent;
  box-shadow: -15px -15px 0 0 var(--themeht-white-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
}

.price-table.style2 {
  transition: box-shadow 0.3s ease;
  position: relative;
  padding: 60px 40px 40px;
}

.price-table.style2 .themeht-btn {
  margin-top: 30px;
}

.price-table.price-active {
  background: var(--themeht-primary-color);
  z-index: 9;
}

.price-table.text-white h3,
.price-table.text-white p,
.price-table.text-white h2,
.price-table.text-white .price-value span,
.price-table.text-white .price-list ul li,
.price-table.text-white .price-list ul li i {
  color: var(--themeht-white-color);
}

.price-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  font-size: 40px;
  line-height: 1;
  color: var(--themeht-text-color);
}


/* ------------------------
    Progress Bar
------------------------*/
body .elementor-widget-progress .elementor-progress-wrapper {
  background-color: var(--themeht-white-color);
  border-radius: 50px;
}

body .elementor-widget-progress .elementor-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 500;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-text-color);
  display: inline-block;
}

body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  height: 20px;
  background: var(--themeht-primary-color);
  border-radius: 50px;
  position: relative;
}

body .elementor-widget-progress .elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--themeht-white-color);
  line-height: 1;
}

body .dark-bg .elementor-widget-progress .elementor-title {
  color: var(--themeht-white-color);
}


/* ------------------------
    Portfolio
------------------------*/

.portfolio-filter {
  display: inline-block;
  margin: 0 auto 30px;
  text-align: center;
}

.portfolio-filter button {
  position: relative;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--themeht-text-color);
  float: left;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 10px;
  line-height: 1;
  background: var(--themeht-white-color);
}

.portfolio-filter button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.portfolio-filter button+button {
  margin-left: 20px;
}

.isotope .grid-item img {
  width: 100%;
}

.primary-bg .portfolio-filter button.is-checked,
.primary-bg .portfolio-filter button:hover {
  background: var(--themeht-white-color);
  color: var(--themeht-primary-color);
}

.grid.masonry-columns-2 .grid-item {
  width: 50%;
}

.grid.masonry-columns-3 .grid-item {
  width: 33.333333%;
}

.grid.masonry-columns-4 .grid-item {
  width: 25%;
}

@media (max-width:1200px) {

  .grid.masonry-columns-3 .grid-item,
  .grid.masonry-columns-4 .grid-item {
    width: 50%;
  }
}

@media (max-width:767px) {

  .grid.masonry-columns-2 .grid-item,
  .grid.masonry-columns-3 .grid-item,
  .grid.masonry-columns-4 .grid-item {
    width: 100%;
  }
}

.portfolio-item {
  position: relative;
}

.portfolio-item.style-1 .portfolio-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 4px solid white;
  border-radius: 20px;
}

.portfolio-item.style-1 .portfolio-image img {
  border-radius: 20px;
  width: 100%;
}

.portfolio-desc h4 {
  margin-bottom: 0
}

.portfolio-item.style-1 .portfolio-desc {
  position: relative;
  z-index: 9;
  padding: 30px;
  border-radius: 16px;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.portfolio-item.style-1 .portfolio-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--themeht-text-color);
  background: var(--themeht-light-color);
  padding: 4.304px 12px 4.304px 12px;
  border-radius: 50px;
}

.portfolio-item.style-1 .portfolio-image img {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

/*.portfolio-item.style-1 .portfolio-image img:first-child { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; transform: translateX(50%) scaleX(2); opacity: 0; filter: blur(10px); }*/
.portfolio-item.style-1 .portfolio-image img:nth-child(2) {
  display: none;
}

.portfolio-item.style-1:hover .portfolio-image img:first-child {
  transform: scale(1.02);
}

/*.portfolio-item.style-1:hover .portfolio-image img:nth-child(2) { transform: translateX(-50%) scaleX(2); opacity: 0; filter: blur(10px); }*/

.portfolio-item.style-2 {
  background: var(--themeht-white-color);
  border-radius: 30px;
  overflow: hidden;
}

.portfolio-item.style-2 .portfolio-image:before {
  position: absolute;
  content: '';
  width: 120%;
  height: 0%;
  z-index: 2;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--themeht-primary-color) 5.83%, #46544D00 60.55%);
  -webkit-transition: .5s;
  -khtml-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
}

.portfolio-item.style-2 .portfolio-image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--themeht-text-color) 0%, #FFFFFF00 40.55%);
  -webkit-transition: .5s;
  -khtml-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 0;
  left: 0;
}

.portfolio-item.style-2:hover .portfolio-image:before {
  height: 100%;
}

.portfolio-item.style-2 .portfolio-desc {
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}

.portfolio-item.style-2 .portfolio-desc h4 a {
  color: var(--themeht-white-color);
}

.portfolio-item.style-2 .portfolio-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: var(--themeht-text-color);
  background: var(--themeht-white-color);
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  padding: 4.304px 12px;
  border-radius: 50px;
  margin-bottom: 7px;
  display: inline-block;
  line-height: 16px;
}

/*Portfolio Meta*/
.portfolio-meta-info {
  background: var(--themeht-white-color);
  padding: 30px;
  border-radius: 20px;
}

.portfolio-meta-info h4 {
  margin-bottom: 0;
}

.portfolio-meta-info ul {
  margin-top: 30px;
}

.portfolio-meta-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.portfolio-meta-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.portfolio-meta-info i {
  font-size: 24px;
  color: var(--themeht-primary-color);
  flex-shrink: 0;
  margin-right: 15px;
  line-height: 1;
}

.portfolio-meta-info .sub-title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--themeht-body-color);
}

.portfolio-meta-info .title {
  color: var(--themeht-text-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}

/* ------------------------
    Ht Tab
------------------------*/
.ht-tab .tab-menu {
  display: inline-flex;
  gap: 20px;
  border: 1px solid var(--themeht-border-light-color);
  padding: 10px;
  border-radius: 12px;
  margin: 0;
}

.ht-tab .tab-menu li {
  list-style-type: none;
}

.ht-tab .tab-menu li a {
  font-family: var(--themeht-typography-secondary-font-family);
  text-align: center;
  background: var(--themeht-light-color);
  border-radius: 8px;
  padding: 10px 40px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.ht-tab .tab-menu li a.active-a {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.ht-tab .ht-tab-content {
  padding-top: 30px;
}

.ht-tab-content img {
  border-radius: 20px !important;
}

.ht-tab-pane {
  display: none;
}

.ht-tab-pane.tab-active {
  display: block;
  animation: tab-fade ease 1s;
  -webkit-animation: tab-fade ease 1s;
  -moz-animation: tab-fade ease 1s;
  -o-animation: tab-fade ease 1s;
  -ms-animation: tab-fade ease 1s;
}

.tab-list ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tab-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.tab-list li:last-child {
  margin-bottom: 0;
}

.tab-list li:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-family: flaticon_mycollection !important;
  content: "\f136";
  color: var(--themeht-primary-color);
  font-size: 20px;
  line-height: 1;
}


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: var(--themeht-bg-dark-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 8px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: var(--themeht-primary-color);
}

.swiper .swiper-button-prev:after {
  content: '\f13f';
  font-family: flaticon_mycollection !important;
  transform: rotate(-180deg);
  display: inline-block;
}

.swiper .swiper-button-next:after {
  content: '\f13f';
  font-family: flaticon_mycollection !important;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: var(--themeht-white-color);
  font-size: 24px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 50px !important;
}

.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next {
  border: 1px solid var(--themeht-border-light-color);
  background: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev:hover,
.swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover,
.swiper-nav-bottom-white .swiper-button-next:hover {
  background: var(--themeht-primary-color);
  border-color: var(--themeht-primary-color);
}

.swiper-nav-white .swiper-button-next:after,
.swiper-nav-white .swiper-button-prev:after,
.swiper-nav-bottom-white .swiper-button-next:after,
.swiper-nav-bottom-white .swiper-button-prev:after {
  color: var(--themeht-text-color);
}

.swiper-nav-white .swiper-button-prev:hover:after,
.swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after,
.swiper-nav-bottom-white .swiper-button-next:hover:after {
  color: var(--themeht-white-color);
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom .swiper-button-prev {
  top: inherit;
  bottom: 0;
}

.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-prev {
  left: 50% !important;
  margin-left: -60px;
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next {
  right: 50% !important;
  margin-right: -60px;
}

.swiper-nav-bottom,
.swiper-nav-bottom-white {
  margin-top: 120px;
}

/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination {
  position: inherit !important;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 60px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #bccfe9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: var(--themeht-primary-color);
  box-shadow: 0 0 8px rgba(0, 86, 210, 0.6);
  opacity: 1;
}

.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--themeht-white-color);
}

.swiper-nav-none .swiper-button-prev,
.swiper-nav-none .swiper-button-next,
.swiper-nav-none .swiper-pagination {
  display: none;
}

.swiper-nav-dots .swiper-button-prev,
.swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev,
.swiper-dots-white .swiper-button-next {
  display: none;
}

.swiper-nav-arrow .swiper-pagination,
.swiper-nav-bottom .swiper-pagination,
.swiper-nav-white .swiper-pagination,
.swiper-nav-bottom-white .swiper-pagination {
  display: none;
}


/* ------------------------
  Shape Button
------------------------*/
.shape-item-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.shape-item-icon .shape-item-icon-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  z-index: 9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
  position: absolute;
  bottom: 0;
  right: 0;
}

.shape-item-icon .shape-item-icon-link .shape-item-icon-link-inner {
  display: block;
  -webkit-clip-path: inset(-2px);
  clip-path: inset(-2px);
}

.shape-item-icon .shape-item-icon-link i {
  width: 1em;
  height: 1em;
  display: block;
  transition-timing-function: ease;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  font-size: 24px;
  line-height: 1;
}

.shape-item-icon .shape-item-icon-link i:last-child {
  margin-top: -100%;
  opacity: 0;
  -webkit-transform: translateX(-200%) translateY(200%);
  -ms-transform: translateX(-200%) translateY(200%);
  transform: translateX(-200%) translateY(200%);
  opacity: 0;
}

.shape-item-icon .shape-item-icon-link:hover i:first-child {
  -webkit-transform: translateX(200%) translateY(-200%);
  -ms-transform: translateX(200%) translateY(-200%);
  transform: translateX(200%) translateY(-200%);
  opacity: 0;
}

.shape-item-icon .shape-item-icon-link:hover i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.shape-item-icon svg {
  fill: var(--themeht-white-color);
}

.light-bg .shape-item-icon svg {
  fill: var(--themeht-light-color);
}

.dark-bg .shape-item-icon svg {
  fill: var(--themeht-bg-dark-color);
}

.primary-bg .shape-item-icon svg {
  fill: var(--themeht-primary-color);
}

.dark-bg .shape-item-icon .shape-item-icon-link {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.primary-bg .shape-item-icon .shape-item-icon-link {
  background-color: var(--themeht-white-color);
  color: var(--themeht-text-color);
}


/* ------------------------
  Working Hours
------------------------*/
.working-hours-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.working-hours-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.working-hours-item:first-child {
  padding-top: 0 !important;
}



/* ------------------------
  Ht Button Shape
------------------------*/
.ht-shape-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0 30px 0 0;
}

.ht-shape-btn.bottom {
  transform: rotate(90deg);
  top: auto;
  bottom: 0;
}

.ht-shape-btn.left-side {
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.ht-shape-btn svg path {
  fill: var(--themeht-light-color) !important;
}

.primary-bg .form-one .ht-shape-btn svg path {
  fill: var(--themeht-primary-color) !important;
}

.primary-bg .ht-shape-btn svg path {
  fill: var(--themeht-primary-color) !important;
}

.dark-bg .ht-shape-btn svg path {
  fill: var(--themeht-bg-dark-color) !important;
}

.price-table.dark-bg .ht-shape-btn svg path {
  fill: var(--themeht-light-color) !important;
}

.price-table.primary-bg .ht-shape-btn svg path {
  fill: var(--themeht-light-color) !important;
}


/* ------------------------
  Arrow Button
------------------------*/
.arrow-button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--themeht-white-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  border-radius: 100%;
}

.arrow-button.top {
  top: 0;
  bottom: inherit;
}

.arrow-button svg {
  width: 15px;
  height: 15px;
}

.arrow-button svg line {
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1);
  stroke: var(--themeht-text-color);
}

.arrow-button:hover svg line {
  stroke-dashoffset: 0;
  stroke: var(--themeht-primary-color);
}

/* ------------------------
  Split Slider
------------------------*/
.split_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-left-radius: 30px;
}

.split_images .split-img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.split_images .split-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split_images .split-img-block:first-child {
  opacity: 1;
}

.split_texts {
  position: relative;
  width: 50%;
  margin-left: auto;
  background: white;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.split_texts .split-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  padding: 3rem 6rem;
  box-sizing: border-box;
}

.split-mobile-img {
  display: none;
  border-radius: 20px !important;
}

.split-icon {
  background: var(--themeht-primary-color);
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  color: var(--themeht-white-color);
  margin-bottom: 30px;
}

.sticky-panel-content {
  width: 100%;
  height: 70vh !important;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.sticky-panel {
  height: 70vh;
  flex: 1 0 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--themeht-white-color);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.sticky-panel-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sticky-panel-text {
  width: 50%;
  padding: 5rem;
}

.split-content .themeht-btn {
  margin-top: 30px;
}

.step-icon {
  font-size: 60px;
  width: 150px;
  height: 150px;
  border: 2px solid var(--themeht-light-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  color: var(--themeht-white-color);
  margin-bottom: 30px;
  z-index: 9;
}

.step-icon:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  background-color: var(--themeht-primary-color);
  transition: all ease 0.4s;
  z-index: -1;
  border-radius: inherit;
  transform: scale(1);
}

.split-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 200px;
  line-height: 1;
  opacity: 0.1;
  font-weight: 700;
}

.split-content .tab-list ul {
  display: block;
}

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="false"] {
  border-radius: 20px;
  ;
}

.shape-icon-box .shape-icon {
  z-index: 9;
  position: relative;
}