/* -------------------------------------------------------
   WHO ARE WE SECTION - Custom Homepage Styles
   ------------------------------------------------------- */
.home-page-case-study .case-category {
  background: linear-gradient(135deg, var(--accent-color), #2563eb);
}

.home-page-case-study .case-category:hover a {
  color: #fff;
}
.talk_to_expert_btn_text a.blog-btn {
    border-color: #296ceb !important;
    background: linear-gradient(135deg, var(--accent-color), #2563eb) !important;
}
.talk_to_expert_btn_text a.blog-btn:hover {
transition: all 0.3s ease;
    background: linear-gradient(135deg, #000000, #2563eb) !important;
    color: #fff !important;
}
.home-page-case-study a.section-read-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--accent-color), #2563eb) !important;

}

.home-page-case-study a.section-read-button:hover {
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #000000, #2563eb) !important;
  color: #fff !important;
}

section.slick_marquee-section.home {
  padding: 50px 0px;
  background-color: #06193a;
}

section.slick_marquee-section.home .talk_to_expert_btn_text a {
  background: transparent;
  border: 2px solid #ffffff;
}

section.slick_marquee-section.home .talk_to_expert_btn_text a:hover {
  background: linear-gradient(135deg, var(--accent-color), #2563eb);
  border: 2px solid #2563eb;
  color: #fff;
}

section.clients_logos_marquee-section p {
  font-size: 18px;
  font-weight: 500;
}

/* =============================================
   CLIENT LOGOS MARQUEE (Moved from custom.css for homepage)
   ============================================= */
#clients-logos-marquees {
  background-color: #fff;
  overflow: hidden;
}

.clients-logos-logo {
  height: 70px;
  width: auto;
  margin: 0 2.5rem;
  flex-shrink: 0;
}

.clients-logos-marquee-wrapper {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2rem;
}

.clients-logos-marquee-track {
  display: inline-flex;
  animation: clients-marquee-scroll-ltr 20s linear infinite;
}

.clients-logos-marquee-track.reverse {
  animation-name: clients-marquee-scroll-rtl;
}

@keyframes clients-marquee-scroll-ltr {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes clients-marquee-scroll-rtl {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .clients-logos-logo {
    height: 50px;
    margin: 0 2rem;
  }

  .clients-logos-marquee-track {
    animation-duration: 60s;
  }
}

/* =============================================
   Case Studies Slider CSS
   ============================================= */
.case-studies-slider.swiper {
  width: 100%;
  overflow: hidden;
}

.case-studies-slider .swiper-wrapper {
  align-items: stretch;
}

.case-studies-slider .swiper-slide {
  height: auto;
}

.case-slider-box {
  border-radius: 8px;
  border: 1px solid rgba(14, 43, 92, 0.50);
  background: #FFF;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case-slider-box-content {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.case-thumbnail img {
  height: 216px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.case-slider-box-content .case-title {
  color: #0E2B5C;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.case-slider-box-head {
  position: relative;
}

.case-category {
  position: absolute;
  top: 15px;
  background: #fc5546;
  left: 15px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.case-category a {
  font-size: 14px;
  color: #fff;
}

.case-content {
  font-size: 15px;
  margin-bottom: 15px;
  flex: 1;
  color: #333;
}

.case-contentbtn {
  display: flex;
  justify-content: end;
  margin-top: auto;
}

.case-contentbtn .read-more-btn {
  color: #fff;
  border-radius: 20px;
  background: #0E2B5C;
  padding: 6px 15px;
  font-size: 14px;
  transition: 0.4s all;
}

.case-contentbtn .read-more-btn:hover {
  background: #fc5546;
  color: #fff;
}

/* =============================================
   Blog Slider CSS (Swiper-based)
   ============================================= */
section.blog-slider-section {
  background: #f4f8fd;
}

/* Prevent layout shift on load */
.blog-swiper {
  width: 100%;
  padding-bottom: 50px !important;
  /* space for pagination */
  overflow: hidden;
}

.blog-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.blog-swiper .card {
  transition: transform 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-swiper .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-swiper .card-body a.text-primary {
  color: rgb(14 43 92) !important;
  font-weight: 500 !important;
  margin-top: auto;
}

.blog-swiper .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-swiper .card-img-top img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-swiper p.card-text.text-muted {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Pagination dots */
.blog-swiper .swiper-pagination {
  bottom: 8px;
}

.blog-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(74, 163, 255, 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.blog-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #2563eb, #0e2b5c);
  width: 35px;
  border-radius: 6px;
}

/* Prevent FOUC for all Swiper instances, except the hero swiper */
.swiper:not(.heroSwiper) {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiper.swiper-initialized {
  opacity: 1 !important;
}


.who-are-we-section {
  background: linear-gradient(180deg, rgba(4, 93, 199, .85) 2.28%, #000a16 104.46%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.who-are-we-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(147, 51, 234, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.who-are-we-container {
  position: relative;
  z-index: 1;
}

/* Section Header */

.who-are-we-title {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.who-are-we-subtitle {
  font-size: 17px;
  color: #e5e5e5;
  line-height: 1.6;
  margin-bottom: 0;
}

.counter-box {
  padding: 24px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

/* Border with notch */
.counter-box::before {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
  z-index: 1;
}

.counter-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.counter-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

/* Feature Cards */
.who-are-we-cards {
  margin-top: 45px;
}

.feature-card-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 28px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.feature-card-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.feature-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0px;
}

.feature-card-description {
  font-size: 15px;
  color: #292b2e;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}



/* Responsive Design */
@media (max-width: 991px) {

  .who-are-we-title {
    font-size: 32px !important;
  }
.who-are-we-counters.row.g-3 {
    margin: 0;
    gap: 0;
}
  .who-are-we-counters {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
  }

  .counter-value {
    font-size: 2.5rem;
  }

  .who-are-we-cards {
    margin-top: 40px;
  }

  .feature-card {
    padding: 30px 24px;
  }
  .who-are-we-section {
    padding: 45px 0;
}

}

@media (max-width: 767px) {

  .who-are-we-title {
    font-size: 2rem;
  }

  .who-are-we-subtitle {
    font-size: 1rem;
  }

  .who-are-we-counters {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .counter-value {
    font-size: 2rem;
  }

  .counter-label {
    font-size: 0.75rem;
  }

  .who-are-we-cards {
    margin-top: 40px;
  }

  .feature-card {
    padding: 25px 20px;
  }

  .feature-card-description {
    font-size: 0.9375rem;
  }
}

/* -------------------------------------------------------
   HOME SERVICES SECTION
   ------------------------------------------------------- */

.home-services-section {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

.home-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.home-services-container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.home-services-header {
  text-align: center;
  margin-bottom: 40px;
}

.home-services-title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}

.home-services-subtitle {
  font-size: 18px;
  color: #fffffff5;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Services Cards Container - NO GRID, Using Flexbox */

/* Service Card */
.service-card {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 13%);
}

/* Card Header - Icon + Title */
.service-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.service-card-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #006eef;
  transition: all .5s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(11 102 211 / 85%) 2.28%, #084895 104.46%);
}

.service-card:hover .service-card-icon {
  /* transform: scale(1.1) rotate(5deg); */
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.service-card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
  height: 32px;
}

/* .service-card:hover .service-card-icon img {
  filter: none;
} */

.service-card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.service-card:hover .service-card-title {
  color: #1e293b;
}

/* Card Description */
.service-card-description {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-card:hover .service-card-description {
  color: #292b2e;
}

/* Card Button */
.service-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.service-card:hover .service-card-btn {
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.service-card-btn:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: translateX(5px);
}

.service-card:hover .service-card-btn {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.service-card-btn i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.service-card-btn:hover i {
  transform: translateX(3px);
}

/* Section CTA Button */
.home-services-cta {
  text-align: center;
}

.home-services-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #000000, #2563eb);
}

.home-services-cta-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #2563eb;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.home-services-cta-btn i {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

.home-services-cta-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .service-card-title {
    font-size: 18px;
    font-weight: 600;
  }

  .service-card {
    padding: 22px;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .home-services-section {
    padding: 50px 0;
  }

  .home-services-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .home-services-section {
    padding: 45px 0;
  }

  .home-services-title {
    font-size: 1.75rem;
  }

  .home-services-subtitle {
    font-size: 1rem;
  }

  .service-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/* -------------------------------------------------------
   INDUSTRY SECTION - FIXED
   ------------------------------------------------------- */

.industry-section {
  background: #0a0e27;
  background-color: #010614;
  padding: 50px 0;
  position: relative;
}

.industry-container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.industry-header {
  margin-bottom: 32px;
}

.industry-title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.industry-subtitle {
  font-size: 18px;
  color: #f7f7f7;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Industry Cards - Bootstrap Row */
.industry-cards-grid {
  margin-bottom: 10px;
}

/* Industry Card */
.industry-card {
  position: relative;
  background: #0a1128;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/* Default Content */
.industry-card-default {
  padding: 15px 16px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ✅ FIX 1: Hover Overlay — removed backdrop-filter, use solid dark bg instead */
.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 14, 39, 0.92);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  pointer-events: none;
}

.industry-card:hover::before {
  opacity: 1;
}

.industry-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Card Top Section */
.industry-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.industry-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  flex-shrink: 0;
}

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

.industry-card-name {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.industry-card-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-color), #2563eb);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.industry-card-arrow i {
  color: #ffffff;
  font-size: 15px;
}

/* Card Description */
.industry-card-description,
.industry-hover-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  margin-bottom: 16px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card Image */
.industry-card-image {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 350px;
}

.industry-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card:hover .industry-card-image {
  filter: blur(5px);
  transform: scale(1.03);
}

.industry-card:hover .industry-card-image img {
  transform: scale(1.08);
}

/* ✅ FIX 2: Hover Content — removed overflow-y:auto and max-height that caused scrollbar */
.industry-card-hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 16px;
  z-index: 3;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  /* ✅ NO scrollbar */
  display: flex;
  flex-direction: column;
}

.industry-card:hover .industry-card-hover-content {
  opacity: 1;
  transform: translateY(0);
}

/* Hover Header */
.industry-hover-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.industry-hover-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.industry-hover-header .industry-card-icon {
  background: rgba(59, 130, 246, 0.2);
}

.industry-hover-header .industry-card-name {
  color: #ffffff;
  font-size: 18px;
}

.industry-hover-header .industry-card-arrow {
  background: rgba(59, 130, 246, 0.2);
}

/* Hover List */
.industry-hover-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  flex-shrink: 0;
}

.industry-hover-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.5;
}

.industry-hover-list li:last-child {
  border-bottom: none;
}

.industry-hover-list li::before {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  color: #3b82f6;
  font-size: 1rem;
  flex-shrink: 0;
}

.industry-hover-list li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.industry-hover-list li a:hover {
  color: #3b82f6;
}

/* Case Study Section */
.industry-case-study {
  flex-shrink: 0;
}

.industry-case-study-title {
  font-size: 12px;
  color: #3b82f6;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.industry-case-study-heading {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.4;
}

.industry-case-study-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 3px 16px;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
    visibility: visible !important;
    opacity: 1 !important;
}

.industry-case-study-btn:hover {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #ffffff !important;
}

.industry-case-study-btn i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.industry-case-study-btn:hover i {
  transform: translateX(4px);
}

/* Case Study Boxes */
.industry-case-study-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 0;
}

.industry-case-box {
  text-align: center;
  padding: 10px 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.industry-case-box-value {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1;
}

.industry-case-box-list {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

/* Load More Button */
.industry-load-more-wrapper {
  text-align: center;
}

.industry-load-more-btn {
display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 32px;
    background: transparent;
    border: 2px solid #3b82f6;
    border-radius: 50px;
    color: #3b82f6;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 44px;
}

.industry-load-more-btn:hover {
  background: #3b82f6;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.industry-load-more-btn.hidden {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  .industry-section {
    padding: 60px 0;
  }

  .industry-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .industry-section {
    padding: 60px 0;
  }

  .industry-title {
    font-size: 1.75rem;
  }

  .industry-subtitle {
    font-size: 1rem;
  }

  .industry-card {
    margin-bottom: 20px;
  }

  .industry-case-study-boxes {
    gap: 10px;
  }
}


/* ===== home Testimonial Section ===== */
.home-testimonial-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
  background: linear-gradient(145deg, #004a91 0, #020d1c 50%, #002254 100%);

  position: relative;
  overflow: hidden;
}

.home-testimonial-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.home-testimonial-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* ===== Swiper overflow fix for half preview ===== */
.home-testimonial-swiper {
  overflow: visible !important;
  padding-bottom: 20px;
}

.home-testimonial-section .swiper-container-wrap {
  overflow: hidden;
}

/* ===== Equal height slides ===== */
.home-testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-testimonial-swiper .swiper-slide {
  height: auto;
}

/* ===== Card ===== */
.home-testimonial-card {
  background: rgb(0 0 0 / 5%);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  opacity: 0.9;
  transform: scale(0.97);
}

/* Center mode active card */
.home-testimonial-swiper .swiper-slide-active .home-testimonial-card,
.home-testimonial-swiper .swiper-slide-next .home-testimonial-card {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(99, 102, 241, 0.35);
  background: rgba(255, 255, 255, 0.07);
  background: #0c3f97;
}

/* Decorative quote */
.home-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 92px;
  color: #0069d1;
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.home-testi-quote {
  display: none;
}

/* ===== Tag ===== */
.home-testi-tag {
  display: inline-flex;
  border: 0.5px solid rgba(99, 102, 241, 0.4);
  color: #a5b4fc;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: fit-content !important;
}

/* ===== Stars ===== */
.home-testi-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
}

.home-testi-rating .bi-star-fill {
  font-size: 14px;
  color: #334155;
}

.home-testi-rating .bi-star-fill.active {
  color: #f59e0b;
}

/* ===== Message — flex-grow pushes footer down ===== */
.home-testi-message {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.78;
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 24px;
}

/* ===== Footer always at bottom ===== */
.home-testi-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.08);
}

.home-testi-client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-testi-img {
  flex-shrink: 0;
}

.home-testi-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(99, 102, 241, 0.4);
}

.home-testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.home-testi-info h5 {
  font-size: 14px;
  font-weight: 600;
}

.home-testi-info small {
  font-size: 11px;
}

/* ===== Controls ===== */
.home-testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}

.home-testi-prev,
.home-testi-next {
  position: static !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 0.5px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
  color: #94a3b8 !important;
  flex-shrink: 0;
}

.home-testi-prev:hover,
.home-testi-next:hover {
  background: rgba(99, 102, 241, 0.3) !important;
  border-color: rgba(99, 102, 241, 0.5) !important;
  color: #a5b4fc !important;
  transform: scale(1.06);
}

.home-testi-prev::after,
.home-testi-next::after {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* ===== Pagination Dots ===== */
.home-testi-pagination {
  position: static !important;
  width: auto !important;
}

.home-testi-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 4px !important;
}

.home-testi-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #6366f1;
}

/* -------------------------------------------------------
   VALUES SECTION
   ------------------------------------------------------- */

.values-section {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

/* Decorative blobs */
.values-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #0d6efd87 0%, transparent 70%);
  top: -150px;
  right: -100px;
  border-radius: 50%;
  pointer-events: none;
}

.values-section::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(244, 162, 97, 0.12) 0%, transparent 70%);
  bottom: -100px;
  left: -50px;
  border-radius: 50%;
  pointer-events: none;
}

