/*
Theme Name: Lone Star Furnishings 2025
Author: Gabe Gotay
Description: LoneStarFurnishings.com Custom Theme
Version: 0.2.0
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
}

.break {
	clear: both;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 2rem auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 100;
	transition: .2s;
}

body.logged-in .header {
	top: 32px;
}

.header.scroll {
	background: #00205b;
}

.header-logo {
	width: 175px;
	height: 100px;
	background: url("/wp-content/themes/lsf-2025/media/logo-header.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition: .2s;
}

.header.scroll .header-logo {
	background: url("/wp-content/themes/lsf-2025/media/logo-header-white.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar {
	font-family: "Montserrat", sans-serif;
	background-color: white;
	color: black;
	transition: .2s;
}

.header.scroll .navbar {
	background: #00205b;
}

.navbar-collapse {
	justify-content: right;
}

.nav-link {
	margin-right: 20px;
    color: #00205b !important;
    font-weight: 500;
	transition: .2s;
}

.header.scroll .nav-link {
	color: white !important;
}

.dropdown.submenu:hover .dropdown-menu {
	display: block;
}

#header-rep {
	background: #00205b;
	color: white !important;
	border-radius: 5px;
	padding-left: 10px;
}

.header.scroll #header-rep {
	background: #bf0d3e;
}

#header-contact {
	background: #00205b;
	color: white !important;
	border-radius: 5px;
	padding-left: 10px;
}

.header.scroll #header-contact {
	background: #bf0d3e;
}

#search-icon {
	margin: 0;
}

#search-icon-color {
	fill: #00205b !important;
	transition: .2s;
}

.header.scroll #search-icon-color {
	fill: #f8f8f8 !important;
}

#header-search-dropdown {
	left: unset;
	right: 0;
	width: 500px;
	padding: 10px;
	top: 30px;
}

#header-search-button {
	background: #00205b;
	color: white;
}

.autocomplete {
	display: none !important;
}

#home-hero {
	position: relative;
	margin-top: 100px;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#home-hero-right {
	float: right;
	width: 60%;
	height: calc(100vh - 100px);
	align-content: center;
}

#home-video-container {
	display: block;
	float: left;
    width: calc(100% - 40px);
    height: 85%;
    margin: 0px auto;
    border-radius: 40px;
    overflow: hidden;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .15);
}

#home-video-container video {
	position: relative;
	height: 100%;
}

#hero-video-desktop {
	display: inline-block;
}

#hero-video-mobile {
	display: none;
}

#home-hero-left {
	float: left;
	width: 40%;
	height: calc(100vh - 100px);
	align-content: center;
}

#home-hero-text {
	position: relative;
	margin: auto 40px;
	color: #00205b;
}

#home-hero-left h1 {
	font-size: 2.5rem;
    margin: auto;
    font-weight: bold;
}

#home-hero-left p {
	font-size: 1.25rem;
}

#hero-get-started {
	background: #00205b;
	color: white;
	border: solid 1px #00205b;
	margin: 25px 10px;
	transition: .2s;
}

#hero-get-started:hover {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
}

.get-started {
	background: #00205b;
	color: white;
	border: solid 1px #00205b;
	margin: 10px 0;
	transition: .2s;
}

.get-started:hover {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
}

#hero-see-our-work {
	background: white;
	color: #00205b;
	border: solid 1px #00205b;
	margin: 25px 10px;
	transition: .1s;
}

#hero-see-our-work:hover {
	background: #bf0d3e;
	color: white;
	border: solid 1px #bf0d3e;
}

#home-turnkey{
	float: left;
	width: 100%;
	background: #f8f8f8;
	margin: 50px auto 0 auto;
	padding: 50px;
}

#consultant-container {
	float: left;
	width: 100%;
	background: #f8f8f8;
	margin: 50px auto;
	padding: 50px;
}

#home-turnkey h2, #consultant-container h2 {
	font-size: 3rem;
	color: #00205b;
	font-weight: bolder;
}

#home-turnkey-sticky {
	position: sticky;
	top: calc(50% - 110px);
}

 #consultant-sticky {
	position: sticky;
	top: calc(50% - 200px);
}

.process-step-card, .consultant-card {
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
	border-radius: 20px;
	display: block;
	margin: 0 auto 20px auto;
	box-shadow: 0 10px 30px rgba(0, 34, 97, 0.1);
	opacity: .3;
	transition: .2s;
}

.is-visible {
	opacity: 1;
}

.process-step-card h3, .consultant-card h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #00205b;
}

.consultant-card h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #00205b;
	margin: 0;
}

.consultant-card h4 {
	margin: 10px auto;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.consultant-card a {
	color: inherit;
    text-decoration: none;
}

.step-number {
	font-size: 3rem;
    font-weight: 800;
	color: #bf0d3e;
}

#k12-spaces {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
  scroll-margin-top: 110px;

}

#k12-spaces h2 {
    text-align: center;
    color: #00205b;
    font-weight: bolder;
    font-size: 3rem;
}

/* Create subtle gradient masks for flowing effect */
#k12-spaces::before,
#k12-spaces::after {
	content: '';
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	z-index: 10;
	pointer-events: none;
}

