.home-banner.hero-section {
  background-color: #fcf6f4;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.home-banner .hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.home-banner .hero-badge {
  display: flex;
  background-color: #f4e3f4;
  color: #522c7c;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  max-width: fit-content;
  align-items: center;
  gap: 7px;
}

.home-banner .hero-title {
  font-size: 82px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e0d31;
  margin-bottom: 20px;
  margin-top: 0;
}

.home-banner .hero-title span {
  color: #ff6b58;
}

.home-banner .hero-description {
  font-size: 16px;
  color: #210942;
  max-width: 480px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.home-banner .hero-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.home-banner .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-banner .btn-primary {
  background-color: #ff6b58;
  color: #fff;
}

.home-banner .btn-secondary {
  border: 1px solid #ff6b58;
  color: #ff6b58;
  background: transparent;
}

.home-banner .btn-secondary:hover {
  background-color: #ff6b58;
  color: #fff;
}

.home-banner .btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.home-banner .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 600px;
}

.home-banner .stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 15px;
}

.home-banner .stat-item::after {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  background-color: #e7e4e4;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.home-banner .stat-item:last-child::after {
  display: none;
}

.home-banner .stat-icon img {
  height: 28px;
  margin-bottom: 8px;
}

.home-banner .stat-number {
  font-size: 20px;
  font-weight: 800;
  color: #1e0d31;
}

.home-banner .stat-label {
  font-size: 12px;
  color: #210942;
}

/* Right Media Block */
.home-banner .hero-media {
  position: relative;
  display: flex;
  justify-content: center;
}

.home-banner .bg-shape {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  width: 100%;
  z-index: 1;
  bottom: -30px;
}

.home-banner .main-character-img {
  position: relative;
  max-width: 100%;
  height: auto;
}

/* Dark Rating Banner */
.home-banner .hero-rating-card {
  max-width: 770px;
  margin: 0 auto;
  background-color: #21033d;
  border-radius: 20px;
  padding: 30px 50px;
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
  z-index: 3;
  position: relative;
}

.home-banner .rating-left-box {
  background: #fff;
  color: #1e0d31;
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  min-width: 120px;
  width: 190px;
}

.home-banner .rating-left-box .score {
  font-size: 43px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-banner .rating-left-box .star {
  color: #ffb703;
}

.home-banner .rating-left-box .subtext {
  font-size: 11px;
  font-weight: 600;
  color: #666;
}

.home-banner .rating-right-box .rating-text {
  font-size: 23px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
}

.home-banner .rating-right-box {
  flex: 1;
}

.home-banner .avatars-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-banner .avatars {
  display: flex;
}

.home-banner .avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: -8px;
}

.home-banner .avatars img:first-child {
  margin-left: 0;
}

.home-banner .avatars-text {
  font-size: 12px;
  color: #ccc;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .home-banner .hero-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-banner .hero-rating-card {
    flex-direction: column;
    text-align: center;
  }
}

.home-banner .star-icon {
  color: #fcb439;
  font-size: 20px;
  margin-top: -6px;
}

.home-banner .play-icon {
  color: #ff6b58;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner .shape-bottom {
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 360px;
  background: #ff6b58;
  width: 100%;
  border-radius: 0 0 0 0;
  clip-path: polygon(0% 71%, 100% 1%, 100% 100%, 75% 100%, 25% 100%, 0% 100%);
}

/* ===================================================================
   HOME PAGE SECTIONS  — About / Services / Work / Process / Testimonials / CTA
   (Only new sections — does NOT touch .home-banner hero)
   =================================================================== */

/* ---------- Shared ---------- */
.home-about,
.home-work,
.home-testimonials,
.home-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

.home-about .container,
.home-services .container,
.home-work .container,
.home-process .container,
.home-testimonials .container,
.home-cta .container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

.section-head {
  margin-bottom: 45px;
}
.text-center {
  text-align: center;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f4eef9;
  color: #280342;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
  font-weight: 700;
}

.section-badge.badge-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: #1e0d31;
  margin: 0 0 16px;
}
.section-title span {
  color: #ff6b58;
}

.title-light {
  color: #fff;
}
.title-light span {
  color: #ff6b58;
}

.section-subtitle {
  font-size: 16px;
  color: #000;
  max-width: 470px;
  margin: 0 auto;
  line-height: normal;
}
.subtitle-light {
  color: rgba(255, 255, 255, 0.72);
}

.section-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-size: 12px;
}

/* ===================================================================
   ABOUT
   =================================================================== */

.home-about .section-badge::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ff6b58;
}
.home-about {
  padding-top: 90px;
  padding-bottom: 90px;
}

.after_line::after {
  content: "";
  background: #ff6b58;
  height: 2px;
  width: 50px;
  display: block;
}

.main_btn {
  background-color: #ff6a50;
  color: #fff;
  padding: 13px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
}
.main_btn:hover {
  color: #fff;
  opacity: 0.9;
}

.main_btn.arrow::after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M5%2012l14%200%22%20/%3E%3Cpath%20d=%22M13%2018l6%20-6%22%20/%3E%3Cpath%20d=%22M13%206l6%206%22%20/%3E%3C/svg%3E);
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  fill: #fff;
  filter: brightness(0) invert(1);
}