/* Decorative grid lines */
.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* ── LEFT CONTENT ── */
.content-wrapper {
  position: relative;
  z-index: 2;
}

.values-heading {
  font-family: 'Rubik';
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.values-heading em {
  font-style: italic;
  color: #41a4e6;
}

.values-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 800;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Value cards */
.value-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: default;
  /* display: flex; */
  align-items: flex-start;
  gap: 15px;
}

.value-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #5e82bc;
  transform: translateX(6px);
}

.value-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 0px rgba(0, 123, 255, 0.2);
  background: linear-gradient(0deg, #000000, #2563eb);
  overflow: hidden;
}

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

.value-text h6 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 2px;
}

.value-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 0;
}

/* ── RIGHT VIDEO CARD ── */
.video-card {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
  text-decoration: none;
}

.video-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 60px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(244, 162, 97, 0.2);
}

.video-thumbnail {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
  transition: filter 0.4s ease;
  border-radius: 24px;
}

.video-card:hover .video-thumbnail {
  filter: brightness(0.6);
}

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 30%,
      rgba(10, 10, 30, 0.8) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Play button */
.play-btn {
  width: 72px;
  height: 72px;
  background: #f02;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 12px rgba(230, 57, 70, 0.2), 0 0 0 24px rgba(230, 57, 70, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 16px;
  animation: ring-pulse 2s ease-in-out infinite;
}

