body {
  font-family: Arial, sans-serif;
}

.w-80 {
  width: 80%;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-90 {
  width: 90%;
}

.w-60 {
  width: 60%;
}

.hero-section p {
  font-size: 14px;
}

.comn-btn-bg {
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%);
  border-radius: 30px;
  transition: all 0.2s ease-in;
}

.comn-btn-bg:hover {
  color: white;
}

@font-face {
  font-family: "Satoshi-Regular";
  src:
    url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-Regular.woff") format("woff"),
    url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Medium";
  src:
    url("../fonts/Satoshi-Medium.woff2") format("woff2"),
    url("../fonts/Satoshi-Medium.woff") format("woff"),
    url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-bold";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

.sentient-medium {
  font-weight: 700;
  font-family: "Satoshi-bold";
}

.sentient-regular {
  font-weight: 400;
  font-family: "Satoshi-Regular";
}

.navbar {
  /* background-color: #fff; */
  padding: 20px;
}

.navbar .nav-item {
  font-family: "Satoshi-Medium";
  text-align: center;
  margin: 0px 15px;
}

.navbar .nav-item .nav-link {
  color: rgb(0 0 0) !important;
}

.navbar-brand {
  font-weight: bold;
  color: #fec108;
}

.btn-primary {
  background-color: #fec108;
  border: none;
}

.hero-section {
  text-align: center;
  padding: 0px 20px 20px;
  padding-top: 5rem;
  position: relative;
}

.boost-your-profit h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-section h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

.hero-section p {
  font-size: 1.2rem;
  color: #777;
}

.feature-grid {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 3rem;
}

.feature-card {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  margin: 0 20px;
  flex: 1;
}

.testimonial {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.floating-button {
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #fec108;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
}

.feature-grid-card-1 {
  padding: 4.5rem;
  background-image: url(../images/banner-2.png);
  /* background-attachment: fixed; */
  width: 100%;
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  background-position: right center;
  border-radius: 10px;
  position: relative;
  /* background-color: rgba(255, 217, 228, 1); */
}

.text-yellow {
  --bs-text-opacity: 1;
  color: rgb(252 242 85) !important;
}

/* .feature-grid-card-1::before {
  content: '';
  background-color: #0000001a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
} */

.feature-grid-card-1 p {
  position: relative;
  color: white;
  font-size: 38px;
}

/* .service-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
} */
/* .service-card:hover {
    transform: scale(1.05);
} */
.service-image {
  width: 100%;
  border-radius: 20px;
}

.testimonial-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border: 1px solid #e1e0e0;
  height: 200px;
  max-height: 250px;
}

.testimonial-icon {
  font-size: 24px;
  color: #ffcc1d;
  background-color: #fffbee;
  border: 1px solid #ffc940;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
}

.btn-main {
  background-color: #fec108;
  border: none;
  padding: 10px 30px;
  margin-top: 20px;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-family: "Satoshi-bold";
}

.section-title-left {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-family: "Satoshi-bold";
}

.client-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.client-image {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.btn-main {
  background-color: #fec108;
  border: none;
  padding: 10px 30px;
  margin-top: 20px;
}

.bordr-left {
  border-left: 1px solid #fec108;
  padding-left: 10px;
  text-align: justify;
}

/* .showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
} */

.showcase-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* .showcase-title {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
} */

.specialization-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* text-align: center; */
  transition: transform 0.3s ease;
  border: 1px solid #b9b9b9;
  max-height: 400px;
  height: 250px;
  margin-bottom: 0px;
}

.specialization-card:hover {
  transform: scale(1.05);
}

.specialization-icon {
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
  background: linear-gradient(to left, #ffc600, #ff9600);
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 7px;
}

.first-btn {
  font-size: 16px;
    color: #ff9d2b;
    background-color: #fffbee;
    font-weight: 600;
  border: 2px solid #ffc940;
  display: block;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

.first-btn:hover {
  color: #000;
  border: 2px solid #fffbee;
}

/* client slider  */
@keyframes slides {
  from {
    transform: translateX(0);
  }

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

.logos {
  overflow: hidden;
  padding: 50px 0px 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

/* .logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
} */

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 60px;
  margin: 0px 30px 0px 0px;
}

.header-bg-container {
  background-image: url("../images/hero-header.png") !important;
  /* Show background image initially */
  width: 100%;
  height: 300px;
  /* background-repeat: no-repeat; */
  margin: 0 auto;
  background-position: 120px 0px;
  transition: all 0.4s ease-in-out;
}

.navbar {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 30px !important;
  transition: all 0.4s ease-in-out;
}

/* When scrolled down */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255);
  /* Remove background image */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Add shadow */
  padding: 10px 0 !important;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  background-image: none;
  /* Hide background image when fixed */
}

/* Reduce header height when scrolled */
.header-small {
  height: 80px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.header-fixed .navbar-nav {
  box-shadow: none !important;
}

/* Reduce logo size when scrolled */
.header-small .bs-logo {
  width: 80px;
  transition: width 0.3s ease-in-out;
}

/* Adjust navbar padding when scrolled */
.header-small .navbar {
  padding-top: 5px !important;
}

.industry-specialization-bg {
  background-color: #fcfcfc;
}

.specialization-card .text-muted {
  color: #959595;
}

.testimonial-reviews-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease;
  border: 1px solid #b9b9b9;
  margin-top: 30px;
  transition: transform 0.3s ease;
  /* max-height: 400px;
  height: 250px; */
}

.testimonial-reviews-card:hover {
  transform: scale(1.05);
  border: 1px solid #eae548;
}

.testi-client-img {
  width: 50px;
  height: 50px;
}

/* faqs */
.accordion {
  background-color: #fdfdfd;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  border-radius: 15px;
  transition: 0.4s;
  margin: 0px auto;
  display: block;
  margin-bottom: 0px;
}

b,
strong {
  font-weight: bold !important;
}

.accordion {
  background-color: #fdfdfd;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  border-radius: 15px;
  transition: 0.4s;
  margin: 0 auto 0;
  display: block;
}

.active,
.accordion:hover {
  color: #000;
  background-color: #fdfdfd;
}

/* Plus icon */
.accordion:after {
  content: "\002B";
  /* + */
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Minus icon when active */
.accordion.active:after {
  content: "\2212";
  /* − */
  color: #000;
}

/* Panel hidden by default */
.panel {
  display: none;
  padding: 0 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* Show panel */
.panel.show {
  display: block;
}

/* .active:after {
  content: "\2212";
} */

.panel {
  padding: 0 6px;
  max-height: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: max-height 0.2s ease-out;
}

.panel.show {
  max-height: 1000px;
}

.card-testi {
  background-color: #fdfdfd;
  color: #000;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 15px;
  transition: 0.4s;
  border: 1px solid darkgray;
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
}

.footer-bg-1,
.footer-bg {
  background-image: url("../images/footer-bg-2.png");
  width: 100%;
  height: 500px;
  max-height: 600px;
  background-repeat: no-repeat;
}

/* 
.call-us-btn {  
  left: 44%;
  bottom: 190px;
} */

.footer-social-icon {
  position: absolute;
  bottom: 70px;
  width: 100%;
}

.call-us-btn a {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0px auto;
}

.social-media-icons img {
  width: 40px;
  height: 40px;
}

.footer-bg-1 h1,
.footer-bg h1 {
  position: relative;
  top: 50px;
  font-size: 60px;
}

/* .carousel-control-prev-icon {
  width: 45px;
  height: 45px;
  opacity: 11;
  padding: 4px;
  background-repeat: no-repeat;
  opacity: 2 !important;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: #000;
  /* background: black; */
  opacity: 2 !important;
  border-radius: 27%;
  padding: 0px 0px;
  background-image: none !important;
  font-size: 34px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 103% !important;
  bottom: 0;
  left: 85%;
  right: 60px !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: auto !important;
}

.showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}

/* Image styles */
.showcase-card img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

/* Zoom image on hover */
.showcase-card:hover img {
  transform: scale(1.1);
}

/* Content wrapper */
.showcase-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.7);  */
  padding: 15px;
  text-align: left;
  transition: all 0.5s ease-in-out;
  color: white;
  z-index: 2;
  /* Ensures it's above the overlay */
}

