:root {
  --swiper-navigation-color: #000000;
  --swiper-navigation-size: 20px !important;
}

p {
  font-family: InriaSans-Regular, sans-serif;
}

p {
  text-align: center;
}

h1 {
  font-family: Adoretta-Holland-Serif, sans-serif;
}

h2 {
  font-family: InriaSans-Regular, sans-serif;
}

.subscription-para {
  text-align: left;
}

/* Ensure main content and header have consistent width */
main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Swiper specific styles to prevent conflicts */
.swiper {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
}

.swiper-container-2 {
  width: 469px;
  height: fit-content;
  position: relative;
  overflow: hidden;
}

.swiper-container-2 > .swiper-wrapper > .swiper-slide,
.swiper-slide {
  width: 469px;
  height: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: all 0.8s ease-in-out;
}

@media (max-width: 600px) {
  .swiper-container-2 {
    width: 80%;
    max-height: 340px;
  }
  .swiper-container-2 > .swiper-wrapper > .swiper-slide {
    width: fit-content;
    height: 340px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 40px;
}

.what-hero {
  background-image: url("../assets/images/what-hero-bg.webp");
  background-color: lightgray;
  background-position: 50%; /* shorthand for center */
  background-size: cover;
  background-repeat: no-repeat;
}

.what-innov-left img {
  object-fit: cover;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-track2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 469px;
  padding-left: 40px;
  padding-right: 40px;
}
.slide2 {
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.the-revolutionary {
  background-image: url("../assets/images/the-revolutionary-annoucement.webp");
  background-color: lightgray;
  background-position: 50%; /* shorthand for center */
  background-size: cover;
  background-repeat: no-repeat;
}

.industry-sols {
  background-image: url("../assets/images/industry-solns.webp");
  background-color: lightgray;
  background-position: 50%; /* shorthand for center */
  background-size: cover;
  background-repeat: no-repeat;
}

.the-revolutionary-para p,
.what-innov-right p {
  text-align: left;
}

.carousel-btn {
  padding: 8px;
  background-color: white;
  border-radius: 50px;
}

.start-today {
  background-image: url("../assets/images/start-today.webp");
  background-position: 50%; /* shorthand for center */
  background-size: cover;
  background-repeat: no-repeat;
}
.start-today-card {
  display: flex;
  width: 382px;
  height: 517px;
  padding: 100px 44px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.start-today-card-1 {
  background-color: rgba(192, 148, 115, 0.3);
  border-radius: 10px;
}
.start-today-card-2 {
  border-radius: 10px;
  background: rgba(192, 148, 115, 0.6);
}
.start-today-card-3 {
  border-radius: 10px;
  background: rgba(192, 148, 115, 0.8);
}

.start-today-cont button {
  padding: 12px 32px;
  gap: 10px;
  border-radius: 50px;
  background: #561718;
  color: white;
}

.start-today-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.start-today-card > ul {
  list-style: square;
}

.faq {
  background: white;
  margin-bottom: 32px;
  border-bottom-width: 1px;
  border-color: #c09473;
  overflow: hidden;
}

.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s;
  color: #c09473;
}

.faq.active .faq-question::after {
  content: "-";
  color: #c09473;
}

.faq-answer {
  padding: 0 20px 15px;
  display: none;
}

.faq.active .faq-answer {
  display: block;
}
@media (max-width: 480px) {
  .start-today-card {
    width: 320px;
    padding: 100px 24px;
  }
}

.swiper-slide img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none; /* Optional: disables all mouse events on the image */
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  user-select: none;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
