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: auto;
}

.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;
}

.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;
}
.active,
.accordion:hover {
  color: #000;
  background-color: #fdfdfd;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .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 5px;
  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: 120px;
}
.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;
  }