﻿
/*Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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 */

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.single-card {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  flex: 1 1 calc(33% - 20px);
  /* min-width: 260px; */
  /* max-width: 340px; */
  width: 376px;
/*   height: 416px; */
  /* Remove fixed width and height */
  /* width: 416px; */
  /* height: 388px !important; */
  padding: 18px 16px 16px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.single-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF0EA;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.card-icon-img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}

.single-card h3 {
  color: #313749;
  font-size: 24px;
  font: inter;
  line-height: 38.4px;
  margin: 0;
  font-weight: 600;
}

.single-card .subtitle {
  font-weight: normal;
  margin: 0.4em 0;
  color: #6E7796;
  font-size: 0.98em;
}

.single-card .desc {
  margin-bottom: 0.7em;
  color: #6E7796;
  font-size: 0.93em;
}

.single-card ul {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
  color: #6E7796;
  font-size: 0.96em;
}

@media (max-width: 900px) {
  .single-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* calculation css */

/* Commission Calculator Custom Styles */
#commission-calc {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 24px 18px 18px 18px;
  font-family: 'Inter', Arial, sans-serif;
  border: 1px solid #f3f4f6;
}

#commission-calc label,
#commission-calc span,
#commission-calc div {
  font-family: inherit;
}

#commission-calc input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #ffe5db;
  border-radius: 2px;
  outline: none;
  margin: 0 0 8px 0;
}

#commission-calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7a1a;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(255, 122, 26, 0.15);
  cursor: pointer;
  transition: background 0.2s;
}

#commission-calc input[type="range"]:focus::-webkit-slider-thumb {
  background: #ff7a1a;
}

#commission-calc input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7a1a;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(255, 122, 26, 0.15);
  cursor: pointer;
}

#commission-calc input[type="range"]::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff7a1a;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(255, 122, 26, 0.15);
  cursor: pointer;
}

#commission-calc input[type="range"]:focus {
  outline: none;
}

#commission-calc input[type="range"]::-ms-fill-lower {
  background: #ffe5db;
}

#commission-calc input[type="range"]::-ms-fill-upper {
  background: #ffe5db;
}

#commission-calc .comm-box {
  background: #FFF4EE;
  border: 2px solid #FFB088;
  border-radius: 12px;
  padding: 18px 0;
  text-align: center;
  flex: 1;
  margin: 0 10px;
  min-width: 180px;
}

#commission-calc .comm-box.left .comm-amount {
  color: #FF6600;
}

#commission-calc .comm-box.left .comm-label {
  color: #FF6600;
}

#commission-calc .comm-box.right .comm-amount {
  color: #E60000;
}

#commission-calc .comm-box.right .comm-label {
  color: #E60000;
}

#commission-calc .comm-amount {
  font-size: 2em;
  font-weight: 700;
}

#commission-calc .comm-label {
  font-size: 1em;
  margin-top: 4px;
}

#commission-calc .vs {
  font-size: 2em;
  font-weight: 700;
  margin: 0 10px;
  color: #222;
  align-self: center;
}

#commission-calc .savings-box {
  background: #E8FFF1;
  border: 2px solid #A6F4C5;
  border-radius: 12px;
  padding: 18px 0;
  text-align: center;
  margin-top: 16px;
}

#commission-calc .savings-amount {
  font-size: 2em;
  color: #00B86B;
  font-weight: 700;
}

#commission-calc .savings-label {
  color: #00B86B;
  font-size: 1em;
}

@media (max-width: 600px) {
  #commission-calc {
    padding: 16px 4px 12px 4px;
  }
  #commission-calc .comm-box {
    min-width: unset;
    margin: 0 0 12px 0;
    padding: 14px 0;
  }
  #commission-calc .vs {
    margin: 0 0 12px 0;
    font-size: 1.5em;
  }
  #commission-calc > div[style*="display:flex;justify-content:center"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  #commission-calc .savings-box {
    margin-top: 10px;
    padding: 14px 0;
  }
}

