@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary-color: #00538d;
  --color-primary-100: #c7f0f9;
  --color-primary-200: #92dcf3;
  --color-primary-300: #58b5dc;
  --color-primary-400: #2e89ba;
  --color-primary-500: #00538d;
  --color-primary-600: #004079;
  --color-primary-700: #003065;
  --color-primary-800: #002151;
  --color-primary-900: #001843;
  --color-success-100: #ddf9d2;
  --color-success-200: #b6f3a7;
  --color-success-300: #80db74;
  --color-success-400: #4eb84c;
  --color-success-500: #1e8925;
  --color-success-600: #157524;
  --color-success-700: #0f6223;
  --color-success-800: #094f20;
  --color-success-900: #05411f;
  --color-info-100: #cee1fc;
  --color-info-200: #9ec2f9;
  --color-info-300: #6c9bee;
  --color-info-400: #4678de;
  --color-info-500: #1249c9;
  --color-info-600: #0d38ac;
  --color-info-700: #092990;
  --color-info-800: #051c74;
  --color-info-900: #031360;
  --color-basic-300: #edf1f7;
}

.hide {
  display: none;
}

.mobile-only {
  display: none;
}

html {
  /* padding: 0;
  margin: 0; */
  /* -moz-transform: scale(1);
  zoom: 100%; */
  font-family: "Poppins", sans-serif;
  /* Updated font-family to Poppins */
}

body {
  font-family: "Poppins", sans-serif;
  /* Updated font-family to Poppins */
  /* margin: 0;
  padding: 0; */
  /* overflow-y: auto; */
  scroll-behavior: smooth;
  transition: background 1s ease-in-out;
  /* background-color: #000; */
}

nav {
  font-family: "Poppins", sans-serif;
  /* Updated font-family to Poppins */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 60px; */
  background-color: #ffffff;
  /* z-index: 1000; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* text-transform: uppercase; */
  /* font-size: 12px; */
  /* gap: 40px; */

  nav {

    .collapsing,
    .show {
      /* background-color: white; */
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  }



  /* .dropdown:hover .dropdown-menu {
    display: block;
  } */

  .navbar-toggler {
    border: 0;

  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

}

nav a,
nav .menu {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 10px;
  transition: color 0.3s ease-in-out;
  font-size: 0.9rem;
}

/* Add this style for the logo */
nav img {
  max-height: 40px;
  max-width: auto;
}


.btn-register {
  background-color: #00a600;
  color: #fff;
  border-radius: 10px;
  /* height: 35px; */
  /* width: 12rem; */
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  display: block;
  margin: auto;
}

.btn-register:hover {
  box-shadow: rgba(0, 0, 0, 0.418) 0px 5px 15px;
  color: #fff;
  background-color: #00a600;
}

.submenu {
  display: none;
  position: absolute;
  /* background-color: #333; */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.submenu li {
  display: block;
  padding: 30px 10px;
  text-align: right;
}

.wide-view a {
  padding-top: 1rem;
}

a {
  color: inherit;
  /* text-decoration: none; */
}

a:hover {
  font-weight: 600;
}

.nav-item {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 10px;
  transition: color 0.3s ease-in-out;
  font-size: 0.9rem;
}

.nav-item:hover {
  /* color: white; */
  background-color: var(--color-basic-300);
}

.dropdown-item {
  font-weight: inherit;
}


.menu-img {
  max-height: 30px;
}





.main-logo {
  max-height: 320px;
  min-width: 400px;
  width: 750px;
  padding-left: 10%;
  padding-right: 10%;
}

.strong {
  font-weight: 600;
}

.text-align-left {
  text-align: left;
}

.banner-text {
  font-size: 2rem;
}

.browser-icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

section {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding: 20px;
  box-sizing: border-box;
  /* opacity: 0; */
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  /* background: url("placeholder-image.jpg") center/cover no-repeat; */
  transform: translateY(0);

  /* header {
    font-size: 24px;
    margin-bottom: 20px;
  } */

  h1 {
    font-size: 28px;
  }

  .feature-heading {
    font-weight: 500;
    font-size: 1.1rem;
  }

  .feature-description {
    margin-top: 0.3rem;
    padding-bottom: 3rem;
  }

  .feature-description:last-of-type {
    padding-bottom: 0;
  }

  /* div {
    font-size: 16px;
  } */

  .text-bubble-white {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    margin: 1rem;
    text-align: left;
    color: #2f3031;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .text-bubble-primary {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    margin: 1rem;
    text-align: left;
    border: 0;
  }

  .shadow-light-bg {
    box-shadow: rgba(0, 0, 0, 0.418) 0px 5px 15px;
    border-radius: 0.5rem;
  }

  .shadow-dark-bg {
    box-shadow: rgba(255, 255, 255, 0.356) 0px 5px 15px;

    border-radius: 0.5rem;
  }

  .limit-width {
    width: auto;
    max-width: 300px;
  }

  footer {
    background-color: inherit;
    bottom: 0;
    color: inherit;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    max-width: 100%;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 65%;

    #copyright {
      min-width: 320px;
    }

    #terms-link {
      min-width: 115px;
    }

    #terms-privacy {
      justify-content: space-between;
      display: flex;
      width: 40%;
    }

    div {
      font-size: 0.8rem;
      max-width: 100vw;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:hover {
      font-weight: 700;
      /* text-decoration: underline; */
      /* text-decoration-thickness: 2px; */
      /* color: inherit; */
    }
  }



}

section.active {
  opacity: 1;
  transform: translateY(0);
}

.supported-platforms {
  transform: translateY(-22px);
  max-height: 250px;
}

#introduction {
  background: var(--color-primary-600);
  color: white;
}

