/*
Theme Name: Smart Kids Worksheets
Author: Parveen Kaushik
Description: Smart Kids Worksheets is a theme for smart kids worksheets website.
Version: 1.0
*/

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


:root {
    --primary-color: #ff5b35;
    --secondary-color: #2d4073;
    --white-color: #fff;
    --body-bg-color: #fcf7ee;
    /* --ada-primary-hover-color: #1e88e5; */
    /* --navigation-hover-color: rgba(255,255,255,.5); */
    /* --ada-hover-background-color: #f2f2f2; */
    /* --ada-text-color: #666666; */
    /* --ada-table-header-background: rgba(73, 69, 69, 0.06); */

    /* --font-family2: "Mulish", sans-serif; */
    --font-family2: "Inter", sans-serif;;
    --font-family: "Poppins", sans-serif;
    --heading-font-family: "Salsa", cursive;
}

@import url('assets/css/app.css');

* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: var(--primary-color);
}
/* html, body {
    min-height: 100%;
} */

body{
    font-family:Arial;
    margin:0;
    /* background: var(--body-bg-color); */
    /* background:#f5f5f5; */

    font-family: var(--font-family2);
    font-size: 16px;
    line-height:1.7;
}
.inner-bg {
    background: url('assets/images/inner-bg.jpg');
}
.inner-main-container {
    background: var(--white-color);
    width: 90%;
    max-width: 1400px;
    padding: 24px;
    margin: 24px auto;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
}
.container{
    width:90%;
    max-width:1400px;
    padding:0 16px;
    margin:auto;
}

.elementor-shape-bottom {
    direction: ltr;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    /* transform: rotate(180deg); */
    background: url('assets/images/border-bottom.png') no-repeat bottom -8px center;
    z-index: 2;
}

.hand-bg {
    direction: ltr;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: url('assets/images/hand-bg.png') no-repeat bottom -8px center;
}


.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.display-flex {
    display: flex;
}
.flex-2 {
    flex: 2;
}


.main-header {
    background-color: #fff;
}
.main-header .header-top {
    padding: 11px 0;
}
.main-header .header-top .logo img {
	max-height: 100px;
    width: auto;
}

.main-nav {
    background-color: var(--primary-color);
}
.main-nav .home-icon {
    color: var(--white-color);
    padding: 15px 8px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 0;
    margin-top: -2px;
}
.main-nav .home-icon .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.main-nav .menu {
    display: inline-block;
}
.main-nav ul {
    margin: 0;
    padding: 0;
}
.main-nav ul li {
    list-style: none;
    display: inline-block;
}
.main-nav ul li > a {
    font-family: var(--heading-font-family);
    font-size: 18px;
    color: var(--white-color);
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 24px;
    display: block;
    transition: all 0.3s linear;
}
.main-nav ul li > a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.banner-container {
    background: #f4e2ef url('assets/images/banner-bg4.jpg') no-repeat top center;
    background-size: cover;
    /* background: var(--secondary-color); */
    padding: 24px 0;
    color: var(--white-color);
    text-align: center;
    min-height: 400px;
    display: flex;
    position: relative;
    padding-bottom: 120px;
}
.banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #ec774bf7 0%, #ec774bd1 100%); */
    background-image: linear-gradient(90deg, rgba(45, 64, 115, .93) 50%, rgba(45, 64, 115, .8) 100%);
}
.banner-container .container {
    position: relative;
    z-index: 4;
}
.banner-container h1 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-size: 48px;
    font-weight: 400;
    letter-spacing: .5px;
    
    /* background: linear-gradient(90deg, #1688a2 12.33%, #1875ca 33.75%, #d231b1 60.02%, #dd2a4b 89.93%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}
.banner-container p {
    margin: 0 0 24px 0;
}
.banner-container .search-form {
    max-width: 1000px;
    margin: 0 auto 8px;
    display: flex;
}
.banner-container .search-form .search-field {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 16px 24px;
    border-radius: 5px 0 0 5px;
    outline: none;
    border: 0 transparent;
    width: 100%;
}
.banner-container .search-form button {
    background: var(--primary-color);
    border: 0 transparent;
    outline: 0;
    padding: 0 16px;
    border-radius: 0 5px 5px 0;
    color: var(--white-color);
    cursor: pointer;
}
.banner-container .search-form button .material-icons {
    vertical-align: middle;
}


.post-columns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    /* gap: 24px; */
}

