
@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body,
html {
	font-family: "Urbanist", serif;
	width: 100%;
	margin: 0;
	padding: 0;
    color: #393939;
}
.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: 500;
	font-size: 20px;
	line-height: 30px;
	color: #393939;
	margin-bottom: 1rem;
}
.TitleStyle1{
		margin-bottom: 2rem;
}
.bannerh1 {
	font-weight: 800;
	font-size: clamp(34px, 4.5vw, 38px);
	line-height: clamp(40px, 5.5vw, 46px);

}
.TitleStyle1,
h1 {
	font-size: clamp(30px, 4.5vw, 36px);
	line-height: clamp(38px, 5.5vw, 44px);
	font-weight: 600;
}
.TitleStyle2, h2 {
	font-size: clamp(22px, 4.5vw, 28px);
	line-height: clamp(30px, 5.5vw, 36px);
	font-weight: 600;
}
.TitleStyle3, h3,
.footer-navbar li {
	font-size: 24px;
	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: #666;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
    transition: right 1s ease;
    scrollbar-width: none; 
}
.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: #141414;
    box-shadow: -1px 1px 3px #000;
	cursor: pointer;
	overflow: hidden;
	float: right;
	position: fixed;
	z-index:99;
	right: 0;
	top: 140px;
	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;
}
.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: rgba(255, 255, 255, 1);
	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: #fff;
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: #141414;
    box-shadow: -1px 1px 3px #000;
	color: #fff;
	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: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inside-pages .top-bar  {
    position: fixed;
    top:0;
    width: 100%;
    height: 180px;
}
.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: 100%;
	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: 21px;
    line-height: 24px;
}
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(255, 0, 0, 0.8);
	mix-blend-mode: multiply;
	opacity: 0.8;
	animation: changeBackground 17s linear infinite;
	z-index: 1;

}
@keyframes changeBackground {
	0% {
		background: rgba(195,192,192,1);
		opacity: 0.8;
	}
	30% {
		background: rgba(195,192,192,1);
		opacity: 0.8;
	}
	60% {
		background: rgba(195,192,192,1);
		opacity: 0.8;
	}
	100% {
		background: rgba(195,192,192,1);
		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: 180px;
	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: #666;
	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: #fff;
}
.submit-btn:hover,
.submit-btn:focus {
	background: #555;
    color: #fff;
}
.ftcontainer {
	position: absolute;
	background-color: #141414;
	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: #141414;
	width: 81px;
	height: 75px;
	border-radius: 60px 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #141414;
	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: rgba(255, 255, 255, 1);
}
#section1 {
  z-index: 1;
  padding: 0;
}
.content-body-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 15px 100px 15px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  min-height: 80vh;
  
}
.content-body-wrapper p:last-child {
	margin-bottom: 0;
}
.content-section-logo{
	background: #fff;
	border-bottom: 1px solid #ccc;
box-shadow: inset 0px 8px 8px -4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;

}
.second-logo-section img,
.inside-pages .foot-logo-section img {
    max-width: 187.6px
}
.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;
    color: #141414;
}
.content-body-wrapper .TitleStyle2, .content-body-wrapper .TitleStyle3 {
    margin-top: 30px;
    color: #141414;
}
#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(242, 255, 245);
}
#footer {
	background-color: #000;
	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;
}
#agency-address2 {
	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,
#agency-address li a {
	color: #fff;
}
.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: #999;
	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: #141414;
    box-shadow: -1px 1px 3px #000;
    color:#fff;
    border-radius: 30px;
	opacity:1;
}
.footer-navbar li a.active {
	color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #999;
    text-underline-position: under;
}
.type-of-insurance {
	position: relative;
}
.media-for-150 .footer-wrapper ul li {
	font-size: 19px;
	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;
  }
.inside-pages .foot-logo-section {
  width: 253px;
  height: 129px;
}
#logo {
    max-width: 113px;
}
.second-logo-section img,
.inside-pages .foot-logo-section img {
    max-width: 89px;
}
.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: rgba(255, 255, 255, 1);
  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: 180px;
    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 {
}
.foot-logo-section img {
    width:100%;
    max-width: 89px;
      background: #fff;
  border-radius: 4px;
  padding: 10px;

}
.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: 220px;
  position: relative !important;
}

.is-cms .content.top.moved-out {
  z-index: 22;
}
.quote-box .fa {
	margin-right: 10px;
	color: #008DD4;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
	color: inherit;
}


.top-social-icons-wrapper ul li {
  display: flex;
}

.top-social-icons-wrapper ul li i {
  margin-right: 5px;
  color: #999999;
}
.top-social-icons-wrapper ul li {
  display: flex;
  align-items: center;
}
.parallax-wrapper {
    background:#eaeaea;
}


.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #666);
	border: 1px solid #ccc;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}

.carriers-box img {
	margin: 0 auto;
}

.carriers-box h2 {
	color: #2c2c2c;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
}

.carriers-box p {

	text-align: left;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #2c2c2c;
}
.carriers-box a.btn-customer {
	background: #666;
	border: 1px solid #666;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 16px;
}

.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
	background: #000;
	transition: .2s;
}
.ph-fix,
.ph-fix a {
	color: #2c2c2c !important;
}

/*parter-carriers*/
.carrier-section h2 {
	font-weight: 600;
	font-size: 36px;
	color: #2c2c2c;
	margin-top: 40px;
	margin-bottom: 0;
}

