@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    font-family: 'Nunito Sans', sans-serif;
}

.header-search-btn {
    position: absolute;
    top: 20%;
    right: 0;
    width: 23%;
}

.header-search-btn i {
    font-size: 18px;
    color: #ffffff;
    padding: 5px;
    width: 20%;
}

.header-search-btn .input-group {
    background: #9d2230;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #9d2230;
}

.header-search-btn .input-group input {
    border: 1px solid #ffffff;
}

.header-search-btn .input-group input:focus {
    box-shadow: none;
    border: 1px solid #ffffff;
}

section.section {
    padding: 60px 0;
    position: relative;
}

.main-heading h2 {
    font-size: 26px;
    font-weight: 700;
    color: #9d2230;
    margin-bottom: 20px;
    text-transform: none;
}

.div-linebar {
    width: 30%;
    height: 2px;
    background: #c9c9c9;
    position: absolute;
    left: 0;
}

.type-one-card-content h2 {
    font-size: 18px;
    color: #9d2230;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.type-one-card-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.type-one-card-content p {
    font-size: 15px;
    color: #636466;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.type-one-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.type-two-card-content h2 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.type-one-card-content p {
    font-size: 15px;
    color: #636466;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.type-two-card {
    min-height: 265px;
}

.type-two-card img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.type-two-card-content {
    padding: 10px 8px;
    background: #f5f5f5;
}

.type-two-card-content p {
    font-size: 15px;
    color: #636466;
    line-height: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.event-slider .item h2 {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9d2230;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #000000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.bg-color {
    background-color: #f5f5f5;
}

.spotlight-section .type-two-card-content h2 {
    display: block;
}

.spotlight-section .normal-card .type-two-card-content h2 {
    display: -webkit-box;
}

.spotlight-section .normal-card .type-two-card-content p {
    display: -webkit-box;
}

.spotlight-section .type-two-card-content p {
    display: block;
}

.spotlight-section .type-two-card img {
    height: 275px;
}

.spotlight-section .type-two-card.normal-card img {
    height: 205px;
}

.type-two-card.full-card img {
    height: 245px;
}

.type-two-card.full-card .type-two-card-content p {
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.type-two-card.last-card {
    min-height: 187px;
}

.type-two-card.last-card img {
    height: 127px;
}

footer.footer {
    padding: 40px 0;
    background: #e3e5e4
}

.address-item strong {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.address-item i {
    font-size: 18px;
    color: #b71c2b;
    margin-top: 0px
}

.address-item p {
    font-size: 16px;
    color: #4f4f4f
}

.footer .social-media-icon {
    display: flex;
    align-items: center
}

.footer .social-media-icon img {
    width: 10%;
    margin-right: 10px
}

.footer .social-media-icon a img {
    width: auto;
    margin-right: 10px
}

.footer .social-media-icon a {
    width: 13%;
    margin-right: 10px
}

.footer .custom-from .input-group-text#from-icon {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
}

.footer .custom-from .input-group {
    border: 1px solid #b71c2b;
    border-radius: 20px;
    overflow: hidden;
}

.footer .newsletter h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600
}

.footer .custom-from .input-group-text#from-icon i {
    font-weight: 500
}

.footer .newsletter p {
    font-size: 16px;
    color: #4f4f4f
}

.footer .link-part h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
}

.footer .link-part ul {
    padding-left: 0;
}

.footer .link-part ul li {
    list-style: none;
    margin-bottom: 0px;
}

.footer .link-part ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #4f4f4f;
    transition: .3s ease-in;
    text-decoration: none;
}

.footer .link-part ul li:hover a {
    color: #b71c2b;
    margin-left: 10px
}

