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 20px;
}

.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: #ffc952;
  background-color: #fffbee;
  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 Checks 1.png');
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 120px 0px;
}

.nav-link {
  padding: 5px 15px !important;
}

.bs-logo {
  width: 100px;
}

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

.nav-item .nav-link {
  color: #000;
}

.navbar {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 30px !important;
} */
.header-bg-container {
  background-image: url("../images/hero-header.png");
  /* 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: 400px;
  max-height: 450px;
  background-repeat: no-repeat;
}
/* 
.call-us-btn {  
  left: 44%;
  bottom: 190px;
} */

.footer-social-icon {
  position: absolute;
  bottom: 0;
  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: 50px;
  bottom: 50px;
  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;
}

/* #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: 400px; /* 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;
}