/* Comparison Table Styles */

.comparison-table-wrapper {
  max-width: 900px;
  margin: 0px auto;
  font-family: Playfair Display;
  font-weight: 700;
  background: #fff;
  line-height: 64px;
  text-align: center;
}

.icon-img {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}


.table-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5%;
  color: #000;
}

.comparison-table {
  width: 100%;
 /* border-collapse: collapse;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 6px;
  overflow: hidden;
}

.comparison-table { 
    border-collapse: separate;
}

.comparison-table .blank-th {
    border: none;
    border-block-start: 1px solid hsl(0deg 0% 50% / 0%) !important;
}

.comparison-table .highlight {
	border-radius: 10px 10px 0 0;
}

.comparison-table .other {
    border: 2px solid hsl(0deg 0% 77.32% / 79%) !important;
    border-radius: 10px 10px 0 0 !important;
}

.comparison-table tbody {
    border-collapse: collapse;
    border: 1px solid hsl(0deg 0% 77.32% / 79%) !important;
}

.comparison-table thead tr {
  background-color: #fff;
  border-bottom: 2px solid #eee;
}

.comparison-table th {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.comparison-table th.highlight {
  background-color: #FF6C2C;
  color: #fff;
  border: 1px solid #D9D9D9;
/*   border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 5px; */
}

.comparison-table th:last-child {
  border-top-right-radius: 5px;
}

.comparison-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  font-family: inter;
  color: #313749 !important;
}

.comparison-table td:first-child {
  text-align: left;
  background-color: #f8f8f8;
  font-weight: 500;
  color: #222;
}
.other{
  font-family: playfair display;
  font-weight: 700;
  size: 15px;
}
/* Remove duplicate rule */
.comparison-table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #FFF0EA;
  color: green;
  font-size: 18px;
}

.comparison-table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #FFDCCD;
  color: green;
  font-size: 18px;
}


.comparison-table td:nth-child(3) {
  color: red;
  font-size: 18px;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.coverage-area-wrapper div {
    margin: 5px 10px;
}
.coverage-area-wrapper img {
    vertical-align: middle;
}

.hfe-menu-item{
  font-weight: 400 !important;
}

/* dev006 */

#cards-section .single-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* Optional: Add a hover effect to the icon */
#cards-section .single-card:hover .icon-bg {
  animation: bounce 0.6s;
}

.extra-location {
	align-items: center; 
	font-family: inter; 
	font-size: 15px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.testimonial-carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  font-family: 'Inter', sans-serif;
}

.heading {
	font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.testimonial-header {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.nav-buttons {
	position: absolute;
	/* top: -10px; */
	right: 20px;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.nav-buttons .swiper-button-next {
	background-color: #ECECEC00;
	font-family: "Roboto", Sans-serif;
	font-weight: 800;
	fill: #FFFFFF;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.nav-buttons .swiper-button-prev {
	background-color: #FFFFFF;
	fill: #FF6C2C;
	color: #FF6C2C;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 8px 8px;
}
.nav-buttons div {
	width: 50px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	cursor: pointer;
	font-size: 20px;
	color: #ff6600;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}

.nav-buttons .swiper-button-next {
	background-color: #ECECEC00;
	font-family: "Roboto", Sans-serif;
	font-weight: 800;
	fill: #FFFFFF;
	color: #FFFFFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.nav-buttons .swiper-button-prev {
	background-color: #FFFFFF;
	fill: #FF6C2C;
	color: #FF6C2C;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 8px 8px;
}

/* .nav-buttons div:hover {
	background-color: rgba(255, 255, 255, 0.9);
} */

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '' !important;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: #f4a261;
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info span {
  font-weight: 600;
  color: #333;
}
.scroll-move {
  transition: transform 0.1s ease-out;
  will-change: transform;
}