@keyframes ring-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 10px rgba(230, 57, 70, 0.25), 0 0 0 22px rgba(230, 57, 70, 0.1);
  }

  50% {
    box-shadow: 0 0 0 16px rgba(230, 57, 70, 0.15), 0 0 0 32px rgba(230, 57, 70, 0.05);
  }
}

.video-card:hover .play-btn {
  background: #f4a261;
  transform: scale(1.1);
}

.play-btn svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-left: 4px;
}

.video-caption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Bottom badge */
.video-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 16px;
  color: #fff;
}

.video-badge .badge-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f4a261;
  font-weight: 600;
}

.video-badge .badge-sub {
  font-size: 0.85rem;
  font-weight: 500;
}

/* Animations on load */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.7s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.25s;
}

.delay-3 {
  animation-delay: 0.4s;
}

.delay-4 {
  animation-delay: 0.55s;
}

.delay-5 {
  animation-delay: 0.7s;
}

/* responsive tweaks */
@media (max-width: 767px) {
  .values-section {
    padding: 60px 0;
  }

  .video-card {
    margin-top: 40px;
  }
}


/* -------------------------------------------------------
   HOMEPAGE CTA SECTION
   ------------------------------------------------------- */
.cta-section-home-page {
  /* background-color: #3b82f6;  */
  padding: 50px 0;
}

