@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Bengali:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap');

:root {
    --primary-color: #312ad5;
    --light-blue: #157cf5;
    --dark-black: #1C1C1C;
    --white: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 20px;
    font-weight: 400;

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tiro Bangla", serif;
    padding: 0;
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    font-size: 24px;
    font-weight: 400;
}

.btn-primary {
    background-color: var(--light-blue);
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 8px;
    transition: .3s;
    color: var(--white);
    font-family: sans-serif;
    font-weight: 400;
    display: inline-block;
}

.btn-primary:hover {
    background-color: var(--primary-color);
}

@keyframes SlideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.sec-tb-padd {
    padding: 60px 0;
}

.sec-b-padd {
    padding-bottom: 60px;
}

/*---------Desktop Menubar-------------*/
.nav-menu {
    padding: 20px 0 10px;
    position: relative;
}

.menubar {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.menu {
    text-align: center;
}

.menu ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
    margin: 0px 3px;
    padding: 8px 16px;
    display: inline-block;
    transition: all .4s ease-in-out;
    position: relative;
    background-color: #0c509e;
    border-radius: 6px;
}

.menu ul li a:hover {
    background-color: var(--light-blue);
}

.menu ul li a.active {
    background-color: #13173a;
}

.menu ul li a.active::after {
    width: 100%;
}

.menu-icon-box ul li a i {
    font-size: 14px;
    color: var(--dark-black);
    margin: 0px 7px;
    transition: all .3s ease-in-out;
}

.menu-icon-box ul li a:hover i {
    color: var(--primary-color);
}

header.scrolled .nav-menu {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    width: 100%;
    background: #fff;
    animation: SlideDown 0.35s ease-out;
    z-index: 111;
}

/*-------Mobile Menubar----------*/
.mobile-toggle {
    position: absolute;
    right: 15px;
    top: 22px;
    display: none;
}

.mobile-toggle span {
    background: #0c509e;
    height: 2px;
    display: block;
    width: 27px;
    position: relative;
    transition: all 0.5s;
}

.mobile-toggle span:nth-child(2) {
    margin: 7px 0;
}

.mobile-toggle.menu-open span:first-child {
    transform: rotate(47deg) translateY(2px);
}

.mobile-toggle.menu-open span:nth-child(2) {
    display: none;
}

.mobile-toggle.menu-open span:last-child {
    transform: rotate(128deg) translateY(1px);
}

.mobile-toggle.menu-open {
    top: 27px;
}

/*----header---*/
.logo-box {
    display: none;
}

.site-logo {
    width: 80px;
}

.menu ul li:nth-of-type(2) a {
    background-color: transparent !important;
}

.search-input {
    display: flex;
    align-items: center;
    background-color: #e1e3e4;
    padding: 8px 14px;
    border-radius: 6px;
    color: var(--dark-black);
}

.search-input input {
    border: none;
    outline: none;
    background-color: transparent;
}

.search-input button {
    border: none;
    outline: none;
    background-color: #e1e3e4;
}

.breaking-news {
    padding-left: 50px;
    display: flex;
}

.breaking-img img {
    width: 180px;
    z-index: 1;
    position: relative;
}

.marquee-box {
    background-color: #383633;
    margin-left: -10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow-x: hidden;
}

.marquee-box ul li a {
    color: var(--white);
}

.marquee-box ul li {
    padding: 0 50px;
    position: relative;
}

.marquee-box ul li::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--white);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 58%;
    transform: translateY(-50%);
}

.marquee-box ul {
    padding: 4px 0 0;
}

/*---banner---*/
.banner-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.banner-box a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s;
}

.banner-box .date-cont h6 {
    font-family: Noto Sans Bengali, sans-serif;
    color: var(--white);
    border: 1px solid #fff;
    font-size: 24px;
    padding: 6px 15px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-box .date-cont {
    position: absolute;
    bottom: 0;
    padding: 0 30px 20px;
    width: 100%;
    z-index: 2;
}

.banner-box .date-cont p {
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.banner-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(0 0 0 / 93%), rgb(0 0 0 / 0%));
}

.white-shadow {
    position: relative;
}

.white-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgb(255 255 255 / 0%));
    pointer-events: none;
    z-index: 1;
}

.banner-smal-box .date-cont h6 {
    font-size: 18px;
}

.banner-smal-box {
    border-radius: 6px;
    margin-bottom: 25px;
}

.banner-smal-box a img {
    height: 237.5px;
    border-radius: 6px;
}

