/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/**

* AALayer, © 2017
* All Rights Reserved
* www.aalayer.com
  -
* Template: lowendhost
* For any issue or question contact our support.

**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff !important;
    margin-right: 0px !important;
  }
  html {
    font-family: 'Montserrat', sans-serif !important;
  }
  #main-body {
      padding-top: 45px !important;
      padding-bottom: 35px !important;
      background: #fff !important;
  }
  .container {
    padding-right: 19px;
    padding-left: 19px;
  }


.container.fixed {
    margin: 0 auto;
    height: 100vh; /* Full viewport height */
    display: flex; /* Helps with layout control */
    flex-direction: column; /* Ensures content flows properly */

}


  ::-moz-selection { background: #3994A8; color: white}
  ::selection { background: #3994A8; color: white;}
  ::-webkit-scrollbar {
    width: 11px;
    background-color: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3994A8;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #40A1B7;
    border-radius: 10px;
  }



  #order-standard_cart .view-cart-items-header {
    background-color: #3994A8;
  }
  a {color: #919393;
  background-color: transparent;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  border-radius: 1px;}
  a:hover, a:active {
    color: #3994A8;
    outline: 0;
    text-decoration: none !important;
  }
  

  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
      border-top: 1px solid transparent !important;
      background-color: #3994A8 !important;
      border-bottom: 1px solid transparent !important;
  }
  .dataTables_wrapper .dataTables_info
  {
    background-color: #3994A8 !important;
  }
  .home-shortcuts {
    background-color: #fff !important;
  }
  .home-shortcuts li, .home-shortcuts li:first-child {
    border-color: #F1F1F1
  }
  #order-boxes .fields-container {
    border-top-color: #3994A8 !important;
    border-bottom-color: #3994A8 !important;
  }
  #order-boxes .fields-container .field-row:nth-child(even) {
    background-color: #EEEEEE !important;
  }
  #order-boxes .fields-container .field-row:nth-child(odd) {
    background-color: #FFF9F8 !important;
  }
  #order-boxes table.styled tr th {
    background-color: #3994A8 !important;
  }
  #order-boxes table.styled tr.carttablesummary td {
    background-color: #FFF4F2 !important;
  }
  .alert-info {
    background-color: rgba(232, 102, 76, 0.8) !important;
    color: white !important;
  }
  .form-control {
    min-height: 40px;
  }
  .form-control:focus, .form-control:active {
    border-color: transparent !important;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.8) inset, 0 0 4px rgba(255, 255, 255, 0.8) !important;
  }
  .lehlogo {
    max-width: 255px !important;
    margin-top: 2px;
  }
  .btn-info, .btn-default{
  background-color: transparent !important;
  color: #3994A8;
  border: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #3994A8;
  }
  ul.top-nav>li.primary-action>a.btn {
    background-color: #3994A8 !important;
  }
  ul.top-nav>li>a:hover {
      color: #333 !important;
  }
  .btn-info:hover, .btn-info:focus, .btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #3994A8 !important;
    border-color: transparent;
    color: white;
  }
  .btn-warning, .btn-primary {
    background-color: #3994A8;
    color: white;
    border-color: transparent;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #40A1B7 !important;
    border-color: #3994A8 !important;
  }
  .footer {
    background-color: rgba(0,0,155,0.9);
  }
  .footer .container {
    padding: 40px 2px 40px 20px;
  }
  .footer .flogo {
    max-width: 72%;
    padding-bottom: 5px;
  }
  .footer .col-md-3 li{
    font-size: 16px;
    list-style: none;
    margin-top: 12px;
  }
  .footer .col-md-3 li a {
    color: #fff;
    transition: all .2s ease;
  }
  .footer .col-md-3 li a:hover {
    padding-left: 4px;
    color: #40A1B7;
    transition: all .2s ease;
  }
  .footer .col-md-2 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .footer .col-md-2 .fa {
    font-size: 36px;
    margin-right: 8px;
    margin-top: 4px;
    opacity: 0.6;
  }
  .footer .col-md-2 .fa:hover {
    color: #40A1B7;
    opacity: 1;
  }
  .footer .col-md-2 .fa-facebook-square:hover {
    color: #3b5998;
  }
  .footer .col-md-2 .fa-twitter-square:hover {
    color: #1da1f2;
  }
  .footer .col-md-2 .fa-google-plus-square:hover {
    color: #dd4b39;
  }
  .footer .col-md-2 .fa-instagram:hover {
    color: #f56040;
  }
  .footer .col-md-2 .fa-youtube-square:hover {
    color: #cd201f;
  }
  .footer .col-md-2 .fa-linkedin-square:hover {
    color: #00a0dc;
  }
  .footer .col-md-4 p {
  color: #fff;
  }
  blockquote {
    border-color: #3994A8;
  }
  .logincontainer {
    background-color: white;
    padding: 40px 60px 40px 60px;
    border-radius: 4px;
  }
  section#home-banner {
    /* background-image: url('../img/main.jpg');  
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;  */

  position: relative;
  width: 100%;
  height: 75vh; /* Adjust height as needed */

  overflow: hidden;

  }

#xoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top:300px;
  background: linear-gradient(to bottom, rgba(55, 55, 155, 0.1) 5%, rgba(55, 55, 255, 1) 100%);
}

#background-video {
  position: absolute;
  bottom: -400px; /* Moves the video **up** by 200px */
  left: 0;
  width: 100%;
  height: calc(100% + 400px); /* Makes the video **larger** to cover missing pixels */
  object-fit: cover; /* Ensures the video covers the entire banner */

}

  div.header-lined h1 {
    font-weight: bold !important;
  }
  @media (max-width: 767px) {
    body {
      max-width: 98% !important;
    }
  }


.courve-gb-hdr-top{
    height: 100%;
    background: url(../img/curve-layer.svg) bottom no-repeat;
    background-size: 103%;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 0;
    pointer-events: none; /* Allows clicks to pass through */
}

ul.first-col {
        display: inline-block;
        min-width: 200px;
        font-weight: bold;
}

.fa-star,.fa-rocket,.fa-server,.fa-database,.fa-ambulance,.fa-pencil {
    float: left;
    padding-top:22px;
    margin-right: 22px;
    font-size: 22px;
}

.headertext {
	color: #fff;
}

#wrap {
	margin:0 auto;
        position:relative;
	width:100%;
}


.navbar-light .container {
	height:120px;
}


.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.product {
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    width: 230px;
    background: linear-gradient(to bottom right, #fdfdfd, #e9f0ff);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    z-index: 1;
}

.product {
    transition: transform 0.2s ease, background 0.3s ease;
}


.product {
    overflow: hidden;
}



.product legend {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #007bff, #00c6ff);
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.product ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.product ul li {
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
    color: #555;
}


.product .price {
    font-size: 1.4em;
    font-weight: bold;
    color: #17a2b8; /* A cool blue for annual pricing */
    margin: 10px 0;
}

.product .price.annual {
    color: #17a2b8; /* A cool blue for annual pricing */
}

.product .price.unavailable {
    color: #999;
    font-style: italic;
}

.product .btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.product .btn:hover {
    background-color: #eee;
    color: #333;
}







/* Unique backgrounds for each product */
.products fieldset:nth-child(2) {
    background: linear-gradient(to bottom right, #e9f0ff, #dbe7ff);
}
.products fieldset:nth-child(3) {
    background: linear-gradient(to bottom right, #dbe7ff, #c7dbff);
}
.products fieldset:nth-child(4) {
    background: linear-gradient(to bottom right, #c7dbff, #b2cfff);
}

/* Hover effect: only the hovered product turns white */
.product:hover {
    background: #ffffff !important;
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.product-group-header {
    background: linear-gradient(to right, #007bff, #00c6ff);
    color: white;
    padding: 16px 24px;
    margin: 0;
    border-radius: 8px 8px 0 0;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



.splash-image {
    height: 100%;
    width: auto;
    min-width: 100%; /* force it to stretch beyond container if needed */
    object-fit: cover;
}

.splash-wrapper {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: visible; /* allow image to overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-image {
    height: 100%;
    width: auto;
    min-width: 100%; /* force it to stretch beyond container if needed */
    object-fit: cover;
    border-radius: 8px 8px 8px 8px;

}


.parallax-container {
    height: 250px;
    overflow: hidden;
    position: relative;
    perspective: 1px;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    width: auto;
    transform-origin: center;
    will-change: transform;
}


.gradient-background {
    background: linear-gradient(to bottom, #ffffff, #efefef);
    padding: 40px;
    border-radius: 8px;
}

.hidden {
  display: none !important;
}


.kernel-config {
  margin-top: 2rem;
}

.section-title {
  margin-bottom: 1rem;
  font-weight: 600;
}

.kernel-form .form-group {
  margin-bottom: 1.5rem;
}

.kernel-form .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-help {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.form-help p {
  margin-bottom: 0.5rem;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn-secondary {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
}

.small-text {
  color: #555;
  font-size: 0.775rem; /* or 14px */
  line-height: 1.5;
}

.iso-management {
  margin-top: 2rem;
}

.section-title {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.iso-panel {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.iso-panel .panel-heading {
  background-color: #f7f7f7;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ddd;
}

.iso-panel .panel-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.iso-panel .panel-body {
  padding: 1rem;
}

.form-text.text-muted {
  font-size: 0.875rem;
  color: #666;
}

.form-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.btn-sm i,
.btn-primary i {
  margin-right: 0.3rem;
}
