/*
------------- Table of content ----------------

Template Name: Getindiatech  Responsive  HTML5 Template
Template URI: https://getindiatech.com/
Description: Getindiatech  Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: https://getindiatech.com/
Version: 1.0

---------------------- common content ----------
1.body reset content





*/
:root {
  font-size: 62.5%;
  --primary-color: #4f38e0;
  --hover-color: rgb(102 49 255);
  --bColor: #000000;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 8rem 0;
}

.section-space-top {
  padding: 8rem 0 0;
}

.section-space-bottom {
  padding: 0 0 8rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.pb-70 {
  padding-bottom: 7rem;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.section-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bg {
  background-color: #f9f9f9;
}

.section-bg-gradient {
  background: var(--primary-gradient);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161414;
  background: var(--primary-gradient);
  z-index: 9999;
}

.preloader img {
  max-width: 22rem;
  animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .content-wrap {
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding: 4rem 0;
  }
  .section-space-top {
    padding: 4rem 0 0;
  }
  .section-space-bottom {
    padding: 0 0 4rem 0;
  }
}

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-right: 3rem;
}

.hero-content .brand-logo {
  max-width: 200px;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

/* Hero Video Slider */
.hero-video-slider {
  position: relative;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hero-video-track {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
}

.hero-video-item {
  width: 220px;
  height: 320px;
  position: absolute;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);*/
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

/* Center active video */
.hero-video-item.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 10;
  /*box-shadow: 0 20px 60px rgba(139, 92, 246, 0.4);*/
  pointer-events: auto;
  left: 48%;
  margin-left: -100px;
}

/* Left side video - show only right half */
.hero-video-item.prev {
  opacity: 0.8;
  transform: scale(0.92) translateX(0);
  z-index: 5;
  pointer-events: auto;
  left: -50px;
  clip-path: inset(0 0 0 31%);
}

/* Right side video - show only left half */
.hero-video-item.next {
  opacity: 0.8;
  transform: scale(0.92) translateX(0);
  z-index: 5;
  pointer-events: auto;
  right: -50px;
  clip-path: inset(0 31% 0 0);
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #000;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.video-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.billo-logo {
  background: rgba(139, 92, 246, 0.9);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  z-index: 6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes centerHighlight {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.video-phone {
  width: 200px;
  height: 350px;
  background: #000;
  border-radius: 25px;
  padding: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.hero-video-item.active .video-phone {
  box-shadow: 0 20px 60px rgba(139, 92, 246, 0.4), 0 0 0 3px rgba(139, 92, 246, 0.3);
}

.video-phone::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #333;
  border-radius: 2px;
  z-index: 10;
}

.video-content {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.billo-logo {
  background: rgba(139, 92, 246, 0.9);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-text {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.walking-scene {
  background: linear-gradient(135deg, #87CEEB 0%, #98FB98 100%);
}

.product-demo {
  background: linear-gradient(135deg, #FFB6C1 0%, #FFA07A 100%);
}

.review-scene {
  background: linear-gradient(135deg, #DDA0DD 0%, #98FB98 100%);
}

.fitness-scene {
  background: linear-gradient(135deg, #FF6B6B 0%, #EE5A24 100%);
}

.cooking-scene {
  background: linear-gradient(135deg, #FECA57 0%, #FF9FF3 100%);
}

.lifestyle-scene {
  background: linear-gradient(135deg, #48DBFB 0%, #0ABDE3 100%);
}

.scene-content {
  text-align: center;
  color: white;
}

.person-walking,
.person-demo,
.person-review,
.person-fitness,
.person-cooking,
.person-style {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: bounce 2s infinite;
}

.ground-line {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

.product-item {
  font-size: 2rem;
  margin-top: 1rem;
}

.review-text {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Hero Navigation */
.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.hero-prev,
.hero-next {
  width: 40px;
  height: 40px;
  border: 2px solid #e1e5e9;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6c757d;
  font-size: 20px;
  font-weight: bold;
}

.hero-prev:hover,
.hero-next:hover {
  border-color: var(--primary-color);
  color: var(--hover-color);
  transform: scale(1.1);
}

.hero-dots {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.hero-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4e38e084;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hero-dots .dot:hover {
  background: #4f38e0
  transform: scale(1.2);
}

.hero-dots .dot.active {
  background: var(--primary-color);
  border-color: var(--hover-color);
  transform: scale(1.3);
  box-shadow: 0 4px 12px #4f38e0;
}

.performance-info {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}

.performance-platforms,
.company-type {
  display: flex;
  flex-direction: column;
}

.performance-info .label {
  font-size: 1.4rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.performance-info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.testimonial-section {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.testimonial-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.hero-testimonial {
  margin: 0;
  padding: 0;
  border: none;
}

.quote-text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin-bottom: 2.5rem;
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}

.quote-text::before {
  content: '"';
  font-size: 4rem;
  color: #4f38e0;
  position: absolute;
  top: -1rem;
  left: -1rem;
  opacity: 0.3;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.author-avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.avatar-placeholder {
  font-size: 2.4rem;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.author-info h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.3rem 0;
}

.author-info p {
  font-size: 1.4rem;
  color: #6c757d;
  margin: 0;
}

.cta-button {
  background: linear-gradient(135deg, #4f38e0 0%, rgb(102 49 255) 100%);
  color: white;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

.hero-videos {
  position: relative;
  padding-left: 2rem;
}

.video-carousel {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.video-item {
  flex: 1;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-item.active {
  opacity: 1;
  transform: scale(1.05);
}

.video-thumbnail {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #000;
}

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

.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
}

.video-1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.video-2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.video-3 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.video-1::before {
  content: "�‍♂️\A\ACreator walking\Awith product";
  white-space: pre-line;
  font-size: 1.2rem;
  line-height: 1.4;
}

.video-2::before {
  content: "👩‍🦰\A\AProduct review\Aby fitness enthusiast";
  white-space: pre-line;
  font-size: 1.2rem;
  line-height: 1.4;
}

.video-3::before {
  content: "🧔\A\AUnboxing video\Aby tech reviewer";
  white-space: pre-line;
  font-size: 1.2rem;
  line-height: 1.4;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.play-icon:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.indicator {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #4f38e0;
  transform: scale(1.2);
}

.carousel-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.nav-prev,
.nav-next {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-prev:hover,
.nav-next:hover {
  border-color: #4f38e0;
  color: rgb(102 49 255);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding: 6rem 0;
  }
  
  .hero-content {
    padding-right: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
  
  .video-carousel-track {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .video-phone {
    width: 160px;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.4rem;
  }
  
  .hero-content .brand-logo {
    max-width: 150px;
    margin-bottom: 2rem;
  }
  
  .video-carousel-container {
    padding: 1.5rem;
  }
  
  .video-carousel-track {
    gap: 1rem;
  }
  
  .video-phone {
    width: 140px;
    height: 250px;
  }
  
  .hero-video-track {
    height: 280px;
  }
  
  .hero-video-item {
    width: 160px;
    height: 280px;
  }
  
  .hero-video-item.active {
    margin-left: -80px;
  }
  
  .hero-video-item.prev {
    left: -80px;
    clip-path: inset(0 0 0 50%);
  }
  
  .hero-video-item.next {
    right: -80px;
    clip-path: inset(0 50% 0 0);
  }
  
  .video-slider-area .section-title .title {
    font-size: 2.4rem;
  }
  
  .video-phone-frame {
    width: 160px;
    height: 280px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .video-phone {
    width: 120px;
    height: 220px;
  }
  
  .video-phone-frame {
    width: 140px;
    height: 250px;
  }
  
  .video-carousel-container {
    padding: 1rem;
  }
}

.case-studies-area .brand-logo {
  max-width: 20rem;
  margin-bottom: 5rem;
}
.case-studies-area .title {
  font-size: 5.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.case-studies-area .sub-title {
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.case-studies-area .video {
  margin-top: 5rem;
  width: 100%;
  height: 60rem;
}

.case-content {
  margin-top: 7rem;
}

.text-content h2 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
}
.text-content h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
.text-content ul{
  margin-bottom: 2rem;
}
.text-content ul li {
  position: relative;
  list-style: none; /* remove default bullets */
  padding-left: 2.8rem; /* space for icon */
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  font-size: 24px;
  font-weight: bold;
}

.text-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('https://7218828.fs1.hubspotusercontent-na1.net/hubfs/7218828/Case-Study-template-10-28-2025_11_09_PM.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text-content p,
.text-content li,
.results-area p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #4D4D51;
}

.box-content{
    margin: 0 auto;
    text-align: left;
    background: #F6F9FA;
    padding: 30px;
    border-radius: 12px;
}

.main-content{
   margin-bottom: 2rem;
}

.main-content h3{
  font-size: 3rem;
  line-height: 130%;
  font-weight: 500;
}

.results-area .sectin-title .title{
  font-size: 2.8rem!important;
  line-height: 130%;
  font-weight: 500;
}

.blockquote-area {
  border-left: 2px solid var(--primary-color);
  padding-left: 3rem;
  margin-top: 1rem;
}

.blockquote-area h2 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 400;
}
.blockquote-area h3 {
  font-size: 2rem;
}
.blockquote-area h4 {
  font-size: 1.4rem;
}

.case-image {
  width: 100%;
  margin-bottom: 3rem;
}

.image-text-area {
  margin-top: 5rem;
}

/*.single-widget {
  padding: 2rem 0;
  border-top: 1px solid #cccccc;
}
.single-widget h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.single-widget p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  opacity: .6;
}*/

.video-slider-area {
  background: #1a1a1a;
  padding: 8rem 0;
}

.video-slide {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.video-slide .single-video {
  overflow: hidden;
  border-radius: 4rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  aspect-ratio: 9/16;
  border: 3px solid #fff;
  padding: 0;
}

.video-slide .single-video:hover {
  box-shadow: 0 12px 40px rgba(241, 238, 240, 0.493);
  transform: translateY(-5px);
}

.video-slide .single-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.video-slide .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.85);
  opacity: 0.7;
  padding: 0;
}

.video-slide .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.video-slide .slick-slide.slick-active:not(.slick-center) {
  transform: scale(0.9);
  opacity: 0.8;
}

.video-slide .slick-arrow {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  border: 2px solid #e1e5e9;
  background: white;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6c757d;
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
}

.video-slide .slick-arrow:hover {
  border-color: var(--primary-color);
  color: var(--hover-color);
  transform: scale(1.1);
}

.video-slide .slick-arrow.slick-prev {
  left: auto;
}

.video-slide .slick-arrow.slick-next {
  right: auto;
}

/* Bottom slider navigation container */
.video-slide {
  position: relative;
}

/* Navigation wrapper for horizontal alignment */
.video-slide .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  padding: 0;
  list-style: none;
  position: relative;
}

/* Position arrows within the dots container */
.video-slide .slick-dots::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.video-slide .slick-dots::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

/* Override slick's absolute positioning for arrows */
.video-slide .slick-arrow.slick-prev {
  position: absolute !important;
  left: calc(50% - 120px) !important;
  bottom: 1rem !important;
}

.video-slide .slick-arrow.slick-next {
  position: absolute !important;
  right: calc(50% - 120px) !important;
  bottom: 1rem !important;
}

.video-slide .slick-dots li {
  margin: 0;
}

.video-slide .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-slide .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.video-slide .slick-dots li.slick-active button {
  background: var(--primary-color);
  border-color: var(--hover-color);
  transform: scale(1.3);
  box-shadow: 0 4px 12px rgba(107, 70, 193, 0.3);
}

.sectin-title {
  margin-bottom: 2rem;
}
.sectin-title .title {
  margin-bottom: 16px;
    font-size: 28px;
}

.stories-area .sectin-title .title {
  font-size: 4rem;
}

.stories-area .sectin-title {
  margin-bottom: 3rem;
}

.single-result h2 {
  font-size: 3.2rem;
  color: var(--primary-color);
}
.single-result p {
  margin: 0;
  font-size: 1.8rem;
  color: var(--bcolor);
}

.brand-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.brand-images img {
  max-width: 100%;
}

.stories-area {
  background-color: #F6F9FA;
}
.stories-area .single-storie {
  display: block;
}
.stories-area .single-storie .storie-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.stories-area .single-storie .storie-thumbnail img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.stories-area .single-storie .storie-thumbnail .storie-label {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: inline-block;
  border-radius: 5rem;
  background-color: #ede7ff;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  color: var(--black);
  text-transform: uppercase;
}
.stories-area .single-storie .storie-thumbnail .storie-label i {
  transform: rotate(-45deg);
}
.stories-area .single-storie .storie-wrap {
  margin-top: 1.5rem;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title {
  display: flex;
  align-items: center;
  grid-column-gap: 1.2rem;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info {
  flex: 1;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info h3 {
  font-size: 2.4rem;
  color: var(--black);
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info h4 {
  font-size: 1.2rem;
  color: var(--black);
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info h4 span {
  display: inline-block;
  position: relative;
  padding-left: 0.6rem;
  font-weight: 500;
}
.stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info h4 span::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--black);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stories-area .single-storie .content-arrow i {
  transform: rotate(-45deg);
  font-size: 2.4rem;
  color: var(--black);
  transition: all 0.5s;
}
.stories-area .single-storie p {
  margin: 0;
  font-size: 1.4rem;
  color: #424242;
}
.stories-area .single-storie:hover .storie-thumbnail img {
  transform: scale(1.1);
}
.stories-area .single-storie:hover .content-arrow i {
  transform: rotate(-45deg) scale(1.3);
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  .case-studies-area .title {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .skullcandy .skullcandy-list li {
    font-size: 1.6rem;
  }
  .blockquote-area h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .blockquote-area h3 {
    font-size: 1.6rem;
  }
  .blockquote-area {
    padding-left: 1.5rem;
  }
  .case-studies-area .sub-title {
    font-size: 2.6rem;
  }
  .sectin-title .title {
    font-size: 3.2rem;
  }
  .stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo-title-info h3 {
    font-size: 2rem;
  }
  .stories-area .single-storie .storie-wrap .storie-wrap-top .storie-logo-title .storie-logo {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .case-studies-area .video {
    margin-top: 3rem;
    width: 100%;
    height: 40rem;
  }
  .sectin-title .title,
  .stories-area .sectin-title .title,
  .main-content h3,
  .text-content h2{
    font-size: 2.5rem!important;
  }
  .results-area .sectin-title .title{
    font-size: 2rem!important;
  }
  .single-result p,
  .text-content p, .text-content li, .results-area p{
    font-size: 1.6rem!important;
  }
  .case-content {
    margin-top: 3rem;
  }
  .case-studies-area .brand-logo {
    margin-bottom: 2rem;
  }
  .single-result h2 {
    font-size: 3.2rem;
  }
  .sectin-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .case-studies-area .video {
    height: 30rem;
  }
}

/* Video Slider Responsive Styles */
@media (max-width: 991px) {
  .video-slide .slick-arrow.slick-prev {
    left: calc(50% - 60px);
  }
  
  .video-slide .slick-arrow.slick-next {
    right: calc(50% - 60px);
  }
  
  .video-slide .single-video {
    border-width: 2px;
  }
}

@media (max-width: 767px) {
  .video-slider-area {
    padding: 6rem 0;
  }
  
  .video-slide {
    padding: 1rem 0;
  }
  
  .video-slide .slick-slide {
    padding: 0px;
    transform: scale(0.9);
  }
  
  .video-slide .slick-slide.slick-center {
    transform: scale(1);
  }
  
  .video-slide .slick-arrow {
    bottom: -4rem;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
  
  .video-slide .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
  
  .video-slide .slick-arrow.slick-next {
    right: calc(50% - 50px);
  }
  
  .video-slide .slick-dots {
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .video-slide .slick-slide {
    padding: 0 0.3rem;
  }
  
  .video-slide .single-video {
    border-width: 2px;
    border-radius: 1.5rem;
  }
  
  .video-slide .single-video video {
    border-radius: calc(1.5rem - 2px);
  }
  
  .video-slide .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  
  .video-slide .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}

/* Header Styling */
.header-area {
  background: var(--white);
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.header-area.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
  height: 35px;
  width: 200px;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 18px;
  position: relative;
}

.navbar-toggler-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--bColor);
  margin: 2px 0;
  transition: 0.3s;
}

/* Footer Styling */
/*.footer-area {
  background-image: linear-gradient(rgba(9, 21, 43, 1), rgba(9, 21, 43, 1)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  color: white;
}
.footer-logo-section img{
  width: 300px;
}

.footer-logo-section{
   margin-bottom: 40px;
}

.footer-content {
  text-align: center;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.footer-brand {
  font-size: 5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
  font-family: "Inter", sans-serif;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 0;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: transparent;
  color: white;
  border: 2px solid #d2caff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: #e9e5ff;
}

.social-links a:hover {
  background: white;
  color: #1e2847;
  border-color: white;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 0px;
}

.copyright-text {
  color: #f7f9fc;
  margin: 0;
  font-size: 1.9rem;
  text-align: center;
}*/

/* Responsive Header & Footer */
/*@media (max-width: 768px) {
  .header-area {
    padding: 0.5rem 0;
  }
  
  .header-logo {
    height: 30px;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    text-align: center;
  }
  
  .footer-area {
    padding: 4rem 0 2rem;
  }
  
  .footer-brand {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
  
  .social-links {
    gap: 1.5rem;
  }
  
  .social-links a {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .footer-brand {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  
  .social-links {
    gap: 1.2rem;
  }
  
  .social-links a {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
  
  .footer-area {
    padding: 3rem 0 2rem;
  }
}*/
.slick-list{
  padding-left: 80px !important;
}
.case-content{
   margin-top: 0px!important;
}

.table-bordered>:not(caption)>*>* {
    padding: 15px;
}