body{font-family: "Lato", sans-serif; font-size: 18px;}

h1{font-size: 35px;font-family: "Montserrat", sans-serif;}

.themcolour{color: #003B8C;}

/* Header style */
.container {
max-width: 1180px;
margin: 0 auto;
}

    nav.navbar {
    padding: 24px 0px;
    box-shadow: 1px -1px 6px 1px #ccc;
  background: #fff;}
   .sticky-top {
z-index: 999999;
} 
    .navbar-brand {
      font-weight: 700;
      color: #003B8C !important; 
      letter-spacing: 1px;
    }

    .nav-link {
      color: #000;
      font-weight: 500;
      margin: 0 8px;
      font-size: 18px;
      padding: 0px 15px !important;
    }

    .nav-link.active {color: #003B8C !important;}
   .nav-link:hover {color: #003B8C}

    .btn-contact {
      background-color: #2374E2;
      color: #fff;
      font-weight: 500;
      border-radius: 6px;
      padding: 8px 16px;
      transition: 0.3s;
      font-size: 18px;
    }

    .btn-contact:hover {
      background-color: #000;
      color: #fff;
    }
/* hero section */

.herosection{background-color: #F9FBFF;padding: 80px 0px;position: relative;}
.vactor-right{position: absolute;top: 20%;right: 0;}
.vactor-left{position: absolute;bottom: -10%;left: 0;}
.hero-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      background-color: #F9FBFF;
    }

    .hero-content {
      flex: 1 1 55%;
    }

    .hero-content h1 {
      font-size: 48px;
      font-weight: 600;
      line-height: 1.3;
      color: #000;
    }

    .hero-content h1 span.blue {
      color: #1a4d8f;
    }

    .hero-content p {
      margin-top: 35px;
      font-size: 18px;
      color: #000;
      line-height: 36px;
    }

    .hero-points {
      margin-top: 37px!important;
      margin-left: -30px;
    }

    .hero-points li {
      list-style: none;
      font-weight: 600;
      margin-bottom: 12px;
      position: relative;
      padding-left: 30px;
      font-size: 19px;
    }

    .hero-points li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #1a4d8f;
      font-weight: 700;
    }

    .hero-buttons {
      margin-top: 30px;
    }

    .btn-primary-custom {
      background-color: #2374E2;
      color: #fff;
      border: none;
      padding: 10px 24px;
      border-radius: 8px;
      font-weight: 500;
      margin-right: 10px;
      transition: 0.3s;
      font-size: 18px;
    }

    .btn-primary-custom:hover {
      background-color: #000;
      color: #fff;
      
    }

    .btn-outline-custom {
      border: 1.5px solid #1a73e8;
      color: #1a73e8;
      padding: 10px 24px;
      border-radius: 8px;
      font-weight: 500;
      transition: 0.3s;
      font-size: 18px;
    }

    .btn-outline-custom:hover {
      background-color: #1a73e8;
      color: #fff;
    }

    .hero-image {
      flex: 1 1 40%;
      text-align: center;
    }

    .hero-image img {
      max-width: 100%;
      height: auto;
    }

/* The Problem section */


.problem-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      padding: 80px 0px;
    }

    .problem-content {
      flex: 1 1 55%;
    }

    .problem-content h1 {
      color: #1a4d8f;
     
      margin-bottom: 20px;
    }

    .problem-content p {
      font-size: 18px;
      color: #000;
      line-height: 36px;
      margin-bottom:30px;
      
    }

    .problem-content ul {
      margin-top: 20px;
      padding: 0;
      list-style: none;
    }

    .problem-content ul li {
      position: relative;
      padding-left:45px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #000;
    }

    .problem-content ul li::before {
      content: "⬇";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    background: #1a4d8f;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    }

    .problem-image {
      flex: 1 1 40%;
      text-align: center;
    }

    .problem-image img {
      max-width: 100%;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
.routing-image {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    background: #fff;
    padding: 32px 7px;
    border-radius: 11px;
}
.routing-image img {
    width: 100%;}
.thenewway{background-color: #003B8C; padding: 60px 0px;}
.thenewway h1{color: #fff; text-align: center;margin-bottom: 45px;}
.card-custom {
      border: none;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      background: #fff;
      height: 100%;
    }
    .card-title {
      color: #083d77;
      font-size: 22px;
      margin-bottom: 15px;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
    }
    .card-custom ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .card-custom ul li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #000;
      position: relative;
      padding-left: 27px;
    }
    .card-custom ul li::before {
     content: "✔";
    position: absolute;
    left: 0;
    color: #083d77;
    font-weight: 700;
    }

/* appwork section */
.appwork-section{ padding: 60px 0px; position: relative;}
.appwork-section h1{color: #083d77; text-align: center;margin-bottom: 45px;}

.accordion-button {
 background-color: #f8f9fa;
color: #0b1d3a;
font-family: "Montserrat", sans-serif;
       font-size: 22px;
    }

    .accordion-button:not(.collapsed) {
      background-color: #0b56d5;
      color: #fff;
    }

    .accordion-body {
      background-color: #f0f5ff;
    }

    .accordion-item:first-child .accordion-button {

      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
   .accordion-button::after {
      filter: invert(23%) sepia(90%) saturate(4037%) hue-rotate(209deg) brightness(96%) contrast(105%);
    }
 .accordion-button:not(.collapsed)::after {
      filter: brightness(0) invert(1);
    }
    .accordion-item:first-child .accordion-body {
      background-color: #f0f5ff;
    }

.accordion-item {
border: none;
border-radius: 0;
overflow: hidden;
border-bottom: solid 1px #EAEAEA;
}
.accordion-item ul li {
    padding-bottom: 8px;
}
.app-images img {width: 100%;}

 .vactor-right2{position: absolute;top: 10%;right: 0;}
.vactor-left2{position: absolute;bottom: 17%;left: 0;}

/* Backend-Works-section */
.backend-section{position: relative; background-color: #F9FBFF;padding: 60px 0px;}
.backend-section h1{color: #003B8C; text-align: center;margin-bottom: 45px;}


.feature-block {
  margin-bottom: 50px;
}

.feature-title {
  color: #1a64d3;
  margin-bottom: 0.5rem;
   font-family: "Montserrat", sans-serif;
   font-size: 22px;
}

.feature-list {
  list-style: none;
  padding-left: 1.2rem;
  margin: 0;
  margin-left: -19px;
  margin-top: 17px;
}

.feature-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 11px;
  font-size: 18px;
  color: #000;
}

.feature-list li::before {
  content: "\276F"; 
  position: absolute;
  left: 0;
  color: #1a64d3;
  font-size: 0.9rem;
}

.featureimages img {width: 100%;margin-bottom: 10px;}
.value-section{position: relative;padding: 60px 0px;}
.value-section h1{color: #003B8C; text-align: center;margin-bottom: 45px;}
.value-list {list-style: none;padding: 0;margin: 0;}
.value-list li {margin-bottom: 20px;display: flex;align-items: flex-start;gap:20px;position: relative;}
ul.value-list li i {
    font-size: 24px;
}
.value-list strong {color: #0a2a66;}
.value-img img {width: 100%;max-width: 480px;height: auto;}

 .vactor-right3{position: absolute;top: 2%;right: 0;}
.vactor-left3{position: absolute;bottom: 17%;left: 0;}


/* kpis-section */
.kpis-section{position: relative; background-color: #F9FBFF;padding: 60px 0px;}
.kpis-section h1{color: #003B8C; text-align: center;margin-bottom: 15px;}
.kpis-section p{color: #000; text-align: center;margin-bottom: 45px;}
.kpi-card {background-color: #ffffff;border: 1px solid #e1e5ee;border-radius: 12px;padding: 25px 25px 25px 25px;text-align: left;transition: all 0.3s ease;height: 100%;}

.kpi-card:hover {box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);}

    .kpi-icon {
      background-color: #0a2a66;
      color: #ffffff;
      width: 55px;
      height: 55px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      margin-bottom: 15px;
      float: left;
    }

    .kpi-title {
      color: #00357D;
      font-size: 20px;
      margin-bottom: 12px;
      float: left;
      padding: 11px 15px;
    }

    .kpi-card ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      line-height: 1.7;
      width: 100%;
      float: left;
      margin-bottom: 35px;
    }

    .kpi-card li {
      font-size: 16px;
      padding-bottom: 6px;
    }


    /* kpis-section */
.whynow-section{position: relative; background-color: #F9FBFF;padding: 60px 0px;
background-image:linear-gradient(to top, #002a62e8, #002a62e8), url(../images/whyus-bg.png);}
.whynow-section h1{color: #fff; text-align: center;margin-bottom: 15px;}
.whynow-section p{color: #fff; text-align: center;margin-bottom: 85px;}

.whynow-list {list-style: none;padding: 0;margin: 0;}
.whynow-list li {margin-bottom: 20px;display: flex;align-items: flex-start;gap: 15px;position: relative; color: #fff;}
ul.whynow-list h2 {color: #fff;font-size: 27px;margin-bottom: 31px; font-family: "Montserrat", sans-serif;}
.whynowbottom-text{ margin-top: 25px; color: #fff;}
.whynow-list li i {font-size: 22px;}


/* Pricing & ROI Section */
    .pricing-section {
      padding: 60px 15px;
      background-color: #ffffff;
    }

    .pricing-card {
      background-color: #E4EAFF;
      border: 1px solid #dfe3ef;
      border-radius: 10px;
      padding: 25px;
      align-items: center;
      position: relative;
      margin: 0px 50px;
      padding-left: 99px;
      min-height: 230px;
    }

  

    .pricing-card.light {
      background-color: #F9FBFF;
    }

    .pricing-icon {
      width: 145px;
      height: 145px;
      border-radius: 8px;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border: 1px solid #dfe3ef;
      padding: 15px;
      position: absolute;
      left: -80px;
      top: 18%;
    }

    .pricing-icon img {
      width: 100%;
    }

    .pricing-content h5 {
      font-weight: 600;
      color: #0a2a66;
      margin-bottom: 12px;
      font-size: 24px;
      padding-bottom: 15px;
    }

    .pricing-content ul {
      list-style: disc;
      padding-left: 20px;
      margin: 0;
      color: #000;
    }

    .pricing-content li {
      margin-bottom: 16px;
      font-size: 18px;
    }

    /* Get Started Section */
    .get-started-section {
      background-color: #f7faff;
      padding: 60px 15px;
    }

    .get-started-section h3 {
      color: #0a2a66;
      font-size: 35px;
margin-bottom: 15px;
font-family: "Montserrat", sans-serif;
font-weight: normal;
    }

    .get-started-section p {
      font-size:22px;
      margin-bottom: 25px;
    }

    .contact-info a {
      color: #0a2a66;
      text-decoration: none;
      font-weight: 600;
    }
.contact-info p {
    font-size: 18px;
    margin-bottom: 11px;
}
    .btn-demo {
      background-color: #0a57ff;
      color: #fff;
      padding: 10px 25px;
      border-radius: 6px;
      border: none;
      font-weight: 500;
      transition: all 0.3s ease;
      font-size: 18px;
    }

    .btn-demo:hover {
      background-color: #004ad4;
    }

    .btn-contact {
      border: 1px solid #0a57ff;
      color: #0a57ff;
      background-color: transparent;
      padding: 10px 25px;
      border-radius: 6px;
      font-weight: 500;
      transition: all 0.3s ease;
      font-size: 18px;
    }

    .btn-contact:hover {
      background-color: #0a57ff;
      color: #fff;
    }

    .calendly-icon {
      font-size: 3rem;
      color: #555;
    }

.security-section {
      padding: 80px 15px 40px;
    }

    .security-icon img {
      width: 130px;
      height: auto;
    }

    .guardian-logo img {
      width: 330px;
      height: auto;
    }

    .security-title {
      color: #0a2a66;
      font-weight: normal;
      margin-bottom: 20px;
      font-size: 1.4rem;
      font-family: "Montserrat", sans-serif;
      font-size: 32px;
    }

    .security-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .security-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 18px;
    }
.guardian-logo {
   padding-top: 35px;
}
    .security-list i {
      color: #003B8C;
      font-size: 1.1rem;
      flex-shrink: 0;
      margin-top: 3px;
    }
.footercontact img{ width: 30%;}


 .copyrightsection{width: 100%; background: #0b5394;color: #fff;} 
 .copyrighttext{font-size: 16px; padding:10px 0px;  text-align: center;} 
 .overlaywhite {position: absolute;background: #fffffff1;top: 0;z-index: 9999;width: 100%;height: 750px;  opacity: 1; /* 100% opacity */
  filter: brightness(0.9) contrast(1.45); backdrop-filter: blur(2px); 
} 
.overlaywhite2 {position: absolute;background: #fffffff2;top: 0;z-index: 9999;width: 100%;height:1220px;  opacity: 1; /* 100% opacity */
  filter: brightness(0.9) contrast(1.45); backdrop-filter: blur(2px);  
}
.overlaywhite3 {position: absolute;background: #fffffff3;top: 0;z-index: 9999;width: 100%;height:650px;  opacity: 1; /* 100% opacity */
  filter: brightness(0.9) contrast(1.45);    backdrop-filter: blur(2px); 

}
.buttonoverlay {position: absolute;z-index: 99999;text-align: center;width: 100%;top: 0;}
.newslatteremail {width: 39%;margin: auto;}
.emialbox input {border: solid 1px #bdbdbd;width:70%;padding: 13px;border-radius: 5px;outline: none;margin-right: 20px;}
.emialbox button {padding: 13px 20px;}
.newslatteremail p {font-size: 28px;margin-bottom: 31px;font-family: "Montserrat", sans-serif;}