.banner-section{
    position: relative;
        
}
.banner-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   background: linear-gradient(97deg, rgba(0, 0, 0, 0.00) 50.48%, #000 103.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 57.08%, #000 100%);

}
.banner-img{
   height: 100%;
   object-fit: cover;
   min-height: 285px;
}
             .banner-text {
        color: #fff;
    margin-bottom: 3rem;
  
      font-family: LeagueSpartan-Medium;
    font-size: 33.4px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: normal;
    text-transform: uppercase;

        }
        .banner-text-content{
            position: absolute;
            bottom: 16%;
            left: 8%;
            z-index: 1;
        }
 

        .service-page-text p{
            color: #011617;
    font-family: LeagueSpartan-Regular;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
        }


        .service-sec-container{
            width: 97%;
            margin-left: auto;margin-right: auto;
        }

        .service-sec-left{
            padding-left: 2%;
            padding-top: 19px;
        }
        .service-sec-container{
            padding-top: 35px;
        }
 
 /* TAB NAV */
  .tab-wrapper {
    position: relative;
    border: 1.5px solid #147AA4;
    border-radius: 50px;
    padding: 0px 5px ;
    display: inline-flex;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 36px;
  }



  .tab-slider {
    position: absolute;
        top: 4px;
   left: 1.5px;
    height: calc(100% - 8px);
background: linear-gradient(180deg, #A7A7A7 -25%, #000 100%);

    transition: transform 0.4s cubic-bezier(0.77,0,0.175,1),
                width   0.4s cubic-bezier(0.77,0,0.175,1);
    z-index: 0;
  }
  .tab-slider.last-active{
    left: 6px;
   
  }
.tab-slider.first-active{
  left: 0px;
}
  .tab-btn {
    position: relative; z-index: 1;
    flex: 1;    
     padding: 1px 5px 1px;
    border: none; background: transparent; cursor: pointer;
  

    text-transform: uppercase;
     color: #1a1a1a;

    transition: color 0.3s ease;
    white-space: nowrap;
    text-align: centers;
    border-right: 1.3px solid #147AA4;
    border-radius: 0px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-btn.active { color: #fff; }

  .tab-slider .tab-btn:not(:last-child){
    border-right: 1.3px solid #147AA4;
  }
  .tab-btn:nth-last-of-type(1){
    border-right: none;
  }
 .tab-slider.first-active{

  
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
   .tab-slider.last-active{

  
    border-top-right-radius:50px;
    border-bottom-right-radius: 50px;
  }

  .tab-btn  span{
    font-size: 10px;
     font-family: LeagueSpartan-Medium;
         letter-spacing: 0.75px;
  }
  /* TWO-COLUMN BODY */
  .tab-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  /* LEFT */
  .tab-content-wrapper { position: relative; min-height: 280px; }

  .tab-panel {

    display: none;
    
  }
  .tab-panel.active {
  
    display: block;
  }
@media(min-width:768px){
    .tab-panel {
           display: none;
    }
     .tab-panel.active {
  display: block;
  }
  .tab-slider.last-active{
 left: auto;

        top: 4px;
  }
}
  .tab-panel p {
  margin-bottom: 28px;
    color: #011617;
 font-family: LeagueSpartan-Light;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
  }

  .tab-list {
    list-style: none;
    border-left: 2px solid #1a1a1a;
    padding-left: 16px;
    display: flex; flex-direction: column; gap: 10px;
    position: relative;
  }
  .tab-list::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #606060;
    left: 1px;
  }
  .tab-list li {
  
    padding: 6px 0; 
    color: #011617;

 font-family: LeagueSpartan-Light;
    font-size: 16px;
font-style: normal;
font-weight: 400;
    line-height: normal;
  }
  .tab-list li:last-child { border-bottom: none; }

  /* RIGHT */
  .tab-images-wrapper { position: relative; min-height: 280px; }

  .tab-images {
  display: none;
  }
  .tab-images.active {
 display: block;
  }

  .img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .img-item {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
  }
  .img-item.wide {
    grid-column: 1 / -1;
    aspect-ratio: 16/7;
  }

  .img-group .img-box-parent:nth-child(odd) .img-box{
       border-top-left-radius: 8px;
       border-bottom-left-radius: 8px;

           
  }
  .img-group .img-box-parent:nth-child(even) .img-box{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
   
.img-box-parent{
  padding: 8px 6px;
}
.img-box{
  position: relative;
             display: block;
             overflow: hidden;
}
.img-box::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

background: linear-gradient(45deg, rgba(0, 0, 0, 0.00) 79.73%, #000 104.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.89%, rgba(0, 0, 0, 0.62) 80.7%, #000 99.84%);
}
.img-box::before{
  content: '';
  position: absolute;
  top: 14px;
  right: 16px;
  width: 16px;
  height: 14px;
  background-image: url('../images/icons/album-icon-cover.svg');
  background-repeat: no-repeat;
  z-index: 1;
}
.img-box p{
  color: #FFF;
    font-family: LeagueSpartan-Regular;
font-size: 13.183px;
position: absolute;
bottom: 13px;
left: 18px;
margin-bottom: 0px;
    z-index: 1;
    letter-spacing: 0.73px;


}
  .img-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    transition: transform 0.4s ease;
  }
  .img-item:hover .img-placeholder { transform: scale(1.04); }


  .gallery-pagnination,.swiper-button-next, .gallery-pagination-prev{
    position: static;
  }
  .gallery-pagnination.swiper-pagination {
     width: auto;
  }
  .swiper-button-prev  svg{
    display: none;
  }
 .img-group .swiper-button-prev,.img-group .swiper-button-next{
    margin-top: 0px;
  }
  .myswiper1{
    
  }
  @media (max-width: 680px) {
    .tab-body { grid-template-columns: 1fr; gap: 28px; }
    .tab-content-wrapper, .tab-images-wrapper { min-height: unset; }
    .tab-panel, .tab-images { position: relative; }
  
  }

  @media (min-width:626px){
.tab-btn  span{
  font-size: 14px;
}
.tab-btn{
       padding: 17px 5px;
}
  .tab-slider {
            top: 5.5px;
  }
  .img-box p{
    font-size: 16.183px;
    bottom: 18px;
    left: 28px;
  }
  
  }

  




    @media (min-width:768px){
            .banner-img{
                min-height: 280px;
            }
            .tab-btn  span{
                font-size: 17px;
            }
            .tab-btn{
              min-height: auto;
                         padding: 12px 5px;
            }
              .img-box p{
    font-size: 18.183px;
    bottom: 24px;
    left: 32px;
  }
    .img-group .img-box-parent:nth-child(odd) .img-box{
       border-top-left-radius: 15px;
       border-bottom-left-radius: 15px;

           
  }
  .img-group .img-box-parent:nth-child(even) .img-box{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .service-sec-left{
        padding-left: 5%;
  }
    .tab-slider{
         left: 1.5px;
        top: 4px;
    }
        }
        @media (min-width:992px){
           .tab-btn span{
            font-size: 15px;
          }
        }
        @media (min-width:1180px){
          .tab-btn span{
            font-size: 17px;
          }
        }
     @media(min-width:1200px){
    .banner-img{
        min-height: 316px;
    }
   
   
   
   }