.about-grid {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 30px;
  align-items: center;
}

.about-description {
  font-size: 16px;
  color: #1e0d31;
  line-height: 1.7;
  margin: 20px 0 28px;
}
.about-description p + p {
  margin-top: 14px;
}

.about-right {
  position: relative;
}
.about-main-image {
  width: 100%;
  border-radius: 22px;
  display: block;
}

.about-float-card {
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #2e0a4c;
  color: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  max-width: 540px;
  /* box-shadow: 0 20px 40px -20px rgba(33, 3, 61, 0.55); */
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.about-bg-shape {
  display: none;
}

.float-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff6b58;
}

.float-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.float-text strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.float-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 65px;
}

.about-feat-card {
  background: #fefafa;
  border-radius: 20px;
  padding: 26px 22px;
  border: transparent;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0px 2px 20px 1px #ccc;
}

.about-feat-card:first-child .feat-icon {
  background: #421964;
}

.about-feat-card:nth-child(2) .feat-icon {
  background: #f56d57;
}
.about-feat-card:nth-child(3) .feat-icon {
  background: #72419d;
}
.about-feat-card:last-child(4) .feat-icon {
  background: #f67177;
}

.about-feat-card:hover {
  transform: translateY(-4px);
  /* box-shadow: 0 18px 30px -20px rgba(33, 3, 61, 0.25); */
}

.feat-icon {
  min-width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f46854;
  margin-bottom: 0;
}
.feat-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.about-feat-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #1e0d31;
  margin: 0px 0 8px;
  line-height: normal;
  padding-right: 45px;
}
.about-feat-card h3::after {
  content: "";
  background: #ff6b58;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.home-about .icon_wrap {
  display: flex;
  gap: 20px;
}
.about-feat-card p {
  font-size: 15px;
  color: #6b6480;
  line-height: 1.55;
  margin: 0;
}

/* ===================================================================
   SERVICES
   =================================================================== */
.home-services {
  background: #fcded1;
  padding: 20px 0;
}

.home-services .section-badge {
  background: #f9d1cd;
}

.home-services .section-badge::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22currentColor%22%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-video%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M20.117%207.625a1%201%200%200%200%20-.564%20.1l-4.553%202.275v4l4.553%202.275a1%201%200%200%200%201.447%20-.892v-6.766a1%201%200%200%200%20-.883%20-.992z%22%20/%3E%3Cpath%20d=%22M5%205c-1.645%200%20-3%201.355%20-3%203v8c0%201.645%201.355%203%203%203h8c1.645%200%203%20-1.355%203%20-3v-8c0%20-1.645%20-1.355%20-3%20-3%20-3z%22%20/%3E%3C/svg%3E");
  height: 23px;
  width: 23px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(14%) saturate(4519%)
    hue-rotate(326deg) brightness(103%) contrast(101%);
}

.services-bg-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #efe6df;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -22px rgba(33, 3, 61, 0.28);
}

.service-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4e9e2;
}
.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-media img {
  transform: scale(1.05);
}

.service-body {
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}
.service-body .icon_wrap {
  display: flex;
  gap: 10px;
}

.service-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* background: rgba(255, 107, 88, 0.1); */
}
/* .service-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
} */

.service-text h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1e0d31;
  margin: 0 0 6px;
}
.service-text p {
  font-size: 13.5px;
  color: #6b6480;
  line-height: 1.55;
  margin: 0;
}

.service-arrow {
  background: #ff6b58;
  font-weight: 700;
  transition: transform 0.2s ease;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-arrow::after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M5%2012l14%200%22%20/%3E%3Cpath%20d=%22M13%2018l6%20-6%22%20/%3E%3Cpath%20d=%22M13%206l6%206%22%20/%3E%3C/svg%3E);
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  fill: #fff;
  filter: brightness(0) invert(1);
  display: block;
}
.service-card:hover .service-arrow {
  transform: translateX(4px);
}

.home-services .section-cta {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
/* =========================================================================
 * HOME WORK SECTION CSS (SCOPED TO .home_work)
 * ====================================================================== */
.home_work {
  background-color: #0b0213;
  color: #ffffff;
  padding: 20px 0px;
}

.home_work_container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Head */
.home_work_head {
  text-align: center;
  margin-bottom: 35px;
}

.home_work_badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d1bbf8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home_work_title {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #ffffff;
}

.home_work_title span {
  color: #ff5252;
}

.home_work_subtitle {
  color: #a29db5;
  font-size: 16px;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Filters Header */
.home_work_filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.home_work_filter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.home_work_filter:hover,
.home_work_filter.is-active {
  background: #ff5a43;
  border-color: #ff5a43;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 90, 67, 0.4);
}

/* Layout Grid */
.home_work_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* Featured Slider Card */
.home_work_featured_card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.home_work_slider_wrapper {
  position: relative;
}

.home_work_slide {
  display: none;
}

.home_work_slide.is-active {
  display: block;
}

.home_work_slide_media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
}

.home_work_slide_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home_work_slide_media:hover img {
  transform: scale(1.04);
}

/* Play Button Play Overlay */
.home_work_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.home_work_play_btn svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.home_work_slide_media:hover .home_work_play_btn,
.home_work_card_thumb:hover .home_work_play_btn {
  background: #ffffff;
  color: #000000;
  transform: translate(-50%, -50%) scale(1.1);
}

.home_work_slide_info {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.home_work_slide_main {
  flex: 1;
}

.home_work_slide_tag {
  color: #ff5a43;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
}

.home_work_slide_main h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.home_work_slide_main p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 18px 0;
  max-width: 280px;
}

.home_work_btn_link {
  display: inline-block;
  background: #ff5a43;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease;
}

.home_work_btn_link:hover {
  background: #e0442e;
}

.home_work_slide_meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  padding-left: 20px;
}
.home_work_meta_icon {
  width: 20px;
}