.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-inner {
	float:left;
	margin:18px 0;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --dark: #0f1923;
      --dark2: #162030;
      --accent: #2dd4a0;
      --accent-dark: #1db887;
      --white: #ffffff;
      --muted: rgba(255,255,255,0.65);
      --form-bg: #ffffff;
      --input-border: #d1d5db;
      --input-focus: #2dd4a0;
      --text-dark: #111827;
      --text-muted: #6b7280;
      --font: 'Urbanist', sans-serif;
    }

    body {
      font-family: var(--font);
      background: var(--dark);
      color: var(--white);
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* ── TOP BAR ── */
    .topbar {
      background: #0d1720;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      height: 51px;
      display: flex;
      align-items: center;
      padding: 0 40px;
      justify-content: space-between;
      flex-shrink: 0;
    }

    .topbar-logo {
      font-size: 20px;
      font-weight: 700;
      color: var(--white);
      text-decoration: none;
      letter-spacing: -0.3px;
    }

    .topbar-logo span {
      color: var(--accent);
    }

    .topbar-phone {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 17px;
      font-weight: 600;
      color: #2dd4a0;
      text-decoration: none;
    }

    .topbar-phone i {
      color: #2dd4a0;
      font-size: 15px;
    }

    /* ── MAIN LAYOUT ── */
    .hero {
      flex: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      min-height: calc(100vh - 64px);
    }

    /* ── LEFT PANEL ── */
    .hero-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px 56px 60px 60px;
      background: var(--dark);
      position: relative;
      overflow: hidden;
    }

    .hero-left::before {
      content: '';
      position: absolute;
      top: -120px;
      left: -120px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(45,212,160,0.08) 0%, transparent 65%);
      pointer-events: none;
    }

    .hero-left::after {
      content: '';
      position: absolute;
      bottom: -80px;
      right: 0;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(45,212,160,0.05) 0%, transparent 65%);
      pointer-events: none;
    }

    .hero-headline {
      font-size: clamp(34px, 3.8vw, 50px);
      font-weight: 800;
      line-height: 1.15;
      color: var(--white);
      margin-bottom: 24px;
      letter-spacing: -0.5px;
      position: relative;
      z-index: 1;
    }

    .hero-headline .highlight {
      color: var(--accent);
    }

    .hero-subtext {
      font-size: 17px;
      font-weight: 500;
      line-height: 1.7;
      color: var(--muted);
      margin-bottom: 40px;
      max-width: 420px;
      position: relative;
      z-index: 1;
    }

    .trust-badges {
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: relative;
      z-index: 1;
    }

    .badge-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      font-weight: 600;
      color: rgba(255,255,255,0.88);
    }

    .badge-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(45,212,160,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .badge-icon i {
      font-size: 13px;
      color: var(--accent);
    }

    /* ── RIGHT PANEL (FORM) ── */
    .hero-right {
      background: #0f1923;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 48px 52px;
	  margin-top: 11px;
    }

    .form-card {
      background: var(--form-bg);
      border-radius: 16px;
      padding: 40px 36px;
      box-shadow: 0 4px 32px rgba(0,0,0,0.10), 0 1px 4px rgba(0,0,0,0.06);
      width: 100%;
      max-width: 440px;
    }

    .form-title {
      font-size: 22px;
      font-weight: 800;
      color: var(--text-dark);
      margin-bottom: 4px;
    }

    .form-subtitle {
      font-size: 14px;
      color: var(--text-muted);
      margin-bottom: 28px;
      font-weight: 500;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .field {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
    }

    .field.full { grid-column: 1 / -1; }

    .field label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      color: var(--text-dark);
      margin-bottom: 6px;
    }

    .field input,
    .field select,
    .field textarea {
      font-family: var(--font);
      font-size: 15px;
      font-weight: 500;
      color: var(--text-dark);
      background: #f9fafb;
      border: 1.5px solid var(--input-border);
      border-radius: 8px;
      padding: 10px 14px;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      width: 100%;
      height: 44px;
      appearance: none;
      -webkit-appearance: none;
    }

    .field textarea {
      height: 72px;
      resize: none;
    }

    .field input::placeholder,
    .field textarea::placeholder {
      color: #b0b7c3;
      font-weight: 400;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--input-focus);
      box-shadow: 0 0 0 3px rgba(45,212,160,0.15);
      background: #fff;
    }

    .select-wrap {
      position: relative;
    }

    .select-wrap::after {
      content: '\f078';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 11px;
      color: #9ca3af;
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .field select {
      padding-right: 36px;
      cursor: pointer;
    }

    .field select option {
      background: #fff;
      color: var(--text-dark);
    }

    /* Coverage needed field — hidden by default */
    .coverage-field {
      display: none;
    }

    .coverage-field.visible {
      display: flex;
    }

    /* Submit button */
    /* .submit-btn { */
      /* box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); */
  /* background: #666; */
  /* 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: #fff; */
    /* } */

    /* .submit-btn:hover { */
      /* background: var(--accent-dark); */
    /* } */

    /* .submit-btn:active { */
      /* transform: scale(0.99); */
    /* } */

    .submit-btn i {
      font-size: 14px;
    }

    .form-disclaimer {
      font-size: 12px;
      color: var(--text-muted);
      text-align: center;
      margin-top: 14px;
      line-height: 1.6;
    }
	.req-quote-form{
	width:100%;
	border:0;
}
.thank-you-page{
    margin:0;
    padding:0;
    background:#fff;
}

.thank-you-wrapper{
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.thank-you-box{
    max-width:700px;
    padding:40px;
    margin:auto;
}

.thank-you-box h1{
    font-size:39px;
    color:#0f1923;
    margin-bottom:20px;
}

.thank-you-box p{
    font-size:20px;
    line-height:30px;
    color:#555;
}

    .topbar-phone:hover,
.topbar-phone:focus {
  color: #2dd4a0;
  opacity: 0.8;
}