#getstarted {
  background-color: var(--color-primary-500);
  color: white;
}


#profit {
  height: 700px;
  background-color: var(--color-primary-800);
  color: white;
}

#preview {
  background-color: var(--primary-color);
  color: #ffffff;
}

#features-new {
  min-height: 980px;
  max-height: 1100px;
  height: 100vh;
  /* background-color: var(--primary-color); */
  background-image: linear-gradient(var(--color-primary-500), var(--color-primary-700), var(--color-primary-700));
  color: white;
  margin: 0;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 10rem;
  padding-top: 5rem;

  .feature-name {
    line-height: 1.85;
    font-size: 1.3em
  }

  .feature-name:before {
    content: "✅ ";
  }

  .col {
    img {
      max-height: 700px;
      min-width: 280px;
    }
  }
}

#features {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
}

#features2 {
  background-color: #ffffff;
  color: #333333;

  .contact-form {
    width: 64px;
  }
}

#prompts {
  /* background-color: var(--color-primary-500);
  color: #fff; */
  padding: 0;
  /* height: 950px;
  min-height: 900px; */
  vertical-align: middle;
  margin: auto;
  display: flex;

  .fourbyfour {
    flex-basis: 50%;
    /* width: 25%; */
    height: 350px;
  }

  img {
    width: 350px;
    height: auto;
  }
}


#roster-benefits {
  background-color: var(--color-primary-700);
  background-image: linear-gradient(var(--color-primary-700), var(--color-primary-500));
  color: #fff;
}

#vehiclechecks {
  background-color: #aaaaaa;
  height: 950px;

  .prompt-step {
    border-radius: 10px;
    margin: 1rem;
  }

}

.img-portrait {
  border: 1px solid #5e5e5e54;
  max-width: 400px;
}

#feature-details {
  background-color: #ffffff;
  color: #333333;
  height: 100vh;
  padding-bottom: 15rem;

  #roster-landscape {}

  .reports {
    /* margin: 0;
    padding: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;

    /* justify-content: center; */
    /* max-width: 385px; */
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 56px; */
  }

  .reports-container {
    position: relative;
    width: 300px;
    height: 300px;
  }

  .img-report {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* height: 435px; */
    /* max-width: 288px; */
    max-width: 100%;
  }

  .img-report1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .img-report2 {
    top: 63px;
    left: 84px;
  }
}



#qr {
  background-color: #ffffff;
  color: #333;
}

