/*
Theme Name: Making Waves Insurance
Theme URI: https://jsmcorp.com/
Author: Jump Start Marketing, Inc.
Author URI: https://jsmcorp.com
Description: This theme was developed for Making Waves Insurance and provides custom functionality and design for their needs. 
Version: 0.1

*/

header.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sticky-logo {
  display: none;
  margin-right: auto;
  padding-left: 20px;
  transition: opacity 0.3s ease;
}

.site-header.sticky-active .sticky-logo {
  display: inline-block;
}




h2 {color: #11425a;}
h5 {color: #11425a;}
p {font-size: 1.3rem;}

span.jsm-bc a {color: #114e9f; text-decoration: none;}
span.jsm-bc a:hover {text-decoration: underline;}

img.jsm-featured {width: 100%; height:auto; margin-top: 20px;}

#jsm-section-34 {border-top: solid 8px #11425a; border-bottom: solid 8px #11425a;}

.jsm-divider-1 {height:30px; width: 100%; background-image: url('https://makingwavesinsurance.com/wp-content/uploads/2025/07/divider-waves1.webp'); background-repeat: repeat-x;position:relative;top: 10px;}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #3595ba;
}

#jsm-section-29 {border-bottom: solid 5px #11425a;}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

#jsm-header-15 {background-color:#11425a; color:#fff;}
#jsm-header-15 a {text-decoration:none; color:#fff;}
#jsm-header-15 .row .col-last {text-align: right;}

@media only screen and (max-width: 992px) {
    #jsm-header-15 .col {width:100%;margin-left:auto;margin-right:auto;text-align:center;}
}





#lobWrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px;
    /* background: rgb(67 144 152 / 42%);
    backdrop-filter: blur(4px); */
    position: absolute;
    z-index: 2;
    top: 155px;
    width: 100%;
}
.quote-section {
    /* background: #ffffff1a; 
    backdrop-filter: blur(8px);*/
    /* padding: 60px 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* clear: both !important; */
    width: 100%;
}
.lobCircle {
    width: 80px;
    height: 80px;
    margin: 20px auto 10px;
    border-radius: 50%;
    background-color: rgb(17 66 90);
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}
.btnWhite:hover {
    background: #11425a;
    color: #fff;
}


.quote-box {
  background-color: #11425a75;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 5px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.quote-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quote-select {
  padding: 10px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #333;
  font-weight: 500;
}

.quote-btn {
  background-color: #e5b850;
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 8px;
  color: #000;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #cf9f3a;
}








 


.lobContain {
  width: 200px;
  background-color: #11425a99;
  backdrop-filter: blur(4px);
  border-radius: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  overflow: hidden;
  height: auto;
  border: solid 2px #ecc36996;
}
		

.lobContain:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.lobCircle img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.lobContain:hover .lobCircle img {
  transform: scale(1.1);
}

.lobTitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: transform 0.3s ease-in-out;
}

.lobPhrase, .btnWhite {
  opacity: 1;
  max-height: none;
  transform: translateY(0);
  pointer-events: all;
  transition: none;
}

.lobPhrase {
  font-size: 13px;
  color: #fff;
  margin: 10px 15px 5px;
}

.btnWhite {
  background: #fff;
  color: #000;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
  margin-top: 5px;
}

 #jsm-header-16 {position:relative;}
#jsm-header-16 header {position: absolute;width: 100%; z-index: 1000; border-bottom: solid 2px #f0ca74;}
#jsm-header-16 .navbar {
  /* background-color: #f8f9fa; Light background for navbar */
  padding: 15px 0;
  color: #fff;
}
#jsm-header-16 button.navbar-toggler {background-color: #fff;}
#jsm-header-16 .navbar .navbar-brand img {
  max-height: 120px; /* Adjust logo size */
filter: drop-shadow(0 0 6px rgba(255, 255, 255, 1));
}
#jsm-header-16 .navbar .navbar-brand {
  
}	
#jsm-header-16 .navbar-nav .nav-item .nav-link {
  color: #0e384c;  
  font-weight: 500;
  margin: 0 2px;
  transition: color 0.3s;
  font-size: 1.1rem;
  font-family: "Raleway";
  text-transform: uppercase;
}
#jsm-header-16 .navbar-nav .nav-item .nav-link:hover {
  color: #007bff; /* Blue on hover */
}
#jsm-header-16 .btn-danger {
    background-color: #ecc369;
    border: none;
}

#jsm-header-16 .carousel-inner img {
  height: 500px; /* Consistent height for slides */
  object-fit: cover; /* Adjust to fit properly */
}
#jsm-header-16 .carousel-control-prev-icon,
#jsm-header-16 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for controls */
}

#jsm-header-16 #slideInImage {
  position: absolute;
  right: 0;
  bottom: 50px;
  animation: slideIn 2s ease-in-out;
}
 
#jsm-header-16 #content-section .content-slide-in {
  opacity: 0;
  animation: fadeIn 2s forwards;
  animation-delay: 1s;
}
 
@media only screen and (max-width: 992px) {
	.quote-section {position: absolute;top: 200px;padding:20px;} 
	video {max-height: 500px !important;}
	.lobContain{display:none; background-color: #ffffff96 !important;}
	.col-4, .col-8, .col-6 {width: 100% !important; text-align: center !important;}
	#sticky-cta {display:none !important;}

	nav.navbar {background-color: #ffffffe0 !important;}
	
#jsm-header-16 .navbar-nav {padding-top: 25px !important; padding-bottom: 25px !important;}
#jsm-header-16 .navbar-nav .nav-item {background-color: #45929a !important;}
#jsm-header-16 a.nav-link {color: #fff !important;text-align: center;}
#jsm-header-16 a.dropdown-item {text-align: center;}

	.mobile-hide {display: none !important;}
	.jsm-title {font-size: 2.3rem !important; transform: translateX(-50%); left:50% !important;text-align:center;}

	img.wp-image-206, img.wp-image-207, img.wp-image-45 {float: none !important;margin: 30px !important}

	#jsm-footer-5 img.jsm-logo {max-height: 260px;width: 100% !important; height: auto !important;}
 
	footer p, footer ul#footernav {text-align: center !important; width: 100% !important;}
	.justify-content-end {justify-content: center !important;margin-top: 20px;}
	
	figure img {width: 100% !important;margin-left: auto !important;margin-right: auto !important; padding: 10px !important;}

	.wp-block-image figure img {margin-left: auto !important;margin-right: auto !important;}
}
	
nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
nav.navbar {
    background-color: #ffffffcc !important;
}
 
	.video-slide {width: 100% !important;}	
	
#jsm-header-16 .navbar-nav .nav-item .nav-link:hover {
    color: #e7ba58;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #449199 !important;
}
	
 
#jsm-footer-5 img.jsm-logo {max-height: 260px;width: auto; border: solid 5px #11425a;}

#jsm-footer-8 {border-top: solid 8px #11425a !important; background-color: #44929a !important; color: #fff !important;}
#jsm-footer-8 a {color: #fff !important;}
#footernav li.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

video {width: 100%; height: 700px; object-fit: cover; border-bottom: solid 8px #11425a !important;}
video.interior {height: 350px !important;}

.quote-select option {text-align: center !important;}
.jsm-title {text-transform: uppercase; font-size:4rem; color: #fff;position: absolute; top: 230px; left: 210px;text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}

.jsm-gallery-card{	
    background-color: #fff !important;
}
.jsm-gallery-img {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
	object-fit: contain !important;
}

img.wp-image-206, img.wp-image-207, img.wp-image-45 {
    float: right;
    margin: 0 0 30px 30px;
}