.cta-home-inner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: 40px;
  overflow: hidden;
  /* The "cut" at the bottom right - diagonally cutting the corner */
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 92% 100%, 0% 100%);
  background-color: #000;
  display: flex;
  align-items: center;
}

/* Subtle overlay to ensure text readability if bg image is light */
.cta-home-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.cta-home-content {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.cta-home-title {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-home-subtitle {
  color: #ffffffd9;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-home-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: transparent;
}

.cta-home-btn:hover {
  background: linear-gradient(135deg, var(--accent-color), #2563eb) !important;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-home-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.cta-home-btn:hover i {
  transform: translateX(5px);
}



@media (max-width: 991px) {
  .cta-home-title {
    font-size: 34px;
  }

  .cta-home-subtitle {
    font-size: 17px;
  }

  .cta-home-inner {
    padding: 50px 40px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 85% 100%, 0% 100%);
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .cta-section-home-page {
    padding: 50px 0;
  }

  .cta-home-inner {
    padding: 40px 25px;
    clip-path: none;
    border-radius: 20px;
  }

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

  .cta-home-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------------
   HOME TECHNOLOGIES SECTION
   ------------------------------------------------------- */
.home-technologies-section {
  background-color: #0e2b5c;
  color: #fff;
}

.tech-main-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 12px;
}

.tech-main-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

/* Sticky Image Column */
.tech-image-column {
  position: relative;
  overflow: visible !important;
}

.tech-image-wrapper {
  z-index: 5;
  box-sizing: border-box;
}

#tech-main-display-image {
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Technologies List Column */
.tech-item-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 22px 24px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 993px) {
  .tech-item-box:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
  }

}


.tech-item-icon {
  width: 45px;
  height: 45px;
  background: #2563eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.tech-item-icon img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}

.tech-item-title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* Description handling - hide by default, show on hover/active */
.tech-item-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-item-box.active .tech-item-body {
  max-height: none;
  /* Let it take height automatically */
  opacity: 1;
}
@media (min-width: 993px) {
  .tech-item-box:hover .tech-item-body {
    max-height: none;
    opacity: 1;
  }
}


.tech-item-description {
  color: rgba(255, 255, 255, 0.90);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .tech-main-title {
    font-size: 30px;
  }

  .tech-image-column {
    display: none !important;
  }

  .tech-item-column {
    width: 100%;
  }

  .tech-item-box {
    padding: 20px;
  }

  .tech-item-title {
    font-size: 18px;
  }

  /* Accordion styles for mobile */
  .tech-mobile-image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 15px;
  }

  .tech-mobile-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .tech-item-box .tech-item-header {
    position: relative;
    padding-right: 30px;
  }

  .tech-item-box .tech-item-header::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .tech-item-box.active .tech-item-header::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 993px) {
  .tech-mobile-image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home-technologies-section {
    padding: 40px 0;
  }
}

/* -------------------------------------------------------
   HOME HIRE MODEL SECTION
   ------------------------------------------------------- */
.home-hire-model-section {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  overflow: hidden;
}

.hire-main-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.hire-main-subtitle {
  font-size: 18px;
  text-align: center;
  color: #ffffffeb;
}

.hire-model-card {
  background: #0e2b5c;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.hire-model-card:hover,
.hire-model-card.active {
  background: #003099;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-5px);
}

.hire-model-card.active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hire-model-card-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
}

.hire-model-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.hire-model-card-subtitle {
  font-size: 14px;
  line-height: 1.5;
}

/* White Display Box (Desktop) */
.hire-model-display-box {
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  padding: 20px;
  border-radius: 16px;
}

.hire-model-display-wrapper.sticky-top {
  z-index: 9;
}

.display-box-title {
  font-size: 22px;
  color: #000;

}

.display-box-desc {
  font-size: 16px;
  line-height: 1.6;
}

.display-box-features li {
  font-size: 14.5px;
  color: #202020;
}

.display-box-features li i {
  color: #2563eb;
  font-size: 1.1rem;
}

.display-box-btn {
  border-width: 2px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.display-box-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateX(5px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .hire-main-title {
    font-size: 28px;
  }

  .hire-model-card {
    background: #fff;
    /* White background for mobile cards as per SS */
    color: #000;
    border: none;
    margin-bottom: 20px;
    padding: 15px;
  }
.hire-model-card:hover, .hire-model-card.active {
    background: #fff;
}
  .hire-model-card-title {
    color: #000;
    font-size: 18px;
  }

  .hire-model-card-subtitle,
  .hire-model-card-desc {
    color: #444 !important;
  }

  .hire-model-features-list li {
    color: #333;
    font-size: 14px;
  }

  /* Custom CSS Checkmark */
  .custom-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2563eb;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
  }

  .custom-check::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .hire-model-card-img img {
    height: 220px;
  }

  /* Ensure no active transform on mobile */
  .hire-model-card:hover,
  .hire-model-card.active {
    transform: none !important;
  }
}
@media (max-width: 1024px) {
  .who-are-we-title ,.home-services-title, .cta-home-title,.tech-main-title,.hire-main-title{
    font-size: 34px;
}
.clients_logos_marquee-section h2{
  font-size: 30px !important;
}
.feature-card-description {
    font-size: 14.5px;
}
.home-services-section,.cta-section-home-page,.home-hire-model-section ,.industry-section,section.home-page-case-study.py-5,.home-testimonial-section{
    padding: 45px 0 45px !important;
}
.counter-value {
    font-size: 2.25rem;
}
.service-card-title {
    font-size: 18px;
}
.service-card-description {
    font-size: 14.5px;
    line-height: 1.5;
}
.tech-item-box {
      padding: 20px;
}
.tech-item-title {
    font-size: 18px;
}
.tech-item-description {
    font-size: 14px;
}
.hire-model-card-title {
    font-size: 17px;
    font-weight: 500;
}
.hire-model-card-subtitle {
    font-size: 13px;
}
.display-box-title {
    font-size: 20px;
}
.display-box-desc {
    font-size: 15px;
}
.display-box-features li {
    font-size: 14px;
}
.industry-card-name,.industry-hover-header .industry-card-name {
    font-size: 17px;
}
.industry-card-image {
    height: 342px;
}
.home-page-case-study .service-item.position-relative p,.home-page-case-study  .services_content,.blogs-home-page .services_content{
    font-size: 18px;
    color: #212529;
}
.values-section {
    padding: 50px 0;
}
}
@media (max-width: 992px) {
    .who-are-we-title, .home-services-title, .tech-main-title, .hire-main-title {
        font-size: 32px;
    }
        .home-services-cards .col-md-4,.industry-cards-grid .col-md-4{
        flex: 0 0 auto;
        width: 50%;
    }
     .cta-home-title{
      font-size: 28px;
     }
     .home-technologies-section{
      padding: 45px 0px !important;
     }
  }
@media (max-width: 767px) {
    .who-are-we-title, .home-services-title, .tech-main-title, .hire-main-title {
        font-size: 26px;
    }
        .home-services-cards .col-md-4,.industry-cards-grid .col-md-4{
        flex: 0 0 auto;
        width: 100%;
    }
     .cta-home-title{
      font-size: 26px;
     }
     .home-technologies-section{
      padding: 40px 0px !important;
     }
     section.clients_logos_marquee-section.pt-5.pb-1 {
    padding: 40px 0px !important;
}
    .clients_logos_marquee-section h2 {
        font-size: 26px !important;
    }
    .who-are-we-title {
        font-size: 26px !important;
    }
        .counter-value {
        font-size: 2rem;
    }
        .home-services-section, .cta-section-home-page, .home-hire-model-section, .industry-section, section.home-page-case-study.py-5, .home-testimonial-section {
        padding: 40px 0 40px !important;
    }
        .who-are-we-section {
        padding-bottom: 25px;
    }
    .service-card-icon img {
    height: 28px;
}
    .cta-home-inner {
        padding: 26px;
    }
        .cta-home-title {
        font-size: 24px;
    }
        .cta-home-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .cta-home-btn {
    padding: 9px 24px;
    font-size: 13px;
}
.tech-item-icon {
    width: 40px;
    height: 40px;
}
.tech-item-icon img {
    height: 24px;
}
.tech-item-title {
        font-size: 17px;
    }
    .industry-title {
        font-size: 26px;
    }
  }


/* -------------------------------------------------------
   CLIENT VIDEO TESTIMONIAL SECTION — FINAL FIXED
   - Auto height card (no fixed heights anywhere)
   - Pagination tight below card, no gap
   - YouTube popup fix
   - Desktop + Mobile proper responsive
   ------------------------------------------------------- */

.video-testimonial-section {
  background: #010614;
  overflow: visible !important;
  position: relative;
  z-index: 1;
      background: linear-gradient(180deg, rgba(4, 93, 199, .85) 2.28%, #000a16 104.46%);
}

.video-testi-main-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

/* ── Swiper Container ── */
.video-testi-swiper-container {
  max-width: 80%;
  margin: 0 auto;
  overflow: visible !important;
  position: relative;
}

/* ── Swiper root — overflow visible for cube + smooth height transition ── */
.video-testi-swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px; /* Space for card shadow */
}

.video-testi-swiper .swiper-slide {
  height: auto;
}

.video-testi-swiper .swiper-slide-active {
  /* Removed to fix loop glitch */
}

/* ── Card ── */
.video-testi-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: box-shadow 0.6s ease;
}

