#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: Inter, 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: #454885;
    --color-primary-foreground: #f9f9f9;
    --color-secondary: #2f7988;
    --color-secondary-foreground: #f9f9f9;
    --color-muted: #e1f0ff;
    --color-muted-foreground: #38495d;
	--color-accent: #454885;
    --color-accent-foreground: #f9f9f9;
    --color-border: #c0b8ba;
    --color-input: #dff1ff;
    --color-ring: #007efc;
	}
}
.dark {
	--color-background: #040e1a;
    --color-foreground: #ecf3f8;
    --color-primary: #0e2339;
    --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;}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-title);}

	
.threesixty {position:relative;overflow:hidden;margin:0 auto;}.threesixty .threesixty_images {display:none;list-style:none;margin:0;padding:0;}.threesixty .threesixty_images img {position:absolute;top:0;width:100%;height:auto;}.threesixty .threesixty_images img.previous-image {visibility:hidden;width:0;}.threesixty .threesixty_images img.current-image {visibility:visible;width:100%;}.threesixty .spinner {width:60px;display:block;margin:0 auto;height:30px;background:#333;background:rgba(0, 0, 0, 0.7);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.threesixty .spinner span {font-family:Arial, "MS Trebuchet", sans-serif;font-size:12px;font-weight:bolder;color:#FFF;text-align:center;line-height:30px;display:block;}.threesixty .nav_bar {position:absolute;top:10px;right:10px;z-index:11;}.threesixty .nav_bar a {display:block;width:32px;height:32px;float:left;background:url(../../images/360_slider/sprites.png) no-repeat;text-indent:-99999px;}.threesixty .nav_bar a.nav_bar_play {background-position:0 0 !important;}.threesixty .nav_bar a.nav_bar_previous {background-position:0 -73px !important;}.threesixty .nav_bar a.nav_bar_stop {background-position:0 -37px !important;}.threesixty .nav_bar a.nav_bar_next {background-position:0 -104px !important;}.threesixty:-webkit-full-screen {background:#ffffff;width:100%;height:100%;margin-top:0;padding-top:200px;}.threesixty:-moz-full-screen {background:#ffffff;width:100%;height:100%;margin-top:0;padding-top:200px;}
header,
	#mobile-menu.sliding-submenus .dropdown-menu, #mobile-menu.sliding-submenus .third-level-dropdown {background: white;}
	#mobile-menu li>a,
	#mobile-menu .back-btn a {
		color: var(--color-foreground);
	}
	#mobile-menu .back-btn {
		border-color: var(--color-border);
	}
	nav.style7 .center-desktop {
    border-top: none;
}