:root {
 --primary-color: #061e6c;
 --secondary-color: #ff3f58;
}
.header {
}

.header .header-nav {
 background-color: var(--primary-color);
 border-bottom-left-radius: 0.8rem;
 border-bottom-right-radius: 0.8rem;
}
.header .header-nav figure {
 background: url(/assets/header-logo.png) no-repeat;
 width: 13rem;
 height: 5rem;
 background-position: left;
 background-size: contain;
 object-fit: contain;
 margin: auto;
}

.hero .hero-bg {
 background: url(/assets/hero-bg.png) no-repeat;
 width: 100%;
 height: 60vh;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 border-radius: 1rem;
 border-top-left-radius: 0rem;
 border-top-right-radius: 0rem;
}

.hero .hero-bg .content {
 height: fit-content !important;
 width: 50% !important;
}
.hero .hero-bg .content h2 {
 font-size: 2rem;
 text-align: center;
 color: white;
 font-weight: 500;
 line-height: 1.5;
}
.search-sec form {
 width: 60%;
 margin: auto;
 background-color: var(--secondary-color);
 padding: 2rem 2rem;
 position: relative;
 margin-top: -2rem;
 border-radius: 0.8rem;
}

.search-sec form input {
 width: 88%;
 border: none;
 background: none;
 color: white;
 display: block;
 font-family: "Montserrat", sans-serif;
 padding: 0.8rem 1rem;
 outline: none;
}
.search-sec form img {
 display: block;
 margin-right: 0.5rem;
}
.search-sec form .srch-div {
 border: 1px solid rgba(255, 255, 255, 0.807);
 border-radius: 0.7rem;
}
.search-sec form input::placeholder {
 color: rgba(255, 255, 255, 0.466);
}

/* latest content */
.latest-news {
 margin-top: 2rem;
}
.latest-news .latest-head {
 width: fit-content;
 margin: auto;
}

