@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primaryColor: #2E6048;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

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

.menu-item a{
    font-weight: 500;
}

body.home .page-header {
    display: none;
}

.site-branding.show-logo {
    display: none;
}

nav.site-navigation.show {
    width: 100%;
    justify-content: center;
}

header .social-links {
    position: absolute;
    right: 4vw;
}

body.home header#site-header , .site-header {
    /* position: absolute;
    width: 100%;
    top: 0;
    background: transparent; */
    padding: 20px 16px;
}

header#site-header {
    z-index: 999;
}




main {
    max-width: 100% !important;
    /* background: conic-gradient(from 142deg at center, #ecc28b, #d79b62, #f4d19b); */

}

main .page-header,
.woocommerce-products-header {
    /* background: url('https://tkitchen.in/wp-content/uploads/2025/07/content-page-banner-1.png'); */
    background: linear-gradient(135deg, #29613b, #62a76b);
    padding: 6rem 20px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 1;
    margin: 0;
}

main .page-header::after,
.woocommerce-products-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: -1;
}

h1.page-title {
    max-width: 1320px;
    margin: auto;
}

/* body.home main{
    background: none;
    padding: 0;
    position: static;
}
body.home main:after {
    content: none;
} */


.social-links a i {
    background: var(--primaryColor);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding-left: 1px;
}

/* blogs css start */
body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}


.blog .page-content,
.single-post .page-content {
    max-width: 1320px;
    margin: auto;
}

.single-post .page-content {
    padding: 4rem 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    row-gap: 5rem;
    padding: 4rem 20px;
}


.blog .post {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    background: #f4fff6;
    border-radius: 8px;
}
.blog .post>a {
    order: 1;
    width: 100%;
}

.blog .post>h2 {
    order: 2;
    padding: 0px 16px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.blog .post>p {
    order: 3;
    padding: 0px 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 24px;
}
.blog .post-thumbnail{
    width: 100%;
}
.blog .post a img {
    width: 100% !important;
    /* height: 260px !important; */
}

.post-date {
    /* padding: 20px 16px 0px 16px; */
    padding: 20px;
    text-align: center;
    width: 100%;
}
.post-slider-content-wrap .post-meta {
    display: none !important;
}
.post-slider-content-wrap a.tp-read-more {
    text-decoration: none;
    background: linear-gradient(45deg, #29613b, #75cd81);
    color: #fff !important;
    text-align: center;
    padding: 10px 20px !important;
    border-radius: 8px;
    margin-top: 0rem !important;
    display: block;
    width: fit-content;
}
.post-slider-area.id-341 .post-slider-content-wrap p {
    color: #000000;
    font-size: 15px;
    text-align: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
.post-slider-area.id-216 .post-slider-content-wrap h2.title,
.post-slider-area.id-216 .post-slider-content-wrap h2.title a {
    color: #333333;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    outline: none;
}
/* blogs css end */
.title a {
    text-align: center !important;
    margin: auto;
    display: block;
}

.slider-post-thumb-wrap a img {
    height: 100% !important;
}

.owl-stage-outer.owl-height {
    height: auto !important;
}
/* contact form css start */
.contact-form form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.wpcf7-submit {
    background: linear-gradient(45deg, #29613b, #75cd81);
    color: #fff !important;
    width: 100%;
    border: none;
    padding: 16px;
}

span.wpcf7-not-valid-tip {
    margin-top: 8px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em;
    border: 2px solid #00a0d2;
}

span.wpcf7-spinner {
    margin: auto;
    display: none;
    margin-top: 3px;
}

form.submitting .wpcf7-spinner {
    display: block;
}
/* contact form css end */

h1.entry-title {
    text-align: center;
}
/* blog single page css start */

.blog-single-main {
    width: 65%;
    float: left;
}

.post-thumbnail img {
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
}

.blog-sidebar {
    float: right;
    width: 30%;
    background: var(--primaryColor);
    color: #fff;
    padding: 8px 20px 20px 20px;
    border-radius: 6px;
    height: fit-content;
    position: sticky;
    top: 60px;
}

.post .entry-title a {
    color: #000;
}

.blog-sidebar ul.recent-posts {
    padding-left: 0;
}

.blog-sidebar ul.recent-posts li {
    list-style: none;
    margin-top: 2rem;
}

.blog-sidebar a.recent-post-link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.blog-sidebar .recent-post-thumb img {
    width: 80px !important;
}

.blog-sidebar .recent-post-content {
    flex: 1;
    padding-left: 10px;
}

.blog-sidebar h4.recent-post-title {
    color: #fff !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 0;
}

.blog-sidebar .recent-post-excerpt {
    color: #fff !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}

/* blog single page css end */

/* our team page css start */

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem 0;
}

.team-member {
    flex: 0 0 32%;
    background: #f0f0f1;
    border-radius: 12px;
    position: relative;
}
.team-image{
    position: relative;
}
.team-member img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    /* object-position: top; */
}

.team-grid .team-member:nth-child(1) .team-image img {
    object-position: 0px 18% !important;
}

.team-detail {
    padding: 1rem;
}

p.team-role {
    position: absolute;
    bottom: 0px;
    background: var(--primaryColor);
    padding: 2px 10px;
    border-radius: 4px;
    left: 12px;
}

.team-role strong{
    color: #fff;
}

/* our team page css end */


/* responsive css start  */

@media (max-width:991px){
    /* team page sec css start  */
    .team-member {
        flex: 0 0 48%;
    }
    /* team page sec css end  */
}

@media (max-width:575px) {
    /* team page sec css start  */
    .team-member {
        flex: 0 0 100%;
    }
    .blog .post {
        width: 100%;
    }
    /* team page sec css end  */
}