@media (max-width: 1399.98px) {

    /* Common Container Css added 09-07-25 Pritesh  */
    .grid-container {
        max-width: 1180px !important;
        padding: 0 15px;
    }

    /* Trending Blog Section Css added 09-07-25 Pritesh  */
    .trending-blog-sec .wpp-list li {
        padding: 14px;
    }

    /* Slider Section Css added 09-07-25 Pritesh  */

    .sponser-slider .slider-link .post-title {
        padding: 12px;
        font-size: 12px;
        line-height: 17px;
        min-height: 76px;
        max-height: 76px;
    }

    /* Blog Card Section Css added 09-07-25 Pritesh  */

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-title {
        min-height: 50px;
        height: 50px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-title>a {
        font-size: 17px;
    }

    /* Trending Blog Section Css added 10-07-25 Pritesh  */

    .trending-blog-sec .wpp-list li:first-child {
        min-width: 560px;
        max-width: 560px;
    }



    /***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    /* LATEST POST BLOG LIST START 11-07-2025 Pritesh */


    .latest-post-wrapper .wpp-list,
    .popular-post-wrapper .wpp-list,
    .trending-post-wrapper .wpp-list {
        gap: 20px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card,
    .popular-post-wrapper .wpp-list .popular-post-card,
    .trending-post-wrapper .wpp-list .trending-post-card {
        width: calc((100% / 2) - 10px);
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper h3,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper h3,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper h3 {
        font-size: 18px;
        line-height: 26px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR POPULAR BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-author .author-icon .fa-user-alt,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-author .author-icon .fa-user-alt {
        font-size: 12px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-author,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-views,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-author,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-views {
        font-size: 14px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR BLOG DETAIL PAGE 14/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    /****************************** Blog Post Header Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-header h1 {
        font-size: 34px;
    }

    /****************************** Blog Post Header Css End ******************************/

    /****************************** Blog Post Detail Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-content h2,
    .custom-blog-detial-main .inside-article .entry-content h2>strong,
    .custom-blog-detial-main .inside-article .entry-content h2>b,
    .custom-blog-detial-main .inside-article .entry-content h2>span {
        font-size: 28px;
    }

    .custom-blog-detial-main .inside-article .entry-content h3,
    .custom-blog-detial-main .inside-article .entry-content h3>span,
    .custom-blog-detial-main .inside-article .entry-content h3>b,
    .custom-blog-detial-main .inside-article .entry-content h3>strong {
        font-size: 22px;
    }

    /****************************** Blog Post Detail Css End ******************************/

}

@media (max-width: 1199.98px) {

    /* Header Css added 09-07-2025 pritesh */

    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 10px;
    }

    .widget_nav_menu ul li a {
        font-size: 13px;
        line-height: 16px;
        display: inline-block;
    }

    .main-navigation .main-nav ul ul li a {
        padding: 14px 12px 0;
        font-size: 12px;
    }

    .main-navigation ul ul {
        padding-bottom: 14px;
        width: 170px;
    }

    .inside-header {
        gap: 5px;
    }

    .main-navigation .inside-navigation {
        height: 40px;
    }

    .main-navigation .menu-bar-item>a {
        line-height: 40px;
    }

    .main-navigation .main-nav ul li a {
        line-height: 40px;
    }


    /* Common Container Css added 09-07-25 Pritesh  */
    .grid-container {
        max-width: 980px !important;
        padding: 0 15px;
    }

    /* Trending Blog Section Css added 09-07-25 Pritesh  */

    .trending-blog-sec {
        padding: 60px 0 30px;
    }

    .trending-blog-sec .wpp-list li {
        padding: 12px;
    }

    .trending-blog-sec .wpp-list li .wpp-post-title {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

    .trending-blog-sec .wpp-list li:first-child {
        min-width: 460px;
        max-width: 460px;
    }

    .trending-blog-sec .wpp-list li:first-child .wpp-post-title {
        font-size: 22px;
        line-height: 36px;
    }

    /* Global title Css Added 09-07-25 Pritesh  */

    .global-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    /* Slider Section Css added 09-07-25 Pritesh  */

    .slider-wrapper {
        margin: 30px 0;
    }

    .sponser-slider .slider-link .post-title {
        padding: 12px;
        font-size: 12px;
        line-height: 17px;
        min-height: 76px;
        max-height: 76px;
    }

    /* Right Sidebar Css Added 09-07-25 Pritesh  */

    .widget-area .inside-right-sidebar .widget {
        margin-bottom: 20px;
        padding: 24px 16px;
    }

    .widget-area .inside-right-sidebar .widget .widget-title {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .widget-area .inside-right-sidebar .widget .custom-html-widget>a {
        font-size: 13px;
    }

    .widget-area .inside-right-sidebar .widget.custom_categories_widget ul li>a {
        font-size: 13px;
    }


    /* Blog Card Section Css added 09-07-25 Pritesh  */

    .separate-containers .site-main {
        margin: 15px;
    }

    .site-main {
        column-gap: 15px;
    }

    .site-main article.hp_main_blog_card {
        width: calc((100% / 2) - 8px);
        margin-bottom: 15px;
    }

    .site-main article.hp_main_blog_card .inside-article {
        padding: 12px;
    }

    .site-main article.hp_main_blog_card .inside-article .post-image {
        margin: 0;
        height: 220px;
    }

    .site-main article.hp_main_blog_card .inside-article .post-image>a {
        min-height: 220px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header {
        padding: 15px 0px 0;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-meta {
        padding: 0 0 8px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-meta .posted-on {
        font-size: 12px;
        padding-right: 10px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-meta .byline {
        font-size: 13px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-title {
        min-height: 46px;
        height: 46px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-header .entry-title>a {
        font-size: 14px;
        line-height: 22px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-summary {
        padding: 0 0px 19px;
        margin-top: 12px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-summary>p {
        font-size: 13px;
    }

    .site-main article.hp_main_blog_card .inside-article .entry-summary>p>a {
        font-size: 12px;
    }

    .site-main article.hp_main_blog_card .inside-article footer.entry-meta {
        margin: 12px 0 0px;
    }

    .site-main article.hp_main_blog_card .inside-article footer.entry-meta span a {
        font-size: 12px;
    }

    .site-main article.hp_main_blog_card .inside-article footer.entry-meta .gp-icon svg {
        height: 12px;
        width: 12px;
    }


    /* Top Pick Categories Blog Section 09-07-2025 Pritesh  */

    .popular-cat-sec {
        padding: 60px 0 50px;
        margin-top: 30px;
    }

    .popular-cat-sec .popular-cat-subtitle {
        font-size: 14px;
    }

    .popular-cat-sec .popular-cat-subtitle .popular-cat-subtitle-dot {
        font-size: 24px;
    }

    .popular-cat-sec .popular-cat-content {
        font-size: 15px;
        line-height: 25px;
        margin-top: -24px;
    }

    .popular-cat-menu {
        margin-top: 30px;
    }

    .popular-cat-menu ul li a {
        font-size: 12px;
        padding: 6px 19px;
    }

    .popular-cat-main-box {
        margin-top: 32px;
    }

    .popular-post-row .slick-slide {
        padding: 12px;
    }

    .popular-post-row .popular-post-box {
        padding: 12px;
    }

    .popular-post-row .popular-post-box .popular-post-title {
        padding-top: 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .popular-cat-sec .wpp-meta {
        gap: 9px;
    }

    .popular-cat-sec .wpp-meta .wpp-date,
    .popular-cat-sec .wpp-meta .wpp-views {
        font-size: 12px;
    }

    .popular-post-row .slick-next.slick-arrow {
        right: 8px;
    }

    .popular-post-row .slick-prev.slick-arrow {
        left: 8px;
    }

    /* Footer Css added 10-07-2025 pritesh */

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
        width: 40%;
    }

    /***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    /* CUSTOM TITLE CSS */
    .custom-article .inside-article .entry-header .entry-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    /* LATEST POST BLOG LIST START 11-07-2025 Pritesh */

    .latest-post-wrapper .wpp-list,
    .popular-post-wrapper .wpp-list,
    .trending-post-wrapper .wpp-list {
        gap: 15px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card,
    .popular-post-wrapper .wpp-list .popular-post-card,
    .trending-post-wrapper .wpp-list .trending-post-card {
        padding: 12px;
        width: calc((100% / 2) - 7.5px);
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-img-wrapper {
        max-height: 190px;
        min-height: 190px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper {
        gap: 12px;
        padding-top: 12px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper .lp-card-title-wrapper .lp-card-author-wrapper {
        gap: 6px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper h3,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper h3,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper .lp-card-desc {
        margin-bottom: 0;
        font-size: 14px;
    }

    /***************************************************************************************************************
**************************** CSS ADDEDD FOR POPULAR BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-title-wrapper .pp-date,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-title-wrapper .tp-date {
        font-size: 13px;
        line-height: 13px;
        gap: 8px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-title-wrapper .pp-date .fa-calendar-day,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-title-wrapper .tp-date .fa-calendar-day {
        font-size: 12px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-views .fa-eye,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-views .fa-eye {
        font-size: 12px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-author .author-icon .fa-user-alt,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-author .author-icon .fa-user-alt {
        font-size: 12px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR BLOG DETAIL PAGE 14/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    /****************************** Blog Post Header Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-header h1 {
        font-size: 30px;
        line-height: 38px;
    }

    /****************************** Blog Post Header Css End ******************************/

    /****************************** Blog Post Detail Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-content h2,
    .custom-blog-detial-main .inside-article .entry-content h2>strong,
    .custom-blog-detial-main .inside-article .entry-content h2>b,
    .custom-blog-detial-main .inside-article .entry-content h2>span {
        font-size: 25px;
        line-height: 32px;
    }

    .custom-blog-detial-main .inside-article .entry-content h3,
    .custom-blog-detial-main .inside-article .entry-content h3>span,
    .custom-blog-detial-main .inside-article .entry-content h3>b,
    .custom-blog-detial-main .inside-article .entry-content h3>strong {
        font-size: 20px;
        line-height: 26px;
    }

    /****************************** Blog Post Detail Css End ******************************/

}


@media (max-width: 991.98px) {

    /* Header Css added 09-07-2025 pritesh */

    .main-navigation .main-nav ul li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        font-weight: 500;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 5px;
        padding-left: 2px;
    }

    /* for search icon */
    .main-navigation a {
        font-size: 14px;
    }

    .widget_nav_menu ul li a {
        font-size: 13px;
        line-height: 16px;
        display: inline-block;
    }

    .main-navigation .main-nav ul ul li a {
        padding: 14px 12px 0;
        font-size: 12px;
    }

    .main-navigation ul ul {
        padding-bottom: 14px;
        width: 170px;
    }

    /* Common Container Css added 09-07-25 Pritesh  */
    .grid-container {
        max-width: 100% !important;
        padding: 0 15px;
    }


    /* Trending Blog Section Css added 09-07-25 Pritesh  */

    .trending-blog-sec .wpp-list {
        grid-template-columns: auto;
    }

    .trending-blog-sec .wpp-list li:first-child {
        min-width: unset;
        max-width: 100%;
    }

    .trending-blog-sec .wpp-list li:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    /* Right Sidebar Css Added 09-07-25 Pritesh  */

    .is-right-sidebar {
        width: 40%;
    }

    /* Blog Card Section Css added 09-07-25 Pritesh  */

    .site-content .content-area {
        width: 60%;
    }

    .site-main article.hp_main_blog_card {
        width: 100%;
    }

    /* Top Pick Categories Blog Section 09-07-2025 Pritesh  */
    .popular-post-row .slick-slide {
        transform: scale(1);
    }

    .popular-post-row .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1);
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-title {
        font-size: 19px;
    }

    /* Footer Css added 10-07-2025 pritesh */
    .site-footer .footer-widgets-container .inner-padding {
        padding: 0 0 0 30px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    /* LATEST POST BLOG LIST START 11-07-2025 Pritesh */

    .latest-post-wrapper .wpp-list .latest-post-card,
    .popular-post-wrapper .wpp-list .popular-post-card,
    .trending-post-wrapper .wpp-list .trending-post-card {
        width: 100%;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-img-wrapper {
        max-height: 240px;
        min-height: 240px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR WRITE FOR US PAGE 14/07/2025 by Pritesh ****************************
***************************************************************************************************************/

    .write-for-us-wrapper {
        border-radius: 15px;
        padding: 20px;
    }

    .write-for-us-wrapper .wfu-title {
        font-size: 18px;
        line-height: 28px;
        margin: 18px 0 12px;
    }

    .write-for-us-wrapper .wfu-title:nth-child(1) {
        margin: 0 0 12px;
    }

    .write-for-us-wrapper .wfu-ul-list {
        margin: 0 0 0 10px;
    }

    .write-for-us-wrapper .wfu-ul-list li {
        padding: 5px 0 5px 13px;
        font-size: 14px;
        line-height: 18px;
    }

    .write-for-us-wrapper .wfu-ul-list li::before {
        top: 11px;
    }

    .write-for-us-wrapper .wfu-inner-ul-list {
        margin: 10px 0 10px 10px;
    }

    .write-for-us-wrapper p {
        padding: 8px 0;
        font-size: 14px;
        line-height: 19px;
    }

    /***************************************************************************************************************
****************************** CSS ADDEDD FOR ABOUT US PAGE 17/07/2025 by Pritesh ******************************
***************************************************************************************************************/

    .about-us-wrapper {
        border-radius: 15px;
        padding: 20px;
    }

    .about-us-wrapper img {
        border-radius: 14px;
    }

    .about-us-wrapper p {
        padding: 8px 0;
        font-size: 14px;
        line-height: 19px;
    }

    /***************************************************************************************************************
*************************** CSS ADDEDD FOR PRIVACY POLICY PAGE 18/07/2025 by Pritesh ***************************
***************************************************************************************************************/

    .privacy-policy-wrapper {
        border-radius: 15px;
        padding: 20px;
    }

    .privacy-policy-wrapper p {
        font-size: 14px;
        line-height: 19px;
    }

    .privacy-policy-wrapper p>span {
        font-size: 18px;
        line-height: 26px;
    }

    /***************************************************************************************************************
***************************** CSS ADDEDD FOR CONTACT US PAGE 18/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .wpforms-container-full {
        border-radius: 15px !important;
        padding: 20px !important;
    }

    .wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-name,
    .wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-email {
        width: 100% !important;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR BLOG DETAIL PAGE 14/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .custom-blog-detial-main .inside-article {
        padding: 26px 16px;
    }

    /****************************** Blog Post Header Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-header h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .custom-blog-detial-main .inside-article .entry-header .entry-meta .posted-on {
        font-size: 14px;
    }

    .custom-blog-detial-main .inside-article .entry-header .entry-meta .byline {
        font-size: 14px;
    }

    /****************************** Blog Post Header Css End ******************************/

    /****************************** Blog Post Image Css Start ******************************/
    .custom-blog-detial-main .inside-article .featured-image {
        margin: 20px 0;
    }

    /****************************** Blog Post Image Css End ******************************/

    /****************************** Blog Post Detail Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-content {
        margin: 20px 0;
    }

    .custom-blog-detial-main .inside-article .entry-content h2,
    .custom-blog-detial-main .inside-article .entry-content h2>strong,
    .custom-blog-detial-main .inside-article .entry-content h2>b,
    .custom-blog-detial-main .inside-article .entry-content h2>span {
        font-size: 22px;
        line-height: 30px;
        margin: 30px 0 12px;
    }

    .custom-blog-detial-main .inside-article .entry-content h2+h2 {
        margin: 30px 0 12px;
    }

    .custom-blog-detial-main .inside-article .entry-content h3,
    .custom-blog-detial-main .inside-article .entry-content h3>span,
    .custom-blog-detial-main .inside-article .entry-content h3>b,
    .custom-blog-detial-main .inside-article .entry-content h3>strong {
        font-size: 18px;
        line-height: 22px;
        margin: 26px 0 12px;
    }

    .custom-blog-detial-main .inside-article .entry-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 12px 0;
    }

    .custom-blog-detial-main .inside-article .entry-content ul,
    .custom-blog-detial-main .inside-article .entry-content ol {
        margin: 12px 0 12px 24px;
    }

    .custom-blog-detial-main .inside-article .entry-content ul li,
    .custom-blog-detial-main .inside-article .entry-content ol li {
        font-size: 14px;
        line-height: 24px;
        margin: 12px 0;
    }

    .custom-blog-detial-main .inside-article .entry-content table thead tr th {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 12px;
    }

    .custom-blog-detial-main .inside-article .entry-content table tbody tr td {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 12px;
    }

    /****************************** Blog Post Detail Css End ******************************/

    /****************************** Blog Post Footer Css Start ******************************/

    .custom-blog-detial-main .inside-article footer.entry-meta {
        margin: 20px 0 0;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .cat-links,
    .custom-blog-detial-main .inside-article footer.entry-meta .tags-links {
        font-size: 14px;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-previous,
    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-next {
        height: 54px;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-previous .prev a,
    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-next .next a {
        position: relative;
        font-size: 12px;
        line-height: 18px;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-previous .prev a {
        padding-left: 16px;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .post-navigation .nav-next .next a {
        padding-right: 16px;
    }

    /****************************** Blog Post Footer Css End ******************************/


    /***************************************************************************************************************
****************** CSS ADDEDD FOR LEAVE A COMMENT SEC IN DETAIL PAGE 28/07/2025 by Pritesh *********************
***************************************************************************************************************/

    .comments-area {
        padding: 26px 16px !important;
    }

    .comments-area .comment-form .input_wrapper {
        width: 100%;
    }

    .comments-area .comment-reply-title {
        font-size: 26px;
    }

    .comments-area .comment-form .form-submit .submit {
        padding: 8px 16px;
        margin: 0 0;
        font-size: 14px;
    }

}


@media (max-width: 768.68px) {

    /* Css Added for Mobile navbar 10-07-25 Pritesh  */

    .mobile-menu-open {
        overflow: hidden;
    }

    .menu-toggle {
        padding: 0 20px 0 0;
    }

    .main-navigation .main-nav {
        background-color: #fff;
        z-index: 999;
        width: calc(100% + 30px);
        margin-left: -15px;
        height: calc(100svh - 105px);
        position: absolute;
        overflow-y: hidden;
        top: 0;
        left: -110%;
        transition: all 0.5s ease-in-out;
    }

    .main-navigation.toggled .main-nav {
        left: 0;
    }

    .main-navigation .main-nav>ul {
        display: block !important;
    }

    .main-navigation:not(.toggled) ul li.sfHover>ul,
    .main-navigation:not(.toggled) ul li:hover>ul {
        box-shadow: none;
        width: 100%;
        border: 0;
        display: none;
    }

    .main-navigation .main-nav ul {
        background-color: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 0 15px;
    }

    .main-navigation .main-nav ul li {
        padding-bottom: 14px;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 0;
        padding-right: 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 35px;
    }

    .main-navigation .inside-navigation {
        height: 0px;
    }

    .inside-header {
        gap: 0;
    }

    .site-header .header-widget {
        margin: 10px 0 15px;
    }

    .menu-toggle {
        line-height: 40px;
        padding: 0 0 0 20px;
        background-color: transparent !important;
        font-size: 20px;
    }

    .main-navigation a {
        font-size: 17px;
    }

    .nav-float-right #site-navigation {
        margin: 0 !important;
    }

    /* Sub mennu css start  */

    .main-navigation .main-nav ul ul li {
        padding-bottom: 0px !important;
    }

    .main-navigation .main-nav ul ul li a {
        font-size: 15px;
        padding: 14px 0 0;
    }

    .main-navigation .main-nav ul ul li:last-child a {
        padding-bottom: 14px;
    }



    /* Trending Blog Section Css added 10-07-25 Pritesh  */

    .trending-blog-sec {
        padding: 50px 0 30px;
    }

    /* Blog Card Section Css added 09-07-25 Pritesh  */

    .site-main article.hp_main_blog_card .inside-article .post-image {
        margin: 0;
        height: 260px;
    }

    .site-main article.hp_main_blog_card .inside-article .post-image>a {
        min-height: 260px;
    }


    /* Global title Css Added 10-07-25 Pritesh  */

    .global-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    /* Footer Css added 10-07-2025 pritesh */
    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1,
    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2,
    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
        width: 100%;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-quicklinks-wrapper {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        flex-direction: unset;
        justify-content: center;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-title {
        display: block;
        text-align: center;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-disclaimer-text {
        text-align: center;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-getintouch-wrapper {
        justify-content: center;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-certification-wrapper {
        justify-content: center;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
        margin-bottom: 0px;
    }

    .copyright-bar {
        font-size: 14px;
    }



    /***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/
    .custom-article .inside-article {
        padding: 50px 0 0 !important;
    }

    /* CUSTOM TITLE CSS */
    .custom-article .inside-article .entry-header .entry-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    /* LATEST POST BLOG LIST START 11-07-2025 Pritesh */


    .latest-post-wrapper .wpp-list,
    .popular-post-wrapper .wpp-list,
    .trending-post-wrapper .wpp-list {
        gap: 12px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card,
    .popular-post-wrapper .wpp-list .popular-post-card,
    .trending-post-wrapper .wpp-list .trending-post-card {
        width: calc((100% / 2) - 6px);

    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-img-wrapper,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-img-wrapper,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-img-wrapper {
        max-height: 180px;
        min-height: 180px;
    }


    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper h3,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper h3,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper .lp-card-title-wrapper .lp-card-author-wrapper .author .fa-user-alt {
        font-size: 12px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper .lp-card-title-wrapper .lp-card-author-wrapper .author a {
        font-size: 12px;
    }

    .latest-post-wrapper .wpp-list .latest-post-card .lp-card-body-wrapper .lp-card-desc {
        font-size: 13px;
        -webkit-line-clamp: 3;
    }

    /***************************************************************************************************************
**************************** CSS ADDEDD FOR POPULAR BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-title-wrapper,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-title-wrapper {
        gap: 8px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-title-wrapper .pp-date .fa-calendar-day,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-title-wrapper .tp-date .fa-calendar-day {
        font-size: 14px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-title-wrapper .pp-date,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-title-wrapper .tp-date {
        font-size: 12px;
        line-height: 12px;
        gap: 6px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-author,
    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-views,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-author,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-views {
        font-size: 13px;
    }

    .popular-post-wrapper .wpp-list .popular-post-card .pp-card-body-wrapper .pp-card-author-wrapper .pp-author .author-icon .fa-user-alt,
    .trending-post-wrapper .wpp-list .trending-post-card .tp-card-body-wrapper .tp-card-author-wrapper .tp-author .author-icon .fa-user-alt {
        font-size: 10px;
    }

}

@media (max-width: 575px) {

    /* Header Css added 10-07-2025 pritesh */

    .site-header .header-image {
        width: 180px;
    }

    .site-header .header-widget ul {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .site-header .header-widget ul li {
        margin: 0;
    }

    .main-navigation .main-nav {
        height: calc(100svh - 103px);
    }

    /* Trending Blog Section Css added 09-07-25 Pritesh  */

    .trending-blog-sec {
        padding: 40px 0 30px;
    }

    .trending-blog-sec .wpp-list li:first-child .wpp-post-title {
        font-size: 20px;
        line-height: 36px;
        left: 30px;
        bottom: 30px;
        right: 30px;
    }

    /* Slider Section Css added 09-07-25 Pritesh  */
    .sponser-slider .slider-link .post-title {
        min-height: 64px;
        max-height: 64px;
    }

    /* Global title Css Added 10-07-25 Pritesh  */
    .global-title {
        font-size: 19px;
    }

    .global-title:before {
        width: 80px;
    }

    .global-title::after {
        width: 80px;
    }

    /* Top Pick Categories Blog Section 09-07-2025 Pritesh  */

    .popular-cat-menu ul li a {
        font-size: 11px;
        padding: 5px 12px;
    }

    /* Footer Css added 10-07-2025 pritesh */
    .copyright-bar {
        font-size: 12px;
    }


    /***************************************************************************************************************
**************************** CSS ADDEDD FOR LATEST BLOG PAGE 11/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .custom-article .inside-article {
        padding: 30px 0 0 !important;
    }

    /* CUSTOM TITLE CSS */
    .custom-article .inside-article .entry-header .entry-title {
        font-size: 22px;
    }

    .custom-article .inside-article .entry-header .entry-title:after {
        width: 80px;
    }

    .custom-article .inside-article .entry-header .entry-title:before {
        width: 80px;
    }

    /* LATEST POST BLOG LIST START 11-07-2025 Pritesh */

    .latest-post-wrapper .wpp-list .latest-post-card,
    .popular-post-wrapper .wpp-list .popular-post-card,
    .trending-post-wrapper .wpp-list .trending-post-card {
        width: 100%;

    }

    /***************************************************************************************************************
**************************** CSS ADDEDD FOR BLOG DETAIL PAGE 14/07/2025 by Pritesh *****************************
***************************************************************************************************************/

    .custom-blog-detial-main .inside-article {
        padding: 22px 14px;
    }

    /****************************** Blog Post Header Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-header h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    /****************************** Blog Post Header Css End ******************************/

    /****************************** Blog Post Detail Css Start ******************************/

    .custom-blog-detial-main .inside-article .entry-content {
        margin: 20px 0;
    }

    .custom-blog-detial-main .inside-article .entry-content h2,
    .custom-blog-detial-main .inside-article .entry-content h2>strong,
    .custom-blog-detial-main .inside-article .entry-content h2>b,
    .custom-blog-detial-main .inside-article .entry-content h2>span {
        font-size: 18px;
        line-height: 25px;
    }

    .custom-blog-detial-main .inside-article .entry-content h3,
    .custom-blog-detial-main .inside-article .entry-content h3>span,
    .custom-blog-detial-main .inside-article .entry-content h3>b,
    .custom-blog-detial-main .inside-article .entry-content h3>strong {
        font-size: 16px;
        line-height: 22px;
    }

    .custom-blog-detial-main .inside-article .entry-content p {
        line-height: 22px;
    }

    .custom-blog-detial-main .inside-article .entry-content ul li,
    .custom-blog-detial-main .inside-article .entry-content ol li {
        line-height: 22px;
    }

    /****************************** Blog Post Detail Css End ******************************/

    /****************************** Blog Post Footer Css Start ******************************/

    .custom-blog-detial-main .inside-article footer.entry-meta {
        margin: 20px 0 0;
    }

    .custom-blog-detial-main .inside-article footer.entry-meta .cat-links,
    .custom-blog-detial-main .inside-article footer.entry-meta .tags-links {
        font-size: 12px;
    }

    /****************************** Blog Post Footer Css End ******************************/
}

@media (max-width: 460px) {

    /* Header Css added 09-07-2025 pritesh */

    .widget_nav_menu ul li a {
        font-size: 12px;
    }

    .site-header .header-widget ul {
        gap: 9px;
    }

    /* Global title Css Added 10-07-25 Pritesh  */
    .global-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .global-title:before {
        width: 50px;
    }

    .global-title::after {
        width: 50px;
    }

    /* CUSTOM TITLE CSS */
    .custom-article .inside-article .entry-header .entry-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .custom-article .inside-article .entry-header .entry-title:after {
        width: 50px;
    }

    .custom-article .inside-article .entry-header .entry-title:before {
        width: 50px;
    }

    /* Trending Blog Section Css added 09-07-25 Pritesh  */

    .trending-blog-sec .wpp-list li:first-child .wpp-post-title {
        font-size: 15px;
        line-height: 24px;
        left: 25px;
        bottom: 25px;
        right: 25px;
    }

    .trending-blog-sec .wpp-list li .wpp-post-title {
        font-size: 12px;
        line-height: 16px;
    }

    .trending-blog-sec .wpp-meta {
        gap: 6px;
        margin-top: 5px;
    }

    .trending-blog-sec .wpp-meta .wpp-date,
    .trending-blog-sec .wpp-meta .wpp-views {
        font-size: 12px;
    }

    /* Top Pick Categories Blog Section 09-07-2025 Pritesh  */

    .popular-cat-sec {
        padding: 50px 0 50px;
    }

    .popular-cat-sec .popular-cat-subtitle .popular-cat-subtitle-dot {
        font-size: 20px;
    }

    .popular-cat-sec .popular-cat-title-wrapper {
        gap: 16px;
    }

    .popular-cat-sec .popular-cat-content {
        font-size: 13px;
        line-height: 20px;
        margin-top: -16px;
        margin-bottom: 14px;
    }

    .popular-cat-menu ul li a {
        font-size: 10px;
        padding: 5px 9px;
    }
}