/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/*** 
=============================================
  Color Css 
=============================================
***/

/*** 
=============================================
  Header Section Css 
=============================================
***/
header.main-header .header-sticky{
	background-color: #e8e9e4;
}
.hero-content .section-title p{
	max-width: 100%;
}
.about-us-content-info{
	width: 100%;
}
.topbar {
	background-color: var(--secondery-color);
	
	color: #333;
}
.topbar span {
  color: var(--white-color);
  font-size: 20px;
}

.topbar a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	margin-right: 15px;
}

.topbar a:hover {
	color: #ffffff;
}

.topbar-contact {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px){
	.navbar{
		padding: 0px;
	}
	.topbar .topbar-contact {
		
		gap: 0px;
		
	}
	.topbar span {
  font-size: 15px;
}
	.topbar a{
		margin-right: none;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.breadcrumb-item+.breadcrumb-item::before {
	content: none;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
@media (max-width: 768px){
	.hero-btn{
		display:none;
	}
	.hero.hero-slider-layout .hero-slide{
		padding: 170px 0 100px;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/

@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.cta-contact-item-content p{
	font-size: 14px;
}
.post-item-body{
	border: 1px solid var(--secondery-color); 
border-width: 0 1px 1px 1px;
	padding: 20px;
}
.post-featured-image{
	margin-bottom: 0px;
}
.post-featured-image img{
	height: 350px;
		
	
}

/*** 
=============================================
  Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/

@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/

@media (max-width: 768px){
}
/*** 
 
=============================================
  Review Page Css 
=============================================
***/
.testimonial-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* space between testimonials */
}

.testimonial-item {
    background-color: #f7f7f7; /* light gray background */
    padding: 20px;
    border-radius: 8px;
    border: none; /* remove black border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* soft shadow for depth */
}

.testimonial-rating {
    color: #f5c518; /* star color */
    margin-bottom: 10px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.author-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.author-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.author-content p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
  max-width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 0 50px;
}
.mu-single-call-box .mu-btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.1s;
  margin: 0 auto;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
  background:    var(--accent-color);
  border-radius: 10px;
  box-shadow:    0 5px #000000;
  padding:       15px 15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.mu-single-call-box {
		display: none;
	}
	.floating-btn, .floating-btn-2 {
	  position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.floating-btn{
		left: 10px;
	}
	.floating-btn-2{
		right: 70px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}

/* ========== Area Cover ========== */
#mu-area-cover-box {
    padding: 30px 0;
}
#mu-area-cover-box p {
    text-align: center;
    font-size: 30px;
	margin-bottom: 20px;
}
#mu-area-cover-box h2 {
    text-align: center;
    font-size: 30px;
	margin-bottom: 20px;
}
.mu-area-cover-grid {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  margin-bottom: 10px;
}
.mu-area-cover-grid a {
    line-height: 1.2em;
  font-size: 15px;
    font-weight: 500;
}
.mu-area-cover-btn-box {
    text-align: center;
    margin-top: 10px;
}
button#mu-area-cover-btn {
	background: transparent;
	border: transparent;
    color: #000;
    width: auto;
    border-radius: 4px;
}
@media (max-width: 768px){
  .mu-area-cover-grid {
    grid-template-columns: 1fr;
  }
}

/*** 