* {
  margin: 0px;
  padding: 0px;

}

@font-face {
  font-family: 'UniNeue-Regular';
  src: url('../font/UniNeue-Regular.otf') format('opentype');

}

@font-face {
  font-family: 'UniNeue-Bold';
  src: url('../font/UniNeue-Bold.otf') format('opentype');
}

p,
button,
a,
input {
  font-weight: 400;
  font-family: 'UniNeue-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: 'UniNeue-Bold';
}

/* navbar */
















 








.carousel-caption h2 {
  background: #4a4a4a;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}

/* Carousel Styling */
.carousel-caption {
  text-align: left;
  left: 10%;
  bottom: 30%;
}

.carousel-caption h2 {
  background: #4a4a4a;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}



/* suite */


.suite-carousal-wrapper {
  margin: 30px;
}

.suite-dot {
  width: 30px;
  height: 30px;
  background: #141414;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}

.suite-label {
  position: absolute;
  background: #BDBDBD;
  /* Improved visibility */
  color: white;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  z-index: 6;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: bold;
}

.suite-label.active {
  background: rgba(0, 0, 0, 1);
  /* Solid black for active state */
}

.suite-indicator-btn {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 4px;
}

.suite-indicator-btn.active {
  background-color: #5A5A5A;
}

.suite-pill {
  background: white;
  color: black;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 7px;
}

.suite-carousel-item {
  position: relative;
  /* Important to ensure label is positioned correctly */
}

.suite-carousel-item h4 {
  font-weight: bold;
  color: #333333;
}

.suite-carousel-item p {
  font-size: 15px;
  color: #333333;

}

@media (max-width: 768px) {

  .suite-circle-ring,
  .suite-suite-circle-items {
    display: none !important;
  }

  #suite-carousel-indicators {
    display: none !important;

  }
}

.suite-suite-circle-items {
  position: absolute;
  top: 46%;
  left: 51.6%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 400px;
}

@media (max-width: 768px) {

  .suite-circle-ring,
  .suite-suite-circle-items,
  #suite-circle-items {
    display: none !important;
  }

  #suite-carousel-indicators {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }

  .suite-carousal-wrapper {
    flex-direction: column !important;
    margin: 0 10px !important;
    height: auto !important;
    gap: 20px;
  }

  .suite-carousal-wrapper>div {
    width: 100% !important;
    max-height: unset !important;
  }

  #suite-carousel {
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 10px;
  }

  #suite-carousel .carousel-inner {
    font-size: 16px !important;
    line-height: 1.6;
    padding: 5px;
  }

  .suite-carousel .sector-btn-read-more {
    font-size: 14px;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  #suite-usecases {
    gap: 10px !important;
  }

  #suite-usecases .suite-pill {
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: white;
    color: #5A5A5A;
  }

  .suite-indicator-btn {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
  }

  .suite-indicator-btn.active {
    background-color: #5A5A5A;
  }

  #suite-solution-suite .container-fluid {
    padding: 0 10px;
  }
}

/* neuromarketing-section */

.neuromarketing-section {
  background-color: #fff;
  color: #5A5A5A;
  /* padding: 50px 0; */
}

/* .row.align-items-center {
  display: flex;
  flex-wrap: wrap;
} */

.content-box,
.image-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 40px;
}

.content-box h2 {
  background: #333;
  color: white;
  padding: 8px 15px;
  border-radius: 10px;
  font-weight: bold;
  width: fit-content;
  font-size: 32px;
}



.content-box h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #444;
}

.btn-read-more {
  background: #000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  width: fit-content;
  margin-top: 30px;
}

.btn-read-more:hover {
  background: #333333;
  color: #fff;
}

.image-box {
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  /* background: red; */
}

.image-box img {
  max-width: 100%;
  max-height: auto;
  border-radius: 20px;
  /* object-fit: cover; */
  /* background-color: transparent; */
}








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

  .content-box,
  .image-box {
    padding: 20px;
    text-align: left;
  }

  .content-box h2 {
    font-size: 24px;
  }

  .content-box h4 {
    font-size: 18px;
  }

  .btn-read-more {
    margin-left: auto;
    margin-right: auto;
  }

  .image-box img {
    max-height: 350px;
  }
}

@media (max-width: 767px) {
  .image-box img {
    max-height: 300px;
  }

  .content-box h2 {
    font-size: 32px;
  }

  .content-box h4 {
    font-size: 22px;
  }
}

/* usecase section */
.use-cases-section {
  background-color: rgb(246, 246, 246);
  padding: 30px;
  text-align: left;
  color: #5A5A5A;
}

.section-title {
  font-size: 32px;
  color: #fff;
  padding-bottom: 20px;
  /* changed from -20px to 20px */
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
}