.video-testi-swiper .swiper-slide-active .video-testi-card {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* ── Left column: Video Poster ── */
.video-poster-col {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

.video-poster-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
  background: #000;
  overflow: hidden;
}

.poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  gap: 10px;
}

.video-play-btn:hover {
  transform: scale(1.07);
}

.play-icon {
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #2563eb;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: pulse-play 2.2s infinite;
}

.btn-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: 13px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

@keyframes pulse-play {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* ── Right column: Content ── */
.testi-content-col {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.testi-content-wrapper {
  padding: 36px 32px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}

.quote-icon-top {
  font-size: 52px;
  color: #2563eb;
  opacity: 0.28;
  line-height: 1;
  margin-bottom: -8px;
  flex-shrink: 0;
}

/* NO max-height, NO overflow:auto — full content visible, height auto */
.testi-text-area {
    font-size: 17px;
    color: #334155;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding-right: 0;
}

.client-info-bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  flex-shrink: 0;
}

.client-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #2563eb;
  flex-shrink: 0;
}

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

.client-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.client-desig {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 0;
}

/* ── Pagination wrapper — card ke neeche tight ── */
.video-testi-pagination-wrap {
  margin-top: -15px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 10;
}

.video-testi-pagination-wrap .video-testi-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.video-testi-pagination .swiper-pagination-bullet {
  background: #2563eb;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 4px !important; /* Fallback margin if gap fails */
  border-radius: 10px;
  transition: width 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  display: inline-block !important;
  flex-shrink: 0;
}

