/* styles.css */
:root {
    --option-main-clr: #56a1e4;
    --option-main-drk-clr: #141264;
    --option-main-drk-clr2: #26547C;
    --option-highlight-clr: #56e475;
    --option-footer-clr: #657990;
    --option-footer-clr2: #6E675F;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
h2 {
    font-size: 50px !important;
    font-weight: bold;
    letter-spacing: 1.5px;    

}
.container {
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 10px 3px rgba(159, 159, 159, 0.484);
    z-index: 99;
}
#header{
    background-color: white;
    width:100%;
}
.navbar-main-link {
    text-decoration: none; 
    color: var(--option-main-clr); 
    padding: .7rem 1.3rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px black;
}
.navbar-main-link:hover {
    /* text-decoration: underline;  */
    color: var(--option-highlight-clr);
}
.home-link {
    position: relative;
}
.one-column-section{
    background-color: var(--option-main-clr);   
}
.one-column-content{
    padding-bottom: 30px;
}
.sticky-header {
    height: 100px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    top: 0;
    color: #56E4E0;
    /* Your navbar styles here */
}
.text-content a {
    font-size: 22px; 
    font-weight: 600; 
    letter-spacing: 1px;
    color: white; 
    padding: 1rem 2rem; 
    border: 2px solid white; 
    border-radius: 5px; 
    text-decoration: none;
}
.text-content a:hover {
background-color: white;
color: #77B1D4;
transition: .33s ease-in;
}
.text-content > ul {
    max-width: 580px;
    text-align: left;
    margin: 0 auto;
    font-style: italic;
    
}
.text-content > ul li{
    font-size: 18px;
}
.text-content > h2{
    margin-bottom: 5px;
}
.capabilities {
    color: white;
}
.capable-section {
    background-color: var(--option-main-drk-clr) !important;
}
.capable-text > h2 {
    color: var(--option-highlight-clr);
}
.capable-sub {
    max-width: 500px;
    font-size: 23px;
    margin: 20px auto;
}
.capable-group > .ikon > p {
    color: var(--option-highlight-clr);
}
.ikon > p {
    font-size: 25px;
    font-weight: bold;
}
.video-section {
    position: relative;
    height: 100vh;
    z-index: -9;
    
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-section {
    position: relative;
}
.material-box{
    padding-bottom: 45px;
}
.small-note {
    font-style: italic;
    font-size: 10px;
}
.material-text-box{
    max-width: 580px; 
    background-color: var(--option-main-clr); 
    padding:20px 40px; 
    border-radius: 10px;
}
.material-tables li {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}    
.material-title-boxes {
    width: 100%;
    display: flex; 
    align-items: center; 
    font-size:30px;
    justify-content: flex-start;
}
.view-button {
    margin-top: 40px;
}
.view-button a {
    padding: 20px 40px;
    background-color: var(--option-main-drk-clr);
    color:white;
    margin: 0 auto;
    transition: background-color 0.1s;
    /* transition: color 0.1s; */
    border-radius: 5px;
}
.view-button a:hover {
    background-color: var(--option-highlight-clr);
    color: var(--option-main-drk-clr);
}
.view-button-white {
    margin-top: 40px;
}
.view-button-white a {
    padding: 20px 40px;
    background-color: white;
    color: var(--option-main-drk-clr);
    border-color: var(--option-main-drk-clr);
    margin: 0 auto;
    transition: background-color 0.1s;
    /* transition: color 0.1s; */
    border-radius: 5px;
}
.view-button-white a:hover {
    background-color: var(--option-highlight-clr);
    color: white;
}
.hero-overlay {
    position: absolute;
    width: 100vw; 
    height: 100vh;
    background-color: var(--option-main-clr);
}
.hero-overlay > img {
    height: 100vh;
    z-index: -1;
}
/* .hero-overlay > h1 { */
#serv-mark{ 
    padding: 60px 50px;
    border-radius: 10px;
    background-color: #56e475c0;
}
.centered-title {
    color: white;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
    text-align: center;
    /* margin-top: 45%; */
}
.extend-height {
    /* Styles for the section that extends the remaining height */
}
.main-text {
    text-align: center;
    max-width: 450px;
    font-size: 18px;
    font-weight: 100;
    margin: 25px auto;
    padding-bottom: 10px;
}
.hero-box {
    width:100%; 
    /* height:900px; */
}
.material-sub {
    font-size: 22px; 
    font-weight: 600; 
    letter-spacing: 1px; 
    max-width: 400px;
    margin: 25px auto;
}
.two-column-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; /* Set your desired background color */
    padding: 30px 0;
}
.two-column-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 25px;
}
.column {
    flex: 1;
}
.text-content {
    text-align: center;
}
.text-content .buy-now-btn{
    font-size: 40px; 
    font-weight: bold;
    letter-spacing: 1px; 
    color: white;
}
.image-content {
    text-align: center;
    gap:10px;
}

