/*
Theme Name: Eco Tek Solutions
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Wired Media
Author URI: https://www.wiredmedia.co.uk/
Template: twentytwenty
Version: 1.0.13
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.header-border-uper-style {
    color: white !important;
}
.header-border-uper-style:before {
    filter: brightness(0) invert(1) !important;
}
.bg-overlay-10{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}
.wp-block-button__link:not(.has-text-color){
    color: white !important;
}



/* Footer New Changes css Start */
#site-footer.header-footer-group .section-inner {
    max-width: 1200px !important;
		width: 100%;
}
.footer-top.has-social-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-top.has-social-menu .grid-item{
    width: 31.33%;
}
.footer-top.has-social-menu .grid-item .social-menu.footer-social li {
    margin: 0;
}
.footer-top.has-social-menu .grid-item .widget-title {
    margin-bottom: 15px;
}
.footer-top .widget-title {
	font-size: 14px;
}
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
    color: #FFFFFF;
}
.wpcf7-form .wpcf7-form-control-wrap input::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
	color: #FFFFFF;
}
.column-three.testimonials {
    display: none;
}
.wpcf7-not-valid-tip {
    text-align: left;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control[type=submit] {
    margin-top: 30px !important;
}
.footer-nav-widgets-wrapper .wpcf7-form-control.wpcf7-submit {
	color: #FFFFFF;
}





@media screen and (max-width: 1200px) {
	#site-footer {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media screen and (max-width: 768px) {
	.footer-top.has-social-menu {
    gap: 15px 0;
}
}
@media screen and (max-width: 480px) {

    .footer-top.has-social-menu .grid-item:last-child {
        width: 100% !important;
    }

	#site-footer.header-footer-group .section-inner {
		flex-direction: column;
	}
	#site-footer .section-inner .footer-credits:not(:first-child) {
    padding-bottom: 20px;
    }
}
/* Card hover par heading link blue ho */
.wp-block-group:hover .card-heading a,
.wp-block-cover:hover .card-heading a,
.wp-block-column:hover .card-heading a {
  color: #003057 !important;
}

/* Normal state */
.card-heading a {
  color: #ffffff !important;
  transition: color 0.3s ease;
}



