/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1776058772
Updated: 2026-04-13 05:39:32

*/
.wpcf7 form.sent .wpcf7-response-output {
    color: white !important;
}


.tab button[aria-selected='true'] {
    background-image: url(https://beta12.technodreamcenter.com/123towinghouston.com/wp-content/uploads/2026/04/Untitled-20.fw_.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% 50% !important;
}

.tab button[aria-selected='false'] {
    background-image: url(https://beta12.technodreamcenter.com/123towinghouston.com/wp-content/uploads/2026/04/Untitled-19.fw_.png) !important;
    background-repeat: no-repeat !important;
    background-position: 96% 50% !important;
}



html, body{
	min-width:1200px;
	width:100%;
	overflow-x:hidden;
}

.elementor-image-box-title {
    margin-top: 0;
}

.menu-item a {
    border-radius: 5px;
}

.swiper-button-prev, .swiper-button-next {
    color: transparent;
}

.swiper-button-prev img, .swiper-button-next img {
    width: 80px;
	height: 95%;
    object-fit: fill;
}


.swiper-button-prev, .swiper-button-next {
    width: 43px;
}


.swiper-button-prev::after, .swiper-button-next::after{
	display:none;
}

a, a:hover{
	color:unset;
}

.list ul li {
    position: relative;
	margin-bottom: 12px;
}

.list ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -37px;
    width: 23px;
    height: 28px;
    background-image: url(https://beta12.technodreamcenter.com/123towinghouston.com/wp-content/uploads/2026/04/Untitled-35.fw_.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.list ul {
    list-style: none;
    padding-left: 0px;

}

.form textarea {
    margin-top: 20px;
}
.form input[type='text'] {
    margin-bottom: 20px;
}
.form textarea {
    height: 130px;
}
.form span, .form label {
    width: 100%;
}
.form input[type='text'], .form textarea, .form select, .form input[type='email'] {
    padding: 15px 20px;
    font-size: 16px;
    font-family: roboto;
}
.form .flex {
    display: flex;
    gap: 20px;
}
.form span {
    color: white;
    margin: 0;
    font-family: 'Roboto';
}
.form .btn {
    display: block;
    background: #D90000;
    margin: 20px auto 0;
    color: white;
    font-size: 18px;
    font-family: 'Roboto';
    border-radius: 100px;
    border: none;
    padding: 15px 80px;
}

@media(max-width:1800px){
	div#first {
		background-position: 700px 0px;
	}
	div#second {
        background-position: -200px 0;
    }
	#first .call {
		margin: 0;
	}
	#first .paragraph {
		width: 100%;
		max-width: 650px;
	}
}

@media (max-width: 1500px) {
    div#first {
        background-position: 600px 0px;
    }
	div#third {
		background-position: 700px 0;
	}
}


@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
	#first, #second, #third{
		background: none;
	}
	 #first .paragraph {
        width: 100%;
        max-width: 110%;
    }
}

@media(max-width:500px){
	#expert ul {
		column-count: 1 !important;
	}
	.form .flex {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}
}