/* Title - Moves up on hover */
/* .showcase-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
} */

/* Description - Hidden by default */
.showcase-title-1 {
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 0;
  text-align: left;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
}

/* Hover Effects */
/* .showcase-card:hover .showcase-title {
  transform: translateY(-55px);
  position: absolute;
    top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in;
} */

.showcase-card:hover .showcase-title-1 {
  opacity: 1;
  transform: translateY(0);
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Gradient Overlay */
.showcase-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 8px;
  background: linear-gradient(to top, rgb(0 0 0 / 15%), rgb(0 0 0 / 0%));
}

.commn-padding-top {
  padding-top: 4rem;
}

/* .showcase-card {
  position: relative;
  overflow: hidden;
}

.showcase-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.showcase-card:hover .showcase-title {
  transform: translate(-50%, -55px); 
  opacity: 1;
}

.showcase-card:not(:hover) .showcase-title {
  transform: translate(-50%, 0); 
  opacity: 1;
}
 */

/* .showcase-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 20px;
} */

.showcase-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 64%);
  color: #ffffff;
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  min-height: 50px;
  transition: all 0.5s ease-in-out;
}

.showcase-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.showcase-title-1 {
  font-size: 0.9rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.showcase-card:hover .showcase-content {
  min-height: 130px;
  /* Expands to fit text */
}

.showcase-card:hover .showcase-title-1 {
  opacity: 1;
  max-height: 110px;
  /* Smoothly reveals text */
}

.tab-subbtn {
  background-color: #f4f3ff;
  color: #000;
  border-radius: 30px;
  border: 1px solid #2d1ae7;
  margin-left: 10px;
  font-weight: 500;
}

.carepath-labs-img {
  margin-bottom: 23px;
}

.carepath-labs-img img {
  width: 100%;
}

/* bottom to top button  */

.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: white;
  position: fixed;
  right: 40px;
  bottom: 80px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 999;
  opacity: 0;
  background-color: #ffebd4;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked+html {
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: gray;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #ffc951;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ffc951;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* slider  */

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 25px;
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid #ff9a2a;
  padding: 5px;
}

