/*  BODY  ============================================================================= */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

body, select, input, textarea {
  color: #222222;
}

body p {
  margin-bottom: 20px;
	line-height: 2;
	color: #616E7C;
}

body p:last-child {
  margin-bottom: 0px;
}

a {
  color: #0552B5;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

input::placeholder, textarea::placeholder{
  color: #102A43;
  font-size: 13px;
	opacity: 0.5;
}

img{
  width: 100%
}

strong{
  font-weight: 500;
  color: #52606D
}


.border-bot{
  border-bottom: 1px solid #CBD2D9
}

.flex{
  display: flex;
}

/*  OWL CAROUSEL  ============================================================================= */

.owl-carousel .owl-item img {
	border-radius: 20px;
}

/*  LAYOUT  ============================================================================= */

.container {
  max-width: 1000px;
  margin: auto;
	width: 100%
}

/*  UTILITY CLASSES  ============================================================================= */

.toggle-tints {
  margin-top: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #0967D2;
  user-select: none;
  display: block
}

.toggle-tints:hover {
  text-decoration: underline;
}

.grey-bg{
  background-color: #F5F7FA
}


/*  NAVIGATION  ============================================================================= */

#nav{
	height: auto;
  padding: 0 20px;
  background-color: #F5F7FA
}

#nav .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
  height: 70px
}

#nav ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#nav ul li a {
	color: #1F2933;
	display: inline-flex;
	align-items: center;
}

#nav ul li:last-child{
	margin-right: 0px;
}

#nav .logo{
  width: 170px;
}

#nav .logo:hover{
  opacity: 0.8
}

#nav .phone {
	display: flex;
	float: right;
	text-transform: uppercase;
	font-weight: 500;
  color: #0967D2
}

#nav .phone a{
  color: #323F4B;
}

#nav .phone-icon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}


/* DESKTOP NAVIGATION > DROPDOWN MENU ============================================================================= */

#nav .dropdown-arrow {
  width: 20px;
}

/* Dropdown Container */
#nav .dropdown {
	position: relative;
	padding: 10px 0;
}

/* Dropdown Button */
#nav .dropbtn {
  cursor: pointer;
}

/* Dropdown Menu */
#nav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #F5F7FA;
	min-width: 180px;
	z-index: 1;
	padding: 15px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	top: 40px;
}

/* Dropdown Links */
#nav .dropdown-content li {
  list-style: none;
  width: 100%;
  text-align: left;
  margin-right: 0 !important;
}

#nav .dropdown-content li a {
	color: #3E4C59;
	text-decoration: none;
	display: block;
	font-family: roboto;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: normal;
	padding: 12px 15px;
	font-weight: normal;
  white-space: nowrap;
}

#nav .dropdown-content li a:hover {
  text-decoration: underline;
}

/* Show the dropdown on hover */
#nav .dropdown:hover .dropdown-content {
  display: block; /* Show dropdown when hovering over parent */
}

/* Prevent dropdown from disappearing when moving mouse over it */
#nav .dropdown:hover .dropdown-content:hover {
  display: block; /* Keep dropdown visible */
}


/*  MOBILE NAV  ============================================================================= */

#mobile-nav{
	display: none;
}

#mobile-nav-header{
	height: auto;
	overflow: auto;
	background-color: #F5F7FA;
  padding-left: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#mobile-nav-header .toggle-nav {
	box-sizing: content-box;
	display: block;
	padding: 25px 25px;
	width: 20px;
}
	
#mobile-nav-header .logo {
	display: block;
  width: 160px
}

#mobile-nav-header .phone {
	display: inline-flex;
	padding: 20px 0px;
	color: #1F2933;
	font-weight: 500;
}

#mobile-nav-header .phone-icon {
	width: 20px;
	margin-right: 5px;
}

#mobile-nav-items {
	display: none;
	height: auto;
	overflow: auto;
	background-color: #F5F7FA;
	padding: 0 0 20px 0;
}

#mobile-nav-items li a {
	padding: 10px 20px;
	display: block;
	width: 100%;
	color: #1F2933;
	font-weight: 500;
}

#mobile-nav-items .dropdown-arrow	{
  width: 30px
}


/*  HERO  ============================================================================= */

#hero {
	padding: 100px 20px;
	background-color: #111;
	background-image: url("../images/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	overflow: auto;
}

#hero h1 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 25px;
	color: #F7F7F7;
	letter-spacing: -1px;
	line-height: 1.5;
}

#hero p {
	color: #E1E1E1D1;
	font-size: 16px;
	line-height: 2;
}