#k12-spaces::before {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#k12-spaces::after {
	right: 0;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.custom-infinite-carousel .carousel-item {
	max-width: 33vw;
	min-height: 475px;
	text-align: center;
}

.custom-infinite-carousel .carousel-inner{
    padding: 1em;
    overflow-x: visible;
    white-space: nowrap;
	transform: translateX(0px);
	scrollbar-width: none;
}
.custom-infinite-carousel .card {
	height: 100%;
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 20px !important;
}

.custom-infinite-carousel .card:hover {
	transform: translateY(-5px);
	box-shadow: 4px 12px 16px 0 rgba(22, 22, 26, 0.25);
}

.custom-infinite-carousel .card-body .btn {
	background: #00205b !important;
	color: white;
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

.custom-infinite-carousel .card-text {
	text-wrap: wrap !important;
}

.custom-infinite-carousel .img-wrapper {
	max-width: 100%;
	height: 17em;
	overflow: hidden;
	border-radius: 20px !important;
}

.custom-infinite-carousel .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.custom-infinite-carousel .card:hover .img-wrapper img {
	transform: scale(1.05);
}

.carousel-control-prev, .carousel-control-next {
    background-color: rgba(33, 47, 100, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 15;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.custom-infinite-carousel .carousel-control-prev:hover,
.custom-infinite-carousel .carousel-control-next:hover {
    background-color: rgba(33, 47, 100, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(33, 47, 100, 0.4);
}

.carousel-control-prev {
	left: 20px;
}

.carousel-control-next {
	right: 20px;
}

#home-key-messages {
	float: left;
	width: 100%;
	clear: both;
	margin: 50px auto 0 auto;
	padding: 50px;
	text-align: center;
	background: #f8f8f8
}

#home-key-messages h2 {
	font-size: 3em;
    color: #00205b;
    font-weight: bolder;
    max-width: 800px;
    margin: 1rem auto;
}

#home-key-messages h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1rem;
	color: #00205b;
}

#home-key-messages-toptext {
	font-size: 1.25em;
	max-width: 800px;
	margin: 1rem auto 2rem auto;
}

.home-key-messages-messagetext {
	font-size: 1rem;
}

#home-testimonial {
	clear: both;
	float: left;
	width: 100%;
	padding: 50px;
	background: white;
	color: #00205b;
}

#home-testimonial h2 {
	font-size: 3rem;
	font-weight: 700;
}

#home-testimonial img {
	float: left;
	width: 100%;
	border-radius: 20px;
}

#home-testimonial blockquote {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #00205b;
	border-left: 5px solid #bf0d3e;
	padding-left: 20px;
	font-style: italic;
}

#home-testimonial .attribution {
	font-weight: bold;
	margin: 2em;
}

metric-highlight { 
	margin-top: 50px; 
}

.metric-number { 
	font-size: 4rem; 
	font-weight: 800; 
	color: #00205b;
}

.metric-label { 
	font-size: 1.1rem; 
	font-weight: 600; }

#home-why {
	float: left;
	width: 100%;
	background-image: url("/wp-content/themes/lsf-2025/home-banner-bg.jpg");
	background-size: cover;
	margin: 0 auto;
	padding: 50px;
}

#home-why h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 50pt;
	color: white;
	text-shadow: 5px 5px 5px black;
	margin: 40px;
}

#home-why p {
	font-family: "Montserrat", sans-serif;
	font-size: 20pt;
	color: white;
	text-shadow: 3px 3px 3px black;
	margin: 40px;
}

#page-hero {
	float: left;
	clear: both; 
	width: 100%;
	margin: 0 auto;
	padding-top: 163px;
}

#page-hero-left {
	float: right;
	width: 50%;
}

#page-hero-left img {
	float: left;
	width: 800px;
	height: 530px;
	margin: 40px auto;
	border-radius: 40px;
	object-fit: cover;
}

