@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: 30%;
    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;
}

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

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

.type-one-card {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    padding: 10px;
    background: #f5f5f5;
}

.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 strong {
    color: #000000;
    font-weight: 700;
}

.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: 22%;
    height: 275px;
    object-fit: cover;
}

.type-two-card-content h2 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -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-one-card-content p a {
    font-size: 14px;
}

.type-two-card {
    display: flex;
    min-height: 200px;
    align-items: center;
    gap: 20px;
    background: #f5f5f5;
    padding: 20px;
}

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

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

.type-two-card-content p strong {
    color: #000000;
}

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

.type-two-card-content .tag a {
    font-size: 15px;
    color: #636466;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.type-two-card-content .tag a::before {
    position: absolute;
    content: '';
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #9d2230;
}

.type-two-card-content .tag a:last-child::before {
    display: none;
}

.type-two-card-content .tag a:first-child {
    padding-left: 0;
}

.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;
    color: inherit;
}

.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;
    margin-top: 50px;
}

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

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

.box-card .type-one-card-content h2 {
    color: #9d2230;
    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;
    padding-bottom: 30px;
}

.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;
}

.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;
}

.main-btn:hover {
    background: #ffffff;
    color: #9d2230;
    border: 1px solid #9d2230;
}

.sticky-top {
    position: sticky;
    top: 200px;
}

.box-card .type-one-card-content p {
    margin-bottom: 0px;
}

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

.expert-card .card {
    background: #f5f5f5;
    transition: .3s;
    min-height: 510px;
}

.expert-card .card .card-top img {
    height: 385px;
    object-fit: cover;
    object-position: top;
}

.expert-card .card .card-content {
    padding: 10px 15px 0;
    text-align: center;
}

.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;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    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;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    min-height: 18px;
}

.main-list ol {
    padding-left: 1rem;
}

.main-list ol li {
    font-size: 15px;
    color: #636466;
    line-height: 20px;
    margin-bottom: 5px;
    list-style: lower-alpha;
}

.main-list ul {
    padding-left: 1rem;
}

.main-list ul li {
    font-size: 15px;
    color: #636466;
    line-height: 20px;
    margin-bottom: 5px;
}

.sub-heading p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #636466;
}

.current-details-left-box {
    padding: 30px 35px;
    background: #e7e7e8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.current-details-left-box .main-heading a {
    font-size: 15px;
    color: #636466;
}

.details-right-box.main-heading h3 {
    margin-bottom: 5px;
}

.details-right-box.sub-heading p {
    margin-bottom: 10px;
}

.details-right-box h5 {
    color: #9d2230;
    font-weight: 700;
}

.details-right-box h5 i {
    font-size: 15px;
}

.details-right-box .row .col-md-2 a p {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.details-right-box .row .col-md-2 a img {
    width: 27px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}

.border-right-1 {
    border-right: 1px solid #d6d6d6;
}

.details-right-box .border-right-1:last-child {
    border-right: 0;
}

.details-body .main-heading h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.details-body .tag a::before {
    position: absolute;
    content: '';
    top: 10%;
    right: 5px;
    width: 1px;
    height: 80%;
    background: #9d2230;
}

.details-body .tag a {
    padding: 0 15px 0 0;
    font-size: 15px;
    color: #636466;
    display: inline-block;
    position: relative;
}

.details-body .tag a:last-child::before {
    display: none;
}

.type-one-card-content.diff-color-heading h2 {
    color: #000;
}

.type-one-card-content.diff-color-heading {
    padding-bottom: 5px;
}

.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;
}

.type-one-card .type-one-card-content h1 {
    font-size: 25px;
    color: #9d2230;
    margin-bottom: 0px;
    font-weight: 700;
}

.current-issue-master .type-one-card .type-one-card-content {
    width: 55%;
}

.article-box .main-heading h2 {
    margin-bottom: 4px;
}

.current-issue-master .box-card {
    margin-top: 0;
}

.current-issue-master .sticky-top {
    top: 178px;
}

.btn-close {
    border-radius: 50%;
    background-color: #9d2230;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -2%;
    right: -2%;
    z-index: 999;
    font-size: 18px;
    transition: .5s;
}

.btn-close:hover {
    color: #fff;
}

.modal-header.main-heading h3 {
    color: #9d2230;
    margin-bottom: 0;
}

.modal-header {
    border-bottom: 1px solid #fff;
}

.modal-content {
    background-color: #feeef0;
}

.modal-content .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
}

.radiology-spotter-master .top-bar-section-radiology.main-heading h4 {
    font-size: 18px;
    color: #9d2230;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
}

.radiology-spotter-master .top-bar-section-radiology.main-heading p {
    margin-bottom: 20px;
}

.main-heading.radiology-content h3 {
    border-bottom: 1px dashed #5a5a5a;
    padding-bottom: 15px;
}

.scramble-master-page .main-heading.top-bar-section-radiology h2 {
    margin-bottom: 0;
}

.sokudo-box {
    display: inline-flex;
    align-items: center;
    /* letter-spacing: 10px; */
    border: 1px solid #000;
    /* padding: 0 5px; */
}

.sokudo-box span {
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #000;
    padding: 0 5px;
}

.sokudo-box span:last-child {
    border-right: none;
}

.scramble-question-box {
    display: flex;
    align-items: center;
}

