:root {
--primary-color: #1565d8;
--secondary-color: #279aee;
--heading-color: #333333;
--text-color: #333;
--light-text-color: #4b5563;
--muted-text-color: #8f8f8f;
--background-color: #f7f9fc;
--white: #ffffff;
--border-color: #ccc;
--shadow-color: rgba(0, 0, 0, 0.1);
--link-hover-color: #3e81c6;
--quote-bg: #f1f5f9;
--quote-border: #2563eb;
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
max-width: 1320px;
margin: 0 auto;
padding: 0 20px;
}
body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
"Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #fff;
color: var(--text-color);
line-height: 1.6;
}
.site-main section{
overflow: hidden;
}
.site-main > section:nth-of-type(2) {
background: var(--background-color) !important;  
color: #fff;
}
.site-main > section:nth-of-type(3) {
background-color: #fff !important;  
}
.site-main > section:nth-of-type(4) {
background: var(--background-color) !important;    
color: #fff;
}
.site-main > section:nth-of-type(5) {
background-color: #fff !important;  
}
.site-main > section:nth-of-type(6) {
background: var(--background-color) !important;  
color: #fff;
}
.site-main > section:nth-of-type(7) {
background-color: #fff !important;  
}
.site-main > section:nth-of-type(8) {
background: var(--background-color) !important;  
color: #fff;
}
.cta-section{
margin: 0;
}
button.nav-toggle:not(:hover):not(:active):not(.has-background){
background-color: transparent !important;
}
.site-main > section:nth-of-type(4) .repeatable-item.no-title{
background: #fff !important;    
} .site-header {
position: sticky;
top: 0;
z-index: 1000;
background: #f8f9fa;
padding: 0;
max-width: 100%;
}
.site-header .container {
margin: 0 auto;
padding: 16px 12px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
}
.site-header .logo img {
height: 36px;
max-width: 180px;
}
.site-nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 39px;
align-items: center;
}
.site-nav ul li a {
text-decoration: none;
font-size: 18px;
color: var(--heading-color);
font-weight: 400;
line-height: 27px;
transition: all 0.3s;
}
.site-nav ul li a:hover {
color: #14b8a6;
}  .site-footer{
width: 100%;
max-width: 100% !important;
padding: 0;
margin: 0 !important;
}
.footer-top {
background: #14b8a6;
color: #fff;
padding: 60px 0;
margin: 0;
}
.footer-bottom{
padding: 20px 0;
}
.footer-brand img{
width: 280px;
}
.footer-bottom .bottom-row{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.footer-col ul {
margin: 0;
padding-left: 18px;
list-style: disc;
display: flex;
flex-direction: column;
align-items: start;
gap:10px;
}
.footer-grid {
display: flex;
max-width: 1320px;
margin: 0 auto;
align-items: start;
justify-content: space-between;
gap: 32px;
padding: 0 20px;
}
.footer-col a {
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.footer-col a:hover {
color: #854dfc;
}
.social {
display: flex;
gap: 14px;
}
.social .icon svg{
width: 32px;
height: 32px;
}
.social .icon svg path{
color: #808da2;
}
.icon:hover svg{
background: #e5e7eb;
color: #854dfc;
}
.legal ul {
color: var(--muted);
font-size: 16px;
display: flex;
align-items: center;
gap: 36px;
flex-wrap: wrap;
color: #333;
}
.legal a {
color: #854dfc;
text-decoration: none;
}
.legal .dot {
color: var(--muted);
}
.brand-link {
color: var(--purple);
text-decoration: none;
}
.brand-link:hover {
text-decoration: underline;
}
.legal .copy{
color: #333;
}  section.hero-section {
background-size: cover !important;
min-height: 410px;
position: relative;
background-repeat: no-repeat !important;
background: var(--primary-color) url(https://www.prudenthomebuyers.com/blog/wp-content/themes/prudent/assets/BlogHeroBGMN.png);
}
.search-address-form input{
border: none;
outline: none;
padding: 8px 0;
width: 100%;
font-size: 16px;
}
.search-address-form .row div:first-of-type{
width: 60%;
}
.search-address-form .input-group{
display: flex;
align-items: center;
border: 1px solid #854dfc;
border-radius: 8px !important;
width: 100% !important;
}
.br-btn{
width: 40%;
}
.br-btn button{
padding: 10px 12px;
font-size: 16px;
background-color: #854dfc !important;
border-radius: 8px !important;
color: white !important;
border-color: transparent !important;
}
.br-btn button:focus{
outline: none !important;
}
.br-btn button:hover{
background-color: #14b8a6 !important;
color: #fff !important;
}
.search-address-form input:focus{
outline: none;
}
.icon-wrap{
padding: 8px 12px;
}
.hero-section div {
display: flex;
align-items: center;
flex-direction: column;
justify-self: center;
}
.hero-section div h1 {
color: var(--white);
font-size: 48px;
line-height: 77px;
font-weight: 700;
padding-top: 65px;
margin-bottom: 10px;
}
.hero-section div p {
color: var(--white);
font-size: 22px;
line-height: 60px;
font-weight: 400;
} main {
width: 100%;
margin: 0 auto;
padding: 0 !important;
}
.blog-wrapper {
display: flex;
justify-content: center;
gap: 3.14%;
}
.blog-wrapper .category-list {
width: 29.05%;
}
.blog-list {
list-style: none;
}
.blog-thumnbnail {
width: 270px;
height: 185px;
padding-right: 0px;
overflow: hidden;
}
.blog-thumnbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s ease;
}
.blog-thumnbnail a:hover img {
transform: scale(1.15);
transition: all 0.5s ease;
}
.blog-post {
margin-bottom: 42px;
display: flex;
align-items: start;
gap: 30px;
}
.blog-post a,
.category-list ul li a,
.author-description .highlighted a {
text-decoration: none;
}
.blog-post .author {
display: flex;
align-items: center;
gap: 10px;
}
.blog-post .summary {
font-size: 18px;
font-weight: 400;
line-height: 29px;
color: var(--text-color);
}
.blog-post .author h4,
.author-description h4 {
font-size: 18px;
font-weight: 700;
line-height: 29px;
color: var(--heading-color);
}
.blog-post .author .highlighted a,
.author-description .highlighted a {
color: var(--secondary-color);
}
.blog-post .author span,
.author-description .published-date {
font-size: 18px;
font-weight: 300;
line-height: 29px;
color: var(--muted-text-color);
}
.author-description .published-date {
display: flex;
align-items: center;
gap: 10px;
}
.category-list ul li a {
font-size: 20px;
color: var(--link-hover-color);
font-weight: 400;
line-height: 32px;
}
.category-list{
margin-top: 20px;
}
.category-list h3 {
font-size: 24px;
color: var(--heading-color);
font-weight: 600;
line-height: 38px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.blog-post h2 a {
font-size: 22px;
color: var(--heading-color);
line-height: 35px;
font-weight: 600;
margin-bottom: 0.4rem;
cursor: pointer;
}
.summary a {
color: var(--link-hover-color);
font-weight: 500;
}
.summary a:hover {
text-decoration: underline;
}
.blog-post h2 a:hover {
color: var(--link-hover-color);
}
.author {
font-size: 0.9rem;
color: #666;
margin-bottom: 0.7rem;
}
.summary {
font-size: 1rem;
color: var(--light-text-color);
}
.category-list ul li {
list-style: none;
}
footer {
text-align: center;
padding: 1rem;
font-size: 0.85rem;
color: #999;
} .custom-breadcrumb{
padding-bottom: 10px;
}
.custom-breadcrumb a{
color: #854dfc;
text-decoration: none;
}
.custom-breadcrumb a:hover{
color: #14b8a6;
}
.details-container,
.blog-detail-wrapper {
max-width: 1200px;
margin: 0 auto;
display: flex;
gap: 30px;
padding: 20px;
}
.sidebar {
position: sticky;
top: 100px;
height: fit-content;
}
.blog-sidebar {
display: flex;
flex-direction: column;
max-width: 350px;
gap: 20px;
}
.email-subscribe-sidebar p{
font-size: 14px;
padding-bottom: 20px;
}
.email-subscribe-sidebar input{
border: 1px solid #854dfc;
border-radius: 5px;
}
.email-subscribe-sidebar input:focus{
outline: none;
}
.email-subscribe-sidebar p .wpcf7-submit{
width: 100%;
padding: 8px 12px;
border-radius: 12px;
background-color: #854dfc !important;
color: #fff !important;
}
.email-subscribe-sidebar p .wpcf7-submit:hover{
background-color: #14b8a6 !important;
}
.toc,
.sidebar .company-box-sidebar {
background: var(--white);
padding: 25px;
border-radius: 12px;
box-shadow: 0 2px 8px var(--shadow-color);
border-left: 4px solid #854dfc;
}
.author-content {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.single-post .author-content .author-avatar,
.single-post .author-content .author-description h4,
.single-post .main-content > .cta-button{
display: none;
}
.author-avatar img {
width: 50px !important;
height: 50px !important;
border-radius: 50%;
object-fit: cover;
margin-right: 10px;
}
.toc h2 {
font-size: 18px;
margin-bottom: 15px;
color: var(--primary-color);
}
.toc ul {
list-style: none;
}
.toc li {
margin-bottom: 10px;
}
.toc a {
color: var(--light-text-color);
text-decoration: none;
font-size: 14px;
transition: color 0.3s;
}
.toc a:hover {
color: #854dfc;
}
.details-container h1 {
font-size: 48px;
color: #1e293b;
margin-bottom: 20px;
font-weight: 600;
line-height: 62px;
}
.main-content .line {
width: 100%;
max-width: 100px;
height: 4px;
background: var(--heading-color);
margin-bottom: 30px;
}
.cta-button {
display: inline-block;
color: var(--secondary-color);
font-size: 22px;
line-height: 35px;
font-weight: 600;
transition: background 0.3s;
text-decoration: none;
display: flex;
align-items: center;
justify-self: center;
padding: 20px 0px;
}
.cta-button:hover {
text-decoration: underline;
}
.intro {
font-size: 18px;
color: var(--light-text-color);
margin-bottom: 30px;
}
.details-container section {
margin-bottom: 40px;
}
.details-container h2 {
font-size: 28px;
color: #1e293b;
margin-top: 40px;
margin-bottom: 15px;
}
.details-container h3 {
font-size: 22px;
color: #334155;
margin-top: 25px;
margin-bottom: 15px;
}
.details-container p {
margin-bottom: 15px;
color: var(--light-text-color);
}
.quote {
background: var(--quote-bg);
border-left: 4px solid var(--quote-border);
padding: 20px;
margin: 25px 0;
font-style: italic;
color: #334155;
}
.quote cite {
display: block;
margin-top: 10px;
font-style: normal;
font-weight: 600;
color: var(--primary-color);
}
.details-container ul,
.details-container ol {
margin-left: 25px;
margin-bottom: 20px;
}
.details-container li {
margin-bottom: 10px;
color: var(--light-text-color);
}
strong {
color: #1e293b;
}
.details-container .blog-detail-image {
width: 100% !important;
height: 480px !important;
object-fit: cover;
}
.blog-detail-image .blog-detail-image.wp-post-image{
max-width: 100% !important;
}
.post-content p img{
width: 100% !important;
margin: 40px 0;
}
.post-content p,
.post-content ul li,
.post-content a{
font-size: 16px;
} .related-posts-wrapper {
margin: 0 auto;
max-width: 1320px;
padding: 80px 20px;
border-top: 2px solid #eee;
}
.related-heading {
font-size: 26px;
padding-bottom: 40px;
font-weight: bold;
}
.related-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.related-post-item {
background: #fafafa;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: all 0.3s;
text-decoration: none;
overflow: hidden;
}
.related-post-item a{
text-decoration: none;
}
.related-post-item:hover .related-thumb img  {
transform: scale(1.2);
}
.related-post-item:hover .related-title{
color: #854dfc;
}
.related-post-item:hover {
transform: translateY(-5px);
}
.related-thumb{
overflow: hidden;
border-radius: 8px 8px 0 0;
}
.related-thumb img {
width: 100%;
height: 230px !important;
object-fit: cover;
border-radius: 8px 0 0;
transition: transform 0.3s ease-in-out;
}
.related-content{
padding:30px 20px;
}
.related-title {
font-size: 22px;
line-height: 1.3;
color: #28303d;
transition: transform 0.3s ease-in-out;
}
.related-excerpt {
margin-top: 10px;
font-size: 18px;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 3;   
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.4;
max-height: calc(1.4em * 3);
}   .block-container {
display: flex;
justify-content: space-between;
gap: 30px;
} .hero-section-alternative {
background: var(--background-color);
height: 390px;
margin: 0;
position: relative;
box-sizing: border-box;
}
.hero-section-alternative:before {
z-index: 2;
content: "";
background-color: #fff;
border-bottom-right-radius: 10rem;
display: block;
position: absolute;
top: 0;
bottom: -1.25rem;
left: 0;
right: calc(40% + 1.35rem);
}
.hero-section-alternative:after {
content: "";
background-color: #e9ecef;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
} .hero-section-header {
z-index: 2;
padding: 20px 0;
}
.hero-heading span {
display: block;
}
.hero-heading {
font-size: 30px;
margin-bottom: 15px;
color: var(--heading-color);
}
.hero-heading span:first-child {
font-weight: 400;
font-size: 35px;
line-height: 42px;
color: #854dfc;
}
.hero-heading span:nth-child(2) {
font-weight: 700 !important;
font-size: 35px;
line-height: 42px;
color: #333;
}
.hero-heading span:last-child {
font-weight: 400;
font-size: 35px;
line-height: 42px;
color: #333 !;
}
.hero-para {
font-size: 18px;
line-height: 1.7;
color: var(--text-color);
margin-bottom: 15px;
} .search-address-form {
margin-bottom: 15px;
}
.search-address-form .row{
display: flex;
align-items: center;
justify-content: start;
gap: 15px;
}
.address-wrapper {
display: flex;
gap: 15px;
align-items: center;
flex-wrap: wrap;
}
.input-wrapper {
display: flex;
align-items: center;
background: var(--white);
padding: 14px 18px;
border-radius: 12px;
box-shadow: 0 6px 20px var(--shadow-color);
flex: 1;
}
.location-icon {
margin-right: 10px;
display: flex;
}
.address-input {
border: none;
outline: none;
width: 100%;
font-size: 17px;
color: var(--text-color);
}
.hero-btn {
background: var(--primary-color);
color: var(--white);
padding: 16px 35px;
font-size: 18px;
border: none;
border-radius: 12px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 6px 20px var(--shadow-color);
white-space: nowrap;
transition: 0.3s ease;
}
.hero-btn:hover {
background: var(--secondary-color);
} .review-section {
margin: 0;
display: flex;
align-items: center;
gap: 25px;
}
.review-section img {
width: 120px;
opacity: 0.5;
} .hero-section-alternative .hero-section-image {
border-radius: 0;
height: auto;
margin-top: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.hero-section-alternative .hero-section-image img {
width: auto;
height: 100%;
position: absolute;
bottom: 0;
right: -30px;
}
.hero-section-alternative .block-container{
position: relative;
}
.hero-section-alternative .hero-section-image:after {
z-index: -1;
content: "";
height: 100%;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}  .image-content-block {
background: var(--background-color);
margin: 0 auto;
padding: 80px 0;
} .image-content-block .block-image {
width: 50%;
}
.image-content-block .block-image img {
width: 100%;
height: auto;
border-radius: 10px;
display: block;
object-fit: cover;
box-shadow: 0 4px 10px var(--shadow-color);
} .image-content-block .block-content {
width: 50%;
color: var(--text-color);
}
.block-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.block-heading {
font-size: 32px;
margin-bottom: 12px;
font-weight: 700;
color: var(--heading-color);
}
.block-subheading {
font-size: 22px;
margin-bottom: 18px;
color: var(--light-text-color);
}
.block-description {
font-size: 16px;
line-height: 1.6;
margin-bottom: 25px;
color: var(--text-color);
}
.block-description ul {
display: grid;
grid-template-columns: repeat(3, 1fr); 
gap: 10px 20px; 
padding: 30px;
}
.block-description li {
margin: 0;
padding: 4px 0;
}
.site-main > section:last-of-type{
padding-top: 80px 0 !important;
}
.site-main > section:last-of-type .block-container{
gap: 0 !important;
}
.site-main > section:last-of-type .block-container .block-image img{
box-shadow: none;
} .image-content-block.left .block-image {
order: 1;
}
.image-content-block.left .block-content {
order: 2;
}
.image-content-block.right .block-image {
order: 2;
}
.image-content-block.right .block-content {
order: 1;
}
.image-content-block.hide .block-content {
margin: 0 auto;
width: 100%;
}  .plain-content-block {
width: 100%;
text-align: center;
background: #fff;
margin: 0 auto;
padding: 80px 0;
}
.pcb-subheading {
font-size: 18px;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 10px;
}
.pcb-heading {
font-size: 36px;
font-weight: 700;
color: var(--heading-color);
margin-bottom: 20px;
line-height: 1.2;
}
.pcb-description {
font-size: 18px;
color: var(--light-text-color);
line-height: 1.7;
margin: 0 auto;
max-width: 750px;
}  .repeatable-content-section {
background: var(--background-color);
text-align: center;
margin: 0;
padding: 80px 0;
}
.repeatable-top {
max-width: 800px;
margin: 0 auto 50px auto;
}
.section-sub-title {
font-size: 18px;
color: var(--secondary-color);
font-weight: 600;
margin-bottom: 10px;
}
.section-title {
font-size: 36px;
font-weight: 700;
color: var(--heading-color);
margin-bottom: 15px;
}
.section-description {
font-size: 18px;
color: var(--light-text-color);
line-height: 1.7;
margin-bottom: 40px;
} .repeatable-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 35px;
} .repeatable-item.has-title {
background: var(--background-color);
padding: 35px 25px;
border-radius: 14px;
box-shadow: 0 4px 12px var(--shadow-color);
text-align: center;
transition: 0.3s;
}
.repeatable-item.has-title:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px var(--shadow-color);
}
.repeatable-item.has-title .repeatable-icon img {
width: 65px;
height: 65px;
margin-bottom: 20px;
}
.repeatable-item.has-title .repeatable-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 12px;
}
.repeatable-item.has-title .repeatable-text {
font-size: 16px;
line-height: 1.6;
color: #333 !important;
}
.repeatable-text{
color: #333 !important;
} .repeatable-item.no-title {
display: flex;
align-items: center;
gap: 20px;
padding: 25px;
background: var(--background-color);
border-radius: 14px;
box-shadow: 0 4px 12px var(--shadow-color);
text-align: left;
} .repeatable-item.no-title .repeatable-icon img {
width: 55px;
height: 55px;
flex-shrink: 0;
} .repeatable-item.no-title .repeatable-text {
margin: 0;
font-size: 16px;
} .testimonials-section {
padding: 80px 0px;
margin: 0;
background: #fff;
font-family: Arial, sans-serif;
}
.testimonials-title {
text-align: center;
font-size: 24px;
font-weight: 600;
margin-bottom: 40px;
color: #333;
}
.testimonials-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 30px;
} .testimonial-card {
background: #fff;
border: 1px solid #e0e0e0;
padding: 25px 30px;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: 0.2s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.testimonial-card .name {
font-size: 18px;
font-weight: 600;
color: #444;
margin-bottom: 8px;
}
.stars {
font-size: 18px;
margin-bottom: 15px;
}
.stars span {
color: #ccc;
}
.stars span.filled {
color: #f7b500;
}
.text {
font-size: 15px;
line-height: 1.6;
color: #555;
}  .faq-section {
padding: 80px 0;
margin: 0 auto;
}
.faq-title {
font-size: 26px;
font-weight: 700;
margin-bottom: 30px;
}
.faq-head,
.testim-head{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 10px;
padding-bottom: 40px;
}
.testim-head p{
text-align: center !important;
}
.faq-head h2,
.testim-head h2{
margin: 0;
}
.faq-accordion {
background: #fff;
border-radius: 12px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
padding: 0;
}
.faq-item {
border-bottom: 1px solid #e6e6e6;
}
.faq-item:last-child {
border-bottom: none;
}
.faq-question {
width: 100%;
padding: 18px 20px;
font-size: 18px;
background: transparent !important;
color: #333 !important;
border: none;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.faq-question:focus {
outline: none;
}
.faq-item.open .faq-question {
background: #7c3aed !important;
color: #fff !important;
border-radius: 6px 6px 0 0 !important;
}
.faq-icon {
width: 14px;
height: 14px;
border-right: 2px solid;
border-bottom: 2px solid;
transform: rotate(45deg);
transition: 0.3s ease;
}
.faq-item.open .faq-icon {
transform: rotate(-135deg);
}
.faq-answer {
display: none;
padding:20px;
}
.faq-item.open .faq-answer {
display: block;
}
.faq-answer-inner ul {
padding-left: 20px;
}
.site-header .nav-toggle {
display: none;
}
.site-header .main-navigation {
display: flex;
justify-content: space-between;
align-items: center;
} .home-banner{
background-image: url(//www.prudenthomebuyers.com/blog/wp-content/uploads/2025/11/hero-image1.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 410px;
width: 100%;
max-width: 100%;
padding: 100px;
text-align: center;
margin-bottom: 0;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.home-banner:after{
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
background: #0e1920c7;
z-index: 1;
}
.home-banner h1,
.home-banner h3{
z-index: 2;
color: #fff;
font-size: 48px;
line-height: 60px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
font-weight: 700;
position: relative;
margin-bottom: 20px;
}
.home-banner h3{
font-size: 22px;
line-height: 30px;
text-align: center;
letter-spacing: -.21px;
padding: 0px;
margin: 0px;
font-weight: 400;
text-shadow: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.home .site-main,
.single-post .site-main {
width: 100%;
max-width: 100%;
padding: 0;
}
.content-with-sidebar,
.blog-detail-wrapper{
max-width: 1320px;
padding: 80px 20px;
}
.post-wrapper{
max-width: 1320px;
padding: 90px 20px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 50px;
}
.blog-detail-wrapper .details-container{
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 50px;
}
.blog-detail-wrapper .main-content{
max-width: calc(100% - 400px);
padding: 0;
margin: 0;
}
.blog-detail-wrapper .sidebar{
max-width: 350px;
display: flex;
flex-direction: column;
gap: 20px;
}
.post-wrapper .post-grid {
max-width: calc(100% - 400px);
display: flex;
flex-direction: column;
gap: 50px;
}
.post-wrapper .category-sidebar{
max-width: 350px;
background: var(--white);
padding: 25px;
border-radius: 12px;
box-shadow: 0 2px 8px var(--shadow-color);
border-left: 4px solid #854dfc;
}
.post-wrapper .email-subscribe-sidebar.category-sidebar{
border-left: 0px solid transparent !important;
background-color: var(--background-color);
}
.post-wrapper .company-box-sidebar.category-sidebar,
.sidebar .company-box-sidebar{
background-color: #854dfc;
color: white;
}
.post-wrapper .company-box-sidebar.category-sidebar .widget-title,
.sidebar .company-box-sidebar h3{
border-bottom: 1px solid #fff !important;
}
.post-grid article{
display: flex;
flex-direction: row;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 12px;
gap: 10px
}
.post-grid article .post-thumbnail{
width: 350px;
display: inline-block;
margin: 0 !important;
overflow: hidden;
border-radius: 12px 0 0 12px;
}
.post-grid article .post-thumbnail img{
margin: 0;
height: auto !important;
aspect-ratio: 5/3;
object-fit: cover;
border-radius: 12px 0 0 12px;
transition: all 0.4s;
}
.post-grid article .post-thumbnail a:hover img{
transform: scale(1.2);
}
.post-grid article .entry-title{
margin: 0;
line-height: 18px;
}
.post-grid article .entry-title a{
font-size: 22px;
font-weight: 600;
line-height: 28px !important;
text-align: left;
margin: 0 0 5px 0;
text-shadow: none;
text-decoration: none !important;
transition: all 0.3s;
}
.post-grid article .entry-title a:hover{
color: #854dfc;
}
.post-grid article .entry-content{
margin: 0;
width: calc(100% - 380px);
display: flex;
padding: 0 20px;
flex-direction: column;
justify-content: center;
}
.post-grid article .entry-content > p{
margin-top: 0px;
margin-bottom: 12px;
font-size: 18px;
line-height: 1.6;
color: #333;
padding: 0px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.post-grid article .entry-content > .entry-header,
.post-grid article .entry-content > p,
.post-grid article .entry-content > .blog-meta{
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
order: 1;
}
.post-grid article .entry-content > .blog-meta{
order: 2;
margin: 8px 0;
font-size: 18px;
line-height: 1.6;
color: #8f8f8f;
}
.post-grid article .entry-content > p{
order: 3;
}
.post-grid article .blog-meta .post-taxonomies{
display: none;
}
.post-grid article .entry-content > .blog-meta .posted-on{
font-size: 0px;
}
.post-grid article .entry-content > .blog-meta .entry-date{
font-size: 18px;
}
.post-wrapper .category-sidebar .cat-item{
margin-bottom: 5px;
}
.category-sidebar.cat-archive ul{
list-style: none;
padding: 0;
}
.category-sidebar.cat-archive ul .active.cat-item a{
color: #854dfc !important;
font-weight: 600;
}
.post-wrapper .category-sidebar .cat-item a{
color: #333;
font-size: 18px;
line-height: 1.6;
text-decoration: none;
transition: all 0.3s;
margin-bottom: 15px;
}
.entry-header{
margin-bottom: 0 !important;
}
.post-wrapper .category-sidebar .cat-item a:hover{
color: #854dfc;
}
.post-wrapper .category-sidebar .widget-title,
.details-container .sidebar h2,
.details-container .sidebar h3{
font-size: 24px;
line-height: 1.6;
font-weight: 600;
margin: 0;
padding-bottom: 4px;
border-bottom: 1px solid rgba(103, 117, 143, .2);
}
.email-subscribe-sidebar .wpcf7 form p:nth-of-type(2){
padding: 0;
}
.email-subscribe-sidebar .wpcf7 br{
display: none;
}
.about-box{
padding-top: 10px;
display: flex;
flex-direction: column;
gap: 4px;
}
.about-box img{
width: 70px;
border: 1px solid #fff;
border-radius: 12px;
}
.company-box-sidebar p a,
.sidebar .company-box-sidebar h3,
.sidebar .company-box-sidebar p{
color: #fff !important;
} .details-container{
width: 100%;
max-width: 100%;
padding: 0;
}
.details-container .sidebar ul {
padding-left: 0 !important;
margin-left: 0 !important;
margin-top: 25px;
}
.details-container .sidebar h2{
margin-top: 0;
}
.testimonials-section-desc{
color: #333 !important;
}
.toc-list a{
font-size: 18px !important;
}
.toc-list a.active{
color: #854dfc !important;
} @media (max-width: 1280px) {
.container{
padding: 0px 60px;
}
.site-header .container{
padding: 8px 60px;
}
.testimonials-section,
.blog-detail-wrapper,
.post-wrapper{
padding: 80px 20px;
}
.hero-section-alternative:before {
border-bottom-right-radius: 8rem;
right: 30%;
}
.footer-bottom .bottom-row{
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
justify-content: center;
padding: 20px 0;
}
.hero-section-alternative .block-container{
position: static;
}
.hero-section-alternative .hero-section-image img{
right: 0;
}
.hero-section-image:before {
content: "";
position: absolute;
right: calc(30% - 400px);
z-index: 111;
border-radius: 8rem;
box-shadow: 8.5rem -8.5rem #fff;
width: 400px;
height: 400px;
display: block;
transform: rotate(-90deg);
}
}
@media (max-width: 1024px) {
.container{
padding: 0px 20px;
}
.site-header .container{
padding: 8px 20px;
}
.testimonials-section,
.blog-detail-wrapper,
.post-wrapper{
padding: 80px 20px;
}
.site-header .container{
padding: 10px 20px;
}
.testim-head{
padding-bottom: 40px;
}
.post-wrapper .post-grid,
.blog-detail-wrapper .main-content{
max-width: calc(100% - 332px);
}
.blog-sidebar,
.blog-detail-wrapper .sidebar{
max-width: 283px;
}
.hero-section-image:before {
display: none;
}
}
@media (max-width: 991px) { .site-header .nav-toggle {
display: block !important;
}
.nav-toggle {
display: block;
cursor: pointer;
background: none;
border: none;
padding: 8px;
margin-left: auto;
}
.nav-toggle .bar {
display: block;
width: 28px;
height: 3px;
margin: 6px 0;
background: #000;
transition: 0.3s ease;
}
.site-nav ul {
display: none;
flex-direction: column;
background: #fff;
position: absolute;
top: 72px;    
right: 0;
width: 250px;
padding: 20px;
gap: 15px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
z-index: 9999;
}
.site-nav ul.active {
display: flex;
width: 100%;
background-color: #f8f9fa;
}
.site-nav button:focus{
outline: none !important;
}
.site-nav button:hover{
background-color: transparent !important;
}
.site-nav ul li a {
font-size: 18px;
display: block;
padding: 5px 0;
} .post-wrapper,
.blog-detail-wrapper .details-container{
flex-direction: column;
}
.blog-sidebar,
.post-wrapper .category-sidebar,
.post-wrapper .post-grid,
.blog-detail-wrapper .main-content,
.blog-detail-wrapper .sidebar{
max-width: 100%;
width: 100%;
}
.hero-section-alternative{
height: auto;
padding-bottom: 80px;
}
.hero-section-alternative:before {
border-bottom-right-radius: 0;
right: 0;
}
.hero-section-header,
.hero-section-image {
max-width: 100%;
flex: 1 1 100%;
text-align: center;
}
.image-content-block .block-content{
text-align: left;
}
.hero-section-alternative .hero-section-image,
.hero-section-alternative .hero-section-image img{
position: static;
z-index: 2;
}
.search-address-form .row{
flex-direction: column;
}
.hero-section-alternative .block-container{
display: flex;
flex-direction: column;
gap: 40px;
}
.block-container {
text-align: center;
}
.hero-heading {
font-size: 40px;
}
.address-wrapper {
flex-direction: column;
}
.hero-btn {
width: 100%;
}
.review-section {
justify-content: center;
}
.details-container {
flex-direction: column;
}
.sidebar {
width: 100%;
position: relative;
top: 0;
}
.main-content {
padding: 25px;
}
.details-container h1 {
font-size: 28px;
line-height: 38px;
}
.details-container h2 {
font-size: 24px;
}
.repeatable-items {
grid-template-columns: repeat(2, 1fr);
}
.testimonials-grid {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.container{
padding: 0px 20px;
}
.testimonials-section,
.blog-detail-wrapper,
.post-wrapper{
padding: 60px 20px;
}
.testim-head{
padding-bottom: 40px;
}
.hero-section-alternative .hero-section-image,
.hero-section-alternative .hero-section-image img{
display: none !important;
}
.hero-section-header{
padding: 0;
}
.testimonials-grid {
grid-template-columns: repeat(1, 1fr);
}
.site-header .container{
padding: 10px 20px;
}
.hero-heading {
font-size: 32px;
}
.pcb-heading {
font-size: 30px;
}
.pcb-description {
font-size: 16px;
}
.hero-section-alternative {
padding: 60px 0;
}
.image-content-block .block-container {
flex-direction: column;
text-align: center;
gap: 25px;
}
.related-posts-grid{
grid-template-columns: repeat(2, 1fr);
}
.image-content-block .block-image,
.image-content-block .block-content {
width: 100%;
}
.repeatable-items {
grid-template-columns: 1fr;
}
.section-title {
font-size: 28px;
}
.footer-grid{
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
gap: 10px;
}
.footer-top{
padding: 40px 0;
}
.legal ul{
display: flex;
align-items: center;
justify-content: center;
list-style: none;
padding: 0;
gap: 8px;
}
.block-description ul{
padding: 20px;
grid-template-columns: repeat(2, 1fr);
}
.logo img{
width: 145px;
}
.footer-brand{
padding-bottom: 20px;
}
.custom-breadcrumb a,
.custom-breadcrumb span{
font-size: 18px;
}
}
@media (max-width: 660px) {
main {
margin: 1rem;
}
.blog-post {
padding: 1rem 1rem;
}
.testimonials-grid {
grid-template-columns: repeat(1, 1fr); }
.search-address-form .br-btn,
.search-address-form .row div:first-of-type{
width: 100% !important;
}
.post-grid article{
flex-direction: column;
gap: 20px;
}
.post-grid article .post-thumbnail,
.post-grid article .entry-content{
max-width: 100%;
width: 100%;
}
.post-grid article .entry-content{
padding-bottom: 20px;
}
.post-grid article .post-thumbnail img,
.post-grid article .post-thumbnail{
border-radius: 12px 12px 0 0;
}
.related-posts-grid{
grid-template-columns: repeat(1, 1fr);
}
.faq-icon {
width: 8px;
height: 8px;
border-right: 2px solid;
border-bottom: 2px solid;
transform: rotate(45deg);
transition: 0.3s ease;
}
}