body {
    font-family: 'Inter', sans-serif;
    --main-green: #22c55e;
    /* green-500 */
}

body.admin-bar header {
    margin-top: 30px;
}

.hero-section {
    background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

/* Custom styles for logo replication */
.logo-text {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.logo-subtext {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4b5563;
    /* gray-600 */
}

#contact input,
#contact textarea {
    outline: none;
}

#contact input:focus,
#contact textarea:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}





/*------------------ Header CSS ------------------*/

.menu-wrapper a {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.menu-wrapper a:first-child {
    margin: 0;
}

.menu-wrapper a.contact-btn {
    white-space: nowrap;
    background-color: #22c55e;
    color: white;
    font-weight: 600;
    padding: 0.7rem 1.25rem;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.menu-wrapper a.contact-btn:hover {
    background-color: #16a34a;
    transform: scale(1.05);
}


/*------------------ Header CSS ------------------*/


/*-------------------- BLOG PAGE CSS -------------------------*/


.blogs-page-section {
    position: relative;
}


.blogs-page-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    /* optional */
}


.search-main-container .search-box:focus-within input {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.pagination-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
}

/* Page links */
.pagination-container .page-numbers {
    padding: 0.5rem 1rem;
    border: 1px solid #10b981;
    /* Tailwind's green-500 */
    border-radius: 0.5rem;
    font-weight: 600;
    color: #10b981;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover state */
.pagination-container .page-numbers:hover {
    background-color: #10b981;
    color: white;
    transform: scale(1.05);
}

/* Current page */
.pagination-container .page-numbers.current {
    background-color: #10b981;
    color: white;
    pointer-events: none;
}

/* Dots */
.pagination-container .page-numbers.dots {
    color: #9ca3af;
    /* Tailwind's gray-400 */
    border: none;
    pointer-events: none;
}

/*-------------------- BLOG PAGE CSS -------------------------*/


/*------------------- Single Blog CSS ------------------*/

.blog-single-main-container .single-blog-image {
    background-image: var(--bg-image);
    position: relative;
}


.blog-single-main-container .author-date-info p:first-child{
    border-right: 2px solid #99999970;
    padding-right: 15px;
}

.blog-single-main-container .author-date-info p:last-child{
    padding-left: 15px;
}

.blog-single-main-container .single-blog-image::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) 42%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0));
    z-index: 1;
}

.blog-single-main-container .single-blog-image .content-single-box {
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}

/*.blog-single-main-container .author-date-info::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    height: 30%;
    width: 1px;
    background-color: #999999;
}*/

.social-share-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


/*--------------- Article Content CSS --------------------*/

.article-section {
    position: relative;
    display: block;
}

.article-section .content{
    display: block;
}   

.article-section .content h1,
.article-section .content h2,
.article-section .content h3,
.article-section .content h4,
.article-section .content h5,
.article-section .content h6{
    margin: 20px auto;
    font-family: "Inter",sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
}


.article-section .content h1,
.heading-xl {
  font-size: 1.875rem;
}

.article-section .content h2 {
  font-size: 1.5rem;
}

.article-section .content h3 {
  font-size: 1.25rem; 
}

.article-section .content h4 {
  font-size: 1.125rem;
}

.article-section .content h5 {
  font-size: 1rem;
}

.article-section .content h6 {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .article-section .content h1,
  .heading-xl {
    font-size: 3rem;
  }

  .article-section .content h2 {
    font-size: 2.25rem;
  }

  .article-section .content h3 {
    font-size: 1.875rem;
  }

  .article-section .content h4 {
    font-size: 1.5rem; 
  }

  .article-section .content h5 {
    font-size: 1.25rem; 
  }

  .article-section .content h6 {
    font-size: 1rem; 
  }
}

.article-section .content p{
    word-wrap: break-word;    
}

.article-section .content strong,
.article-section .content b{
    font-weight: 600;
}