.home_work_meta_icon img {
  filter: brightness(0) invert(1);
}
.home_work .home_work_badge {
  display: flex;
  width: fit-content;
  margin: auto;
  gap: 5px;
  align-items: center;
}
.home_work .home_work_badge::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJjdXJyZW50Q29sb3IiIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb25zLXRhYmxlci1maWxsZWQgaWNvbi10YWJsZXItc3RhciI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik04LjI0MyA3LjM0bC02LjM4IC45MjVsLS4xMTMgLjAyM2ExIDEgMCAwIDAgLS40NCAxLjY4NGw0LjYyMiA0LjQ5OWwtMS4wOSA2LjM1NWwtLjAxMyAuMTFhMSAxIDAgMCAwIDEuNDY0IC45NDRsNS43MDYgLTNsNS42OTMgM2wuMSAuMDQ2YTEgMSAwIDAgMCAxLjM1MiAtMS4xbC0xLjA5MSAtNi4zNTVsNC42MjQgLTQuNWwuMDc4IC0uMDg1YTEgMSAwIDAgMCAtLjYzMyAtMS42MmwtNi4zOCAtLjkyNmwtMi44NTIgLTUuNzhhMSAxIDAgMCAwIC0xLjc5NCAwbC0yLjg1MyA1Ljc4eiIgLz48L3N2Zz4=");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(86%) sepia(15%) saturate(6834%)
    hue-rotate(329deg) brightness(100%) contrast(95%);
}

.home_work_slide_meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Arrows for Slider */
.home_work_slider_arrow {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  font-size: 16px;
}

.home_work_slider_arrow.prev_slide {
  left: 15px;
}
.home_work_slider_arrow.next_slide {
  right: 15px;
}

/* Grid Items Cards */
.home_work_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.home_work_card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.home_work_card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}

.home_work_card_thumb {
  position: relative;
  width: 100%;
  cursor: pointer;
  max-height: 150px;
  height: 100%;
}

.home_work_card_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_work_card_body {
  padding: 10px 16px;
}

