body{
    margin: 0;
}

.innerpage-title-bar h1, .innerpage-title-bar h2 ,.innerpage-title-bar , .breadcrumb , .breadcrumb a {
display:none !important;
	
}

/* USED IN ABOUT, ABOUT-INNER, SERVICES-INNER */
@media (min-width: 1921px) and (max-width: 2560px) {
	.value-left{
		    height: 650px !important;
	}
}

/* COMMON */
.section-title {
    font-size: 40px;
    font-weight: 400;
    color: #4c2882;
    margin-bottom: 50px;
    font-family: 'Bai Jamjuree', sans-serif;
    padding-top: 30px;
    text-align: center;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.underline {
    display: inline;
    white-space: nowrap;
}

/* Responsive - COMMON */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
}

/* 404 page */
.error404 .innerpage-title-bar {
    background-image: url(/wp-content/uploads/2025/04/inner-banner.webp) !important;
}
section.error-404.not-found {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* theme header perhaps - TO BE DOUBLE CHECKED ONCE */
@media (max-width: 1370px) {
	.innerpage-title-bar{
		height:120px;
	}
   .innerpage-title-bar h1{
		top: 35%;
	}
	.innerpage-title-bar .breadcrumb{
		bottom: 30px;
	}
}

/* theme blog - TO BE DOUBLE CHECKED ONCE */

/* blog detail page and archive page */
.single-post .innerpage-title-bar, .archive .innerpage-title-bar {
    background-image: url(/wp-content/uploads/2024/05/inner-titlebar1.webp) !important;
}
.author-box {
    display: none;
}
.entry-meta span:not(:last-child):after {
    content: "\007c";
    font-size: 15px;
    padding: 0 5px;
    vertical-align: top;
}
.single-post div#primary, .single-post aside#secondary,
.archive div#primary, .archive aside#secondary {
    padding-top: 120px !important;
}
aside#secondary {
    position: relative;
    z-index: 99;
}
.single-post .widget.widget_recent_entries ul li,
.archive .widget.widget_recent_entries ul li {
    margin-bottom: 15px;
}
.single-post .widget.widget_recent_entries ul li a,
.archive .widget.widget_recent_entries ul li a {
    font-size: 18px;
}

@media (max-width:767px) {
	.innerpage-title-bar {
    	height: 120px;
    }
	.breadcrumb {
		display:none;
	}
   .contact-info-sec-wrapper, .contact-sec2-wrapper,
	.form-half-row, .page-blogs-sec-wrapper {
    	flex-direction: column;
	}

	.contact-info-sec-items, .contact-sec2-col1, .contact-sec2-col2 {
    	width: 100%;
	}

	.contact-info-sec-items img {
    	width: 50px;
	}
	.contact-info-sec-items {
    	margin-bottom: 20px;
	}
	.contact-sec2-col2 {
    	margin-top: 30px;
	}
	.wpcf7 input[type=submit] {
   		padding: 10px 30px;
    }

/*	.single-post div#primary {*/
/*    	padding-top: 30px;*/
/*	}*/
/*	.single-post aside#secondary, .archive aside#secondary {*/
/*        padding-top: 0px;*/
/*        margin-top: 0px;*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/
}

@media (min-width:768px) and (max-width:1024px) {
    .innerpage-title-bar {
        height: 160px;
    }

    .breadcrumb {
        display: none;
    }

    .contact-info-sec-wrapper, .contact-sec2-wrapper {
        flex-direction: column;
    }

    .contact-sec2-col1, .contact-sec2-col2 {
        width: 100%;
    }

    .contact-info-sec-items {
        width: 60%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .contact-sec2-col2 {
        margin-top: 40px;
    }
}

.thanks-sec-wrapper {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*!* UNUSED IN HOMEPAGE - BLOG LAYOUT STYLES *!*/
.blog-layout {
    padding: 60px 20px;
}

.blog-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.blog-main-content {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    transition: box-shadow 0.3s;
}

.blog-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.blog-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-content {
    padding: 15px;
    color: #4c2882;
    line-height: 1.5;
    font-weight: normal;

}

.blog-card-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #222 !important;
    line-height: 1.5;
}

.blog-meta {
    font-size: 12px;
    color: #888 !important;
    margin-bottom: 10px;
}

.blog-sidebar {
    flex: 0 0 26%;
}

.sidebar-search input[type="search"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc !important;
}

.sidebar-recent-posts ul {
    list-style: none;
    padding: 0;
}

.sidebar-recent-posts ul li {
    margin-bottom: 10px;
}

.sidebar-recent-posts ul li a {
    color: black !important;
    text-decoration: none;
    line-height: 1.5;
}

.sidebar-recent-posts ul li a:hover {
    color: #e06356 !important;
}

@media screen and (max-width: 1024px) {
    .blog-grid-wrapper {
        flex-direction: column;
    }

    .blog-main-content, .blog-sidebar {
        flex: 100%;
    }

    .blog-card-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }
}

