/* Custom Header/Hero Styling */
.vh-hero-section {
    position: relative;
    background-color: #ffffff;
}

/* Heading with two colors */
.vh-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.vh-title span.accent-green {
    color: #7ac143; 
    display: block;
}

.vh-title span.accent-orange {
    color: #f7b125; 
}

.vh-title span.dark-grey {
    color: #333333;
}

/* Rounded Outline Buttons */
.vh-btn-group {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.vh-btn {
    padding: 12px 30px;
    border-radius: 50px; /* Pill shape */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    border: 2px solid;
    transition: all 0.3s ease;
}

.vh-btn-orange {
    border-color: #f7b125;
    color: #f7b125;
}

.vh-btn-green {
    border-color: #7ac143;
    color: #7ac143;
}

.vh-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.vh-masked-image img {
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M156.5,41.1c17.6,26.7,19.2,66.9,4.4,92.5c-14.8,25.6-46,36.9-78.1,33c-32.1-3.9-65.1-22.9-76.3-52c-11.2-29.1,9.4-68.4,37-88.3C71.1,6.5,108.7,6.8,136,19.3C146.4,24.1,150.3,31.7,156.5,41.1z" /></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M156.5,41.1c17.6,26.7,19.2,66.9,4.4,92.5c-14.8,25.6-46,36.9-78.1,33c-32.1-3.9-65.1-22.9-76.3-52c-11.2-29.1,9.4-68.4,37-88.3C71.1,6.5,108.7,6.8,136,19.3C146.4,24.1,150.3,31.7,156.5,41.1z" /></svg>');
    mask-size: 70%; 
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: transform 0.5s ease;
}

.vh-masked-image:hover img {
    transform: scale(1.05) rotate(2deg);
}

.keyInfoCard:hover .elementor-icon-box-title {
    color: #FFFFFF !important;
    transition: color 0.3s ease;
}

.keyInfoCard:hover .elementor-icon-box-description {
    color: #FFFFFF !important;
    transition: color 0.3s ease;
}

.keyInfoCard {
    transition: all 0.3s ease;
    cursor: pointer;
}

.keyInfoCard:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    color: #6DBE45; 
}

.elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon {
    color: red;
}


.tb-section {
  position: relative;
  padding: 70px 40px;
  background: linear-gradient(160deg, #ffffff 55%, #f1f1f1 55%);
  overflow: hidden;
}
.tb-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #cfcfcf;
}

.tb-section {
  position: relative;
  padding: 70px 40px;
  background: linear-gradient(160deg, #ffffff 55%, #f1f1f1 55%);
  overflow: hidden;
}
.tb-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #cfcfcf;
}

.tb-selector {
  background: linear-gradient(160deg, #ffffff 55%, #f1f1f1 55%);
  position: relative;
}
.tb-selector::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #cfcfcf;
}

.price-table { width: 100%; font-family: 'Open Sans', sans-serif; }

.price-row {
  display: flex;
  align-items: center;
  padding: 2px 0px 2px 12px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
}

.price-row.highlight {
  background: #eaf5dd; /* soft green tint */
}

.price-row .label { white-space: nowrap; }

.price-row .dots {
  flex: 1;
  margin: 0 10px;
  border-bottom: 1px solid #9ec97a;
  height: 1px;
  transform: translateY(6px);
}

.price-row .badge {
  background: #b7e08a;
  color: #1a1a1a;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
}