.highlighted-text {
  background: #fff;
  color: #333333;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  display: inline;
  box-decoration-break: clone;
}

.subtitle {
  /* color: rgba(255, 255, 255, 0.5); */
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #5A5A5A;
}

.card {
  background-color: rgb(200, 200, 205);
  border-radius: 10px;
  border: none;
  padding: 20px;
  transition: 0.3s ease;
  color: #5A5A5A;
}

.card:hover {
  background-color: rgba(26, 25, 25, 0.15);
}

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

.card-title {
  /* color: rgba(255, 255, 255, 0.3); */
  color: #414141;
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}

.sector-section {
  padding: 30px;
}

.sector-section-title {
  font-size: 24px;
  font-weight: 500;
  color: #999;
}

.sector-highlighted-text {
  background: #333;
  color: white;
  padding: 8px 15px;
  border-radius: 10px;
  font-weight: bold;
}

.sector-subtitle {
  color: #666;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}



.sector-card-box {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  border: 1px solid gray;
}

.sector-card-box:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.sector-card-box img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.sector-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sector-btn-read-more {
  background: #000;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  transition: 0.3s ease;
  font-size: 14px;
}

.sector-btn-read-more:hover {
  background: #333333;
  color: #fff;
}

.sector-section-title {
  font-size: 32px;
  font-weight: bold;

  margin-bottom: 30px;

}

.sector-highlighted-text {
  color: #fff;
}


@media (max-width: 768px) {
  .sector-section-title {
    font-size: 26px;
    padding: 0 0px;
  }

  /* .sector-highlighted-text {
    display: inline;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-top: 5px;
  } */

  .sector-highlighted-text {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 4px 19px;
    margin-top: 5px;
    background: #333333;
    border-radius: 6px;
    line-height: 1.5;
  }

  .subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

  .card-title {
    font-size: 14px;
  }

  .btn-read-more {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* trusted by */

/* Trusted By Section */
/* Trusted By Section */
.trusted-by {
  text-align: center;
  margin: 20px 0;
}

.trusted-title {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Logo Container */
.logo-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Trusted Logos */
.trusted-logo {
  width: 120px;
  /* Adjust size */
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .trusted-logo {
    width: 80px;
    /* Smaller logos on mobile */
  }
}

/* Schedule Demo Section */
.schedule-demo {
  background: #333;
  padding: 30px;
  color: white;
}

.demo-content p {
  text-align: left;
  margin: 0 0 15px 0;
}

/* Mobile Responsive Fix */
@media screen and (max-width: 768px) {
  .demo-content p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 10px 0;
  }

  .schedule-demo {
    padding: 20px;
  }
}

.book-now {
  background: white;
  color: #333;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-container {
    gap: 10px;
    justify-content: center;
  }

  .demo-content {
    flex-direction: column;
    text-align: left;
	font-size: 26px !important;
  }

  .book-now {
    margin-top: 10px;
  }
}

/* insights-carousel */
.insights-carousel-section {
  padding: 30px;
}




.insights-slide {
  display: flex;
  gap: 20px;
}

.insight-card {
  position: relative;
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
}

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

/* Base styles for the overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Container for the overlay content */
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
  padding: 20px;
  text-align: left;
}

/* Title styles */
.overlay-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

/* Text styles */
.overlay-text {
  font-size: 19px;
  /* margin-bottom: 40px;  */
}

/* Button styles */
/* .learn-more-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  width: 20%;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .learn-more-btn {
    width: 40%;
    padding: 8px 14px;
    font-size: 16px;
    margin-top: 20px;
  }
} */

.learn-more-btn {
  background-color: #fff;
  color: #333333;
  padding: 8px 20px;
  border: 1px solid #333333;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 13%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  width: fit-content;
  text-decoration: none;
}


@media (max-width: 991px) {
  .overlay-title {
    font-size: 16px;
  }

  .overlay-text {
    font-size: 14px;
    margin-bottom: 80px;
  }

  .learn-more-btn {
    width: 40%;
    padding: 6px 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}

@media (max-width: 767px) {
  .overlay-title {
    font-size: 14px;
  }

  .overlay-text {
    font-size: 13px;
    margin-bottom: 60px;
  }

  .learn-more-btn {
    width: 45%;
    padding: 6px 12px;
    position: absolute;
    bottom: 20px;

    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}




/* Third Card partially visible */
.third-card {
  flex: 0 0 30%;
  max-width: 150px;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  background: none;
  border: none;
}

.carousel-control-prev .visually-hidden,
.carousel-control-next .visually-hidden {
  visibility: hidden;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.5;
  margin: 0 6px;
  border: none;
}

.carousel-indicators .active {
  background-color: #333;
  opacity: 1;
}

@media (max-width: 991px) {
  .third-card {
    flex: 0 0 60%;
  }
}


@media (max-width: 767px) {
  .insights-slide {
    display: flex;
    flex-wrap: wrap;         
    overflow-x: unset;       
    scroll-snap-type: none;    
  }

  .insight-card {
    flex: 0 0 100%;             
    max-width: 100%;
    scroll-snap-align: unset;
  }

  .third-card {
    display: none;           
  }
}







/* @media (max-width: 767px) {
  .insights-slide {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .insight-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }

  .third-card {
    display: none;
  }
} */


/* herosection */

.herosection {
  padding: 30px;
  position: relative;
}

.hero-slide-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
}

.hero-title {
  font-size: 28px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}

.hero-description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.7;
  padding: 10px;
}

.hero-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
}

