html body{
	background:#ded7c5 !important;
/* 	background:#c9c8b6 !important; */
}

.highlight {
    background: #DED7C5;
    color: #3F3A36;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(63, 58, 54, 0.12);
    padding: 18px 18px;
    margin: 28px 0;
    font-size: 1.03rem;
}

.cta-btn {
    display: inline-block;
    background: #3D3D3D;
    color: #fff !important;
    border-radius: 28px;
    box-shadow: 0 4px 16px rgba(63, 58, 54, 0.10);
    padding: 14px 34px;
    font-size: 1.07rem;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 24px 0;
    transition: background 0.22s;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    text-align: center;
}



/*Custome form css  */

.custome_formContactUs label{
	font-size:14px;
}

.custome_formContactUs input{
	        border-radius: 8px;   
    background: #ffffffa6;
    font-size: 14px;
    padding: 9px 18px;
    margin-top: 8px;
}

.custome_formContactUs textarea{
	   border-radius: 8px;   
    background: #ffffffa6;
    font-size: 14px;
    padding: 9px 18px;
    margin-top: 8px;
}

.custome_formContactUs textarea[name="text-query"] {
  height: auto;
  min-height: 80px; /* adjust as needed for 4 rows */
  resize: vertical; /* optional: allow resizing */
}

.custome_formContactUsButton input{
	      background-color: #3f3a36;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    fill: #262626;
    color: #fff;
	  border-color:transparent;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 40px 15px 40px;
}

.custome_formContactUsButton input:hover{
	      background-color: #726F6570;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.custome_formContactUsButton input:active{
	      background-color: #726F6570;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.custome_formContactUsButton input:focus{
	       background-color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    fill: #262626;
    color: #262626;
    border-radius: 10px 10px 10px 10px;
	    border-color: #5a534b;
}

.latestPostBlog nav ul li {
	   padding-top:5px;
}
.latestPostBlog nav ul li a{
	    color: #6f6f6f;
    font-size: 15px;
}
.latestPostBlog nav ul li a:hover{
	    color: black;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
	.bannerHeroSection {
  position: relative;
  z-index: 1;
  /* Your existing background-image is here */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white; /* Optional, to ensure text is visible */
}

.bannerHeroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffffd9; /* Change opacity as needed */
  z-index: -1;
}


}

/* Hide the default file input button */
input[type="file"]::file-selector-button {
    background-color: #3f3a36; /* brown */
    color: #fff;
    border: none; 	 
    padding: 5px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;	
}

/* Optional hover effect */
input[type="file"]::file-selector-button:hover {
    background-color: #5a534b; /* darker brown */
}

/* Optional: match input field appearance */
input[type="file"] {
         background-color: #ffffffa6;
    border: 1px solid #3f3a36;
    font-family: inherit;
    border-radius: 8px;   
    padding: 6px 14px;
    width: 100%;
}
/*single block butoon css*/
.single_post_btn a{
	    background-color: #3F3A36;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 28px;
	
}
.single_post_btn{
	margin: 30px 0!important;
}
/* For sidebar button hover */
.sidebar .wp-block-button__link:hover,
.widget a:hover,
button:hover {
  background-color: #726F6570 !important;
  color: #ffffff !important;
	border:1px solid #FFFFFF;
}

.sidebar .cat-item a {
  color: #333333 !important;   /* Normal link color */
}

.jp-relatedposts-post-title a {
	color: #5a534b !important;
	text-decoration:none !important;
	font-weight:500 !important;
	padding-top:10px;
	display:block;
}

.latestPostBlog h4{
	    font-weight: 700 !important;
    color: #474747 !important;
}

/*service page css  */

.service-sidebar ul{
		list-style: circle;
    gap: 8px;
    display: grid
;
}

.service-sidebar ul li a{
    color: #4c4c4c;
    text-decoration: none;
}

.relativeServices{
	    font-size: 26px;
    font-weight: 700;
}

/* .post{
	background:white;
} */

.singleblogPageCss{
	background:white !important;
}

/* for custome button */
.sharedaddy{
	display: none !important;
}