/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.lwm-left h2{
	color:#fff !important;
}
.elementor-widget-location_map_widget th
{
	text-align: left;
}
.red-svg-icon .s1 {
    fill: #cc0c2f !important;
}
table tbody tr:hover>td, table tbody tr:hover>th,table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}
.elementor-widget-location_map_widget table td, .elementor-widget-location_map_widget  table th {
	border: 0px solid hsla(0, 0%, 50%, .502);
padding: 6px !important;}
.contact_us.menu-item {
	border:2px solid #CC0C2F;
}
table thead:first-child tr:first-child th{
	    border-block-start: 0px solid #fff !important;
}
.short-info{
	font-size:15px !important;
	padding: 30px 0px;
}
.wpcf7-form textarea.damage-field {
    max-height: 95px !important;
 
}

.daf-carousel .swiper-slide {
    position: relative;
    overflow: hidden;
}

.daf-carousel .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(35, 45, 100, 0.6);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.4s ease;  
    pointer-events: none;
}

.daf-carousel .swiper-slide-next::after {
    opacity: 0;
}
.daf-carousel .elementor-swiper-button-prev svg{
	transform: rotate(180deg);
}
@media(max-width:767px){
	th {
    font-size: 12px !important;
}
	.elementor-widget-location_map_widget table td, .elementor-widget-location_map_widget table th {
    font-size: 11px !important;
		padding:3px !important
}
}
.elementor-widget-location_map_widget .info {
    padding-bottom: 20px;
}
.custom-card .s1 {
    fill: #cc0c2f !important;
}
.red-icon .s0 {
    fill: #CC0C2F !important;
    
}
.red-icon .s1 {
    fill: #fff !important;
    
}
.red-icon .elementor-button-icon svg {
    height: 35px !important;
    width: 35px !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form label {
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
}
.wpcf7-form .new-form {
    padding: 25px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 60px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 11px;
    outline: none;
    font-family: inherit;
    margin-bottom: 0px;
    margin-top: 10px;
}
.wpcf7-form textarea {
    max-height: 134px;
    resize: vertical;
}
.text-field p {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form .wpcf7-submit:hover {
    background: #162260;
}
.wpcf7-form input[type="submit"], .wpcf7-form .wpcf7-submit {
    background: #1c2b6e;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 15px 42px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
button.wpcf7-submit {
    display: flex;
    gap: 0px;
    padding: 8px 10px 8px 20px !important;
    align-items: center;
    margin: auto;
    border-radius: 32px 32px 32px 32px;
}
span.cf7icon {
    padding-left: 15px !important;
}
.elementor-button-icon svg {
    height: 43px;
    width: 43px;
}
.elementor-button span {
    align-items: center;
}
.elementor-button-icon {
    align-items: center;
    display: flex;
}
option {
  background-color: #CC0C2F;
  color: #fff;
}
@media(max-width:768px){
	.wpcf7-form .new-form {
		display: block !important;}
}