.video-testi-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 26px;
  background: #2563eb;
  border-radius: 10px;
}

/* ── TABLET ── */
@media (max-width: 991px) {
  .video-testi-swiper-container {
    max-width: 90%;
  }

  .video-poster-wrapper {
    min-height: 300px;
  }

  .testi-content-wrapper {
    padding: 28px 24px;
  }

  .testi-text-area {
    font-size: 15px;
  }

  .play-icon {
    width: 58px;
    height: 58px;
    font-size: 22px;
  }
}

/* ── MOBILE — vertical stack ── */
@media (max-width: 767px) {
  .video-testi-swiper-container {
    max-width: 100%;
  }

  .video-testi-card {
    flex-direction: column !important;
    border-radius: 14px;
  }

  .video-poster-col,
  .testi-content-col {
    width: 100% !important;
  }

  .video-poster-wrapper {
    height: 240px;
    min-height: 240px;
  }

  .testi-content-col {
    flex: none;
  }

  .testi-content-wrapper {
    padding: 22px 18px;
    height: auto;
    flex: none;
  }

  .testi-text-area {
    font-size: 15px;
  }

  .quote-icon-top {
    font-size: 42px;
    margin-bottom: -10px;
  }

  .play-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .btn-text {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .client-avatar {
    width: 46px;
    height: 46px;
  }

  .client-name {
    font-size: 15px;
  }

  .video-testi-pagination-wrap {
    margin-top: 14px;
  }
}

/* ── SMALL MOBILE ── */
@media (max-width: 480px) {
  .video-testi-main-title {
    font-size: 26px;
  }

  .video-poster-wrapper {
    height: 200px;
    min-height: 200px;
  }

  .testi-content-wrapper {
    padding: 18px 14px;
  }

  .testi-text-area {
    font-size: 14px;
  }

  .client-info-bottom {
    margin-top: 16px;
  }
}

/* ── GLightbox YouTube iframe — enhanced for restricted videos ── */
.gslide-video iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* Fallback message for restricted YouTube videos */
.gslide-video .gvideo-wrapper {
  position: relative;
}

/* Ensure GLightbox video container fills properly */
.gslide-media {
  max-width: 960px !important;
}

/* =============================================
   FAQ Two Column Section CSS
   ============================================= */
.faq-two-col-section {
    margin: 0 auto;
    padding: 50px 0;
    background-color: transparent;
}

.faq-two-col-header {
    margin-bottom: 40px;
}

.faq-two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.faq-two-col-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-two-col-item {
    background: #06193a;
    border: 1px solid #0d6efd42;
    border-radius: 15px;
    overflow: hidden;
    transition: border-color 0.2s, background 0.2s;
}

.faq-two-col-item:hover {
    border-color: #30363d;
    background: #1c2128;
}

.faq-two-col-item.active {
    border-color: #30363d;
    background: #1c2128;
}

.faq-two-col-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.15s;
    height: auto;
}

.faq-two-col-item.active .faq-two-col-question {
    color: #f0f6fc;
}

.faq-two-col-arrow {
    flex-shrink: 0;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    font-style: normal;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s;
}

.faq-two-col-item.active .faq-two-col-arrow {
    transform: rotate(180deg);
    color: #c9d1d9;
}

.faq-two-col-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
}

.faq-two-col-item.active .faq-two-col-answer {
    grid-template-rows: 1fr;
}

.faq-two-col-answer-inner {
    min-height: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #c5c5c5;
    line-height: 1.6;
    transition: padding 0.35s;
}

