body {
  background-color: #f2f6f2;
  color: #000;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body .section-padding {
  padding: 100px 0;
}
body h1,
body h3,
body h2 {
  color: #6A66A3;
}
body::-webkit-scrollbar {
  display: none;
}
.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 1rem;
}
.navbar .navbar-brand {
  color: #333 !important;
  font-weight: bold;
}
.navbar .logo {
  width: 50px;
  /* Adjust the width as needed */
  height: auto;
  /* Maintain aspect ratio */
}
.navbar .nav-link {
  color: #333 !important;
  transition: color 0.3s ease;
}
.navbar .nav-link:hover {
  color: #007bff !important;
}
.navbar .navbar-toggler {
  border-color: #ddd;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.95)), url('../images/hero-image.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.hero-section h1 {
  color: #6A66A3;
}
.hero-section p,
.hero-section .achievement {
  color: #000;
}
.hero-section .btn {
  background-color: #6A66A3;
  color: white;
  border: 1px solid #ddd;
  padding: 20px 70px;
  border-radius: 50px;
  font-size: 20px;
}
.hero-section .btn:hover {
  background-color: #545086;
  color: #ffffff;
}
#domain-experts {
  font-size: 1.75rem;
  text-decoration: underline;
  font-weight: bold;
  color: #77A6B6;
  background-color: rgba(119, 166, 182, 0.1);
  padding: 0 5px;
  border-radius: 5px;
}
#domain-experts:hover {
  color: #77A6B6;
  background-color: rgba(119, 166, 182, 0.1);
}
#process {
  background-color: #6A66A3;
}
#process h1,
#process h2 {
  color: white;
}
#process a {
  color: white;
}
#process a:hover {
  color: #cccccc;
}
#process .list-group-item a {
  color: #000;
}
#process .list-group-item a:hover {
  color: #6A66A3;
}
#process .service-icon {
  color: #6A66A3;
  font-size: 70px;
  padding: 25px;
}
#process .card .card-body {
  border-radius: 20px;
}
#startups {
  background-color: #f2f6f2;
}
#startups #startups-controls i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.card {
  background-color: transparent;
  border-radius: 20px;
  width: 27.5rem;
}
.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card .card-img-top {
  width: 100%;
  /* Ensures the image takes the full width of its container */
  height: 250px;
  /* Maintains the aspect ratio */
  max-height: 250px;
  /* Sets a maximum height for the images */
  object-fit: contain;
  /* Ensures the image covers the entire area without distortion */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card .card-body {
  padding: 30px;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.card .card-title {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.card .card-title:hover {
  color: #6A66A3;
}
.card .card-text {
  font-size: 14px;
  font-weight: 200;
}
#media-mentions {
  background-color: #6A66A3;
}
#media-mentions h1 {
  color: white;
}
.btn-icon-circle {
  background-color: #6A66A3;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-circle:hover {
  background-color: #545086;
  color: white;
}
#blog {
  background-color: #f2f6f2;
}
#blog #pagination-controls .view-all {
  color: #6A66A3;
  font-size: 20px;
  font-weight: bold;
}
#blog #pagination-controls .view-all:hover {
  color: #545086;
}
#blog #pagination-controls i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#faq {
  padding: 60px 0;
  background-color: #6A66A3;
  border-top: 1px solid #ddd;
}
#faq h2,
#faq h3 {
  color: white;
}
#faq .accordion-header {
  background-color: #6A66A3;
  color: white;
  font-weight: 600;
  font-size: 40px;
}
#faq .accordion-body {
  background-color: #6A66A3;
  color: white;
  font-weight: 200;
}
#faq .accordion-button {
  background-color: #6A66A3;
  color: white;
  border: none;
  transition: none;
  font-size: large;
}
#faq .accordion-button:not(.collapsed) {
  background-color: transparent;
}
#faq .accordion-button:focus {
  box-shadow: none;
}
#testimonials {
  padding: 60px 0;
  background-color: transparent;
}
#testimonials .testimonial {
  text-align: center;
  padding: 20px;
  font-size: 1.2em;
  color: #000;
  background-color: rgba(26, 26, 26, 0);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 800px;
}
#testimonials h5 {
  margin-top: 15px;
  font-weight: bold;
  color: #6A66A3;
}
#contact {
  background-color: #f2f6f2;
}
.footer {
  background-color: #6A66A3;
  color: #333333;
}
.footer h5,
.footer h6,
.footer span,
.footer p,
.footer a {
  color: white;
}
.footer .logo {
  width: 150px;
  /* Adjust the width as needed */
  height: auto;
  /* Maintain aspect ratio */
}
.footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-links a:hover {
  color: #e6e6e6;
}
.footer .social-links a {
  color: #ffffff;
}
.footer .social-links a:hover {
  color: white;
}
.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-right: -11%;
  overflow-y: hidden;
  /* Hide scrollbar for Chrome, Safari, and Opera */
  /* Hide scrollbar for IE, Edge, and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrolling-wrapper .card {
  flex: 0 0 auto;
}
.scrolling-wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Optional: just to ensure the background is transparent */
}
