/*!
Theme Name: darkoob
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: darkoob
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.

darkoob 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
    font-family: Poppins-L;
    src: url('fonts/Poppins-L.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poppins-M;
    src: url('fonts/Poppins-M.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Cunia;
    src: url('fonts/Cunia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fontawesome-webfont.ttf") format("truetype"),
     url("fonts/fontawesome-webfont.woff") format("woff"),
     url("fonts/fontawesome-webfont.eot") format("eot"),
     url("fonts/fontawesome-webfont.woff2") format("woff2");
}


@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fa-regular-400.ttf") format("truetype"),
     url("fonts/fa-regular-400.woff") format("woff"),
     url("fonts/fa-regular-400.eot") format("eot"),
     url("fonts/fa-regular-400.woff2") format("woff2");
}


@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fa-brands-400.ttf") format("truetype"),
     url("fonts/fa-brands-400.woff") format("woff"),
     url("fonts/fa-brands-400.eot") format("eot"),
     url("fonts/fa-brands-400.woff2") format("woff2");
}


@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fa-solid-900.ttf") format("truetype"),
     url("fonts/fa-solid-900.woff") format("woff"),
     url("fonts/fa-solid-900.eot") format("eot"),
     url("fonts/fa-solid-900.woff2") format("woff2");
}

body{
	background-color: #fafafa !important;}

h1, h2, h3, h4, h5, h5, h6{
	font-family: 'Poppins-M';
	line-height: 2;}	

p, strong, span{
	font-family: 'Poppins-L';
	font-size: 18px;
	line-height: 2;}	

.top-bar{
	background-color: #404040;
	padding: 10px 0px;}

.top-bar .basic-information p{
	display: inline-block;
	margin: 0px 40px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #fafafa;}

.top-bar .basic-information a{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #fafafa;}	
	
.top-bar .basic-information p:nth-child(1) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f3c5";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.top-bar .basic-information p:nth-child(2) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f017";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
		
.top-bar .basic-information p:nth-child(3) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f095";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}

.site-header{
	transition: border-bottom 0.3s ease;}
	
.site-header.has-border {
	border-bottom: 1px solid #171717;}	
	
.menu-bar{
	background-color: #ffffff;
	transition: border-bottom 0.3s ease;}
	
.menu-bar .logo{
	padding: 5px 0px;}

.menu-bar .logo img{
	height: auto;
	width: 100px;
	animation: pulseGlow 3s ease-in-out infinite;
	transition: all 0.3s ease;}
	
    @keyframes pulseGlow {
    0% {
        filter: drop-shadow(0 0 0px rgba(255, 180, 60, 0.2));}
    50% {
        filter: drop-shadow(0 0 12px rgba(255, 180, 60, 0.6));}
    100% {
        filter: drop-shadow(0 0 0px rgba(255, 180, 60, 0.2));}
    }	

.menu-bar .menu{
	padding: 5px 0px;}	
	
.menu-bar .menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 35px;}
		
.menu-bar .menu ul li{
	display: inline-block;
	padding: 0px;
	margin: 0px 5px;}

.menu-bar .menu ul li a{
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins-M';
	color: #262626;
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease;}

.menu-bar .menu ul li a:hover{
	color: #fdc700;
	text-shadow: 2px 2px 6px rgba(255, 159, 0, 0.5);
	animation: electric-shock 0.3s ease-out;}
	
.menu-bar .c-button{
	padding: 5px 0px;}
	
.menu-bar .c-button .textwidget{
	margin-top: 35px;}
	
.menu-bar .c-button p{
	padding: 0px;
	margin: 0px;
	text-align: center;}
	
.menu-bar .c-button p a{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Poppins-M';
	color: #737373;
	background-color: #fdc700;
	padding: 10px 24px;
	border-radius: 5px;
	transition: all 0.3s ease;}
	
.menu-bar .c-button p a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #737373;
	content: "\f0e7";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease;}
	
.menu-bar .c-button p a:hover{
	color: #fdc700;
	background-color: #737373;
	border: 1px solid #737373;}
		
.menu-bar .c-button p a:hover:before{
	color: #fdc700;}

.main-slider div#n2-ss-2 .n2-font-2a347bf1a763fe38dfc3bac8ede6810c-hover{
	font-size: 38px !important;
	font-family: 'Cunia' !important;
	color: #f0b100 !important;}
	
.main-slider #n2-ss-2 .n2-font-46aa713b75d051413c1db9955040f8dd-paragraph{
	font-size: 20px !important;
	font-family: 'Poppins-M' !important;
	color: #fafafa !important;}	
	
.aboutus-section{
	margin-top: 60px;
	margin-bottom: 40px;}
	
.aboutus-section .image-aus, .textcontent-aus{
	padding: 5px;}
	
.aboutus-section .image-aus img{
	height: auto;
	max-width: 100%;
	text-align: center;}
	
.aboutus-section .textcontent-aus #text-8 h2{
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;}
	
.aboutus-section .textcontent-aus #text-8 p:nth-child(1){
	font-size: 32px;
	font-family: 'Poppins-M';
	color: #262626;}
	
.aboutus-section .textcontent-aus #text-8 p:nth-child(2){
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #404040;}

.aboutus-section .textcontent-aus #text-9 p{
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #262626;}	
	
.aboutus-section .textcontent-aus #text-9 p:before{
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	color: #fdc700;
	content: "\f00c";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.contact-bar{
	margin-bottom: 60px;
	background-color: #f0b100;}

.contact-bar .textwidget{
	padding: 0px;}	
	
.contact-bar .textwidget p{
	font-size: 16px;
	font-family: 'Poppins-L';
	padding: 0px;
	margin: 0px;}
	
.contact-bar .textwidget p a{
	text-decoration: none;
	font-size: 18px;
	font-family: 'Poppins-M';
	color: #fdc700;
	background-color: #737373;
	padding: 10px 24px;
	cursor: pointer;
	display: inline-block;
	align-items: center;
	transition: all 0.3s ease;}
	
.contact-bar .textwidget p a:before{
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	color: #fdc700;
	content: "\f2a0";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	display: none !important;
	transition: all 0.3s ease;}
	
.contact-bar .textwidget p a:hover{
	color: #f0b100;
	background-color: #fafafa;}
		
.contact-bar .textwidget p a:hover:before{
	color: #404040;
	display: inline-block !important;}
	
.services-category-section .title-services h2{
	text-align: center;
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;
    margin-bottom: 20px;}	
	
.services-box1, .services-box2, .services-box3,.services-box4{
	padding: 0px !important;
	margin: 0px !important;}

.services-category-section .bg-sb-1{
	background-image: url(../../../wp-content/uploads/default-sb1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 500px;
	border-right: 2px solid #f0b100;
  	overflow: hidden;
  	transition: transform 0.4s ease, filter 0.4s ease;}
	
.services-category-section .bg-sb-2{
	background-image: url(../../../wp-content/uploads/default-sb2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 500px;
	overflow: hidden;
  	transition: transform 0.4s ease, filter 0.4s ease;}
	
.services-category-section .bg-sb-3{
	background-image: url(../../../wp-content/uploads/default-sb3.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 500px;
	border-left: 2px solid #f0b100;
	overflow: hidden;
  	transition: transform 0.4s ease, filter 0.4s ease;}
  	
.services-category-section .bg-sb-4{
	background-image: url(../../../wp-content/uploads/default-sb4.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 500px;
	border-left: 2px solid #f0b100;
	overflow: hidden;
  	transition: transform 0.4s ease, filter 0.4s ease;}  	
	
.services-box1:hover .bg-sb-1, .services-box2:hover .bg-sb-2, .services-box3:hover .bg-sb-3, .services-box4:hover .bg-sb-4{
	filter: saturate(1.2);}

.services-category-section .content-sb1, .content-sb2, .content-sb3, .content-sb4{
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
  	visibility: hidden;
  	transform: translateY(20px);
  	transition: all 0.4s ease;
	box-sizing: border-box;}

.services-category-section .services-box1:hover .content-sb1, .services-box2:hover .content-sb2, .services-box3:hover .content-sb3, .services-box4:hover .content-sb4{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);}	
		
.services-category-section .content-sb1 h2, .content-sb2 h2, .content-sb3 h2, .content-sb4 h2{
	font-size: 30px;
	font-family: 'Cunia';
	color: #f0b100;
	text-shadow: 1px 1px 1px #404040;}
		
.services-category-section .content-sb1 p, .content-sb2 p, .content-sb3 p, .content-sb4 p{
	font-size: 18px;
	font-family: 'Poppins-M';
	line-height: 2;
	color: #404040;}
		
.services-category-section .content-sb1 a, .content-sb2 a, .content-sb3 a, .content-sb4 a{
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins-L';
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	color: #fafafa;
	background: linear-gradient(135deg, #fdc700 0%, #f0b100 100%);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(252, 227, 138, 0.35);}
	
.content-sb1 a:hover, .content-sb2 a:hover, .content-sb3 a:hover, .content-sb4 a:hover{
	color: #404040;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(252, 227, 138, 0.5);}	
		
.services-category-section .content-sb1 a:before, .content-sb2 a:before, .content-sb3 a:before, .content-sb4 a:before{
	content: "";
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 300%;
  	height: 300%;
	background: rgba(255, 255, 255, 0.25);
  	transition: all 0.6s ease;
  	border-radius: 50%;
  	transform: translate(-50%, -50%) scale(0);}
		
.services-category-section .content-sb1 a:hover::before, .content-sb2 a:hover:before, .content-sb3 a:hover:before, .content-sb4 a:hover:before{
	transform: translate(-50%, -50%) scale(1);}

.our-projects-section{
	margin-top: 60px;
	margin-bottom: 40px;}

.our-projects-section .project-content h2{
	text-align: center;
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;}
	
.our-projects-section .project-content p:nth-child(1){
	text-align: center;
	font-size: 32px;
	font-family: 'Poppins-M';
	color: #262626;}

.why-Choose-us-section{
	background-image: url(../../../wp-content/uploads/default-wcus.webp);
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
	padding: 40px;}	
	
.why-Choose-us-section .textcontent-wcus{
	padding: 20px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}

.textcontent-wcus h2{
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;
	margin-bottom: 20px;}	
	
.textcontent-wcus p{
	font-size: 18px;
	font-family: 'Poppins-L';
	color: #262626;}	
		
.textcontent-wcus p:before{
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: normal;
	color: #fdc700;
	content: "\23";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}

.blog-section{
	margin-top: 60px;
	margin-bottom: 40px;}	
	
.blog-section .blog-content h2{
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;
	margin-bottom: 20px;}
	
.blog-section .blog-content #text-17 p:nth-child(1){
	font-size: 32px;
	font-family: 'Poppins-M';
	color: #262626;}

.blog-section .blog-content .pcp-carousel-wrapper .sp-pcp-carousel{
	padding-top: 40px !important;}
	
.blog-section .blog-content .sp-pcp-post{
	background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 50%, #bdbdbd 100%) !important;
	border-radius: 10px !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
	padding-top: 24px !important;
	padding-right: 12px !important;
	padding-bottom: 24px !important;
	padding-left: 12px !important;
	overflow: hidden !important;
	transition: all 0.25s ease-out;}
	
.blog-section .blog-content .sp-pcp-post:hover{
	transform: translateY(-10px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);}	
	
.blog-content .sp-pcp-post img{
	width: 100% !important;
	padding: 0px 0px 0px 0px !important;
	border-radius: 4px !important;}
		
.blog-content .sp-pcp-title{
	color: #262626 !important;
	text-decoration: none !important;
	margin-bottom: 10px !important;
	font-size: 20px !important;
	line-height: 1.8 !important;}
	
.blog-content .sp-pcp-post , .sp-pcp-post .sp-pcp-title a{
	color: #262626 !important;
	font-size: 20px !important;
	line-height: 1.8 !important;}
	
.blog-content .sp-pcp-post , .sp-pcp-post .sp-pcp-title a:hover{
	color: #f0b100 !important;}
		
.blog-content .sp-pcp-post-content p{
	color:#404040 !important;
	text-decoration: none !important;
	margin-top: 5px !important;
	text-align: left !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 1.4 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;}
	
.blog-content .sp-pcp-readmore .pcp-readmore-link{
	background: linear-gradient(to right, #eeeeee 0%, #e0e0e0 100%) !important;
	border: 1px solid #e0e0e0 !important;
	padding: 10px 20px !important;
	border-radius: 6px !important;
	color: #424242 !important;
	transition: all 0.3s ease !important;}
		
.blog-content #pcp_wrapper-86 .pcp-readmore-link:hover{
	background: linear-gradient(to right, #e0e0e0 0%, #bdbdbd 100%) !important;}
		
.blog-content .sp-pcp-post-meta li a:hover{
	color: #262626 !important;}	
	
.company-logo-slider-section{
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #bdbdbd;}
	
.company-logo-slider-section .logo-slider-content{
	padding-top: 40px;}

.contact-form-section{
	margin-top: 60px;
	margin-bottom: 40px;}	
	
.contact-form-section .contact-info-content, .contact-form{
	padding: 5px;}
	
.contact-info-content h2{
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;}

.contact-info-content p{
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #262626;}
	
.contact-info-content a{
	text-decoration: none;
	font-size: 14px;
	font-family: 'Poppins-M';
	color: #51a2ff;}
	
.contact-info-content a:hover{
	color: #1447e6;}	
	
.contact-info-content p:nth-child(1){
	font-size: 32px;
	font-family: 'Poppins-M';
	color: #262626;}
	
.contact-info-content p:nth-child(2):before{
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	color: #fdc700;
	content: "\f095";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.contact-info-content p:nth-child(3):before{
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	color: #fdc700;
	content: "\f0e0";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.contact-info-content p:nth-child(4):before{
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	color: #fdc700;
	content: "\f3c5";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.contact-info-content p:nth-child(7):before{
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	color: #fdc700;
	content: "\f017";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
	
.contact-info-content p:nth-child(11):before{
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: normal;
	color: #fdc700;
	content: "\f7d9";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}	
		
.wpcf7-form label{
	display: block;
	font-size: 16px;
	color: #4F4F4F;
	margin-bottom: 8px;}
	
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"]{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
	height: 45px;
	margin-bottom: 12px;
	border-bottom: 2px solid #F1F1F1;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
		
.wpcf7-form textarea{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: none;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	outline: none;
	height: 120px;
	margin-bottom: 12px;
	border-bottom: 2px solid #F1F1F1;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);} 	
	
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
	border-bottom-color: #F2C94C;
	box-shadow: 0 4px 8px rgba(242, 201, 76, 0.3);}
	
.wpcf7-form input[type="submit"]{
	width: 100%;
	background-color: #F2C94C;
	color: #171717;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
	margin-top: 16px;}
	
.wpcf7-form input[type="submit"]:hover{
	background-color: #F2B200;
	transform: translateY(-2px);}
	
.wpcf7-form input[type="submit"]:active{
	background-color: #DCA100;
	transform: translateY(1px);}
	
.wpcf7-form-control.wpcf7-captcha-captcha-188{
	width: 100% !important;
	height: 45px;
	padding: 2px;
	border: 1px solid #D4D4D4;
	border-radius: 8px;
	background-color: #F5F5F5;
	color: #333;}
	
.wpcf7-form{
	background: linear-gradient(145deg, #E5E5E5, #F5F5F5);
	border-radius: 12px;
	padding: 25px 20px 0px 20px;
	overflow: hidden;
	border-width: 1px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);}
	
.wpcf7-form p{
	margin-bottom: 5px !important;}	
	
.wpcf7-response-output{
	border: none;
	color: #FAFAFA;
	font-size: 14px;
	background-color: #F2C94C;
	padding: 8px;
	border-radius: 6px;
	margin-top: 10px;
	text-align: center;}
	
.footer-section{
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 5px 0px;
	background: linear-gradient(145deg, #1f1f1f, #2c2c2c, #383838);}
	
.footer-section .footer-contents{
	padding: 40px 0px;}

.footer-contents h2{
	font-size: 18px;
	font-family: 'Cunia';
	color: #f0b100;
	margin-bottom: 20px;}	
	
.footer-contents p{
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #FAFAFA;}	
	
.footer-contents .footer-part-one img{
	width: 200px;
	height: auto;
	padding: 5px;
	margin-bottom: 20px;}

.footer-contents .footer-part-one a{
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #FAFAFA;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;}
	
.footer-contents .footer-part-one a:hover{
	color: #f0b100;
	transform: translateX(6px);}
	
.footer-contents .footer-part-one a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f054";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;}

.footer-contents .footer-part-one a{
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #FAFAFA;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;}
	
.footer-contents .footer-part-one a:hover{
	color: #f0b100;
	transform: translateX(6px);}
	
.footer-contents .footer-part-one a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f054";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;}
	
.footer-contents .footer-part-two a{
	text-decoration: none;
	font-size: 16px;
	font-family: 'Poppins-L';
	color: #FAFAFA;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;}

.footer-contents .footer-part-two p:nth-child(1) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f095";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;}
		
.footer-contents .footer-part-two p:nth-child(2) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f0e0";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}
		
.footer-contents .footer-part-two p:nth-child(3) a:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #fdc700;
	content: "\f3c5";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;}	
	
.footer-contents .footer-part-three iframe{
	width: 100%;
	height: 400px;
	padding: 5px;}
	
.footer-section .bottom-bar{
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #E5E5E5;}
	
.footer-section .bottom-bar	.left-bottom-bar p, .right-bottom-bar p{
	font-size: 14px;
	font-family: 'Poppins-L';
	color: #E5E5E5;
	padding: 0px;
	margin: 0px;}

.bottom-bar	.right-bottom-bar .menu-social-menu-container{
	text-align: right;}	

.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-social-menu{
	margin: 0px;
	padding: 0px;}	

.bottom-bar	.right-bottom-bar .menu-social-menu-container ul{
	list-style-type: none;}
	
.bottom-bar	.right-bottom-bar .menu-social-menu-container ul li{
	display: inline-block;
	padding: 0px;
	margin: 0px 10px;}
	
.bottom-bar	.right-bottom-bar .menu-social-menu-container ul li a{
	text-decoration: none;
	font-size: 0px;
	font-family: 'Poppins-L';
	color: #fdc700;
	padding: 0px 5px;
	transition: transform 0.3s ease;}
	
.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-120 a:before{
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: normal;
	color: #D4D4D4;
	content: "\f16d";
	display: inline-block;
	text-align: center;
	vertical-align: middle;}

.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-121 a:before{
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: normal;
	color: #D4D4D4;
	content: "\f09a";
	display: inline-block;
	vertical-align: middle;}	

.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-122 a:before{
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: normal;
	color: #D4D4D4;
	content: "\f232";
	display: inline-block;
	vertical-align: middle;}
	
.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-120 a:hover:before,	
.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-121 a:hover:before,	
.bottom-bar	.right-bottom-bar .menu-social-menu-container #menu-item-122 a:hover:before{
	color: #f0b100;
	transition: transform 0.3s ease;}	

@keyframes electric-shock {
	0% {
		transform: translateX(0);
	}
	15% {
		transform: translateX(-8px);
	}
	30% {
		transform: translateX(6px);
	}
	45% {
		transform: translateX(-4px);
	}
	60% {
		transform: translateX(4px);
	}
	75% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}

.page-main{
	padding-top: 40px;}

.page-article{
	color: #404040;
	line-height: 1.8;
	font-size: 16px;
	font-family: 'Poppins-L';}

.page-header{
	margin-bottom: 30px;
	border-bottom: 2px solid #facc15;
	padding-bottom: 15px;}

.page-title{
	font-size: 32px;
	font-family: 'Cunia';
	color: #262626;
	margin: 0;}

.page-content{
	font-size: 16px;
	color: #333333;}

.page-content h2, .page-content h3{
	margin-top: 40px;
	color: #171717;}

.page-content p{
	margin-bottom: 20px;}

.page-content a{
	color: #51a2ff;
	text-decoration: none;
	transition: color 0.3s ease;}

.page-content a:hover{
	color: #1d4ed8;
	text-decoration: underline;}

.single-header{
	background: linear-gradient(to right, #2e2e2e, #4b4b4b);
	padding: 20px 0;
	color: #fafafa;}

.single-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 2px;
	margin-bottom: 14px;}

.single-meta{
	font-size: 14px;
	color: #d1d5db;}

.single-meta span{
	margin: 0 5px;}

.single-meta .single-author, .single-meta .single-date{
	margin: 0px 10px;}  	

.single-meta .single-author:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #FACA15;
	content: "\f304";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;}
	
.single-meta .single-date:before{
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	color: #FACA15;
	content: "\f073";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;}	

.single-post-content{
	margin-top: 40px;}

.single-thumbnail{
	display: inline-block;
	width: 100%;
	height: 240px;}	
	  
.single-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;}

.single-post-text{
	color: #1f2937;
	font-size: 16px;
	line-height: 1.8;}

.single-post-text h2, .single-post-text h3{
	color: #1e293b;
	margin-top: 20px;
	font-weight: bold;}

.single-post-text p{
	margin-bottom: 20px;}

.single-post-text a{
	color: #51a2ff;
	text-decoration: none;
	transition: color 0.3s ease;}

.single-post-text a:hover{
	color: #1d4ed8;
	text-decoration: underline;}

.archive-header{
	background: linear-gradient(135deg, #ff8c00, #f6c90e);
	padding: 20px 0;
	text-align: center;
	color: #171717;}

.archive-title{
	font-family: 'Cunia';
	font-size: 36px;
	font-weight: bold;}

.archive-posts{
	margin-top: 40px;}

.post-list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;}

.archive-post{
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;}

.archive-post:hover{
	transform: translateY(-5px);}

.archive-post-link{
	text-decoration: none;
	color: inherit;
	display: block;}

.archive-post-thumbnail img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;}

.archive-post-content{
	padding: 20px;}

.archive-post-title{
	font-size: 20px;
	margin-bottom: 10px;
	color: #1f2937;
	line-height: 2;}

.archive-post-excerpt{
	font-size: 14px;
	color: #6b7280;
	line-height: 1.6;}

.no-posts{
	text-align: center;
	color: #9ca3af;
	font-size: 18px;
	margin-top: 40px;}

.archive-pagination{
	margin-top: 20px;
	text-align: center;
    padding: 0px 10px;}

.archive-pagination .page-numbers{
	display: inline-block;
	margin: 0 4px;
	padding: 8px 16px;
	background-color: #e5e7eb;
	color: #262626;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-size: 14px;}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover{
	background-color: #facc15;
	color: #262626;}


.page-main #post-14 iframe{
	width: 100%;
	border-radius: 10px;}	

.site-services-page{
	padding-top: 40px;
	padding-bottom: 20px;}

.site-services-page span h1{
	font-family: 'Cunia';
	font-size: 32px;
	color: #171717;
	margin-top: 0;}
	
.site-services-page span h3{
	font-size: 22px;
	color: #262626;
	line-height: 2;}

.site-services-page span h4{
	font-size: 18px;
	color: #262626;}

.service-card{
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	padding: 18px 14px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.6s ease;}
  
.service-card.visible{
	transform: translateY(0);
	opacity: 1;}
  
.service-card h2{
	text-align: center;
	font-family: 'Cunia' !important;
	font-size: 24px;
	color: #F2B200;
	background-color: #262626;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px 5px;}

/* .service-card p:not(:has(a))::before{
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: normal;
	color: #f7dc6f;
	content: "\f219";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;} */
  
