h1, #overview h1 {font-size:32px;} 
h2, #overview h2 {font-size:30px;}
h3, #overview h3 {font-size:28px;}
h4, #overview h4 {font-size:26px;}
h5, #overview h5 {font-size:24px;}
h6, #overview h6 {font-size:20px;}
p, #overview p {font-size:18px;}


/* Additions */
.btn.btn-lg {padding: 0 20px;}

.bg-green {background-color: #288719;}

.bold {font-weight: bold;}

.container.maxwid {max-width: 1320px !important;}


/* video banner */
.header-video .banner {
    position: relative;
    height: 765px;	
    background-size: cover;	
	overflow: hidden;
}

.header-video #scenarios-video {
    position: absolute;
    object-fit: cover;
    transform: translateY(1px);
    width: 100%;
    min-width: 100%;
    height: calc(100% + 1px);	
    left: 0;
    right: 0;
    bottom: 0;
}

.header-video video {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header-video .banner .area {
	position: relative;		
    display: flex;		
    width: 100%;
    height: 100%;	
}
	
.header-video .banner .area .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding: 0 8vw;
    color: #ffffff;
}

.header-video .banner .area .box h1 {
	font-weight:bold;
}

@media screen and (max-width: 1601px) {
	.header-video .banner {
		 height:550px;
	}
}

@media screen and (max-width: 1025px) {
	.header-video .banner {
	 height:450px;
	}
}

@media screen and (max-width: 450px) {
	.header-video .banner {
		 height:350px;
	}
	.header-video .banner .area .box h1 {
		font-size: 20px;
	}
}


/* highlights */
.highlights-section {
	background-color:#000;
}

.higtlights p {
	color:#fff;
}

.higtlights .box {
	display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
	margin: 0 auto;
    text-align: center;
}

.higtlights .box .area {
	width: calc(100% / 5);
}

.higtlights .box .area img {
	width:50%!important;
	margin: 0 auto;
    text-align: center;
}

.higtlights .box .area p {
	padding: 0 10px;
}

.higtlights .box .area p span {
	font-weight: bold;
}

@media screen and (max-width: 991px) {
	.higtlights .box {
		width: 90%;
	}	
	.higtlights .box .area {
		width: calc(100% / 2);
	}
}