.hero-button:hover {
  background: #333333;
}

/* Right-side indicators */
.carousel-indicators-custom {
  position: absolute;
  top: 45%;
  right: 5px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
  /* margin: 10px; */
}

.carousel-indicators-custom button {
  width: 12px;
  height: 12px;
  background-color: #8ac8d1;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.carousel-indicators-custom button.active {
  background-color: #4B858E;
}



/* Only target vertical carousels */
.vertical-carousel .carousel-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.vertical-carousel .carousel-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1;
}

.vertical-carousel .carousel-item.active {
  position: relative;
  opacity: 1;
  transform: translateY(0%);
  z-index: 2;
}


/* team section */
.team-section {
  background: #333;
  /* Dark background */
  color: #fff;
  padding: 30px;
  text-align: center;
}

.team-title {
  font-size: 32px;
  font-weight: bold;
}

.team-dropdown {
  background: #fff;
  color: #333;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.team-card {
  text-align: center;
}

/* .team-img {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
} */

.team-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.team-name {
  font-size: 16px;
  font-weight: bold;
}

.team-role {
  font-size: 14px;
  color: #bbb;
}

@media (max-width: 768px) {
  .team-img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575.98px) {
  .row.justify-content-center .col-6:nth-child(odd):last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Custom width for 5 per row */
@media (min-width: 1200px) {
  .team-card-col-5 {
    width: 20%;
    flex: 0 0 auto;
  }
}

/* Default Bootstrap fallback for tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .team-card-col-5 {
    width: 33.33%;
    /* 3 per row */
    flex: 0 0 auto;
  }
}

/* Mobile view: 2 per row */
@media (max-width: 767.98px) {
  .team-card-col-5 {
    width: 50%;
    flex: 0 0 auto;
  }
}

/* faq */
.faq-section {
  background: #f9f9f9;
  padding: 30px;
}

.container {
  max-width: 800px;
  margin: auto;
}

.faq-header {
  background: #444;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #999797;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.faq-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 15px;
  font-size: 14px;
  color: #555;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
  /* Change "+" to "x" when expanded */
}

@media (max-width: 768px) {
  .faq-header {
    font-size: 26px;
    padding: 8px 16px;
  }

  .faq-question {
    font-size: 14px;
    padding: 12px;
  }

  .faq-answer {
    font-size: 13px;
  }
}

/* journey */
.journey-section {
  padding: 30px;
  background: #f9f9f9;
}

.journey-text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.journey-text p {
  font-size: 19px;
  color: #555;
  max-width: 525px;
}

.journey-form {
  background: #333;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.journey-form label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.journey-form input[type=text],
.journey-form input[type=email],

.journey-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #666;
  background: #444;
  color: #fff;
}

.journey-form textarea {
  height: 80px;
  resize: none;
}

.form-footer {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  /* Allows wrapping on smaller screens */
  gap: 10px;
  /* Spacing between items when stacked */
}

.subscribe-container {
  display: flex;
  align-items: center !important;
  gap: 8px;
  white-space: nowrap;

  /* padding: 4px; */
  /* margin: 5px; */
}

