﻿.nav-bar {
  background: transparent;
}
.nav-bar .nav-links li a {
  color: #fff;
}
.nav-bar .logo .text h2 {
  color: #fff !important;
}
.nav-bar .fa-search {
  color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bar.scrolled {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.nav-bar.scrolled .nav-links li a {
  color: #333;
}
.nav-bar.scrolled .nav-links li a:hover {
  color: #fff;
}
.nav-bar.scrolled .logo .text h2 {
  color: #333 !important;
}
.nav-bar.scrolled .fa-search {
  color: #333;
}

#firewatch {
  position: relative;
}
#firewatch .title-content {
  padding: 30px 0;
}
#firewatch .title-content h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #333;
}
#firewatch .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
#firewatch .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#firewatch .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#firewatch .breadcrumb-banner .breadcrumb-content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#firewatch .breadcrumb-banner .breadcrumb-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
#firewatch .breadcrumb-banner .breadcrumb-content .breadcrumb-body {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: 25px;
  max-width: 900px;
}
#firewatch .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb {
  font-size: 13pt;
}
#firewatch .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb .breadcrumb-item a {
  color: #333;
}
#firewatch .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb-item:last-child a {
  color: #e51010 !important;
}
#firewatch .firewatch-main .firewatch-content {
  font-size: 13pt;
  padding-top: 50px;
}
#firewatch .firewatch-main .firewatch-content img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
#firewatch .firewatch-main .firewatch-content p {
  text-align: justify;
}
#firewatch .firewatch-main .firewatch-content2 .why-choose-section {
  padding: 2rem 0;
  font-size: 13pt;
}
#firewatch .firewatch-main .firewatch-content2 .why-choose-section .img-wrap {
  position: relative;
  top: 130px;
}
#firewatch .firewatch-main .firewatch-content2 .why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("/assets/images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-40%, -40%);
  z-index: 1;
}
#firewatch .firewatch-main .firewatch-content2 .why-choose-section .img-wrap img {
  border-radius: 20px;
}
#firewatch .firewatch-main .firewatch-content2 .feature {
  margin-bottom: 30px;
}
#firewatch .firewatch-main .firewatch-content2 .feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#firewatch .firewatch-main .firewatch-content2 .feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}
#firewatch .firewatch-main .firewatch-content2 .feature .icon img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
}
#firewatch .firewatch-main .firewatch-content2 .feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}
#firewatch .firewatch-main .firewatch-content2 .feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
  text-align: justify;
}
