/* 
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
*/

/* Add your custom styles here */
.hfe-promo-notice {
    display: none !important;
}
a {
  background-color: transparent;
  color: #2E5797;
  text-decoration: none!important;
}
/* Image Accordian - Radius */
#uc_image_accodion_elementor_76379e2 .uc_content {
  border-radius: 20px !important;
  overflow: hidden;
}
/* Wrapper for the overlay */
.imglink a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Dark overlay */
.imglink a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

/* Plus icon */
.imglink a::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

/* Hover effects */
.imglink a:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.imglink a:hover::after {
    opacity: 1;
}

/* Optional image zoom */
.imglink img {
    transition: transform 0.3s ease-in-out;
}

.imglink a:hover img {
    transform: scale(1.05);
}
/* Match border radius for overlay and link container */
.imglink,
.imglink img,
.imglink a,
.imglink a::before,
.imglink a::after {
    border-radius: 15px; /* change to match your image radius */
    overflow: hidden;
}
/* Ensure full clickable overlay area */
.custom-image-overlay .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
    display: block;
}

.custom-image-overlay .sppb-addon-single-image-container a {
    display: block;
    height: 100%;
    width: 100%;
}

/* Make sure border radius applies everywhere */
.custom-image-overlay .sppb-addon-single-image-container,
.custom-image-overlay .sppb-addon-single-image-container a,
.custom-image-overlay .sppb-addon-single-image-container img {
    border-radius: 15px; /* Match your existing radius */
    overflow: hidden;
}

/* Fix absolute overlay clipping */
.custom-image-overlay .sppb-addon-single-image-container a::before,
.custom-image-overlay .sppb-addon-single-image-container a::after {
    border-radius: inherit;
}
/* Bullets */
#wtbul2 li, #wtbul3 li {
  margin-bottom:5px;
}
#wtbul2 li::marker {
  color: #4d81bc!important;
  font-size:140%
}
#wtbul3 li::marker {
  color: #ffffff!important;
  font-size:140%
}

.nobull li {
  margin-bottom:5px;
}
.nobull li:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
.nobull li, #wtbul2 li {
    list-style-type: none;
	padding-left: 0;
    margin-left: -40px;
}
#uc_simple_list_menu_elementor_e74a0d6 ,#uc_simple_list_menu_elementor_2fc4a7d, #uc_simple_list_menu_elementor_e8eb883 {
  text-align: center!important;
}	
}
/* --- HOVER REVEAL CARD SYSTEM --- */

/* 1. GRADIENT OVERLAY (Blue #1a478a to Transparent) old background: linear-gradient(to bottom, #1a478a 0%, rgba(26, 71, 138, 0) 100%); */
.hover-reveal-card .ue-3d-content-card-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* The Gradient */
    background: linear-gradient(to top, 
  rgba(0, 0, 0, 0.1) 10%,   /* bottom */
  rgba(0, 0, 0, 0.5),   /* middle 50% */
  rgba(0, 0, 0, 0.1) 90%  /* top */
);
    
    z-index: 1; 
    pointer-events: none;
    
    /* Slow Return (Mouse Leave) */
    transition: opacity 1.2s ease;
    opacity: 1;
}

/* Gradient Fade Out (Mouse Enter) */
.hover-reveal-card:hover .ue-3d-content-card-wrap::before {
    transition: opacity 0.4s ease;
    opacity: 0;
}

/* 2. LAYERING FIXES */
.hover-reveal-card .ue-3d-content-card-content {
    position: relative;
    z-index: 2; 
}

.hover-reveal-card .ue-3d-content-card-img {
    position: absolute; 
    z-index: 0;
}

/* 3. TEXT & ICON ANIMATION */

/* Base State: Slow ease back in */
.hover-reveal-card .ue-3d-content-card-icon,
.hover-reveal-card .ue-3d-content-card-title,
.hover-reveal-card .ue-3d-content-card-subtitle {
    transition: opacity 1.2s ease;
    opacity: 1;
}