.post-column {
    padding: 24px 16px 32px 16px;
    overflow: hidden;
    /* border: 1px solid #e3e5ff; */
    background: var(--white-color);
    outline: 1px solid #e3e5ff;
    transition: all 0.3s linear;
}
.post-column .post-column-media {
    overflow: hidden;
    height: 230px;
}
.post-column .post-column-media img {
    height: 100% !important;
    width: auto;
    margin: auto;
    display: block;
    
    /* object-fit: cover;
    object-position: center; */
    transform: scale(1);
    transition: all 0.3s linear;
}
.post-column .post-column-details {
    padding-top: 16px;
    font-size: 14px;
}
.post-column .post-column-details h2 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.post-column .post-column-details .post-column-description {
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-column .post-column-details .post-column-description p {
    margin: 0;
    font-weight: 300;
}
.post-column:hover .post-column-media img {
    transform: scale(1.1);
}
.post-column:hover {
    /* border: var(--primary-color); */
    outline: 2px solid var(--primary-color);
    z-index: 2;
}


/* Section CSS Start */

.section-container.about-us-section .container {
    display: flex;
}
.section-container.about-us-section .container > div:not(.flex-2) {
    padding: 0 50px;
}
.section-container.about-us-section .container > div:not(.flex-2) img {
    object-fit: cover;
    object-position: center;
    max-width: 400px;
}

.section-container.section-browse-category {
    /* display: flex; */
    /* background: #f4fffb; */
    /* background: #f8f8ff; */
    background: var(--body-bg-color);
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
    position: relative;
    
    /* background: url('assets/images/banner-bg.jpg') no-repeat bottom center;
    background-size: cover; */
    
}
.section-container.section-browse-category::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--body-bg-color);
    z-index: 1;
    opacity: .8;
}
.section-container.section-browse-category .container {
    position: relative;
    z-index: 2;
}
.section-container.section-browse-category .post-column-media {
    height: auto;
}
.section-container.section-browse-category .section-heading {
    /* width: 30%; */
}
.section-container.section-browse-category .browse-category-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.browse-category-container .browse-category-item {
    height: 239px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    outline: solid 2px var(--primary-color);
}
.browse-category-container .browse-category-item img {
    width: 100%;
}
.browse-category-container .browse-category-item h2 {
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    border-radius: 20px 0 20px 0px;
    min-width: 80%;
    font-family: var(--heading-font-family);
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
}
.section-container {
    padding: 40px 0;
}
/* End of Section CSS */


