/*
Theme Name: Prudent Home Buyers
Description: Prudent Home Buyers. Child Theme
Template: twentytwentyone
Version: 1.25
Tags: four-columns, right-sidebar, full-width-template
Text Domain: prudent
Author: Israr Mansuri

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/


: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;
}

/* Global Reset */
* {
  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:not(.hero-banner) {
    overflow: hidden; 
} */

body.error404 .site-main{
  min-height: calc(100vh - 358px);
  display:flex;
}
.back-btn{
  padding: 6px 12px;
  background-color: #854dfc;
  border: 1px solid #854dfc;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.back-btn:hover{
  background-color: #14b8a6;
  border: 1px solid #14b8a6;
}
.pruerror-404{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pruerror-404 p{
  text-align: center;
  width: 100%;
  max-width: 760px;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 300 !important;
  margin-bottom: 12px !important;
}


.site-main > section:nth-of-type(2) {
  background: var(--background-color) !important;  
    color: #fff;
    padding-top: 60px;
}

.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(4) .repeatable-items .repeatable-item.has-title,
.site-main > section:nth-of-type(6) .repeatable-items .repeatable-item.has-title{
  background-color: #fff;
}

.repeatable-items .repeatable-item.has-title .repeatable-title{
    color: #333;
}
.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;    
}
/* header section start here */

.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;
  object-fit: contain;
}
.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;
}

/* header section end here */

/* footer section start here */

.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 a:hover{
  background-color: transparent !important;
}
.social a:hover
.social .icon svg path{
 color: #808da2;
}
.icon svg path{
  fill: #808da2; 
}
 

.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;
}
/* footer section end here */

/* Hero Section */
section.hero-section {
  background-size: cover !important;
  min-height: 410px;
  position: relative;
  background-repeat: no-repeat !important;
  background: var(--primary-color) url(./assets/BlogHeroBGMN.png);
}

.search-address-form input{
  border: none;
  outline: none;
  padding: 8px 0;
  width: 100%;
  font-size: 16px;
}

.search-address-form .row div.input-sec{
  width: 60%;
}
.search-address-form .row{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.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;
  font-weight: 400;
  line-height: 24px;
  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;
}
.br-btn button:disabled:hover,
.br-btn button.disabled {
    background-color: rgb(204, 204, 204) !important;  
    border-color: rgb(204, 204, 204) !important;  
    color: #ffffff !important; 
    cursor: not-allowed;
}

.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 Section */
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;
}

/* Blog Details Page */
.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,
.sidebar .category-sidebar.cat-archive.blog-sidesearch {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px var(--shadow-color);
  border-left: 4px solid #854dfc;
}
.details-container .sidebar .blog-sidesearch ul{
  margin-top: 1px;
}
.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;
}
/* post details page css start here 854dfc */

.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);
}


/* post detalis page css end her */
/* Responsive */


/* .br-section-block {
  padding: 30px 0;
} */

.block-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
/***********************************
HERO SECTION 
***********************************/
.hero-section-alternative {
  background: var(--background-color);
  height: 400px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  overflow: visible !important;
}


.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;
}
/* LEFT SIDE */
.hero-section-header {
  z-index: 2;
  padding: 20px 0;
  width: 50%;
}

.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: #394458;
}
.hero-heading span:last-child {
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #394458;
}
.hero-para {
  font-size: 19px;
  line-height: 25px;
  color: #394458;
  margin-bottom: 15px;
}
.hero-para p{
  line-height: 25px !important;
}

/* FORM */
.search-address-form {
  margin-bottom: 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);
}


/* REVIEWS */
.review-section {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

.review-section img {
  width: 120px;
  opacity: 0.5;
}

/* RIGHT IMAGE */

 .hero-section-alternative .hero-section-image {
    border-radius: 0;
    height: 402px;
    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;
}

/* RESPONSIVE */


/*****************
Image Content Block
********************/

.image-content-block {
  background: var(--background-color);
  margin: 0 auto;
  padding: 48px 0;
}

/* IMAGE — 50% */
.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);
}

/* CONTENT — 50% */
.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;
}
/* POSITION LOGIC */
.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%;
}

/*****************
MOBILE VIEW
********************/


/* ================================
 PLAIN CONTENT BLOCK
================================ */
.plain-content-block {
  width: 100%;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  padding: 48px 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;
}
/* Responsive */


/***********************************
  REPEATABLE CONTENT SECTION
***********************************/
.repeatable-content-section {
  background: var(--background-color);
  text-align: center;
  margin: 0;
  padding: 48px 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;
}

/* Default grid → 3 per row */
.repeatable-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/***********************************
 ITEM WHEN TITLE EXISTS (NORMAL)
***********************************/
.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;
}
/***********************************
 ITEM WHEN TITLE IS MISSING
 → Horizontal layout (icon left, text right)
***********************************/
.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;
}

