
@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body,
html {
	font-family: "Urbanist", serif;
	width: 100%;
	margin: 0;
	padding: 0;
}
.parallax-page{
	overflow:hidden;
}
ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
address {
	margin-bottom: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000000;
	opacity: 0.8;
	text-decoration: none;
}
p,
ul li {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 1rem;
}
.TitleStyle1{
		margin-bottom: 2rem;
}
.bannerh1 {
	font-weight: 800;
	font-size: clamp(36px, 4.5vw, 48px);
	line-height: clamp(44px, 5.5vw, 56px);

}
.TitleStyle1,
h1 {
	font-size: clamp(30px, 4.5vw, 36px);
	line-height: clamp(36px, 5.5vw, 44px);
	font-weight: 600;
}
.TitleStyle2, h2 {
	font-size: clamp(22px, 4.5vw, 28px);
	line-height: clamp(28px, 5.5vw, 36px);
	font-weight: 600;
}
.TitleStyle3, h3,
.footer-navbar li {
	font-size: 17px;
	line-height: 36px;
	font-weight: 600;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
header {
	margin-top: 1px !important;
}
.navbar-toggler {
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 1001;
	background-color: #000;
	border: none;
	outline: none;
	padding: 10px;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	color: white;
}
.vertical-navbar {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; 
    touch-action: pan-y; 
    overscroll-behavior: contain; 
    position: fixed;
    right: -100%;
    top: 0;
    width: 407px;
    z-index: 101;
    background: #24bcbf;
    transition: right 1s ease;
    scrollbar-width: none; 
    box-shadow: -1px 1px 3px rgba(0,0,0,0.6);
}
.vertical-navbar::-webkit-scrollbar {
    display: none; 
}
#navbarSupportedContent1 .row {
  display: inherit;
  flex-direction: column;
  justify-content: center;
}
.show.vertical-navbar {
    right: 0; 
}
.vertical-navbar.collapse:not(.show) {
    right:-100%;
    transition: right 1.5s ease;
    display: block;
}
.navbar-toggle.pad span:nth-child(1), .navbar-toggle.pad span:nth-child(4) {
	opacity: 0;
	top: 24px;
}
.navbar-toggle.pad span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle.pad span:nth-child(3) {
	opacity: 1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle {
	background: #112a52;
	cursor: pointer;
	overflow: hidden;
	float: right;
	position: fixed;
	z-index:99;
	right: 0;
	top: 160px;
	width: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 0;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.6);
}
.navbar-toggle span:nth-child(1) {
	top: 27px;
}
.navbar-toggle span:nth-child(2) {
	top: 36px;
}
.navbar-toggle span:nth-child(3) {
	top: 18px;
	opacity: 0;
}
.navbar-toggle span:nth-child(4) {
	top: 45px;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.navbar-toggle span {
	background: #24bcbf;
	display: block;
	height: 5px;
	left: 25px;
	position: absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	width: 30px;
}
.navbar-nav li a{
color: #112a52;
font-family: Urbanist;
font-size: 28px;
font-weight: 600;
line-height: 36px;
text-align: center;
margin: 10px 0;
}
.navbar-collapse .container, .navbar-collapse .row {
    height: 100%;
}
.navbar-collapse #menuSecond {
    display: flex;
    align-items:center;
    justify-content: center;
    width: 80%;
    height: 100%;
}
.close-sym {
	float: right;
	background: #112a52;
	color: #24bcbf;
	top: 65px;
	width: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	font-size: 75px !important;
	line-height: 75px !important;
	letter-spacing: -16px;
	text-align: center;
	margin-top: 160px;
cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-area {
  height: 100vh; 
}
.top-bar {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	background: #fff;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inside-pages .top-bar  {
    position: fixed;
    top:0;
    width: 100%;
}
.inside-pages #section2 {
    z-index: 1;
    margin-bottom:40px;
}
.top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-social-icons-wrapper {
	display: flex;
	width: 20%;
	flex-direction: column;
	align-items: end;
}
.top_bar_phone {
	flex-direction: column;
	align-items: end;
}
.top_bar_phone,
.top_bar_phone a {
	align-items: end;
	display: flex;
	margin: 0;
	display: flex !important;
}
.phone-automate {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
}
div.top-content ul.top-social-icons li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
	margin-bottom: 0;
}
div.top-content ul.top-social-icons {
	display: flex;
	width: 230px;
	justify-content: space-between;
	align-items: end;
	color: #fff;
	order: 2;
	margin-top: 10px;
	margin-bottom: 0;
}
div.top-content ul.top-social-icons li:nth-child(1) {
	background: #1877F2;
}
div.top-content ul.top-social-icons li:nth-child(2) {
	background: #000000;
}
div.top-content ul.top-social-icons li:nth-child(3) {
	background: #006192;
}
div.top-content ul.top-social-icons li:nth-child(4) {
	background: #E1306C;
}
div.top-content ul.top-social-icons li:nth-child(5) {
	background: #FF0050;
}
div.top-content ul.top-social-icons li i {
	font-size: 16px;
	color: #fff;
}
div.top-content ul.top-social-icons li:nth-child(1) i {
	font-size: 18px;
}
div.top-content ul.top-social-icons a {
	display: flex;
	align-items: center;
}
.video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: visible;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	  aspect-ratio: 16/9;
}
.video-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 47, 56, 0.8);
	mix-blend-mode: multiply;
	opacity: 0.8;
	animation: changeBackground 17s linear infinite;
	z-index: 1;

}
@keyframes changeBackground {
	0% {
		background: rgba(13, 47, 56, 0.8);
		opacity: 0.8;
	}
	50% {
		background: rgba(13, 47, 56, 0.8);
		opacity: 1;
	}
	100% {
		background: rgba(13, 47, 56, 0.8);
		opacity: 0.8;
	}
}
#video-bg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;

}
.content {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.content.top {
	height: 200px;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeBounce 0.6s ease-out forwards;
	animation-delay: 0.1s;
    z-index: 3;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeBounce {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	50% {
		transform: translateY(5px);
	}
	75% {
		transform: translateY(-2px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animatelogo{
  transform: translateY(-20px) scale(0.9);
  animation: logoBounce 0.8s ease-out forwards;
  animation-delay: 0.1s;
}
@keyframes logoBounce {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.97); 
  }
  50% {
    opacity: 1;
    transform: translateY(5px) scale(0.99); 
  }
  75% {
    transform: translateY(-2px) scale(1.01); 
  }
  100% {
    transform: translateY(0) scale(1); 
  }
}
.content.middle {
  top: 55vh; 
}
.footer {
	bottom: 0;

}
.content-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 2;

}
.content-section .TitleStyle2 {
	font-family: Urbanist;
	font-size: clamp(40px, 6vw, 60px);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}
.content-section .TitleStyle3 {
	font-family: Urbanist;
	font-size: clamp(30px, 5vw, 38px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
}
.quote-sec-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 358px;
	margin: 20px auto 0;
}
#Type,
#ZipCode {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 100px;
	border: 1px solid #012626;
	color: #012626;
	width: 100%;
	padding: 0px 20px;
	height: 48px !important;
	margin-bottom: 20px;
	background: #fff;
}
#Type {
	position: relative;
}
#Type {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.type-of-insurance::after, #Type::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
	right: 18px;
	line-height: 29px;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
}
.submit-btn {
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	background: #24bcbf;
	border: none;
	border-radius: 40px;
	font-family: Urbanist;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	width: 100%;
    color: #112a52;
}
.submit-btn:hover,
.submit-btn:focus {
	background: #29d6d9;
    color: #112a52;
}
.ftcontainer {
	position: absolute;
	background: #112a52;
	padding: 10px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	bottom: 0px;
	z-index: 4;
	animation: paddingBounce .5s ease-out forwards;
}
@keyframes paddingBounce {
	0% {
		padding: 10px 0;
	}
	50% {
		padding: 20px 0;
	}
	100% {
		padding: 10px 0;
	}
}
.down-arrow {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #112a52;
	width: 81px;
	height: 75px;
	border-radius: 60px 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #112a52;
	box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.5);
	z-index: 5;

}
.arrow .fas.fa-arrow-circle-down {
	font-size: 40px;
    color: #24bcbf;
}
#section1 {
  z-index: 1;
  padding: 0;
}
.content-body-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 15px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(206, 242, 215);
  min-height: 80vh;
}
.content-body-wrapper p:last-child {
	margin-bottom: 0;
}
.content-section-logo{
	background: #fff;
	border-bottom: 1px solid rgba(206, 242, 215, 1);
box-shadow: inset 0px 8px 8px -4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;

}
.second-logo-section img
{
    max-width: 185px;
}
.secondary-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
	text-align: right;
}
.second-top_bar_phone {
	margin: 0;
}
.content-body-wrapper .TitleStyle1, .content-body-wrapper .TitleStyle2, .content-body-wrapper .TitleStyle3 {
    margin-bottom: 10px;
}
.content-body-wrapper .TitleStyle2, .content-body-wrapper .TitleStyle3 {
    margin-top: 30px;
}
#section2 {
  padding-top: 0;
}
.section {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.section-hr {
	margin-top:80px;
	margin-bottom:80px;
	border-color: #EBEBEB;
}
.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}
.parallax-wrapper {
    background:rgb(236, 251, 251);
}
#footer {
	background: #112a52;
    background: linear-gradient(180deg, #112a52, #1b4f81);
	display: flex;
	flex-direction: column;
}
.footer-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer-section-scroll {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	width: 100%;
	gap: 40px;
	height: 100%;
}
.footer-section-scroll .container.custom-container {
	height: 100%;
}
.footer-navigation {
	width: 100%;
	max-width: 100%;

}
.footer-section-scroll .container.custom-container {
	height: 100%;
}
.footer-navigation ul.footer-navbar li {
	flex: 1;
    display: flex;
    justify-content: center;

}
.footer-navigation ul,
.footer-bottom.site-info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#agency-address {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.foot-social-icon ul.footer-social-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.footer-bottom.site-info {
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer-bottom.site-info ul {
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.footer-navbar li a {
	color: #fff;
}
#agency-address li .foot-cont.insur-agency {
    font-size: 24px;
}
#agency-address li,
#agency-address li a, 
#agency-address li .phone-automate {
	color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-navbar li a,