.scramble-question-box .question-part {
    border-left: 1px solid #000;
    padding-left: 10px;
}

.scramble-question-box .numbering h3 {
    margin-bottom: 0;
    padding-right: 10px;
}

.scramble-question-box .question-part p {
    margin-bottom: 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;
}

.answer-part .hidden.show .sokudo-box span {
    font-weight: 700;
}

.scramble-question-answer-box {
    margin-top: 25px;
}

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

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

.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;
}

.updates-card {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}

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

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

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

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

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

.pharma-details-page img {
    float: left;
    height: 359px;
    display: inline-block;
    margin-right: 23px;
    margin-bottom: 23px;
    width: 50%;
    object-fit: cover;
}

.pharma-details-page ol {
    padding-left: 1rem;
}

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

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

#scrolltoButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9d2230;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border: none;
}

#scrolltoButton::after {
    content: "\f077";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 12px;
}

#scrolltoButton:hover {
    cursor: pointer;
}

#scrolltoButton:active {
    background-color: #9d2230;
}

#scrolltoButton.active {
    opacity: 1;
    visibility: visible;
}

.sticky-top .type-one-card-content a h2 {
    position: relative;
}

.sticky-top .type-one-card-content a h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9d2230;
    transition: width 0.3s ease;
}

.sticky-top .type-one-card-content a h2:hover::before {
    width: 100%;
}

.sticky-top .type-one-card-content p {
    display: block;
}

.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 {
    position: absolute;
    top: 12px;
    left: 68%;
}

.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;
}

.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%;
}

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

.scramble-speciality-heading {
    margin-bottom: 0;
    padding: 20px 10px;
    background: #e2e2e2;
}
.type-one-card .type-one-card-content h1 {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }

@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;
        width: 100%;
    }

    .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;
    }

    .type-one-card {
        display: block;
    }

    .main-heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

    .type-two-card {
        display: block;
        min-height: auto;
    }

    .type-two-card img {
        width: 100%;
        height: auto;
    }

    .type-two-card-content {
        padding: 10px 0px;
    }

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

    .navik-menu ul ul li>a {
        padding: 10px 10px 10px 15px;
        border-bottom: 1px solid #feeef0;
    }

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

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

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

    .expert-card .card-content h4 {
        font-size: 15px;
    }

    .expert-card .card-content p {
        font-size: 14px;
    }

    .expert-card .card-content h5 {
        font-size: 14px;
    }

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

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

    .current-issue-master .type-one-card .type-one-card-content {
        width: 100%;
    }

    .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;
    }

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

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

    .pharma-details-page h3 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .box-card {
    margin-top: 0;
}

}


/* 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;
}


/* Modal animation */
.modal.fade .modal-dialog {
    transform: scale(0.85);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(0.70);
}

/* Elite modal */
.share-modal-elite {
    border-radius: 20px;
    overflow: visible;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

/* Gradient header */
.share-header {
    background: #9d2230;
    color: #fff;
    padding: 10px 20px;
}

/* Subtitle */
.share-subtitle {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Icons grid */
.share-icons-elite {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 10px 5px;
}

/* Icon button */
.share-icons-elite a {
    height: 60px;
    border-radius: 16px;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.share-icons-elite a:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

/* Brand colors */
.facebook {
    background: linear-gradient(135deg, #1877f2, #0d47a1);
}

.twitter {
    background: linear-gradient(135deg, #000, #333);
}

.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.linkedin {
    background: linear-gradient(135deg, #0a66c2, #004182);
}

.telegram {
    background: linear-gradient(135deg, #229ed9, #0f6fa8);
}

.email {
    background: linear-gradient(135deg, #6c757d, #495057);
}

/* Copy box */
.copy-box {
    background: #f5f6fa;
    border-radius: 14px;
    padding: 10px;
}

.copy-box input {
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    outline: none;
}

.copy-box button {
    width: 100%;
    margin-top: 8px;
    background: #9d2230;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.copy-box button:hover {
    background: #9d2230;
}

@media (min-width: 800px) and (max-width: 1099px) {
    .header-search-btn {
        position: absolute;
        top: 20%;
        right: 10%;
        width: 23%;
    }

    .navik-header {
        background: #feeef0;
    }

    .navik-header .logo img {
        max-width: 50%;
    }

    .navik-header .logo {
        float: left;
        padding: 15px 0px 15px 0;
    }

    .header-search-btn {
        position: absolute;
        top: 28px;
        right: 10%;
        width: 30%;
    }

    .burger-menu {
        top: 40px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    .navik-menu ul li>a {
        display: block;
        padding: 5px 5px;
        /* font-family: "Fira Sans", sans-serif; */
        font-size: 16px;
        color: #000000;
        text-decoration: none;
        text-transform: capitalize;
        transition: all .2s ease-in-out;
    }

    .current-issue-master .sticky-top {
        top: 155px;
    }

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

    .navik-menu ul li.current-menu>a,
    .navik-menu ul li:hover>a {
        color: #9d2230;
    }

    .type-two-card-content {
        padding: 10px 0px;

    }

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

    .current-issue-master .type-one-card .type-one-card-content {
        width: 40%;
    }

    .current-issue-master .type-one-card .type-one-card-content h1 {
        font-size: 20px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .box-card {
    margin-top: 0;
}

}