.banner-smal-box .date-cont {
    padding: 0 12px 0px;
}

.banner-box:hover img {
    transform: scale(1.1);
}

.banner-top-title h1 {
    font-size: 75px;
    color: #0c3680;
    text-align: center;
    padding: 50px 0 30px;
}

.banner-box .btn-primary {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0px 2px 2px 0px #504f4f;
}

.banner-smal-box .btn-primary {
    font-size: 13px;
}

.banner-smal-box .btn-primary {
    top: 12px;
    right: 12px;
    padding: 5px 12px;
}

/*---video--*/
.point-tv-left img {
    width: 80%;
    margin: 0 auto 50px;
    display: block;
}

.point-tv-left h4 {
    font-size: 30px;
    text-align: center;
    color: #4e4e4e;
}

.point-tv-left h3 {
    font-family: "DM Sans", sans-serif;
    color: #157cf5;
    font-style: italic;
    font-size: 44px;
    text-align: center;
}

.point-tv-right img {
    width: 100%;
}

.point-tv-right {
    position: relative;
}

.video-slide .owl-nav .owl-prev,
.video-slide .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff !important;
    background: #0000009c !important;
    border-radius: 50% !important;
    font-size: 35px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px 0px #00000017;
    z-index: 2;
}

.video-slide .owl-nav .owl-prev {
    left: -48px;
}

.video-slide .owl-nav .owl-next {
    right: -48px;
}

.video-slide .owl-nav .owl-prev span,
.video-slide .owl-nav .owl-next span {
    line-height: 23px;
    display: block;
    height: 35px;
}

.video-item iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video-slide * {
    height: 100%;
}

.video-slide {
    position: absolute;
    z-index: 10;
    background: #000;
    /* overflow: hidden; */
    top: 4.5%;
    left: 4.8%;
    width: 90.5%;
    height: 58%;
}

/*---protibedon---*/
.sec-title {
    font-size: 40px;
    color: #0c3680;
}

.sec-new-tag {
    font-size: 20px;
    font-family: sans-serif;
    background-color: #ff0000;
    color: #fff;
    padding: 9px 28px;
    display: inline-block;
    border-radius: 6px;
}

.protibedon-box {
    position: relative;
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.protibedon-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s;
}

.protibedon-box .btn-primary {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0px 2px 2px 0px #504f4f;
}

.protibedon-box .date-cont {
    position: absolute;
    bottom: 0;
    padding: 0 30px 20px;
    width: 100%;
    z-index: 2;
}

.protibedon-box .date-cont p {
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
    text-align: center;
}

.protibedon-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(0 0 0 / 93%), rgb(0 0 0 / 0%));
}

.protibedon-box:hover img {
    transform: scale(1.1);
}

/*---ek-nojore---*/
.ek-nojore-left {
    display: flex;
    gap: 20px;
}

.ek-nojore-left .ek-nojore-left-img,
.ek-nojore-left .ek-nojore-left-cont {
    width: 50%;
}

.ek-nojore-left a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.ek-nojore-title {
    font-size: 35px;
    line-height: 45px;
    font-family: Tiro Bangla, serif;
    color: var(--dark-black);
}

.ek-nojore-title span {
    font-family: "Noto Sans Bengali", sans-serif;
    display: block;
    color: #0c509e;
    font-size: 30px;
}

.ek-nojore-left-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.btn-primary.ek-nojore-btn {
    box-shadow: 0px 2px 2px 0px #504f4f;
    padding: 10px 16px 7px;
}

.ek-nojore-right ul li:before {
    content: "\f06e";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
}

.ek-nojore-right ul li {
    display: block;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
}

.ek-nojore-right ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ek-nojore-sec-cont:before {
    content: "";
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, #ffffff 0%, #e1f4ff 100%);
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1;
}

.ek-nojore-sec-cont {
    background-color: #e1f4ff;
    margin-top: 40px;
    position: relative;
}

/*---desh---*/
.desh-sec {
    /* overflow: hidden; */
}

.desh-title {
    background: linear-gradient(to right, #020209 0%, #3432cc 100%);
}

.krira-title {
    background: linear-gradient(to right, #5cdfe6 0%, #3098ca 100%);
}

.desh-title,
.krira-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    text-align: center;
    height: 68px;
}

.desh-sec .sec-title {
    color: #fff;
    line-height: 1;
    padding: 18px 0 10px;
}

.header-icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(56%) saturate(0%) hue-rotate(309deg) brightness(110%) contrast(100%);
}

