
/* common pagination and btn */

.swiper-pagination-btn{display: flex; gap: 30px; align-items: center;}


.swiper-pagination{height: 2px !important; width: 100%; background: #0087C533 !important; position: relative; margin-top: 16px; overflow: hidden; border-radius: 8px; border-radius: 2px; position: static !important; width: calc(100% - 90px); margin-top: 0 !important;}

.swiper-pagination .swiper-pagination-progressbar-fill{background: #0087C5 !important; height: 100%; transition: width 0.3s ease; border-radius: 8px;}

.swiper-btn{display: flex; gap: 10px; align-items: center;}
.swiper-common-btn{width: 40px; height: 40px; cursor: pointer;}
.swiper-common-btn svg{width: 100%; height: 100%;}

.swiper-common-btn.swiper-button-disabled{opacity: 40%;}

@media screen and (min-width:1699px) {

  .swiper-common-btn{width: 48px; height: 48px;}
  .swiper-pagination{width: calc(100% - 106px);}

}

@media screen and (max-width:991px) {

  .swiper-common-btn{width: 30px; height: 30px;}
  .swiper-pagination{width: calc(100% - 70px);}
  .news-detail-pagination-btn{gap: 20px;}
}








header.header{background-color: #0087C5;}

/* news detail top */

.news-detail-top{margin-top: 88px; padding-top: 45px;}

.news-tedail-top-wrapper{padding-bottom: 35px;}
.news-top-head{font-size: 29px; color: #4D4D4D; font-weight: 500; margin-bottom: 10px;}
.news-top-date-share{display: flex; align-items: center; justify-content: space-between;}
.news-top-date-share .date{display: flex; align-items: center; gap: 5px; padding-left: 30px; font-size: 13px; color: #4D4D4D; font-weight: 400; position: relative;}
.news-top-date-share .date svg{width: 20px; height: auto;}
.news-top-date-share .date::before{content: ""; display: block; width: 20px; height: 2px; border-bottom: 1px solid #D5D5D5; position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
.news-top-date-share .share{display: flex; align-items: center; gap: 12px;}
.news-top-date-share .share .share-text{font-size: 13px; color: #4D4D4D; font-weight: 400;}
.news-top-date-share .share-all-icons{display: flex; align-items: center; gap: 17px;}
.news-top-date-share .share-all-icons .share-icon{width: 40px; height: 40px;}
.news-top-date-share .share-all-icons .share-icon img{width: 100%; height: 100%; display: block;}

.news-page-banner img{border-radius: 20px; display: block;}
.mobile-share-icons{padding-top: 20px; display: none;}


/* news detail */

.news-content .cta-button{padding: 0; margin-top: 18px; margin-bottom: 15px; color: #0087C5; height: auto;}
.news-content .cta-button span{display: block;}
.news-content .cta-button span.icon{width: 22px; height: 22px;}
.news-content .cta-button span.icon svg{width: 100%; height: 100%;}
.news-content .cta-button:hover .text{margin-right: 20px;}

.news-content{padding-bottom: 40px;}
.news-content p{font-size: 14px; line-height: 1.4;}
.news-content h2{font-size: 22px; font-weight: 600; color: #3B3B3B; line-height: 1.2; margin-bottom: 10px;}
.news-content ul li{padding-left: 15px; position: relative; font-size: 14px; line-height: 1.4; }
.news-content ul li::after{content: ""; display: block; width: 4px; height: 4px; background-color: #3B3B3B; border-radius: 50%; position: absolute; top: 8px; left: 2px;} 

 
.image-text-area{display: flex; align-items: center; gap: 30px;}
.image-text-area .news-content-img{width: 50%;}
.image-text-area .news-content-img img{width: 100%; height: auto; display: block;}
.image-text-area .news-content-text{width: 50%;}
.full-width-img{margin-bottom: 20px;}
.full-width-img img{width: 100%; height: auto; display: block;}

.news-detail-wrapper{display: flex; justify-content: space-between; gap: 50px;}
.news-details{width: 65%;}
.other-news-right{position: sticky; top: 0; height: 100vh; width: 35%; background-color: #F9F9F9; border-radius: 20px; padding: 30px;}
.latest-news-head{font-size: 22px; font-weight: 600; color: #3B3B3B; padding-bottom: 30px;}

.latest-news-card .latest-img img{width: 100%; height: auto; display: block; border-radius: 24px 24px 0 0;}
.latest-text{padding: 30px; border-radius: 0 0 24px 24px; background-color: #fff;}
.latest-text .content-box .isgecsmheading{min-height: initial; padding-top: 5px; padding-bottom: 20px;}

.latest-news-wrapper{overflow-y: hidden; height: 100%;}
.latest-news-cards-wrapper{display: flex; flex-direction: column; gap: 25px; overflow-y: auto; height: calc(100vh - 90px); padding-bottom: 30px; scrollbar-width: none;}


/* mobile-slider-section */
.mobile-slider-section{background-color: #F9F9F9;  overflow: hidden; display: none;}
.mobile-slider-section .container{padding-right: 5px;}
.news-pagination-btn{margin-top: 30px;}



@media screen and (min-width:1699px) {

    .news-top-head{font-size: 36px;}
    .news-top-date-share .date{font-size: 15px; padding-left: 34px;}
    .news-top-date-share .share .share-text{font-size: 15px;}
    .news-top-date-share .date svg{width: 24px;}
    .news-top-date-share .date::before{width: 24px;}
    .news-top-date-share .share-all-icons .share-icon{width: 48px; height: 48px;}

    .news-content p{font-size: 16px;}
    .news-content .cta-button{margin-top: 22px;}
    .news-content h2{font-size: 26px;}
    .news-content ul li{font-size: 16px;}
    .latest-news-head{font-size: 26px;}
    .other-news-right{padding: 30px 40px;}
    .latest-news-cards-wrapper{padding-bottom: 50px;}
}

@media screen and (max-width:1280px) {

    .news-top-head{font-size: 25px;}
    .news-top-date-share .share-all-icons .share-icon{width: 36px; height: 36px}
    .news-tedail-top-wrapper{padding-bottom: 25px;}

    .news-content{padding-bottom: 30px;}
    .news-content h2{font-size: 20px;}
    .latest-text{padding: 25px;}
    .latest-news-head{font-size: 20px; padding-bottom: 20px;}
    .other-news-right{padding: 25px;}
    .latest-news-cards-wrapper{gap: 20px;}
    .news-detail-wrapper{gap: 35px;}

}

@media screen and (max-width:1024px) {

    .news-detail-wrapper{display: block;}
    .news-details{width: 100%;}
    .other-news-right{display: none;}
    .latest-news-wrapper{overflow: initial;}

    /* mobile-slider-section */

    .mobile-slider-section{display: block;}
    .latest-news-card{width: 100%;}
    
}

@media screen and (max-width:991px) {

    .news-top-date-share .share{display: none;}
    .mobile-share-icons{display: block;}
    .mobile-share-icons.news-top-date-share .share{display: flex;}
    .news-details-section.padding-tb{padding: 30px 0;}
    .news-detail-top{padding-top: 20px;}
    .news-top-head{font-size: 22px;}
}

@media screen and (max-width:767px) {

    .image-text-area{flex-direction: column; gap: 20px;}
    .image-text-area .news-content-img, .image-text-area .news-content-text{width: 100%;}
    .news-top-date-share .share-all-icons{gap: 10px;}
    .news-top-date-share .share-all-icons .share-icon{width: 32px; height: 32px;}
    .news-details-section.padding-tb{padding: 20px 0;}
    .news-top-head{font-size: 20px;}
    .news-detail-top{margin-top: 70px;}
}