/* Icon small & aligned left */
.repeatable-item.no-title .repeatable-icon img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}

/* Description fills space */
.repeatable-item.no-title .repeatable-text {
  margin: 0;
  font-size: 16px;
}



/***********************************
  Testimonials
***********************************/
.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); /* ⭐ EXACTLY 3 ITEMS PER ROW */
  gap: 30px;
}

/* Single Testimonial Card */
.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;
}

/* ⭐ Responsive */


/***********************************
  FAQs
***********************************/
.faq-section {
  padding: 48px 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;
}



/*  Blog CSS Start  */
.home-banner{
  background-image: url('/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;
}
.site-main{
  margin: 0;
}
.content-with-sidebar,
.blog-detail-wrapper{
  max-width: 1320px;
  padding: 48px 20px;
}
.post-wrapper{
  max-width: 1320px;
  padding: 48px 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{
  color: #fff !important;
}
.sidebar .company-box-sidebar p{
  color: #000;
}
/* Blog Detail CSS start */

.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;
}


.position-relative{
    position:relative;
}
.place-suggestions{
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #f8f9fa;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  z-index: 9999;
  display:none;
  padding: 0px;
  margin: 0px;
  list-style: none; 
 
}
.place-suggestions.open{
    display:flex;
    flex-direction: column;
}

.place-suggestions  li {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.place-suggestions  li.suggestion-powered{
    justify-content: flex-end;
}
.place-suggestions li:hover {
    background-color: #f5f5f5;  
    color: #007bff; 
}

/* Active item (when clicked or focused) */
.place-suggestions li.active,
.place-suggestions li:focus {
    background-color: #e9ecef;  
    color: #007bff;  
}

 
.message-box{
    width:100%;
    font-size:16px;
    color: #808da2;
    margin-top: -10px;
    padding:0px 0px 10px 0px;
    text-align: left;
}
.message-box.hidden{
    display:none;
}
.search-btn-wrapper{
  display: flex;
  gap: 20px;
  width: 100%;
}
.message-box.error,
.search-address-form input.has-error{
  color: #dc3545; 
}

/* 404 page css start here */



body.page-template-blank-page-php{
	  min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
body.page-template-blank-page-php header.site-header{
	width:100%;
}

body.page-template-blank-page-php  .message-wrapper .banner-content,
body.page-template-blank-page-php  .message-wrapper{
	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
	  gap:16px;
	  width:100%;
	  max-width:896px;
}

body.page-template-blank-page-php .message-wrapper .banner-content p:first-of-type{
	font-size:20px !important;
	color:#212529bf !important;
	font-weight:300;
	line-height:30px;
	text-align:center !important;
}
body.page-template-blank-page-php .message-wrapper .banner-content p a{
	font-size:16px;
	text-decoration:none;
	line-height:24px;
  border: 1px solid #854dfc;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #854dfc;
  color: #fff !important;
	
}
body.page-template-blank-page-php .message-wrapper .banner-content p a:hover{
	  background-color: #14b8a6;  
	  border: 1px solid #14b8a6;
}

/* 404 page css end here */



.cta-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 120px 20px;
	overflow: hidden; 
}

.cta-section::before {
	content: "";
	position: absolute;
	inset: 0;   
	background: rgba(0, 0, 0, 0.45);
	z-index: 1; 
}

.cta-content {
	position: relative;
	z-index: 2;  
	max-width: 780px;
	margin: auto;
	text-align: center;
	color: #fff;
}

.cta-heading {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}

.cta-description {
	font-size: 18px;
	margin-bottom: 30px;
}

.cta-btn {
	display: inline-block;
	padding: 14px 34px;
	background: #854dfc;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	text-decoration: none;
	margin-top:30px;
}

.cta-btn:hover{
  background-color: #14b8a6 !important;
}

.stars .half {
    background: linear-gradient(90deg, #f7b500 50%, #ccc 50%);
    -webkit-background-clip: text;
    color: transparent;
}



.blog-sidesearch .search-btn-wrapper{
  display: flex;
  flex-direction: column;
}

.blog-sidesearch .search-address-form .row div.input-sec,
.blog-sidesearch .br-btn,
.blog-sidesearch .br-btn button{
  width: 100%;
}

.blog-sidesearch .search-address-form{
  padding-top: 40px;
}

.powered-by-google {
  display: flex;
  align-items: end;
  justify-content: end;
}

.about-box p span{
  color: #fff;
}

/* tablate and mobile view */

@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-alternative .hero-section-image {
    overflow: hidden;
  }
  .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);
  }
  .hero-section-header{
    width: 65%;
  }
  
  .hero-heading span:first-child,
  .hero-heading span:nth-child(2),
  .hero-heading span:last-child{
    font-size: 28px !important;
    line-height: 35px;
  }

  .hero-para{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
  }
  .hero-heading,
  .hero-para{
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .container{
    padding: 0px 40px;
  }
    .site-header .container{
        padding: 8px 40px;
    }
  .testimonials-section,
  .blog-detail-wrapper,
  .post-wrapper{
     padding: 80px 20px;
  }
   .site-header .container{
     padding: 10px 12px;
  }

  .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;
  }
 
}
@media (max-width: 991px) {
  
/* start header */
  .site-header .nav-toggle {
    display: block !important;
  }
  .container {
    max-width: 720px;
  }
  .footer-brand img{
    width: 156px;
  }
  .nav-toggle {
    display: block;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    margin-left: auto;
  }
  .search-btn-wrapper{
    justify-content: center;
    align-items: center;
  }
   .hero-section-image:before,
   .hero-section-image {
    display: none;
  }

  .search-btn-wrapper .br-btn,
  .search-btn-wrapper .br-btn button,
  .search-address-form .row div.input-sec{
    width: 100%;
  }

  .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;
  }


  /* end header */

  .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: 20px;
  }
  .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,
 .search-address-form .row .search-btn-wrapper{
  flex-direction: column;
 }
 .hero-section-alternative .block-container{
  display: flex;
  flex-direction: column;
  gap: 40px;
 }
  .block-container {
    text-align: center;
  }

  .hero-heading {
    font-size: 28px;
    text-align: start;
  }

  .address-wrapper {
    flex-direction: column;
  }
  .hero-section-header{
    width: 75%;
    margin: 0 auto;
  }

  .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); 
  }
  .footer-bottom .bottom-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .legal ul{
    row-gap: 10px;
  }
  #suggestionsDropdown li{
    text-align: left;
  }
}

