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


/* CR Suite Modal Window */

.modal-content {
    background-color: #FBF9F6;
    border-radius: 10px
}

.modal-content .gfield_checkbox label {
    text-align: left;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.modal-header button.close {
    cursor: pointer;
    background-color: #00000000;
    color: #00000070;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
}

.modal-header img {
    width: 220px;
}

.modal-header .modal-title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 2.2rem !important;
	font-weight: 600;
	max-width: 330px;
	margin: 0 auto;
	line-height: 1.1;
}

p#modal-body-text {
    margin: 13px auto 30px;
    text-wrap: pretty;
    max-width: 300px;
}

.modal-body {
    padding: 0 35px;
}

.modal-content .gform_wrapper input[type="submit"] {
        background-color: var(--e-global-color-primary) !important;
}

.modal-footer {
    display: none;
}

h3.geo {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1B3A5C;
}

.modal-block {
    background: #F5F1E9;
    padding: 40px 20px;
    text-align: center;
    margin: 40px 0;
}

.modal-block p {
    margin-bottom: 20px;
}

.modal-content {
    background: #F5F1E9;
}

a.parent-post::before {
    content: "‹ ";
}

/* --- GEOBLOCK --- */

.geo-block-inner {
    background: #FBF9F6;
	padding: 40px 14px 40px;
}
 
h3.gb-cities-col {
    line-height: 1.6;
    font-family: var( --e-global-typography-text-font-family ), sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 1.9;
    text-wrap: balance;
    opacity: 0.7;
}

.gb-buttons a {
    background: var( --e-global-color-primary );
	color: white;
    border-radius: 4px;
    padding: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.gb-title h2 {
    font-size: 1.4rem;
    line-height: 1.1;
}

.geo-subhead {
    color: var(--e-global-color-secondary);
    font-weight: 600;
    font-size: 14px
}

/* END CR Suite */

/* Defaults */

.elementor-heading-title {
    text-wrap: pretty;
}

.hover-blocks a.e-child {
    transition: 0.2s;
}

.hover-blocks a.e-child:hover {
    transform: translateY(-7px);
}

.wp-block-heading, .modal-block h3 {
    font-size: 2rem !important;
}

.wp-block-heading:is(h3, h4, h5, h6) {
    font-size: 1.5rem !important;
}


.elementor-widget-theme-post-content .wp-block-list {
    margin-bottom: 20px;
}

.elementor-kit-5 .wp-block-accordion-heading button {
    background-color: initial;
    color: var( --e-global-color-secondary );
    border: none;
    display: flex;
    padding: 0;
    line-height: 0;
}

.wp-block-accordion {
    margin: 30px 0;
}

/* FORMS */
.gform_required_legend {
    display: none;
}

input#gform_submit_button_7 {
    font-size: 1rem;
}

.sidebar .gform-footer.gform_footer.top_label {
    padding-top: 2px;
}

.gform_wrapper :is(input, textarea, select) {
    border-color: #c7c0b3;
}

/* FLOATING WIDGET BUTTONS */

.floating-action-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;

}

/* Individual button layout and hover colors */
.floating-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333333 !important;
  padding: 14px 18px;
  transition: background-color 0.2s ease;
}

.floating-btn:hover {
  background-color: #f5f5f5;
  color: #333333 !important;
  text-decoration: none;
}

/* Icon container for precise alignment */
.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
}

/* Text is hidden by default */
.btn-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  transition: max-width 0.4s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

/* Text expands smoothly when hovered */
.floating-action-menu:hover .btn-text {
  max-width: 160px;
  opacity: 1;
  margin-left: 12px;
}

/* Mobile */
@media (width <= 781px) {
	.reverse-columns-mobile {
	flex-direction: column-reverse;
    }
	
	/* Floating Widget Buttons */
	.floating-action-menu {
	left: 20px;
	right: 20px;
	bottom: 20px;
	flex-direction: row;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }

  .floating-btn {
	flex: 1;
	justify-content: center;
	padding: 16px 12px;
  }

	.floating-btn:first-child {
	border-right: 2px solid #eaeaea;
  }

	.btn-text {
    max-width: 100%;
    opacity: 1;
    margin-left: 8px;
    font-size: 14px;
  }
	.wp-block-media-text {
		gap: 30px;
	}
}

/* --- GPS SEO --- */
.gpsseo-main h1.hero-heading {
    color: white;
    font-size: clamp(1.6rem, 7vw, 3.5rem);
    max-width: 1000px;
    text-wrap: pretty;
    margin-bottom: 30px;
}

.gpsseo-hero-content {
    padding-inline: 10px;
}

.gpsseo-main :is(h2, h3) {
    font-size: clamp(1.2rem, 7vw, 2rem);
}

.card-thirds h3 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

.page-template-gps-seo .modal-block h3 {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    margin-bottom: 7px;
    font-weight: 600;
}

.gpsseo-main .modal-block p {
    color: var(--e-global-color-text) !important;
}

.content-sectn-2-img img {
    max-width: 100%;
}

.gps-seo-service-links a {
    background: var( --e-global-color-primary );
    color: white !important;
}

ul.card-thirds > li {
    padding: 20px;
}

p.gpsseo-review-block {
    font-size: 0.9rem;
    text-align: left;
}
/* --- END GPS SEO --- */

/* Child Page Columns CSS Fix */
.child-page-equal-columns > .wp-block-column > .wp-block-group {
  flex: 1 1 auto;
  height: 100%;
}


/* Class for responsive two column lists */
.dbl-col {
	column-count:2;
}
@media (max-width: 767px) {
	.dbl-col {
		column-count:1;
	}
}

/* Responsive Table Styling  */
.responsive-table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin: 1rem 0rem;
  font-size: 16px;
}

.responsive-table-container td {
  padding: 12px 16px;
  border: 1px solid #333 !important;
  vertical-align: top;
  min-width: 200px !important;

}

.responsive-table-container tr:first-child {
  background-color: #1B3A5C;
}

.responsive-table-container tr:first-child strong {
  color: #ffffff !important;
}

.responsive-table-container tr:nth-child(even) {
  background-color: #fff;
}

.responsive-table-container .wp-block-table table {
  min-width: 650px; 
  border-collapse: collapse;
}
