* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1600px;
}

/* font size css start*/
.footer-contact-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.footer-heading {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.footer-menu {
  color: #fff;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  padding-left: 0;
  margin-top: 24px;
}
.footer-menu li {
  margin-bottom: 8px;
}
.footer-para {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  max-width: 230px;
}

.main-heading {
  font-size: 28px;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 8px;
  position: relative;
}

.main-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 17%;
  background-color: #22aadd;
  border-radius: 12px;
}
/* .main-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #005e99;
} */

/* font size css end */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  border-radius: 8px;
  padding: 65px;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-background {
  position: relative;
  background-image: url(../image/blog-background.jpg);
  height: 600px;
  object-fit: cover;
  padding: 48px 60px 120px;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 60px;
}
.slider-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d100147a;
  opacity: 0.7;
  border-radius: 12px;
}

.slide-post-title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.slider-meta-text {
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.slider-meta-text span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;

  color: #d10014;
  font-weight: 500;
}
.slider-para-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-top: 8px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
  font-weight: 600;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}

.slider-card {
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-btn {
  background-color: #ed1d1d;
  width: fit-content;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  padding: 10px 22px;
  border: 1px solid #ed1d1d !important;
}
.custom-btn:hover {
  background-color: transparent;
  width: fit-content;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ed1d1d;
  font-weight: 500;
  padding: 10px 22px;
  border: 1px solid #ed1d1d;
}
.post-btn.custom-btn {
  background-color: #046ca4;
  width: fit-content;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  padding: 8px 16px;
}
.post-btn.custom-btn:hover {
  background-color: transparent;
  width: fit-content;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #046ca4;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #046ca4;
}

.light-text {
  color: #808080;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.publish-date {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.card-heading {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  word-spacing: 1.2px;
}
.secondary-heading {
  font-size: 20px;
  padding-bottom: 16px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.secondary-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 42%;
  background-color: #22aadd;
  border-radius: 12px;
}
/* .secondary-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #005e99;
} */

.card-text {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.read-more-class,
.read-more-class:hover {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #03c03c;
  transition: color 0.3s ease;
}

.arrow {
  opacity: 0; /* Initially hidden */
  transform: translateX(10px); /* Move slightly to the right */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions for arrow */
}

/* Show arrow and move it to the left on hover */

.read-more-class:hover .arrow {
  opacity: 1; /* Show the arrow */
  transform: translateX(0); /* Move back to original position */
}