@media (max-width: 768px) {
  .container{
    padding: 0px 21px;
  }
   .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 12px;
  }
  .hero-heading {
    font-size: 24px;
    text-align: center;
  }
  .hero-heading span:first-child{
    font-size: 20px !important;
    line-height: 26px;
    padding-bottom: 7px;
  }
  .hero-heading span:nth-child(2){
    font-size: 18px !important;
     line-height: 22px;
  }
  .hero-heading span:last-child{
    font-size: 16px !important;
    line-height: 25px;

  }
  .hero-para{
    font-size: 15px;
    text-align: center;
  }
  .pcb-heading {
    font-size: 30px;
  }

  .pcb-description {
    font-size: 16px;
  }
  
  .hero-section-alternative {
    padding: 20px 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;
  }
  .message-box{
    font-size: 17px;
    padding-bottom: 3px;
    margin-top: 0;
  }
  .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;
  }

  .site-main > section:nth-of-type(2),
  .site-main > section:last-of-type{
    background-color: white !important;
    padding: 0;
  }
  .hero-section-alternative{
    padding-bottom: 0;
  }
   .site-main > section:nth-of-type(2) .block-content,
    .site-main > section:last-of-type .block-content,
    section,
    .footer-top,
    .footer-bottom .social{
    display: none;
   }
  .legal a ,
  .legal .copy{
    font-size: 12px;
  }
  .site-main > section:last-of-type .block-image img{
    opacity: .15;
  }
  .site-main > section:last-of-type .block-image{
    padding: 20px 0;
  }
  .legal ul li:last-child {
    order: -1; 
    width: 100%;
  }
  .legal ul li:nth-child(2),
  .legal ul li:nth-child(3) {
    list-style: disc;
  }
  .legal ul{
    row-gap: 0px;
    column-gap: 28px;
  }
  section:nth-of-type(1),
  section:nth-of-type(2),
  section:last-of-type {
    display: block;
  }
  .hero-heading{
    margin-bottom: 6px;
  }
  	body.page-template-blank-page-php{
		justify-content:normal;
		align-items:start;
		min-height:auto;
	}
body.page-template-blank-page-php .message-wrapper .banner-content, body.page-template-blank-page-php .message-wrapper{
		min-height: calc(100vh - 250px) !important;
	justify-content:start;
	padding-top:24px;
	}
  .hero-section-alternative:before{
    bottom: -0.15rem;
  }

  body.error404 .site-main
 {
    min-height: calc(100vh - 208px);
    display: flex;
}

}

@media (max-width: 660px) {
  main {
    margin: 1rem;
  }
  .container{
    padding: 0 12px;
  }
  .blog-post {
    padding: 1rem 1rem;
  }
    .testimonials-grid {
    grid-template-columns: repeat(1, 1fr); /* 1 per row */
  }
  .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;
}
.search-btn-wrapper{
  flex-direction: column;
  gap: 15px;
}
.hero-section-header{
  width: auto;
}
}
