/*
Theme Name: a7dev
Theme URI: https://a7development.com
Author: Andrew
Author URI: https://example.com
Description: A custom WordPress theme using Bootstrap
Version: 1.0
Text Domain: a7dev
*/

/* Custom Styles */
.top-top {
	/*background: #f8f9fa;*/
	font-size: 14px;
}
.top-top>div .widget{
	padding:10px 0;
}

.top-logo{
	
}

#block-11 .row>div>i, #block-16 .row>div>i{
	margin-right:7px;
}

@media (max-width: 768px) {
	.top-logo{
		margin-bottom:30px;
	}
}

.top-logo img{
	width:180px;
}

li:nth-last-child(-n+2) {
	/*color:red;*/
}

#block-11, #block-16{
	background:#D6D6D6;
}

#block-12, #block-17{
	background: radial-gradient(circle at 18% center, black, #737373b0);
	background: #101010;
	color:#FFF; 
}

#block-12 .row>div:nth-last-child(-n+2)>div, #block-17 .row>div:nth-last-child(-n+2)>div{
	border-left:solid 2px #222; ;
	padding-left:15px;
}
#block-12 .row>div:nth-last-child(-n+2):before, #block-17 .row>div:nth-last-child(-n+2):before{
    font-size: 20px;
    margin: 0 10px;
}
@media (max-width: 768px) {
    #block-12 .row>div:nth-last-child(-n+2)>div, #block-17 .row>div:nth-last-child(-n+2)>div{
		border-left:none; ;
	}
}

@media (max-width: 768px) {
	#block-12 .row>div:nth-last-child(-n+2)>div, #block-17 .row>div:nth-last-child(-n+2)>div{
		width:65%;
	}
}


/* Mobile background */
@media (max-width: 768px) {
    #block-12, #block-17{
        background: radial-gradient(circle at 50% center, black, #212529);
		background: #101010;
        background-size: cover;
    }
}

#mainNav{
	
}

#mainNav .navbar-nav {
	
}

#mainNav>ul>li{ 
	margin:0 9px;
}

#mainNav .navbar-nav .nav-link{
	font-size: 12pt;
    font-weight: 400;
    font-family: 'Lato';
    text-transform: uppercase;
	
}

.homepage-slider-4{
	    margin-top: -10%;
    position: relative;
    z-index: 10000;
    background: #FFF;
}

.homepage-slider-4 h2{
	padding:30px 0;
}

.homepage-slider-4 .py-5{
	padding-top:10px !important;
}

.advantages .card  img{
	width:170px;
}

.advantages .card h5{
	font-size:42px;
	color:#4BE350;
}

.navbar {
	background: #D6D6D6 !important;
}

.navbar-nav .nav-link {
	
}

/* Dropdown menu background color*/

.navbar-nav > li > .dropdown-menu {
	background-color: #e7e7e7 ;  
}

/* Dropdown menu font color*/ 

 .navbar-nav > li > .dropdown-menu a{
	color: #555555;  
}

.bg-primary {
	
}


.nav-link {
    color: #212529;
}




.carousel-item img {
	height: 400px; /* Adjust height as needed */
	object-fit: cover;
}
.main-content {
	padding: 0px 0;
}
.footer {
	background: #343a40;
	color: white;
	padding: 20px 0;
	text-align: center;
}

.slider-block h2{
	font-size:38px;
}



@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}



.full-width-map {
    width: 100%;
    margin: 0 auto;
    /* За потреби можна додати додаткове вирівнювання та відступи */
}

.contact-map-widget iframe {
    width: 100%;
    border: 0;
    /* Можна задати висоту, наприклад: */
    height: 450px;
}

.above-footer-zone{
	padding:0;
		background-color: #D6D6D6;
		/*background: #CCCCCC;*/
}



.main-content article>h2{
	font-family: Lato;
	font-size: 56px;
	font-weight: 700;
	text-align:center;
}

.main-content article>h2>span{
	
}

.main-content article>p{
	text-align:center;
	font-size: 18px;
    line-height: 30px;
}

