/* 
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
*/
/* --- GLOBAL RESET --- */
#ez-pricing-table-wrapper * {
	box-sizing: border-box;
}

#ez-pricing-table-wrapper {
	font-family: 'Inter', sans-serif;
	background-color: transparent;
	color: #334155;
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* --- CONTAINER --- */
.compare-table-container {
	width: 100%;
	max-width: 100%;
	position: relative;
}

/* --- SCROLL CONTROLS (ARROWS) --- */
.table-scroll-controls {
	display: none; /* Desktop te hidden */
	gap: 15px;
	margin-bottom: 15px;
	justify-content: flex-start;
	padding-left: 5px;
}

/* Mobile te show karo */
@media (max-width: 768px) {
	.table-scroll-controls {
		display: flex;
	   justify-content: flex-end;
	}
	
}

.scroll-btn {
	background-color: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 50%;
	width: 40px; /* Thoda size wadhaya touch layi */
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.2s ease;
	color: #334155;
	z-index: 30;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	padding:0;
}

.scroll-btn:active {
	background-color: #f1f5f9;
	transform: scale(0.95);
	border-color: #94a3b8;
}

.scroll-btn:hover{
  background-color: #16a34a;
}

.scroll-btn svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.5;
	stroke: currentColor;
}

/* --- TABLE WRAPPER --- */
.compare-table-wrapper {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border: 1px solid #e2e8f0;
	overflow-x: auto;
	position: relative;
	margin: 0px;
	-webkit-overflow-scrolling: touch; 
	scroll-behavior: smooth;
	/* Snap removed temporarily to fix jumpy scrolling if user scrolls manually */
}

/* Scrollbar Styling */
.compare-table-wrapper::-webkit-scrollbar {
	height: 6px;
}
.compare-table-wrapper::-webkit-scrollbar-track {
	background: #f1f5f9;
}
.compare-table-wrapper::-webkit-scrollbar-thumb {
	background-color: #cbd5e1;
	border-radius: 3px;
}

/* --- TABLE STYLES --- */
.compare-table {
	width: 100%;
	min-width: 600px; 
	border-collapse: collapse !important;
	border-spacing: 0;
	text-align: left;
	border: none;
	margin: 0px;
}

/* Cell Styling */
.compare-table th, 
.compare-table td {
	padding: 12px 10px; /* Thodi breathing space wapis add kiti padan layi */
	border-bottom: 1px solid #f1f5f9 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	background-clip: padding-box;
	vertical-align: middle;
}

/* --- STICKY FIRST COLUMN --- */
.compare-table th:first-child,
.compare-table td:first-child {
	position: sticky;
	left: 0;
	z-index: 20;
	background-color: white;
	width: 32%;
	min-width: 140px;
	box-shadow: 4px 0 8px -4px rgba(0,0,0,0.1); /* Shadow thodi strong kiti */
	border-right: 1px solid #e2e8f0 !important;
}

/* Column Widths */
.compare-table th:not(:first-child),
.compare-table td:not(:first-child) {
	width: 22.6%; /* Distribute remaining space */
	text-align: center;
	min-width: 110px; /* Ensure columns don't shrink too much */
}

/* Hover Effect */
.compare-table tr:hover td {
	background-color: #f8fafc;
}
.compare-table tr:hover td:first-child {
	background-color: #ffffff;
}

/* --- HIGHLIGHTING (EZ PLUS) --- */
th.compare-table-header-highlight {
	background-color: rgba(16, 185, 129, 0.05) !important;
	position: relative;
}
.compare-table-col-highlight {
	background-color: rgba(16, 185, 129, 0.05) !important;
}
.compare-table-top-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #10b981;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* --- TYPOGRAPHY --- */
.compare-table-plan-name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
}

.compare-table-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 20px;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1;
}