/* Hover State: Fast fade out */
.hover-reveal-card:hover .ue-3d-content-card-icon,
.hover-reveal-card:hover .ue-3d-content-card-title,
.hover-reveal-card:hover .ue-3d-content-card-subtitle {
    transition: opacity 0.4s ease; 
    opacity: 0;
}

/* Custom field CSS on Loop items */
.wtpostgrid .ue-grid-item-meta-data.ue-grid-item-meta-data--one {
  padding-bottom: 15px;
}
.wtpostgrid .ue-grid-item-meta-data.ue-grid-item-meta-data--two, .wtpostgrid .ue-grid-item-meta-data.ue-grid-item-meta-data--three, .wtpostgrid .ue-grid-item-meta-data.ue-grid-item-meta-data--four, .wtpostgrid .ue-grid-item-meta-data.ue-grid-item-meta-data--five {
  padding-left: 30px;
  line-height: 1.2em;
}
/* Single testimonial img width */
.elementor-1914 .elementor-element.elementor-element-20a5d45 .elementor-testimonial-wrapper .elementor-testimonial-image img {
  width: 120px!important;
}

/* Blog News Page */
h1.entry-title {
	font-family: Roboto, sans-serif;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    color: #222222 !important;
}
.category-blog h3 {
	font-family: Roboto, sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    color: #222222 !important;	
}
.page-header {
	margin-top:30px;
}
.category-blog .post-thumbnail {
	margin-top:30px;	
}
.post .wp-post-image {
    max-height: none;
    object-fit: unset;
}

/* Layout wrapper */
.content-wrapper {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 30px;
}

/* Main content */
.content-area {
  flex: 0 0 70%;
  max-width: 70%;
}

/* Sidebar */
.sidebar {
  flex: 0 0 30%;
  max-width: 30%;
}

/* Post thumbnail */
.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* Sidebar widgets */
.sidebar .widget {
  margin-bottom: 30px;
}

.widget-title {
    font-size: 22px;
	font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}
.sidebar .widget_recent_posts {
    padding: 10px 30px 30px 30px;
    background-color: #f8f8f8;
}
/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }

  .content-area,
  .sidebar {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.widget_recent_posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_recent_posts li {
  margin-bottom: 12px;
}

.widget_recent_posts a {
  text-decoration: none;
  color: inherit;
}

.widget_recent_posts a:hover {
  text-decoration: underline;
}
.recent-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-post-item {
  margin-bottom: 15px;
}

.recent-post-title {
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.recent-post-title:hover {
  text-decoration: underline;
}

.recent-post-date {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.entry-meta {
  margin: 10px 0 15px;
  font-size: 14px;
  color: #666;
}

.social-share-block ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  display: flex;
  gap: 12px;
}

.social-share-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #333;
}

.social-share-block a:hover {
  background: #0073aa;
  color: #fff;
}


/* Form */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
    width: 100%!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7a7a7a;
	padding-left:20px;
}
input.wpcf7-submit{
    width: 100%!important;
}
.wpcf7 {
	width:100% !important;
	max-width:900px;
}
.wpcf7-form label {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	color: #232323;
    fill: #232323;
	line-height: 2em;	
    padding-bottom:10px;
}
input.wpcf7-submit {
    background-color: #232323;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    padding: 14px 34px 14px 34px;
	border: none;
}
input.wpcf7-submit:hover {
    background-color: #E05C26;
	color: #fff;
    border-color: #E05C26;
}
@media only screen and (max-width: 767px) {
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 0 auto;
}
.wpcf7 label {
    width:100%;
    display:block;
    text-align:center;
}
}
/* Target the select inside your wrapper */
.wtselect .wpcf7-select {
    color: #000; /* Default text color (Black) */
}

/* Class we will add via JS when value is empty */
.wtselect .wpcf7-select.is-placeholder {
    color: #7a7a7a !important; /* Grey placeholder color */
}

/* Ensure the dropdown options remain black when the menu is open */
.wtselect .wpcf7-select option {
    color: #000; 
}

