
/* Header Section */
.hcel-home-page .hcel-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  transition: 0.3s ease;
  background-color: transparent;
}

.hcel-home-page .hcel-header:hover,
.hcel-home-page .hcel-header.is-scrolled {
  background-color: var(--light-color);
}

.hcel-home-page .hcel-header.is-scrolled {
  border-bottom: 1px solid rgba(231, 231, 231, 0.418);
}

.hcel-home-page .hcel-header__top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hcel-home-page .hcel-header__contact-icon {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hcel-home-page .hcel-header__contact-item {
  color: var(--light-color);
}

.hcel-home-page .hcel-header__cta-button {
  background-color: var(--light-color);
  color: var(--dark-color);
}

.hcel-home-page .hcel-header__nav-link {
  color: var(--light-color);
}

.hcel-home-page .hcel-header:hover .hcel-header__nav-link,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__nav-link {
  color: var(--dark-color);
}

.hcel-home-page .hcel-header__nav-link:hover::after,
.hcel-home-page .hcel-header__nav-link--active::after {
  background-color: var(--light-color);
}

.hcel-home-page .hcel-header:hover .hcel-header__nav-link:hover::after,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__nav-link:hover::after,
.hcel-home-page .hcel-header:hover .hcel-header__nav-link--active::after,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__nav-link--active::after {
  background-color: var(--secondary-color);
}

/* .hcel-home-page .hcel-header__nav-link::before {
  background-color: var(--light-color);
} */

.hcel-home-page .hcel-header:hover .hcel-header__cta-button,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__cta-button {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.hcel-home-page .hcel-header:hover .hcel-header__mobile-menu,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__mobile-menu {
  color: var(--dark-color);
}

.hcel-home-page .hcel-header__mobile-menu {
  color: var(--light-color);
}

.hcel-home-page .hcel-header:hover .hcel-header__logo-image,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__logo-image {
  display: none;
}
.hcel-home-page .hcel-header:hover .hcel-header__logo-image--alt,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__logo-image--alt {
  display: block;
}

.hcel-home-page .hcel-header:hover .hcel-header__nav-arrow,
.hcel-home-page .hcel-header.is-scrolled .hcel-header__nav-arrow {
  border-color: var(--dark-color) var(--dark-color) transparent transparent;
}

/* ***Hero Section*** */
.hcel-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -95px;
}
.hcel-hero__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
  opacity: 0.6;
}

.hcel-hero-slider {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

/* Individual Slide */
.hcel-hero-slide {
  position: relative;
  width: 100%;
  /* min-height: 700px; */
  display: flex !important;
  align-items: center;
  outline: none;
}

/* Slide Background */
.hcel-hero-slide__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hcel-hero-slide__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hcel-hero-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    -89.99deg,
    rgba(18, 22, 65, 0) 6.4%,
    rgba(16, 20, 59, 0.14) 14.88%,
    rgba(15, 18, 53, 0.28) 23.36%,
    rgba(13, 16, 46, 0.42) 31.83%,
    rgba(12, 14, 40, 0.56) 40.31%,
    rgba(10, 12, 34, 0.7) 48.78%,
    rgba(10, 12, 33, 0.76) 57.76%,
    rgba(10, 12, 32, 0.82) 66.73%,
    rgba(10, 12, 31, 0.88) 75.7%,
    rgba(10, 11, 30, 0.94) 84.67%,
    rgb(9, 11, 29) 93.64%
  );
  z-index: 2;
}

.hcel-hero-slide__overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(18, 22, 65, 0) 70.52%,
    rgba(16, 20, 58, 0.2) 75.23%,
    rgba(15, 18, 51, 0.4) 79.94%,
    rgba(13, 15, 44, 0.6) 84.65%,
    rgba(11, 13, 37, 0.8) 89.36%,
    rgb(9, 11, 29) 94.07%
  );
}

/* Slide Content */
.hcel-hero-slide__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-left: 85px;
}

.hcel-hero-slide__text {
  max-width: 700px;
}

.slick-active .hcel-hero-slide__text {
  animation: slideInUp 0.5s ease-out 0.3s both;
}

.hcel-hero-slide__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: var(--global-font);
  color: var(--light-color);
}