#page-hero-right {
	float: right;
	position: relative;
	width: 50%;
}

#page-hero-text-bg {
	float: left;
	position: relative;
	width: 100%;
	max-width: 720px;
	height: 300px;
	background: #00205b;
	border-radius: 40px;
	top: 150px;
	color: white;
	text-align: center;
	align-content: center;
}

#page-hero-text-bg h1 {
	font-size: 2rem;
	font-weight: bold;
    padding: 0 15px
}

#page-hero-text-bg p {
	font-size: 2em;
	font-weight: bold;
}

#page-content {
	float: left;
	clear: both;
	width: 100%;
    padding: 0;
}

#page-content .container p {
	margin: 2rem auto;
}

.blog-page .container p {
	font-size: 1.25rem;
	color: black;
}

.blog-page .container img {
	margin: 20px auto;
	border-radius: 10px;
}

#page-content-no-hero {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 163px;
	padding-bottom: 1rem;
}

#turnkey-hero {
	float: left;
    width: 100%;
	height: calc(100vh - 400px);
    background: rgba(0, 32, 91, .7);
    margin: 0 auto;
    padding-top: 147px;
    position: relative;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#turnkey-hero video {
	position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    z-index: -1;
}

#turnkey-hero h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: bold;
    color: white;
    margin: 0;
    position: relative;
}

.project-archive-image {
    float: left;
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
	transition: .2s;
	border-radius: 20px;
	object-fit: cover;
}

.project-archive-image:hover {
	opacity: .5;
}

.project-archive-title {
	text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px auto;
    float: left;
    width: 100%;
	color: #00205b;
}

.blog-archive-image {
    float: left;
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
	transition: .2s;
	border-radius: 20px;
}

.blog-archive-image:hover {
	box-shadow: 0 0 20px grey;
}

.blog-archive-text-wrapper {
    display: flex;
	height: 100%;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.blog-archive-title {
	text-align: left;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
	color: #00205b;
}

.blog-archive-title a {
	color: inherit;
	text-decoration: none;
}

#archive-h1 {
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00205b;
}

.vendor-thumbnail {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	object-fit: contain;
	transition: .2s;
}

.vendor-thumbnail:hover {
	opacity: .8;
}

#exec-container {
	display: block;
	width: 100%;
	text-align: center;
}

#exec-container h3 {
	margin: 1rem 0 0 0;
	font-size: 1.5rem;
}

#exec-container h4 {
	margin: 10px 0 40px 0;
	font-size: 1.2rem;
}

.exec-headshot {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    background: #f8f8f8;
    box-shadow: 0 0 10px grey;
	border-radius: 50%;
}

#find-my-rep {
	scroll-margin-top: 170px;
}

.consultant-headshot {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
    background: #f8f8f8;
    box-shadow: 0 0 10px grey;
	border-radius: 50%;
}

.consultant-bio p {
	margin-top: 20px;
}

#about-hero-img {
	width: 100%;
	height: 420px;
	border-radius: 50px;
	object-fit: cover;
}

#mission-container {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	background: #00205b;
}

#mission-container h2 {
	font-weight: bold;
    font-size: 3rem;
    text-align: center;
    color: white;
    margin: 50px auto 1rem auto;
}

#mission-container p {
	max-width: 800px;
    margin: 1rem auto 50px auto;
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

#district-search-container {
	position: relative;
}

#district-search {
	float: left;
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: white;
}

#district-search:focus {
	outline: none;
	border-color: #00205b;
	box-shadow: 0 0 0 3px rgba(0, 32, 91, 0.1);
}

#district-suggestions {
	float: left;
	width: 100%;
	position: relative;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-radius: 0 0 8px 8px;
	max-height: 250px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-top: -8px;
}

.district-suggestion-item {
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.95rem;
}

.district-suggestion-item:last-child {
	border-bottom: none;
}

.district-suggestion-item:hover:not(.no-matches) {
	background-color: #f8f8f8;
	color: #00205b;
}

.district-suggestion-item.no-matches {
	cursor: default;
	color: #999;
	font-style: italic;
}

#clear-filter {
	transition: opacity 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

#clear-filter:hover {
	background: #00205b !important;
	color: white !important;
}

/* Smooth transitions for consultant cards */
.consultant-card {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#footer {
	clear: both;
	background: #00205b;
	color: white !important;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: white !important;
	text-decoration: none;
}

@media screen and (max-width: 1430px) {
	.consultant-headshot {
    	width: 150px;
    	height: 150px;
	}
}

