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: 300;
    color: #4c2882;
    /*margin-bottom: 50px;*/
    font-family: 'Bai Jamjuree', sans-serif;
    padding-top: 30px;
    text-align: center;
}

.container {
    max-width: 1800px;
    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: 50px !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;
}

/* Single case study typography and widget colors */
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li {
    font-family: 'Bai Jamjuree', sans-serif;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    font-family: 'Bai Jamjuree', sans-serif;
    color: #4c2882;
    font-weight: 300;
}
/* Ensure headings on single posts stay light even if a global style sets h* bold */
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
    font-weight: 300 !important;
}
/* If headings wrap text in <b> or <strong>, keep them light too */
body.single-post .entry-content h1 b,
body.single-post .entry-content h2 b,
body.single-post .entry-content h3 b,
body.single-post .entry-content h4 b,
body.single-post .entry-content h5 b,
body.single-post .entry-content h6 b,
body.single-post .entry-content h1 strong,
body.single-post .entry-content h2 strong,
body.single-post .entry-content h3 strong,
body.single-post .entry-content h4 strong,
body.single-post .entry-content h5 strong,
body.single-post .entry-content h6 strong {
    font-weight: 300 !important;
}
/* Keep inline bold text light inside single-post content (e.g., bolded list items) */
body.single-post .entry-content p b,
body.single-post .entry-content p strong,
body.single-post .entry-content li b,
body.single-post .entry-content li strong {
    font-weight: 300 !important;
    font-size: 22px;
}

.single-post .entry-content ul {
    padding-left: 22px;
    margin: 0 0 18px;
}

.single-post .entry-content ul li {
    margin-bottom: 10px;
}

.single-post .widget.widget_recent_entries ul li a {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 18px;
    color: #103358 !important;
    text-decoration: none;
}
.archive .widget.widget_recent_entries ul li a {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 18px;
    color: #103358 !important;
    text-decoration: none;
}

.single-post .widget.widget_recent_entries ul li a:visited {
    color: #103358 !important;
}
.archive .widget.widget_recent_entries ul li a:visited {
    color: #103358 !important;
}

.single-post .widget.widget_recent_entries ul li a:hover,
.single-post .widget.widget_recent_entries ul li a:focus,
.single-post .widget.widget_recent_entries ul li a:active,
.single-post .widget.widget_recent_entries ul li a:visited:hover {
    color: #e06356 !important;
    text-decoration: underline;
}
.archive .widget.widget_recent_entries ul li a:hover,
.archive .widget.widget_recent_entries ul li a:focus,
.archive .widget.widget_recent_entries ul li a:active,
.archive .widget.widget_recent_entries ul li a:visited:hover {
    color: #e06356 !important;
    text-decoration: underline;
}

/* Extra specificity to beat minified theme styles on sidebar recent posts */
body.single-post aside#secondary .widget.widget_recent_entries ul li a,
body.single-post aside#secondary .widget.widget_recent_entries ul li a:link,
body.single-post aside#secondary .widget.widget_recent_entries ul li a:visited,
body.archive aside#secondary .widget.widget_recent_entries ul li a,
body.archive aside#secondary .widget.widget_recent_entries ul li a:link,
body.archive aside#secondary .widget.widget_recent_entries ul li a:visited {
    color: #103358 !important;
}

body.single-post aside#secondary .widget.widget_recent_entries ul li a:hover,
body.single-post aside#secondary .widget.widget_recent_entries ul li a:focus,
body.single-post aside#secondary .widget.widget_recent_entries ul li a:active,
body.single-post aside#secondary .widget.widget_recent_entries ul li a:visited:hover,
body.archive aside#secondary .widget.widget_recent_entries ul li a:hover,
body.archive aside#secondary .widget.widget_recent_entries ul li a:focus,
body.archive aside#secondary .widget.widget_recent_entries ul li a:active,
body.archive aside#secondary .widget.widget_recent_entries ul li a:visited:hover {
    color: #e06356 !important;
    text-decoration: underline;
}

/*!* Entry meta category link override *!*/
/*.single-post .entry-meta .entry-category .comments-link a {*/
/*    font-family: 'Bai Jamjuree', sans-serif;*/
/*    color: #929292 !important;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s ease;*/
/*}*/

/*.single-post .entry-meta .entry-category a:hover,*/
/*.single-post .entry-meta .entry-category a:focus,*/
/*.single-post .entry-meta .entry-category a:active,*/
/*.single-post .entry-meta .entry-category a:visited:hover {*/
/*    color: #e06356 !important;*/
/*    text-decoration: underline;*/
  

/*!* Entry meta comments link override (handle multiple markup variants) *!*/
/*.single-post .entry-meta .comments-link a,*/
/*.single-post .entry-meta .entry-category .comments-link a,*/
/*.single-post .entry-meta a.comments-link,*/
/*.single-post .entry-meta .entry-comments-link a,*/
/*.single-post .entry-meta .comments-link a:link,*/
/*.single-post .entry-meta .comments-link a:visited,*/
/*.single-post .entry-meta a.comments-link:link,*/
/*.single-post .entry-meta a.comments-link:visited,*/
/*.single-post .entry-meta .entry-comments-link a:link,*/
/*.single-post .entry-meta .entry-comments-link a:visited {*/
/*    font-family: 'Bai Jamjuree', sans-serif;*/
/*    color: #929292 !important;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s ease;*/
/*}*/

/*.single-post .entry-meta .comments-link a:hover,*/
/*.single-post .entry-meta a.comments-link:hover,*/
/*.single-post .entry-meta .entry-comments-link a:hover,*/
/*.single-post .entry-meta .comments-link a:focus,*/
/*.single-post .entry-meta a.comments-link:focus,*/
/*.single-post .entry-meta .entry-comments-link a:focus,*/
/*.single-post .entry-meta .comments-link a:active,*/
/*.single-post .entry-meta a.comments-link:active,*/
/*.single-post .entry-meta .entry-comments-link a:active,*/
/*.single-post .entry-meta .comments-link a:visited:hover,*/
/*.single-post .entry-meta a.comments-link:visited:hover,*/
/*.single-post .entry-meta .entry-comments-link a:visited:hover {*/
/*    color: #e06356 !important;*/
/*    text-decoration: underline;*/
/*}*/

/* Extra specificity to beat global a,a:visited overrides */
body.single-post .entry-meta .comments-link a,
body.single-post .entry-meta .comments-link a:link,
body.single-post .entry-meta .comments-link a:visited {
    color: #929292 !important;
}

body.single-post .entry-meta .entry-category a,
body.single-post .entry-meta .entry-category a:link,
body.single-post .entry-meta .entry-category a:visited {
    color: #4c2882 !important;
}

body.single-post .widget.widget_recent_entries ul li a,
body.single-post .widget.widget_recent_entries ul li a:link,
body.single-post .widget.widget_recent_entries ul li a:visited {
    color: #103358 !important;
}
@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;
    }
}