.footer-bottom.site-info ul li a,
.footer-bottom.site-info ul li {
	color: #fff;
}
div.foot-social-icon ul.footer-social-icons {
	width: 230px;
	justify-content: space-between;
}
div.foot-social-icon ul.footer-social-icons li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
}
#agency-address li.first-child::before {
	content: none;
}
#agency-address li::before {
	font-family: 'font awesome 5 free';
	content: '\00b7';
	font-size: 17px;
	color: #24bcbf;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
}
#agency-address li.agcyname:before {
	content: '';
}
#agency-address li.cont-address:before {
	content: '\f041';
}
#agency-address li.cont-phone:before {
	content: '\f095';
}
#agency-address li.cont-text:before {
	content: '\f086';
}
#agency-address li.cont-fax:before {
	content: '\f1ac';
}
#agency-address li.cont-email:before {
	content: '\f0e0';
}
div.foot-social-icon ul.footer-social-icons li:nth-child(1) {
	background: #1877F2;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(2) {
	background: #000000;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(3) {
	background: #006192;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(4) {
	background: #E1306C;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(5) {
	background: #FF0050;
}
div.foot-social-icon ul.footer-social-icons li i {
	font-size: 16px;
	color: #fff;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(1) i {
	font-size: 18px;
}
div.foot-social-icon ul.footer-social-icons a {
	display: flex;
	align-items: center;
}
.ccframe,
#cpIframe {
	height: 1600px;
	width: 100%;
	border: none;
}
#cc-text {
	margin: 40px auto;
	width: 84%;
}
.gmap {
	height: 300px;
	border: none;
	width: 100%;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
.nav-link.active,
.nav-link:focus, .nav-link:hover {
	background: #112a52;
    color:#24bcbf;
    border-radius: 30px;
	opacity:1;
}
.footer-navbar li a.active {
	color: #24bcbf;
}
.type-of-insurance {
	position: relative;
}
.media-for-150 .footer-wrapper ul li {
	font-size: 17px;
	line-height: 30px;
}
.inside-pages #agency-address {
  flex-direction: row;
  flex-shrink: inherit;
  flex-wrap: wrap;
  justify-content:center;
}
.foot-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo {
    max-width: 170px;
}
.second-logo-section img {
    max-width: 120px;
}
.fade-in-content  {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-in-content.appear {
  opacity: 1;
  transform: translateY(0);
}
#commercialText {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  pointer-events: none;
  transition: all 0.8s ease; 
}
#commercialText.visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 165px;
  padding: 20px 0;
  pointer-events: auto;
}
@keyframes floatUpBounce {
  0% {
    opacity: 0;
    transform: translateY(60px);
    max-height: 0;
    padding: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
    max-height: 100px;
    padding: 10px 0;
  }
  70% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
    max-height: 200px;
    padding: 20px 0;
  }
}
.animate-float-up {
  animation: floatUpBounce 0.9s ease-out forwards;
  overflow: hidden;
}
@keyframes quoteFadeBounce {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.quote-animate {
  animation: quoteFadeBounce 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(40px);
  animation-fill-mode: forwards;
}
.inside-pages .content-body-wrapper {
  margin-top: 0;
}
.inside-pages .hero-area,.inside-pages   .video-container {
  height: auto;
}
.inside-pages .content.top {
  transform: none;
  animation: blink 1s 1 forwards; 
}
.inside-pages .animatelogo {
  animation: none;
  transform: none;
}
#home {
    z-index: 3;
    position: relative;
}
#section2 {
    z-index: 2;
    position: relative;
    left: 0;
    width: 100%;
}
#footer {
    z-index: 10;
    position: relative;
    padding: 0px 15px;
 min-height: 100vh;
    justify-content:center;
}
#footer .container {
}
.footer-wrapper {
    gap: 5vh;
}
.footer-navbar li {
    margin-bottom: 0px;
}
#agency-address li {
    margin-bottom: 1vh;
}
.foot-logo-section img {
    width:100%;
    max-width: 180px;
    background: #fff;
    padding: 10px;
    border-radius: 180px;
}
.media-for-150.content-section {
  width: 100%;
}
.media-for-150 .quote-sec-wrap {
  flex-direction: row;
  max-width: 100%;
}
.media-for-150 .quote-sec-wrap .type-of-insurance, .media-for-150 .quote-sec-wrap .submit-btn, .media-for-150 .quote-sec-wrap #ZipCode {
  width: 32.3%;
  margin: 0 auto;
  height: 47px;
}
.media-for-150 .content-section {
width: 62%;
}
.inside-pages #section2 {
  padding-top: 240px;
  position: relative !important;
}

