#loginModal, #saveSearchModal, #savedSearchListModal, #globalConfirmModal, #updateProfileModal {display: none;}
/* Hide swiper until it's properly initialized */
.swiper:not(.swiper-initialized) {
  opacity: 0;
  visibility: hidden;
}

.swiper.swiper-initialized {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

@layer theme {
  :root, :host {
	--font-sans: Open Sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--font-title: Inter;
	--font-hero: Inter;
    --color-background: #ffffff;
    --color-foreground: #192532;
    --color-primary: #1b52a6;
    --color-primary-foreground: #f9f9f9;
    --color-secondary: #fdcc06;
    --color-secondary-foreground: #242424;
    --color-muted: #e1f0ff;
    --color-muted-foreground: #38495d;
	--color-accent: #1b52a6;
    --color-accent-foreground: #f9f9f9;
    --color-border: #c0b8ba;
    --color-input: #dff1ff;
    --color-ring: #007efc;
	}
}
.dark {
	--color-background: #040e1a;
    --color-foreground: #ecf3f8;
    --color-primary: #222222;
    --color-primary-foreground: #ecf3f8;
    --color-secondary: #006fe2;
    --color-secondary-foreground: #ecf3f8;
    --color-muted: #333b45;
    --color-muted-foreground: #b0bfd1;
	--color-accent: #c3e800;
    --color-accent-foreground: #0c0c01;
    --color-border: #364050;
    --color-input: ;
    --color-ring: #007efc;
	}


#hero h2, #hero p, .hero-title * { font-family: var(--font-hero) !important;text-shadow: 2px 2px 10px rgb(0 0 0 / 60%);}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-title);}

	
	
	
.ry-form .form-group {
    width: 100%;
    
}
	
div#header-menu-cta {
    width: -webkit-fill-available;
}

form .ry-each {
    margin-bottom: 1em;
}
.ry-form label.control-label.inline {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.ry-form input[type="radio"] {
    margin-right: 10px;
}

	
	form .label p, form .label {
    margin-bottom: 5px;
}

form .ry-flex.col2 {
    display: flex;
    justify-content: space-between;
    gap: 1em 0 !important;
    margin-bottom:1em;
   
}

form .ry-flex.col2 .ry-each {
    width: 48%;
}
	
.ry-iframe {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
}
	
.ry-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
 	
	
div.gif-block img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

div.gif-block {
    margin-top: -15px;
}
	