.latest-news .latest-head h3 {
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
.latest-news .latest-head h3 span {
 color: var(--secondary-color);
}
.latest-news .latest-head img {
 display: block;
 margin: auto;
 margin-top: 2rem;
}

.latest-news .latest-content {
 margin-top: 2rem;
 grid-template-columns: repeat(3, 1fr);
 grid-gap: 2rem;
}
.latest-news .latest-content figure {
 background: url(/assets/img1.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 23rem;
 border-radius: 1rem;
}
.latest-news .latest-content .content {
 padding: 1rem;
 width: 80%;
 margin: auto;
 margin-top: -4rem;
 position: relative;
 background-color: white;
 border: 1px solid rgba(128, 128, 128, 0.095);
 border-radius: 0.5rem;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.latest-news .latest-content .content h5 {
 line-height: 1.5;
 font-weight: 600;
 height: 3.5rem;
 overflow-y: hidden;
 font-size: 1.2rem;
}
.latest-news .latest-content .content img {
 display: block;
 margin: 1rem 0;
}
.latest-news .latest-content .content p {
 line-height: 1.5;
 height: 5rem;
 overflow-y: hidden;
}

/* content-article */
.content-article {
 background: url(/srch_store_theme/img/article-bg1.png) no-repeat;
 /* height: 60vh; */
 background-position: center;
 background-size: cover;
 object-fit: cover;
 margin-top: 3rem;
 padding: 4rem 0;
}
.content-article .article-content-sec {
 grid-template-columns: repeat(3, 1fr);
 position: relative;
}

.content-article .article-content-sec figure {
 grid-column: 1/3;
 background: url(/assets/img2.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 60vh;
 border-radius: 0.5rem;
}

.content-article .article-content-sec .content {
 background-color: white;
 width: 400px;
 position: absolute;
 right: 2rem;
 height: 40vh;
 top: 5rem;
 padding: 2rem;
 border-radius: 0.5rem;
 line-height: 1.5;
}
.content-article .article-content-sec .content img {
 display: block;
 margin: 1rem 0;
}
.content-article .article-content-sec .content h5 {
 font-size: 1.8rem;
 font-weight: 500;
 height: 6rem;
 overflow-y: hidden;
}

.content-article .article-content-sec .content p {
 font-size: 1rem;
 height: 6rem;
 overflow-y: hidden;
}

/* popular articles */

.popular-articles {
 margin-top: 4rem;
}
.popular-articles .popular-head {
 width: fit-content;
 margin: auto;
}

.popular-articles .popular-head h3 {
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
}
.popular-articles .popular-head h3 span {
 color: var(--secondary-color);
}
.popular-articles .popular-head img {
 display: block;
 margin: auto;
 margin-top: 2rem;
}

.popular-articles .popular-content {
 margin-top: 2rem;
 grid-template-columns: repeat(5, 1fr);
 grid-gap: 3rem;
 /* height: 60vh; */
}

.popular-articles .popular-content article {
 grid-column: 4/6;
}

.popular-articles .popular-content figure {
 background: url(/assets/img1.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 18rem;
 border-radius: 1rem;
}
.popular-articles .popular-content .content {
 padding: 1rem;
 width: 80%;
 margin: auto;
 margin-top: -4rem;
 position: relative;
 background-color: white;
 border: 1px solid rgba(128, 128, 128, 0.095);
 border-radius: 0.5rem;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popular-articles .popular-content .content h5 {
 line-height: 1.5;
 font-weight: 600;
 height: 3.5rem;
 font-size: 1.2rem;
 overflow-y: hidden;
}
.popular-articles .popular-content .content img {
 display: block;
 margin: 1rem 0;
}
.popular-articles .popular-content .content p {
 line-height: 1.5;
 height: 5rem;
}

.popular-articles .popular-content .multi-articles {
 grid-column: 1/4;
}

.popular-articles .popular-content .multi-articles article figure {
 background: url(/assets/img4.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 7rem;
}
.popular-articles .popular-content .multi-articles article .flex70 {
 margin-left: 1rem;
 margin-top: 0.5rem;
}

.popular-articles .popular-content .multi-articles article h6 {
 font-size: 1.2rem;
 font-weight: 500;
 margin-bottom: 0.5rem;
 overflow-y: hidden;
 max-height: 3.4rem;
 min-height: 2rem;
}
.popular-articles .popular-content .multi-articles article p {
 line-height: 1.5;
 height: 3rem;
 overflow-y: hidden;
}

/* content-article-left */

.content-article-left {
 margin-top: 10rem;
 background: url(/srch_store_theme/img/article-content2.png) no-repeat;
 /* height: 60vh; */
 background-position: center;
 background-size: cover;
 object-fit: cover;
 padding: 4rem 0;
}

.content-article-left .article-content-sec figure {
 grid-column: 2/4;
 background: url(/assets/img2.png) no-repeat;
 background-position: center;
 background-size: cover;
 object-fit: cover;
 height: 60vh;
 border-radius: 0.5rem;
}

.content-article-left .article-content-sec .content {
 grid-column: 1/2;
 left: 2rem;
}

/* about sec */

.about-sec {
 padding: 2rem 0;
}
.about-sec .content {
 margin: auto;
 text-align: center;
 line-height: 2;
 padding: 2rem 1rem;
}
.about-sec .content figure {
 width: 170px;
 background: url(/srch_store_theme/img/footer-logo.png) no-repeat;
 background-size: contain;
 background-position: center;
 height: 70px;
 margin: auto;
 margin-bottom: 2rem;
}
.about-sec .content p {
 width: 60%;
 margin: auto;
 text-align: center;
 line-height: 1.5;
}
.about-sec .content .line {
 height: 0.1rem;
 background-color: black;
 margin: auto;
 margin-top: 1rem;
 margin-bottom: 1rem;
}
.about-sec .content span {
 text-align: center;
 display: block;
}
.about-sec .content small {
 font-weight: 600;
 font-family: "Montserrat", sans-serif;
}

.footer {
 width: 100%;
 background-color: #fcf2ee;
 margin: auto;
 padding: 1rem 0;
 line-height: 1.5;
}
.footer ul {
 /* width: 60%; */
 margin: auto;
}
.footer li {
 color: black;
 font-size: 0.8rem;
}
.footer p {
 font-size: 0.9rem;
}


/* article page */
.article-page {
    margin-top: 2rem;
}
.article-page-inside {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 60% 40%;
    margin: auto;
    line-height: 1.5;
}

.article-page-inside .article-left,
.article-page-inside .article-right {
}

.article-page-inside .article-left .content {
    margin-top: 1rem;
}
.article-page-inside .article-left .heading {
    font-size: 2.2rem;
    font-weight: 900;
}
.article-page-inside .article-left .desc {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.article-page-inside .article-right h4 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-align: center;
}
.article-page-inside .article-right article {
    padding: 0.2rem 1rem;
}
.article-page-inside .article-right article .content {
    margin-left: 1rem;
    line-height: 1.4;
}
.article-page-inside .article-right article .content h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
.article-page-inside .article-right article .content a {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.all-articles-inside {
    display: grid;
    line-height: 1.5;
}

.all-articles h4 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-align: center;
}
.all-articles article {
    padding: 0.2rem 1rem;
}
.all-articles article .content {
    margin-left: 1rem;
    line-height: 1.4;
}
.all-articles article .content h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
.all-articles article .content a.readmore {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.article-page-inside .article-left .content a {
    font-weight: 600;
}
.article-page-inside .bottom-search {
    margin-top: 4rem;
}
.article-page-inside .bottom-search h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.article-page-inside .article-left form {
    margin-top: 5rem;
    border: 1px solid gray;
    border-radius: 0.8rem;
    width: 85%;
    margin: auto;
    padding: 0rem 1rem;
    padding-right: 0rem;
}

.article-page-inside .article-left form input {
    border: none;
    outline: none;
    padding: 0.8rem;
    width: 90%;
}
.article-page-inside .article-left form i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.article-page-inside .Trending {
    font-size: 3rem;
    font-family: "Dancing Script", cursive;
    font-weight: 600;
    margin-top: 2rem;
}
.article-page-inside .inside-articles {
    margin-top: 0;
}
.article-page-inside .inside-articles article h5 {
    font-size: 1.2rem;
}
.article-page-inside .inside-articles article p {
    font-size: 0.9rem;
}
.article-page-inside .inside-articles article {
    margin-bottom: 1rem;
}

.article-page-inside .inside-articles article a {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: var(--primary);
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.article-page-inside .inside-articles .leftside figure img {
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 8rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}
.article-page-inside .inside-articles .rightside {
    margin-left: 1rem;
}
.article-page-inside .inside-articles .rightside h5 {
    font-size: 1rem;
}
.article-page-inside .article-right .article-page-right .content h5 {
    font-size: 1rem;
}
.article-page-inside .article-right .article-page-right figure {
    width: 100%;
}
.article-page-inside .article-right .article-page-right figure img {
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 8rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

.search-list-item {
    line-height: 1;
    border-bottom: 0.5px solid rgba(128, 128, 128, 0.121) !important;
    padding: 0.8rem 0.3rem;
}
.search-list-item:hover {
    background-color: #f6b30a42;
}
.search-list-item__body {
    line-height: 1 !important;
    font-size: 0.5rem !important;
}
.search-list-item__img {
    display: block;
}
.li-urls {
    line-height: 1.2 !important;
}

.li-urls a {
    font-size: 1.2rem !important;
}

.all-articles .search-list-item__img-col-1 img {
    min-width: 180px;
    max-width: 180px;
    /* min-height: 120px;
    max-height: 120px; */
    height: 100vh;
    width: 100%;
    border-radius: 0.3rem;
}
.all-articles {
    width: 100% !important;
}
.all-articles .right {
    margin-left: 1rem;
}
.all-articles article {
    padding: 1rem 0.3rem;
    border-bottom: 1px solid #84e5f0;
    transition: all 0.2s ease-in-out;
}
.latestARticleHeading-1 {
    font-size: 2rem;
    margin: 1rem 0;
}
.all-articles article h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.article-content-data .main-content .image img {
    width: 100%;
}

.search-columns .search-list-item__img {
    width: 10rem;
}
.search-columns .search-list-item__img img {
    width: 100%;
}
.article-content-data .main-content p {
    text-align: justify;
}
.exclusive-article .read-more-btn {
    margin-top: 0.5rem !important;
    padding: 0.5rem 1rem;
    padding-top: 0.7rem;
}
.article-page .content p {
    font-size: 1.2rem;
    line-height: 1.4;
}

.article-page{
    margin-bottom: 20px;
}
.article-page-inside{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 100% 0 !important;
    margin: auto;
    line-height: 1.5;
}
.article-left{
    margin: 0 auto;
    max-width: 800px;
}
.article-page-inside .article-left .heading{
    font-size: 1.5rem !important;
    line-height: 30px !important;
}
#read-more-btn{
    cursor: pointer;
    background: none;
    color: blue;
    border: none;
    margin-left: 32%;
    font-size: 17px;
    margin-top: 20px;
}
@media screen and (max-width: 550px) {
    .footer .nav-ul{
        padding: 0.3rem 0 !important;
    }
    .footer .nav-ul li a {
        font-size: 0.8rem !important;
    }
    .nav-ul-bg .nav-ul li{
        margin-bottom: 0 !important;
    }
    .header-wrapper{
        width: 100% !important;
        border: none !important;
    }
}

.all-articles article .content a.readmore {
    padding: 0.3rem 1rem;
    display: block;
    width: fit-content;
    border-radius: 0.5rem;
    background-color: #84e5f0;
    padding-bottom: 0.6rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
/* pagination  */
/* Pagination styles */
.paginator {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.paginator .ulpagination {
    list-style: none;
    display: flex;
    padding: 0;
}

.paginator .ulpagination li {
    margin: 0 5px;
    opacity: 50%;
    cursor: not-allowed;
}

.paginator .ulpagination li.prev a,
.paginator .ulpagination li.next a,
.paginator .ulpagination li.first a,
.paginator .ulpagination li.last a {
    padding: 5px 10px;
    background-color: var(--project-theme);
    border: 1px solid #ccc;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.paginator .ulpagination li.prev a:hover,
.paginator .ulpagination li.next a:hover,
.paginator .ulpagination li.first a:hover,
.paginator .ulpagination li.last a:hover {
    background-color: var(--project-theme);
}

.paginator .ulpagination li.active a {
    background-color: white;
    color: black;
}

.paginator .ulpagination li.active a:hover {
    background-color: white;
    color: black;
}

.paginator .ulpagination li a {
    padding: 5px 10px;
    background-color: var(--project-theme);
    border: 1px solid #0056b3;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.paginator .ulpagination li a:hover {
    background-color: white;
    color: black;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.article-wrapper {
    display: flex;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.article-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.content h5 {
    margin: 0 0 10px;
    font-size: 18px;
}

.content p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #555;
}
@media (max-width: 768px) {
    .articles-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .hero-sec .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-sec .hero-content h3 {
        display: none;
    }
}
.article-page-inside h2{
    font-weight: 700;
    font-size: 1.2rem;
}
.article-page-inside .article-left .content{
    /* line-height: 35px; */
    line-height: 1.8;
}
.article-page-inside ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 40px;
    list-style-type: disc;
}

.article-page-inside ul li {
    margin: 0;
    padding: 0;
    display: list-item;
}
.article-page-inside br{
    display: none;
}
@media screen and (max-width: 768px) {
    .article-wrapper {
        flex-direction: column; /* Stack the elements vertically */
    }

    .article-wrapper .content {
        order: 1; /* Ensure the content comes first */
        margin-bottom: 1rem; /* Add spacing between the content and image */
    }

    .article-wrapper figure {
        order: 2; /* Ensure the image comes after the content */
    }

    .article-wrapper figure img {
        width: 100%; /* Make sure the image takes full width in mobile view */
        height: auto; /* Maintain the aspect ratio */
    }

    .articles-grid {
        display: flex;
        flex-direction: column; /* Ensure articles are stacked vertically */
        gap: 1.5rem; /* Add spacing between articles */
    }

    .ulpagination {
        display: flex;
        justify-content: center;
        gap: 0.5rem; /* Add spacing between pagination links */
        flex-wrap: wrap; /* Ensure pagination links wrap if they overflow */
    }
    /* Flexbox adjustments for column stacking */
    .below-articles-sec .flex {
        flex-direction: column; /* Stack elements vertically */
    }

    .below-articles-sec .left-side,
    .below-articles-sec .right-side {
        flex: 100%; /* Ensure full-width stacking */
    }

    /* Article-specific adjustments */
    .below-articles-sec article {
        flex-direction: column; /* Stack content and images */
        margin-bottom: 1rem; /* Add spacing between articles */
    }

    .below-articles-sec article .content {
        order: 1; /* Display the content first */
        margin-bottom: 1rem; /* Add spacing below the content */
    }

    .below-articles-sec article figure {
        order: 2; /* Display the image after the content */
        width: 100%; /* Make the image take full width */
        height: auto; /* Adjust height to maintain aspect ratio */
    }

    /* Adjust the background image for full-width display */
    .below-articles-sec article figure {
        background-size: cover; /* Maintain aspect ratio for background image */
        background-position: center; /* Center the background image */
    }

    /* Adjust inner elements for readability */
    .below-articles-sec h4,
    .below-articles-sec h5 {
        font-size: 1.2rem; /* Adjust heading size for smaller screens */
    }

    .below-articles-sec .readmore {
        font-size: 1rem; /* Adjust button size */
    }

    .below-articles-sec .flex55 {
        display: flex;
        flex-direction: column; /* Stack secondary articles */
        gap: 1rem; /* Add spacing between articles */
    }
    .below-articles-sec .right-side article figure{
        width: 330px;
    }
    .below-articles-sec .right-side article .content h5{
        font-size: 1rem;
    }
    .below-articles-sec .right-side article .content,.all-articles article .content{
        margin-left: 0;
    }
}





.article-page  .article-page-inside{
    h2,h3,h4,h5,h6{
        font-weight: 600 !important;
        margin: .5rem 0 !important;
      }

}

    .article-page .article-page-inside ol {
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 0;
      padding-left: 40px;
      list-style-type: decimal;
    }
    .article-page .article-page-inside strong{
      font-weight: 600;
    }