.hcel-hero-slide__title span {
  font-style: italic;
  font-weight: 300;
  font-family: var(--display-font);
  /* background: linear-gradient(135deg, #4a52ae 0%, #6b73d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.hcel-hero-slide__description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--light-color);
  margin: 0 0 30px;
  font-family: var(--global-font);
  font-weight: 400;
  max-width: 600px;
}

.hcel-hero-slide__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 24px;
  color: var(--light-color);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--global-font);
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}

.hcel-hero-slide__button:hover {
  color: var(--dark-color);
  transform: translateY(-2px);
}

.hcel-hero-slide__button .hcel-gradient-border {
  inset: -2px;
  padding: 2px;
}

.hcel-hero-slide__button .hcel-fancy-icon-wrap {
  color: var(--dark-color);
}

/* Slick Slider Overrides */
.hcel-hero-slider.slick-slider {
  height: 100%;
}

.hcel-hero-slider .slick-list {
  height: 100%;
}

.hcel-hero-slider .slick-track {
  height: 100%;
  display: flex;
}

.hcel-hero-slider .slick-slide {
  height: auto;
  padding: 290px 0 195px;
}

/* .hcel-hero-slider .slick-slide > div {
  height: 100%;
} */

/* Custom Slick Dots */
.hcel-hero-slider .slick-dots {
  position: absolute;
  top: 50%;
  left: calc((100vw - (clamp(320px, 95%, 1310px))) / 2 + 15px);
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4;
}

.hcel-hero-slider .slick-dots::after {
  position: absolute;
  height: 90%;
  width: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: var(--light-color);
  pointer-events: none;
  z-index: 1;
}

.hcel-hero-slider .slick-dots li {
  margin: 0 0 35px;
  padding: 0;
  line-height: 0;
}

.hcel-hero-slider .slick-dots li:last-child {
  margin: 0;
}

.hcel-hero-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: var(--light-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  border: none;
  position: relative;
}

.hcel-hero-slider .slick-dots li button::after,
.hcel-hero-slider .slick-dots li button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 200%;
  width: 200%;
  border: 1px solid var(--light-color);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

.hcel-hero-slider .slick-dots li.slick-active button,
.hcel-hero-slider .slick-dots li button:hover {
  transform: scale(1.1);
}

.hcel-hero-slider .slick-dots li.slick-active button::after,
.hcel-hero-slider .slick-dots li button:hover::after {
  /* transform: scale(1.2) translate(-50%, -50%); */
  opacity: 1;
}

/* Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hcel-hero-slide__title {
    font-size: 48px;
  }

  .hcel-hero-slider .slick-slide {
    padding: 220px 0 150px;
  }

  .hcel-hero-slide__content {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .hcel-hero-slide__title {
    font-size: 42px;
  }

  .hcel-hero-slide__content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .hcel-hero__icon {
    right: 60%;
  }

  .hcel-hero-slide__content {
    padding-left: 0;
  }
  .hcel-hero-slider .slick-dots {
    left: 50%;
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .hcel-hero-slider .slick-dots::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .hcel-hero-slider .slick-dots li {
    margin: 0;
  }

  .hcel-hero-slider .slick-slide {
    padding: 170px 0 80px;
  }

  .hcel-hero-slide__title {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .hcel-hero-slide__description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hcel-hero-slide__button {
    /* padding: 8px 8px 8px 24px; */
    font-size: 14px;
  }

  .hcel-hero-slide__button .hcel-fancy-icon-wrap {
    height: 28px;
    width: 28px;
  }

  /* Vertical navigation responsive */
  .hcel-hero__vertical-nav {
    left: 20px;
  }

  .hcel-hero__nav-dot {
    width: 10px;
    height: 10px;
  }

  .hcel-hero__nav-dot::after {
    left: 16px;
  }

  .hcel-hero__nav-dot--active::after {
    width: 20px;
  }

  .hcel-hero-slider__navigation {
    bottom: 30px;
  }

  .hcel-hero-slider__nav-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .hcel-hero-slider__arrow {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 575px) {
  .hcel-hero-slide__title {
    font-size: 36px;
  }

  .hcel-hero__icon {
    right: 50%;
  }
}

/* ***card styles*** */
.hcel-card {
  /* Base card properties can be added here for all card types */
}

/* Card Style 1 - Service Cards */
.hcel-card--style-1 {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  display: flex !important;
  gap: 16px;
  box-shadow: 0 20px 30px rgba(57, 64, 152, 0.4);
  position: relative;
  border: 1px solid transparent;
}

.hcel-card--style-1::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(137.94deg, rgba(255, 255, 255, 0.48) 20.62%, rgba(255, 255, 255, 0) 91.42%);
  border-radius: 12px;
  z-index: -1;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
}

.hcel-card--style-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(57, 64, 152, 0.4);
}

.hcel-card--style-1 .hcel-card__show-more {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}