.sticky-cont {
    position: sticky;
    top: 0;
}

.desh-left-img {
    border-radius: 10px;
    overflow: hidden;
}

.desh-left-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.date-box img {
    width: 25px;
    min-width: 25px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(4807%) hue-rotate(245deg) brightness(84%) contrast(99%);
}

.date-box p {
    padding: 8px 18px 6px;
    border: 1px solid #222;
    font-size: 20px;
    border-radius: 30px;
    margin-bottom: 0;
    line-height: 1;
}

.date-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.desh-right-cont h5 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
}

.desh-right-cont p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desh-right-cont a {
    font-family: "Noto Sans Bengali", sans-serif;
    color: var(--dark-black);
}

.desh-right-cont .btn-primary {
    box-shadow: 0px 2px 2px 0px #504f4f;
    color: #fff;
}

.desh-sec-left-cont {
    padding-left: 50px;
    padding-right: 30px;
}

.desh-sec-right-cont {
    padding-left: 30px;
    padding-right: 50px;
}

.krira-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
}

.krira-box a img {
    width: 100%;
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
}

.krira-box a p {
    font-size: 22px;
    color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.krira-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(0 0 0 / 93%), rgb(0 0 0 / 0%));
}

.krira-box-cont span {
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0 15px 3px;
    border-radius: 30px;
    color: #fff;
}

.krira-box-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 15px;
    z-index: 2;
    width: 100%;
}

.desh-sec-right-cont::before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    background-color: #ddd;
    box-shadow: 0px 0px 25px 0px #000;
}

.desh-sec-left-list {
    margin-top: 30px;
}

.desh-sec>.row {
    align-items: flex-start;
}

.auto-height {
    height: auto;
    min-height: auto;
}

.width-25 {
    width: 25px;
    min-width: 25px;
}

/*---footer---*/
.main-footer {
    /*     background: linear-gradient(to bottom, #0c509e 0%, #020209 100%); */
    background: #0c509e;
    padding-top: 40px;
}

.ftr-logo img {
    width: 200px;
    margin-bottom: 30px;
}

.footer-left-box {
    color: #fff;
}

.ftr-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: sans-serif;
    margin-top: 25px;
}

.archive-box select {
    background-color: var(--light-blue);
    padding: 10px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    border-radius: 10px;
}

.ftr-menu li {
    display: block;
}

.ftr-menu li a {
    font-size: 22px;
    font-family: Tiro Bangla, serif;
    color: #fff;
}

.footer-left-box {
    padding-right: 25px;
}

.ftr-social li a i {
    font-size: 32px;
    color: #fff;
}

.ftr-social {
    display: flex;
    gap: 18px;
    margin-top: 15px;
}

.insert-link {
    background-color: var(--light-blue);
    padding: 10px 20px 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    border-radius: 10px;
    display: inline-block;
}

.copy-text {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
}

.ftr-last-ul {
    margin: 40px auto 10px;
    display: block;
    text-align: center;
}

.ftr-last-ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0 15px;
}


/*----fb page---*/
/* মেইন র‍্যাপার ডিজাইন */
.kkb-fb-wrapper {
    background: #ffffff;
    padding: 30px 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* সেকশন হেডিং */
.kkb-fb-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1c1e21;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 5px solid #1877f2;
    /* Facebook Blue */
    display: flex;
    align-items: center;
    gap: 10px;
}

/* লাইভ ডট অ্যানিমেশন */
.kkb-live-dot {
    height: 10px;
    width: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    animation: live-pulse 2s infinite;
}

/* হরিজন্টাল স্ক্রল কন্টেইনার */
.kkb-fb-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* স্ক্রলবার লুকানো */
.kkb-fb-grid::-webkit-scrollbar {
    height: 8px;
}

.kkb-fb-grid::-webkit-scrollbar-thumb {
    background: #ccd0d5;
    border-radius: 10px;
}

