.custom-banner-slider {
  position: relative;
  overflow: hidden;
  background: #b7b7b724; 
  padding: 40px;
}

.custom-banner-slider .slide-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.custom-banner-slider .slide-text {
  flex: 1;
  max-width: 550px;
}

.custom-banner-slider .slide-text h6 {
  font-size: 18px;
  font-weight: 400;
  color: #035ab8;
  margin-bottom: 0;
  margin-left: 3px;
}

.custom-banner-slider .slide-text h1 {
  font-size: 50px;
  font-weight: 500;
  margin-top: 10px;
  color: #1b311e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-banner-slider .slide-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.custom-banner-slider .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.custom-banner-slider .btn.primary {
  background: #035ab8;
  color: #fff;
  padding: 12px 26px;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-banner-slider .btn.primary:hover {
  background: #035bb8f1;
}

.custom-banner-slider .btn.video {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #1b311e;
}

.custom-banner-slider .btn.video span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #035ab8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: transparent;
  left: 15%;
  top: 25px;
}
.custom-banner-slider .btn.video:hover span {
  background: #035ab8;
  color: #fff;
}

.banner-5__hero-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.banner-5__hero-social-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-5__hero-social-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.banner-5__hero-social-list li a:hover {
  background: #035ab8;
  color: #fff;
  border-color: #035ab8;
}

.banner-5__hero-social .follow {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.custom-banner-slider .slide-images {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.custom-banner-slider .slide-images img {
  max-width: 260px;
  border-radius: 12px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.custom-banner-slider .slide-images img:first-child {
  transform: rotate(-3deg);
}

.custom-banner-slider .slide-images img:last-child {
  transform: rotate(3deg);
}

.custom-banner-slider .slide-images img:hover {
  transform: scale(1.05);
}

.custom-banner-slider .swiper-button-next,
.custom-banner-slider .swiper-button-prev {
  color: #333;
  transition: all 0.3s ease;
}

.custom-banner-slider .swiper-button-next:hover,
.custom-banner-slider .swiper-button-prev:hover {
  color: #035ab8;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  background: #000;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  width: 80%;
  max-width: 800px;
}

.video-modal-content video {
  width: 100%;
  border-radius: 6px;
}

.video-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.krafitque-prev , .krafitque-next { top: 91% !important;}
.krafitque-prev { left: 80% !important;}
.krafitque-next { left: 86% !important;}

.krafitque-next, .krafitque-prev {
 padding: 30px;
 border-radius: 5px;
     background: white;
}

.krafitque-prev::after, .krafitque-next:after{
    font-size: 20px !important;
}

@media (max-width: 991px) {
  .custom-banner-slider .slide-inner {
    flex-direction: column;
    text-align: center;
  }
  .custom-banner-slider .slide-images {
    margin-top: 30px;
  }
}
