/*  ================== Banner Slider ============= */

section.banner-slider {
    position: relative;
}

.powro-image-silder .swiper-button-next {
    color: #fff;
}
.sidle-banner-img img {
    width: 100%;
}
.sidle-banner-img{
    width: 100%;
}

.powro-image-silder .swiper-button-prev {
    color: #fff;
}

.slide-banner-section {
    /* background-image: url("../../assets/img/banner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center; */
    position: relative;
    /* background-position: center top; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.silde-content-items {
    position: absolute;
    padding: 80px 0 0 0;
    width: 90%;
}
.sidle-banner-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgb(0 0 0 / 55%);
    z-index: 0;
    width: 100%;
}
.banner-bottom-icon {
    position: absolute;
    bottom: -10px;
    left: 0;
}
.banner-bottom-icon img {
    max-width: 100%;
}
/* .slide-banner-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgb(0 0 0 / 55%);
    z-index: 0;
    width: 100%;
} */

.slide-banner-section .container {
    z-index: 1;
}

.items-wrapper {
    padding: 10px 10px 50px;
}

.content-items h1 {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

.content-items p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    color: rgb(255, 255, 255);
}

.content-items .banner-btn {
    background-color: var(--orange-color);
    color: var(--white-color);
    font-family: Roboto, sans-serif;
    border: 0px;
    padding: 10px 30px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bottom-img {
    display: flex;
    align-items: center;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.banner-bottom-img img {
    width: 100%;
}


/* ==========================এক নজরে রামগঞ্জ পৌরসভা=========================*/

.passage-section {
    background-color: white;
    padding-top: 80px;
}

.passage-wrapper {
    width: 80%;
    margin: auto;
}

.passage-wrapper-img {
    padding-top: 50px;
}

.passage-items h2 {
    color: #004382;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 17px;
}

.passage-items p {
    color: #484848;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.passage-items-img img {
    width: 100%;
}

.passage-items-mobile {
    display: none;
}

/* ============================== Seva =========== */
.seba-wrapper {
    padding: 50px 50px 50px 50px;
}

.service {
    margin-top: 60px;
    background: rgb(244, 246, 249);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.service-heading {
    width: 100%;
    text-align: center;
    border-bottom: 2px #004382 dotted;
    /* padding-bottom: 9px; */
}

.service-heading h4 {
    color: #004382;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 150%;
}

.service-heading p {
    padding-bottom: 18px;
    line-height: 140%;
    font-size: 17px;
    color: rgb(72, 72, 72);
}

.all-service-content {
    padding-top: 50px;
}

.service-content {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.4s;
}

.service-content:hover {
    border: 2px solid #004382;
}

.service-content-images img {
    padding: 10px;
}

.service-content p {
    color: #004382;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 10px;
}

.service-content-images {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}



/* ===============================Photo Gallery============================= */
.gallery-section {
    background-color: white;
}

.gallery-section h2 {
    color: #004382;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
    line-height: 156%;
}

.gallery-wrapper {
    padding: 100px 0 100px 0;
}

.gallery-wrapper .gallery {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.gallery img {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.gallery-items .swiper-pagination {
    position: inherit;
    margin-top: 35px;
}

.gallery-items .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: #fd8b04;
}

.gallery-container {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    display: none; /* changed to work on gallery */
}

.kun-modal {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
    position: absolute;
    color: white;
    top: 50%;
    line-height: 0;
    left: 20px;
    font-size: 3vw;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-container .right-arrow {
    right: 20px;
    left: auto;
}

.gallery-container .close-icon {
    top: 20px;
    right: 20px;
    left: auto;
    font-size: 3vw;
}

.kun-lightbox img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    margin: auto;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
/* =============== Portichiti ================= */
.poriciti-wrapper {
    background-color: rgb(255, 255, 255);
}

/* section.introductory {
    padding-top: 40px;
} */

.first-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading-content h3 {
    color: rgb(0, 67, 130);
    font-weight: 700;
    font-family: Arial;
    font-size: 32px;
    padding-bottom: 10px;
    line-height: 150%;
    position: relative;
    margin-bottom: 0;
}

.heading-content h3::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 54%;
    top: 8px;
    background: #fd8b04;
    left: -17px;
}

.paragraph-content p {
    color: rgb(72, 72, 72);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}

.button-content {
    width: 200px;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    background: rgb(249, 119, 0);
    color: rgb(255, 255, 255);
    transition: color 0.3s ease, background-color 0.3s ease;
}
.button-content:hover {
    color: rgb(255, 255, 255);
    background-color: #004382;
    text-decoration: none;
}

.button-content a {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.button-content a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.songbaad {
    border-radius: 10px;
    background: rgb(244, 246, 249);
    padding: 20px;
}

.songbad-heading {
    padding-bottom: 20px;
}

.songbad-heading h4 {
    color: rgb(0, 67, 130);
    font-family: Arial;
    font-size: 24.19px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(249, 119, 0);
}

.images {
    /* float: left; */
    /* width: 50%; */
    width: 150px;
}

.images img {
    width: 100%;
}

.songbaad-content-details:hover {
    text-decoration: none;
    color: rgb(72, 72, 72);
}
.songbaad-content-details:hover h4 {
    color: #fd8b04;
}
.songbaad-content-details h4 {
    color: rgb(0, 67, 130);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 159%;
}

.songbaad-content-details {
    color: rgb(72, 72, 72);
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(217, 217, 217);
    padding-bottom: 20px;
    gap: 15px;
    align-items: flex-start;
    text-decoration: none;
    transition: 0.4s;
}

.inner-box {
    float: left;
    position: relative;
    margin-top: -130px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.news-desc h4 {
    font-size: 17px;
}

/* ==============================গুরুত্বপূর্ণ পরিসেবা starts======================== */
.porisheba-section {
    flex-shrink: 0;
    background-color: #004382;
}
.pori-item-wrapper {
    padding: 50px;
}
.pori-items h2 {
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-card {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #b9b9b9;
    background: #fff;
    padding: 20px;
    /* margin: 10px 10px; */
}
.product-card h3 {
    color: #004382;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    border-bottom: 1px solid var(--orange-color);
    padding-bottom: 10px;
}
.product-card a {
    color: #004382;
    /* font-family: Arial; */
}
.card-details {
    display: flex;
    padding-top: 15px;
    align-items: center;
    gap: 12px;
}
.card-left {
    width: 90px;
}

.card-right li a {
    color: #484848;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: 0.4s;
}
.card-right li a:hover {
    text-decoration: none;
    color: var(--orange-color);
}
.card-right .list-img {
    margin-top: 5px;
    width: 15px;
    height: 15px;
}

.card-right ul {
    padding-right: 10px;
}
.card-left img {
    max-width: 100%;
    height: auto;
}

.items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 1400px) {
    .content-items h1 {
        line-height: 140%;
        font-size: 25px;
        margin-bottom: 15px;
    }
   
}


@media screen and (max-width: 1000px) {
    .items {
        grid-template-columns: 1fr;
    }
    
}
@media screen and (max-width: 992px) {
    section.banner-slider {
        margin-top: 70px;
    }
    
}
@media screen and (max-width: 768px) {
    .content-items p {
        display: none;
    }
    .content-items h1 {
        line-height: 140%;
        font-size: 22px;
    }
    .silde-content-items {
        width: 80%;
        padding:0;
        /* left: 24px; */
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
    }
    .slide-banner-section {
        line-height: 159%;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .content-items .banner-btn {
        padding: 7px 30px;
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    .content-items p {
        margin-bottom: 0;
    }

    .items-wrapper {
        padding: 10px 10px 0px 10px;
    }

    .swiper-button-prev {
        /* display: none !important; */
    }

    .swiper-button-next {
        /* display: none !important; */
    }
    h3.heading-content {
        line-height: 150px;
    }
   
}

@media screen and (max-width: 576px) {
    .content-items h1 {
        line-height: 160%;
        font-size: 12px;
        margin:20px 0 5px 0; 
    }
    .seba-wrapper {
        font-size: 30px;
    }
    
}


