/* Google font import Start*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
/* Google font import End*/

/* Basic style of css:: */

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

body {
    font-family: "Montserrat", sans-serif !important;
    max-width: 100%;
    overflow-x: hidden;
    background: #ffff;
}

.fixed-logo-image {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.fiex-siteLogo-image {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

ul li a {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
.heading {
    font-family: "League Spartan", sans-serif !important;
}
.description {
    font-family: "Montserrat", sans-serif !important;
}
.scrollbardiv::-webkit-scrollbar {
    width: 6px;
}

.scrollbardiv::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.scrollbardiv::-webkit-scrollbar-thumb {
    background: #8ca19f;
    border-radius: 3px;
}

@media (min-width: 1320px) and (max-width: 1900px) {
}

@media (min-width: 1024px) and (max-width: 1320px) {
}

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 540px) and (max-width: 767px) {
}

@media (min-width: 540px) and (max-width: 767px) {
}

@media (min-width: 480px) and (max-width: 540px) {
}

@media (min-width: 320px) and (max-width: 480px) {
}

@media (min-width: 1155px) {
}

/* Header style Start: */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 300px;
    height: 100vh;
    padding: 20px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}
.sidebar.open {
    transform: translateX(0);
    opacity: 1;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 49;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 0px !important;
    border-bottom: 1px solid #ddd;
}

/* user on header start */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-button {
    display: flex;
    align-items: center;
    background-color: #eff4f9;
    border: none;
    padding: 5px 14px;
    border-radius: 38px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s;
    border: 1px solid #ddd;
}

.user-button:hover {
    background-color: #e5e5e5;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.user-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.logout {
    color: #c32026;
    border-top: 1px solid #eee;
}

.logout:hover {
    color: #c32026;
}
/* user in header end */

.menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.logo {
    width: 45px;
    height: 38px;
}
.menu-left .toggle-btn {
    padding-top: 6px;
    cursor: pointer;
}
.menu-left .toggle-btn i {
    font-size: 20px;
}
.btn-close-sidebar {
    margin-bottom: 10px;
}
.menu-left ul.nav li a,
.menu-left ul.nav li ul li a {
    font-size: 14px;
    padding: 5px 10px;
    color: black;
    font-weight: 400;
}
.menu-right div span {
    font-size: 14px;
    color: black;
    font-weight: 400;
}
.menu-right .leftItem .list {
    gap: 0px;
}
.menu-right .leftItem .list li:last-child {
    margin-top: 3px;
}
.menu-right .leftItem .list li a {
    font-size: 14px;
    padding: 5px 10px;
    color: black;
    font-weight: 400;
    cursor: pointer;
}
.menu-right .leftItem .list li span {
    cursor: pointer;
}
.menu-right .leftItem .list li a:hover {
    text-decoration: none;
}
.menu-right .leftItem .list li a:hover span {
    text-decoration: none;
}
#magazineModal {
  border-radius: 0px;
  overflow-x: hidden !important;
}
#magazineModal .modal-dialog .modal-content {
  border-radius: 0px;
}
#magazineModal .modal-dialog .modal-content .modal-header div.sidebarCloseBtn {
  right: 25px;
}
.rightItem select {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 38px;
    padding: 5px 10px;
    outline: none;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 38px;
    padding: 5px 10px;
    outline: none;
}
.rightItem select option {
    cursor: pointer;
}
.rightItem button {
    font-size: 14px;
    padding: 5px 10px;
    color: black;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 38px;
    padding: 5px 14px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.modal-open .modal {
  overflow: auto !important;
  padding-right: 0px !important;
}

body.modal-open {
  padding-right: 0px !important;
}
@media (min-width: 1209px) {
    .sidebar ul.nav {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 1209px) {
    .menu-left .nav {
        display: none !important;
    }
    .sidebar ul.nav {
        display: none;
    }
}

.custom-dropdown {
    display: none;
}
.custom-dropdown.active {
    display: block;
}

.sidebarCloseBtn {
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 20px;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 3px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
}

.sidebarCloseBtn i {
    font-size: 18px;
    padding-top: 2px;
}
.sidebarMenu li a {
    padding: 5px 0px !important;
    color: #000 !important;
    font-size: 15px;
}
.sidebarMenu li .custom-dropdown ul {
    margin-left: 5px;
}
.sidebarMenu li .custom-dropdown ul li {
    margin: 5px 0px !important;
}
.sidebarMenu li .custom-dropdown ul li a {
    color: #000 !important;
    font-size: 14px;
}
.categoryList li span {
    font-size: 18px;
    font-weight: 500;
}

.categoryList li ul li {
    margin: 7px 0px;
}
.categoryList li ul li a {
    padding-left: 10px;
    color: #000 !important;
    font-size: 15px;
}
.categoryList li ul li ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 618px) {
  .header .menu-right .leftItem {
    display: none;
  }
}

@media (min-width: 600px) {
    .sidebar .leftItem {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .sidebar .leftItem {
        display: block !important;
    }
}

.sidebar .leftItem ul li {
    margin-bottom: 7px;
}

.sidebar .leftItem ul li a span {
    color: #000 !important;
    font-size: 15px;
}
@media (min-width: 320px) and (max-width: 600px) {
    .rightItem select {
        display: none !important;
    }
    .rightItem button:hover {
        background: #001f3f;
        color: #eff4f9;
        border: 1px solid #001f3f;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .header {
        padding: 5px 15px !important;
    }
}

/* Header style End: */

/* Events Section style Start: */
.eventsWrap {
    padding: 25px 0px;
    padding: 20px 0px;
}
.HeadingWrap .headingBorder {
    gap: 16px;
}
.HeadingWrap .headingBorder {
    width: 6px;
    height: 28px;
}
.HeadingWrap .heading {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: 600;
}
.main-news-card .imgWrap img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.main-news-card .imgWrap .bottomBorder {
    border-radius: 38px;
    height: 8px;
    width: 60px;
    bottom: -3px;
    left: 20px;
}
.content a .heading {
    font-size: 30px;
    color: #000;
}
.content .description {
    font-size: 14px;
    color: #595959;
}
.content .date {
    font-size: 14px;
    color: #000;
}

.news-card a .heading {
    font-size: 20px;
    color: #000;
}
.news-card .description {
    font-size: 14px;
    color: #595959;
}
.news-card .date {
    font-size: 14px;
    color: #000;
}
.news-card a img {
    border-radius: 15px;
}
.news-card img {
    border-radius: 15px;
}

.fixed-event-image {
    width: 206px;
    height: 138px;
    object-fit: cover;
    border-radius: 8px; /* optional for rounded corners */
}

@media (min-width: 1200px) {
    .eventsWrap {
        padding: 30px 0px;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {
    .news-card {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .content a .heading {
        font-size: 26px;
    }
    .news-card .description {
        margin-bottom: 8px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .news-card {
        flex-direction: column-reverse;
    }
}

@media (min-width: 320px) and (max-width: 481px) {
    .news-card {
        flex-direction: column-reverse;
        gap: 0px !important;
        padding-bottom: 5px !important;
    }
    .news-card a .heading {
        margin-top: 10px;
    }
    .eventsWrap .container .row .gap {
        gap: 16px !important;
    }
    .eventsWrap {
        padding: 15px 0px;
    }
    .eventsWrap .customContainer {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
/* Events Section style End: */

/* Others News Section style Start: */

.fixed-otherNews-image {
    width: 200px;
    height: 156px;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .otherNewsWrap .container .row .gap {
        gap: 24px !important;
    }
}
@media (min-width: 320px) and (max-width: 481px) {
    .otherNewsWrap .container .row .gap {
        gap: 16px !important;
    }
    .news-card a img {
        width: 100%;
    }
}
.advertisementWrap a img {
    border-radius: 15px;
    height: 150px;
}
.advertisementWrap1 a img {
    border-radius: 15px;
    height: 150px;
    width: 100%;
}
/* Others News Section style End: */

/* Popular News style Start: */
.coverBottomNews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
}
.cardContent a img {
    width: 100%;
}
.sidebarNews {
    background: #eff4f9;
    border-radius: 15px;
    padding: 15px 20px;
}

.hearderTop h3 {
    color: #003662 !important;
}

.hearderTop span {
    padding-top: 5px;
    padding-bottom: 6px;
}
.hearderTop span i {
    color: #003662;
    font-size: 13px;
}
.clean-underline {
    text-decoration: underline;
    text-decoration-color: #003662;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    text-underline-offset: 2px;
}
.news-item h4 {
    font-size: 18px;
    color: #003662 !important;
    line-height: 25px;
    margin-bottom: 2px;
}
.news-item h4 a {
    color: #003662 !important;
}
.newsItemWrap .news-item {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.fixed-popularNews-image {
    width: 418px;
    height: 235px;
    object-fit: cover;
    border-radius: 8px; /* optional for rounded corners */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sidebarNews {
        margin-top: 30px;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    .sidebarNews {
        margin-top: 25px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .coverBottomNews {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .coverBottomNews {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 13px !important;
    }
    .coverBottomNews .cardContent a h6 {
        margin-top: 0px;
    }
    .sidebarNews {
        padding: 10px 16px;
    }
}

.coverBottomAdvertisement .coverBottomNews img {
    height: 138px;
    width: 100%;
}
.coverBottomAdvertisement .coverBottomNews {
    margin-top: 10px;
}

@media (min-width: 1400px) {
    .coverBottomAdvertisement {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 1399px) {
    .coverBottomAdvertisement {
        display: block;
    }
}
/* Popular News style End: */

/* Featured News style Start: */
.featuredCard .content a h5 {
    font-size: 20px;
}
.featuredContentWrap .featuredTop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.featuredContentWrap .featuredTop .left a img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.featuredContentWrap .featuredTop .left h5 {
    color: #000 !important;
}
.featuredContentWrap .featuredTop .left a {
    color: #000 !important;
}
.featuredContentWrap .featuredTop .right .rightItem {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    margin-bottom: 12px;
}
.featuredContentWrap .featuredTop .right .rightItem a img {
    width: 100%;
    border-radius: 15px;
}
.rightItem div h6 {
    font-size: 15px;
    font-weight: 600;
    padding-top: 2px;
}
.rightItem div p {
    padding-top: 3px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
}
.rightItem div p a {
    color: #000 !important;
}
.rightItemOne div p {
    padding-top: 0px;
}

.rightItem div p.date {
    font-size: 13px;
    color: #595959;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
    display: none;
}

.rightItem div p.description {
    font-size: 13px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    display: none;
}

.rightItemOne div p a {
    color: #000 !important;
}
.featuredTopFooter .linkWrap {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: -17px;
}
.featuredTopFooter .linkWrap a {
    color: #000 !important;
}
.featuredMiddle .featureNewsCard {
    margin-top: 20px;
}
.featuredBottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 21px;
}
.featuredBottom1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 21px;
}
.featuredBottom1 .advertisementWrap img {
    width: 100%;
    height: 135px;
    border-radius: 15px;
}
.featuredBottom .advertisementWrap img {
    width: 100%;
    height: 135px;
    border-radius: 15px;
}
.featuredRightAdvertisement {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .featuredRightAdvertisement {
        display: block;
    }
    .featuredRightAdvertisement .AdvertisementContainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .featuredRightAdvertisement .AdvertisementContainer .advertisementWrap img {
        border-radius: 15px;
        width: 100%;
        height: 171px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .rightItem div p {
        padding-top: 3px;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .featuredBottom {
        margin-top: 0px;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .featuredContentWrap .featuredTop {
        grid-template-columns: 1fr;
    }
    .rightItem div p.date {
        display: block;
    }
    .rightItem div p {
        margin-bottom: 5px;
    }
}
@media (min-width: 320px) and (max-width: 992px) {
    .featuredContentWrap .featuredBottom {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rightItem div p.description {
        display: block;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .featuredMiddle .news-card {
        flex-direction: column-reverse !important;
    }
    .featuredMiddle .news-card a img {
        width: 100%;
    }
    .featuredBottom {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 320px) and (max-width: 481px) {
    .featuredContentWrap .featuredTop .right .rightItem {
        grid-template-columns: 1fr;
    }
    .featuredContentWrap .featuredBottom {
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .featuredContentWrap .featuredTop {
        gap: 5px;
    }
}
/* Featured News style End: */

/* mixed category News style Start: */
.mixContentWrap {
    margin-top: 24px;
}
.mixContentWrap .left a img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.mixContentWrap .left h5 {
    font-size: 20px;
}
.mixContentWrap .left h5 a {
    color: #000;
}
.mixContentWrap .headingNews {
    margin-bottom: 0px;
}
.mixContentWrap .headingNews li {
    margin-bottom: 10px;
}
.mixContentWrap .headingNews li::before {
    content: "➤";
    font-weight: bold;
}
.mixContentWrap .headingNews li a {
    font-size: 14px;
    line-height: 20px;
    color: #0c0c0c;
}
.mixContentWrap .headingNews li a:hover {
    text-decoration: underline !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .mixContentWrap {
        margin-top: 20px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .mixContentWrap .headingNews {
        margin-bottom: 20px;
    }
}
/* mixed category News style End: */

/* Top story News style Start: */
.editorPicksWrap div h5 {
    font-size: 18px !important;
    font-weight: 600;
}
.editorPicksWrap .left a img {
    margin-bottom: 15px;
}
.topStoriesMiddleNews div h5 {
    font-size: 22px !important;
}
.editorPicksMidlleFooter .itemNews {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 12px;
}
.editorPicksMidlleFooter .itemNews a img {
    border-radius: 9px;
    width: 100%;
}
.editorPicksMidlleFooter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.editorPicksMidlleFooter .itemNews a p {
    color: #000;
}
.editorPicksMidlleFooter .itemNews a p {
    margin-bottom: 0px;
}
.editorPicksRightFooter .itemNews {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 12px;
}
.editorPicksRightFooter {
    gap: 14px;
}

/* Top story News style End: */

/* Footer style start:: */
.footer .footerTop {
    background: #001f3f;
    padding: 40px 0px;
}
.item .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}
.item ul li a,
.item p {
    color: white;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}
.item ul li a:hover {
    text-decoration: none;
    text-decoration: none;
}
.item ul li {
    margin-bottom: 8px;
}
.item ul li:last-child {
    margin-bottom: 0px;
}
.item .socialIconWrap {
    gap: 5px;
    padding-left: 0px !important;
}
.item .socialIconWrap li {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-bottom: 0px;
}
.item .socialIconWrap li.one {
    background: #3b5998;
}
.item .socialIconWrap li.two {
    background: #1da1f2;
}
.item .socialIconWrap li.three {
    background: #0077b5;
}
.item .socialIconWrap li.four {
    background: #d34836;
}
.item .socialIconWrap li.five {
    background: #d32f2f;
}
.item .socialIconWrap li a {
    margin-bottom: 0px;
}
.item .socialIconWrap li a:hover {
    color: white !important;
}
.socialIconWrap li {
    transition: transform 0.3s ease;
}
.socialIconWrap li:hover {
    transform: translateY(-5px);
}

.footerBottom p {
    font-size: 14px;
    padding: 14px 8px;
}

[dir="rtl"] .text-left {
    text-align: right !important;
}
[dir="rtl"] .text-right {
    text-align: left !important;
}
[dir="rtl"] .form-group label {
    display: block;
    text-align: right;
}
[dir="rtl"] .form-control {
    direction: rtl;
    text-align: right;
}
[dir="rtl"] .account-content .middle-content {
    text-align: right;
}
[dir="rtl"] .widget-social ul li a {
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
[dir="rtl"] .widget-social ul li a span {
    order: 2;
}
[dir="ltr"] .widget-social ul li a {
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom-login-card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
    width: 100%;
    max-width: 500px;
}

.custom-register-card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 0px;
    width: 100%;
    max-width: 600px;
}

.global-list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
}
.fileImageUpload {
    display: none !important;
}
#offline_ad_pdf {
    cursor: pointer;
    opacity: 1 !important;
    display: block !important;
    margin-bottom: 2px !important;
    pointer-events: auto !important;
}

#online_ad_file {
    cursor: pointer;
    opacity: 1 !important;
    display: block !important;
    margin-bottom: 2px !important;
    pointer-events: auto !important;
}

/* global list1 each li's background should be red and the whole list's overall background should be white */
.global-list1 li {
    background-color: white;
    color: white;
    margin-bottom: -10px;
}
/* there should be no space between two a items */

.global-list1 li a {
    color: black;
    margin-bottom: 10px;
    background-color: white;
    display: block;
    text-decoration: none;
}
.global-list1 li a:hover {
    display: block;
    text-decoration: none;
}

.global-list1 li a.active {
    display: block;
    text-decoration: none;
}

.author-form-wrapper {
    background-color: #eff4f9;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
}

#searchResults img {
    transition: transform 0.2s ease;
}
#searchResults img:hover {
    transform: scale(1.03);
}

.author-section {
    background-color: #f1f5f9; /* light-gray background like the original */
}

.rounded-image {
    border-radius: 50%;
    width: 200px; /* or your preferred size */
    height: 200px; /* make sure it's equal to width for perfect circle */
    object-fit: cover; /* ensures image covers the area without stretching */
    border: 1px solid #ccc; /* optional border */
}

.btn-custom-red {
    border: none;
}

.author-menu a.active {
    background-color: var(--primary-color) !important;
    color: white;
}

.list-unstyled1 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.author-menu a:hover {
    background-color: var(--primary-color) !important;
    color: white;
}

.header-ad-banner {
    width: 100%;
    max-width: 1296px;
    height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.sidebar-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.author-sidebar li {
    margin: 0;
    padding: 0;
}

.author-sidebar .sidebar-link {
    display: block;
    padding: 14px 20px;
    color: #484848; /* ← Updated color */
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%;
    border: none;
}

.author-sidebar li,
.author-sidebar .sidebar-link {
    box-sizing: border-box;
}

[dir="rtl"] .sidebar-link {
    text-align: right;
}
.plan-card {
    border-radius: 20px;
    padding: 30px 20px;
    color: #eff4f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.plan-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.plan-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.plan-features li {
    margin: 10px 0;
    font-size: 14px;
}

.plan-features .fa {
    margin-right: 8px;
}

.btn-white {
    background: #eff4f9;
    color: #333;
    border-radius: 25px;
    font-weight: 600;
    padding: 6px 20px;
    border: none;
}

.inactive {
    opacity: 0.5;
}
@media (min-width: 450px) and (max-width: 575px) {
    .footerItemWrap {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .item .socialIconWrap {
        gap: 5px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .footerBottom p {
        padding: 13px 8px;
        font-size: 13px;
    }
    .item ul li a,
    .item p {
        font-size: 13px;
    }
    .editorPicksMidlleFooter .itemNews {
        display: grid;
        grid-template-columns: 30% 70%;
        gap: 12px;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .editorPicksMidlleFooter .itemNews {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .editorPicksMidlleFooter .itemNews a img {
        width: 100%;
    }
}
/* Footer style End:: */

/* Slider style code Start: */
.sliderContainer {
    margin-top: 24px;
}
.sliderContainer .sliderItem {
    border-radius: 12px;
}
.sliderContainer .sliderItem a {
    position: relative;
}
.sliderContainer .sliderItem a img {
    border-radius: 12px;
    width: 100%;
}
.sliderContainer .sliderItem a p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    padding: 0px 12px;
    padding-right: 20px;
    color: #eff4f9;
}
.sliderAdvertisementWrap {
    margin-top: 24px;
}

.fixed-slider-image {
    width: 146px;
    height: 259px;
    object-fit: cover;
}

.slider .slick-slide {
    margin: 0 8px;
}

.slider .slick-list {
    margin: 0 -8px;
    /* compensate for the added slide margin */
}
.slider .slick-next {
    right: 0px !important;
}

@media (min-width: 300px) and (max-width: 768px) {
    .advertisementTop {
        margin-bottom: 20px;
    }
    .slider .slick-next {
        right: -2px !important;
    }
}
@media (min-width: 320px) and (max-width: 450px) {
    .sliderContainer .sliderItem a img {
        width: 100%;
    }
    .sliderAdvertisementWrap {
        margin-top: 20px;
    }
}
/* Slider style code End: */

/* infinite news scroll section style code Start: */
.ticker-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    direction: ltr; /* Keep container LTR to control animation */
    position: relative;
}

[dir="RTL"] .ticker-container {
    direction: rtl; /* Flip direction when HTML dir is rtl */
}

.ticker-label {
    flex-shrink: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffff;
    z-index: 100;
}

.ticker-label::before {
    margin-inline-end: 5px;
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 70s linear infinite;
    white-space: nowrap;
}

[dir="RTL"] .ticker-content {
    padding-left: 0;
    padding-right: 100%;
    animation: scroll-right 70s linear infinite;
}

.ticker-item {
    display: inline-block;
    margin-inline-end: 20px;
    color: #333;
    font-size: 14px;
}

.ticker-content:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* infinite news scroll section style code End */

/* Hero section style code Start: */
@media (min-width: 992px) {
    .heroContainer {
        display: grid;
        grid-template-columns: 6fr 3fr 4fr;
        gap: 14px;
    }
}
.heroItemMixedContent .left h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.heroItemMixedContent .left a img {
    border-radius: 16px;
    margin-bottom: 15px;
}
.heroItemMixedContent .left a img.middleImg {
    margin-bottom: 10px;
}
.mixContentWrap .heroMiddleNews {
    margin-top: 12px;
}
.mixContentWrap .heroMiddleNews li {
    margin-bottom: 8px;
}
.mixContentWrap .heroMiddleNews li:last-child {
    margin-bottom: 0px;
}
.mixContentWrap .heroMiddleNews li a {
    font-size: 18px;
    line-height: 20px;
    color: #0c0c0c;
    font-weight: 500;
}
.mixContentWrap .middleNews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.mixContentWrap .middleNews .heroChild {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.mixContentWrap .middleNews .heroChild a {
    color: black;
}
.mixContentWrap .middleNews .heroChild a p {
    margin-bottom: 0px;
    font-weight: 500;
}
.mixContentWrap .middleNews .heroChild a img {
    border-radius: 9px;
    width: 100%;
}
.heroMainLeftBottomContent {
    background: #fff;
    border-radius: 20px;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    padding-top: 15px;
    position: relative;
    margin-top: -100px;
}
.heroMainLeftBottomContent .radius {
    border-radius: 50px;
    width: 100px;
    height: 15px;
    position: absolute;
    top: -7px;
}
.heroMainLeftBottomContent .heroContent {
    margin-top: 10px;
}
.heroMainLeftBottomContent .heroContent h5 {
    font-size: 30px;
    font-weight: 600;
}
.heroMainLeftBottomContent .heroContent h5 a {
    color: #000;
}
.heroMainLeftBottomContent .listHeading {
    gap: 12px;
    margin-top: 15px;
    margin-left: -3px;
}
.heroMainLeftBottomContent .listHeading h6 {
    font-size: 17px;
    margin-top: 2px;
}
.search-pill {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    font-size: 0.95rem;
}

button.btn-success.rounded-circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px) {
    .modal-body .row > [class^="col"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    button.btn-success.rounded-circle {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.heroMainLeftBottomContent .circle {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    background: transparent;
    position: relative;
    overflow: visible;
    /* Ensure ping circle can overflow */
}
.heroMainLeftBottomContent .circle i {
    font-size: 8px;
    position: relative;
    z-index: 2;
}
.heroMainLeftBottomContent .heroListWrap {
    margin-top: 7px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
}
.heroMainLeftBottomContent .heroListWrap .listItem::before {
    width: 1px;
    content: "";
    position: absolute;
    top: 192px;
    bottom: 53px;
}
.heroMainLeftBottomContent .heroListWrap .listItem {
    display: grid;
    grid-template-columns: 110px auto;
    gap: 5px;
}
.heroMainLeftBottomContent .heroListWrap .listItem div {
    display: grid;
    grid-template-columns: 21px auto;
    gap: 12px;
}
.heroMainLeftBottomContent .heroListWrap .listItem div p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    margin-top: -2px;
}
.heroMainLeftBottomContent .heroListWrap .listItem a {
    margin-bottom: 0px;
    color: #000;
}
.heroMainLeftBottomContent .heroListWrap .listItem a h2 {
    font-size: 17px;
    line-height: 23px;
    margin-top: -2px;
}
.heroMainLeftBottomContent .heroListWrap .listItem .listCircle {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: transparent;
    position: relative;
    overflow: visible;
    /* Ensure ping circle can overflow */
}
.heroMainLeftBottomContent .heroListWrap .listItem div .listCircle i {
    font-size: 5px;
    position: relative;
    z-index: 2;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    75%,
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.heroMainLeftBottomContent .heroListWrap .listItem div .listCircle .ping,
.heroMainLeftBottomContent .listHeading .circle .ping {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.75;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .mixContentWrap .heroMiddleNews li a {
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .heroContainer {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 14px;
    }
    .heroMainLeftBottomContent .heroContent h5 {
        font-size: 25px;
    }
    .heroMainLeftBottomContent .heroListWrap .listItem::before {
        top: 173px;
        bottom: 54px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heroMainLeftBottomContent .heroListWrap .listItem::before {
        top: 192px;
        bottom: 32px;
    }
    .heroItemMixedContent .left h5 {
        font-size: 22px;
        margin-top: 5px;
        font-weight: 500;
    }
    .mixContentWrap .middleNews .heroChild a p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media (min-width: 433px) and (max-width: 767px) {
    .heroMainLeftBottomContent .heroContent h5 {
        font-size: 25px;
    }

    .heroMainLeftBottomContent .heroListWrap .listItem::before {
        top: 173px;
        bottom: 54px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .heroMainLeftBottomContent {
        margin-top: -80px;
    }
    .heroItemMixedContent .left h5 {
        font-size: 22px;
        margin-top: 5px;
        font-weight: 500;
    }
    .mixContentWrap .middleNews .heroChild a p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .heroContainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .heroContainer .heroItem .mixContentWrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .heroContainer .heroItem .mixContentWrapLeft {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .heroContainer .heroItem .heroItemMixedContent2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .mixContentWrap .middleNews .heroChild {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .mixContentWrap .middleNews .heroChild > :nth-child(1) {
        order: 3;
    }
    .mixContentWrap .middleNews .heroChild > :nth-child(2) {
        order: 2;
    }
    .mixContentWrap .middleNews {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .mixContentWrap .middleNews .heroChild a img {
        width: 100%;
    }
}

@media (min-width: 410px) and (max-width: 480px) {
    .heroMainLeftBottomContent .heroListWrap .listItem::before {
        top: 168px;
        bottom: 56px;
    }
}

@media (min-width: 320px) and (max-width: 410px) {
    .heroMainLeftBottomContent .heroListWrap .listItem::before {
        top: 190px;
        bottom: 79px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .heroContainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .heroContainer .heroItem .mixContentWrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .heroContainer .heroItem .heroItemMixedContent2 {
        grid-template-columns: 1fr;
    }
    .mixContentWrap .middleNews .heroChild {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .mixContentWrap .middleNews .heroChild > :nth-child(1) {
        order: 3;
    }
    .mixContentWrap .middleNews .heroChild > :nth-child(2) {
        order: 2;
    }
    .heroMainLeftBottomContent {
        border-radius: 12px;
        margin-top: -58px;
        width: 92%;
        padding: 10px 14px;
    }
    .mixContentWrap .left a img.leftContentImg {
        border-radius: 12px;
    }
    .heroMainLeftBottomContent .circle {
        width: 18px;
        height: 18px;
        border-radius: 18px;
    }
    .heroMainLeftBottomContent .listHeading {
        margin-left: -1px;
    }
    .heroItemMixedContent .left h5 {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .mixContentWrap .middleNews .heroChild a p {
        font-size: 19px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 4px;
    }
    .mixContentWrap .heroMiddleNews {
        margin-top: 0px;
    }
}
@media (min-width: 320px) and (max-width: 432px) {
    .heroMainLeftBottomContent .heroContent h5 {
        font-size: 23px;
    }

    .heroMainLeftBottomContent .heroListWrap .listItem {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }
}
/* Hero section style code End: */

/* Sidebar right code */
.detailsAdvertisementWrap {
    margin-bottom: 15px;
}
.detailsAdvertisementWrap img {
    border-radius: 15px;
    width: 100%;
    border-radius: 12px;
}
.weatherWidget {
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #e0e0e0; /* subtle border */
    margin-top: 20px;
}

.detailsSidebar {
    background: #eff4f9;
    margin-bottom: 15px;
}
.newsItemWrap .sidebarDetailsNewsItem {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}
.newsItemWrap .sidebarDetailsNewsItemLastItem {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.newsItemWrap .sidebarDetailsNewsItem .leftContent h4 {
    font-size: 17px;
    color: #003662 !important;
    line-height: 23px;
    margin-bottom: 2px;
}
.newsItemWrap .sidebarDetailsNewsItem .leftContent h4 a {
    color: #003662 !important;
    transition: all 0.2s ease-in-out;
}
.newsItemWrap .sidebarDetailsNewsItem .leftContent span {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.newsItemWrap .sidebarDetailsNewsItem .rightContent img {
    border-radius: 7px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .newsItemWrap .sidebarDetailsNewsItem {
        grid-template-columns: 2fr 1fr;
        gap: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .newsItemWrap .sidebarDetailsNewsItem .leftContent {
        order: 1;
    }
    .newsItemWrap .sidebarDetailsNewsItem .rightContent {
        order: 2;
    }
    .newsItemWrap .sidebarDetailsNewsItem .rightContent img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .newsItemWrap .sidebarDetailsNewsItem {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .newsItemWrap .sidebarDetailsNewsItem .rightContent img {
        width: 100%;
        margin-bottom: 5px;
    }
    .detailsAdvertisementWrap img {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .newsItemWrap .sidebarDetailsNewsItem .rightContent img {
        width: 100%;
        margin-bottom: 5px;
    }
    .newsItemWrap .sidebarDetailsNewsItem {
        grid-template-columns: 1fr;
        gap: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 12px;
    }
    .newsItemWrap .sidebarDetailsNewsItem .leftContent {
        order: 2;
    }
    .newsItemWrap .sidebarDetailsNewsItem .rightContent {
        order: 1;
    }
    .detailsSidebar {
        padding: 10px 12px;
    }
}

/* Left content start: */
.leftBlogDetailsNewsContent .leftTopHeading div.leftDiv {
    height: 13px;
}
.leftBlogDetailsNewsContent .leftTopHeading div.rightDiv {
    height: 13px;
}
.leftBlogDetailsNewsContent .leftTopHeading div p.bold-news {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 16px;
}
.leftBlogDetailsNewsContent .leftTopHeading div p.light-news {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 13px;
}
.leftBlogDetailsNewsContent .mainHeading h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    margin-top: 14px;
    margin-bottom: 14px;
}
.leftBlogDetailsNewsContent .coverDetailsImg {
    margin-bottom: 15px;
}
.leftBlogDetailsNewsContent .coverDetailsImg img {
    width: 100%;
    border-radius: 16px;
}
.blogAuthorPublishWrap p.author {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #4f4f4f;
}
.blogAuthorPublishWrap p.author a {
    color: #26292b;
    text-decoration: underline !important;
}
.blogAuthorPublishWrap p.publish {
    font-size: 13px;
    line-height: 22px;
}
.blogDescriptionWrap .blogDetails {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}
.detailsLeftAddvetisementWrap img {
    width: 100%;
    border-radius: 12px;
}
.detailsLeftAddvetisementWrap {
    margin-bottom: 15px;
}
.leftBlogDetailsNewsContent .item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.leftBlogDetailsNewsContent .itemBorder {
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
}

.storeWrap {
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.storeWrap .storeImgWrapper {
    gap: 8px;
}
.storeWrap div a img {
    border-radius: 4px;
    height: 38px;
}
.storeWrap button {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.storeWrap button:hover {
    background: #fff;
}

/* Newsletter signup css style start: */

.newsletter-container {
    display: grid;
    grid-template-columns: 8px 1fr;
    background-color: #eff4f9;
    border-radius: 20px;
    padding: 20px 24px;
    gap: 24px;
    margin-bottom: 15px;
}

.red-bar {
    border-radius: 4px;
}

.newsletter-content {
    display: grid;
    grid-template-rows: auto auto auto auto;
    gap: 9px;
}

.newsletter-content h4 {
    margin: 0;
    font-size: 1rem;
    color: #333;
    font-weight: normal;
}

.newsletter-content h2 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.newsletter-content p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 23px;
}

.input-group {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 10px;
}

.input-group input {
    padding: 10px 18px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100% !important;
    outline: none;
    font-family: "Montserrat", sans-serif;
}

.input-group button {
    padding: 10px 18px;
    border-radius: 25px;
    background-color: black;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.privacy-note {
    font-size: 14px !important;
    color: #555;
    margin-top: 0.5rem;
}

.privacy-note a {
    font-weight: 600;
    font-size: 14px !important;
    text-decoration: underline !important;
    color: #000;
}

.privacy-note a:hover {
    text-decoration: none;
}

.relatedNewsContainer {
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.relatedNewsContainerBottom {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.relatedNewsContainer .relatedHeader {
    gap: 5px;
    margin-bottom: 15px;
}
.relatedNewsContainer .relatedHeader h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 0px;
}
.relatedNewsContainer .relatedHeader .circle {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    margin-top: -3px;
}
.relatedNewsCard {
    display: grid;
    grid-template-columns: auto 206px;
    gap: 12px;
    margin-bottom: 15px;
}
.relatedNewsCardLast {
    margin-bottom: 0px;
}
.relatedNewsCard a:hover {
    color: #000 !important;
}
.relatedNewsCard a .relatedContent h5 {
    color: #595959;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.relatedNewsCard a .relatedContent h4 {
    font-size: 20px;
    color: #000;
}
.relatedNewsCard a .relatedContent p {
    font-size: 14px;
    color: #595959;
    margin-bottom: 5px;
}
.relatedNewsCard a .relatedContent span {
    font-size: 12px;
    color: #595959;
}
.relatedNewsCard a img {
    border-radius: 12px;
    width: 100%;
}

.moreNewsContainer {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

.moreNewsContentWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.moreNewsContentWrap .moreItem {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}

@media (min-width: 1400px) {
    .moreNewsContentWrap .moreItem {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.moreNewsContentWrap .moreItem a h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
}
.moreNewsContentWrap .moreItem a img {
    width: 100%;
    border-radius: 12px;
}

/* Comment Box css code Start: */
.commentsContainer {
    background: #eff4f9;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 15px;
    display: block;
}
.comment-box {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 1rem;
}

.comment-input {
    border-radius: 9px;
    padding: 10px 16px;
    resize: none;
    width: 100%;
    margin-bottom: 0.5rem;
    outline: none;
    border: 0px solid transparent;
    outline: none;
    font-size: 14px;
}

.comment-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.comment-toolbar .btn-submit {
    border: none;
    border-radius: 20px;
    padding: 0.4rem 1.5rem;
    transition: all 0.3s ease;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.comment-header h4 {
    font-size: 22px;
}
.comment-header h4 span {
    font-size: 16px;
}
.comment-header .user-dropdown .userButton span i {
    font-size: 13px;
}
.comment-box div h4 {
    font-size: 18px;
    font-weight: 500;
}
.comment-box div h4 span {
    font-size: 13px;
}
.comment-box div p {
    font-size: 14px;
    font-weight: 400;
}
.comment-box {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 8px;
}
.comment-box .userImg {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-box .userImg i {
    font-size: 15px;
}
.comment {
    margin-bottom: 1rem;
}

.comment .author {
    font-weight: 500;
}

.comment .time {
    color: gray;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
}

.comment .text {
    margin: 0.3rem 0 0.5rem;
}

.comment-actions {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: #555;
}

.comment-actions span {
    cursor: pointer;
}
.comment-actions span i {
    font-size: 13px;
}
.reply {
    margin-left: 30px;
}

.reply-form-wrapper {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0.5rem;
}

.d-none {
    display: none !important;
}

.show-more {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}
/* Comment Box css code End: */

@media (min-width: 992px) and (max-width: 1200px) {
    .leftBlogDetailsNewsContent .mainHeading h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .newsletter-content h2 {
        font-size: 22px;
    }

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

    .relatedNewsCard {
        grid-template-columns: auto 150px;
    }
    .moreNewsContentWrap {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .leftBlogDetailsNewsContent .mainHeading h2 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .relatedNewsCard {
        grid-template-columns: auto 150px;
    }
    .relatedNewsCard a .relatedContent h4 {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .leftBlogDetailsNewsContent .mainHeading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .leftBlogDetailsNewsContent .item {
        padding-bottom: 0px;
    }
    .newsletter-content p {
        font-size: 14px;
    }
    .relatedNewsCard {
        grid-template-columns: auto 150px;
    }
    .relatedNewsCard a .relatedContent h4 {
        font-size: 19px;
    }
    .moreNewsContentWrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .leftBlogDetailsNewsContent .mainHeading h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .leftBlogDetailsNewsContent .coverDetailsImg img {
        border-radius: 12px;
    }
    .blogDescriptionWrap .blogDetails {
        margin-bottom: 10px;
    }
    .detailsLeftAddvetisementWrap {
        margin-bottom: 10px;
    }
    .detailsLeftAddvetisementWrap img {
        border-radius: 9px;
    }
    .newsletter-content h2 {
        font-size: 21px;
    }

    .newsletter-content p {
        font-size: 14px;
    }
    .newsletter-container {
        border-radius: 12px;
        padding: 14px 16px;
        padding-right: 12px;
        gap: 16px;
    }
    .input-group input {
        padding: 8px 14px;
    }
    .input-group button {
        padding: 8px 10px;
    }
    .relatedNewsCard {
        grid-template-columns: auto;
    }
    .relatedNewsCard a.left {
        order: 2;
    }
    .moreNewsContentWrap .moreItem a img {
        border-radius: 7px;
    }
    .moreNewsContentWrap .moreItem a h4 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 435px) {
    .storeWrap {
        flex-direction: column !important;
    }
    .storeWrap .storeImgWrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px;
    }
    .storeWrap div a img {
        width: 100%;
        height: 38px;
    }
    .storeWrap button {
        width: 100%;
    }
    .comment-toolbar .btn-submit {
        padding: 5px 17px;
    }
}
/* Blog details page css code End: */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.userButton {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: none;
    padding: 5px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s;
    border: 1px solid #ddd;
}
.userButton .user-icon {
    margin-left: 5px;
}
.user-button:hover {
    background-color: #e5e5e5;
}

.dropdownContent {
    display: none;
    position: absolute;
    right: 0;
    min-width: 180px;
    background-color: white;
    border-radius: 9px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.user-dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.dropdown-icon {
    margin-left: 10px;
}

/* Category page css code Start:***********************************************************************/
.categoryHeroSectionRight {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
}
.relatedNewsCardCategory {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .relatedNewsCardCategory {
        margin-bottom: 15px;
    }
}

/* More from category section css Start */
.categoryMoreNewsWrap {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.loadMoreBtnWrap button {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 18px;
    border-radius: 38px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .loadMoreBtnWrap button {
        padding: 5px 15px;
    }
}

/* More from category section css End */

/* Breaking section css Start */
.breakingContainer {
    margin-top: 24px;
}
.editorAdvertisement {
    margin-top: 20px;
}

.breakingItem {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
}
.breakingItem a img {
    border-radius: 15px;
    width: 100%;
}
.breakingItem a h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
.recommendWrap {
    padding-bottom: 15px;
}
.recommendItem {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    gap: 12px;
    margin-bottom: 20px;
}
.recommendItem a img {
    border-radius: 15px;
    width: 100%;
}
.recommendItem a h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}
.recommendItem a p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #475467;
}
.recommendItem span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.sitebarLogo {
    height: 43px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .breakingItem a h4,
    .recommendItem a h4 {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .breakingItem a h4,
    .recommendItem a h4 {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .breakingItem a h4,
    .recommendItem a h4 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .breakingWrap {
        padding: 10px 0px;
    }
    .editorAdvertisementItem {
        margin-bottom: 20px !important;
    }
    .recommendWrap {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .breakingContainer {
        margin-top: 20px;
    }
    .editorAdvertisementItem {
        margin-bottom: 15px !important;
    }
    .editorAdvertisement {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* Breaking section css End */

.header .menu-right .rightItem .languageWrapper .languageBtnWrapper {
    gap: 5px;
    align-items: center;
}
.header
    .menu-right
    .rightItem
    .languageWrapper
    .languageBtnWrapper
    span.languageIcon
    i {
    font-size: 13px;
}
.languageWrapper .languageDropdown {
    min-width: 150px;
}
.languageWrapper .languageDropdown a {
    padding: 5px 12px;
}

.sidebarLanguageSetting {
    padding-left: 10px;
}
.sidebarLanguageSetting button {
    border: 0px !important;
    padding: 5px 15px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
}
.sidebarLanguageSetting button span i {
    color: #fff !important;
    font-size: 13px !important;
}
.sidebarLanguageSetting .languageDropdown {
    border: 1px solid #ddd;
    padding: 8px 12px;
    padding-bottom: 0px !important;
    margin-top: 4px;
    border-radius: 12px;
}
.sidebarLanguageSetting .languageDropdown a {
    margin-bottom: 5px !important;
    display: block !important;
}
.rightItem .languageWrapper button {
    padding: 7px 16px !important;
}

@media (min-width: 481px) {
    .sidebarLanguageSetting {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .desktopLangWrap {
        display: none !important;
    }
}

.author-sidebar li .sidebar-link.active,
.author-sidebar li .sidebar-link:focus,
.author-sidebar li .sidebar-link:hover {
    border-radius: 0px !important;
}

.author-sidebar .sidebar-link {
    border-radius: 0px !important;
}

.author-sidebar li:last-child .sidebar-link.active,
.author-sidebar li:last-child .sidebar-link:focus,
.author-sidebar li:last-child .sidebar-link:hover {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.author-sidebar li:first-child .sidebar-link.active,
.author-sidebar li:first-child .sidebar-link:focus,
.author-sidebar li:first-child .sidebar-link:hover {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.footerItem p a {
    color: #fff !important;
}

.languageWrapper .languageDropdown a:first-child:hover,
.user-dropdown .dropdown-content a:first-child:hover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.languageWrapper .languageDropdown a:last-child:hover,
.user-dropdown .dropdown-content a:last-child:hover {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
#success_m,
#error_m {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 38px !important;
    padding: 8px 18px !important;
}
#success_m p,
#error_m p {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}
.blogDescriptionWrap p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}
.font-15 {
    font-size: 15px;
}

/* @media (max-width: 450px) {
    .mobileCategoryHidden {
        display: none;
    }
} */
@media (max-width: 480px) {
    .blogDescriptionWrap p {
        font-size: 14px;
    }
    .font-15 {
        font-size: 14px;
    }
}

.albumWrap .btn-group {
    display: inline-flex;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: none;
}
.albumWrap .btn-group::-webkit-scrollbar {
    display: none;
}

.albumWrap .btn {
    background-color: #f0f4f8;
    border: 1px solid #d0d7de;
    color: #1f2937;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: inset 0 0 0 0 transparent;
    transition: all 0.25s ease-in-out;
    border-radius: 0; /* Remove rounding */
    text-transform: capitalize;
}

.albumWrap .btn:hover {
    background-color: #e5efff;
    color: #0d47a1;
    box-shadow: inset 0 -2px 0 0 #0d47a1;
}

.albumWrap .btn.active {
    background-color: #0d47a1;
    color: white;
    border-color: #0d47a1;
    box-shadow: 0 2px 6px rgba(13, 71, 161, 0.3);
}

@media (min-width: 320px) and (max-width: 768px) {
    .sg-page-content .container .albumWrap {
        width: 100%;
        overflow-x: auto;
    }
    .sg-page-content .container .albumWrap div {
        overflow-x: auto !important;
        text-wrap: nowrap;
        max-width: 500px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
  .btn-group {
    overflow-x: auto !important;
    text-wrap: nowrap;
    max-width: 768px;
  }
}

/* Quize section css Start */
.quiz-header {
    margin-bottom: 20px;
  }

  .quiz-header h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
  }

  .quiz-container {
    border-radius: 16px;
    padding: 20px 16px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
  }

  .question-section {
    margin-bottom: 25px;
  }

  .question-title {
    font-size: 22px;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .question-category {
    color: #718096;
    font-size: 1rem;
    margin-bottom: 18px;
    font-weight: 500;
  }

  .options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) ;
    gap: 12px;
  }

  .option-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
  }

  .card-image img {
    width: 100%;
    object-fit: cover;
  }

  .placeholder-image {
    color: #a0aec0;
    font-size: 3rem;
  }

  .card-footer {
    padding: 16px 20px;
    background: white;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .card-footer input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #4299e1;
    cursor: pointer;
  }

  .card-footer label {
    font-weight: 500;
    color: #2d3748;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
  }

  /* Selected states */
  .option-card.selected {
    border-width: 3px;
  }

  .option-card.correct {
    border-color: #22c55e;
    background: linear-gradient(to bottom, #dcfce7, #f0fdf4);
  }

  .option-card.correct .card-footer {
    background: #dcfce7;
    color: #166534;
  }

  .option-card.correct::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #22c55e;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .option-card.wrong {
    border-color: #ef4444;
    background: linear-gradient(to bottom, #fef2f2, #fef7f7);
  }

  .option-card.wrong .card-footer {
    background: #fef2f2;
    color: #dc2626;
  }

  .option-card.wrong::after {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .feedback-message {
    text-align: center;
    padding: 8px 16px;
    border-radius: 38px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    left: 10px;
  }

  .feedback-message.show {
    opacity: 1;
    transform: translateY(0);
  }

  .feedback-message.correct {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
  }

  .feedback-message.correct::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 1.2rem;
  }

  .feedback-message.wrong {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  }

  .feedback-message.wrong::before {
    content: '\f057';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 1.2rem;
  }

  /* result section css */
  .resultWrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
  }
  @media (max-width: 350px) {
    .resultWrap {
      flex-direction: column;
      gap: 12px;
    }
  }
  .resultWrap .result{
    padding: 8px 13px;
    border-radius: 4px;
  }
  .resultWrap .result p{
    font-size: 15px;
    font-weight: 500;
    color: white;
  }
  .resultWrap .result1 {
    background: #16a34a;
  }
  .resultWrap .result2 {
    background: #C32026;
  }
  .resultDataWrap {
    margin-top: 25px;
  }
  .resultDataWrap img {
    border-radius: 12px;
    width: 100%;
  }
  .playBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .playBtnWrap button {
    background: black;
    padding: 10px 20px;
    border-radius: 38px;
    font-size: 14px;
    color: white;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .playBtnWrap button:hover {
    color: #C32026;
    transform: translateY(-4px);
  }
  .playBtnWrap button i {
    font-size: 15px;
    color: white;
    margin-right: 5px;
  }
  .playBtnWrap button:hover i {
    color: #C32026;
  }


  /* Responsive Design */
  @media (max-width: 1199px) {
    .options-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 991px) {
    .options-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {

    .quiz-container {
      padding: 25px;
    }
    .quiz-header h4 {
      font-size: 17px;
    }

    .options-grid {
      grid-template-columns: 1fr 1fr;
    }

    .question-title {
      font-size: 1.3rem;
    }
  }

  @media (max-width: 480px) {
    .quiz-header h4 {
      font-size: 17px;
    }

    .quiz-container {
      padding: 18px 15px;
    }
    .options-grid {
      grid-template-columns: 1fr;
    }
    .quiz-header {
      margin-bottom: 15px;
    }
    .question-title {
      font-size: 19px;
    }
  }

  /* Animation for cards */
  .option-card {
    animation: slideUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
  }

  .option-card:nth-child(1) {
    animation-delay: 0.1s;
  }

  .option-card:nth-child(2) {
    animation-delay: 0.2s;
  }

  .option-card:nth-child(3) {
    animation-delay: 0.3s;
  }

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

  /* Quize section css End */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "League Spartan", sans-serif !important;
}

/* Category page css code End:*************************************************************************/