.services-main .icon-wraper{
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	
	display: inline-block;
	border:6px solid #4BE350;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	padding:20px;
	margin:40px 0;

    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.services-main .icon-wraper:hover{
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	background:#343a40;
}

.services-main .icon-wraper img{
	width:120px;
	height:120px;
	

	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);

    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.6s linear;
}

.services-main .icon-wraper:hover img{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.services-main h5{
	color: rgb(68, 68, 68);
	text-transform: uppercase;
	margin-bottom:20px;
}

.services-main p{
	color: #888888;
}

.services-main a{
	background: #066aab;
    color: #FFF;
    border: none;
    border-radius: 3px;
	text-transform: uppercase;
}

.logo2{
	display: inline-block;
	background:#686868;
	padding:20px;
	margin-bottom:20px;
}

.logo2 img{
	width:250px;
}

.contact-map-widget>div{
	margin-bottom:-6px;
}

.above-footer-widget section>div>div:nth-last-child(-n+2){
	padding-left:39px !important;
}

.above-footer-widget section>div>div:nth-last-child(-n+2) h5{
	margin-left:0 !important;
}

.above-footer-widget h5{
	font-family: Lato;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:30px;
	border-left: 5px solid black;
    text-align: left;
    padding-left: 20px;
    margin-left: 20px;
}

.above-footer-widget ul{
	list-style:none;
    text-align: left;
    padding-left: 20px;
}

.above-footer-widget ul li{
	line-height:34px;
}

.above-footer-widget ul li a{
	color:#000;
	font-family: Lato;
	text-decoration:none;
	font-size: 16px;
	text-transform: uppercase;
}

.above-footer-widget ul li a:hover{
	text-decoration:underline;
	color:#666;
}
	







/* Services Page Styles */
section.category{

	.card {
		transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
		border-radius: 10px;
		overflow: hidden;
	}
	.card:hover {
		transform: scale(1.05);
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	}
	.card img {
		height: 220px;
		object-fit: cover;
	}
	.card-body h5 {
		font-weight: 600;
		font-size: 1.2rem;
	}
	.btn-primary {    
		background: #066aab;
		border-radius: 3px;
	}
	.btn-primary:hover {
		background: #006030;
	}
}

.incontent-widget{
	padding:0 !important;
}	

.img50bg{
	background: url("/wp-content/uploads/2025/02/IMG_6293.png") no-repeat center;
	background-size: cover;
	padding:0 !important;
}

.img50bg+div{
	background:#F5F5F5;
	padding:0 !important;
}

.img50bg+div>div{
	width:66%;
	padding:35px 0 35px 55px;
}

.right-widget-area {
    background: url('/wp-content/uploads/2025/02/closeup-shot-hummer-tools-stairs-house-construction-scaled.jpg')no-repeat center;
	background-size: cover;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.right-widget-area>div{
    background: #222222b8;
}

.right-widget-area div>div{
    padding: 70px 20px;
	text-align:center;
}

.right-widget-area p{
	text-align:center;
	font-size:18px;
	color:#FFF;
	line-height:32px;
}

.right-widget-area a{
	margin-top:40px;
	font-size:16px;
	color:#FFF;
	background: #066aab;
    border-radius: 3px;
    text-transform: uppercase;
}



.before-after-section {
    background: #111;
	padding:30px 0 0 0;
}

.before-after-section h2,
.before-after-section p {
    margin-bottom: 30px;
}

.before-img, .after-img {
    height: 400px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
}

.before-img {
    background-image: url('/wp-content/uploads/2025/02/IMG_5989.jpg');
	background-position: 0;
    background-repeat: no-repeat;
}

.after-img {
    background-image: url('/wp-content/uploads/2026/01/IMG_0336.jpg'); 
	background-position: 10px ;
    background-repeat: no-repeat;
}

/* Overlay text styling */
.overlay-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}

#block-16 .navbar.navbar-expand-lg>div, #block-11 .navbar.navbar-expand-lg>div{
	justify-content: right;
	background:none;
	margin-top:-50px;
}

.navbar-toggler-icon{
    filter: invert(100%);
}

@media (max-width: 768px) {
	.navbar-collapse {
		margin-top: 40px;
	}
}