@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Signika:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
/* Navbar styles */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* Ensure it is above the carousel */
  background-color: transparent; /* Make the navbar background transparent */
  transition: background-color 0.3s ease;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Inria Sans", sans-serif !important;
}
.img-fluid {
  width: 100%;
  height: 100%;
}
.logo-img {
  width: 180px;
  height: 90px;
}
.footer-logo-img {
  width: 200px;
  height: 120px;
}
.main-container {
  width: 98%;
  margin: auto;
}
.banner-carousel-item .banner-overlay img {
  border-radius: 30px;
}
.nav-dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.text-danger {
  color: #d92027;
}
.bg-danger {
  background-color: #d92027;
}
.get-btn-bg {
  right: 13px;
  top: 16px;
  height: 70px;
  border-bottom-left-radius: 30px;
}
.get-btn {
  border-radius: 10px;
  padding: 10px 30px;
  border-radius: 30px;
}
.nav-link:hover {
  color: #fdcf00 !important;
}

.card {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #f8f9fa;
  overflow: hidden;
}
.bg-grayish {
  background-color: #f8f7f0;
}
.rounded-20 {
  border-radius: 20px;
}
.font-signika {
  font-family: "Signika", sans-serif;
}
.w-95 {
  width: 95%;
}
.fw-500 {
  font-weight: 500;
}
.read-more-btn {
  border: 2px solid #d92027;
  color: #d92027;
  border-radius: 7px;
}
.read-more-btn:hover {
  background-color: #d92027;
  color: white;
  transition: 0.5s;
}
.rounded-15 {
  border-radius: 15px;
}
.bg-red {
  background-color: #cb2329;
}
.border-green {
  border: 2px solid #5b8c51;
}
.enquiry-btn:hover {
  background-color: #fdcf00 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.carousel-indicators [data-bs-target] {
  opacity: 1 !important;
  width: 30px;
  height: 5px;
}
.carousel-indicators .active {
  background-color: #fdcf00 !important;
  width: 40px;
}
.carousel-indicators [data-bs-target]:hover {
  background-color: #fdcf00 !important;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.text-green {
  color: #5b8c51;
}
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Adjust width as needed */
  height: 40px; /* Adjust height as needed */
  background-color: #000; /* Change color as needed */
  border: 1px solid #fff !important;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px; /* Adjust font size as needed */
}

.nav-link .faa-header-icon {
  margin: 0;
  padding: 0;
  line-height: 1; /* Ensures icons are centered vertically */
}
.font-poppins {
  font-family: "Poppins", sans-serif !important;
}
.border-bottom-danger {
  border-bottom: 1px solid #d92027;
}

.testimonial-section {
  position: relative !important;
  overflow: hidden;
}

.testimonial-bg {
  position: relative !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fw-600 {
  font-weight: 600;
}
.offcanvas-backdrop {
  opacity: 0.8 !important; /* Apply opacity to the backdrop */
}

/* Ensure no opacity is applied to the offcanvas content itself */
.offcanvas {
  background-color: white !important; /* Set a solid background for the offcanvas content */
  opacity: 1 !important; /* Ensure full opacity for the offcanvas content */
}
.w-20 {
  width: 20px;
}
.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.job-card:hover {
  color: white !important;
  scale: 1.02;
  transition: 0.35s ease-in-out;
  background: linear-gradient(90deg, #d92027, #ff5e63);
}
.job-card:hover i,
.job-card:hover h3 {
  color: #fdcf00 !important;
}
.card-hover:hover {
  scale: 1.03;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: 0.3s ease-in-out;
}
.banner-carousel-item .banner-overlay img {
  height: 600px;
}
.bg-green {
  background-color: #5b8c51;
}
.border-green {
  border: 2px solid #5b8c51;
}
.bg-green:hover {
  background-color: #448537;
  transform: scale(1.1);
  transition: 0.2s;
}
.error {
  color: red;
}
.corner-img {
  width: 69px !important;
  height: 67px !important;
}
.cms-icon {
  width: 70px !important;
  height: 70px !important;
}
.list-group-item.active {
  color: #d92027 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.list-group-item.active a {
  color: #d92027 !important;
}
.mission-img {
  max-width: 150px !important;
  max-height: 150px !important;
}
.banner-overlay {
  position: relative;
}

.banner-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

/* Transparent black overlay */
.overlay-text {
  background-color: rgba(0, 0, 0, 0.2); /* Black with 50% opacity */
  top: 0;
  left: 0;
}

/* Text styling */
.overlay-text h2,
.overlay-text p {
  color: #fff;
  margin: 0;
}

.overlay-text h2 {
  font-size: 3rem;
  font-weight: bold;
}

.overlay-text p {
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .banner-carousel-item .banner-overlay img {
    height: 480px !important;
  }
  .banner-title {
    font-size: 30px !important;
  }
  .logo-img {
    width: 140px;
    height: 70px;
  }
  .footer-logo-img {
    width: 170px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .banner-carousel-item .banner-overlay img {
    height: 430px !important;
  }
  .banner-title {
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  .banner-carousel-item .banner-overlay img {
    height: 330px !important;
  }
  .mission-img {
    max-width: 80px !important;
    max-height: 80px !important;
  }
  .banner-title {
    font-size: 25px !important;
  }
  .logo-img {
    width: 140px;
    height: 70px;
  }
  .footer-logo-img {
    width: 170px;
    height: 100px;
  }
}
@media (max-width: 380px) {
  .banner-carousel-item .banner-overlay img {
    height: 230px !important;
  }
  .about-col-banner {
    display: none !important;
  }
  .banner-title {
    font-size: 20px !important;
  }
  .logo-img {
    width: 140px;
    height: 70px;
  }
  .footer-logo-img {
    width: 170px;
    height: 100px;
  }
}
.cbh-phone {
  display: block;
  position: fixed;
  right: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}
.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-ph-img-circle2 {
  width: 50px;
  height: 50px;
  top: 10px;
  left: 70px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-green .cbh-ph-img-circle2 {
  background-color: #1c8adb !important;
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #30d14e !important;
}
    /* Custom styling for the icon */
    .pdf-download {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 60px;
      height: 60px;
      background-color: #A21818;
      color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }

    /* Hover effect */
    .pdf-download:hover {
      background-color: #D92027;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }