/* font family */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-color: #52cde2;
  --accent-color: #56b5d4;
  --secondary-color: #b288ff;
  --Secondary-hover: #9e6ff5;

  --heading-color: #222;
  --para-color: #444444;
  --text-color-white: #ffffff;
  --cta-color: #c9c7f2;

  --bg-color-1: #f5f5f5;
  --bg-color-2: #f0f6fd;
  --bg-color-3: #f5f5f5;

  --border-color-1: #d8d8d8;
  --border-color-2: #e4e4e4;
  --border-color-3: #dbebff;

  --success: #28a745;
  --Error: #dc3545;
  --Warning: #ffc107;
  --Info: #17a2b8;
  --Link: #007bff;

  --heading-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;
  --transition: all 0.5s ease;

  --box-shadow: rgba(0, 0, 0, 0.068) 0px 3px 12px;

  --gradient: linear-gradient(90deg, #b288ff -5%, #52cde2 100%);
  --gradient-hover: linear-gradient(90deg, #52cde2 -5%, #b288ff 100%);
  --bg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 237, 255, 1) 59%, rgba(221, 245, 255, 1) 85%);
  --bg-gradient-b: linear-gradient(180deg, rgba(221, 245, 255, 1) 0%, rgba(241, 237, 255, 1) 41%, rgba(255, 255, 255, 1) 100%);
  --bg-gradient-bb: linear-gradient(180deg, #ffffff 0%, #f1edff 41%, #ddf5ff 100%);

  /* font sizes 
  base 14px
  scale ratio 1.33
  line height 1.2 - 1.4
  */

  /* fluid scaling: min (mobile), preferred (tab), max (desktop) */
  --font-xs: clamp(9px, 1vw, 10px); /* small */
  --font-sm: clamp(10px, 1.2vw, 12px); /* caption */
  --font-md: clamp(12px, 1.3vw, 14px); /* body */
  --font-base: clamp(14px, 1.5vw, 16px); /* body large */
  --font-lg: clamp(12px, 1.5vw, 14px); /* h6 */
  --font-xl: clamp(16px, 2vw, 19px); /* h5 */
  --font-2xl: clamp(20px, 3vw, 25px); /* h4 */
  --font-3xl: clamp(26px, 4vw, 33px); /* h3 */
  --font-4xl: clamp(32px, 5vw, 44px); /* h2 */
  --font-5xl: clamp(40px, 6vw, 58px); /* h1 */
  --font-display-sm: clamp(44px, 7vw, 64px);
  --font-display-md: clamp(52px, 8vw, 72px);
  --font-display-lg: clamp(60px, 9vw, 80px);
  --font-display-xl: clamp(72px, 11vw, 96px);
}

body,
body p,
body span,
body a,
body li {
  font-family: var(--body-font);
}

body p {
  margin-bottom: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--heading-font);
}
h1 {
  font-size: var(--font-5xl);
}
h2 {
  font-size: var(--font-4xl);
}
h3 {
  font-size: var(--font-3xl);
}
h4 {
  font-size: var(--font-2xl);
}
h5 {
  font-size: var(--font-xl);
}
h6 {
  font-size: var(--font-lg);
}
.ff-default {
  font-family: var(--body-font);
}
.ff-default .ff-btn-submit {
  font-family: var(--body-font);
}


.page-dermats-landing.elementor-kit-10{
   --e-global-color-primary: #4B9CF1;
    --e-global-color-secondary: #65E6B7;
    --e-global-color-text: #444444;
    --e-global-color-accent: #3C8FE9;
    --e-global-color-5d66692: #3C8FE9;
    --e-global-color-4f260d0: #222222;
    --e-global-color-1fe7b7f: #D8D8D8;
    --e-global-color-18ce036: #E4E4E4;
    --e-global-color-045832d: #D4EAFA;
    --e-global-color-4b07147: #D4EAFA;
    --e-global-color-84fd3cd: #DDFAEE;
    --e-global-color-e2ab798: #F3F5F8;
    --e-global-color-6213525: #FFFFFF;
    --e-global-color-ca961e8: #D4EAFA;
    --e-global-color-c9e168b: #F2FAFF;
    --e-global-color-5bb6e84: #F6FFFB;
    --e-global-color-a9f5c41: #41DDA4;
    --e-global-color-972e022: #D9E0FF;
    --e-global-color-c07d579: #B2B7D6;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500;

  /*  */
 --primary-color: #4b9cf1;
  --accent-color: #3c8fe9;
  --secondary-color: #65e6b7;
  --Secondary-hover: #38c6b3;

  --heading-color: #222;
  --para-color: #444444;
  --text-color-white: #ffffff;
  --cta-color: #d4eafa;

  --bg-color-1: #d4eafa;
  --bg-color-2: #ddfaee;
  --bg-color-3: #f5f5f5;

  --border-color-1: #d8d8d8;
  --border-color-2: #e4e4e4;
  --border-color-3: #d4eafa;

  --success: #28a745;
  --Error: #dc3545;
  --Warning: #ffc107;
  --Info: #17a2b8;
  --Link: #007bff;

  --heading-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;
  --transition: all 0.5s ease;

  --box-shadow: rgba(0, 0, 0, 0.068) 0px 3px 12px;
  --gradient: linear-gradient(90deg, #4b9cf1 -5%, #65e6b7 100%);
  --gradient-hover: linear-gradient(90deg, #65e6b7 -5%, #4b9cf1 100%);
  --bg-gradient: linear-gradient(180deg, #ffffff 0%, #d4eafa 59%, #ddfaee 85%);
  --bg-gradient-b: linear-gradient(180deg, #ddfaee 0%, #d4eafa 41%, #ffffff 100%);
  --bg-gradient-bb: linear-gradient(180deg, #ffffff 0%, #ddfaee 59%, #d4eafa 85%);
}

a {
  text-decoration: none;
}
.active .link-wrap a {
  color: var(--text-color-white);
}
.link-wrap a {
  color: var(--para-color);
}
.link-wrap a:hover {
  color: var(--secondary-color);
}

p {
  margin-bottom: 0;
}
.traffic-content .title {
  color: var(--heading-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-size: calc(var(--font-5xl) + 2px);
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}
/* marquee slide */
.less-popular-services .tiny {
  font-size: var(--font-base);
  text-align: center;
  margin-bottom: 2rem;
}
.less-popular-services .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.less-popular-services .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.less-popular-services .swiper-slide {
  text-align: center;
  font-size: var(--font-md);
  background: var(--text-color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
}
.less-popular-services .lp-wrap-inner {
  overflow: hidden;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 40px;
  background: var(--text-color-white);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  gap: 12px;
  font-weight: 500;
}
.swiper--second {
  opacity: 0.9;
}
.swiper--third {
  opacity: 0.6;
}
.swiper--four {
  opacity: 0.3;
}

.popular-services-swiper .service-card {
  border-radius: 10px;
  /* border: none; */
  position: relative;

  text-align: left;
  transition: all 0.5s ease;
  background-color: var(--text-color-white);
}
.popular-services-swiper .service-card:hover {
  background: #d4eafa;
}
.ps-carousel-wrap .popular-services-swiper {
  padding: 20px 0;
}

.popular-services-swiper .bottom-wrap .icon-wrap svg,
.popular-services-swiper .bottom-wrap .icon-wrap img {
  fill: var(--primary-color);
  /* stroke: var(--primary-color); */
  width: 50px;
  height: 55px;
}
.popular-services-swiper .service-card .top-wrap {
  padding: 0px;
}
.popular-services-swiper .service-card:hover {
  border-color: #b1daf8;
}
.popular-services-swiper .service-card .icon-wrap {
  /* text-align: end; */
}
.popular-services-swiper .img-wrap img {
  width: 100%;
  height: 100%;
}

.popular-services-swiper .service-card {
  overflow: hidden;
}
.popular-services-swiper .service-card h5 a {
  font-size: calc(var(--font-xl) + 2px);
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.popular-services-swiper .desc p,
.popular-services-swiper .desc p ul li {
  font-size: calc(var(--font-xl) + 3px);
  line-height: 1.6em;
  color: var(--para-color);
  font-style: italic;
  margin: 10px 0;
}
.ld-services .popular-services-swiper .desc p,
.ld-services .popular-services-swiper .desc p ul li {
  font-style: normal;
  font-size: var(--font-base);
}
.popular-services-swiper .desc ul li {
  padding-top: 8px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.popular-services-swiper .desc ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color-1);
}
.popular-services-swiper .desc ul {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.popular-services-swiper .desc p ul li::marker {
  color: var(--primary-color);
}
.popular-services-swiper .bottom-wrap .icon-wrap,
.icon-wrap-ld .elementor-icon {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
.icon-wrap-ld .elementor-icon {
  width: max-content;
}
.popular-services-swiper .bottom-wrap .icon-wrap::before,
.icon-wrap-ld .elementor-icon::before {
  width: 80%;
  height: 80%;
  content: " ";

  position: absolute;
  left: 20px;
  top: -5px;
  transition: all 0.5s ease;
  background-color: var(--bg-color-1);
  z-index: -1;
  border-radius: 50%;
}
.popular-services-swiper .service-card:hover .bottom-wrap .icon-wrap::before,
.s-card:hover .icon-wrap-ld .elementor-icon::before {
  background-color: var(--text-color-white);
  left: -16px;
  top: -12px;
  width: 100%;
  height: 100%;
}
.s-card .icon-wrap-ld .elementor-icon::before {
  width: 64px;
  height: 64px;
}
.s-card:hover .icon-wrap-ld .elementor-icon::before {
  background-color: var(--text-color-white);
  left: -12px;
  top: -12px;
  width: 80px;
  height: 80px;
}
.hero-area.s-card {
  background: linear-gradient(180deg, #ffffff 0%, #ddfaee 59%, #d4eafa 85%);
}
.hero-area.s-card:hover {
  background: transparent;
  background-color: var(--bg-color-1) !important;
}
.popular-services-swiper .bottom-wrap img {
  height: 55px;
  width: 55px;
}

/* top services */
.block-hover-card {
  transition: all 0.5s ease;
}
.block-hover-card,
.block-hover-card-front,
.block-hover-card-back {
  transition: all 0.5s ease;
}
.block-hover-card .block-hover-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  height: 100%;
}

.block-hover-card .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    box-shadow: var(--box-shadow);
    object-fit: cover;
    object-position: top;
}

.block-hover-card .img-wrap {
  height: 200px;

  width: auto;
}
.block-hover-card-content p {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-hover-card .block-hover-card-front h5 {
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 70px;
}
.block-hover-card h5 {
  font-size:calc( var(--font-xl) + 2px);
  margin: 15px 0;
  font-weight: 600;
}
.block-hover-card .icon-wrap {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  /* border: 2px solid var(--text-color-white); */
  text-align: center;
  background: var(--gradient);
  line-height: 65px;padding: 5px;
  box-shadow: var(--box-shadow);
}
.block-hover-card .icon-wrap img {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.desc p br {
  display: none;
}
.block-hover-card .icon-wrap i {
  font-size: calc(var(--font-3xl) - 3px);
  color: var(--primary-color);
}
.block-hover-card a {
  color: var(--heading-color);
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  line-height: 1.2em;
  font-size: var(--font-md);
  border-bottom: 1px solid var(--heading-color);
  font-weight: 600;
}
.block-hover-card a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.block-hover-card {
  background-color: var(--bg-color-2);
  padding: 30px;
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.8s ease;
  height: 100%;
  position: relative;
}
.ps-carousel-wrap .service-card {
  height: 100%;
  background-color: var(--bg-color-3);
  box-shadow: none;
  /* background: var(--bg-gradient-bb); */
}
.ps-carousel-wrap.serv_1 .service-card {
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

.ps-carousel-wrap .swiper-slide {
  height: auto;
}
.block-hover-card-back {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 30px 0 30px;
}
.block-hover-card:hover .block-hover-card-back {
  opacity: 1;
  visibility: visible;
}
.block-hover-card:hover .block-hover-card-front {
  opacity: 0;
  visibility: hidden;
}

.top-services-swiper .swiper-button-next,
.top-services-swiper .swiper-button-prev {
  background-color: var(--text-color-white);
  border: 1px solid var(--border-color-1);
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 50%;
  font-size: var(--font-xs);
  box-shadow: var(--box-shadow);
}

.top-services-swiper .swiper-button-next:hover,
.top-services-swiper .swiper-button-prev:hover {
  background: var(--accent-color);
}
.top-services-swiper .swiper-btn-wrap {
  opacity: 0;
}
.top-services-swiper:hover .swiper-btn-wrap {
  opacity: 1;
}

.top-services-swiper .swiper-button-next:hover::after,
.top-services-swiper .swiper-button-prev:hover:after {
  color: var(--text-color-white);
}
.top-services-swiper .swiper-button-next::after,
.top-services-swiper .swiper-button-prev::after {
  font-size: var(--font-md);
  color: var(--heading-color);
}

/* thumb slider */
.service_thumbSwiper {
  height: 80%;
  width: 100%;
}

.swiper.thumbSwiper {
  height: 20%;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 30px 10px 0 0;
}
.thumbSwiper .thumb-content-wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
.thumbSwiper .thumb-content-wrap {
  cursor: pointer;
  padding-right: 15px;
  background-color: var(--text-color-white);
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
  border: 1px solid #ebebeb;
  padding: 30px 22px;
}
.thumbSwiper .swiper-slide {
  width: 25%;
  height: 100%;
}

.thumbSwiper .swiper-slide-thumb-active .thumb-content-wrap {
  background: #e5f3fd;
  border-color: #c7e4f8;
}
.serv-wrap {
  display: flex;
}
.serv-wrap .right-wrap {
  margin-right: 50px;
}
.thumb-slider-wrap .swiper-button-next,
.thumb-slider-wrap .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;

  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 50%;
  background: var(--secondary-color);
  box-shadow: var(--box-shadow);
}

.thumb-slider-wrap .swiper-button-next::after,
.thumb-slider-wrap .swiper-button-prev::after {
  font-size: var(--font-sm);
  color: var(--text-color-white);
}
.thumb-slider-wrap .swiper-button-next:hover,
.thumb-slider-wrap .swiper-button-prev:hover {
  background: var(--accent-color);
}
.thumb-slider-wrap .swiper-button-next:hover:after,
.thumb-slider-wrap .swiper-button-prev:hover:after {
  color: var(--text-color-white);
}
.thumb-slider-wrap {
  overflow: hidden;
}
.btn-wrap .btn {
  background: var(--accent-color);
  font-weight: 600;
  color: var(--text-color-white);
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  font-size: calc(var(--font-base) - 1px);
  text-decoration: none;
  line-height: 1.3em;
}
.btn-wrap .btn:hover {
  background: var(--primary-color);
  color: var(--text-color-white);
}
.serv-wrap .btn-wrap .btn {
  background: var(--primary-color);
}
.serv-wrap .btn-wrap .btn:hover {
  background: var(--accent-color);
}
.serv-wrap .content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.traffic-content p {
  font-size: calc(var(--font-xl) - 2px);
}
.serv-wrap .content ul li {
  padding-left: 25px;

  font-weight: 400;
  color: var(--para-color);
  line-height: 1.5em;
  margin-top: 15px;
  font-size: var(--font-xl);
  position: relative;
  margin: 10px 0;
}
.serv-wrap .content ul li::after {
  content: "\F138";
  font-family: "Bootstrap-icons";
  left: 0;
  top: 0;
  color: var(--Secondary-hover);
  position: absolute;
}
.thumb-slider-wrap .left-wrap {
  flex: 0 0 50%;
  min-height: 500px;
  padding: 15px 10px;
}
.thumb-slider-wrap .serv-wrap {
  margin: 5px;
  overflow: hidden;
}
.thumb-slider-wrap .img-wrap {
  height: 550px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.thumb-slider-wrap .img-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 30px 0 30px 0;
  object-fit: cover;
  object-position: top center;
}
.thumb-slider-wrap .swiper-btn {
  gap: 12px;
  position: absolute;
  bottom: 20px;
  right: 20%;
}
.thumbSwiper .title h5 {
  font-size: var(--font-xl);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumb-content-wrap {
  height: 100%;
}
/* .thumbSwiper .swiper-slide:not(:last-child) {
  border-right: 1px solid var(--border-color-1);
} */
.thumbSwiper p {
  font-size: var(--font-md);
}
.serv-wrap .title .icon i {
  font-size: calc(var(--font-3xl) + 2px);
  color: var(--primary-color);
}
.serv-wrap .title .icon_img {
  display: block;
  width: 170px;
}
.serv-wrap .title .icon_img img {
  width: 100%;
  height: 100%;
}

.serv-wrap .title h2 {
  font-size: calc(var(--font-5xl) + 2px);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--heading-color);
  margin: 10px 0;
}
.serv-wrap p {
  margin-bottom: 15px;
  line-height: 1.6em;
  color: var(--para-color);
  font-size: calc(var(--font-xl) - 1px);
}
/* testimonial swiper */
.testimonial-swiper {
  position: relative;
}

.testimonial-swiper .img-wrap {
  flex: 0 0 35%;
  background: var(--primary-color);
  padding: 10px;
  height: 400px;
  border-radius: 20px;
}
.testimonial-swiper .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  position: absolute;
  box-shadow: var(--box-shadow);
  top: 50%;
  border: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 50%;
  font-size: var(--font-xs);
  background: var(--accent-color);
}

.testimonial-swiper .swiper-button-next:hover,
.testimonial-swiper .swiper-button-prev:hover {
  background: var(--primary-color);
}
.testimonial-swiper .swiper-button-next::after,
.testimonial-swiper .swiper-button-prev::after {
  font-size: var(--font-md);
  color: var(--text-color-white);
}
.testimonial-swiper {
  padding-left: 0px;
  overflow: hidden;
}
.testimonial-swiper .swiper-btn-wrap {
  width: calc(35% - 25px);
  top: auto;
  position: absolute;
  transform: translateY(0%);
  z-index: 11;
  justify-content: end;
  gap: 8px;
  bottom: 30px;
}
.testimonial-swiper .swiper-button-prev {
  left: 0px;
  right: 0;
  position: relative;
}
.testimonial-swiper .swiper-button-next {
  right: -40px;
  left: 0px;
  right: 0;
  position: relative;
}
.testimonial-container {
  box-shadow: var(--box-shadow);
  border-radius: 15px;
}
.testimonial-swiper .review-wrap {
  align-items: center;
  padding: 0;
  gap: 40px;
  overflow: hidden;
}
.review-wrap .logo-wrap {
  width: 250px;
}
.review-wrap .test_title h3 {
  font-size: calc(var(--font-3xl) - 2px);
  font-weight: 600;
}

.review-wrap .text-wrap {
  font-size: var(--font-base);
  font-style: italic;
}
.author-name {
  font-size: var(--font-base);
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--heading-color);
}
/* horizontally-scroll */
.horizontally-scroll-wrapper {
  overflow: hidden;
}
.swiper-containter {
  overflow-x: hidden;
}

.horizontally-scroll-container::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari */
}

.horizontally-scroll-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

div.horizontally-scroll-container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.horizontally-scroll-container .swiper-slide {
  display: flex;
  width: auto;
}

.horizontally-scroll-container .card-wrap {
  background: var(--text-color-white);
  width: 400px;
  box-shadow: var(--box-shadow);
  border: 1px solid transparent;
  padding: 30px 30px;
  display: block;
  height: 100%;
  border-radius: 16px;
  transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.horizontally-scroll-container .card-wrap:hover {
  border: 1px solid var(--primary-color);
}

.horizontally-scroll-container .card-wrap {
  padding-bottom: 0px;
}
.horizontally-scroll-container .card-wrap:hover {
  padding-bottom: 30px;
}
.horizontally-scroll-container .card-wrap .title {
  font-size: var(--font-xl);
  line-height: 30px;
  font-weight: 600;
  color: #252b33;
  margin: 15px 0 5px;
  transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.horizontally-scroll-container .card-wrap i {
  font-size: calc(var(--font-display-sm) - 4px);
}

.horizontally-scroll-container .card-wrap .content {
  color: #252b33;
  margin-bottom: 0;
  transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.horizontally-scroll-container .card-wrap:hover .read-more-btn a {
  opacity: 1;
  transform: translateY(-3px);
}

.horizontally-scroll-container .card-wrap .read-more-btn a:hover {
  color: var(--accent-color);
}
.horizontally-scroll-container .card-wrap .read-more-btn a {
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
  position: relative;
  display: inline-block;
  opacity: 0;
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}

@keyframes fadeInSlide {
  0% {
    transform: translateY(60%);
  }

  100% {
    transform: translateY(0);
  }
}
/* vertical scroll  */

.orches-left a.active:before {
  border-left: 0.3rem solid var(--accent-green-2);
  transition: 0.4s;
}

.vertical_scroll_wrap ul li:last-child {
  margin-bottom: 0;
}
.vertical_scroll_wrap .row-gap {
  gap: 100px;
}

.vertical_scroll_wrap ul li a {
  font-size: var(--font-xl);
  font-weight: 600;
  line-height: 1.3em;
  padding: 15px 20px;
  color: var(--heading-color);
  margin-bottom: 0;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.vertical_scroll_wrap ul li a.active,
.vertical_scroll_wrap ul li a:hover {
  transition: 0.4s;
  color: var(--Secondary-hover);
}

.vertical_scroll_wrap ul li {
  height: auto;
  align-items: center;
  margin: 0;
}

.orches-left {
  margin: 0;
}

.vertical_scroll_wrap ul li .orches-left h5 a:before {
  background-color: #c2c2c238;
  height: 100%;
  width: 6px;
  position: absolute;
  content: "";
  left: 0;
  transition: all 0.4s;
}

.vertical_scroll_wrap ul li .orches-left h5 a.active:before {
  /* border-left: 0.3rem solid var(--primary-color); */
  transition: all 0.4s;

  background: var(--Secondary-hover);
}

.vertical_scroll_wrap .orches-left h5 {
  margin-bottom: 0;
}

.vertical_scroll_wrap ul li .schedule-btn-btn {
  background: var(--accent-color);
  -webkit-text-fill-color: var(--text-color-white);
  font-weight: 700;
  color: var(--text-color-white);
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  font-size: calc(var(--font-md) + 1px);
  text-decoration: none;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.vertical_scroll_wrap .schedule-btn-btn:hover {
  background: var(--primary-color);
  transition: 0.3s;
  color: var(--text-color-white);
  -webkit-text-fill-color: var(--text-color-white);
}

.vertical_scroll_wrap ul.scroll_list {
  top: 20px;
  position: sticky;
  position: -webkit-sticky;
  margin-left: 0;
  margin-bottom: 0;
}

.content-blockscroll .title h3 {
  font-size: inherit;
  color: inherit;
}

.content-blockscroll .title h5 {
  font-weight: 600;
  color: var(--heading-color);
  padding-right: 0rem;
  position: relative;
  font-size: calc(var(--font-xl) + 1px);
  margin-bottom: 10px;
}

.content-blockscroll .content {
  font-weight: 400;
  color: var(--heading-color);
  font-size: calc(var(--font-xl) - 1px);
}

.vertical_scroll_wrap .overflowContent div {
  position: relative;
}

.content-blockscroll {
  margin-bottom: 40px;
  /* box-shadow: var(--box-shadow); */
  background: var(--bg-color-3);
  padding: 25px 30px;
  display: block;
  height: 100%;
  border-radius: 10px;
  transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.content-blockscroll.active {
  background: var(--bg-color-2);
}
.content-blockscroll .icon-box i {
  font-size: var(--font-4xl);
}
.content-blockscroll.active .title,
.content-blockscroll.active .content,
.content-blockscroll.active .btn-wrap a,
.content-blockscroll.active .icon-box i {
  color: var(--heading-color);
}
.content-blockscroll .icon-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--text-color-white);
  text-align: center;
  background-color: #fff;
  line-height: 25px;
  box-shadow: var(--box-shadow);
  margin-bottom: 15px;
  padding: 15px;
}
.content-blockscroll .icon-img img {
  width: 100%;
  height: 100%;
}

/*--------------- # Case Study # ---------------*/
/* horizontally-scroll */
/* .casestudy_layout.horizontally-scroll-wrapper {
  overflow: hidden;
} */
.casestudy_layout .swiper-containter {
  overflow-x: hidden;
}

.casestudy_layout.horizontal-scroll-container::-webkit-scrollbar {
  display: none;
}

.casestudy_layout.horizontal-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;

  display: flex;
  position: relative;
}
.casestudy_layout.horizontal-scroll-container .swiper-slide {
  max-width: 1140px;
  display: inline-block;
}

.casestudy_layout .image img {
  width: 100%;
  height: 100%;
}
.casestudy_layout .case-wrap {
  /* border: 1px solid var(--border-color-1); */
  background: var(--bg-color-2);
  padding: 52px 40px 0 40px;
  border-radius: 10px;
}
.casestudy_layout .case-wrap .right-wrap {
  padding: 0px;
  padding-bottom: 52px;
}
.casestudy_layout .case-wrap ul {
  list-style: none;
  padding-left: 0;
}
.casestudy_layout .case-wrap a {
  text-decoration: none;
}
.casestudy_layout .techno-wrap ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.casestudy_layout .title a {
  font-size: var(--font-3xl);
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -1.3px;
  display: block;
  color: var(--text-color-white);
  font-family: var(--heading-font);
  margin: 15px 0;
}
.casestudy_layout .title a:hover {
  color: var(--cta-color);
}
.casestudy_layout .description {
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--text-color-white);
}
.casestudy_layout .description p {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.6em;
  color: var(--text-color-white);
}
.casestudy_layout .highlights {
  margin-bottom: 20px;
}
.casestudy_layout .highlights li {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.4em;
  color: var(--text-color-white);
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.casestudy_layout .highlights li i {
  color: var(--para-color);
}
.casestudy_layout .icon-box {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 25px;
  background-color: var(--secondary-color);
}
.casestudy_layout .btn,
.portfolio-item .btn {
  background: #ffffff30;
  border: none;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ffffff56;
  display: block;
}

.casestudy_layout .btn.btn-secondary,
.portfolio-item .btn {
  background: transparent;
  border: 1px solid transparentvar(--text-color-white);

  color: var(--text-color-white);
}
.casestudy_layout .btn:hover,
.casestudy_layout .btn.btn-secondary:hover {
   background: #ffffff42;;
  border: 1px solid #ffffff56;
  color: var(--text-color-white);
}
.casestudy_layout .badge {
  font-size: var(--font-sm);
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
.casestudy_layout .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}
.casestudy_layout .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  cursor: pointer;
  display: inline-block;
  border-radius: 100%;
  background: rgb(0, 0, 0);
}
.casestudy_layout .swiper-pagination-bullet-active {
  background: var(--accent-color);
}
.description.highlights p {
  margin-bottom: 25px;
}
.description.highlights li {
  position: relative;
  padding-left: 40px;
}
.description.highlights ul {
  margin-left: 0;
}
.description.highlights li::before {
  position: absolute;
  content: "\f138";
  font-family: "Bootstrap-icons";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  background-color: #ffffff36;
  color: var(--text-color-white);
  /* margin-right: 10px; */
}
.vbox-inline.vbox-child {
  background: transparent !important;
  max-width: 70%;
}
div.offcanvas {
  width: 700px !important;
}
div.ff-default .ff-el-form-control {
  background-color: transparent;
  border-color: var(--border-color-1);
  color: var(--para-color);
  font-size: var(--font-base);
  line-height: 1.4em !important;
}
div.ff-default .ff-el-form-control::placeholder {
  color: var(--para-color);
}
div.fluentform .ff_file_upload_holder {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
}
div.fluentform .ff_file_upload_holder:hover {
  background: #eeecec;
}

/* Draggable cursor base */
/* Hide native cursor globally inside swiper section */
.horizontal-scroll-container,
.horizontal-scroll-container * {
  cursor: none;
}

/* Custom cursor */
.draggable-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border: 2px solid #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s ease transform;
  z-index: 9999;
}

.draggable-cursor .drag-text {
  margin: 0 8px;
}

.draggable-cursor .arrow {
  font-size: 18px;
  font-size: calc(var(--font-base) + 2px);
}

/* Visible inside swiper */
.horizontal-scroll-container.active .draggable-cursor {
  transform: translate(-50%, -50%) scale(1);
}

/* Dragging state */
.draggable-cursor.dragging {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.2);
}
.portfolio-item {
  padding-bottom: 25px;
}
.portfolio-item .card-wrapper {
  background-color: var(--text-color-white);
}
.elementor-widget-heading .elementor-heading-title {
  margin: 0;
}
.icn-logo-wrap .gallery-item .gallery-icon {
  background-color: var(--text-color-white);
}
.testimonial-carousel-wrap .test_title.my-4 {
  margin: 20px 0 10px 0 !important;
}



.description.highlights ul {
    margin-left: 0;
    margin-top: 20px;
}

.list-wrapper {
    padding: 30px 20px 0 20px;
 
}
.page-home div.swiper-button-prev::after, .page-home div.swiper-button-next::after {
    color: #181616 !important;

}
.page-home .thumb-slider-wrap .swiper-button-next, .page-home .thumb-slider-wrap .swiper-button-prev {
   
    background: #ffffff;
    box-shadow: var(--box-shadow);
}
.page-home .thumb-slider-wrap .swiper-button-next:hover, .page-home .thumb-slider-wrap .swiper-button-prev:hover{
background-color: #ffffff54;
}