.is-cms .content.top.moved-out {
  z-index: 22;
}
.top-content p, .secondary-logo p{
	text-align: center;
}

.hidden-desktop{
	display: none;
}

.industries-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px 40px;
}
.industries-header {
  text-align: center;
  margin-bottom: 35px;
}
.industries-header h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}
.industries-header p {
  font-size: 16px;
  max-width: 850px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}
/* Grid */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
/* Clickable tile */
.industry-tile {
  text-decoration: none;
  color: inherit;
  display: block;
}
.industry-card {
  text-align: center;
}
.industry-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
/* Hover/focus effect */
.industry-tile:hover img,
.industry-tile:focus img {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}
.industry-card h4 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}
/* Optional: small "Get a Quote" hint on hover */
.industry-tile .quote-hint {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #666;
  opacity: 0.0;
  transition: opacity .2s ease;
}
.industry-tile:hover .quote-hint,
.industry-tile:focus .quote-hint {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .industries-grid { grid-template-columns: 1fr; }
}


.sakeModalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;z-index:9999;padding:16px}
  .sakeModal{background:#fff;width:100%;max-width:860px;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.25)}
  .sakeModalHeader{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #eee}
  .sakeModalHeader h3{margin:0;font-size:22px;font-weight:800}
  .sakeClose{border:0;background:transparent;font-size:22px;cursor:pointer;line-height:1}
  .sakeModalBody{padding:18px}
  .sakeRow{margin-bottom:12px}
  .sakeRow.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .sakeRow label{display:block;font-weight:700;margin-bottom:6px}
  .sakeRow input,.sakeRow select,.sakeRow textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:12px;font-size:15px;box-sizing:border-box}
  .sakeChecks label{display:block;font-weight:500;margin:6px 0}
  .sakeBtn{padding:12px 16px;border:0;border-radius:12px;font-weight:800;cursor:pointer}
  .sakeNote{font-size:13px;color:#777;margin-top:8px;line-height:1.4}
  .sakeSuccess{display:none;padding:18px;text-align:center}
  .sakeSuccess h4{margin:0 0 8px;font-size:22px}
  .sakeSuccess p{margin:0;color:#555;line-height:1.5}