.service-card p{
	font-family: 'poppins-M';
	font-size: 18px;
	color: #333333;
	padding: 5px 0;
	margin: 0;}
  
.service-card p:last-of-type{
	border-bottom: none;}
  
.service-card::after{
	content: "Hippo Company - Heating and Electric Services";
	display: block;
	text-align: center;
	font-size: 14px;
	color: #909497;
	border-top: 1px solid #D4D4D4;
	padding-top: 10px;
	margin-top: 24px;}

.service-card a{
	display: block;
	width: 100%;
	padding: 14px 0;
	margin-top: 24px;
	background: linear-gradient(135deg, #f6c90e, #ff8c00);
	color: #ffffff;
	font-size: 16px;
	border-radius: 12px;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: background 0.3s ease, transform 0.2s ease;
	font-family: inherit;}
  
.service-card a:hover{
	background: linear-gradient(135deg, #ff8c00, #f6c90e);
	color: #171717;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 87, 255, 0.2);}
  
.service-card a:before{
	font-family: "FontAwesome";
	content: "\f095";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease;}
  
.service-card a:hover:before{
	transform: translateX(4px);
	color: #171717;}

.service-tabs{
    margin-bottom: 20px;}

.service-tab-btn{
    padding: 10px 15px;
    border: none;
	color: #969696;
    background: #E5E7EB;
	border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;}

.service-tab-btn.active{
    font-family: 'Cunia' !important;
    background: radial-gradient(circle at center, #e2e2e2 0%, #fbd26a 60%, #f6a700 100%);
	color: #262626;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);}

.tab-pane{
    display: none;}

.tab-pane.active{
    display: block;}

@media (max-width: 768px){
	.service-tabs {
        flex-direction: column;
        align-items: stretch;}

    .service-tab-btn{
        width: 100%;
        margin-right: 0;}

    .service-card{
        padding: 15px;}
}

.page-main #post-12 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .page-main #post-14 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
	padding: 0px 20px;
	border-radius: 5px;}
	
.popup-text{
    text-align: left;
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #ffffff, #fff9cc);
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    font-size: 14px;
    line-height: 1.8;
    max-width: 90vw;
    min-width: 260px;
    width: fit-content;
    word-wrap: break-word;
    color: #333;
    animation: fadeIn 0.3s ease-in-out;}
  
@keyframes fadeIn{
    
  from{
    opacity: 0;
    transform: translate(-50%, -60%);}
  to{
    opacity: 1;
    transform: translate(-50%, -50%);}
    
}  
	
/*----------Mobile-Version----------*/

@media (max-width: 600px){
    
    .working-hours-link.active + .popup-text{
        display: inline-block;}
        
}

@media (max-width: 768px){
    
    h1, h2, h3, h4, h5, h6{
        line-height: 2 !important;}
        
    span, strong , p{
        line-height: 1.8 !important;}    
    
    .top-bar .basic-information{
        padding: 0px 20px;
        text-align: center;}
    
    .top-bar .basic-information p{
        margin: 0px 40px 0px 40px;
        font-size: 0px;
        text-align: center;}
        
    .top-bar .basic-information p a{
        font-size: 0px;}    
        
    .top-bar .basic-information p:nth-child(1) a:before, .top-bar .basic-information p:nth-child(2) a:before, .top-bar .basic-information p:nth-child(3) a:before{
        margin-right: 0px;
        font-size: 20px;}    
        
    .menu-bar{
        display:none;}
        
    .main-slider div#n2-ss-2 .n2-font-2a347bf1a763fe38dfc3bac8ede6810c-hover{
        font-size: 18px !important;
        margin-top: 40px;}
        
    .main-slider #n2-ss-2 .n2-font-46aa713b75d051413c1db9955040f8dd-paragraph{
        font-size: 14px !important;
        display: none;}
        
    .aboutus-section{
        margin-top: 40px;}
        
    .aboutus-section .textcontent-aus{
        margin-top: 20px;}
        
    .services-category-section .bg-sb-1, .services-category-section .bg-sb-2, .services-category-section .bg-sb-3, .services-category-section .bg-sb-4 {
    border: none;
    height: 400px !important;
    min-height: 250px;
    border: none !important;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;}

    .services-category-section .services-box1, .services-category-section .services-box2, .services-category-section .services-box3{
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;}
    
    .services-category-section{
        padding: 0 15px;
        box-sizing: border-box;
        overflow-x: hidden;}
    
    .services-category-section .services-box1, .services-category-section .services-box2, .services-category-section .services-box3, .services-category-section .services-box4{
        width: 100% !important;
        float: none !important;
        margin-bottom: 24px;
        box-sizing: border-box;}
    
    .services-category-section .content-sb1, .services-category-section .content-sb2, .services-category-section .content-sb3, .services-category-section .content-sb4{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: linear-gradient(145deg, #cccccc, #ffffff);
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 0;
        box-shadow: none;}
    
    .services-category-section .content-sb1 h2, .services-category-section .content-sb2 h2, .services-category-section .content-sb3 h2, .services-category-section .content-sb4 h2{
        font-size: 20px;
        margin-bottom: 12px;
        color: #f0b100;}
    
    .services-category-section .content-sb1 p, .services-category-section .content-sb2 p, .services-category-section .content-sb3 p, .services-category-section .content-sb4 p{
        font-size: 15px;
        line-height: 1.6;
        color: #333;}
    
    .services-category-section .content-sb1 a, .services-category-section .content-sb2 a, .services-category-section .content-sb3 a, .services-category-section .content-sb4 a{
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 10px;
        background: linear-gradient(to right, #ffd700, #f0b100);
        color: #000;
        border-radius: 6px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        transition: all 0.3s ease;}
        
    .our-projects-section .project-content p:nth-child(1){
        font-size: 28px;
        line-height: 1.8;}
        
    .vp-portfolio__items-style-emerge.vp-portfolio__items-show-caption-hover .vp-portfolio__item .vp-portfolio__item-caption{
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        max-height: none !important;
        height: auto !important;
        transition: none !important;
        overflow: visible !important;
        --vp-items-style-emerge--caption-skew__clip-left: var(--vp-items-style-emerge--caption-skew-hover__clip-left) !important;
        --vp-items-style-emerge--caption-skew__clip-right: var(--vp-items-style-emerge--caption-skew-hover__clip-right) !important;}

    .vp-portfolio__items-style-emerge .vp-portfolio__item-caption *{
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;}
        
    .why-Choose-us-section{
        padding: 20px;}
        
    .company-logo-slider-section .logo-slider-content .rt-wpls .slick-slide img{
        display: inline-block;}
        
    .contact-form-section .contact-info-content{
        padding: 10px;}
        
    .contact-form-section .contact-form .wpcf7-form-control.wpcf7-captcha-captcha-188{
        width: 50% !important;
        height: 60px !important;}
        
    .footer-section .footer-contents .footer-part-three iframe{
	    height: 200px;}
	    
	.bottom-bar .right-bottom-bar .menu-social-menu-container ul li{
	    margin: 0px 8px;}
	    
	.footer-section .bottom-bar .left-bottom-bar p{
        margin-top: 4px;}
        
    .site-services-page .services-page-content .service-card h2{
        line-height: 2;}    
	     
	.single-main .single-header .info-title .single-title{
	    font-size: 24px;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 1.5px;
        margin-top: 10px;
        margin-bottom: 10px;}
        
    .single-main .single-post-content .single-post-text h2, .single-post-text h3{
        line-height: 1.8;}
        
    .site-services-page span h4{
        line-height: 2;}
        
    .site-services-page .services-page-content .service-tabs{
        margin-top: 20px;}    
        
    .site-services-page .services-page-content .service-tabs .service-tab-btn{
        padding: 15px 10px;}    
        
    .footer-section{
        margin-top: 20px;}
        
    .page-main #post-12 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column, .page-main #post-14 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        padding: 0px 5px !important;}    
    
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */