footer {
      padding-top: 20px;
      color: #fff;
      background-image: url('/a/images/dark-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
    }

.footer-title{
    text-align:center;
    padding:1px 2px;
}


.img-partener{
    border-radius:50%;
}

.footer-flex ,.fo-flex-1, .fo-flex-2{
    display: flex;
    justify-content:space-around;
}

.fo-flex-1, .fo-flex-2{

  margin:5px;
}

.footer-flex, .social-media,.br{
    border-bottom:0px solid  #5557;
    padding:10px;
}
.agreem{
  padding: 10px;
}
.footer-d{
    padding: 10px 20px;  
}


.fo-flex{
    margin-left:5px;
    font-size:13px;
    border-left: 0px solid #000f;
    padding-left:5px;
}

.a {
  color: #fff;
  text-decoration: none; 
}

.social-media a{
    text-decoration:none;
    font-size:23px;
    margin-left:10px;
 text-align: center;
 align-items: center;
 
}

.fb{
    color:blue;
}

.tg{
    color: #0088cc;
}
.ig{
    color:#E1306C;;
}

.wp{
    color: #10c43b;
}
.yt{
    color:red;
}

.agreem{
    font-weight:300;
    
}
.agreem a {
    text-decoration:none;
    padding: 20px 0;
    font-size:12px;
    
}


@media screen and (min-width:400px){
  .footer-flex{
   padding: 10px 150px;
  }
}


 .info-r{
     padding: 10px;
    margin:10px;
    background:#fff;
 }
.page-width {
  max-width: 900px;
  margin: 0 auto;
}

.page-width h2 {
  text-align: center;
}

/* Styles for the image slider */
.splide {
  max-width: 800px;
  margin: 0 auto;
}

.splide__slide {
  margin-right: 4px; /* Adjust the gap size as needed */
}

.splide__slide img {
  height: 80%;
  border-radius: 40px;
}

/* Adjust negative margins for small screens */
@media (max-width: 768px) {
  .splide__arrow--prev {
    margin-left: -15px; /* Adjust the left margin */
  }

  .splide__arrow--next {
    margin-right: -15px; /* Adjust the right margin */
  }
}

.splide__pagination {
  margin-bottom: -35px;
}

.splide__pagination__page.is-active {
  background: #0088cc;
}

/* Background and theme styles */
.bg-x {
  background-image: url('/a/images/dark-bg.jpg');
  background-size: 9000px 90000px;
}

.theme-mid-ash {
  background-color: white;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(106, 149, 143, 0.2);
}

/* Additional styles for a specific case of .splide__slide img */
.splide__slide.special-case img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Modal styles */
.modalxp {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-xp {
  max-width: 80%;
  max-height: 80vh;
  height: auto;
  margin: auto;
  display: block;
  text-align: center;
}

/* Close button styles */
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* Center the special-case slide on mobile */
@media (max-width: 768px) {
  .splide__slide.special-case {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .splide__slide.special-case img {
    max-width: 100%;
    height: auto;
    border-radius: 4px; /* Apply the same styles as for other slides */
  }
}