#pricing {
  text-align: center;
  /* height: 1000px; */
  /* padding-bottom: 5rem; */
  /* background-color: var(--color-primary-500); */
  color: #000000;
  /* color: white; */

  #pricing-container {
    /* max-width: 800px; */
    /* margin: 50px auto; */
    /* background-color: #fff; */
    padding: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* color: black; */
  }

  h1,
  h2,
  h3 {
    /* color: #333; */
  }

  div,
  p,
  header {
    max-width: none;
  }

  .pricing-plan {
    border: 1px solid #999;
    border-radius: 5px;
    /* margin: 20px 0; */
    margin: 10px;
    padding: 20px 0px;
    text-align: center;
    width: 250px;

    transition: outline 0.6s linear;
    position: relative;
    height: 380px;
    color: #333;
  }

  .pricing-plan .badge {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
  }

  .pricing-plan:hover {
    /* background-color: var(--color-info-100); */
    /* border: 2px solid black; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    outline-width: 10px;
    /* background-color: #fff; */
    /* background-color: var(--color-basic-300); */
    border: 0;
  }

  .pricing-plan a {
    background-color: #00a600;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0.5rem 20px;
    text-decoration: none;
    width: 10rem;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .btn-register:hover {
    box-shadow: rgba(0, 0, 0, 0.418) 0px 5px 15px;
    color: #fff;
  }

  .pricing-plan .description {
    font-size: 0.85rem;
  }

  .btn-align-bottom {
    position: absolute;
    bottom: 1rem;
    transform: translateX(-50%);
    margin: 0;
  }

  hr {
    opacity: 0.15;
    width: 70%;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  ul {
    line-height: 2;
  }

  li {
    text-align: start;
  }

  li.faded {
    opacity: 0.5;
    list-style-type: none;
  }

  .signup-link {
    color: #fff;
    background-color: var(--color-primary-500);
  }

  .signup-link:hover {
    background-image: linear-gradient(#007bff, var(--color-primary-600));
  }

  .get-started {
    background-color: var(--color-success-500) !important;
  }

  .get-started:hover {
    background-image: linear-gradient(var(--color-success-300),
        var(--color-success-700));
  }

  .btn-signup:hover {
    /* background-image: linear-gradient(#007bff, var(--color-primary-600)); */
    /* background-color: var(--color-success-500); */
    box-shadow: rgba(0, 0, 0, 0.418) 0px 5px 15px;
  }



  .custom-plan {
    color: #555;
    text-align: center;
  }

  .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }

  .num-guards {
    font-size: 0.95rem;
  }


}

#faq {
  /* background-color: var(--color-primary-500); */
  background-image: linear-gradient(var(--color-primary-500), var(--color-primary-700), var(--color-primary-700));
  /* color: #000000; */
  color: white;

  /* height: 600px; */
  padding-top: 5rem;
  padding-bottom: 8rem;

  #accordion-questions {
    width: 900px;
  }

  .accordion-body {
    text-align: left;
  }

  .accordion-button {
    font-weight: 700;
    line-height: 1.7rem;
    text-transform: capitalize;
  }
}

#transactions {
  background-color: var(--primary-color);
  color: #ffffff;

  ol {
    text-align: left;

    li {
      padding-left: 1rem;
      margin-bottom: 1rem;
    }
  }

  ul {
    text-align: left;
  }

  p {
    margin-bottom: 0.3rem;
  }

  a {
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    /* border: 1px solid #555; */
    background-color: var(--color-success-500);
    /* background-image: linear-gradient(#007bff, var(--color-primary-600)); */
    background-color: #fff;
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
    font-weight: 700;
    margin-top: 10px;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 1.25rem;
    padding: 1rem 4rem;
  }

  /* a:hover {
    color: #fff;
    background-image: linear-gradient(#007bff, var(--color-primary-600));
  } */
}

#about {
  /* background-color: var(--primary-color); */
  background-image: linear-gradient(var(--color-primary-500), var(--color-primary-700), var(--color-primary-700));
  color: #ffffff;
  padding: 10rem 10rem;
  text-align: left;
  line-height: 1.7rem;
  height: 600px;
  padding-bottom: 10rem !important;

  max-height: 1100px;
  height: 100%;

  .content {
    /* padding: 0 5rem; */
  }

  .asial-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;

  }

  .address {
    padding-top: 2rem;
  }
}

#mission-vision {
  height: 400px;
  padding-bottom: 5rem;
  line-height: 2;

  back .mv-section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#contact-section {
  text-align: center;
  background-color: #000;
  color: #fff;
  height: auto;
  padding: 5rem;
  padding-bottom: 7.5rem;

  .contact {
    padding: 2rem 0;

  }

  .address {
    padding: 1rem 0;
  }

  /* background-color: #000000; */
  /* color: #ffffff; */

  /* a {
    color: #fff;
    text-decoration: none;
  } */

  /* a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
  } */

  /* div {
    line-height: 1.8;
  } */
}

.price {
  font-size: 1.2rem;
  font-weight: 600;
}

.plan-frequency {
  font-size: 0.8rem;
}

.small {
  font-size: 0.7rem;
}