.icon-group {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.market-box {
    max-width: 990px;
    margin: 0 auto;
    justify-content: space-around;
    gap: 50px;
}
.iso-list{
    max-width: 700px; 
    margin: 0 auto; 
    min-width:410px;
    padding:20px 20px 40px;
    background-color: var(--option-highlight-clr);
    border-radius: 50px;
    font-size: 18px;
    color:white;
}
.icon-col {
    gap:40px;
}
/* .icon-col > div:nth-child(1) {
    position: relative; 
    top: -70px !important;
}
.icon-col > div:nth-child(3) {
    position: relative; 
    top: 70px !important;
} */
.first-text {
    max-width: 800px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 40px;
}
.first-text > p:nth-child(1){
    font-size: 50px;
    letter-spacing: 10px; 
    color:white;
    margin-top: 0;
    padding-top:30px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 600;
}
.first-text > p:nth-child(2){
    font-size: 20px; 
    text-align:center; 
    font-weight: 600; 
    letter-spacing: 1px; 
    color:white;
}
img {
    max-width: 100%;
    height: auto;
}
.standards-header-box {
    display: grid;
}
.standards-hero-box {
    display: grid;
    grid-template-areas: "stack";
}
.standard-hero-img {
    grid-area: stack;
    /* z-index: 99 */
}
.standard-overlay {
    grid-area: stack;
    z-index: 1; /* Bring text to the front */
    color: white; /* Example text color */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight:800;
}
.stardard-main-text-box {
    display: flex;
    align-items: center;
    padding: 0 35px;
}
.stardard-main-text-box p {
    max-width: 900px;
    margin: 20px auto;
    color: white;
    font-size: 25px;
    text-align: center;
}
.standards-table-box {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 30px; */
    border: 1px solid white;
    padding: 0 35px 30px;
}
.standards-table-box h2 {
    text-align: center;
}
.standards-table-box table {
    gap:10px;
    background-color: var(--option-highlight-clr);
}
.site-footer {
    background-color: var(--option-footer-clr); /* Set your desired background color */
    color: #fff; /* Set your desired text color */
    padding: 20px 0;
    text-align: center;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0rem;
    line-height: 2rem;
}
.footer-left {
    text-align: left;
}
.footer-left h2 {
    margin: 0;
    font-size: 24px;
}
.footer-left p {
    margin: 0;
}
.footer-center {
    flex: 1;
}
.footer-texter{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 1.35rem;
    font-size: smaller;
}
.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0; /* Set your desired button background color */
    color: #333; /* Set your desired button text color */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.contact-button:hover {
    background-color: var(--option-highlight-clr); /* Set your desired button hover color */
}
.footer-right {
    text-align: left;
}
hr {
    border: none;
    border-top: 1px solid #ffffff5b; /* Set your desired line color */
    margin: 10px 0;
}
.site-footer a {
    color: #fff; /* Set your desired link color */
    text-decoration: none;
}
.navbar-links{
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    font-size: 1.2rem;
}
.footer-links a:hover{
    text-decoration: underline;
    color:var(--option-highlight-clr);
}
.contact-link {
    border: 4px solid var(--option-highlight-clr);
    border-radius: 7px;
}
.home-link:hover, .contact-link:hover, .request-link:hover{
    border-radius: 5px;
    background-color: var(--option-highlight-clr);
    color: white; 
    /* border: 1.5px solid var(--option-highlight-clr); */
}
.margin-top-form{
    padding-top: 4rem;
}

