body {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--light_dark);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-size: 16px;
  color: var(--light_dark);
}
:root {
  --primary: #00528e;
  --white: #ffffff;
  --black: #000000;
  --light_dark: #212121;
}
.hero-banner {
  /*min-height: 70vh;*/
  position: relative;
  overflow: hidden;
}
.hero-banner .carousel-item img {
  height: 80vh;
  object-fit: cover;
  filter: brightness(60%);
}
.hero-banner .carousel-item {
  position: relative;
}
.hero-banner .carousel-item:before {
  content: "";
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
}
.top-header {
  font-size: 14px;
  background-color: var(--primary);
  padding: 5px 30px;
}
.top-header a,
.hero-banner .carousel-caption p,
.video_section .left p {
  color: var(--white);
}
.cstm_btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
}
.cstm_btn:hover,
.cstm_btn:focus {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.nav-link {
  font-weight: 600;
  padding: 0 20px !important;
  color: #212121;
}
.nav-link.active,
.nav-link:hover,
.nav-link:focus {
  color: var(--primary) !important;
}
nav.navbar {
  padding: 7px 0;
}
.hero-banner .carousel-caption {
  z-index: 1;
}
.hero-banner .cstm_btn:hover,
.hero-banner .cstm_btn:focus {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.hero-banner h1 {
  font-size: 3.4rem;
}
.section-padding {
  padding: 60px 0;
}
.about-us .top_content p {
  max-width: 800px;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
}
.main_heading_h2 {
  font-weight: 600;
  font-size: 2.6rem;
}
hr.content_divider {
  width: 100px;
  margin: auto;
  border: 2px solid var(--primary);
  opacity: 1;
}
.about-us h6 {
  max-width: 150px;
  margin: auto;
}
.about-us .block:hover img {
  transition: 0.8s;
  transform: rotateY(360deg);
}
.about-us .block .content {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 30px;
  border-radius: 30px;
}
.video-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.play-button {
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  color: var(--white);
}
.play-button:hover {
  background-color: #003b66;
}
.video_section .left {
  background-color: var(--primary);
  padding: 40px;
}
.video_section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #bdbdbd;
  display: block;
  z-index: -1;
}
.video_section {
  position: relative;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.what-we-do {
  background: var(--primary);
  color: var(--white);
  text-align: center;
}
.what-we-do p.subheading {
  font-size: 1.2rem;
  color: #f2f2f2;
  margin-bottom: 40px;
  font-weight: 500;
}
.what-grid {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.what-box {
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  min-height: 150px;
}
.what-box:hover {
  background-color: #004679;
}
.what-box img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
.what-box h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.what-we-do hr.content_divider {
  border-color: #fff;
}
.counting-section {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  text-align: center;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.counting-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.count-box {
  padding: 20px;
}
.count-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  max-width: max-content;
  margin: auto;
}
.count-number:before {
  content: "+";
  margin-right: 5px;
}
.count-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
}
.footer {
  background: var(--light_dark);
  color: var(--white);
  padding: 60px 0 20px;
}
.footer h5 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 20px;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  color: var(--white);
  text-decoration: none;
}
.footer ul li a:hover {
  color: var(--primary)!important;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #ccc;
}
.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.footer ul li i {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.cta-banner {
  padding: 120px 20px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
background-size: cover;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.cta-title {
  font-size: 3rem;
}
.cta-banner a {
  color: var(--primary);
}
.testimonial-text {
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin: auto;
  margin-top: -25px;
}
.testimonial-name {
  color: var(--light_dark);
}
ul.slick-dots li.slick-active button {
  border-color: var(--primary);
}
ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}
ul.slick-dots button {
  font-size: 0;
  width: 24px;
  height: 3px;
  border-color: transparent;
}
.testimonial-item i {
  font-size: 100px;
  line-height: 100px;
  max-width: max-content;
  margin-left: 0;
  display: block;
  color: var(--primary);
  margin-top: -15px;
}
.footer p {
  color: #fff;
}
.video_section .right:before {
    content: '';
    position: absolute;
    background-color: #00000038;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}
.identify-fraud ul.text-start li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  padding: 5px 4px 5px 30px;
  position: relative;
  color: #212121;
  line-height: 1.6;
  background-color: #fff;
  border-left: 4px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
identify-fraud ul.text-start li::before {
  content: '⚠️';
  position: absolute;
  left: 5px;
  top: 6px;
  font-size: 1.1rem;
}
.identify-fraud ul.text-start li:last-child {
  border-left-color: #28a745;
  background-color: #e8f5e9;
  font-weight: 600;
}
.identify-fraud ul.text-start li:last-child::before {
  content: '✅';
  color: #28a745;
}
@media (max-width: 1199px) {
  .testimonial-item i {
    font-size: 70px;
    line-height: 120px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .search_link {
    display: none;
  }
  .top-header {
    display: none !important;
  }
  .about-us .block .content {
    padding: 20px 14px;
  }
  .navbar-collapse {
    position: fixed;
    background-color: #212121;
    height: 100vh;
    left: 0;
    top: 0;
    width: 280px;
    z-index: 999;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  ul.navbar-nav {
    padding: 24px 10px;
  }
  .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px !important;
  }
  body:has(.navbar-collapse.show) {
    overflow: clip;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .what-we-do h2 {
    font-size: 2rem;
  }
  .counting-title {
    font-size: 2rem;
  }
  .count-number {
    font-size: 2.5rem;
  }
  .footer {
    text-align: center;
  }
  .footer .col-md-4 {
    margin-bottom: 30px;
  }
  .cta-title {
    font-size: 2rem;
  }
  .hero-banner h1 {
    font-size: 2.8rem;
  }
  .main_heading_h2 {
    font-size: 2.2rem;
  }
  .hero-banner .carousel-caption .col-lg-6 {
    padding: 0;
  }
  .cta-banner {
    padding: 100px 20px;
  }
}
@media (max-width: 575px) {
  .hero-banner h1 {
    font-size: 2.4rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 8%;
  }
  .cta-banner a {
    font-size: 1rem;
  }
  .hero-banner .carousel-caption {
    right: 7%;
    left: 7%;
  }
  .section-padding {
    padding: 50px 0;
  }
  .count-label {
    font-size: 14px;
  }
  .main_heading_h2 {
    font-size: 1.9rem;
  }
  .count-number {
    font-size: 2.2rem;
  }
  .cta-banner {
    padding: 70px 20px;
  }
  p {
    font-size: 14px;
  }
  .testimonial-item i {
    font-size: 50px;
    line-height: 100px;
  }
  .count-box {
    padding: 14px;
  }
.hero-banner .carousel-item img { 
    height: 60vh;
}
.identify-fraud ul.text-start li {
    font-size: 1rem;
    padding: 5px 4px 5px 15px;
}
}