.slideshow-container .active {
  background-color: #414141;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

.fade:not(.show) {
  opacity: 1 !important;
}

.dot-bg {
  width: 15%;
  border-radius: 20px;
  padding: 5px 0px;
}

.cloud-icon {
  font-size: 22px;
}

.border-yellow {
  border: 2px solid #ffd95e;
}

.border-dashed {
  border: 2px dashed #cdcdcd;
  cursor: pointer;
}

.submit-btn-contact-frm {
  background-color: #ffb830;
  width: 100%;
  border-radius: 10px;
  padding: 10px 0px;
  margin-top: 20px;
  border: none;
}

.contact-card-bg {
  width: 70% !important;
  margin: auto;
  border-radius: 10px;
}

.contact-card-bg .row {
  border-radius: 15px;
  z-index: 2;
  position: relative;
  background: white;
}

.contact-card-bg img {
  height: 750px;
  max-height: 800px;
  width: 100%;
}

/* #message {
  border: 1px solid #dee2e6;
  border-radius: 6px;
} */
#message {
  height: 200px;
  overflow-y: auto;
  resize: none;
}

.form-floating>label {
  color: #949392;
}

.form-floating textarea {
  height: 70px;
  max-height: 100px;
  overflow-y: scroll;
}

.contactus-heading {
  /* position: absolute;
  top: 140px;
  margin: auto;
  left: 45%; */
  position: relative;
  top: -24px;
}

.three-header-btns {
  position: relative;
  top: -50px;
}

.want-to-discuss {
  border-radius: 50px;
  border: 1px solid gray;
  padding: 17px 3px 17px 17px;
}

.dashed-line {
  flex: 1;
  border-top: 2px dashed #aaa;
}

.custom-container {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.text-section {
  padding: 10px 20px;
  color: #555;
  font-weight: 500;
}

.button-section {
  padding: 10px 20px;
  background: linear-gradient(to right, #fbc02d, #fb8c00);
  color: white;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.button-section:hover {
  background: linear-gradient(to right, #ffa726, #f57c00);
}

.btn-learnmore {
  background: linear-gradient(to right, #ffa726, #f57c00);
  color: white;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
}

.w-30 {
  width: 30%;
}

div[data-testid="branding"] {
  display: none !important;
}

.calendly-badge-widget {
  display: none !important;
}

.txt-italic {
  font-style: italic;
  font-family: "cursive";
}

.feature-grid img {
  border-radius: 10px;
  height: 400px;
}

.btn-feature {
  position: relative;
  left: 0;
  font-size: 14px;
  bottom: 61px;
  font-family: "Satoshi-Medium";
}

.btn-yellow {
  background: #fef13d;
}

.bs-logo {
  width: 90px;
}

.testi-name {
  font-size: 22px;
  padding-top: 5px;
}

#more {
  display: none;
}

.mob-view {
  display: none;
}

.first-btn {
  cursor: default !important;
}

.zoom-hover {
  transition: transform 0.5s ease;
}

.zoom-hover:hover {
  transform: scale(1.1);
}

.service-card-img {
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 15px;
}

section {
  scroll-margin-top: 200px;
}

.three-header-btns {
  position: relative;
  top: 40px;
}

.service-card h5 {
  font-weight: 600;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  /* Default height for desktop */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .video-wrapper {
    height: 300px;
    background: #f4f4f4;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  opacity: 0.5 !important;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  opacity: 1.5 !important;
}

.clientsliderimg {
  height: 40px !important;
}

.image-container {
  position: relative;
  width: 300px;
  /* adjust width as needed */
}

.image-container img {
  width: 100%;
  display: block;
  border-radius: 8px;
  /* optional rounded corners */
}

.watch-button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 100%);
  color: #000000;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  z-index: 111;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.watch-button:hover {
  background-color: rgb(216, 213, 213);
}

.meet-mind-magic-section h3,
.ideation-creation h3 {
  font-size: 24px;
}

.service-card-img img {
  width: 100%;
  border-radius: 10px;
}

.video-thumb {
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s;
}

.video-thumb:hover .play-btn {
  background: #000;
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1055;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-close:hover {
  background: #000;
  transform: scale(1.1);
}

/* Smooth modal fade */

/* Smooth dialog animation */
.modal.fade .modal-dialog {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  transform: translateY(20px);
  opacity: 0;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Card Container */
.product-grid-card {
  padding: 10px;
}

.product-grid-card a {
  text-decoration: none !important;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 249px;
  background: #fff;
  transition: transform 0.3s ease;
}

/* Image Zoom Effect */
.product-grid-card img {
  width: 100%;
  display: block;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.product-grid-card a:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
  /* Darkens image slightly so button pops */
}

/* Small "View More" Button */
.view-more-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #000000;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.product-grid-card a:hover .view-more-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Title Overlay (Simple & Clean) */
.txt-overlay-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  /* background: rgba(0, 0, 0, 0.4); */
  backdrop-filter: blur(5px);
  text-align: center;
}

.txt-overlay-1 h4 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* new video section  */

/* This wrapper defines the "scroll zone" */
.animation_trigger {
  height: 150vh;
  /* Extra height so the user scrolls "into" the animation */
  position: relative;
}

.video_section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  /* The section itself always takes full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* background-color: #000; */
  transition: background-color 1s ease;
}

.video_container {
  position: relative;
  top: -120px;
  width: 80vw;
  height: 60vh;
  border-radius: 40px;
  overflow: hidden;
  transform: scale(0.9);
  opacity: 0.5;
  filter: grayscale(100%);
  /* Increased duration for smoother high-end feel */
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.video_container iframe {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100vw;
  height: 71vh;
  transform: translate(-50%, -50%) scale(1.2);
  object-fit: cover;
}

/* --- THE ACTIVE STATE --- */
/* We target the section based on the trigger being active */
.animation_trigger.is-active .video_container {
  width: 100vw;
  height: 100vh;
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
  filter: grayscale(0%);
}

.extra-faq {
  display: none;
}

.video-category-slider .swiper-slide iframe {
  pointer-events: none !important;
}

/* --- Marquee Section Container --- */
.marquee-section {
  overflow: hidden;
  /* Important: Hides content outside the container */
  padding: 20px 0;
}

/* --- Container for each scrolling row --- */
.marquee-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  /* Gap between rows */
  user-select: none;
  /* Prevents text selection while dragging */
}

/* last row doesn't need a margin */
.marquee-container:last-child {
  margin-bottom: 0;
}

/* --- The continuous flex strip containing logos --- */
.marquee-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 100%;
  /* Important for the calculation */
}

/* --- Styling for individual logos --- */
.marquee-item {
  flex: 0 0 auto;
  /* Logos don't grow or shrink */
  padding: 0 25px;
  /* Spacing between logos */
  transition: all 0.3s ease;
  /* Smooth hover transition */
}

.marquee-item img {
  height: 60px;
  /* Fixed height for consistency */
  width: auto;
  /* Width adapts proportionally */
  display: block;

  /* --- Start as Black & White --- */
  filter: grayscale(100%);
  opacity: 0.6;
  /* Slight fade as per reference */
  transition: all 0.3s ease;
}

/* --- Hover Effect: Turn Colorful --- */
.marquee-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  /* Fully visible */
}

/* --- Pauses the animation when a user hovers over either track --- */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/* =========================================
  ANIMATIONS LOGIC
 ========================================= */

/* --- Track 1: Left to Right (First 15 logos) --- */
.marquee-ltr .marquee-content {
  /* 40s duration (slow), moves -50% to 0, loops infinitely, linear speed */
  animation: scroll-ltr 60s linear infinite;
}

/* --- Track 2: Right to Left (Remaining logos) --- */
.marquee-rtl .marquee-content {
  /* 25s duration (faster), moves 0 to -50%, loops infinitely, linear speed */
  animation: scroll-rtl 45s linear infinite;
}

/* --- Keyframes for Left to Right scroll --- */
@keyframes scroll-ltr {
  from {
    transform: translateX(-50%);
    /* Start halfway (end of 1st set) */
  }

  to {
    transform: translateX(0%);
    /* End at start (start of 2nd set) */
  }
}

/* --- Keyframes for Right to Left scroll --- */
@keyframes scroll-rtl {
  from {
    transform: translateX(0%);
    /* Start at beginning */
  }

  to {
    transform: translateX(-50%);
    /* End halfway */
  }
}

/* Mute Button */
#muteToggle {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  z-index: 2;
  /* Crucial: Keeps the button ABOVE the dark overlay */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#muteToggle:hover {
  background-color: black;
}

