/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #000; */
}

/* Body Styles */
body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #f5f5f5;
  z-index: -1;
  height: 550px;
}

.main-container {
  width: 1024px;
  background-color: #ffffff;
}

/* Header Styles */
.logo-container {
  display: flex;
  width: 1024px;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 9px 9px 9px 30px;
  font-family: Arial, sans-serif;
}

.logo-container img {
  width: 40px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 0px;
}

/* Main Header Styles */
.mainheader {
  width: 100%;
  position: relative;
}

.headline h1 {
  position: absolute;
  top: 125px;
  left: 500px;
  font-size: 30px !important;
}

.mainheader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

.mainheader h1 {
  padding: 10px;
  font-size: 17px;
  font-weight: 1000 !important;
  text-align: center !important;
  color: #ffffff;
  letter-spacing: 2px;
}

.mhcontent {
  position: absolute;
  top: 230px;
  left: 360px;
  width: 570px;
  justify-content: center;
}

.mhcontent > p {
  width: 100%;
  font-size: 14px;
  padding: 0px;
}

span {
  float: left;
  width: 50px;
  font-size: 62px;
  line-height: 100%;
  color: #ed1b24;
}

/* Milestones Styles */

.section {
  background-color: #ed1b24;
  color: #ffffff;
  font-size: 2rem !important;
  text-align: left;
  padding: 70px 0px 50px 0px;
}

/* Demo styles */

.container-swiper-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ed1b24 !important;
  padding: 20px 55px 20px 55px;
}

.container-swiper {
  position: relative;
  height: 500px;
  width: 900px;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.swiper-slide .slide-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.slide-content p {
  width: 350px;
  color: #000;
  font-size: 1.2rem;
  font-style: italic;
}

.slide-content ul {
  width: 350px;
  color: #000;
  font-size: 1.2rem;
  font-style: italic;
  text-align: left;
  list-style: none;
}

.slide-content ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.mimg {
  background-color: #f5f5f5;
  margin: 0px 20px 0px 40px;
  width: 450px;
  height: 350px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  padding: 30px 30px 30px 30px;
}

.Swiper {
  width: 100%;
  height: 300px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ed1b24;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  font-weight: 600;
}

.mySwiper .swiper-slide:hover {
  transform: scale(1.5);
  opacity: 1;
}

/* 3d effect */
.mySwiper .swiper-slide-thumb-active {
  transform: scale(1.5);
  opacity: 1;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prevt {
  color: #ed1b24 !important;
}

.swiper-button-prev {
  color: #ed1b24 !important;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* Remove any fixed height if set */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