.home_work_card_cat {
  font-size: 10px;
  font-weight: 700;
  color: #ff5a43;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}

.home_work_card_body h3 {
  font-size: 15px;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.home_work_card_body p {
  font-size: 12px;
  color: #8c879c;
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home_work_view_link {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.home_work_view_link {
  color: #ff5a43;
}

.home_work_view_link:hover {
  color: #fff;
}

/* CTA Bottom */
.home_work_cta {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.home_work_cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff5a43;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 90, 67, 0.3);
  transition: all 0.3s ease;
}

.home_work_cta_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 90, 67, 0.5);
}

/* Modal Popup */
.home_work_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.home_work_modal.is-open {
  visibility: visible;
  opacity: 1;
}

.home_work_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.home_work_modal_content {
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 2;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.home_work_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.home_work_iframe_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.home_work_iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .home_work_content {
    grid-template-columns: 1fr;
  }
  .home_work_container {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .home_work_title {
    font-size: 32px;
  }
  .home_work_grid {
    grid-template-columns: 1fr;
  }
  .home_work_slide_info {
    flex-direction: column;
  }
  .home_work_slide_meta {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-top: 15px;
  }
}

/* ===================================================================
   PROCESS
   =================================================================== */
.home-process {
  background: #fcf6f2;
  padding: 30px 0;
  position: relative;
}
.home-process::after {
  content: "";
  background: url(../img/process-bottom-right.png);
  height: 160px;
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-process .section-badge {
  margin-bottom: 10px;
  background: transparent;
  color: #ff6a50;
  letter-spacing: 1px;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.home-process .section-badge .small {
  height: 4px;
  width: 4px;
  background-color: #ab76bd;
  border-radius: 50%;
  display: block;
}
.home-process .section-badge .medium {
  height: 7px;
  width: 7px;
  background-color: #9d70b8;
  border-radius: 50%;
  display: block;
}
.home-process .section-badge .big {
  height: 10px;
  width: 10px;
  background-color: #f5816b;
  border-radius: 50%;
  display: block;
}
.home-process .section-badge .dot-outer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-process .section-head {
  margin-bottom: 30px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  position: relative;
}

.process-step {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.process-step:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 22px 34px -22px rgba(33, 3, 61, 0.28); */
}

.process-steps:nth-child(even) .step-body h3::after {
  background: #8b59b1;
}
.process-steps:nth-child(even) .step-body h3::after {
  background: #ff6b58;
}

.step-body h3::after {
  content: "";

  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.step-number {
  height: 60px;
  width: 60px;
  background: #f5816b;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  font-size: 20px;
  margin: auto;
  border: 5px solid #fde3dd;
  position: relative;
  z-index: 1;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 79%;
  border: 1px dashed #8b59b1;
}

.step-media {
  aspect-ratio: 16 / 14;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  margin-top: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.process-step:nth-child(even) .step-number {
  background: #8b59b1;
  border-color: #efdbff;
}
.step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 10px;
  background: #fff;
  padding: 14px;
  margin-top: -14px;
}

.step-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1e0d31;
  margin: 0 0 6px;
}
.step-body {
  padding: 0 15px;
  background: #fff;
  padding-bottom: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-height: 237px;
}
.step-body p {
  font-size: 14px;
  color: #6b6480;
  line-height: normal;
  font-weight: 500;
}

.process-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #21033d;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  margin-top: 30px;
}
.process-cta-title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
.process-cta-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.process-cta-left p {
  font-size: 17px;
  color: #ff9d78;
  margin: 0;
  font-weight: 600;
}

.process-cta-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff6b58;
}
.process-cta-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.home-process .container {
  max-width: 1390px;
}

/* ===================================================================
   TESTIMONIALS
   =================================================================== */
.home-testimonials {
  background: #fdefe8;
  padding: 0px;
  padding-bottom: 140px;
	padding-top: 50px;
}

.home-testimonials .section-badge {
  background: #fde0d8;
}
.home-testimonials .section-badge::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22currentColor%22%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-video%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M20.117%207.625a1%201%200%200%200%20-.564%20.1l-4.553%202.275v4l4.553%202.275a1%201%200%200%200%201.447%20-.892v-6.766a1%201%200%200%200%20-.883%20-.992z%22%20/%3E%3Cpath%20d=%22M5%205c-1.645%200%20-3%201.355%20-3%203v8c0%201.645%201.355%203%203%203h8c1.645%200%203%20-1.355%203%20-3v-8c0%20-1.645%20-1.355%20-3%20-3%20-3z%22%20/%3E%3C/svg%3E");
  height: 23px;
  width: 23px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(14%) saturate(4519%)
    hue-rotate(326deg) brightness(103%) contrast(101%);
}

.testi-bg-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.testi-slider {
  position: relative;
  overflow: hidden;
  padding: 10px 4px 40px;
}

.testi-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testi-slide {
  flex: 0 0 33.333333%; /* fallback only — JS overrides this */
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
}
.relative {
  position: relative;
}
.testi-nav-prev {
  left: -30px;
}
.testi-nav-next {
  right: -30px;
}
.testi-slide .cartoon {
  position: absolute;
  bottom: 0;
  right: 13px;
  max-width: 130px;
}

.testi-card {
  background: fdf3ee;
  border-radius: 18px;
  padding: 30px 26px;
  border: 1px solid #efe6df;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 11px 1px #e6e6e6;
}

.testi-quote-mark {
  font-size: 60px;
  line-height: 0.6;
  color: #ff6b58;
  /* font-family: Georgia, serif; */
  margin-bottom: 6px;
}

.testi-quote {
  font-size: 16px;
  color: #1e0d31;
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
  font-weight: 500;
}

.testi-stars {
  color: #ffb800;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-quote::after {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #ff6b58;
}
.testi-person img {
  width: 70px;
  height: 80px;
  border-radius: 29px;
  object-fit: cover;
  border: 1px solid #ff6b58;
}
.testi-person strong {
  font-size: 16px;
  display: block;
  color: #1e0d31;
}
.testi-person span {
  font-size: 13px;
  color: #6b6480;
}

.testi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #291046;
  box-shadow: 0 10px 24px -10px rgba(33, 3, 61, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 0;
  line-height: 1;
  padding: 0;
}
.testi-nav:hover {
  background: #ff6b58;
  color: #fff;
}

.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.testi-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(30, 13, 49, 0.18);
  transition: all 0.25s ease;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.testi-dots button.is-active {
  width: 26px;
  border-radius: 100px;
  background: #ff6b58;
}

.testi-brands {
  margin-top: 0;
  background: #21033d;
  border-radius: 15px;
  padding: 20px 20px;
  text-align: center;
  max-width: 770px;
}

.brands-title {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.brands-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.brands-list img {
  max-height: 36px;
  width: 100%;
}

.testi-char {
  position: absolute;
  right: 0;
  bottom: -60px;
  max-width: 480px;
  pointer-events: none;
  z-index: 1;
}
.home-testimonials::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 250px;
  background: #ff6b58;
  width: 100%;
  border-radius: 0 0 0 0;
  clip-path: polygon(0% 71%, 100% 1%, 100% 100%, 75% 100%, 25% 100%, 0% 100%);
}

/* ===================================================================
   CTA
   =================================================================== */
.home-cta {
  background: #21033d;
  color: #fff;
  padding: 100px 0;
  position: relative;
  padding-bottom: 200px;
}
.home-cta::after {
  content: "";
  background: url(../img/cta-bg-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  height: 200px;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(50%) sepia(66%) saturate(720%)
    hue-rotate(321deg) brightness(100%) contrast(104%);
  bottom: 0;
}

.cta-bg-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.cta-grid {
  display: grid;
  grid-template-columns: 57% 1fr;
  gap: 40px;
  align-items: center;
}

.cta-media img {
  max-width: 100%;
  display: block;
}

.cta-content .section-badge {
  margin-bottom: 16px;
  background: #75263b;
}
.cta-content .btn {
  margin-top: 26px;
}

.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  list-style: none;
  padding: 0;
  margin: 0 0;
  margin-top: 30px;
}
.cta-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.cta-features img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.home-cta .section-title {
  font-size: 67px;
}
.home-cta .section-subtitle {
  font-size: 18px;
  color: #fff;
  max-width: 371px;
  margin: 0;
  line-height: 1.6;
  margin-bottom: 30px;
}

.home-cta .main_btn {
  font-size: 24px;
  padding: 14px 30px;
}

body.modal-open {
  overflow: hidden;
}

/* ===================================================================
   RESPONSIVE  — desktop (1200px+) is unchanged
   =================================================================== */
@media (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .home-banner.hero-section {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .home-banner .hero-title {
    font-size: 56px;
  }

  .home-banner .hero-stats {
    gap: 18px;
    max-width: 100%;
  }

  .home-banner .hero-container > *,
  .about-grid > *,
  .cta-grid > *,
  .home_work_content > * {
    min-width: 0;
  }

  .home-banner .hero-title,
  .section-title,
  .home_work_title {
    overflow-wrap: break-word;
  }

  .home-banner .hero-rating-card {
    margin-left: 20px;
    margin-right: 20px;
    padding: 24px 28px;
    max-width: calc(100% - 40px);
  }

  .home-banner .rating-right-box .rating-text {
    font-size: 18px;
  }

  .home-banner .shape-bottom {
    height: 180px;
    bottom: -30px;
  }

  .home-banner .shape-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .home_work_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-cta .section-title {
    font-size: 48px;
  }

  .home-cta .main_btn {
    font-size: 18px;
    padding: 12px 22px;
  }

  .testi-nav-prev {
    left: 0;
  }

  .testi-nav-next {
    right: 0;
  }

  .testi-brands {
    max-width: 100%;
  }

  .home_work_modal_close {
    top: 8px;
    right: 8px;
    z-index: 3;
  }
}

@media (max-width: 1100px) {
  .section-title {
    font-size: 44px;
  }
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .process-steps::before {
    display: none;
  }
  .about-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-cta .section-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .home-banner .hero-title {
    font-size: 42px;
  }

  .home-banner .hero-description {
    max-width: 100%;
  }

  .home-banner .hero-actions {
    flex-wrap: wrap;
  }

  .home-banner .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    max-width: 420px;
  }

  .home-banner .stat-item {
    padding-right: 0;
  }

  .home-banner .stat-item:nth-child(2n)::after {
    display: none;
  }

  .home-banner .hero-rating-card {
    gap: 18px;
    padding: 22px;
  }

  .home-banner .rating-left-box {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  .home-banner .avatars-group {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-float-card {
    position: static;
    margin-top: 20px;
    max-width: 100%;
    transform: none;
    left: auto;
    bottom: auto;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testi-slide {
    flex: 0 0 50%;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .testi-char {
    display: none;
  }
  .home-cta .section-title {
    font-size: 40px;
  }
  .home-cta .section-subtitle {
    max-width: 100%;
  }
  .home-testimonials {
    padding-bottom: 80px;
  }
  .home-cta {
    padding: 72px 0 120px;
  }
}

@media (max-width: 768px) {
  .home-about {
    padding: 56px 0;
  }

  .home-services,
  .home_work,
  .home-process {
    padding: 40px 0;
  }

  .home-testimonials {
    padding: 48px 0 72px;
  }

  .home-cta {
    padding: 56px 0 100px;
  }

  .section-title {
    font-size: 34px;
  }
  .home-cta .section-title {
    font-size: 34px;
  }
  .section-head {
    margin-bottom: 32px;
  }

  .home-banner .hero-title {
    font-size: 34px;
  }

  .home-banner .hero-badge {
    font-size: 13px;
    padding: 6px 14px;
  }

  .home-banner .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-banner .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-banner .rating-left-box .score {
    font-size: 32px;
    justify-content: center;
  }

  .home-banner .rating-right-box .rating-text {
    font-size: 16px;
  }

  .about-features {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .about-feat-card h3 {
    padding-right: 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .step-body {
    min-height: 0;
  }
  .home-process::after {
    width: 140px;
    height: 90px;
    opacity: 0.5;
  }

  .home_work_title {
    font-size: 32px;
  }
  .home_work_filters {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-bottom: 28px;
  }
  .home_work_filter {
    flex: 0 0 auto;
  }

  .testi-slide {
    flex: 0 0 100%;
  }
  .testi-nav {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .testi-slide .cartoon {
    max-width: 90px;
  }
  .testi-card {
    padding: 22px 18px;
  }

  .testi-brands {
    padding: 22px 16px;
    border-radius: 18px;
  }
  .brands-list {
    gap: 18px 24px;
    flex-wrap: wrap;
  }
  .brands-list img {
    max-height: 26px;
    width: auto;
  }

  .process-cta-bar {
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
    text-align: center;
  }
  .process-cta-left {
    justify-content: center;
    flex-wrap: wrap;
  }
  .process-cta-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cta-features {
    gap: 14px 18px;
  }

  .home-cta .main_btn {
    font-size: 16px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
  .step-icon {
    width: 60px;
    height: 60px;
    padding: 9px;
  }
  .step-number {
    font-size: 15px;
    height: 50px;
    width: 50px;
  }
  .home-cta::after {
    height: 50px;
  }
  .section-title {
    font-size: 28px;
  }
  .home-cta .section-title {
    font-size: 28px;
  }
  .home-banner .hero-title {
    font-size: 28px;
  }
  .home-banner .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .home-banner .hero-rating-card {
    padding: 16px;
    border-radius: 16px;
    margin-left: 16px;
    margin-right: 16px;
    max-width: calc(100% - 32px);
  }
  .home_work_title {
    font-size: 26px;
  }
  .home_work_slide_info {
    padding: 18px;
  }
  .home_work_slide_main h3 {
    font-size: 18px;
  }
  .brands-title {
    font-size: 16px;
  }
  .testi-quote-mark {
    font-size: 44px;
  }
}

/* Scoped About Hero Section */
.about-hero-section {
  position: relative;
  width: 100%;
  padding: 180px 0;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding-bottom: 19%;
}

.about-hero-section .about-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Breadcrumb Styles */
.about-hero-section .about-hero-breadcrumbs ul {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.about-hero-section .about-hero-breadcrumbs a {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.about-hero-section .about-hero-breadcrumbs span.active {
  color: #1e1b4b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.about-hero-section .about-hero-breadcrumbs .separator {
  color: #ff6b6b;
  font-weight: 600;
}
.about-hero-section .about-hero-breadcrumbs li:first-child span {
  color: #ff6a50;
}

.title_shape::after {
  content: "";
  background: url(../img/heading_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 200px;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Title Styles */
.about-hero-section .about-hero-title {
  font-size: 56px;
  font-weight: 800;
  color: #1e1b4b;
  margin: 0;
  line-height: 1.2;
}

.about-hero-section .about-hero-title span {
  color: #6366f1;
}

/* Bottom Shape Position */
.about-hero-section .about-hero-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}

.about-hero-section .about-hero-bottom-shape img {
  width: 100%;
  height: auto;
}

/* =========================================================================
   OUR STORY SECTION (Scoped)
   ========================================================================= */
.our-story-section {
  position: relative;
  padding: 80px 0px;
  background-color: #fff;
  overflow: hidden;
}

.our-story-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* --- Left Column: Content --- */
.our-story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.our-story-badge {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f05a49;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.our-story-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  color: #1e1035;
  margin: 0 0 24px 0;
}
.our-story-title::after {
  width: 116px;
  margin-left: 0;
}

.our-story-title span {
  color: #f05a49;
}

.our-story-text {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 32px;
}

.our-story-text p {
  margin: 0 0 16px 0;
}

.our-story-text p:last-child {
  margin-bottom: 0;
}

/* Floating Card */
.our-story-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.our-story-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f0ebf8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.our-story-card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.our-story-card-text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1e1035;
  margin: 0;
  line-height: 1.2;
}

.our-story-card-text p {
  font-size: 13px;
  color: #777;
  margin: 2px 0 0 0;
}

/* --- Right Column: Media & Shapes --- */
.our-story-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-story-bg-shape {
  position: absolute;
  width: 110%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-story-main-img-wrap {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  max-width: 500px;
}

.our-story-main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* --- Responsive Breakpoints --- */

/* Tablet (Max 992px) */
@media (max-width: 992px) {
  .our-story-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .our-story-title {
    font-size: 36px;
  }

  .our-story-media {
    order: -1; /* Shows image on top in tablet/mobile */
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Mobile (Max 576px) */
@media (max-width: 576px) {
  .our-story-section {
    padding: 50px 16px;
  }

  .our-story-title {
    font-size: 28px;
  }

  .our-story-card {
    width: 100%;
    box-sizing: border-box;
  }
}

/* =========================================================================
   OUR TEAM SECTION (Scoped & Responsive)
   ========================================================================= */
.our-team-section {
  position: relative;
  padding: 90px 0px;
  background-color: #faf8ff;
  overflow: hidden;
}

.our-team-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header --- */
.our-team-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.our-team-badge {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f05a49;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.our-team-badge::after {
  height: 10px;
  width: 50px;
  margin-top: 5px;
}

.our-team-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a0b2e;
  margin: 0 0 16px 0;
}

.our-team-title span {
  color: #f05a49;
}

.our-team-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  max-width: 500px;
  margin: auto;
}

/* --- Swiper Slider Container --- */
.our-team-slider-wrapper {
  position: relative;
  padding: 50px 0; /* Leave space for pagination & side arrows */
}

.our-team-swiper {
  width: 100%;
  padding: 10px 0 20px;
}

/* Card Styling */
.team-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}
.slick-list {
  overflow: visible;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.team-card-img {
  width: 100%;
  aspect-ratio: 4 / 3.8;
  /* border-radius: 16px; */
  overflow: hidden;
  /* margin-bottom: 20px; */
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-member-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a0b2e;
  margin: 0 0 6px 0;
}

.team-member-role {
  font-size: 13px;
  color: #777;
  margin: 0;
  font-weight: 500;
}

/* Custom Navigation Buttons */
.our-team-slider-wrapper .team-btn-prev,
.our-team-slider-wrapper .team-btn-next {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #1a0b2e;
  transition: all 0.3s ease;
}

.our-team-slider-wrapper .team-btn-prev:after,
.our-team-slider-wrapper .team-btn-next:after {
  font-size: 16px;
  font-weight: 800;
}

.our-team-slider-wrapper .team-btn-prev:hover,
.our-team-slider-wrapper .team-btn-next:hover {
  background-color: #f05a49;
  color: #ffffff;
}

.our-team-slider-wrapper .team-btn-prev {
  left: 0;
}

.our-team-slider-wrapper .team-btn-next {
  right: 0;
}

/* Custom Pagination Bullets */
.team-swiper-pagination {
  bottom: 10px !important;
}

.team-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d0c8e3;
  opacity: 1;
  transition: all 0.3s ease;
}

.team-swiper-pagination .swiper-pagination-bullet-active {
  background: #f05a49;
  width: 24px;
  border-radius: 6px;
}

/* --- Footer Tagline --- */
.our-team-footer {
  text-align: center;
  /* margin-top: 20px; */
  position: relative;
  max-width: 450px;
  margin: auto;
}
.our-team-footer .flex_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.our-team-tagline {
  font-size: 14px;
  color: #777;
  margin: 0;
  font-weight: 500;
}

/* =========================================================================
   SLICK SLIDER - TEAM SECTION STYLES
   ========================================================================= */

.our-team-slider-wrapper {
  position: relative;
  padding: 40px 0 40px;
  overflow: hidden; /* Hides the slides that go beyond the screen */
}

/* 1. DEFAULT STYLE (Far-Left and Far-Right peeking slides) */
.our-team-slider .slick-slide {
  opacity: 0.35;
  transform: scale(0.85);
  filter: grayscale(20%);
  transition: all 0.4s ease;
  padding: 0 15px; /* Space between cards */
}

/* 2. INNER SIDE SLIDES (Left & Right adjacent to Center) */
.our-team-slider .slick-slide.slick-active {
  opacity: 0.95;
  transform: scale(0.95) translateY(0);
  filter: none;
  z-index: 5;
}

/* 3. CENTER ACTIVE SLIDE */
.our-team-slider .slick-slide.slick-center {
  opacity: 1 !important;
  transform: scale(1.05) translateY(-10px) !important;
  filter: none !important;
  z-index: 10;
}

/* Team Card Design */
.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition:
    box-shadow 0.4s ease,
    border 0.4s ease;
  border: 1px solid transparent;
}

.team-card-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.team-card-info {
  padding: 20px 15px;
}

.team-member-name {
  color: #4a2b6b; /* Purple color from your image */
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.team-member-role {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Active Center Card Shadow & Border */
.our-team-slider .slick-center .team-card {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(240, 90, 73, 0.2);
}

/* --- Navigation Arrows --- */
.our-team-slider .slick-prev,
.our-team-slider .slick-next {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.our-team-slider .slick-prev {
  left: 6%;
}
.our-team-slider .slick-next {
  right: 6%;
}

.our-team-slider .slick-prev:hover,
.our-team-slider .slick-next:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Arrow SVG Styling */
.our-team-slider .slick-prev svg,
.our-team-slider .slick-next svg {
  width: 30px;
  height: 30px;
  stroke: #4a2b6b; /* Purple icon color */
}

/* Remove default Slick arrow text */
.our-team-slider .slick-prev:before,
.our-team-slider .slick-next:before {
  display: none !important;
}

/* --- Pagination Dots --- */
.our-team-slider .slick-dots {
  bottom: -40px;
}

.our-team-slider .slick-dots li button:before {
  font-size: 10px;
  color: #d1c8e1; /* Light purple */
  opacity: 1;
  transition: all 0.3s ease;
}

.our-team-slider .slick-dots li.slick-active button:before {
  color: #f05a49; /* Orange/Red active dot */
  font-size: 12px;
}

/* =========================================================================
   OUR SPECIALTY SECTION (Scoped & Dark Theme Responsive)
   ========================================================================= */
.our-specialty-section {
  position: relative;
  padding: 100px 20px;
  background-color: #0b071e; /* Dark theme default fallback */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  background-size: 100% 100%;
}

/* --- Header Styling --- */
.our-specialty-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.our-specialty-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ff6b4a;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}

.our-specialty-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.our-specialty-title span {
  color: #ff6b4a;
}
.our-specialty-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 530px;
  margin: auto;
}

.our-specialty-badge.title_shape::after {
  height: 10px;
  width: 50px;
  margin-top: 5px;
}

/* --- Grid Layout (6 Columns Desktop) --- */
.our-specialty-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* Feature Card Styling */
.specialty-card {
  background: rgba(22, 16, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.specialty-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 107, 74, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.specialty-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Icon Container */
.specialty-icon-wrap {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialty-icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Card Content */
.specialty-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.35;
}

.specialty-card-desc {
  font-size: 12px;
  line-height: 1.55;
  color: #a098be;
  margin: 0;
}

/* Accent Line at Bottom */
.specialty-card-line::after {
  content: "";
  background: url(../img/heading_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 50px;
  margin-top: 20px;
  display: block;
  margin-left: 10px;
}

/* --- Responsive Breakpoints --- */

/* Small Desktop / Laptop (Max 1200px) */
@media (max-width: 1200px) {
  .our-specialty-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* Tablet (Max 768px) */
@media (max-width: 768px) {
  .our-specialty-section {
    padding: 60px 16px;
  }

  .our-specialty-title {
    font-size: 32px;
  }

  .our-specialty-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Mobile (Max 480px) */
@media (max-width: 480px) {
  .our-specialty-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .our-specialty-title {
    font-size: 26px;
  }
}

/* =========================================================================
   OUR EXPERIENCE SECTION (Scoped & Light Theme Responsive)
   ========================================================================= */
.our-experience-section {
  position: relative;
  padding: 90px 20px;
  background-color: #fbf9ff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.our-experience-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header --- */
.our-experience-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}

.our-experience-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #f05a49;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}

.our-experience-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a0b2e;
  margin: 0 0 16px 0;
}
.our-experience-badge::after {
  height: 10px;
  width: 50px;
  margin-top: 5px;
}

.our-experience-title span {
  color: #f05a49;
}

.our-experience-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* --- Stat Cards Grid (4 Columns) --- */
.our-experience-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.exp-stat-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.exp-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.exp-stat-icon {
  width: 84px;
  height: 84px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-stat-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.exp-stat-number {
  font-size: 38px;
  font-weight: 800;
  color: #1a0b2e;
  line-height: 1;
  margin-bottom: 10px;
}

.exp-stat-label {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.exp-stat-line {
}
.exp-stat-line::after {
  content: "";
  background: url(../img/heading_shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 50px;
  /* margin-top: 20px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* --- CTA Banner --- */
.exp-cta-banner {
  background: linear-gradient(135deg, #ede7f6 0%, #f3edf7 100%);
  border-radius: 24px;
  /* padding: 30px 40px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.exp-cta-grid {
  display: flex;
  gap: 30px;
}

.exp-cta-image-col {
  flex: 0 0 350px;
  height: auto;
}

.exp-cta-image-col img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

.exp-cta-content-col {
  flex: 1;
  padding: 20px 0;
}

.exp-cta-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a0b2e;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.exp-cta-title span {
  color: #f05a49;
}

.exp-cta-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.55;
  margin: 0;
  max-width: 480px;
}

.exp-cta-action-col {
  flex: 0 0 auto;
  align-items: center;
  display: flex;
  padding-right: 20px;
}

.exp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f05a49;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(240, 90, 73, 0.25);
}

.exp-cta-btn:hover {
  background-color: #d94838;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(240, 90, 73, 0.35);
}

/* --- Responsive Breakpoints --- */

/* Desktop / Small Laptop (Max 1024px) */
@media (max-width: 1024px) {
  .exp-cta-grid {
    flex-wrap: wrap;
  }

  .exp-cta-image-col {
    flex: 0 0 180px;
  }

  .exp-cta-content-col {
    flex: 1 1 300px;
  }

  .exp-cta-action-col {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}

/* Tablet (Max 768px) */
@media (max-width: 768px) {
  .our-experience-section {
    padding: 60px 16px;
  }

  .our-experience-title {
    font-size: 32px;
  }

  .our-experience-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .exp-cta-banner {
    padding: 24px;
  }

  .exp-cta-image-col {
    display: none; /* Hide illustrative thumbnail on smaller tablet/mobile for cleaner layout */
  }

  .exp-cta-title {
    font-size: 24px;
  }
}

/* Mobile (Max 480px) */
@media (max-width: 480px) {
  .our-experience-stats {
    grid-template-columns: 1fr;
  }

  .our-experience-title {
    font-size: 26px;
  }

  .exp-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .about-hero-section {
    padding: 60px 0;
    padding-bottom: 15%;
  }
  .our-team-title {
    font-size: 40px;
  }
  .our-specialty-section {
    background-size: cover;
    background-position: left top;
  }
}
@media (max-width: 767px) {
  .about-hero-section .about-hero-title {
    font-size: 36px;
  }
  .title_shape::after {
    height: 12px;
    width: 100px;
    margin-top: 0;
  }
  .our-team-title {
    font-size: 30px;
  }
  .our-team-section {
    padding: 50px 0px;
  }
  .our-team-header {
    padding: 0 20px;
  }
  .our-specialty-section {
    background-position: right;
  }
  .our-experience-section {
    padding: 60px 16px;
    background-position: center;
    background-size: cover;
  }
  .exp-cta-grid {
    gap: 0;
  }
}