/* ইন্ডিভিজুয়াল কার্ড */
.kkb-fb-card {
    width: calc(100% - 40px);
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

/* কার্ড হেডার */
.kkb-fb-header {
    background: #1877f2;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes live-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*-------------Responsive-------------------*/

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1800px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1200px) {
    .search-input input {
        width: 80%;
    }
}

@media(max-width:991.98px) {
    .menu ul {
        /* display: none; */
        position: fixed;
        top: 0px;
        background: #0c509e;
        left: -100%;
        width: 75%;
        height: 100vh;
        transition: 0.5s;
        padding-top: 20px;
        z-index: 1045;
        padding-left: 20px;
    }

    .mobile-toggle {
        display: block;
    }

    .menu {
        display: block;
        text-align: left;
    }

    .menu ul.active {
        left: 0;
    }

    .menu ul li {
        display: block;
    }

    .menu-icon-box {
        margin-right: 40px;
    }

    .menu ul li a {
        margin: 3px 0px;
    }

    .menu ul li a:hover {
        color: #1C1C1C;
    }

    .menu ul li a:after {
        background-color: #1C1C1C;
    }

    /*-----*/
    .breaking-news {
        padding-left: 12px;
    }

    .desh-sec-left-cont {
        padding-left: 12px;
        padding-right: 20px;
    }

    .desh-sec-right-cont {
        padding-left: 20px;
        padding-right: 12px;
    }

    .nav-menu {
        padding: 10px 0 10px
    }

    .logo-box {
        display: block;
    }

    .logo-box a img {
        width: 100px;
    }

    .kkb-fb-card {
        width: 25%;
        min-width: 220px;
    }
}

@media(max-width: 767px) {
    .featured-post p {
        font-size: 20px;
    }

    .featured-title {

        font-size: 26px;
    }

    .list-title {
        padding: 10px 0;
    }

    .main-footer .footer-left-box p {
        font-size: 20px;
    }

    .sec-tb-padd {
        padding: 40px 0;
    }

    .sec-b-padd {
        padding-bottom: 40px;
    }

    .breaking-img img {
        width: 120px;
    }

    .banner-top-title h1 {
        padding: 30px 0 15px;
    }

    .banner-top-title h1 {
        font-size: 42px;
    }

    .banner-box a img {
        height: 360px;
    }

    .btn-primary,
    .banner-box .btn-primary,
    .protibedon-box .btn-primary {
        font-size: 14px;
    }

    .banner-box .date-cont h6 {
        font-size: 18px;
    }

    .banner-box {
        margin-bottom: 25px;
    }

    .banner-smal-box a img {
        height: 200px;
    }

    .video-slide .owl-nav .owl-prev,
    .video-slide .owl-nav .owl-next {
        font-size: 30px !important;
    }

    .video-slide .owl-nav .owl-next {
        right: -25px;
    }

    .video-slide .owl-nav .owl-prev {
        left: -25px;
    }

    .point-tv-left img {
        margin-bottom: 25px;
    }

    .point-tv-left h4 {
        font-size: 24px;
    }

    .point-tv-left h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .sec-title {
        font-size: 26px;
    }

    .sec-new-tag {
        padding: 5px 12px;
        font-size: 15px;
    }

    .protibedon-box img {
        height: 250px;
    }

    .ek-nojore-left {
        flex-direction: column;
        position: relative;
        gap: 12px;
    }

    .ek-nojore-left .ek-nojore-left-img,
    .ek-nojore-left .ek-nojore-left-cont {
        width: 100%;
    }

    .ek-nojore-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .btn-primary.ek-nojore-btn {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .ek-nojore-box {
        margin-bottom: 20px;
    }

    .ek-nojore-sec-cont {
        margin-top: 25px;
    }

    .desh-title,
    .krira-title {
        height: 54px;
    }

    .header-icon {
        min-width: 32px;
        min-height: 32px;
        width: 32px;
        height: 32px;
    }

    .desh-sec-left-cont {
        padding-left: 12px;
        padding-right: 12px;
    }

    .desh-left-img img {
        height: 300px;
    }

    .desh-right-cont {
        margin-top: 10px;
    }

    .sticky-cont {
        margin-top: 30px;
    }

    .width-25 {
        width: 22px !important;
        min-width: 22px !important;
    }

    .ftr-title,
    .ftr-menu li a {
        font-size: 20px;
    }

    .copy-text {
        font-size: 20px;
    }

    .ftr-last-ul {
        margin-top: 20px;
    }

    .search-box {
        width: 170px;
    }

    .search-input input {
        width: 80%;
        font-size: 16px;
    }

    .search-input {
        padding: 5px 10px;
    }

    .scrolled .mobile-toggle {
        top: 18px;
    }

    .scrolled .mobile-toggle.menu-open {
        top: 26px;
    }

}





/* About us page */

.about-banner {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

/* Background image — replace the URL with your own image */
.about-banner_bg {
    position: absolute;
    inset: 0;
    /*     background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d'); */
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
    transform: scale(1.04);
    transition: transform 8s ease;
}

.about-banner:hover .about-banner_bg {
    transform: scale(1.0);
}

/* Gradient overlay matching the teal → blue design */
.about-banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            rgba(0, 200, 200, 0.72) 0%,
            rgba(0, 120, 200, 0.68) 50%,
            rgba(10, 50, 160, 0.72) 100%);
}

/* Content */
.about-banner_content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-banner_title {
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.9s ease 0.2s forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.about-text-section {
    background: #fff;
}

.about-text-section p {
    font-size: 1.05rem;
    line-height: 1.95;
    color: #222;
    margin-bottom: 1.2rem;
}

/* Section */
.team-section {
    padding: 75px 0;
    background: #f5f5f5;
}

/* Heading */
.team-title {
    font-size: 50px;
    font-family: "DM Sans", sans-serif;
    color: #0d7f8c;
    font-weight: 400;
    margin-bottom: 60px;
}

/* Card */
.team-card {
    text-align: center;
    position: relative;
}

/* Circle Background */
.circle-bg {
    width: 100%;
    max-width: 400px;
    /* desktop size */
    aspect-ratio: 1 / 1;
    /* keeps perfect circle */
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    background: linear-gradient(180deg, #1aa3b3, #0d7f8c);
}

/* IMAGE POSITION FIX */
.circle-bg img {
    width: 75%;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    filter: drop-shadow(0px 30px 35px rgba(0, 0, 0, 1.35));
}


.quote-box {
    position: relative;
    margin-top: -70px;
    display: inline-block;
    z-index: 3;
}

.quote-content {
    background: #79b5be;
    padding: 18px 65px;
    font-family: "DM Sans", sans-serif;
    border-radius: 20px;
    color: #fff;
    font-size: 28px;
    position: relative;
}

/* Name */
.quote-content span {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

/* Social Icons */
.social-icons {
    margin-top: 35px;
}

.social-icons a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin: 0 8px;
    font-size: 20px;
    transition: 0.3s;
}






/* Contact us page */

.contact-banner {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

/* Background image — replace the URL with your own image */
.contact-banner_bg {
    position: absolute;
    inset: 0;
    background-image: url('https://www.integrityinfoedge.com/wp-content/uploads/2024/05/contact-us.jpeg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
    transform: scale(1.04);
    transition: transform 8s ease;
}

.contact-banner:hover .contact-banner_bg {
    transform: scale(1.0);
}

/* Gradient overlay matching the teal → blue design */
.contact-banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            rgba(0, 200, 200, 0.72) 0%,
            rgba(0, 120, 200, 0.68) 50%,
            rgba(10, 50, 160, 0.72) 100%);
}

/* Content */
.contact-banner_content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contact-banner_title {
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.9s ease 0.2s forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.social-strip {
    background: linear-gradient(90deg, #1a1f5a, #3a36b5);
}

.social-link {
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-link:hover {
    color: #cfd8ff;
}

.divider {
    position: relative;
}

.divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 2px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}


.contact-info {
    background-color: #f2f2f2;
}

.contact-text p {
    color: #2f80ed;
    font-size: 22px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}


.map-section {
    background-color: #f5f5f5;
}

.map-wrapper {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Blog Details page */

.featured-news {
    background: #f2f2f2;
}

.news-card {
    position: relative;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
    background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb') center/cover no-repeat;
}

/* Dark Overlay */
.news-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

/* Date Badge */
.date-badge {
    font-family: "DM Sans", sans-serif;
    position: absolute;
    left: 40px;
    bottom: 120px;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    z-index: 2;
}

/* Category Tag */
.category-badge {
    position: absolute;
    top: 0;
    right: 25px;
    width: 250px;
    /* adjust as needed */
    z-index: 1;
}

.category-badge img {
    width: 100%;
    display: block;
}

.category-badge span {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-family: "Tiro Bangla", serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a3d7c;
    white-space: nowrap;
}

/* Headline */
.news-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #fff;
    font-size: 28px;
    z-index: 2;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-details {
    background: #f2f2f2;
}

/* Share Icons */
.share-icons a {
    font-size: 26px;
    margin-right: 15px;
    color: #1a3d7c;
}

.share-icons a:hover {
    color: #0d7f8c;
}

.news-details .share-section h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    color: #1a3d7c;
    margin-bottom: 20px;
}

.article-content p {
    line-height: 1.8;
    /* color: #113b84; */
    margin-bottom: 1.5rem;

}


.point-tv-wrapper {
    border: 1px solid #ccc;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 10px 20px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.point-tv-title {
    position: relative;
    background: linear-gradient(90deg, #000000 0%, #1c1a6d 40%, #352fa3 100%);
    color: #fff;
    font-weight: 700;
    padding: 14px 20px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.latest-news-title {
    position: relative;
    background: linear-gradient(90deg, #000000 0%, #1c1a6d 40%, #352fa3 100%);
    color: #fff;
    font-weight: 700;
    padding: 14px 20px;
    text-align: center;
    margin: 40px 0 30px;
}


.comment-section {
    padding: 60px 0;
    background: #f4f4f4;
}

.comment-section h2 {
    font-size: 36px;
    font-family: "DM Sans", sans-serif;
    color: #1e3c72;
    margin-bottom: 40px;
    font-weight: 600;
}

.comment-form {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* LEFT TEXTAREA */
.form-left textarea {
    width: 450px;
    height: 350px;
    border: none;
    outline: none;
    font-family: "DM Sans", sans-serif;
    background: #e9e9e9;
    border-radius: 30px;
    padding: 25px;
    font-size: 18px;
    resize: none;
}

/* RIGHT SIDE */
.form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-right input {
    height: 60px;
    border: none;
    outline: none;
    font-family: "DM Sans", sans-serif;
    background: #e9e9e9;
    border-radius: 40px;
    padding: 0 25px;
    font-size: 16px;
}

/* CHECKBOX TEXT */
.save-info {
    font-size: 16px;
    color: #7a7a7a;
    display: flex;
    gap: 10px;
    align-items: end;
}

/* BUTTON */
.form-right button {
    height: 65px;
    border: none;
    /* border-radius: 50px;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(90deg, #46c2c5, #1e3c72);
    transition: 0.3s ease; */
}

.form-right button:hover {
    opacity: 0.9;
}

/* Responsive */

@media (max-width: 992px) {
    .circle-bg {
        max-width: 320px;
    }

    .team-title {
        font-size: 40px;
        text-align: center;
    }

    .quote-content {
        padding: 16px 65px;
    }

    .about-banner {
        height: 200px;
    }

    .contact-banner {
        height: 200px;
    }

    .category-badge span {
        font-size: 16px;
    }

    .category-badge {
        width: 170px;
        right: 0;
    }

    .news-details .share-section h3 {
        font-size: 30px;
    }

    .share-icons svg {
        width: 35px;
    }

}

@media (max-width: 576px) {
    .circle-bg {
        max-width: 260px;
    }
}


@media (max-width: 768px) {
    .search-post-title a {
        font-size: 18px;
        display: block;
        -webkit-line-clamp: 2;
        overflow: visible;
    }

    .news-card {
        position: relative;
    }

    .news-card .class-category-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        left: auto;
        padding: 6px 16px;
        font-size: 16px;
        border-radius: 8px;
        z-index: 3;
        white-space: nowrap;
    }

    .date-badge {
        font-size: 18px;
        padding: 8px 20px;
        left: 20px;
        bottom: 110px;
    }

    .news-content {
        font-size: 16px;
        left: 20px;
        right: 20px;
        -webkit-line-clamp: 2;
    }

    .article-content p {
        font-size: 20px;
    }

    .article-content b,
    strong {
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .comment-form {
        flex-direction: column;
    }

    .form-left textarea {
        width: 100%;
        height: 250px;
    }
}

.marquee-box ul li a:hover {
    text-decoration: underline;
}

.desktop-logo {
    display: inline-block;
}

.mobile-logo {
    display: none;
}

@media (max-width: 767px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .ftr-last-ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin: 0 9px;
    }
}


.wp-block-list li {
    list-style: disc !important;
    display: block !important;
}

.article-content b,
strong {
    color: #1a3d7c;
    font-weight: bolder;
    font-size: 24px;
    font-family: Tiro Bangla, serif;
}




.search-results-page {
    padding: 40px 0;
}

.search-title {
    font-family: DM Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.search-item {
    margin-bottom: 35px;
}

.search-post-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.search-post-title a {
    text-decoration: none;
    color: #000;
    font-family: DM Sans, sans-serif;
}

.search-post-title a:hover {
    color: #0073aa;
}

.search-meta {
    font-size: 14px;
    color: #666;
}

.search-meta .date {
    margin-left: 15px;
}

.footer-search {
    margin-top: 20px;
}

.footer-search .search-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: #fff;
}

.footer-search input {
    border: none;
    outline: none;
    flex: 1;
    padding: 8px;
}

.footer-search button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.entry-title{
	display:none !important;
}