/* Card Style 1 - Image */
.hcel-card--style-1 .hcel-card__image {
  flex-shrink: 0;
  width: 148px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.hcel-card--style-1 .hcel-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Style 1 - Content */
.hcel-card--style-1 .hcel-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hcel-card--style-1 .hcel-card__title {
  color: var(--light-color);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px;
  font-family: var(--global-font);
}

.hcel-card--style-1 .hcel-card__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card Style 1 - Link */
.hcel-card--style-1 .hcel-card__link {
  padding: 8px 8px 8px 16px;
  display: inline-flex;
  align-items: center;
  color: var(--dark-color);
  background: linear-gradient(90deg, #ffffff 16.04%, #ffffff 100%);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--global-font);
  transition: all 0.3s ease;
  position: relative;
  gap: 10px;
  border: 1px solid var(--border-color);
  /* overflow: hidden; */
  width: max-content;
  /* max-width: 36px; */
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 100px;
  overflow: hidden;
}

.hcel-services-page .hcel-card--style-1 .hcel-card__link .hcel-fancy-icon-wrap {
  background: var(--primary-gradient);
}

.hcel-services-page .hcel-card--style-1 .hcel-card__link .hcel-fancy-icon-wrap svg {
  height: 16px;
  width: 16px;
}

.hcel-services-page .hcel-card--style-1:hover .hcel-card__link .hcel-fancy-icon-wrap {
  background: var(--light-color);
}

.hcel-card--style-1 .hcel-card__link .hcel-fancy-icon-wrap {
  height: 26px;
  width: 26px;
  color: var(--light-color);
}

.hcel-card--style-1:hover .hcel-card__link .hcel-fancy-icon-wrap {
  color: var(--dark-color);
}

/* .hcel-card--style-1:hover .hcel-card__link {
  max-width: 500px;
  gap: 8px;
} */

.hcel-card--style-1:hover .hcel-fancy-icon--default {
  transform: translate(100%, -100%);
  opacity: 0;
}

.hcel-card--style-1:hover .hcel-card__link {
  color: var(--light-color);
}

.hcel-card--style-1 .hcel-card__link::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  background: var(--primary-gradient);
  transition: 0.3s;
}

.hcel-card--style-1:hover .hcel-card__link::after {
  opacity: 1;
}

.hcel-card--style-1:hover .hcel-fancy-icon--hover {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* .hcel-card--style-1 .hcel-card__link:hover {
  color: var(--secondary-color);
} */

.hcel-card--style-1 .hcel-card__link-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.hcel-card--style-1 .hcel-card__link-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: var(--light-color);
  transition: all 0.3s ease;
  display: inline-block;
}

/* Hero Responsive Design */
@media (max-width: 1200px) {
  .hcel-hero .hcel-card--style-1 {
    width: 420px;
  }

  .hcel-hero__service-slider .slick-list {
    width: 100vw;
  }

  .hcel-hero__content {
    margin-bottom: 120px;
  }

  .hcel-hero__title {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .hcel-hero__content {
    margin-bottom: 80px;
  }

  .hcel-hero__title {
    font-size: 46px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .hcel-hero__content {
    margin-bottom: 60px;
  }

  .hcel-hero__badge {
    margin-bottom: 15px;
  }

  .hcel-hero__title {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .hcel-hero__button {
    padding-left: 16px;
  }

  .hcel-card--style-1 {
    padding: 12px;
  }

  .hcel-card--style-1 .hcel-card__image {
    width: 140px;
  }

  .hcel-card--style-1 .hcel-card__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .hcel-card--style-1 .hcel-card__description,
  .hcel-card--style-1 .hcel-card__link {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .hcel-hero .hcel-card--style-1 {
    width: 320px;
  }
}

/* ***Brand Slider Section*** */
.hcel-brands {
  padding: 22px 0;
  border-bottom: 1px solid rgba(36, 38, 60, 0.16);
  overflow: hidden;
}

/* Slider Container */
.hcel-brands__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 90%,
    rgba(255, 255, 255, 0) 100%
  ); */
}

/* Slider Track */
.hcel-brands__track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: scroll 20s linear infinite;
  width: max-content;
}

/* Individual Logo */
.hcel-brands__logo {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  transition: all 0.3s ease;
  /* filter: grayscale(100%) opacity(0.7); */
}

.hcel-brands__logo:hover {
  /* filter: grayscale(0%) opacity(1); */
  transform: scale(1.05);
}

.hcel-brands__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* Infinite Scroll Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* transform: translateX(calc(-50% - 30px)); */
    transform: translateX(calc(-33.333% - 20px));
  }
}

/* Pause animation on hover */
.hcel-brands__slider:hover .hcel-brands__track {
  animation-play-state: paused;
}

/* Brand Slider Responsive Design */
@media (max-width: 991px) {
  .hcel-brands {
    padding: 20px 0;
  }
  .hcel-brands__logo {
    width: 100px;
    height: 65px;
  }
}

@media (max-width: 480px) {
  .hcel-brands {
    padding: 16px 0;
  }

  .hcel-brands__track {
    gap: 30px;
    animation-duration: 15s;
  }

  .hcel-brands__logo {
    min-width: 100px;
    padding: 12px;
  }

  .hcel-brands__logo-img {
    width: 70px;
    height: 50px;
  }
}

/* ***About Section*** */
.hcel-about {
  padding: 80px 0 80px;
  background-attachment: scroll; /* Ensure this section scrolls normally */
}

.hcel-about-page .hcel-about {
  padding: 40px 0 80px;
}

.hcel-about-page .hcel-about .hcel-about__content {
  padding: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #dff7ff 0%, rgba(223, 247, 255, 30%) 43%, rgba(223, 247, 255, 31%) 100%);
}

.hcel-about__content {
  display: flex;
  align-items: center;
  gap: 120px;
}

/* Text Content */
.hcel-about__text,
.hcel-about__thumb {
  flex: 1;
  max-width: 50%;
}

.hcel-about__sub-title {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0 0 20px;
}

.hcel-about__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
  margin: 0 0 24px;
  font-family: var(--global-font);
}

.hcel-about__title span {
  font-weight: 400;
  /* font-family: var(--display-font); */
}

.hcel-about__description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--body-text-color);
  margin: 0 0 40px;
  font-family: var(--global-font);
}

.hcel-about__description strong {
  color: var(--dark-color);
  font-weight: 600;
}

/* Buttons */
.hcel-about__buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hcel-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  font-family: var(--global-font);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

.hcel-about__button--primary {
  background: var(--primary-gradient);
  color: var(--light-color);
}

.hcel-about__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(57, 64, 152, 0.4);
}

.hcel-about__button--secondary {
  background-color: var(--light-color);
  color: var(--dark-color);
  border-color: var(--border-color);
}

.hcel-about__button--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(110, 110, 110, 0.2);
}

/* Image Content */
.hcel-about__thumb {
  position: relative;
}

.hcel-about__thumb-container {
  position: relative;
}

