/**
 * Theme Name:     Property Scout Child
 * Author:         Property Scout
 * Template:       property-scout-theme
 * Text Domain:	   property-scout-child
 * Description:    Property Scout
 */

 html {
  scroll-behavior: smooth;
}

body{
	padding-top:70px;
}

p{
	color:#212529;
}


.areaarea.area-list > .post-preview,
.areaarea.area-list > .pagination,
#wpadminbar{
    display:none;
}

/* Header */

.header-blue-bar {
    padding: 30px 0;
    background: #182C54;
}

.navigation{
	border:none;
}

.header-blue-links {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    display:flex;
    padding:0 80px;
    gap:5px 48px;
    flex-wrap:wrap;
}

.header-blue-links  a{
    color:#fff;
    text-decoration:none;
    transition:0.3s ease all;
}

.header-blue-links a:hover,
.see-more-btn:hover,
.author-profile a:hover{
    color: #EE2E25;
}

/* Main Content */

.content .area-list{
	padding-top:0;
}

.author-profile a,
.created-at{
    color: #4d4d4d !important;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.created-at {
    border-left: 1px solid;
    padding: 0 10px;
    font-weight:400;
}

.post-preview .title {
    font-size: 20px;
    font-weight: 800;
    color: #212529;
}

.categories .category {
    text-transform: capitalize;
    background: #FDD1B2;
    color: #000 !important;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.post-preview .summary{
	margin-left:0px;
}

.categories .category[href="https://propertyscout1.wpenginepowered.com/en/service/"],
.categories .category[href="https://propertyscout1.wpenginepowered.com/en/guides/finance/careers/"]{
    background:#A7E4B2;
}

.categories .category[href="https://propertyscout1.wpenginepowered.com/en/dictionary/"],
.categories .category[href="https://propertyscout1.wpenginepowered.com/en/lifestyle/"]{
    background:#C7E2FC;
}

.content .area {
	max-width: 1500px;
	flex-direction: column;
	padding:60px 0 100px;
	width:100%;
}

main.content {
    max-width: 100%;
    width:100%;
}

main.content:has(.content-default),
main.content:has(.content-alt),
main.content:has(.content-last){
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content .area-list{
	width:100%;
}

.content .area-list > .content{
	max-width:1600px;
	margin:auto;
	padding:0 80px;
}

.content .contact-form{
	display:none;
}

.top-content{
	max-width:831px;
	width:100%;
	margin-bottom:40px;
}

.top-content p{
	line-height:1.625em;
	font-size:18px;
}

.read-article-btn{
    display:none;
    transition:0.3s ease all;
}

.categories .category:hover,
.get-started-btn:hover{
	background:#182C54;
	color:#fff !important
}

.read-article-btn:hover {
    background: #182C54 !important;
}

.news-section-inner 
.author-profile img {
	display:block;
}

.news-section-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "post-left post-right1"
        "post-left post-right2"
        "post-left post-right3"
        "post-left post-right4";
    gap: 40px 50px;
}

.post-preview{
    width:100%;
    margin:0;
    padding-bottom:0;
    border:none;
    display:flex;
    gap:20px;
}