.submit-btn {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.submit-btn:hover {
  background: #5A5A5A;
  color: #fff;
}

@media (max-width: 576px) {
  .form-footer {
    flex-direction: column;
    align-items: flex-start;
    /* Align left on small screens */
  }

  .submit-btn {
    font-size: 14px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .journey-text {
    text-align: left;
    margin-bottom: 20px;
  }

  .journey-form {
    padding: 15px;
  }
}

/* footer */
.footer {
  background-color: #f4f4f4;
  padding: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo {
  width: 120px;
}

.footer-nav {
  width: 60%;
}

.footer-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  gap: 20px;
  /* Adjust spacing between items */
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-nav ul li {
  display: flex;
  justify-content: center;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive: 2 columns on tablets */
@media (max-width: 768px) {
  .footer-nav ul {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
  }
}

/* Responsive: 1 column on small screens */
@media (max-width: 480px) {
  .footer-nav ul {
    grid-template-columns: repeat(1, 1fr);
    /* Single column */
  }
}

.social-icons a {
  display: none !important;
}

/* .social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  font-size: 18px;
  color: #333;
} */

.footer-bottom {
  margin-top: 30px;
}

.footer-bottom h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.subscribe-form {
  display: flex;
  max-width: 400px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-form input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.subscribe-form button {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .subscribe-form {
    flex-direction: column;
    max-width: 100%;
  }

  .subscribe-form input,
  .subscribe-form button {
    width: 100%;
  }
}

/* testimonials */
.testimonial-card {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  border-radius: 20px !important;
  width: 98%;
}

.testimonial-card .quote-icon {
  position: absolute;
  top: -50px;
  left: 20px;
  font-size: 220px;
  color: #5A5A5A;
  z-index: 0;
  pointer-events: none;
}

.testimonial-card .quote-icon-right {
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 220px;
  color: #5A5A5A;
  z-index: 0;
  pointer-events: none;
}


.testimonial-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 40px;
  padding-left: 10px;
}

.testimonial-author {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  text-align: right;
  padding: 20px;
}

@media (max-width: 768px) {


  .testimonial-card {
    max-width: 99% !important;
    margin-bottom: 20px;
  }

  .testimonial-card:last-child {
    display: none;
    /* Hide empty decorative box on mobile */
  }

  .quote-icon,
  .quote-icon-right {
    font-size: 80px !important;
    top: -10px !important;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-author h5 {
    font-size: 16px;
  }

  .testimonial-author p {
    font-size: 12px;
  }
}


/* case-studies-section */
.case-studies-section {
  padding: 30px;
}


.case-studies-section .badge {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

.case-card {
  height: 300px;
  margin: 16px;
/*   background-color: #5A5A5A; */
	background-color: #fff;
	
}

.case-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
  transition: all 0.3s ease;
}

.case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.162));
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  z-index: 2;
}



.case-overlay h5 {
  position: relative;
  top: 5%;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.case-overlay p {
  position: relative;
  top: 10%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}


.read-more-icon {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.carousel-indicators [data-bs-target] {
  background-color: #999;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #333;
}

@media (max-width: 768px) {
  .case-studies-section {
    padding: 20px;
  }

  .case_studies_enhance_text {
    padding-left: 0px;
  }

  .case-studies-section .badge {
    font-size: 12px;
    padding: 6px 10px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }

  .case-card {
    /* align-items: center; */
    height: 420px;
    width: 99%;
    margin: 14px 0;
  }

  .case-overlay {
    padding: 12px;
    border-radius: 8px;
  }

  .case-overlay h5 {
    /* font-size: 10px; */
    top: 10%;
  }

  .case-overlay p {
    font-size: 10px;
    top: 15%;
  }

  .read-more-icon {
    font-size: 18px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}


.carousel-container,
.usecase-container {
  height: 356px;
  padding: 20px 10px;
  border-radius: 5px;
}

.carousel-container {
  background-color: #e4e4e4;
}

.usecase-container {
  background-color: #212529;
  color: white;
}

@media (max-width: 768px) {

  .carousel-container,
  .usecase-container {
    height: auto;
    padding: 20px;
  }

  .carousel-inner h5 {
    font-size: 20px;
  }

  .carousel-inner p {
    font-size: 16px;
  }

  /* @media (max-width: 768px) {
    .sector-btn-read-more {
        width: 100%; 
        max-width: 200px; 
        text-align: center;
        padding: 10px 20px;
        margin: 10px auto; 
        display: block;
    }
} */



  .carousel-container button {
    width: 100%;
  }

  #suite-carousel-content {
    font-size: 15px;
  }
}


#journey-section-scroll {
  scroll-margin-top: 100px;
}


.sector-card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sector-title {
  flex-grow: 1;
  font-size: 16px;
  padding-right: 10px;
  /* Little space between title and button */
  word-break: break-word;
  /* If title is long, break it */
}

.sector-btn-read-more {
  flex-shrink: 0;
  width: 150px;
  /* Fixed button width */
  text-align: center;
  padding: 8px 16px;
}

/* Mobile View */
@media (max-width: 768px) {
  .sector-btn-read-more {
    width: 140px;
    /* Slightly smaller button on mobile */
    padding: 8px 12px;
  }
}














.trusted-by {
  background-color: #fff;
  overflow: hidden;
}

.trusted-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.logo-scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.logo-container {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
}

.logo-container.reverse {
  animation: scrollRight 30s linear infinite;
}

.trusted-logo {
  height: 80px;
  margin: 0 20px;
  flex-shrink: 0;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

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

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

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