.hcel-about__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* Experience Badge */
.hcel-about__badge {
  position: absolute;
  bottom: 40px;
  left: 0;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 30px 0 rgb(0, 0, 0, 0.08);
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.hcel-home-page .hcel-about__badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hcel-about__badge-bg {
  animation: rotate360 15s linear infinite;
}

.hcel-about__badge-text {
  font-size: 34px;
  font-weight: 600;
  color: var(--light-color);
  font-family: var(--global-font);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* About Section Responsive Design */
@media (max-width: 1200px) {
  .hcel-about-page .hcel-about__content {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .hcel-about-page .hcel-about__text,
  .hcel-about-page .hcel-about__thumb {
    max-width: 100%;
  }
  .hcel-about-page .hcel-about__thumb {
    padding: 0 0 0 80px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .hcel-about__title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hcel-about {
    padding: 30px 0;
  }
  .hcel-about__title {
    font-size: 36px;
    margin-bottom: 16px;
  }

  .hcel-about-page .hcel-about {
    padding: 40px 0 60px;
  }

  .hcel-about-page .hcel-about .hcel-about__content {
    padding: 30px;
  }

  .hcel-about__description {
    margin-bottom: 24px;
  }

  .hcel-about__content {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .hcel-about__text,
  .hcel-about__thumb {
    max-width: 100%;
  }

  .hcel-about__thumb {
    padding: 0 0 0 80px;
  }

  .hcel-about__button {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .hcel-about__content {
    gap: 30px;
  }

  .hcel-about__title {
    font-size: 32px;
  }

  .hcel-about-page .hcel-about {
    padding: 40px 0;
  }

  .hcel-about-page .hcel-about .hcel-about__content {
    padding: 20px;
  }

  .hcel-about__sub-title {
    font-size: 16px;
  }

  .hcel-about__description {
    font-size: 16px;
  }

  .hcel-about-page .hcel-about__thumb,
  .hcel-about__thumb {
    padding: 0 0;
  }

  .hcel-about__badge {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ***Media Section*** */
.hcel-media {
  margin: 0;
  width: 100%;
  aspect-ratio: 2.9/1;
  position: relative;
  overflow: hidden;
  background: #000;
}

.hcel-media__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

.hcel-media__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.hcel-media__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hcel-media__thumb.is-playing img {
  opacity: 0;
}

.hcel-media__thumb.is-playing video {
  opacity: 1;
}

/* Medium devices (tablets) */
@media (max-width: 1024px) {
  .hcel-media {
    margin: 40px 0 50px;
  }
}

/* Small devices (mobile) */
@media (max-width: 767px) {
  .hcel-media {
    margin: 30px 0 40px;
    aspect-ratio: 2/1;
  }
}

@media (max-width: 575px) {
  .hcel-media {
    margin: 20px 0 30px;
    aspect-ratio: 2/1;
  }
}

/* ***CTA Section*** */
.hcel-cta {
  margin: 80px 0;
}

.hcel-cta__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.hcel-cta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hcel-cta__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hcel-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hcel-cta__bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcel-cta__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 72px 60px;
}

.hcel-cta__text {
  max-width: 610px;
  position: relative;
}

.hcel-cta__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--light-color);
  margin: 0 0 20px;
  font-family: var(--global-font);
}

.hcel-cta__title span {
  font-weight: 300;
}

.hcel-cta__description {
  font-size: 18px;
  line-height: 1.5;
  color: #eeeeee;
  margin: 0 0 40px;
  font-family: var(--global-font);
}

.hcel-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--light-color);
  color: var(--dark-color);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--global-font);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.hcel-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(153, 153, 153, 0.3);
}

.hcel-cta__button .hcel-fancy-icon-wrap {
  background: var(--primary-gradient);
}

.hcel-fancy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcel-cta__button .hcel-fancy-icon-wrap path {
  stroke: var(--light-color);
}

@media (max-width: 1023px) {
  .hcel-cta__content {
    padding: 50px 40px;
  }
  .hcel-cta__title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hcel-cta__content {
    padding: 40px 30px;
  }
  .hcel-cta {
    margin: 60px 0;
  }
  .hcel-cta__title {
    font-size: 46px;
    margin: 0 0 20px;
  }
  .hcel-cta__description {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .hcel-cta {
    margin: 60px 0 40px;
  }
  .hcel-cta__text {
    max-width: 80%;
  }

  .hcel-cta__title {
    font-size: 38px;
    margin: 0 0 16px;
  }
  .hcel-cta__description {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .hcel-cta__button {
    padding: 6px 6px 6px 12px;
  }
}

@media (max-width: 575px) {
  .hcel-cta__text {
    max-width: 100%;
  }
  .hcel-cta__content {
    padding: 24px;
  }
}

/* ***Testimonials Section*** */
.hcel-testimonials {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hcel-testimonials__header {
  margin-bottom: 40px;
}

.hcel-testimonials__title {
  font-size: 44px;
  font-weight: 500;
  color: var(--dark-color);
  margin: 0;
  font-family: var(--global-font);
  line-height: 1.2;
}

.hcel-testimonials__title span {
  font-weight: 300;
}

.hcel-testimonials__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  margin: 0;
  font-family: var(--global-font);
}

.hcel-testimonials__slider {
  position: relative;
}

.hcel-testimonials__slider .slick-list {
  width: 100vw;
}

.hcel-testimonials__slider .slick-track {
  display: flex;
}

.hcel-testimonials__card {
  background: var(--gray-color);
  padding: 24px 24px 36px;
  margin: 0 12px;
  border-radius: 12px;
  position: relative;
  height: auto;
  display: flex !important;
  flex-direction: column;
  gap: 34px;
  max-width: 520px;
}

.hcel-testimonials__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hcel-testimonials__rating-score {
  font-size: 18px;
  font-weight: 400;
  color: var(--dark-color);
  font-family: var(--global-font);
  margin: 0;
}

.hcel-testimonials__rating-score span {
  color: var(--body-text-color);
}

.hcel-testimonials__stars {
  display: flex;
  gap: 2px;
}

.hcel-testimonials__star {
  color: #f3be4c;
  font-size: 16px;
}

.hcel-testimonials__text {
  font-size: 18px;
  line-height: 1.5;
  color: #495057;
  margin: 0;
  flex: 1;
  font-family: var(--global-font);
}

.hcel-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hcel-testimonials__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.hcel-testimonials__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcel-testimonials__author-info {
  flex: 1;
}

.hcel-testimonials__author-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  margin: 0 0 8px 0;
  font-family: var(--global-font);
}

.hcel-testimonials__author-profession {
  font-size: 14px;
  color: var(--body-text-color);
  margin: 0;
  font-family: var(--global-font);
  margin: 0;
}

.hcel-testimonials__quote {
  position: absolute;
  bottom: 36px;
  right: 24px;
  z-index: 1;
  pointer-events: none;
}

/* Slick Slider Customization */
.hcel-testimonials__slider .slick-dots {
  margin-top: 40px;
  text-align: center;
}

.hcel-testimonials__slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.hcel-testimonials__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #d4d5d7;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition: 0.3s;
}

.hcel-testimonials__slider .slick-dots li.slick-active button {
  border-radius: 100px;
  background: #394098;
  width: 32px;
}

.hcel-testimonials__slider .slick-prev,
.hcel-testimonials__slider .slick-next {
  display: none !important;
}

/* Responsive Design */

@media (max-width: 1023px) {
  .hcel-testimonials__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hcel-testimonials {
    padding: 60px 0;
  }
  .hcel-testimonials__title {
    font-size: 36px;
  }

  .hcel-testimonials__card {
    padding: 20px;
    gap: 24px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .hcel-testimonials {
    padding: 40px 0;
  }

  .hcel-testimonials__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .hcel-testimonials__title {
    font-size: 32px;
  }

  .hcel-testimonials__subtitle,
  .hcel-testimonials__rating-score,
  .hcel-testimonials__text,
  .hcel-testimonials__author-name {
    font-size: 16px;
  }

  .hcel-testimonials__avatar {
    width: 38px;
    height: 38px;
  }

  .hcel-testimonials__quote {
    bottom: 20px;
    right: 20px;
  }

  .hcel-testimonials__slider .slick-dots {
    margin-top: 24px;
    gap: 4px;
  }

  .hcel-testimonials__slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .hcel-testimonials__slider .slick-dots li.slick-active button {
    width: 24px;
  }
}

@media (max-width: 575px) {
  .hcel-testimonials__card {
    max-width: 320px;
    padding: 20px 16px;
    margin: 0 8px;
  }

  .hcel-testimonials__title br {
    display: none;
  }
}

/* ***Blog Section*** */
.hcel-blogs {
  padding: 80px 0 120px;
}

.hcel-blogs__header {
  margin-bottom: 40px;
}

.hcel-blogs__title-group {
  flex: 1;
}

.hcel-blogs__title {
  margin: 0;
  font-family: var(--global-font);
  font-size: 44px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 1.2;
}

.hcel-blogs__title span {
  font-weight: 300;
}

.hcel-blogs__view-all {
  display: inline-flex;
  align-items: center;
  padding: 15px 26px;
  background: #ffffff;
  color: #212529;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--global-font);
  transition: all 0.3s ease;
}

.hcel-blogs__view-all:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
  transform: translateY(-2px);
}

.hcel-blogs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card Style 02 */
.hcel-card--style-02 {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.hcel-card--style-02 .hcel-card__link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.hcel-card--style-02 .hcel-card--style-02:hover {
  transform: translateY(-2px);
}

.hcel-card--style-02 .hcel-card__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1.54/1;
  overflow: hidden;
}

.hcel-card--style-02 .hcel-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hcel-card--style-02:hover .hcel-card__image {
  transform: scale(1.05);
}

.hcel-card--style-02 .hcel-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 1;
}

.hcel-card--style-02 .hcel-card__date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(94.79deg, rgba(36, 38, 60, 0.5) 4%, rgba(36, 38, 60, 0.29) 96.59%);
  padding: 10px;
  border-radius: 100px;
  z-index: 2;
}