.content .area{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-section{
	margin-bottom:30px;
}

.news-section-inner .categories a:first-of-type{
    display:flex;
}

.news-section-inner .post-preview:nth-of-type(1),
.dictionary-section-inner .post-preview:nth-of-type(1){
    grid-area:post-left;
    display: flex;
    flex-direction: column;
    gap:0;
}

.news-section-inner .post-preview{
    align-items:center;
}

.news-section-inner .post-preview:nth-of-type(1) .author-cat,
.dictionary-section-inner .post-preview:nth-of-type(1) .author-cat{
	margin-bottom:13px;
}

.news-section-inner post-preview .title{
	font-size:25px;
}

.categories{
	display:none;
}

.news-section-inner .categories{
	display:flex;
}

.news-section-inner .post-preview:nth-of-type(1) a.thumbnail,
.news-section-inner .post-preview:nth-of-type(1) a.thumbnail img,
.dictionary-section-inner .post-preview:nth-of-type(1) a.thumbnail,
.dictionary-section-inner .post-preview:nth-of-type(1) a.thumbnail img{
    width:100%;
    height:382px;
    object-fit:cover;
    border-radius:7px 7px 0px 0px;
}

.dictionary-section-inner .post-preview:first-child .summary {
    margin-top: 23px;
}

.thumbnail img{
    height:124px;
    width:163px;
    object-fit:cover;
    border-radius:7px;
}

.news-section-inner .post-preview:nth-of-type(1) a.title,
main.content h2{
    font-size:35px;
    font-weight:800;
    line-height:1.2em;
    margin:0;
}

.news-section-inner .post-preview:not(:nth-of-type(1)) .description{
    display:none;
}

.news-section-inner .post-preview:nth-of-type(2),
.dictionary-section-inner .post-preview:nth-of-type(2){
    grid-area:post-right1;
}
.news-section-inner .post-preview:nth-of-type(3),
.dictionary-section-inner .post-preview:nth-of-type(3){
    grid-area:post-right2;
}
.news-section-inner .post-preview:nth-of-type(4),
.dictionary-section-inner .post-preview:nth-of-type(4){
    grid-area:post-right3;
}
.news-section-inner .post-preview:nth-of-type(5){
    grid-area:post-right4;
}

.area.area-list {
    max-width: 100%;
    padding: 80px 0px 100px;
}

.news-section-inner .post-preview:nth-of-type(1) .summary{
    box-shadow: 0px 4px 24px 0px #00000026;
    margin: 0 !important;
    padding: 20px 40px 40px;
    border-radius: 7px;
}

.thumbnail {
    margin-bottom: 0 !important;
}

.post-preview .description {
    font-size: 16px;
    color: #212529;
    line-height: 1.5em;
    margin-bottom: 13px;
}

.author-cat {
    display: flex;
    align-items: center;
    gap: 10px; 
    flex-wrap:wrap;
}

.author,
.categories{
    margin-bottom: 0;
}

.news-section-inner .post-preview:nth-of-type(1) .read-article-btn {
    font-size: 15.45px;
    text-align: center;
    text-decoration:none;
    color:#fff;
    background:#000000;
    border-radius:5px;
    display:inline-block;
    width:100%;
    max-width:147px;
    padding:14px 21px;
}

/* .categories a:not(:first-child) {
    display: none;
} */

.news-section .summary {
    display:flex;
    flex-direction:column;
}

.news-section .summary .title {
    order:1;
    margin-bottom:10px !important;
    display:block;
}

.news-section .summary .description {
    order:3;
}

.news-section .summary .author-cat {
    order:2;
}

.news-section .summary .read-article-btn {
    order:4;
}

.author-profile img {
	display:none;
}

/* Service Sec */

.service-section-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 70px;
}

.see-more-sec {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px 0;
}

.see-more-btn {
    font-weight: 600;
    color: #212529;
}

/* Dictionary Sec */

.dictionary-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "post-left post-right1"
        "post-left post-right2"
        "post-left post-right3";
    gap: 40px 50px;
}

/* Guides Sec */

.guides-col {
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items:flex-start
}

.guides-col:not(:has(.guides-content h2,.guides-content ul)) {
    display:flex;
}

.guides-section-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.guides-right {
    box-shadow: 0px 4px 14px 0px #0000001F;
    border: 1px solid #CFCFCF;
    background:#F9F9F8;
    padding:58px 54px;
    border-radius:7px;
}

/* .guides-right:not(:has(h2,ul)) {
    display: none;
} */

.get-started-btn {
    line-height:1.2em;
    background: #E74119;
    border-radius:5px;
    padding:10px 21px;
    display:inline-block;
    width:fit-content;
    font-weight:700;
    color:#fff;
    text-decoration:none;
}

.guides-right ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.guides-right ul li{
    display:flex;
    gap:10px;
    margin-bottom:15px;
}

.guides-right ul li:before{
    content:"\2713\0020";
}

.guides-section-inner .post-preview:last-of-type {
    display: none;
}

.guides-section-inner .post-preview{
	display:grid;
	grid-template-columns: 163px 1fr;
}

/* Lifestyle Sec */

.lifestyle-section-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 70px; 
}

/* Topics Sec */

.topic-top {
    text-align: center;
}

.topic-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top:30px;
}

.topic-list img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border-radius: 7px;
    display:block;
}

.topic-list h3{
    text-align:center; 
    margin:0;
    font-size:27px;
    font-weight:700;
    text-transform:capitalize;
}

.topic-list a{
	text-decoration:none;
}

.topic-list a h3{
    color:#1f1f1f;
}

