:root {
  --primary-bg: #00405c;
  --accent-yellow: #f7d100;
  --text-light: #ffffff;
  --heading-font: 'Proza Libre', sans-serif;
  --text-font: 'Open Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}


header {
  position: fixed;
  width: 100%;
  z-index: 5;

}

header .navbar {
  display: flex;
  flex-direction: row;
  /* Changed from column to row */
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

/* Center the menu in the navbar */
.navbar .nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Nav links */
.navbar .nav-menu .nav-link {
  font-family: "Montserrat", Sans-Serif;
  padding: 10px 18px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.navbar #menu-close-button,
.navbar #menu-open-button {
  display: none;
}

.navbar .nav-menu .nav-link.active,
.navbar .nav-menu .nav-link:hover {
  color: #ffe600;
  /* yellowish like in image */
}

.nav-logo img {
  width: 180px;
  /* Adjusted for better size */
  height: auto;
}

/* .navbar {
    background-color: transparent !important;
    z-index: 1000;
} */



.hero-section {
  background: url('../images/hero-img.jpeg') no-repeat right center;
  background-size: cover;
  background-color: var(--primary-bg);
  /* base bg color */
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-family: var(--text-font);
}


.hero-title {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  text-shadow: -1px 2px 12px #000000;
}

.hero-title .highlight {
  color: var(--accent-yellow);
}

.custom-shape-divider-bottom-1749723525 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}


.custom-shape-divider-bottom-1749723525 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.custom-shape-divider-bottom-1749723525 .shape-fill {
  fill: #FFFFFF;
}

/* Card Section */
/* Card Section Wrapper */
.card-wrapper {
  padding: 100px 20px 60px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* Bootstrap-Responsive Cards */
.card {
  background-color: #233142;
  color: white;
  border-radius: 30px;
  border: 2px solid var(--text-light);
  padding: 30px;
  text-align: left;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 32vh;
  margin-top: -220px;
  /* Overlap divider */
  transition: transform 0.3s ease;
}

.card h5 {
  font-family: "Raleway", Sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: var(--accent-yellow);
  margin-bottom: 10px;
}

.card p {
  font-family: "Arsenal", Sans-serif;
  color: #ccc;
}

/* Green Card Modifier */
.green-card {
  background-color: #25a86d;
}

.green-card h5 {
  color: #86E486;
}

.highlight {
  color: #e6c800;
}

.section-container {
  padding: 4rem 1rem;
  background-color: #fff;
}

.section-title {
  font-family: "Proza Libre", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-subtext {
  font-family: "Arsenal", sans-serif;
  color: #6c757d;
  font-size: 1rem;
  margin-top: 1rem;
}

.check-icon {
  color: green;
  margin-right: 0.5rem;
}

.list-unstyled {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.experience-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.btn-custom {
  background-color: #28a745;
  color: white;
  font-weight: 600;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.75rem 2rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-custom:hover {
  background-color: #081b0c;
  color: #ffffff;
}

.illustration-img {
  /* max-width: 100%; */
  height: 80vh;
  border-radius: 1rem;
  opacity: 0;
  transform: translateX(100px);
}


.service-section {
  background-color: #f9fbfc;
}

.service-section h2 {
  font-family: "Proza Libre", Sans-serif;
  font-weight: 500;
}

.service-card {
  background: #ffffff;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.service-card .icon img {
  height: 80px;
  width: 80px;
}

.service-card h5 {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.service-card p {
  font-family: "Arsenal", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.active-card {
  background-color: #1e2a36;
  color: #ffffff !important;
}

.active-card p {
  color: #ffffff !important;
}


.choose-us-section {
  background-color: #f9fbfc;
  padding: 80px 0;
  overflow: hidden;
}

.choose-us-section h2 {
  font-family: "Proza Libre", Sans-serif;
  font-size: 40px;
  font-weight: 300;

}

.choose-us-section p {
  font-family: "Arsenal", Sans-serif;
  font-size: 16px;
  font-weight: 500
}

.feature-list li {
  font-family: "Manrope";
  margin-bottom: 15px;
  font-size: 16px;
}

.feature-list i {
  color: #16a765;
  margin-right: 10px;
}


.image-group {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.img-bulb {
  width: 100%;
  border-radius: 10px;
  transform: translateY(-30px);
}

.img-robot {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 64%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.experience-badge {
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  background-color: #1e2a36c9;
  color: white;
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
}

.experience-badge h2 {
  color: #ffc107;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

.experience-badge p {
  font-size: 0.95rem;
  margin: 0;
}


.icon-circle {
  font-size: 40px;
  color: #16a765;
}

.service-section p {
  font-family: "Arsenal", Sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.service-section.title {
  font-family: "Proza Libre", Sans-serif;
  font-weight: 500;
}


.testimonial-section {
  position: relative;
  height: 60vh;
  background-image: url('/assets/images/testimonial-img.jpeg');
  /* Replace with actual path */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
}

.testimonial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 23, 48, 0.882);
  /* semi-dark overlay */
  z-index: 1;
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.testimonial-section h6 {
  color: #f1b404;
  font-family: "Proza Libre", Sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding-top: 8rem;
}

.testimonial-section h2 {
  font-size: 2.5rem;
  font-family: "Proza Libre", Sans-serif;
  font-weight: 600;
}



@media (max-width: 768px) {
  .image-group {
    margin-top: 40px;
    text-align: center;
  }

  .img-robot {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .experience-badge {
    display: none;
  }
}



h2 {
  margin: 0;
  font-family: "Proza Libre", Sans-serif;
  font-size: 36px;
  text-align: center;
}

.highlight {
  color: #d4af37;
}

.sub-title {
  color: #00b67a;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 20px 0;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.carousel-track img {
  height: 90px;
  margin: 0 70px;
  vertical-align: middle;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.journey-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.journey-text {
  flex: 1 1 300px;
  text-align: left;
}

.journey-text p {
  color: #00a56d;
  font-family: "Arsenal", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.journey-text h2 {
  font-size: 42px;
  font-family: "Proza Libre", Sans-serif;
  margin: 0;
  color: #1a1f25;
  line-height: 1.2;
}

.highlight {
  color: #d4af37;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1 1 500px;
}

.stat-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 25px;
  text-align: center;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateX(-15px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-box .num {
  font-size: 40px;
  font-weight: 600;
  color: #1a1f25;
}

.stat-box p {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
}


.cta-section {
      background: url('../images/young-people.jpeg') no-repeat right center;
      background-size: cover;
      position: relative;
      padding: 100px 20px;
      color: white;
      text-align: center;
    }

    .cta-section::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(1, 7, 27, 0.778); /* dark overlay */
      z-index: 1;
    }

    .cta-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: auto;
    }

    .cta-subheading {
      color: #f59e0b; /* Orange shade */
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .cta-heading {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 30px;
    }

    @media (max-width: 768px) {
      .cta-heading {
        font-size: 28px;
      }
    }


.footer-intro {
  padding: 60px 0 20px;
}

.footer-intro h2 {
  font-family: "Proza Libre", Sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #1f2937;
}

.footer-intro h2 span {
  color: #e89a00;
}

.footer-intro p {
  color: #374151;
  text-align: center;
  font-family: "Arsenal", Sans-serif;
  font-size: 16px;
  margin-top: 15px;
}

.vertical-divider {
  width: 2px;
  background-color: #1f2937;
  height: 80px;
  margin: auto;
}

.contact-now-btn {
  background-color: #e89a00;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
}

.foot {
  /* background: linear-gradient(160deg, #f9f9f9 50%, #dedede 50%); */
  background: linear-gradient(rgba(255,255,255,.6), rgba(255, 255, 255, 0.018)), url('../images/footer-bg.png') no-repeat right center;
  background-size: cover;
  

}




.footer-main {
  padding: 60px 0 30px;
}

.footer-logo img {
  max-width: 250px;
}

.footer-description p{
  font-family: "Arsenal", Sans-serif;
  font-size: 15px;
  color: #374151;
}

.footer-heading {
  font-family: "Proza Libre", Sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #e89a00;
  margin-bottom: 20px;
}

.footer-contact p,
.footer-contact a {
  font-family: "Arsenal", Sans-serif;
  font-size: 15px;
  color: #1f2937;
  text-decoration: none;
}

.footer-contact i {
  margin-right: 8px;
  color: #000;
}

.footer-pages a {
  /* display: flex;
  flex-direction: column; */
  font-family: "Arsenal", Sans-serif;
  font-size: 17px;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
}

.footer-pages a:hover {
  text-decoration: none;
  color: #e89a00;
  transform: translateY(5px) ;
  transition: transform 0.5s ease-in;
}

.footer-bottom {
  font-size: 14px;
  color: #374151;
  border-top: 1px solid #918e8e;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
}
.brinit a{
  text-decoration: none;
   color: #374151;
}
.brinit a:hover{
  color: #1F9F9F;

}

@media (max-width: 767px) {
  .footer-pages {
    text-align: center;
    margin-top: 20px;
  }

  .footer-contact {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .journey-section {
    flex-direction: column;
    text-align: center;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}



@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}



/* Responsive tweaks for smaller screens */
@media (max-width: 576px) {
  .card {
    padding: 20px;
  }

  .card h5 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .card {
    margin-top: 0;
    height: 25vh;
  }

  .card.first-card {
    margin-top: -130px;
  }
}

/* Responsive medial query code for max width 900px */
@media screen and (max-width: 900px) {
  :root {
    --font-size-m: 1rem;
    --font-size-l: 1.3rem;
    --font-size-xl: 1.5rem;
    --font-size-xxl: 1.8rem;
  }

  body.show-mobile-menu header::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.515);
  }

  /* Show hamburger icons */
  .navbar #menu-close-button,
  .navbar #menu-open-button {
    display: block;
    font-size: var(--font-size-l);
    color: white;
    background-color: transparent;
    border: none;
    z-index: 1001;
  }

  .navbar #menu-close-button {
    position: absolute;
    left: 30px;
    top: 30px;
  }

  .navbar .nav-menu {
    position: fixed;
    right: -500px;
    /* Start off-screen to the right */
    top: 0;
    left: auto;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.642);
    transition: right 0.2s ease;
    z-index: 1000;
  }

  /* Slide in from right when class is added */
  body.show-mobile-menu .navbar .nav-menu {
    right: -150px;
    /* Slide in */
  }

  .navbar .nav-menu .nav-link {
    display: block;
    color: white;
    font-size: var(--font-size-l);
    margin-top: 17px;
  }
}

@media (max-width: 991px) {
  .card.green-card {
    margin-top: 0;

  }
}