.article-section .content p,
.article-section .content a,
.article-section .content ol li,
.article-section .content ul li{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400; 
    margin: 10px auto;
    font-family: "Inter",sans-serif;
    color: #000;
}

.article-section .content a{
    margin: 10px auto;
    font-family: "Inter",sans-serif;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
}

.article-section .content a:hover{
    text-decoration: underline;
    color: #22c55e;
}

.article-section .content ul,
.article-section .content ol{
   padding-left: 30px;
}

.article-section .content ol li{
    margin: 5px auto;
    font-family: "Inter",sans-serif;
    color: #000;
    list-style: number;
}

.article-section .content ul li{
    margin: 5px auto;
    font-family: "Inter",sans-serif;
    color: #000;
    list-style: disc;
}


.article-section .content img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.article-section .latest-post .post-container .post-image {
   height: 60px;     
   width: 90px;
}

.article-section .latest-post .post-container .post-image a{
    display: block;
    width: 100%;
    height: 100%;
}

.article-section .latest-post .post-container .post-box .post-image img{
    height: 100%;
    width: 80px;
    object-fit: cover;
    object-position: center;
    max-width: 80px;
}

.others-post-article-section .all-post-container{
    row-gap: 50px;
}

.others-post-article-section .all-post-container .other-post-boxes{
    width: calc(100% / 4);
    transition: all 0.5s ease;
    padding: 0 10px;
}

.others-post-article-section .all-post-container .other-post-boxes:first-child{
    padding-left: 0;
}

.others-post-article-section .all-post-container .other-post-boxes:nth-child(4n) {
  padding-right: 0;
}


.others-post-article-section .all-post-container .other-post-boxes:hover h3{
    color: #22c55e;
}

.others-post-article-section .all-post-container .other-post-boxes .other-image-box{
   height: 250px;    
}

.others-post-article-section .all-post-container .other-post-boxes .other-image-box a,
.others-post-article-section .all-post-container .other-post-boxes .other-image-box img{
   height: 100% !important;
}

.others-post-article-section .all-post-container .other-post-boxes .other-post-content{
    margin-top: 20px;
}

/*--------------- Article Content CSS --------------------*/



/*---------- Pagination Design ----------------*/

.pagination-single-wrapper{
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #2c2c2c30;
    border-bottom: 1px solid #2c2c2c30;
    padding: 30px 0;
}