@media screen and (min-width: 1928px){
    .hero-overlay {
        width: unset;
    }
    .hero-overlay > img {
        height: auto;
    }
    .hero-box {
        height: 900px;
    }
   
}
@media screen and (min-width: 1900px){
    .standards-hero-box  {
        place-items: center;
        background-color: var(--option-main-clr);
        border: 1px solid var(--option-main-clr);
    }
    .stardard-main-text-box {
        border: 1px solid var(--option-main-clr);
    }
}
@media screen and (max-width: 1600px){
    .sticky-header {
        justify-content: center;
        width: 90%;
        gap: 25px;
        max-width: fit-content;
    }
    .navbar-links {
        /* font-size: .65rem; */
    }
}
@media screen and (max-width: 1350px){
    th {
        font-size: 12px;
    }
	.sticky-header, .footer-content, .two-column-content-buy{
        width: 90%;
    }
    .two-column-section {
        padding: 0;
    }
    .centered-title{
        width: 90%;
        text-align: center;
    }
    .capabilities {
         flex-direction: column-reverse !important;
    }
    .two-column-content{
        flex-direction: column;
    }
    #serv-mark {
        width:65%;
    }
    .icon-group {
        justify-content: center;
    }
    .main-text {
        max-width: 600px;
        text-align: center;
    }
    .capable-sub {
        max-width: 700px;
        font-size: 22px; 
        font-weight: 600; 
        letter-spacing: 1px;
    }
    .capable-group {
        max-width: 75%;
        margin: 30px auto;
    }
    .market-box {
        gap: 60px;
    }
    .material-box {
        margin-top:25px;
    }
    .material-text-box {
        max-width: 850px;
    }
    .standard-hero-img {
        height: -webkit-fill-available;
        margin-top: 80px;
    }
    .standard-overlay {
        font-size: 40px;
    }
}
@media screen and (max-width: 1100px){
    .navbar-links {
        font-size: .9rem;
    }
}
@media screen and (max-width: 960px){
    .sticky-header{
        flex-direction: column;
        max-width: 100%;
        gap: 0;
        font-size: .8rem;
    }
    .navbar-links{
        margin-bottom: 20px;
    }
    .material-text-box {
        max-width: 700px;
    }
	.hero-overlay img {
        /* max-width: max-content; */
    }
    .hero-section {

    }
    .navbar-main-link {
        padding: .3rem 1.3rem;
    }
}
@media screen and (max-width: 796px){
    .footer-links{
        display: none;
    }
    
    .footer-left{
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .margin-top-form{
        padding-top: 6.5rem;
    }
    .navbar-links {
        font-size: 0.6rem;
        justify-content: center;
        margin: 0;
    }
    .hero-overlay {
        overflow-x: hidden;
    }
    .hero-overlay img {
        max-width: unset;
    }
    .iso-list {
        margin: 0 auto;
        padding: 20px 10px 45px;
    }
    .iso-list > p {
        padding: 0 10px;
    }
    .text-content > ul li {
        font-size: 15px;
    }
    .first-text > p:nth-child(1){
        letter-spacing: 5px;
        font-weight: bold;
    }    
    .first-text > p:nth-child(2){
        padding: 0 25px;
    }
    .material-sub {
        margin-bottom: 5px;
        max-width: 350px;
    }
    .material-text-box {
        max-width: 550px;
    }
    .material-title-boxes {
        font-size: 25px;
    }
    .stardard-main-text-box p {
        font-size: 17px;
    }
}
@media (min-width: 480px) and (max-width: 768px){
	main{
        padding-top: 3rem;
    }
    h2 {
        margin-top: 20px;
    }
    .two-column-content {
        padding: 5px;
    }
    .icon-col{
        flex-direction: column;
        align-items: center;
    }
	.icon-col > div:nth-child(1) {
        position: relative; 
        left: -70px !important;
    }
    .icon-col > div:nth-child(3) {
        position: relative; 
        left: 70px !important;
        padding-bottom: 20px;
    }
     .capable-group {
        max-width: 65%;
    }
    .capable-group > div:nth-child(1) {
        position: relative; 
        left: 80px !important;
    }
    .capable-group > div:nth-child(2) {
        position: relative; 
        left: 40px !important;
    }
    .capable-group > div:nth-child(4) {
        position: relative; 
        left: -40px !important;
    }
    .capable-group > div:nth-child(5) {
        position: relative; 
        left: -80px !important;
    }
    .material-box {
        padding-bottom: 15px;
    }
    .capable-sub {
        margin: 15px auto;
        max-width: 550px;
    }
    .main-text {
        max-width: 460px;
        margin-top: 20px;
    }
    .market-box {
        margin-top: 60px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 770px){
    .standard-overlay {
        font-size: 30px;
    }
    .standard-hero-img {
        margin-top: 50px;
    }
}
@media screen and (max-width: 700px){
    .material-text-box {
        max-width:390px;
    }
    .material-tables {
        padding:10px;
    }

}
@media screen and (max-width: 600px){
    ul {
        padding: 10px;
    }
    .navbar-links {
        flex-direction: column;
        font-size: 1.1rem;
        letter-spacing: 10px;
        gap:2px;
    }
    .sticky-header {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
    }
    /* .one-column-section {
        padding: 0 10px;
    } */
    .standard-overlay {
        font-size: 23px;
        margin-top: 60px;
    }
    .standard-hero-img {
        margin-top: 100px;
    }
    
}
@media screen and (max-width: 480px){
	.home-link{
        display: none;
    }
    .navbar-links{
        max-width: 220px;
    }
    .text-content .buy-now-btn{
        font-size: 30px;
    }
    .nav-logo {
        max-width: 80px;
    }
    .sticky-header {
        flex-direction: column;
    }
    .ikon {
        max-width: 150px;
    }
    .ikon > p {
        font-size: 15px;
    }
    .iso-list {
        font-size: 16px;
        min-width: unset;
    }
    .text-content > ul li {
        font-size: 14px;
    }
    .material-box {
        padding: 45px 0;
    }
    .icon-col > div {
        left: unset !important;
        left: 0;
    }
    .capable-group > div {
        left: 0;
    }
    .one-column-section {
        margin-top: 170px !important;
    }
    .standard-hero-img {
        margin-top: 180px;
    }
    .standards-col {
        margin-top: 0px !important;
    }
    .standards-table-box > h2 {
        font-size: 34px !important;
    }
    .standard-overlay {
        margin-top: 170px;
    }
}
@media screen and (max-width: 340px){
    .standards-table-box > h2 {
        font-size: 1.5rem !important;
    }
}