/*
Theme Name: Airnetic
Theme URI: https://www.airnetic.us
Description: Airnetic
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Airnetic
Version: 1.0
Tags: Airnetic
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




html, body {
	font-size: 15px;
    font-family: "Roboto", sans-serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1 {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 36px;
	line-height: 40px;
	font-family: "Open Sans", sans-serif;
	color: #044e59;
	font-weight: 900;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	text-align: left;
}
h2 {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 32px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	color: #044e59;
	font-weight: 700;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	text-align: center;
}
h3 {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 32px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	font-weight: 900;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
h4 {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 28px;
	font-family: "Open Sans", sans-serif;
	color: #ce3200;
	font-weight: 900;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
h5 {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
h6 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
img {
	max-width: 100%;
	height: auto;
}
a:link {color: #ce3200; text-decoration: none; }
a:visited {color: #ce3200; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
a:active {color: #ce3200; text-decoration: none; }





.toplineline {
  background-color: #0b263c;
  width: 100%;
  height: 105px;
  padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;

}



.navline {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}


.navline a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:8px; padding-left:8px;font-weight: 400; }
.navline a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:8px; padding-left:8px;font-weight: 400; }
.navline a:hover {color: #044e59; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:8px; padding-left:8px; }
.navline a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:8px; padding-left:8px;font-weight: 400; } 


.navline ul {
    list-style-type: none;
    margin: 0;
} 

.navline ul li {
    display: inline;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:0px;
}






.navline ul li{
	position: relative;
	padding-right:0px;
	padding-top:0px;
	float: left;
}



.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}



.navline ul ul a {
	width: 250px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	font-size: 16px;
	margin-top: 0px;
	margin-left: -50px;
	z-index: 999;
	text-align: left;
	
}



.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background-color: #044e59;
	opacity: .9;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	z-index: 999;
	text-align: left;
}


.navline ul ul a:link {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:25px; font-weight: 400;text-align: left; }
.navline ul ul a:visited {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:25px; font-weight: 400;text-align: left; }
.navline ul ul a:hover {color: #dddddd; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:25px; font-weight: 400;text-align: left;   }
.navline ul ul a:active {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:25px; font-weight: 400;text-align: left; } 






.logo-left {
	width: 230px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}

.logo-right {
	width: 900px;
	padding-top:80px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}






.header-text-1 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 1px 2px black;
	
}




.bodytext {
	width: 1150px;
	height: auto;
	min-height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-align: left;
	font-weight: 500;
	margin-left: auto;
    margin-right: auto;
}



.bodytext a:link {color: #ffffff;font-weight: 500; }
.bodytext a:visited {color: #ffffff;font-weight: 500; }
.bodytext a:hover {color: #c9693b;font-weight: 500; }
.bodytext a:active {color: #ffffff;font-weight: 500; } 






.footerline {
  background-color: #0b263c;
  width: 100%;
  height: auto;
  padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.socfloat {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;

    background: rgba(255, 255, 255, 0.5);
}


.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100);
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}



.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:15px;
	float: right;
	
}


.alignleft {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}


.aligncenter {display: block; margin-left: auto; margin-right: auto}





.badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}


.badges {
  position: relative;
  width: calc(50% - 15px);
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}


.badges img {
  display: block;
  width: 100%;
  height: auto;
}


.badge-overlay {
  position: absolute;
  top: 100%; /* hidden below */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(191, 30, 45, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  transition: top 0.45s ease;
}


.badges:hover .badge-overlay {
  top: 0;
}


.badgetitletext {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}


.badge-hover-content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}


.roundedbutton {
  text-align: center;
}


.roundedbutton a,
.roundedbutton a:link,
.roundedbutton a:visited {
  display: inline-block;
  color: #044e59;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  transition: all 0.4s ease;
  text-shadow: 0px 0px 0px black;
}


.roundedbutton a:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}


@media only screen and (max-width: 700px) {
  .badges {
    width: 100%;
  }

  .badge-overlay {
    padding: 20px;
  }

  .badgetitletext {
    font-size: 22px;
  }

  .badge-hover-content {
    font-size: 16px;
  }
}