/*#hero .button {
	background-color: #0967D2;
	border-radius: 20px;
	color: #FFF;
	font-family: Roboto;
	padding: 20px 0;
	text-align: center;
	width: 280px;
	line-height: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 125px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	font-weight: bold;
	display: block;
	float: right;
}*/

#hero .button-wrapper {
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}

#hero .button {
	background-color: #0967D2;
	border-radius: 20px;
	color: #F5F7FA;
	font-family: Roboto;
	padding: 20px 0;
	text-align: center;
	width: 260px;
	line-height: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	font-weight: bold;
	height: 57px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#hero .button:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: #F5F7FA;
  background-color: #0552B5;
}

#hero .button .icon {
	margin-left: 10px;
	width: 19px;
}

/*  TITLE  ============================================================================= */

#title {
	background-color: #111;
	background-image: none;
	padding: 30px 20px;
}

#title h1 {
	color: #F5F7FA;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

/*  CONTENT  ============================================================================= */

.section {
  padding: 50px 20px;
	height: auto;
	overflow: auto
}

.section h2 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.8;
	color: #323F4B;
}

.section h3 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 2;
	color: #323F4B;
	font-weight: 500;
}

.section ul{
  margin-bottom: 20px;
}

.section ul li{
  list-style-type: disc;
  margin-bottom: 10px;
  color: #616E7C;
  list-style-position: inside
}


/*  FEATURE BLOCKS  ============================================================================= */


.feature-blocks-header h2 {
  color: #1F2933;
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
}

.feature-blocks-header p {
  padding-bottom: 40px;
  color: #616E7C;
}

.feature-blocks > a {
  width: 100%;
  display: block;
  text-decoration: none !important;
}

.feature-blocks > a > div {
  padding: 35px;
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.feature-blocks > a:hover > div {
  outline: 2px solid #002159;
}

.feature-blocks .icon {
  width: 25px;
  margin-bottom: 15px;
}

.feature-blocks h2 {
  font-size: 15px;
  margin: 0 0 5px;
  color: #1F2933;
  font-weight: 500;
  letter-spacing: -0.2px
}

.feature-blocks p {
  color: #616E7C;
  margin-bottom: 20px;
}

.feature-blocks .button {
  display: inline-flex;
  color: #002159;
  justify-content: center;
  padding: 18px 25px;
  border-radius: 20px;
  font-weight: 500;
  background-color: #E6F6FF;
}

.feature-blocks > a:hover .button {
  background-color: #BAE3FF;
}

.feature-blocks .arrow-right {
  width: 16px;
  margin-left: 10px;
}

.feature-blocks .price-title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #3E4C59;
}

.feature-blocks .price {
	color: #014D40;
	font-weight: 500;
	border-radius: 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}


.pad p {
  margin-bottom: 30px !important;
}

/* BRAND LOGOS =============================================== */

.brand-logos img {
  border-radius: 20px;
}


/* HORIZONTAL SCROLLABLE GRID =============================================== */

.scroll-x-wrap .container > .grid:first-of-type {
  margin-bottom: 40px; /* space below intro grid */
}

/* Mobile only */
@media (max-width: 768px) {

  .scroll-x-wrap {
    padding: 50px 0; /* top/bottom padding */
  }

  .scroll-x-wrap .container > .grid:first-of-type {
    padding: 0 20px; /* side padding for text grid */
  }

  .grid.scroll-x {
    grid-template-columns: none !important; /* kill the explicit first track */
    grid-auto-flow: column;
    grid-auto-columns: 75%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    overscroll-behavior-x: contain;

    /* New: equal edge spacing without shrinking first/last items */
    padding-inline: 20px;
    scroll-padding-inline: 20px;
  }

  .grid.scroll-x > * {
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}




/* BADGES ============================================================================= */

.badges img {
	border-radius: 20px;
}

.badges p{
  padding-bottom: 40px
}

/* TINT SHADES  ============================================================================= */

.tint-shades{
  margin-top: 40px;
  gap: 0px !important;
}

.tint-shades img{

  

}

.tint-shades .col:first-child img {
    border-radius: 20px 0 0 20px;
}

.tint-shades .col:last-child img {
    border-radius: 0 20px 20px 0;
}


/*  REVIEWS  ============================================================================= */


.reviews{
  background-color: #F5F7FA;
}

.reviews .grid:first-child{
  margin-top: 0
}

.reviews .grid{
  margin-top: 25px
}

.reviews .wrapper {
	background-color: #FFF;
	padding: 30px !important;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.reviews .icon-wrapper {
  display: flex;
  justify-content: space-between; /* Pushes items to opposite sides */
  /*align-items: center;*/ /* Aligns items vertically */
}

.reviews .icon {
  flex: none; /* Prevent icons from stretching */
}

.reviews .star-rating{
  width: 110px;
}

.reviews .name {
	font-weight: 500;
	color: #1F2933;
	display: block;
	margin: 10px 0 10px;
}

.reviews .date {
	color: #9AA5B1;
	font-size: 14px;
	margin-top: auto;
}


.reviews .more-reviews{
  display: block;
  float: right;
  margin-top: 20px
}

/*.reviews .more-reviews {
	display: block;
	text-align: center;
	width: 180px;
	margin: auto;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 20px;
	padding: 13px 0;
}*/


/* BOTTOM BAR  ============================================================================= */

#bottomBar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #F7F7F7;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#bottomBar .button {
	background-color: #0967D2;
	border-radius: 57px;
	color: #F5F7FA;
	font-family: Roboto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	line-height: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


/* FOOTER  ============================================================================= */

#footer{
  background-color: #000000;
  background-image: url("../images/footer-bg.png");
}

#footer h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: -0.2px;
	color: #FFF;
	/* text-decoration: underline; */
	text-decoration-thickness: 2px;
}

