/*
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.4.1759953257
Updated: 2025-10-08 21:54:17

*/

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	background: white;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 10px;
/* 	    min-width: 500px; */
}
.comparison-table th {
	background: #9E2024;
	color: white;
	padding: 20px;
	text-align: left;
}
.comparison-table td {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}
.comparison-table tr:hover {
	background: #f8f9fa;
}
/* .table-wrap {
    overflow: auto;
} */
.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
}
.footer-menu ul.sub-menu {
    margin: 0 !important;
    position: inherit !important;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
@media screen and (min-width: 1025px) {
	.hide-on-desktop {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.savings-calculator {
		padding: 0 !important;
		background-color: transparent !important;
	}
	.savings-section {
		padding: 20px !important;
	}
	.savings-section > div {
		padding: 0 !important;
		background-color: transparent !important;
	}
	.comparison-table td {
		font-size: 12px;
        padding: 5px;
	}
}