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

.wpcf7 {
  font-family: 'Poppins', sans-serif;
	color: #000;
}
.wpcf7 ::placeholder {
    color: #000;
    opacity: 1;
}
.hsfc-Step__Content{ padding:0!important; }
.page-id-212 header,.page-id-212 .entry-title , .page-id-212 #site-footer { display:none; }
.wpcf7 .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.wpcf7 .form-row > div,
.wpcf7 .full-width {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.wpcf7 .full-width {
  width: 100%;
  margin-bottom: 15px;
}

.wpcf7 label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7 textarea {
  height: 100px;
}

.wpcf7 input[type="file"] {
  border: none;
  padding: 0;
}

.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wpcf7-list-item-label {
  display: inline;
  margin: 0;
}
.wpcf7-list-item{
margin: 0;
}

.wpcf7 .submit-row {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.wpcf7 input[type="submit"] {
  background-color: #e60000;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #cc0000;
}

.wpcf7-not-valid-tip {
  color: #e60000;
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.4;
}

.wpcf7-not-valid {
  border-color: #e60000 !important;
}
.wpcf7 input[type="checkbox"]{
	width: auto;
}
.vertical-red p{
	    writing-mode: vertical-rl;
    color: red;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(0) rotate(180deg);
}
span.wpcf7-list-item label {
    font-weight: 400;
}
.comparison-table {
            background: #FFFFFF;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        }

        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
					margin:0;
        }

        .comparison-table th,
        .comparison-table td {
            padding: 20px;
            text-align: left;
            
        }

        .comparison-table thead th {
            background: #000000;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 15px;
        }

.comparison-table tbody th {
           background: #ff000f5c !important;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #ff000f21;
        }

        .comparison-table td {
            font-size: 14px;
            color: #000;
					background: #fff !important;
        }

        .comparison-note {
            margin-top: 20px;
            text-align: center;
            font-size: 13px;
            color: #999999;
            font-style: italic;
        }
.product-icons span.elementor-icon {
    background: #000;
    padding: 15px;
    border-radius: 8px;
}
.specs-table {
            background: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            border: 1px solid #000;
	overflow:hidden;        
}

        .specs-table table {
            width: 100%;
            border-collapse: collapse;
					    margin-bottom: 0;
        }

        .specs-table tr {
            border-bottom: 1px solid #000;
        }

        .specs-table tr:last-child {
            border-bottom: none;
        }

        .specs-table th {
            background: #000000;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 15px;
            padding: 20px 30px;
            text-align: left;
        }

        .specs-table td {
            padding: 20px 30px;
            font-size: 14px;
					    background-color: #fff !important;
    color: #000 !important;
        }

        .specs-table td:first-child {
            font-weight: 600;
            color: #000000;
            background: #ff000f5c !important;
            width: 35%;
        }

        .specs-table td:last-child {
            color: #666666;
        }
.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: #f5f5f5;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}

.timeline-item:nth-child(even) .timeline-content:first-child {
    order: 3;
}

.timeline-content {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #f5f5f5;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
}

.timeline-marker {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E30613;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(227, 6, 19, 0.3);
}
.step-num {
    background: #E30613;
    width: 60px;
    border-radius: 50px;
    padding: 17px;
    font-size: 30px;
    height: 60px;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.q-img .elementor-image-box-img img{
	width:35px;
}

@media (max-width:1024px) {
	#menu-1-6bf9d1a{ flex-wrap: wrap!important; }
}
@media (min-width:1024px) {
	#menu-item-1673{display:none!important;}
}
.navmenu .hfe-nav-menu{
	flex-wrap: nowrap!important;
}
@media (min-width:700px) {
 
	.banner-100{ height: max-content; }
}
@media (max-width:767px) {
	.comparison-table{overflow:scroll;}
}