.compare-table-badge-gray { background-color: #f1f5f9; color: #64748b; }
.compare-table-badge-green { background-color: #d1fae5; color: #047857; }

.compare-table-feature-text {
	color: #334155;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.4;
}

/* Icons */
.compare-table-icon { width: 22px; height: 22px; display: inline-block; vertical-align: middle; }
.compare-table-icon-check { color: #10b981; }
.compare-table-icon-cross { color: #ef4444; opacity: 0.6; }

.compare-table-text-red { color: #dc2626; font-weight: 700; font-size: 0.8rem; }
.compare-table-text-green { color: #059669; font-weight: 600; font-size: 0.9rem; }
.compare-table-text-muted { color: #64748b; font-size: 0.85rem; }

.compare-table tr:last-child td { border-bottom: none !important; }

/* --- MOBILE TWEAKS --- */
@media (max-width: 600px) {
	.compare-table th, .compare-table td { 
		padding: 10px 6px; /* Optimized padding */
	}
	.compare-table-feature-text { 
		font-size: 0.85rem; 
	}
	.compare-table th:first-child,
	.compare-table td:first-child {
		width: 35%; /* Thoda wadhaya taaki text na tute */
		min-width: 130px;
	}
}
.elementor-icon-wrapper {
    line-height: 0;
}
.e-con-inner {
	 transition: padding 0.3s ease;
}
.stick-active .e-con-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.stick-active{
	 transition: padding 0.3s ease;
	 backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7); 
}
.img-banner-in-text {
    width: 100%;
    max-width: 115px !important;
}
.img-banner-in-text.lyft {
    margin-bottom: -26px;
}
@media(max-width:768px){
.img-banner-in-text {
    width: 100%;
    max-width: 35px !important;
}	
}
@media(max-width:768px){
	.img-banner-in-text.lyft{
		    margin-bottom: -8px;
	}
}
.icon-set .elementor-icon {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.why-image{
	    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Container Layout */
.vehicle-filter-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

#vehicle-cat-filter {
    padding: 10px 20px;
    padding-right: 40px; /* Text arrow de thalle na aave is layi space */
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 250px;
    background-color: #f9f9f9;
    cursor: pointer;

    /* --- Arrow Fixing Code Starts Here --- */
    
    /* 1. Default browser arrow nu hide karo */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 2. Custom Arrow Image (SVG) lagao */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    
    /* 3. Arrow di position set karo */
    background-repeat: no-repeat;
    background-size: 12px; /* Arrow da size */
    
    /* Important: 'right 15px' da matlab hai right side ton 15px door */
    background-position: right 15px center; 
}

/* Grid System (3 Columns) */
.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 0;
}

/* Card Design */
.vehicle-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Light Shadow */
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
	font-family: 'Inter', sans-serif;
	border: 1px solid #16a34a;
}

.vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Image Area */
.vehicle-img-box {
    background-color: #f4f5f7; /* Grey background like screenshot */
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.vehicle-img-box img {
    max-width: 115%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply; /* Helps remove white bg from car pngs */
}

/* Content Area */
.vehicle-content {
    padding: 20px;
    text-align: left;
}

.vehicle-content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.vehicle-subtitle {
		margin: 0 0 20px;
		color: #888;
		font-size: 14px;
		height: 20px;
		overflow: hidden;
}

/* Details Link (Green) */
.vehicle-details-btn {
    color: #16a34a; /* Bright Green */
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}
.vehicle-details-btn svg {
    width: 18px;
    margin-left: 5px;
}
.vehicle-details-btn:hover {
    color: #009624; /* Darker Green on Hover */
}
@media(max-width:768px){
	.vehicle-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.vehicle-card {
    flex-direction: row;
		
}
.vehicle-img-box {
    height: 134px;
    width: 40%;
}
#vehicle-cat-filter {
    width: 100%;
}
.vehicle-content {
    padding: 20px;
    text-align: left;
	width:60%;
}
}

/*Blog Design*/
.blogs-custom-design .elementor-post__text {
    display: flex;
    justify-content: center;
}