#footer p {
	text-align: center;
	margin-bottom: 40px;
	color: #9AA5B1;
  font-size: 15px
}

#footer .form {
	padding: 30px;
	background-color: #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	height: auto;
	overflow: auto;
/*	border-radius: 20px;*/
	max-width: 360px;
	margin: auto;
}

#footer .form h3 {
    font-family: Gilroy;
    line-height: 1.2;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #1F2933 !important;
}

#footer .form label {
	color: #1F2933;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}

#footer .form input, #footer .form textarea {
	border: 1px solid #7B8794;
	font-size: 15px;
	margin-bottom: 13px;
	margin-top: 2px;
	padding: 12px;
	width: 100%;
	font-family: Roboto;
	border-radius: 10px;
}

#footer .form textarea {
    height: 120px;
}

#footer .form .button {
	background-color: #1F2933;
	color: #F5F7FA;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 18px;
	-webkit-appearance: none;
	/* text-transform: uppercase; */
	font-family: roboto;
	border: 0;
	/* letter-spacing: 1px; */
}

#footer .form .button:hover {
    cursor: pointer;
    background-color: #03449E;
}


/* Hide short text by default */
#footer .text-short {
  display: none;
}


/* COPYRIGHT  ============================================================================= */

#copyright {
	padding: 25px;
	background-color: #F5F7FA;
	height: auto;
	overflow: auto;
	color: #616E7C;
}

#copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#copyright a{
  color: #616E7C;
}

#copyright ul li {
    display: inline-flex;
    margin-right: 20px;
}

#copyright ul li:last-child {
    margin-right: 0px;
}

#copyright ul li a{
	color: #616E7C;
}

/*  CONTACT FORM  ============================================================================= */

/*#form {
	padding: 30px;
	background-color: #FFF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	height: auto;
	overflow: auto;
	border-radius: 5px;
	max-width: 500px;
	margin: auto;
}

#form h3 {
    font-family: Gilroy;
    line-height: 1.2;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #1F2933 !important;
}

#form label {
    color: #1F2933;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

#form input, #form textarea {
	border: 1px solid #7E7E7E;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 2px;
	padding: 15px;
	width: 100%;
	font-family: Roboto;
	border-radius: 5px;
}


#form textarea {
    height: 120px;
}

#form .button {
	background-color: #102A43;
	color: #FFF;
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 22px;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-family: roboto;
	border: 0;
	letter-spacing: 1px;
}

#form .button:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #FFF
}
*/



@media (max-width: 767px) {
	
/*  HERO  ============================================================================= */

#hero .button-wrapper {
	justify-content: flex-start;
  margin-bottom: 0
}
  
#hero .button {
  margin-top: 20px;
  width: 100%
}  
  
#hero {
	padding: 60px 20px;
}
  
#hero h1 {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.7;
}
  
#hero p{
  font-size: 15px

}  

/*  DEKTOP NAV  ============================================================================= */

#nav{
	display: none;
}	
	
#nav ul{
	float: none;
	text-align: center
}

#nav	.logo{
	text-align: center;
	display: block;
}
  
/*  SECTION  ============================================================================= */

.section h2 {
	margin-bottom: 0px;
}
  
/*  MOBILE NAV  ============================================================================= */
  
#mobile-nav{
  display: block;
}	
	
/*  FOOTER  ============================================================================= */
	
#footer .text-long {
   display: none;
}
  
#footer .text-short {
  display: block;
}
  

}