input:focus {
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.footer-logos img {
    height: 75px;
    object-fit: contain;
}

.footer-logos {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.box-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.box-card a {
    color: #9d2230;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.box-card .type-one-card-content h2 {
    color: #000;
    transition: .5s;
    margin-top: 0;
}

.box-card .type-one-card-content h2:hover {
    color: #9d2230;
}

.box-card .type-one-card-content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.box-card .type-one-card-content:last-child {
    border-bottom: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.pagination span a {
    color: #000;
    font-weight: 600;
}

.pagination span.active a {
    color: #9d2230;
}

.navik-menu ul li {
    list-style: none;
}

.page-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #9d2230;
    margin-bottom: 0;
    text-transform: none;
}

section.section.page-header {
    background: #e2e2e2;
    padding: 30px 0;
}

.event-card {
    background: #f5f5f5;
}

.event-card p {
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 12px;
}

.event-card img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.recent-issue-main-section .type-one-card img {
    height: 400px;
}

.recent-issue-main-section .type-one-card img {
    height: auto;
}

.updates-card-content h1 {
    font-size: 22px;
    font-weight: 700;
    color: #9d2230;
    margin-bottom: 5px;
    line-height: 20px;
}

.updates-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    line-height: 20px;
}

.updates-card-content p {
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.normal-btn {
    color: #9d2230;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    transition: .5s;
}

.normal-btn:hover::after {
    width: 100%;
}

.normal-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #9d2230;
    transition: .5s;
}

.updates-card {
    background: #f5f5f5;
}

.updates-card-content {
    padding: 0px 60px 0px 30px;
}

.updates-card-img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.details-page h1 {
    font-size: 20px;
    font-weight: 700;
    color: #9d2230;
    margin-bottom: 5px;
    line-height: 20px;
}

.details-page h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    line-height: 20px;
}

.details-page p {
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
}

.details-page img {
    float: left;
    height: 300px;
    display: inline-block;
    margin-right: 20px;
    width: 350px;
    object-fit: cover;
}

.details-page {
    background: #f5f5f5;
    padding: 15px;
}

.main-heading h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.magazine-main-page .main-heading h2 {
    margin-bottom: 5px;
}

.magazine-main-page .updates-card-content h1 {
    font-size: 20px;
}

.magazine-main-page .updates-card-content h3 {
    font-size: 17px;
}

.updates-card-content p i {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.recent-issue-details-left-box h3 {
    font-size: 17px;
    color: #9d2230;
    margin-bottom: 0;
    font-weight: 600;
}

.recent-issue-details-left-box h2 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.recent-issue-details-left-box p {
    color: #636466;
    font-size: 16px;
    margin-bottom: 5px;
}

.recent-issue-details-left-box p span {
    color: #9d2230;
    font-size: 15px;
    margin-bottom: 5px;
}

.recent-issue-details-left-box .share {
    font-size: 15px;
    color: #000;
    position: relative;
    display: inline-block;
    transition: .5s;
}

.recent-issue-details-left-box .share:hover::before {
    width: 100%;
}

.recent-issue-details-left-box .share::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: #9d2230;
    transition: .5s;
}

.recent-issue-details-left-box .share i {
    color: #9d2230;
    font-size: 20px;
}

.recent-issue-details-page .type-one-card-content p {
    margin-bottom: 2px;
}

.recent-issue-details-page .box-card a {
    font-size: 15px;
    margin-bottom: 5px;
}

.sticky-card {
    position: sticky;
    top: 180px;
}

/*  */
.editorial-box-card.expert-card {
    background: #e7e7e8;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.editorial-box-card.expert-card h2 {
    font-size: 20px;
    color: #9d2230;
    font-weight: 700;
    margin-bottom: 15px;
}

.expert-card .card {
    min-height: 360px;
}

.expert-card .card .card-top img {
    height: auto;
}

.expert-card .card-content h4 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.expert-card .card-content p {
    font-size: 15px;
    color: #767779;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.expert-card .card-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    min-height: 18px;
}

.expert-card .card .card-content {
    padding: 10px 5px 0;
}

