/*!
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 
=============================================
***/
.theme-btn.hover-color {
	background: #000000;
	background: -webkit-linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: -moz-linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#11B6E6", GradientType=0);
}
.theme-btn.hover-color::before {
	background: #000000;
	background: -webkit-linear-gradient(16deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: -moz-linear-gradient(16deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: linear-gradient(16deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#11B6E6", GradientType=0);
}
.header__hamburger {
	display:none !important;
}
.theme-btn {
	padding: 22px 35px;
	border: 1px solid;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a{
	color: white;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a:hover{
	color: var(--header) !important;
}

@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;
	}
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.service-wrapper-2 .service-card-items .service-image img{
	height:300px !important;
}

.cta-img-box::before {
	border-bottom: 0px;
}
.service-wrapper-2 .service-card-items .service-content h5 a:hover{
	color: var(--white);
}
@media (max-width: 768px){
	.service-wrapper-2{
		margin-right: 0% !important;
	}
}
/*** 
=============================================
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;
}
.service-wrapper-2 .service-card-items {
	background: #000000;
	background: -webkit-linear-gradient(245deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: -moz-linear-gradient(245deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: linear-gradient(245deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#11B6E6", GradientType=0);
}

@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;
}

.news-content h4 a{
	color: var(--white);
}
.single-news-style-2 .news-content h4 a:hover{
	color: var(--black);
}
.single-news-style-2 {
	background: #000000;
	background: -webkit-linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: -moz-linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: linear-gradient(318deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#11B6E6", GradientType=0);
}

/* 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: #000000;
	background: -webkit-linear-gradient(28deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: -moz-linear-gradient(28deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	background: linear-gradient(28deg, rgba(0, 0, 0, 1) 16%, rgba(17, 182, 230, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#11B6E6", GradientType=0);
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4{
	color: #000000;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover{
	color: #ffffff;
}
@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(--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;
	}
}