.topic-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.topic-box a {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.explore-topic{
	padding-top:50px;
}

/* Footer */

.footer-links:hover{
	color:#e74119;
}

.footer .contact-us .company-name,
.footer .section-title{
		color:#212529;
}

section.footer-top {
    background: url('https://static.propertyscout.co.th/images/footer/footer-cta-desktop.webp') no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}

.footer-top-inner{
    color:#fff;
    display:flex;
    gap:40px;
    align-items:center;
    justify-content:space-between;
    max-width:1600px;
    margin:auto;
	padding-left:80px;
	padding-right:80px;
}

.footer-top-inner h2{
    font-size:32px;
    line-height:1.2em;
    margin:0 0 20px;
}

.footer-top-inner p{
    margin:0;
}

.footer{
	margin-top:0;
}

.footer {
    padding: 48px 0px 20px;
}

.footer .area {
    max-width: 1600px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
    padding-left:80px;
	padding-right:80px;
	width:100%;
}

.footer .copyright {
    padding: 20px 0 0;
}

.footer-top-sec {
    display: grid;
    grid-template-columns: 23.5% 1fr;
    gap: 30px;
    margin-bottom: 75px;
}

.logo-image {
    width: 224px;
}

.footer .links .list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .grid {
    grid-template-columns: repeat(4, 1fr);
}

.about-us,
.footer .contact-us .address,
.footer .links .link,
.copyright{
    color:#4f5962 !important;
}

footer.footer .contact-us .btn {
	max-width: 192px;
	width: 100%;
	font-weight: 600;
	height: 50px;
	border-radius:10px;
}

.footer .contact-us .address{
	font-size:16px;
	max-width: 300px;
	width: 100%;
}

.footer .contact-details .link {
    margin-bottom: 15px;
    font-size:16px;
}

.footer .socials .link{
	border-right:none;
}

.footer .socials {
	margin-bottom:20px;
}

.footer-top-left{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.footer-top-left p{
	font-weight:500;
	color:#fff;
}

.footer-links{
	text-decoration:none;
	color:#4f5962;
}

.footer .section-title{
	margin-bottom:25px;
}

.socials .link .icon {
    opacity: 1;
}

footer.footer .links .link .icon {
    position: relative;
    width: 14px;
}

/* Default Cat */

.subcat-section .service-section-inner{
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 25px 43px;
}

.subcat-section .post-preview{
    flex-direction:column;
}

.subcat-section .post-preview .thumbnail,
.subcat-section .post-preview .thumbnail img{
    max-width:345px;
    width:100%;
    max-height:186px;
    height:100%;
    object-fit:cover;
}

.subcat-section .post-preview .description {
    margin-bottom: 25px;
}

.subcat-left img {
    height: 216px;
    object-fit: cover;
    object-position: top;
    width:100%;
    border-radius:7px 0 0 7px;
}

section.subcat-cta {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 14px 0px #0000001F;
    border: 1px solid #CFCFCF;
    background: #F9F9F8;
    border-radius:7px;
    margin-top:40px;
}

.subcat-left {
    width: 424px;
    line-height: 0;
}

.subcat-right {
    padding: 20px 50px;
}

.subcat-right {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 50px;
}

.subcat-right a {
    flex-grow: 1;
    flex-shrink: 0;
}

.subcat-inner p {
    max-width: 744px;
}

/* Single Post */

.content:has(article) .contact-form {
    display: none;
}

/* .content-wrapper .wp-block-buttons{
	display:none !important;
} */

.content:has(article) .post{
	padding-top:0;
}

.content:has(article) .area{
    padding:0;
}

main.content:has(article){
    padding:0;
    max-width:100%;
    width:100%;
    margin: 0;
}

.content:has(article) .area{
    max-width:100%;
}

.post-sec{
    max-width:1600px;
    margin:auto;
    padding-left:80px;
    padding-right:80px;
}

.post-breadcrumbs-sec {
    padding-top:30px;
    padding-bottom:30px;
}

nav.rank-math-breadcrumb a,
span.separator{
    color: #949CA5 !important;
    text-decoration: none;
}

.rank-math-breadcrumb p{
	margin:0;
}

.single-post-banner {
    padding-top: 50px;
    background:#F8F8F8;
    padding-bottom: 65px;
}

.single-post-banner .post-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.content:has(article) .thumbnail img{
    width:100%;
    height:100%;
}

.single-post-banner .author-profile img{
    display:block;
}

.single-post-banner .category,
.single-post-banner .categories{
    display: flex;
}


.breadcrumbs a,
.breadcrumbs{
    color: #949CA5 !important;
}

.breadcrumbs span{
    color:#000;
}

.breadcrumbs a,
.breadcrumbs span{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.content:has(article) .email a {
    color: #212529 !important;
}


.content:has(article) .article_author-details * {
    text-transform: capitalize;
}

.content:has(article) .categories a:first-of-type{
    display:flex;
}

.fact-box {
    box-shadow: 0px 2px 4px 0px #00000026;
    border-bottom: 1px solid #C9C9C9;
    background: #F0F0F0;
    padding:4px 11px;
    border-radius:5px;
    width:fit-content;
    display:flex;
    gap:30px;
    align-items:center;
}

.fact-section a[href=""] {
    display: none;
}

.fact-section a{
	text-decoration:none;
}

.fact-left{
    display:flex;
    align-items:center;
    gap:7px;
}

.fact-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content:has(article) .article_last-update {
    color: #8B8B8B;
    font-size: 14px;
}

.fact-left span {
    font-size: 12px;
    font-weight: 600;
    color: #3D3D3D;
}

.content:has(article) .article_author-details {
    margin-bottom: 16px;
}

.content:has(article) .post .title {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 800;
    max-width: 640px;
    width: 100%;
    line-height: 1.2em;
}

.sp-content-sec {
    padding: 50px 0 55px;
}

.sp-content-sec > .post-sec {
    display: grid;
    grid-template-columns: 251px 1fr;
    gap: 100px;
}

.sp-content-sec .explore-topic{
	margin-top:55px;
}

.sp-content-left-box {
    box-shadow: 0px 4px 4px 0px #00000014;
    border: 1px solid #A7A7A7;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ql-heading {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2em;
}

.ql-links {
    line-height:1.5em;
}

.ql-links a{ 
    display:block;
    text-decoration:none;
    color:#212529 !important;
}

.ql-links a:not(:last-child){
     margin-bottom:20px;
}

.toc-box {
    background: #F9F9F9;
    border: none;
    border-radius: 7px;
    padding: 50px;
    margin: 0 0 40px;
}

.toc-box h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: -0.75px;
}

.toc-box li,
.toc-box p{
	font-style:italic;
}

.toc-box p:last-child{
	margin-bottom:0;
}

.toc-box div:last-of-type h2{
	margin-top:40px;
}

.toc-box:not(:has(p)) {
    display: none;
}

.table-of-contents .heading{
	display:none;
}

.sp-content-left-box .table-of-contents {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
}

.sp-content-left-box .table-of-contents a:before{
	display:none;
}

.sp-content-left-box .table-of-contents a{
	padding:0;
}

.sp-contents .content-wrapper p:first-child {
    margin-top: 0;
}

.sp-contents .content-wrapper p:last-child {
    margin-bottom: 0;
}

.sp-contents .content-wrapper p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sp-contents .content-wrapper p {
    color: #212529;
}

.content:has(article) .guides-right {
    margin-top: 100px;
}

.content:has(article) .get-started-btn {
    color: #fff !important;
    font-weight: 700;  
}

.post-faq {
    margin-top: 100px;
}

.faq-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
}

.faq-heading p {
    max-width: 768px;
    margin: 0 auto;
}

.faq-accordion-header {
    padding: 20px 0;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-accordion-content {
    display: none;
    padding: 0px 0;
    border-top: none;
}

.faq-accordion-item + .faq-accordion-item {
  border-top: 1px solid #212529;
} 

.faq-accordion {
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
}

.faq-accordion p{
    margin-top:0;
}

.faq-accordion-header.open img {
    transform:rotate(180deg);
}

.faq-accordion-item:not(:has(.faq-accordion-content p)){
    display:none;
}

.post-faq:not(:has(.faq-accordion-item .faq-accordion-content p)) {
    display:none;
}

.content:has(article) .explore-topic{
	padding-bottom:80px;
}

.content:has(article) .email a:hover,
.ql-links a:hover{
    color:#ee2e25 !important;
}

.post .content-wrapper img{
	width:100%;
}

.post .content-wrapper figure{
	margin-left:0;
	margin-right:0;
	width:100%;
}

.sp-contents .content-wrapper h2{
	font-weight:700;
}

/* Category Last */

.content-last .service-section-inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 23px;
}

.content-last .post-preview{
    flex-direction:column;
}

.content-last .post-preview .thumbnail,
.content-last .post-preview .thumbnail img{
    max-width:345px;
    width:100%;
    max-height:186px;
    height:100%;
    object-fit:cover;
}

.content-last .post-preview .description {
    margin-bottom: 25px;
}

/* Author Page */

main.content:has(.author-checkout) {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.content:has(.author-checkout) .contact-form {
    display: flex;
}

.content:has(.author-checkout) .area{
	max-width:800px;
}

@media screen and (max-width:1366px){
	.news-section-inner ,
	.dictionary-section-inner{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
        "post-left post-left"
        "post-right1 post-right2"
        "post-right3 post-right4";
	}

	.post-preview .summary{
        margin-left:0;
        margin-top:20px;
	}
}

@media screen and (max-width:1024px){
	.footer-top-sec {
        flex-direction: column;
        display: flex;
	}

	.footer-top-inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
	}

	.guides-col {
        grid-template-columns: 1fr;
        gap: 40px;
	}

	.header-blue-links {
        flex-wrap: wrap;
	}

	.header-blue-links {
        gap:5px 10px ;
	}

	.single-post-banner .post-sec {
		grid-template-columns: 1fr;
	}

	.sp-banner-right img {
		border-radius: 7px;
	}

	.sp-content-sec > .post-sec {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.content:has(article) .table-of-contents .heading,
	.sp-contents .content-wrapper h2{
		font-size: 25px;
	}

	.content:has(article) .guides-right,
	.post-faq{
		margin-top: 40px;
	}


	.subcat-section .service-section-inner,
	.content-last .service-section-inner{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap:20px;
	}

	section.subcat-cta {
        flex-direction: column-reverse;
    }

    .subcat-left {
        width: 100%;
    }

    .subcat-right{
        gap: 0px;
        padding:26px 15px;
        text-align:center;
        flex-direction: column;
    }

    .subcat-left img{
        height:100%;
    }
	.topic-box a,
	.topic-box{
		gap:20px;
		
	}
	.topic-list a h3{
		font-size:20px;
	}
	.subcat-left img{
		border-radius:0px 0px 7px 7px;
	}

/* 	.post-preview .thumbnail,
	.post-preview .thumbnail img{
    width: 100%;
	} */

	.guides-section-inner{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		display:grid;
	}

	.news-section-inner .post-preview{
		align-items:flex-start;
	}
    
	.subcat-section .post-preview,
	.news-section-inner .post-preview,
	.service-section-inner .post-preview,
	.dictionary-section-inner .post-preview,
	.lifestyle-section-inner .post-preview{
        flex-direction: column;
	}
	
	.post-preview .summary{
		margin-top:0;
	}

/* 	.subcat-section .post-preview .thumbnail, 
	.subcat-section .post-preview .thumbnail img{
					height: 124px;
			width: 163px;
			object-fit: cover;
			border-radius: 7px;
	} */

	div.toc-box h2{
		font-size:25px;
	}

	.post-preview .thumbnail,  .post-preview .thumbnail img{
		width:100%;
		max-width:100%;
	}

	.content-alt .news-section-inner .thumbnail img,
    .content-alt .news-section-inner .thumbnail,
	.content-last .post-preview .thumbnail,
    .content-last .post-preview .thumbnail img{
        width: 100% !important;
	    max-width:100%;
	}

	.post-preview .thumbnail .picture{
		min-height:100%;
		height:100%;
		aspect-ratio: 3 / 2;
	}

    .header-blue-links,
    .content .area-list > .content,
    .post-sec,
    .footer .area,
    .footer-top-inner{
        padding-left:50px;
        padding-right:50px;
	}
}

@media screen and (min-width:768px){
	.footer-box-mb{
		display:none;
	}
	.topic-list img {
		contain-intrinsic-size: 260px none;
	}
}

@media screen and (max-width:767px){
    body{
        padding-top: 20px;
    }
	
    .topic-list img {
		contain-intrinsic-size: 100%;
	}
    
    .header-blue-bar {
        display: none;
    }
    
    .news-section-inner, .dictionary-section-inner {
        gap: 20px;
    }
    
    .guides-section-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
	
	.guides-section-inner .post-preview{
        flex-direction: column;
	}
    
    .guides-right {
        padding: 25px 20px;
        text-align: center;
    }
    
    .guides-right ul li {
        justify-content: center;
    }
    
    .topic-list {
        display:flex;
		flex-direction:column;
    }
    
    .content .area {
        padding: 80px 0 40px 0;
    }

	.news-section-inner .post-preview:nth-of-type(1) a.title,
	main.content h2,
	.dictionary-section-inner .post-preview:nth-of-type(1) a.title{
        font-size:20px;
	}

	.news-section-inner .post-preview:nth-of-type(1) .summary,
	.dictionary-section-inner .post-preview:nth-of-type(1) .summary{
        padding: 20px 0 0;
        box-shadow:none;
	}

	.news-section-inner .post-preview:nth-of-type(1) a.thumbnail,
	.news-section-inner .post-preview:nth-of-type(1) a.thumbnail img,
	.dictionary-section-inner .post-preview:nth-of-type(1) a.thumbnail,
	.dictionary-section-inner .post-preview:nth-of-type(1) a.thumbnail img{
        height:225px !important;
        border-radius:7px;
	}

	.post-preview .title{
		font-size:20px;
	}

	.service-section-inner,
	.lifestyle-section-inner{
		gap:20px;
	}

	main .top-content h2{
		font-size:35px;
	}

	.dictionary-section-inner .post-preview:last-child,
	.guides-section-inner .post-preview:last-child{
        display: none;
	}

	.footer .grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-us {
        order: 4;
	}

	.footer .links .list {
        display: flex;
	}

	.footer .socials {
        justify-content: center;
        margin-top: 30px;
	}

	.contact-us .socials,
	.contact-us .btn{
        display: none;
	}

	.footer .copyright {
        text-align: center;
        border-top:1px solid #e5e7eb
	}

	.dictionary-section-inner .post-preview:first-child .summary{
		margin-top:0;
	}

	.footer-box-mb .btn{
		border-radius:10px;
	}

	.footer-links,
	.footer .contact-details .link,
	.footer .contact-us .address,
	.copyright{
		font-size:12px;
	}

	.topic-box a {
        gap: 20px;
	}

	.post-breadcrumbs-sec {
        display:none;
    }
	nav.rank-math-breadcrumb p {
        font-size: 14px;
    }

    .single-post-banner{
        padding:60px 0;
    }

    .sp-content-sec{
        padding:60px 0 0px;
    }

    .content:has(article) .table-of-contents{
        margin-bottom:0px;
    }

    .faq-heading{
        margin-bottom:33px;
    }
    
    content:has(article) .explore-topic{
        margin-top:45px;
    }

    .content:has(article) .explore-topic{
    	padding-bottom:60px;
    }

    .content:has(article) .article_author-details {
        flex-wrap: wrap;
    }

    .content:has(article) .article_author-details .author {
        align-items: center;
        flex-flow: unset;
    }

/* 	.subcat-section .post-preview .thumbnail{
		width:100%;
		height:100%;
	} */
/* 	.subcat-section .post-preview .thumbnail img{
		max-height: 98px;
		width:163px;
	} */

	.content-alt .news-section{
		margin-bottom:0;
	}

	.topic-list h3{
		font-size:20px;
	}

	.sp-content-sec .explore-topic{
		margin-top:0;
	}

	.content:has(article) .table-of-contents .heading,
	.sp-contents .content-wrapper h2{
		font-size: 20px;
	}

	.guides-section-inner .post-preview{
		display:flex;
		flex-direction:column;
	}

	.post-preview .thumbnail .picture{
        min-height:100%;
	}

	.subcat-section .post-preview > a,
	.subcat-section .post-preview > a img,
	.news-section-inner .post-preview > a,
	.news-section-inner .post-preview > a img,
	.service-section-inner .post-preview > a,
	.service-section-inner .post-preview > a img,
	.dictionary-section-inner .post-preview > a,
	.dictionary-section-inner .post-preview > a img,
	.lifestyle-section-inner .post-preview > a,
	.lifestyle-section-inner .post-preview > a img,
	.guides-section-inner .post-preview > a img,
	.guides-section-inner .post-preview > a{
/*     height:98px !important; */
		aspect-ratio: 3 / 2;
	}

	.header-blue-links,
    .content .area-list > .content,
	.post-sec,
	.footer .area,
	.footer-top-inner{
        padding-left:20px;
        padding-right:20px;
	}
}

@media screen and (max-width:350px){
	.footer .grid{
		grid-template-columns:1fr;
		gap:0;
	}
}