.faq-two-col-item.active .faq-two-col-answer-inner {
    padding: 12px 20px 18px;
    border-top: 1px solid #0d6efd;
}

.faq-two-col-answer-inner p {
    margin-bottom: 10px;
}

.faq-two-col-answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .faq-two-col-grid {
        grid-template-columns: 1fr;
    }
    .faq-two-col-question {
        font-size: 16px;
        padding: 14px 16px;
    }
      .faq-title {
        font-size: 28px;
    }
    .faq-two-col-answer-inner {
         font-size: 14.5px;
    }
}
@media (max-width:600px) {
    .faq-title {
        font-size: 26px;
    }

}

/* =====================================================
   ACF HERO SLIDER STYLES (Moved from plugin to theme)
   ===================================================== */
#home-hero-video-section .vc_column-inner {
    padding: 0px;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    color: white;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 180px 0 60px;
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 1; /* Always visible to support native browser autoplay + poster */
    transition: opacity 1s ease;
    z-index: 2;
}

.hero-video-bg.video-visible {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgb(14 43 92 / 50%) 0%, rgb(10 30 65 / 60%) 40%, rgb(14 43 92 / 60%) 100%);
    z-index: 2;
}

.hero-slider-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    flex: 1;
    gap: 40px;
}

.hero-slider {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Fix LCP FOUC: Hide inactive slides before Slick initializes */
.hero-slider:not(.slick-initialized) .hero-slide-item:not(:first-child) {
    display: none !important;
}

.hero-slider .hero-slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    outline: none;
    pointer-events: none;
}

.hero-slider:not(.slick-initialized) .hero-slide-item:first-child {
    pointer-events: auto;
}

.hero-slider .slick-active {
    pointer-events: auto;
}

.hero-slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    outline: none;
    will-change: opacity; /* Forces Safari to trigger transitionend for fade effect */
}

.hero-slide-content {
    text-align: center;
    width: 100%;
}

/* =====================================================
   LCP FIX — CONTENT JS SE PEHLE VISIBLE
   ===================================================== */

.hero-slide-content h1,
.hero-slide-content h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 125%;
    margin-bottom: 18px;
    font-weight: 500;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.hero-slide-content p {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    line-height: 170%;
    margin-bottom: 32px;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.hero-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--accent-color), #2563eb);
    color: #fff;
    font-size: 17px;
    padding: 14px 44px;
    border: none;
    font-weight: 600;
    line-height: normal;
    gap: 10px;
    height: 48px;
    opacity: 1;
    transform: translateY(0);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
    letter-spacing: 0.3px;
}

a.hero-btn img {
    width: 20px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: brightness(10);
}