.pagination-single-wrapper .post-navigation-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item a{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-img-box{
    display: inline-block;
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    box-shadow: -1px 5px 26px -16px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-img-box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-content-box{
    display: flex;
    flex-direction: column;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-content-box .nav-label{
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
    opacity: .7;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-content-box .nav-title{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0em;
    line-height: 1.2;
    font-size: 15px;
    word-break: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination-single-wrapper .post-navigation-wrapper .nav-item.nav-next a{
    justify-content: flex-end;
    flex-direction: row-reverse;
    text-align: right;
}

/*---------- Pagination Design ----------------*/



/*---------- Comment Form with login ----------------*/

.comment-respond{
    display: block;
    position: relative;
    width: 100%;
}

.comment-respond h3{
     font-family: "Inter", sans-serif !important;
     font-size: 18px !important;
     font-weight: 700 !important;
     text-transform: capitalize;
     letter-spacing: -0.03em;
     margin-bottom: 10px !important;
}

.comment-respond form .logged-in-as,
.comment-respond form .logged-in-as a{
    margin: 0;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0em;
    position: relative;
    word-wrap: break-word;
}

.comment-respond .comment-form-comment label, 
.comment-respond .comment-form-author label, 
.comment-respond .comment-form-email label, 
.comment-respond .comment-form-url label, 
.comment-respond .jl_no_comment .comment-reply-title{
    display: none;
}

.comment-respond .comment-form-author input, 
.comment-respond .comment-form-email input, 
.comment-respond .comment-form-url input, 
.comment-respond .jl_smmain_con input[type="text"], 
.comment-respond .jl_smmain_con input[type="password"], 
.comment-respond .jl_smmain_con input[type="email"], 
.comment-respond .jl_smmain_con textarea, 
.comment-respond .comment-form-comment textarea{
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    border: 1px solid; #2c2c2c70;
    background: transparent;
    padding: 13px;
    outline: none;
    margin: 0;
    color: #000;
    width: 100%;
    box-shadow: none !important;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 5px !important;
    transition: all 0.4s ease 0s;
}

.comment-respond .jl_smmain_con textarea, 
.comment-respond .comment-form-comment textarea{
    min-height: 60px;
}

.comment-respond .comment-form-author, 
.comment-respond .comment-form-email, 
.comment-respond .comment-form-url {
    float: left;
    width: 33.33%;
    position: relative;
}

.comment-respond .comment-form-email{
   padding: 0 10px;
}


.comment-respond form .comment-form-cookies-consent{
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
    float: left;
    position: relative;
}

.comment-respond form .comment-form-cookies-consent input[type="checkbox"]{
    width: 14px;
    position: relative !important;
    display: block;
    float: left;
    margin-top: 3px;
}

.comment-respond form .comment-form-cookies-consent label{
    font-family: "Inter", sans-serif;
    position: relative;
    margin-left: 20px;
    line-height: 1.2; 
    display: block;
    font-size: 15px;
    font-weight: 400;    
}

.comment-respond form input[type='submit'] {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    outline: none;
    white-space: nowrap;
    background-color: #22c55e;
    color: #fff;
    padding: 0.7rem 1.25rem;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.comment-respond form input[type='submit']:hover{
    background-color: #16a34a;
    transform: scale(1.05);
}





/*---------- Comment Form with login ----------------*/


/*------------------- Single Blog CSS ------------------*/



/*------------------- Responsive CSS ----------------*/



/*----------------- Header CSS ----------------------*/

@media (min-width: 1024px) and (max-width:1279.98px) {
    #menu-main-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
    }
}


@media (min-width: 768px) and (max-width:1023.98px) {
    #mobile-menu .menu-wrapper {
        width: 100%;
    }

    #mobile-menu .menu-wrapper li {
        width: 100%;
        display: block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        color: #4B5563;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    #mobile-menu .menu-wrapper li:hover {
        color: #16A34A;
    }

    #mobile-menu .menu-wrapper li a {
        width: 100%;
        display: block;
    }

    #mobile-menu .contact-btn {
        width: 100%;
        margin-top: 0.5rem;
        display: block;
        text-align: center;
        padding: 0.5rem 1.25rem;
    }

}

@media(min-width: 768px) and (max-width: 991.98px){
    .others-post-article-section .all-post-container .other-post-boxes .other-image-box{
        height: 150px;
    }

    .pagination-single-wrapper .post-navigation-wrapper .nav-item .pagination-content-box .nav-title{
        font-size: 14px;
    }
}



@media(max-width:767px) {
    #mobile-menu .menu-wrapper {
        width: 100%;
    }

    #mobile-menu .menu-wrapper li {
        width: 100%;
        display: block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        color: #4B5563;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    #mobile-menu .menu-wrapper li:hover {
        color: #16A34A;
    }

    #mobile-menu .menu-wrapper li a {
        width: 100%;
        display: block;
    }

    #mobile-menu .contact-btn {
        width: 100%;
        margin-top: 0.5rem;
        display: block;
        text-align: center;
        padding: 0.5rem 1.25rem;
    }

    .blog-single-main-container .author-date-info::after{
        display: none;
    }

    .others-post-article-section .all-post-container .other-post-boxes{
        width: 100%;
    }

    .others-post-article-section .all-post-container .other-post-boxes{
        padding: 0;
    }

    .contact-hero-btn{
        padding: 10px 15px !important;
    }

    .pagination-single-wrapper .post-navigation-wrapper{
        flex-direction: column;
    }

}


/*----------------- Header CSS ----------------------*/


/*------------------- Responsive CSS ----------------*/