.hcel-card--style-02 .hcel-card__date-badge::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(120.94deg, rgb(255, 255, 255) 20.62%, rgba(255, 255, 255, 0) 91.42%);
  border-radius: 100px;
  z-index: -1;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
}

.hcel-card--style-02 .hcel-card__date-dot {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.hcel-card--style-02 .hcel-card__date-text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--global-font);
}

.hcel-card--style-02 .hcel-card__nav-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  background: linear-gradient(94.79deg, rgb(36, 38, 60) 4%, rgba(36, 38, 60, 0.58) 96.59%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9;
  /* position: relative; */
}

.hcel-card--style-02 .hcel-card__nav-icon {
  padding: 0;
}

.hcel-card--style-02 .hcel-card__nav-icon .hcel-fancy-icon-wrap {
  background: transparent;
  height: 100%;
  width: 100%;
}

.hcel-card--style-02 .hcel-card__nav-icon .hcel-fancy-icon-wrap path {
  stroke: var(--light-color);
}

.hcel-card--style-02 .hcel-gradient-border::after {
  background: conic-gradient(from 90deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

.hcel-card--style-02:nth-child(2) .hcel-gradient-border::after {
  background: conic-gradient(from 135deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

.hcel-card--style-02:nth-child(3) .hcel-gradient-border::after {
  background: conic-gradient(from 270deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

.hcel-card--style-02:nth-child(4) .hcel-gradient-border::after {
  background: conic-gradient(from 200deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

.hcel-card--style-02:nth-child(5) .hcel-gradient-border::after {
  background: conic-gradient(from 130deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

.hcel-card--style-02:nth-child(6) .hcel-gradient-border::after {
  background: conic-gradient(from 30deg, transparent 0%, white 7%, transparent 45%, transparent 100%);
}

/* .hcel-card--style-02 .hcel-card__nav-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(
    108.95deg,
    rgba(255, 255, 255, 0.94) 13.53%,
    rgba(255, 255, 255, 0) 92.23%
  );
  border-radius: 50%;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
} */

.hcel-card--style-02:hover .hcel-card__nav-icon {
  background: linear-gradient(90deg, rgb(57, 64, 152) 0%, rgb(74, 82, 174) 100%);
}

.hcel-card--style-02 .hcel-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.hcel-card--style-02 .hcel-card__title {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 12px 0;
  font-family: var(--global-font);
  line-height: 1.3;
}

.hcel-card--style-02 .hcel-card__description {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-family: var(--global-font);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blog Section Responsive */

@media (max-width: 1200px) {
  .hcel-blogs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .hcel-blogs {
    padding: 60px 0 100px;
  }

  .hcel-blogs__title {
    font-size: 40px;
  }
  .hcel-blogs__view-all {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .hcel-blogs {
    padding: 40px 0 80px;
  }

  .hcel-blogs__title {
    font-size: 36px;
  }

  .hcel-card--style-02 .hcel-card__date-badge {
    top: 16px;
    left: 16px;
  }

  .hcel-card--style-02 .hcel-card__nav-icon {
    height: 42px;
    width: 42px;
  }

  .hcel-card--style-02 .hcel-card__content {
    padding: 16px;
  }

  /*


.hcel-card--style-02 .hcel-card__nav-icon {
  width: 50px;
  height: 50px;
}
.hcel-card--style-02 .hcel-card__content {
  padding: 24px;
}
.hcel-card--style-02 .hcel-card__title {
  font-size: 22px;
}
.hcel-card--style-02 .hcel-card__description {
  font-size: 16px;
}
  */
}

@media (max-width: 767px) {
  .hcel-blogs__header {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hcel-blogs__title {
    font-size: 32px;
  }

  .hcel-blogs__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .hcel-card--style-02 .hcel-card__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .hcel-card--style-02 .hcel-card__description {
    font-size: 15px;
  }

  .hcel-card--style-02 .hcel-card__date-text {
    font-size: 12px;
  }
}

/* ************************ */
/* ****** Blogs Page ****** */
/* ************************ */

.hcel-blogs__grid-wrapper {
  padding: 60px 0 80px;
}

/* Blogs Grid */
/* ************************ */
/* ***** Clients Page ***** */
/* ************************ */

/* Clients Grid */
.hcel-clients__grid {
  padding: 60px 0 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hcel-clients__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
}

.hcel-clients__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hcel-clients__card img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%);
  transition: filter 0.3s ease; */
}

.hcel-clients__card:hover img {
  filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hcel-clients__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hcel-clients__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }

  .hcel-clients__card {
    padding: 16px;
    min-height: 100px;
  }

  .hcel-clients__card img {
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .hcel-clients__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(20, 1fr);
    gap: 12px;
  }

  .hcel-clients__card {
    padding: 12px;
    min-height: 80px;
  }

  .hcel-clients__card img {
    max-height: 50px;
  }
}

/* ************************ */
/* ***** Gallery Page ***** */
/* ************************ */
.hcel-gallery__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
  margin: 0 0 0;
  font-family: var(--global-font);
  text-align: center;
}
/* Gallery Grid */
.hcel-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 60px 0 80px;
}
.hcel-gallery__grid.hcel-col-5 {
  padding-top: 30px;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
}
.hcel-gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: block;
  transition: transform 0.3s ease;
}
.hcel-gallery__item:hover {
  transform: scale(1.02);
}
.hcel-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.hcel-gallery__item:hover img {
  transform: scale(1.05);
}
/* Responsive Design */
@media (max-width: 1366px) {
  .hcel-gallery__grid.hcel-col-5 {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .hcel-gallery__grid {
    gap: 20px;
  }
  .hcel-gallery__grid.hcel-col-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .hcel-gallery__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hcel-gallery__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hcel-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .hcel-gallery__title {
    font-size: 32px;
  }
  .hcel-gallery__grid.hcel-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .hcel-gallery__grid,
  .hcel-gallery__grid.hcel-col-5 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* ************************ */
/* ***** Services Page ***** */
/* ************************ */
.hcel-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 60px 0 80px;
}

.hcel-service-card {
  box-shadow: none;
  background-color: var(--light-color);
  border: 1px solid #e0e0e0;
  align-items: center;
}

.hcel-service-card:hover {
  box-shadow: none;
}

.hcel-service-card.hcel-card--style-1 .hcel-card__image {
  aspect-ratio: 1.24/1;
  width: 236px;
}
.hcel-service-card .hcel-card__title {
  color: var(--dark-color);
}

.hcel-service-card .hcel-card__description {
  color: var(--body-text-color);
  -webkit-line-clamp: 2;
}

.hcel-service-card .hcel-card__link-icon {
  border: 1px solid #e0e0e0;
}

@media (max-width: 1200px) {
  .hcel-service-card.hcel-card--style-1 .hcel-card__image {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .hcel-services__grid {
    grid-template-columns: 1fr;
  }

  .hcel-service-card.hcel-card--style-1 .hcel-card__image {
    aspect-ratio: 1.24/1;
    width: 200px;
  }
}

/* ************************ */
/* *** Projects Page ***** */
/* ************************ */
.hcel-projects {
  background-color: var(--light-color);
}

.hcel-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 60px 0 80px;
}

/* Card Style 3 - Projects Cards */
.hcel-card--style-3 {
  background-color: var(--light-color);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 16px 16px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  /* height: 320px; */
  overflow: hidden;
}

.hcel-card--style-3:hover {
  /* transform: translateY(-4px); */
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
}

/* Card Header with Title and Icon */
.hcel-card--style-3 .hcel-card__header {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.hcel-card--style-3 .hcel-card__title {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  font-family: var(--global-font);
  flex: 1;
}

.hcel-card--style-3 .hcel-card__title:hover {
  color: var(--secondary-color);
}

.hcel-card--style-3 .hcel-card__nav-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}

.hcel-card--style-3:hover .hcel-card__nav-icon {
  background-color: transparent;
}

.hcel-card--style-3 .hcel-card__nav-icon::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
  z-index: -1;
  transition: 0.3s;
}

.hcel-card--style-3:hover .hcel-card__nav-icon::after {
  background: var(--primary-gradient);
}

.hcel-card--style-3 .hcel-fancy-icon-wrap {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.hcel-card--style-3 .hcel-fancy-icon-wrap path {
  stroke: var(--dark-color);
  transition: 0.3s;
}

.hcel-card--style-3:hover .hcel-fancy-icon-wrap path {
  stroke: var(--light-color);
}

.hcel-card--style-3 .hcel-card__description {
  color: var(--body-text-color);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Show description on hover */
/* .hcel-card--style-3:hover .hcel-card__description {
  opacity: 1;
  margin: 0 0 16px;
  overflow: hidden;
  max-height: 88px;
} */

/* Card Image - Positioned at bottom */
.hcel-card--style-3 .hcel-card__image {
  width: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  flex: 1;
}

.hcel-card--style-3 .hcel-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  aspect-ratio: 1.96/1;
}

/* Reduce image height on hover */
/* .hcel-card--style-3:hover .hcel-card__image {
  height: 120px;
} */

/* .hcel-card--style-3:hover .hcel-card__img {
  transform: scale(1.05);
} */

/* Responsive Design */
@media (max-width: 1200px) {
  .hcel-projects__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .hcel-projects {
    padding: 40px 0 60px;
  }

  .hcel-projects__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .hcel-card--style-3 .hcel-card__title {
    font-size: 20px;
  }

  .hcel-card--style-3 .hcel-card__description {
    opacity: 1; /* 3 lines * 24px line-height */
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 88px;
  }

  .hcel-card--style-3 .hcel-card__img {
    aspect-ratio: 2.5/1;
  }
}

@media (max-width: 575px) {
  .hcel-card--style-3 .hcel-card__title {
    font-size: 18px;
  }

  /* .hcel-card--style-3 .hcel-card__description {
    font-size: 14px;
  } */
}

/* ****************************** */
/* *** Services Section ********* */
/* ****************************** */
.hcel-home-page .hcel-services {
  /* background-color: var(--light-color); */
  padding: 110px 0;
}

.hcel-home-page .hcel-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0;
}

/* Card Style 04 - Features Cards */
.hcel-card--style-04 {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  height: 400px;
  z-index: 1;
}

.hcel-services .hcel-card--style-04:nth-child(even) {
  transform: translateY(30px);
}

.hcel-card--style-04 .hcel-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.hcel-card--style-04::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
  transition: 0.3s;
}

.hcel-card--style-04:hover::after {
  opacity: 1;
}

.hcel-card--style-04 .hcel-card__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hcel-card--style-04 .hcel-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcel-card--style-04 .hcel-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.hcel-card--style-04 .hcel-card__title {
  font-size: 26px;
  font-weight: 500;
  color: var(--light-color);
  margin: 0 0 16px;
  font-family: var(--global-font);
  line-height: 1.2;
  transition: all 0.3s ease;
  transform: translateY(0);
}

/* .hcel-card--style-04:hover .hcel-card__title {
  transform: translateY(-40px);
} */

.hcel-card--style-04 .hcel-card__text-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  padding: 2px;
}

.hcel-card--style-04:hover .hcel-card__text-wrapper {
  max-height: 500px;
  overflow: visible;
}

.hcel-card--style-04 .hcel-card__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 30px;
  font-family: var(--global-font);
  opacity: 0;
  transform: translateY(30px);
  transform-origin: bottom;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hcel-card--style-04:hover .hcel-card__description {
  opacity: 1;
  transform: translateY(0);
}

.hcel-card--style-04 .hcel-card__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 16px;
  color: var(--light-color);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--global-font);
  position: relative;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.2s;
  z-index: 10;
}

.hcel-card--style-04 .hcel-card__button::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(-25deg, #ffffff00 30%, #ffffff 100%);
  z-index: -1;
  transition: 0.3s;
  border-radius: 100px;
  transition: 0.3s ease;
}

.hcel-card--style-04:hover .hcel-card__button {
  opacity: 1;
  transform: translateY(0);
}

.hcel-card--style-04 .hcel-card__button .hcel-gradient-border {
  inset: -2px;
  padding: 2px;
}

.hcel-card--style-04 .hcel-card__button-text {
  position: relative;
  z-index: 2;
}

.hcel-card--style-04 .hcel-card__button .hcel-fancy-icon-wrap {
  height: 26px;
  width: 26px;
  position: relative;
  z-index: 2;
  color: var(--dark-color);
}

/* Responsive Design for Features */
@media (max-width: 1200px) {
  .hcel-home-page .hcel-services {
    padding: 80px 0;
  }

  .hcel-home-page .hcel-services__grid {
    gap: 16px;
  }
  .hcel-card--style-04 .hcel-card__content {
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .hcel-home-page .hcel-services {
    padding: 60px 0;
  }
  .hcel-home-page .hcel-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcel-services .hcel-card--style-04:nth-child(even) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .hcel-home-page .hcel-services {
    padding: 40px 0;
  }

  .hcel-card--style-04 .hcel-card__title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hcel-card--style-04 .hcel-card__description {
    font-size: 15px;
  }

  .hcel-card--style-04 .hcel-card__description {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .hcel-card--style-04::after {
    opacity: 1;
  }

  .hcel-card--style-04 .hcel-card__text-wrapper {
    max-height: 500px;
    overflow: visible;
  }
  .hcel-card--style-04 .hcel-card__description {
    opacity: 1;
    transform: translateY(0);
  }
  .hcel-card--style-04 .hcel-card__button {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .hcel-home-page .hcel-services {
    padding: 40px 0;
  }
  .hcel-card--style-04 .hcel-card__title {
    font-size: 24px;
  }
  .hcel-home-page .hcel-services__grid {
    grid-template-columns: 1fr;
  }
}

/* ****************************** */
/* *** Project Details Page ***** */
/* ****************************** */
.hcel-details {
  padding: 40px 0 60px;
  background-color: var(--light-color);
}

.hcel-details .hcel-container {
  max-width: 1170px;
}

.hcel-details__image-slider {
  position: relative;
  z-index: 1;
}

.hcel-details__image-slider .slick-track {
  display: flex;
  align-items: stretch;
  gap: 2px;
}
.hcel-details__image-slider .slick-track .slick-slide {
  height: auto !important;
}

.hcel-details__image-slider .slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hcel-details__image-slider .slick-dots li {
  margin: 0;
}

.hcel-details__image-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--light-color);
  border: none;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  opacity: 0.5;
}

.hcel-details__image-slider .slick-dots li.slick-active button {
  transform: scale(1.2);
  opacity: 1;
  background-color: var(--secondary-color);
}

.hcel-details__image {
  width: 100%;
  aspect-ratio: 3.85/1.4;
  border-radius: 12px;
  overflow: hidden;
}

.hcel-details__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcel-details__text {
  max-width: 1060px;
  margin: 30px auto 0;
}

.hcel-details__title {
  font-size: 30px;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0 0 24px;
  font-family: var(--global-font);
  line-height: 1.2;
}

.hcel-details__share {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
  gap: 20px;
}

.hcel-details__share-label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--global-font);
  line-height: 1.2;
}

.hcel-details__share-link {
  transition: 0.3s;
  display: inline-block;
}

.hcel-details__share-link:hover {
  transform: translateY(-2px);
}

.hcel-blog-details-title {
  font-size: 44px;
}

/* Responsive Design */
@media (max-width: 1023px) {
  .hcel-blog-details-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .hcel-blog-details-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hcel-details {
    padding: 60px 0;
  }

  .hcel-details__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hcel-details__text {
    padding-left: 0;
  }

  .hcel-details__title {
    font-size: 28px;
  }
  .hcel-blog-details-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .hcel-details {
    padding: 40px 0;
  }

  .hcel-details__content {
    gap: 24px;
  }

  .hcel-details__title {
    margin-bottom: 20px;
  }
}

/* ***Vision Section*** */
.hcel-fig-content {
  padding: 80px 0;
}

.hcel-mission {
}
.hcel-vision {
  background-color: #f8f8f8;
}

.hcel-fig-content__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
  margin: 0 0 60px;
  font-family: var(--global-font);
  text-align: center;
}

.hcel-mission .hcel-fig-content__title {
  margin-bottom: 0;
}

.hcel-fig-content__title span {
  font-weight: 400;
}

.hcel-fig-content__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.hcel-fig-content__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.hcel-fig-content__image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  max-width: 50%;
}