/* section 2 */
.power-business .frame {
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.power-business .content {
    width: 50%;
}
	
.power-business .image {
    width: 50%;	
}

.power-business .image img {
	padding: 10%;	
}

.power-business .content h3 {
	font-weight: bold;
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.power-business {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.power-business .frame {
		flex-direction: column;	
		width: 90%;
	}
	.power-business .content {
		width: 100%;
		padding: 0;
	}
	.power-business .image {
		width: 100%;
		margin-bottom: 50px;
	}
	.power-business .image img {
		padding: 0;	
	}	
}


/* section 3 */
.weather-section {
	background-color:#f6f6f6;
}

.weather-section .content {
	width: 85%;
	margin: 65px auto 0;
	text-align:center;
}

.weather-section .content h3 {
    font-weight: bold;
    padding-bottom: 30px;
}

.weather-section .box {
	display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
	margin: 0 auto;
	margin-top: 15px;
    text-align: center;
}

.weather-section .box .area {
	width: calc(100% / 4);
}

.weather-section .box .area img {
	width:50%!important;
	margin: 0 auto;
    text-align: center;
}

.weather-section .box .area p {
	padding: 0 10px;
}

.weather-section .box .area p span {
	font-weight: bold;
}

.weather-section .image {
	background: url(/sites/zyxel/files/library/assets/products/nebula-fwa70/03_5G-connectivity-that-thrives_1920x670.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    aspect-ratio: 1920 / 670; 
}
	
@media screen and (max-width: 991px) {
	.weather-section .box {
		width: 90%;
	}	
	.weather-section .box .area {
		width: calc(100% / 2);
	}
}


/* section 4 */
.cabinet-friendly .frame {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.cabinet-friendly .content {
    width: 50%;
}
	
.cabinet-friendly .image {
    width: 50%;	
}

.cabinet-friendly .image img {
	padding: 10%;	
}

.cabinet-friendly .content h3 {
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.cabinet-friendly {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.cabinet-friendly .frame {
		flex-direction: column;	
		width: 90%;
	}
	.cabinet-friendly .content {
		width: 100%;
		padding: 0;
	}
	.cabinet-friendly .image {
		width: 100%;
		margin-bottom: 50px;
	}
	.cabinet-friendly .image img {
		padding: 0;	
	}
}


/* section 5 */
.reliable-coverage .frame {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.reliable-coverage .content {
    width: 50%;
}
	
.reliable-coverage .image {
    width: 50%;	
}

.reliable-coverage .image img {
	padding: 10%;	
}

.reliable-coverage .content h3 {
	font-weight: bold;
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.reliable-coverage {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.reliable-coverage .frame {
		flex-direction: column;	
		width: 90%;
	}
	.reliable-coverage .content {
		width: 100%;
		padding: 0;
	}
	.reliable-coverage .image {
		width: 100%;
		margin-bottom: 50px;
	}
	.reliable-coverage .image img {
		padding: 0;	
	}
}


/* section 6 */
.nebula-app .frame {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.nebula-app .content {
    width: 50%;
}
	
.nebula-app .image {
    width: 50%;	
}

.nebula-app .content h3 {
	padding-bottom: 30px;
}

.nebula-app .app_icon {
    width: 70%;
    margin-left: -2.5%;
}

.nebula-app .app_icon img {
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
	.nebula-app {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.nebula-app .frame {
		flex-direction: column;	
		width: 90%;
	}
	.nebula-app .content {
		width: 100%;
		padding: 0;
	}
	.nebula-app .image {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 501px) {
	.nebula-app .app_icon {
		width: 100%;
	}
}


/* section 7 */
.one-platform {
    background: url('/sites/zyxel/files/library/assets/products/iap500be/IAP500BE_GFX6_3024x1410.png') no-repeat center;
    height: 900px;
    background-size: cover;
    position: relative;
}

.one-platform .content {
	position: absolute;
    left: 7.5%;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.one-platform .content h3 {
	padding-bottom: 30px;
    font-weight: bold;
}

.one-platform .content .btn-call-to-action {
	background-color: #288719;
}

.one-platform .content .btn-call-to-action:hover {
    background-color: #006e18;
}
	
@media screen and (max-width: 1601px) {
	.one-platform {
		height: 800px;
	}
}

@media screen and (max-width: 991px) {
  .one-platform {
    background: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .one-platform::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: url(/sites/zyxel/files/library/assets/products/iap500be/IAP500BE_GFX6_3024x1410.png) no-repeat right center;
	background-size: 145% auto;	
  }

  .one-platform .content {
    position: static;
    width: 100%;
    padding: 40px 20px;
	background-color: #f9f9f9 !important;
  }
}


/* section 8 */
.installation-section .content {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.installation-section .content h3 {
    font-weight: bold;
    padding-bottom: 30px;
}

.installation-section .content p span {
    font-size: 15px;
}

.installation-section .box {
	display: flex;
    width: 85%;	
    justify-content: center;
    margin: 30px auto 0;
}

.installation-section .box .area {
	position: relative;
    padding: 0 15px;
}

.installation-section .box .area img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.installation-section .box .area p {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    padding: 5px 10px;
    border-radius: 4px;
}

.installation-section .nav-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}
.installation-section .nav-arrow.prev { left: 8px; }
.installation-section .nav-arrow.next { right: 8px; }

@media (max-width: 768px) {
    .installation-section .slider {
        position: relative;
        overflow: hidden;
    }
 
    .installation-section .box {
        display: flex;
        flex-wrap: nowrap;
        transition: transform 0.35s ease;
        will-change: transform;
    }
   
    .installation-section .box .area {
        width: 100vw !important;
        flex: 0 0 100vw !important;
        box-sizing: border-box;
		padding: 0 30px 0 0;
    }

    .installation-section .box .area img {
        display: block;
        width: 80%;
        height: auto;		
    }

    .installation-section .nav-arrow {
        display: block;
    }
    .installation-section .box .area p {
        font-size: 18px;
        bottom: 15px;
    }
}


/* section 9 */
.in-depth {
	position:relative;
}

.in-depth .image.desktop {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa70/09_In-depth-Look_1920x935.jpg') no-repeat;
	background-size:100% auto;
	position:relative;
	aspect-ratio: 1920 / 935;	 
}

.in-depth .description .surface  {
	position:absolute;
	top: 66%;
	left: 28%;
}

.in-depth .description .led  {
	position:absolute;
	top: 66%;
	left: 44%;
}

.in-depth .description .sim {
	position:absolute;
	top: 70%;
	left: 68.5%;
}

.in-depth .description .port {
	position:absolute;
	top: 79%;
	left: 77.5%;
}

.in-depth .description .circleBG {
    height:30px;
    width:30px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}

.in-depth .description .circleBG i {
    font-size:28px;
	padding:1px;
	color:#288719;
}

.in-depth .description .circleBG .flash {
    position:absolute;
	width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:flash 1.8s infinite;
    animation:flash 1.8s infinite
}

@-webkit-keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.fade.in {
    opacity:0.9;
}

.in-depth .description .white {
    background-color:rgba(255,255,255,.6);
}

.in-depth .description .green {
    background-color:rgba(40, 135, 25, 0.6);
}

.in-depth .description .look-tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  background-color: rgba(40, 135, 25, 1);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 20px 8px;
  position: absolute;
  z-index: 2;
  transform: translateX(-55%);
}

.in-depth .description .sim .tooltiptext  {
	bottom: 30px;
}

.in-depth .description .look-tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 991px) {
	.in-depth .image {
		position:relative;
		background-size: 100% auto;
		background-repeat: no-repeat;
		aspect-ratio: 1000 / 2000;	 	  
	}
	.in-depth .desktop {
		display: none;
	}	
	.in-depth .mobile {
		display: block;
		background-image: url('/sites/zyxel/files/library/assets/products/nebula-fwa70/09_In-depth-Look_1000x2000.jpg');
	}
	.in-depth .description .surface {
		top: 39%;
		left: 57.5%;
	}
	.in-depth .description .led {
		top: 39%;
		left: 88%;
	}
	.in-depth .description .sim {
		top: 80.5%;
		left: 31.5%;
	}
	.in-depth .description .port {
		top: 84%;
		left: 61.5%;
	}
	
	.in-depth .description .look-tooltip .tooltiptext {
		position: absolute;
		bottom: auto;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 10px;
		padding: 8px 12px;
		font-size: 14px;
	}
	

	.in-depth .description .look-tooltip {
		--pos-x: calc(var(--left, 0%) * 1%);
	}

	.in-depth .description .surface .tooltiptext,
	.in-depth .description .sim .tooltiptext,
	.in-depth .description .port .tooltiptext {
		left: auto;
		right: 0;		
		transform: translateX(45%);
	}

	.in-depth .description .led .tooltiptext {
		left: auto;
		right: 0;
		transform: translateX(0);
	}
}


/* section 10 */
.design .frame {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.design .content {
    width: 50%;
}
	
.design .image {
    width: 50%;	
}

.design .image img {
	padding: 10%;	
}

.design .content h3 {
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.design {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.design .frame {
		flex-direction: column;	
		width: 90%;
	}
	.design .content {
		width: 100%;
		padding: 0;
	}
	.design .image {
		width: 100%;
	}
	.design .image img {
		padding: 0;	
	}
}


/* related links */
.related-links {
	background-color: #fff;
}

.related-links h3 {
	font-weight:bold;
	padding-bottom:40px;
    text-align: center;
}

.links-section {
	display: flex;
    flex-direction: row;
    width: 100%;
}

.links-area ul {
	list-style: none;
    display: flex;
    justify-content: space-around;
}

.links-area ul li {
	width:30%;
}

.links-area .zoom a {
  display: block;
  overflow: hidden;
}

.links-area .zoom img {
  display: block;
  transition: transform 0.3s ease;
}

.links-area .zoom:hover img {
  transform: scale(1.1);
}

.links-area h5 a div {
    color: #010101;
	margin-top: 30px;
	font-size: 20px;
}

.links-area h5 a div:hover {
    color: #288719;
}

@media screen and (max-width: 769px) {
.links-area ul {
    flex-direction: column;
	padding: 20px 20px 0;
}
.links-area ul li {
    width: 100%;
    margin-bottom: 30px;
}
}


/* note */
div#note {
    margin-top: 10px;
    margin-bottom: 60px;
}


/* spec */
.spec-note ol {
	list-style: none;
}