﻿.header {
    text-align: center;
    font-family: Impact;
    padding: 10px 15px;
    border-bottom: 1px solid #00172d;
}

.header-logo {
    max-height: 110px;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 576px) {
    .header-logo {
        max-height: 70px;
    }
    .header {
        padding: 8px 10px;
    }
}

.header h1{
    font-size:72px;
    margin-bottom: 0px;
}

.header h2{
    font-size:16px;
}

.footer {
    text-align: center;
    border-top: 1px solid #00172d;
}

/*hr {
    color: #00172d;
}*/

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}

p {
    text-align: justify;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #00172d;
}
.border-bottom {
  border-bottom: 1px solid #00172d;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*color: #00172d;*/
  font-size: 16px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.codebar {
    background-image: url("../img/code_img_large.jpg");
    background-size: cover;
    height: 25px;
    background-position: 15% 15%;
    border-top: 1px solid #00172d;
    border-bottom: 1px solid #00172d;
}

.jumbotron {
    /*background-color: #00172d;*/
    position: relative;
    padding: 10px 35px 10px 35px
}

.jumbotron h1{
   /* font-weight: bold;*/   
}

.bottom-jumbo {
    /*   position: relative;
    top: -57px;
    
    background-position: 15% 25%;*/
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 9999;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bottom-jumbo-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    left:0;
    top:0;
    width: 25px;
}

.top-jumbo {
    /*   position: relative;
    top: -57px;
    
    background-position: 15% 25%;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/* Container width set at bottom of file */

.leadform {
    max-width: 500px;
    padding: 25px;
    /*background-color: #52cbf5;*/
    position: relative;
}

label{
    margin-top:3px;
}

.form-check{
    position:relative;
    top:2px;
}

.form-check-label{
    position:relative;
    top: -3px;
}

main{
    padding-bottom: 48px;
}

/*.btn-primary:hover {
    background-color: #043b6f;
}*/
.error {
    color: red;
}

/*.has-error input {
    border: 1px solid red;

    background-image: url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSbUF8ijoIW-ZFNk-M-KT-J3uUAfl6bNrkTWPcr3tw1HMjqVoFAFcoKRTk);
    display: inline-block;
    width: 123px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 96px 0;
    vertical-align: middle;
}*/

#message-bar {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: none;
    margin: auto;
    width: 100%;
}

/*body {
    background-image: url(/img/code_img_large.png);
    background-position: center top;
}*/

.text-18{
    font-size:18px;
}

/* ============================================
   SMPL.CX - Clean Modern Design
   ============================================ */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    margin-top: 1.5rem;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00172d;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #495057;
    max-width: 700px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 2.75rem;
    }
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

/* Section Titles */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #00172d;
}

/* Product Cards - Clean Style */
.product-card {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
}

.product-logo-header {
    padding: 2rem 1.5rem;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-logo {
    max-height: 60px;
    max-width: 100%;
    height: auto;
}

.product-tagline {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem !important;
}

.product-body {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-body > p {
    text-align: left;
    margin-bottom: 1.25rem;
    color: #495057;
    line-height: 1.7;
}

.product-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.product-features li {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
    color: #495057;
}

.product-features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.product-cta {
    margin-top: auto;
    text-align: center;
}

.product-cta .btn {
    padding: 0.625rem 1.5rem;
}

/* Values Section */
.values-section {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

.value-card {
    background: #fff;
    border-radius: 0.5rem;
    height: 100%;
}

.value-icon-wrapper {
    color: #1b6ec2;
    margin-bottom: 1rem;
}

.value-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #00172d;
    margin-bottom: 0.75rem;
}

.value-card p {
    font-size: 0.95rem;
    text-align: center;
    color: #6c757d;
    line-height: 1.6;
}

/* Contact Section */
.contact-form-card {
    background: #fff;
    border: 1px solid #e9ecef;
}

.contact-form-card .form-label {
    font-weight: 500;
    color: #495057;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-color: #dee2e6;
    padding: 0.625rem 0.875rem;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 0.2rem rgba(27, 110, 194, 0.15);
}

/* Button Styling */
.btn-primary {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
}

.btn-primary:hover {
    background-color: #155a9c;
    border-color: #155a9c;
}

.btn-outline-primary {
    color: #1b6ec2;
    border-color: #1b6ec2;
}

.btn-outline-primary:hover {
    background-color: #1b6ec2;
    border-color: #1b6ec2;
}

/* Wider container for product layout */
.container {
    max-width: 1100px;
}

/* Background utility */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Footer */
.footer {
    border-top: none;
}

.footer a.text-light:hover {
    color: #adb5bd !important;
    text-decoration: underline;
}