/* Section Heading CSS Start */
.section-heading {
    
}
.section-heading h1 {
    font-family: var(--heading-font-family);
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: normal;
    margin: 16px 0 40px;
    position: relative;
    display: inline-block;
    color: var(--secondary-color);
    line-height: 34px;

    background: linear-gradient(90deg, #1688a2 12.33%, #1875ca 33.75%, #d231b1 60.02%, #dd2a4b 89.93%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
/* End of Section Heading CSS */



.stats-section {
    padding: 40px 0;
    background: var(--primary-color);
    color: var(--white-color);
}
.stats-section .stats-section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stats-section .stats-section-content .stats-section-content-item {
    flex: 0 0 25%;
    text-align: center;
}
.stats-section .stats-section-content .stats-section-content-item h3 {
    font-family: var(--heading-font-family);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
    line-height: normal;
}
.stats-section .stats-section-content .stats-section-content-item p {
    margin: 0;
    font-size: 16px;
}


.padding-16px {
    padding: 16px;
}
.padding-32px {
    padding: 32px;
}

.btn-primary {
    border-radius: 10px;
    background: linear-gradient(81.57deg, #ee0979 29.59%, #fc5b11 94.75%);
    padding: 0 24px;
    font-family: var(--heading-font-family);
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .5px;
    border: 0 transparent;
    outline: 0;
    cursor: pointer;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-primary i {
    margin-right: 8px;
}
.btn-primary.full-width {
    width: 100%;
}


.post-detail-container {
    display: flex;
}
.post-detail-container .post-detail-left {
    flex: 1;
    max-width: 500px;
    padding: 24px;
    margin-right: 24px;
    position: sticky;
    top: 0px;
}
.post-detail-container .post-detail-right {
    flex: 1;
}
.post-detail-container .post-detail-left .post-thumbnail {
    border: solid 1px #757575;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.post-detail-container .post-detail-left .post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.inner-worksheet-action {
    /* padding: 16px; */
    margin-top: 32px;
    display: flex;
}
.post-inner-heading {
    margin: 32px 0 8px 0;
    font-family: var(--heading-font-family);
    font-size: 20px;   
}

/* Post Tag CSS Start */
.post-tags {
    display: flex;
    flex-wrap: wrap;
}
.post-tags a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 12px 5px 10px;
    border: solid 1px #BDBDBD;
    margin-right: 16px;
    border-radius: 6px;
    color: #757575;
    margin-bottom: 10px;
    transition: all ease-in-out 300ms;
}
.post-tags a i {
    font-size: 20px;
    margin-right: 8px;
}
.post-tags a:hover {
    background: #BDBDBD;
    color: #fff;
}
/* End of Post Tag CSS */


/* Inner Carousel CSS Start */
.inner-carousel-container {
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0 40px;
}
.inner-carousel-container .inner-carousel-heading {
    font-family: var(--heading-font-family);
    margin: 0 0 16px 8px;
    font-size: 24px;
}
/* End of Inner Carousel CSS */


/* Related Posts Container CSS Start */
.inner-carousel-container.related-posts-container {
    background: #ffee92;
}
.related-posts-container .owl-carousel .item {
    background: #fff;
    padding: 8px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 16px;
}
.related-posts-container .owl-carousel .item img {
    margin-top: 8px;
}
.related-posts-container .owl-carousel .item h3 {
    margin: 0;
    padding: 24px 0 16px 0;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
/* .owl-stage {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
} */
/* End of Related Posts Container CSS */
    


/* Page Worksheet Filter CSS Start */
.page-worksheet-filter {
    display: flex;    
}
.page-worksheet-filter .page-worksheet-filter-left {
    margin-right: 32px;
    width: 260px;
}
.page-worksheet-filter .page-worksheet-filter-right {
    flex: 2;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section {
    padding: 16px;
    border: 1px solid #e3e5ff;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label {
    font-size: 14px;
    padding: 6px 0 6px 32px;
    position: relative;
    display: block;
    cursor: pointer;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: 0;
    margin: auto;
    border: 1px solid #e3e5ff;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label:has(input:checked)::before {
    background: var(--primary-color);
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label input {
    display: none;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label:has(input:checked)::after {
    content: '';
    width: 3px;
    height: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    top: -4px;
    left: 7px;
    margin: auto;
    transform: rotate(45deg);
    z-index: 2;
    bottom: 0;
}
.page-worksheet-filter .page-worksheet-filter-left .filter-section label:hover::before {
    border: 1px solid var(--primary-color);
}
/* End of Page Worksheet Filter CSS */
    
    
.inner-carousel-container.categories-carousel-container {
    background: #E7F692;
}
.inner-carousel-container.categories-carousel-container .browse-category-item:first-child {
    margin-bottom: 24px;
}
.inner-carousel-container.categories-carousel-container .owl-stage-outer {
	padding: 4px;
	margin: -4px;
}
.inner-carousel-container.categories-carousel-container .owl-stage-outer .browse-category-item {
	height: 232px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.main-footer {
    font-size: 14px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 24px 0;
}
.main-footer .menu {
    margin: 0 0 24px 0;
    padding: 0 0 16px 0;
    border-bottom: solid 1px color-mix(in srgb, var(--body-bg-color) 50%, transparent);
}
.main-footer .menu li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
.main-footer .menu li a {
    display: block;
    padding: 8px 16px;
}