@media screen and (max-width: 1200px) {

	.nav-link {
		font-size: .9rem;
	}
}

@media screen and (max-width: 1120px) {
	.navbar-nav {
		margin-top: 20px;
	}
	
	#header-rep {
		margin-bottom: 5px;
	}
	
	#header-search-dropdown {
		width: 100%;
	}
	
	#home-hero {
		margin-top: 163px;
	}
	
	#home-hero-right {
		width: 100%;
		height: 350px;
	}
	
	#home-video-container {
		float: none;
		display: block;
		height: 100%;
		width: 95%;
		max-width: 600px;
	}
	
	#home-video-container video {
		width: 110%;
		height: auto;
	}
	
	#home-hero-left {
		width: 100%;
		height: auto;
	}
	
	#home-hero-text {
		margin-top: 50px;
	}
	
	#home-key-messages h2, #k12-spaces h2 {
		font-size: 2rem;
	}

	#home-why {
		clear: both !important;
		display: block;
		float: none;
		width: 90%;
		margin: 20px auto;
		padding: 10px;
	}
	
	#page-hero-left {
		width: 100%;
	}
	
	#page-hero-left img {
		width: 100%;
		height: auto;
		margin: auto;
	}
	
	#page-hero-right {
		width: 100%;
	}
	
	#page-hero-text-bg {
		top: 0;
		margin-top: 20px;
		height: auto;
		background: none;
		color: #00205b;
	}
	
	#page-hero-text-bg h1 {
		margin: auto;
	}
	
	#turnkey-hero video {
		top: 0;
	}
	
	.custom-infinite-carousel .carousel-item {
		max-width: none;
	}
	
	.project-archive-title {
		text-align: center;
		margin-bottom: 50px;
	}
	
	#consultant-container {
		text-align: center;
	}
	
	#consultant-container h2 {
		margin: 10px auto;
	}
	
	#consultant-partner {
		font-size: 2rem !important;
	}
	
	.consultant-card {
		margin: 20px auto;
	}
	
	#district-search-container {
		margin: 20px auto 30px auto;
		max-width: 100%;
	}
	
	#district-suggestions {
		max-height: 200px;
	}

}

@media screen and (max-width: 990px) {
	.nav-link {
		font-size: 1rem;
	}
}

@media screen and (max-width: 900px) {
	#turnkey-hero video {
		width: auto;
		height: 100%;
	}
	
	#hero-video-desktop {
		display: none;
	}

	#hero-video-mobile {
		display: inline-block;
	}
}

@media screen and (max-width: 770px) {
	.vendor-thumbnail {
		width: 100px;
		height: 100px;
	}
	
	#turnkey-hero h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 700px) {
	#home-hero {
		min-height: 0px;
		height: auto;
		text-align: center;
	}
	
	#home-hero-right {
		height: 300px;
	}
	
	#home-video-container {
		max-width: 450px;
	}
	
	#home-video-container video {
		width: auto;
		height: 110%;
	}
	
	#home-hero-text {
		top: 0;
		padding: 30px 0;
		margin-top: 10px;
	}
	
	#home-hero-left p {
		font-size: 20px;
	}
	
	#home-hero-left h1 {
		font-size: 2rem;
	}

	#home-hero-left h1 span {
		font-size: 1.25rem;
	}

	#home-why {
		clear: both;
	}
	
	#home-why h2 {
		font-size: 30pt;
	}

	#home-why p {
		font-size: 18pt;
	}
}

@media (max-width: 575px) {

	.vendor-thumbnail {
		width: 200px;
		height: 200px;
	}
	
}

@media (max-width: 445px) {
	#hero-get-started, #hero-see-our-work {
		margin: 10px;
	}
}

/* For mobile - use traditional carousel behavior */
@media (max-width: 575px) {
  .carousel-inner {
    display: block; /* Use block instead of flex */
  }
  
  .carousel-item {
    display: none; /* Hide all items by default */
  }
  
  .carousel-item.active {
    display: block; /* Only show active item */
  }
  
  .img-wrapper {
    height: 200px; /* Fixed height for mobile */
  }
}

/* Desktop and tablet flex layout */
@media (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 calc(100%/3);
    display: block;
    /* Override Bootstrap's active positioning */
    position: relative !important;
    transform: none !important;
  }
  
  /* Ensure all items are visible in flex layout */
  .carousel-item.active {
    position: relative !important;
    transform: none !important;
  }
	
  .img-wrapper {
    height: 23vw;
  }
}