.hcel-mission .hcel-fig-content__image {
  max-width: 30%;
}

.hcel-fig-content__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hcel-fig-content__text {
  flex: 1;
  max-width: 50%;
}

.hcel-fig-content__description {
  color: var(--body-text-color);
  font-size: 18px;
  line-height: 1.7;
  font-family: var(--global-font);
  margin: 0 0 24px 0;
}

.hcel-mission .hcel-fig-content__description {
  font-size: 16px;
}

.hcel-fig-content__description:last-child {
  margin-bottom: 0;
}

/* Vision Section Responsive Design */
@media (max-width: 1023px) {
  .hcel-fig-content__title {
    font-size: 40px;
  }

  .hcel-fig-content__inner {
    flex-direction: column;
    align-items: center;
  }

  .hcel-mission .hcel-fig-content__text {
    order: 3;
  }

  .hcel-fig-content__text {
    max-width: 100%;
  }
  .hcel-fig-content__image,
  .hcel-mission .hcel-fig-content__image {
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .hcel-fig-content {
    padding: 60px 0;
  }

  .hcel-fig-content__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .hcel-fig-content__inner {
    /* grid-template-columns: 1fr; */
    gap: 40px;
  }

  .hcel-fig-content__description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hcel-fig-content {
    padding: 40px 0;
  }

  .hcel-fig-content__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .hcel-fig-content__inner {
    gap: 30px;
  }

  .hcel-fig-content__description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .hcel-fig-content__title {
    font-size: 28px;
  }

  .hcel-fig-content__description {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ***Diagram section*** */
.hcel-diagram {
  padding: 80px 0;
}
.hcel-diagram__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--dark-color);
  margin: 0 0 40px;
  font-family: var(--global-font);
  text-align: center;
}

@media (max-width: 1023px) {
  .hcel-diagram__title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hcel-diagram {
    padding: 60px 0;
  }
  .hcel-diagram__title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hcel-diagram {
    padding: 40px 0;
  }
  .hcel-diagram__title {
    font-size: 32px;
  }
}
section.hcel-brands.border-top {
  border-top: 1px solid #b3b2b22e;
}
