/*!
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-top-4{
background-color: var(--base);
}
.header__hamburger {
	display:none !important;
}
.theme-btn {
	padding: 22px 35px;
}
.header-logo img{
	height:100px;
	width:100%
	object-fit:cover;
}

@media (max-width: 768px){
	.header__hamburger {
	display:block !important;
}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.breadcrumb-wrapper .page-heading {
	padding-top: 100px;
    padding-bottom: 50px;
}
@media (max-width: 768px){
	.breadcrumb-wrapper .page-heading {
	padding-top: 60px;
    padding-bottom: 30px;
}
	.header-4 .container-fluid {
		padding: 05px 20px;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.service-wrapper-2 .service-card-items .service-image img{
	height:300px !important;
}

.cta-img-box::before {
	border-bottom: 0px;
}

@media (max-width: 768px){
	.service-wrapper-2{
		margin-right: 0% !important;
	}
.hero-4 .hero-content .hero-button{
		display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
section.choose-us-section {
	background-color: var(--bg);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service-wrapper-2{
	margin-right: 0px;
}
section.service-section.fix.section-bg.section-padding {
	background-color: #f8f9fa;
}

@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.image-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 20px;
}

.case-study-items-2 {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.case-study-items-2 img {
  width: 100%;
	height:280px !important;
  object-fit: cover;
}
.case-study-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-popup {
 position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(-45deg);
    text-decoration: none;
    width: 70px;
    height: 70px;
	 visibility: hidden;
	 line-height: 70px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.case-study-image:hover .image-popup {
  opacity: 1;
  visibility: visible;
}


.icon {
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* Hover effect on the parent anchor */
.image-popup:hover .icon {
  background-color: black;
  color: white;
}


/* Responsive adjustments */
@media (max-width: 992px) {
  .image-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .image-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/*** 
=============================================
  Contact Page Css 
=============================================
***/
.contact-form-items .form-clt .icon {
	left: -15px;
}
.contact-form-items .form-clt-big textarea {
	padding :5px !important; 
}
span.wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit.theme-btn {
    background-color: var(--base); /* Black background */
    color: #ffffff;            /* White text */
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.wpcf7-form-control.wpcf7-submit.theme-btn:hover {
    background-color: var(--black); /* Slightly lighter black */
    color: #ffffff;            /* Keep text white and visible */
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-bottom-wrapper-2 {
	display:block !important;
}
.cta-area-3 {
	border-block-end: 1px solid white;
}
.scroll-up{
	right: 10px;
	bottom:25px;
}
.footer-section-2::before{
	background-color : var(--theme2)
}
.single-footer-widget .list-area li a::before{
	background-color : var(--theme);
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover{
	color: var(--theme);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a{
	background-color: var(--theme);
}
.widget-head img{
	    height: 110px;
		width:100%
		object-fit:cover;
}
.scroll-up::after{
	color: var(--theme);
}
.scroll-up svg.scroll-circle path{
	stroke: var(--theme);
}
@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;
}
a.mu-btn.theme-btn.hover-color{
	color:white;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
  background:    var(--base);
  border-radius: 1000px;
  box-shadow:    0 5px #000000;
  padding:       20px 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;
	}
}