.guard-location {
  border-radius: 10px;
  min-height: 56rem;
  object-fit: none;
  object-position: 47% 14%;
  width: 32rem;
  height: 38rem;
  width: 37rem;
  object-position: 47% 85%;
}

img {
  max-height: 100vh;
  max-width: 100%;
}



/* For displays up to 320px wide (small mobile) */
@media only screen and (max-width: 320px) {
  body {
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-portrait {
    border: 1px solid #5e5e5e54;
    max-width: 320px;
  }

  #feature-details {
    background-color: #ffffff;
    color: #333333;
  }

  nav {
    font-size: 12px;
    justify-content: flex-start;


  }


}



/* For displays up to 575px wide (mobile) */
@media only screen and (max-width: 575px) {
  body {
    max-width: 575px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-view {
    display: contents;
  }

  .wide-view {
    display: none;
  }

  section,
  p,
  ol,
  ul,
  li {
    font-size: 14px;
  }





  nav {
    /* text-transform: uppercase; */
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    padding: unset !important;
    padding: 0.2rem 0 !important;
    gap: unset;




  }

  .row {
    justify-content: center;
  }

  h1 {
    font-size: 24px;
  }

  .main-logo {
    max-height: 100px;
    /* max-width: 77vw; */
    width: auto;
    min-width: auto;
    padding-left: unset;
    padding-right: unset;
  }

  .guard-location {
    /* object-position: 46% 47%; */
    /* height: 32rem; */
    /* width: 350px; */
    object-fit: cover;
    border-radius: 0;
  }

  header {
    font-size: 16px;
  }

  .img-portrait {
    border: 1px solid #5e5e5e54;
    max-width: 320px;
  }

  .img-report {
    max-width: 225px !important;
  }

  #feature-details {
    background-color: #ffffff;
    color: #333333;

    #roster-landscape {}
  }

  #features-new {
    height: unset;
    max-height: unset;
    min-height: unset;
    padding-top: 3rem;

    .col {
      margin-bottom: 1rem;
    }

    img {
      display: flex;
    }
  }



  #profit {
    .profit-img {
      margin-bottom: 5rem;
      ;
      padding-bottom: 5rem;
    }
  }

  #pricing {
    #pricing-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .pricing-plan {
      width: -webkit-fill-available;
      margin-left: 0;
      margin-right: 0;
    }

    .pricing-plan a {
      /* width: fit-content;
      width: -moz-fit-content; */
      margin: auto;
      margin-top: 10px;
    }
  }

  #about {

    padding: 3rem;

    max-height: 1500px;


    .content {
      padding: 0;
    }

    .asial-logo {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 5rem;

    }

  }

  #contact-section {
    padding: 5rem 1rem;
  }

  footer {
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    width: auto !important;
    display: block;


    #terms-privacy {
      /* align-content: flex-start; */
      /* align-items: flex-end; */
      /* flex-wrap: wrap; */
      /* gap: 50px; */
      /* margin: auto; */
      /* padding-left: 30px; */
      /* text-align: center; */
      /* width: 40%; */
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-around !important;
      width: auto !important;
      margin-bottom: 0.5rem;
      /* padding:0.5rem 3rem; */
    }

  }


}

@media only screen and (max-width: 991px) {
  .mobile-only {
    display: contents;
  }

  section {
    .text-bubble-white {
      margin: 1rem 0;
      padding: 1.5rem;
    }

    footer {
      width: unset;
    }


  }

  nav {

    .collapsing,
    .show {
      /* text-align: end; */
      /* background-color: white; */
      /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    }

    a.dropdown-item {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }

    a.nav-link {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

    a.nav-link:active {
      background-color: grey;
      border-radius: 1rem;
    }

    .desktop-only {
      display: none;
    }
  }

  section {
    height: auto !important;
  }




  #faq {
    #accordion-questions {
      width: 100%;
    }
  }

  #about {
    padding: 3rem;
    background-color: red;
  }

  #features-new {
    max-height: unset;
    padding-top: 3rem !important;
    font-size: 1rem !important;

    .feature-name {
      font-size: inherit;
    }

    img {
      display: flex;
      margin: auto;
    }

    .col {
      margin-bottom: 1rem;
    }
  }

  .responsive-flex {
    flex-direction: column;
  }
}


/* Larger than 576px wide */
@media only screen and (min-width: 576px) {
  .img-report {
    max-width: 288px;
  }
}