.customsite_holder_template {
  overflow: hidden;
  background-image: linear-gradient(to bottom, #00001d, #182854), url('path-to-your-image.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
}
.swiper {

    /* height: 300px; */
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border:1px solid #1858aa;
    border-radius: 9px;
    transform: scale(0.6) !important;
}
.swiper-slide.swiper-slide-next {
    transform: scale(1.4) !important;
    z-index: 1;
    background-color: #2d3f65;
  }
/* .swiper-button-next, .swiper-button-prev {
    color: #000;
} */
.swiper-navigation {
    /* Adjust based on your layout needs */
    text-align: center; /* Example to center the buttons if needed */
    margin-top: 10px; /* Spacing between the Swiper and navigation buttons */
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    /* Add more styling as needed */
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 25px !important;
}
.swiper-slide {
    transition: transform 0.3s; /* Smooth transition for scaling */
}


.more {
    color: #ffffffcf !important;
  border: 1px solid #ffffffcf;
  font-size: 10px;
  border-radius: 5px;
  }
  .more:hover {
    color: #ffffffcf !important;
  }

.swiper-slide .latest-market{
    display: none !important;
}
.swiper-slide-next .latest-market{
    display: flex !important;
    font-size: 14px;
    width: calc(100% - 217px);
}

.swiper-wrapper{
    align-items: center !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 84px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 84px !important;
}
.content{
    width: 100%; padding: 0 86px;
}

.latest-market-container{
    padding: 0 85px;
}
.latest-technical{
    margin:4rem auto 1.8rem;
}
.latest-technical-header{
    left: 0;
  top: -2.9rem;
}
.latest-technical-links{
    background-color: #f9af1a;
  color: #00001d !important;
  border-radius: 9px;
  font-size: 18px;
  width: 300px;
  max-width: 100%;
}
.accordion-item {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
  }
.accordion-button {
    background-color: #172753 !important;
    border: 1px solid #1858aa !important;
    color: #fff !important;
    border-radius: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }
  .accordion-button:not(.collapsed){
    /* background-color: #fff !important; */
    /* color: #00001d !important; */
  }
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }
  .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e ") !important;
}
.customsite_each_box{
  border-color: transparent !important;
}
.customsite_each_box_relative picture img{
  border-radius: 24px !important;
}
.customsite_holder_relative_news_title{
  border-inline-start: none !important;
  text-align: center;
  color: #f9af1a !important;
}
.customsite_news_type_list .customsite_each_box_holder_title .customsite_caption_title{
  color: #fff !important;
}
.customsite_news_type_list .customsite_each_box_holder_title .customsite_caption_text .customsite_caption_decription{
  color: #fff !important;
}
.customsite_news_type_list .customsite_each_box_absolute{
  flex-direction: column !important;
}
.customsite_news_type_list .customsite_each_box_absolute{
  align-items: center !important;
}
.customsite_caption_title-font-size {
  width: 224px;
  text-align: center;
}
.customsite_relative_news_holder_link {
  justify-content: space-between;
}
@media(max-width:1024px){
    .latest-market-text{
        font-size: 14px;
    }
     .content{
        padding: 0 11px !important;
    }
    .latest-technical{
        margin: 4rem auto 1.8rem !important;
    }
}

@media (max-width: 992px) {
    .swiper-slide .latest-market{
        display: flex !important;
    }
    .swiper-slide {
        transform: scale(1) !important;
        min-height: 200px !important;
    }
    
    .swiper-slide.swiper-slide-next {
        transform: scale(1) !important;
        z-index: 1;
        background-color:unset !important;
      }
      .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 40px !important;
      }
      .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 40px !important;
      }
}

@media (max-width: 639px) {
    .swiper-slide {
        min-height: unset !important;
    }
    .latest-market-container{
        padding: 0 34px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 4px !important;
      }
      .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 4px !important;
      }
      .latest-market-container{

        margin: 0 auto 3.8rem !important;
      }
}
@media(max-width:576px){
    .titles_font{
        font-size: 2.5rem;
    }
}

@media(max-width:486px){
    .latest-technical {
        margin: 4rem auto 1.8rem !important;
      }
      .latest-technical-header{
        top: -8rem !important;
      }
      h2{
        font-size: 1.5rem !important;
     }
}