.editorial-box-card.expert-card h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.main-btn {
    background: #9d2230;
    border: 1px solid #9d2230;
    color: #ffffff;
    padding: 3px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
    margin-top: 10px;
}

.archive-card {
    background: #f5f5f5;
    transition: .3s;
    padding: 8px;
}

@media only screen and (max-width: 768px) {
    .navik-header .logo img {
        width: 200px;
    }

    .header-search-btn {
        display: none;
    }

    .navik-header .logo {
        padding: 10px 0px;
    }

    .navik-header {
        background: #feeef0;
        position: sticky;
        top: 0;
    }

    .navik-menu ul li>a {
        padding: 10px 5px;
        font-weight: 600;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #fff;
    }

    section.section {
        padding: 30px 0;
    }

    .type-one-card img {
        height: auto;
    }

    .type-one-card-content h2 {
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    footer.footer {
        padding: 20px 0;
    }

    .footer-logos {
        height: 60px;
    }

    .footer-logos img {
        height: 53px;
    }

    .bottom-footer p {
        font-size: 14px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer .link-part h3 {
        font-size: 16px;
    }

    .footer .newsletter h3 {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .navik-menu ul li.current-menu>a,
    .navik-menu ul li:hover>a {
        color: #000000;
        background-color: #feeef0
    }

    .type-two-card-content p {
        min-height: auto;
    }

    .event-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .updates-card-content {
        padding: 15px 10px 15px 10px;
    }

    .updates-card-content h1 {
        font-size: 18px;
    }

    .updates-card-content h3 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    section.section.page-header {
        background: #e2e2e2;
        padding: 20px 0;
    }

    .page-header h2 {
        font-size: 24px;
    }

    .details-page img {
        float: left;
        height: 300px;
        margin-bottom: 10px;
        width: 100%;
    }

    .details-page h1 {
        font-size: 18px;
    }

    .details-page h3 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px;
    }
}

/* Search result container */
.search-data {
    display: none;
    position: absolute;
    /* or fixed if needed */
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
    /* IMPORTANT */
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    /* top of all content */
}


/* Section heading */
.search-data h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 10px;
    background: #9d2230;
    margin: 6px 0 8px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

/* List wrapper */
.search-data ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List items */
.search-data ul li {
    padding: 8px 10px;
    margin-bottom: 6px;
    background: #f8f8f8;
    border-radius: 4px;
    border-left: 4px solid #9d2230;
    font-size: 14px;
    color: #333;
    transition: background 0.2s ease, transform 0.2s ease;
}

/* Hover effect */
.search-data ul li:hover {
    background: #f1f1f1;
    transform: translateX(2px);
}

/* Optional link styling inside list */
.search-data ul li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.search-data ul li a:hover {
    color: #9d2230;
}

.search-mobile .main-btn {
    position: absolute;
    top: 12px;
    left: 68%;
}



.main-btn.toggle-answer.active {
    background: #fff;
    border: 1px solid #9d2230;
    color: #9d2230;
}

.banner-select-box i {
    font-size: 18px;
    color: #ffffff;
    padding: 5px;
    width: 13%;
}

.banner-select-box .input-group select {
    border: 1px solid #ffffff;
}

.banner-select-box .input-group {
    background: #9d2230;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #9d2230;
}


.search-mobile .main-btn {
    background: transparent;
    border: 0;
    color: #9d2230;
    padding: 3px 5px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
    margin-top: 5px;
    height: 31px;
    width: 32px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.search-mobile .answer-part .hidden {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.answer-part .hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.answer-part .hidden.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-mobile .answer-content .header-search-btn {
    display: block
}

.search-mobile .answer-content .header-search-btn {
    position: absolute;
    top: 20%;
    right: 0;
    width: 100%;
}

.search-mobile .header-search-btn i {
    font-size: 16px;
    color: #ffffff;
    padding: 5px;
    width: 12%;
}
@media only screen and (max-width: 768px) {
    .header-search-btn {
        display: none;
    }
}