.elementor-5144 .elementor-element.elementor-element-25250bf2{margin-top:50px;margin-bottom:30px;}.elementor-5144 .elementor-element.elementor-element-2b0bbfa8{text-align:center;}.elementor-5144 .elementor-element.elementor-element-7ed0bfb7{margin-top:0px;margin-bottom:150px;}#elementor-popup-modal-5144 .dialog-widget-content{animation-duration:0.7s;background-color:var( --e-global-color-38eef6e );border-radius:7px 7px 7px 7px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5144{background-color:#171717A3;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5144 .dialog-message{width:80vw;height:80vh;align-items:flex-start;padding:0px 100px 0px 100px;}#elementor-popup-modal-5144 .dialog-close-button{display:flex;top:1.6%;font-size:42px;}body:not(.rtl) #elementor-popup-modal-5144 .dialog-close-button{right:1%;}body.rtl #elementor-popup-modal-5144 .dialog-close-button{left:1%;}@media(max-width:1024px){#elementor-popup-modal-5144 .dialog-message{width:95vw;padding:0px 20px 0px 20px;}}@media(max-width:767px){#elementor-popup-modal-5144 .dialog-message{width:95vw;padding:0px 010px 0px 10px;}}/* Start custom CSS for html, class: .elementor-element-577f9086 *//* ===================================================
   COMPARISON TABLE STYLES
   For use in Elementor Custom CSS or HTML Widget
   =================================================== */

/* Table Container with Horizontal Scroll */
.comparison-table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Tooltip Functionality */
.comparison-table td {
	position: relative;
}

.comparison-table .info-box {
	display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #171717;
	width: 200px;
	min-height: 100px;
	padding: 5px;
	background-color: #FCFFFF;
	text-align: left;
}

.comparison-table td:hover .info-box {
	display: block;
}

/* Base Table Styling */
.comparison-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	font-family: Rubik, Arial, sans-serif;
	table-layout: fixed;
}

/* Column Widths: 35% | 5% | 15% | 15% | 15% | 15% */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
	width: 35%;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
	width: 5%;
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
	width: 15%;
}

.comparison-table th:nth-child(4),
.comparison-table td:nth-child(4) {
	width: 15%;
}

.comparison-table th:nth-child(5),
.comparison-table td:nth-child(5) {
	width: 15%;
}

.comparison-table th:nth-child(6),
.comparison-table td:nth-child(6) {
	width: 15%;
}

.comparison-table tbody td,
.comparison-table thead th,
.comparison-table tfoot th {
	font-family: Rubik, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	border-left: none;
	border-right: none;
	border-top: 0.5px solid #171717;
	border-bottom: 0.5px solid #171717;
	padding: 8px 10px;
}

/* Center alignment for columns 2-6 */
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3),
.comparison-table td:nth-child(4),
.comparison-table td:nth-child(5),
.comparison-table td:nth-child(6),
.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table th:nth-child(4),
.comparison-table th:nth-child(5),
.comparison-table th:nth-child(6) {
	text-align: center;
}

/* Highlighted Category Rows */
.comparison-table .row-1 td,
.comparison-table .row-8 td,
.comparison-table .row-12 td,
.comparison-table .row-23 td,
.comparison-table .row-37 td,
.comparison-table .row-49 td,
.comparison-table .row-55 td,
.comparison-table .row-65 td,
.comparison-table .row-69 td,
.comparison-table .row-72 td,
.comparison-table .row-78 td {
	border-top-color: #171717;
	border-top-width: 2px;
	background-color: #E8C200 !important;
	color: #171717;
	font-weight: 500;
}

/* Alternating Row Colors */
.comparison-table tbody.row-striping tr:nth-child(odd) td {
	background-color: #F0FAFA;
	color: #171717;
}

.comparison-table tbody.row-striping tr:nth-child(even) td {
	background-color: #FCFFFF;
	color: #171717;
}

/* Table Header Styling */
.comparison-table thead th,
.comparison-table tfoot th {
	background-color: #171717;
	color: #FCFFFF;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 17px;
	border-bottom: 2px solid #171717;
}

/* Removed Fixed Header - Not compatible with Elementor container structure */

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
	.comparison-table {
		font-size: 12px;
	}
	
	.comparison-table tbody td,
	.comparison-table thead th {
		font-size: 12px;
		padding: 6px 8px;
	}
	
	.comparison-table .info-box {
		width: 150px;
		min-height: 80px;
		font-size: 11px;
	}
}

@media screen and (max-width: 480px) {
	.comparison-table {
		font-size: 11px;
	}
	
	.comparison-table tbody td,
	.comparison-table thead th {
		font-size: 11px;
		padding: 4px 6px;
	}
	
	.comparison-table .info-box {
		width: 120px;
		min-height: 60px;
		font-size: 10px;
	}
}

/* Icon Styling */
.comparison-table .fa-check {
	color: #28a745;
}

.comparison-table .fa-minus {
	color: #dc3545;
}

.comparison-table .fa-circle-info {
	color: #171717;
	cursor: help;
}/* End custom CSS */