.hero-btn:hover {
    background: linear-gradient(135deg, #0e2b5c 0%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.45);
    transform: translateY(-2px);
}

.hero-btn:hover img {
    transform: translateX(5px);
}

/* =====================================================
   JS READY STATE
   ===================================================== */

.slick-hero-banner.hero-transitions-ready .hero-slide-content h1,
.slick-hero-banner.hero-transitions-ready .hero-slide-content h2 {
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slick-hero-banner.hero-transitions-ready .hero-slide-content p {
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Slide Content Default State (Always visible on load before JS enqueues for LCP) */
.hero-slide-content h1,
.hero-slide-content h2,
.hero-slide-content p,
.hero-slide-content .hero-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Once Swiper is initialized (JS ready), set the default state to hidden/shifted with hardware acceleration */
.hero-slider.has-transitioned .hero-slide-content h1,
.hero-slider.has-transitioned .hero-slide-item .hero-slide-content h2,
.hero-slider.has-transitioned .hero-slide-item .hero-slide-content p,
.hero-slider.has-transitioned .hero-slide-item .hero-slide-content .hero-btn {
    opacity: 0;
    transform: translateY(20px) translate3d(0, 0, 0);
    -webkit-transform: translateY(20px) translate3d(0, 0, 0);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Slide becomes active: transition to visible/normal with delays for a premium layered feel */
.hero-slider.has-transitioned .slick-active .hero-slide-content h1,
.hero-slider.has-transitioned .slick-active .hero-slide-content h2 {
    opacity: 1;
    transform: translateY(0) translate3d(0, 0, 0);
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transition-delay: 0.1s;
}

.hero-slider.has-transitioned .slick-active .hero-slide-content p {
    opacity: 1;
    transform: translateY(0) translate3d(0, 0, 0);
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transition-delay: 0.25s;
}

.hero-slider.has-transitioned .slick-active .hero-slide-content .hero-btn {
    opacity: 1;
    transform: translateY(0) translate3d(0, 0, 0);
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transition-delay: 0.4s;
}

/* Navigation with Progress Bar */
.hero-nav {
    position: relative;
    z-index: 10;
    width: auto;
    max-width: 98%;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(14, 43, 92, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 8px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hero-nav-item {
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 10px 0;
    transition: color 0.3s ease;
    border: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent; /* iOS tap flash fix */
    touch-action: manipulation; /* Faster tap response on mobile */
    flex: 1;
}

.hero-nav-item:hover {
    color: rgba(255, 255, 255, 0.9);
}

.hero-nav-item.active-nav {
    color: #ffffff;
}

/* Progress bar keyframe animation using transform: scaleX for performance & NitroPack instant execution */
@-webkit-keyframes navProgress {
    0%   { -webkit-transform: scaleX(0) translate3d(0,0,0); transform: scaleX(0) translate3d(0,0,0); }
    100% { -webkit-transform: scaleX(1) translate3d(0,0,0); transform: scaleX(1) translate3d(0,0,0); }
}
@keyframes navProgress {
    0%   { -webkit-transform: scaleX(0) translate3d(0,0,0); transform: scaleX(0) translate3d(0,0,0); }
    100% { -webkit-transform: scaleX(1) translate3d(0,0,0); transform: scaleX(1) translate3d(0,0,0); }
}

/* Inactive bottom border line (thoda kam / less opacity) */
.hero-nav-item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    z-index: 1;
}

/* Active bottom border progress animation (darker / solid accent color) */
.hero-nav-item::after {
    content: "";
    display: block !important;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d6efd;
    border-radius: 3px;
    transform: scaleX(0) translate3d(0,0,0);
    -webkit-transform: scaleX(0) translate3d(0,0,0);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    z-index: 2;
    animation: var(--nav-animation, none);
    -webkit-animation: var(--nav-animation, none);
}

.hero-nav-item.active-nav::after {
    animation: var(--nav-animation, navProgress 4000ms linear forwards);
    -webkit-animation: var(--nav-animation, navProgress 4000ms linear forwards);
}

.hero-nav-item-inner {
    position: relative;
    z-index: 3;
}

.hero-nav-item span {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: poppins, sans-serif;
    white-space: nowrap;
}

/* Hide legacy progress fill spans */
.nav-bg-fill {
    display: none !important;
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-banner {
        height: auto;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 40px;
    }

    .hero-slide-content p {
        font-size: 18px;
    }

    .hero-nav {
        gap: 10px;
    }

    .hero-nav-item {
        padding: 8px 18px;
    }

    .hero-nav-item span {
        font-size: 14px;
    }
}

/* Mobile pe content delays kam karo */
@media (max-width: 768px) {

    .hero-slider.has-transitioned .slick-active .hero-slide-content h1,
    .hero-slider.has-transitioned .slick-active .hero-slide-content h2 {
        transition-delay: 0s !important;
        transition-duration: 0.45s !important;
    }

    .hero-slider.has-transitioned .slick-active .hero-slide-content p {
        transition-delay: 0.1s !important;
        transition-duration: 0.45s !important;
    }

    .hero-slider.has-transitioned .slick-active .hero-slide-content .hero-btn {
        transition-delay: 0.2s !important;
        transition-duration: 0.45s !important;
    }
}

/* Mobile Tablet & Phone */
@media (max-width: 768px) {
    .hero-banner {
        height: auto;
        padding: 80px 0 30px;
    }

    .hero-slider-container {
        padding: 0 15px;
        justify-content: center;
        gap: 30px;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 28px !important;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .hero-slide-content p {
        font-size: 17px !important;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .hero-nav {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding: 10px 15px 15px;
        margin: 20px 0 0 0;
        gap: 10px;
        scrollbar-width: none;
        box-sizing: border-box;
    }

    .hero-nav::-webkit-scrollbar {
        display: none;
    }

    .hero-nav-item {
        flex: 0 0 auto;
        padding: 8px 5px;
        margin: 0 8px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }

    .hero-nav-item.active-nav {
        background: transparent;
    }

    .hero-nav-item span {
        font-size: 14px;
    }

    .hero-btn {
        padding: 0 35px;
        font-size: 15px;
        height: 42px;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: auto;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 28px !important;
    }

    .hero-slide-content p {
        font-size: 16.5px !important;
        padding: 0 10px;
    }
}

/* Small Mobile */
@media (max-width: 360px) {
    .hero-banner {
        height: auto;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 22px !important;
    }

    .hero-slide-content p {
        font-size: 14px !important;
    }

    .hero-nav-item span {
        font-size: 12px;
    }

    .hero-btn {
        padding: 8px 20px;
        font-size: 12px;
        height: 40px;
    }
}

/* --- Homepage Blog Swiper Skeleton --- */
.blog-slider-section .blog-swiper:not(.swiper-initialized) {
    display: none !important;
}
.blog-slider-section .blog-swiper.swiper-initialized + .blog-swiper-skeleton-wrapper {
    display: none !important;
}
.blog-swiper-skeleton-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
}
.blog-swiper-skeleton-wrapper .blog-swiper-skeleton-col {
    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    box-sizing: border-box !important;
}
@media (max-width: 991px) {
    .blog-swiper-skeleton-wrapper .blog-swiper-skeleton-col {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .blog-swiper-skeleton-wrapper .blog-swiper-skeleton-col {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

/* --- Homepage Case Studies Slider Skeleton --- */
.case-studies-slider.swiper:not(.swiper-initialized) {
    display: none !important;
}
.case-studies-slider.swiper.swiper-initialized + .case-studies-skeleton-wrapper {
    display: none !important;
}
.case-studies-skeleton-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
}
.case-studies-skeleton-wrapper .case-studies-skeleton-col {
    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    box-sizing: border-box !important;
}
@media (max-width: 991px) {
    .case-studies-skeleton-wrapper .case-studies-skeleton-col {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .case-studies-skeleton-wrapper .case-studies-skeleton-col {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

/* --- Homepage Video Testimonial Swiper Skeleton --- */
.video-testimonial-section .video-testi-swiper:not(.swiper-initialized) {
    display: none !important;
}
.video-testimonial-section .video-testi-swiper.swiper-initialized + .video-testi-skeleton-wrapper {
    display: none !important;
}
.video-testi-skeleton-wrapper {
    display: block !important;
    width: 100% !important;
}