.work-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* .work-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
} */

.work-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-title {
  margin: 0;
  font-weight: 600;
}

.view-btn {
  padding: 6px 16px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.view-btn:hover {
  background: #333;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader-content {
  text-align: center;
}

.bs-logo {
  width: 120px;
  display: block;
  margin: auto;
}

.video-grid-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.video-grid-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-grid-card:hover img {
  transform: scale(1.05);
}

.video-grid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
}

.video-grid-title {
  position: absolute;
  bottom: 15px;
  left: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.video-grid-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  padding-bottom: 10px;
}

/* Responsive */

@media (max-width: 768px) {
  .video-grid-card img {
    height: 220px;
  }

  .video-grid-title {
    font-size: 16px;
  }

  .video-grid-arrow {
    width: 27px;
    height: 27px;
    font-size: 38px;
    bottom: 9px;
  }

  .commn-padding-top .fs-5 {
    font-size: 1rem !important;
  }

  .logos {
    padding: 30px 0px 0px 0px;
  }

  .first-video-section .fs-1 {
    font-size: 1.5rem;
  }
}

.mute-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 9999;
}

.home-mob-video {
  position: relative;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-container {
  color: #fff;
}

.form-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.form-subtitle {
  text-align: center;
  color: #cbd5f5;
  margin-bottom: 25px;
}

.form-control,
.form-select {
  background: #020617;
  border: 1px solid #334155;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.form-control::placeholder {
  color: #94a3b8;
}

.form-control:focus,
.form-select:focus {
  border-color: #facc15;
  box-shadow: 0 0 10px rgba(250, 204, 21, 0.5);
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.btn-submit {
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%);
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
  color: #000;
  width: 100%;
  transition: 0.3s;
}

.btn-submit:hover {
  opacity: 0.9;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #facc15;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-weight: bold;
}

.modal-content {
  border-radius: 20px;
  background: #0f172a;
  border: 2px solid #facc15;
  box-shadow: 0 0 25px rgba(250, 204, 21, 0.3);
  color: #fff;
  padding: 20px;
  position: absolute !important;
  top: 9% !important;
  right: 0px !important;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.form-subtitle {
  text-align: center;
  color: #cbd5f5;
  margin-bottom: 20px;
}

.form-control,
.form-select {
  background: #020617;
  border: 1px solid #334155;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.form-control::placeholder {
  color: #94a3b8;
}

.form-control:focus,
.form-select:focus {
  border-color: #facc15;
  box-shadow: 0 0 10px rgba(250, 204, 21, 0.5);
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.btn-submit {
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%);
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
  color: #000;
  width: 100%;
}

.btn-open {
  margin: 100px auto;
  display: block;
  background: #facc15;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-close-custom {
  width: fit-content;
  border-radius: 20%;
  padding: 0px 6px;
  background: #facc15;
  font-size: 20px;
  border: 1px solid gray;
}

.footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0a0a0a;
  /* dark blue */
  padding: 10px 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

.footer-cta h5 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.footer-cta.show {
  display: block;
}

#videoModal .modal-content {
  top: 13% !important;
}

/* our work page  */

.work-tabs .tab-btn {
  border: none;
  background-color: white;
  border-right: 2px solid black;
  font-weight: 600;
  padding: 5px 35px;
}
.border-right-none {
  border-right: none !important;
}

.work-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.work-page-btn {
  min-width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #111111;
  border-radius: 6px;
  font-weight: 600;
  padding: 0 12px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.work-page-btn:hover:not(:disabled),
.work-page-btn.active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.work-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.active,
.accordion:hover {
  color: #f68a0d;
}

.two-line-ellipsis {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em;
  white-space: normal;
}

.one-line-ellipsis {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em;
  white-space: normal;
}

.work-card:hover h2 {
  color: #e38a22 !important;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.7778%;
}

.info-box {
    background: #F6F7F8;
    border-radius: 10px;
    border: 1px solid #eeeeee9e;
}

.info-box .subdetail {
  color: #3e3e3e;
  font-weight: 500;
}

.text-industry {
    color: #000000;
    font-size: 20px;
}

.industry-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.industry-tag,
.detail-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 0px;
    /* color: #515151; */
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 1.2;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
/* .industry-tag:hover, .detail-tag:hover {
    background: #ef840fe6;
    color: #ffffff;
    border-color: #ef840fe6;
} */

.info-box span {
  font-weight: 500;
}

.impact-card {
  border-right: 2px dotted #cccccc;
  padding: 15px;
}

.row > [class*="col-"]:last-child .impact-card {
  border-right: 0;
}

.impact-value {
  font-size: 1.2rem;
  font-weight: 500;
}

.impact-value span {
  font-size: 1.2rem;
  font-weight: 500;
}

.gradient-text {
  /* Your gradient background */
  /* background: linear-gradient(90deg, #ffc600 0%, #ff9600 100%); */
  background: linear-gradient(90deg, rgb(255 154 43) 35%, rgb(255 154 41) 100%);

  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;

  /* Make the text fill transparent so the background shows through */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.border-bottom {
  border-bottom: 1px solid #ACACAC;
}

.branding-section {
  padding-top: 20px;
}

.branding-section-header {
  margin-bottom: 42px;
  text-align: center;;
}

.branding-title {
  margin: 0 0 14px;
  color: #151515;
  font-family: "Satoshi-bold";
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.branding-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.branding-gallery-card {
  min-height: 174px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #f7f7f7;
}

.branding-gallery-card-1 {
  grid-column: span 8;
  height: 286px;
  border-radius: 10px;
}

.branding-gallery-card-2 {
  grid-column: span 4;
  height: 286px;
  border-radius: 10px;
}

.branding-gallery-card:nth-child(n+3):nth-child(-n+6) {
  grid-column: span 3;
  height: 288px;
  border-radius: 7.83px;
}

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

.branding-gallery-card:nth-child(7),
.branding-gallery-card:nth-child(8) {
  grid-column: span 6;
  height: 286px;
  border-radius: 7.77px;
}

.process-list {
  width: 100%;
}

.our-work-detail-hero {
  width: 100%;
  /* padding: 64px 0 48px; */
  background: #f6f7f8;
}

.our-work-detail-hero .hero-mockup-container {
  overflow: hidden;
}

.our-work-detail-hero .hero-mockup {
  display: block;
  width: 100%;
  /* height: clamp(260px, 42vw, 520px); */
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 999;
  /* border-radius: 18px;/ */
}

@media (max-width: 767.98px) {
  /* .our-work-detail-hero {
    padding: 32px 0 24px;
  } */

  .our-work-detail-hero .hero-mockup {
    height: 180px;
  }
}

.our-work-title {
  margin: 50px 0 20px;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-family: "Satoshi-bold";
}


/* 2. Ensure the wrapper has some padding/spacing */
.sticky-wrapper {
  position: sticky;
  top: 100px;
  background-color: #f9f9f9;
}

/* 3. Style the list items to be tall enough to trigger scrolling */
.process-list li {
  min-height: 110px;
  /* Gives the user more space to scroll through */
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

/* Optional: Highlight effect when scrolling (Mistral-like) */
.process-list li:hover {
  background-color: #fafafa;
}

/* Responsive: Disable sticky on mobile so it stacks normally */
@media (max-width: 768px) {
  .sticky-content {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }

  .video-wrapper {
    height: 240px !important;
  }

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

  .process-list li {
    min-height: 100px;
  }

  .sticky-wrapper {
    padding-right: 0rem;
    padding-top: 0rem;
  }

  .work-tabs .tab-btn {
    padding: 5px 7px;
  }
.impact-card {
    border-right: 2px dotted #ffffff00;
}
.processsection .sticky-wrapper {
    position: relative;
    top: 0px;
}
}

@media (max-width: 991px) {
  .video-wrapper {
    height: 400px;
  }

  .our-work-title {
    font-size: 1.5rem;
  }
}

/* our work detail page slider  */

/* Main Slider Wrapper */
.multi-slider-container {
  --gap-size: 22px;
  --slider-primary: #ffffff;
  --slider-secondary: #111111;
  --slider-card-bg: #f6f7f8;
  width: 100%;
  /* max-width: 1200px; */
  position: relative;
  margin: 0 auto 4rem;
  padding: 0 4rem;
}
.reel-video + .reel-logo-overlay {
  top: 15px;
  left: 15px;
  background-color: transparent; /* Ensures it continues to hide the logo/text area after video injection */
}
.reel-logo-overlay {
  position: absolute;
  top: 15px; /* Spacing from top */
  left: 15px; /* Spacing from left */
  width: 140px; /* Adjust width to fit the logo/text area */
  height: 50px; /* Adjust height to fit the logo/text area */
  background-color: transparent; /* Makes the logo/text area invisible */
  z-index: 10; /* Ensures it sits above both the thumbnail AND the injected video iframe */
}
.slider-viewport {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}

/* The sliding track */
.slider-track {
  display: flex;
  gap: var(--gap-size);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

/* Individual Card */
.reel-card {
  flex: 0 0 calc(25% - 16px);
  aspect-ratio: 9 / 16;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background-color: var(--slider-card-bg);
  position: relative;
  transform: scale(0.98);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.reel-card-static {
  flex: none;
  width: 100%;
}

.reel-card:hover {
  transform: scale(1);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

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

.reel-thumbnail {
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.reel-card:hover .reel-thumbnail {
  transform: scale(1.04);
  filter: brightness(0.78);
}

.reel-play-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
  cursor: pointer;
  z-index: 2;
}

.reel-play-btn::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  grid-area: 1 / 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.reel-play-btn::after {
  content: "";
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #111;
  margin-left: 5px;
  grid-area: 1 / 1;
}

.reel-play-btn:hover::before {
  transform: scale(1.08);
  background: #fff;
}

.reel-video {
  display: block;
  border: 0;
  background: #000;
}

/* Glassmorphism Caption */
.glass-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.2rem;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.5rem;
  padding: 1.2rem;
  color: var(--slider-primary);
  z-index: 10;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.reel-card:hover .glass-caption {
  transform: translateY(-5px);
}

.glass-caption h3 {
  font-weight: 700;
  font-size: 1.1rem;
}

.glass-caption p {
  font-size: 0.85rem;
  font-weight: 300;
  opacity: 0.9;
}

/* Navigation Controls */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: var(--slider-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slider-primary);
  font-size: 1.2rem;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20;
}

.slider-btn.prev {
  left: -50px;
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%) !important;
}

.slider-btn.next {
  right: -50px;
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%);
}

.slider-btn:hover:not(:disabled) {
  background: linear-gradient(90deg,
      rgba(255, 198, 0, 1) 35%,
      rgba(255, 150, 0, 1) 100%);
  color: var(--slider-secondary);
  transform: translateY(-50%) scale(1.1);
}

.slider-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .branding-gallery-card {
    grid-column: span 6 !important;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .reel-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .branding-section-header {
    margin-bottom: 24px;
  }

  .branding-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .branding-gallery-card {
    grid-column: span 2 !important;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
  }

  .reel-card {
    flex: 0 0 100%;
  }

  .multi-slider-container {
    padding: 0 1rem;
  }

  .slider-btn.prev {
    left: 35%;
  }

  .slider-btn.next {
    right: 35%;
  }

  .slider-btn {
    top: 105%;
  }
}
 .cursor-pointer {
    cursor: pointer;
  }


  /* Custom Metric Styling */
.metric-highlight {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: #1a202c;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

/* Accent line under the number */
.metric-highlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #ff9500; /* Your orange color */
}

/* High-end Typography */
h5 {
    font-size: 1.15rem;
    letter-spacing: -0.2px;
}

.text-secondary {
    color: #4a5568 !important;
}

/* Vertical dividers for Desktop only */
@media (min-width: 992px) {
    .border-start-lg {
        border-left: 1px solid #e2e8f0 !important;
        padding-left: 3rem !important;
    }
}

/* Hover animation for a professional touch */
.impact-item {
    transition: transform 0.3s ease;
}

.impact-item:hover {
    transform: translateY(-5px);
}
.text-darkyellow {
    color: #ff992a !important;
}
.mt-lg-8 {
  margin-top: 8rem !important;
}
.modal-title-custom {
          font-size: 22px;
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader__image {
    width: 200px;
    height: auto;
}

.brandscaler-add-card-btn,
.work-card-view-btn {
    display: none;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px !important;
    }
}