/* Optional: Grey out the "Please Select..." option inside the dropdown list too */
.wtselect .wpcf7-select option[value=""] {
    color: #7a7a7a;
}

/*
Source - https://stackoverflow.com/a
Posted by Omar Juvera, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-13, License - CC BY-SA 4.0
*/

.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#\#ue-tab5 .uc_btn, #\#ue-tab1 .uc_btn {
  display: none!important;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}
#cmplz-document h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h2, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 500;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 1440px;
}

/* Mega Menu */
.uc-mega_menu_title {
	border-radius:8px!important;
}
.uc-mega_menu_section > * {
    margin-top: 10px!important;
}
.tg {
    font-size: 12px;
    margin-left: 6px;
    border: 1px solid #a4d285;
	background: #fff;
    border-radius: 4px;
    padding: 1px 5px;
	color: #a4d285;
	white-space: nowrap;
}
.tg2 {
    font-size: 12px;
    margin-left: 6px;
    border: 1px solid #6AAB3D;
	background: #6AAB3D;
    border-radius: 4px;
    padding: 1px 5px;
	color: #fff;
	white-space: nowrap;
}


.btn2 {
    border: 1px solid #FFFFFF75;
	border-radius: 10px;
}
.btn2:hover {
    border: 1px solid #fff;
}

/* 1. Box Cards */
.elementor-widget.cardtop2, .elementor-element-26a1273 {
    border-top: 6px solid #60BB46;
    border-radius: 25px;
    margin-top: 0;
    transition: margin-top 300ms ease;
}
.elementor-widget.cardtop2:hover {
    margin-top: -15px;
}

.elementor-widget.cardtop, .cardtop3 {
    border-top: 6px solid #005B99!important;
    border-radius: 25px;
    margin-top: 0;
    transition: margin-top 300ms ease;
}
.elementor-widget.cardtop:hover {
    margin-top: -15px;
}

.square_icon_box {
    margin-top: 0 !important;
    transition: none !important;
}
.square_icon_box:hover {
    margin-top: 0 !important;
}

/* Card Badge */
.badge-card-container {
    position: relative !important;
}

.badge-card-container .custom-border-badge {
    position: absolute !important;
    top: -16px; /* Adjust this to move the badge perfectly up/down on the border */
    right: 25px; /* Adjust this to move it left/right */
    z-index: 10; /* Forces it to stay on top of the border */
    width: auto !important;
    margin: 0 !important;
}

.badge-card-container .custom-border-badge .elementor-heading-title,
.badge-card-container .custom-border-badge p {
    background-color: #7cb342 !important; /* Your green color */
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    margin: 0 !important;
    display: inline-block;
}

/* 1. Square underline list style */
ul.ticks {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.ticks li {
    display: flex;
    align-items: center; /* Vertically centers the box with the text */
    padding: 15px 0; /* Creates vertical spacing between items */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Subtle divider line */
    line-height: 1.4;
}

ul.ticks li:last-child {
    border-bottom: none;
}

ul.ticks li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-color: #7cb342;
    border-radius: 4px;
    margin-right: 20px; 
}


/* Calc Output Banner Box */
.out {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	padding: 15px;
	background: #e6f4fb;
	border-radius: 9px;
}
.field label {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 14px;
	color: #5a6b73;
	font-weight: 600;
	margin-bottom: 10px;
}
.field input {
	width: 100%;
    font-size: 15px;
    padding: 11px 13px;
	border: 1.5px solid #dce6eb;
	border-radius: 9px;
}
.big {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #005b99;
    line-height: 1;
    margin-top: 4px;
}
.sm {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #2081b9;
    text-transform: uppercase;
}
.pay b {
    font-family: 'Montserrat', 'Arial', sans-serif;
    display: block;
    font-size: 20px;
    color: #005b99
}

.inlink a.tlink:link    { color: #71C5EA; }
.inlink a.tlink:visited { color: #71C5EA }
.inlink a.tlink:hover   { color: #0bbff2; }
.inlink a.tlink:active  { color: #71C5EA }