.review-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 260px; 
  margin: 0 auto;
  overflow: hidden;
}

.review-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.review-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.review-slide.active {
  opacity: 1;
  visibility: visible;
}

.review-inner {
  height: 100%;
  padding: 35px 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-text {
  font-size: 20px;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}

.reviewer-name {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #044e59;
  text-align: left;
}


.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(191, 30, 45, 0.85);
  color: #ffffff;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, background 0.3s ease, visibility 0.3s ease;
}

.review-slider-wrap:hover .review-arrow {
  opacity: 1;
  visibility: visible;
}

.review-arrow:hover {
  background: rgba(191, 30, 45, 1);
}

.review-arrow-left {
  left: 15px;
}

.review-arrow-right {
  right: 15px;
}

@media only screen and (max-width: 700px) {
  .review-slider-wrap {
    height: 340px;
  }

  .review-inner {
    padding: 30px 45px;
  }

  .review-text {
    font-size: 17px;
    line-height: 1.5;
  }

  .reviewer-name {
    font-size: 16px;
  }

  .review-arrow {
    opacity: 1;
    visibility: visible;
    width: 36px;
    height: 36px;
    font-size: 22px;
    line-height: 36px;
  }

  .review-arrow-left {
    left: 5px;
  }

  .review-arrow-right {
    right: 5px;
  }
}















.oxygen-form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.oxygen-form-wrap h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.oxygen-form-intro,
.oxygen-help {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.oxygen-form-section {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.oxygen-form-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.oxygen-grid {
  display: grid;
  gap: 20px;
}

.oxygen-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.oxygen-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.oxygen-form-wrap label {
  font-weight: 600;
  display: block;
}

.oxygen-form-wrap input,
.oxygen-form-wrap textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #bfe8d2;
  border-radius: 6px;
  background: #f8fffb;
}

#oxygen-other-box {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: #f3fbf7;
  border: 1px solid #bfe8d2;
  border-radius: 10px;
}

.oxygen-result-box {
  margin-top: 25px;
  padding: 20px;
  background: #0c5d60;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
}

.oxygen-result-box span {
  color: #2bd46c;
  font-weight: 700;
}

.oxygen-submit input {
  margin-top: 20px;
  background: #1cab55;
  color: #fff;
  padding: 16px 30px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

.oxygen-submit input:hover {
  background: #0c5d60;
}

/* wrapper */
.oxygen-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
}

/* CF7 list wrapper */
.oxygen-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

/* the actual checkbox */
.oxygen-checkbox input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 0;
  transform: scale(1.2); /* optional size */
}

/* remove weird CF7 spacing */
.oxygen-checkbox .wpcf7-list-item-label {
  margin-left: 6px;
}
.oxygen-checkbox label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  white-space: nowrap; /* 👈 THIS fixes the line break */
}

@media (max-width: 900px) {
  .oxygen-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .oxygen-grid-2,
  .oxygen-grid-3 {
    grid-template-columns: 1fr;
  }
}















.tocenter {
	width: 1150px;
	margin-left: auto;
    margin-right: auto;
}













@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }








.navline {
	display: none;
}



.logo-left {
	width: 70%;
	max-width: 550px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15%;
	padding-left:15%;
	
}

.logo-right {
	display: none;
	
}




.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}





.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.aligncenter {display: block; margin-left: auto; margin-right: auto}







.bodytext {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-align: left;
	font-weight: 500;
	margin-left: auto;
    margin-right: auto;
}



.bodytext a:link {color: #ffffff;font-weight: 500; }
.bodytext a:visited {color: #ffffff;font-weight: 500; }
.bodytext a:hover {color: #c9693b;font-weight: 500; }
.bodytext a:active {color: #ffffff;font-weight: 500; } 




.toplineline {
  background-color: #0b263c;
  width: 100%;
  height: auto;
  padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;

}



.header-text-1 {
	display: none;
	
}