﻿.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;
}

#sen {
  position: relative;
}
#sen .title-content {
  padding: 15px 0;
}
#sen .title-content h2 {
  font-size: 1.5rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #333;
}
#sen .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
#sen .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#sen .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#sen .breadcrumb-banner .breadcrumb-content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sen .breadcrumb-banner .breadcrumb-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
#sen .breadcrumb-banner .breadcrumb-content .breadcrumb-body {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: 25px;
  max-width: 900px;
}
#sen .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb {
  font-size: 13pt;
}
#sen .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb .breadcrumb-item a {
  color: #333;
}
#sen .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb-item:last-child a {
  color: #e51010 !important;
}
#sen .sen-main {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #f9f9f9;
}
#sen .sen-main .sen-content .firewatch-content2 ul {
  padding-left: 20px;
}
#sen .sen-main .sen-content .firewatch-content2 li {
  font-size: 13pt;
  line-height: 1.5;
  list-style-type: disc;
  text-align: justify;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section {
  padding: 2rem 0;
  font-size: 13pt;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover {
  position: absolute;
  top: 65%;
  left: 4%;
  display: flex;
  justify-content: space-around;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover .circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 200px;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover .circle-item figcaption {
  font-style: italic;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e9e9e9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover .circle img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  box-shadow: none;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .circle-cover .circle:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .img-wrap {
  position: relative;
  top: 130px;
}
#sen .sen-main .sen-content .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;
}
#sen .sen-main .sen-content .firewatch-content2 .why-choose-section .img-wrap img {
  border-radius: 20px;
}
#sen .sen-main .sen-content .firewatch-content2 .feature {
  margin-bottom: 30px;
}
#sen .sen-main .sen-content .firewatch-content2 .feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
#sen .sen-main .sen-content .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;
}
#sen .sen-main .sen-content .firewatch-content2 .feature .icon img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
}
#sen .sen-main .sen-content .firewatch-content2 .feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}
#sen .sen-main .sen-content .firewatch-content2 .feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
  text-align: justify;
}
#sen .sen-content2 .gdsp-content3 {
  padding-bottom: 45px;
}
#sen .sen-content2 .gdsp-content3 .gdsp-title {
  padding: 45px 0;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .sen-carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .sen-carousel-item img {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .sen-carousel-item figcaption {
  margin-top: 25px;
  font-size: 13pt;
  font-weight: 600;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .owl-item {
  display: flex;
  justify-content: center;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel img {
  width: 80%;
  height: 500px;
  object-fit: cover;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -12%;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background-color: #555;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .owl-dot.active {
  width: 50px;
  background-color: #333;
  border-radius: 10px;
}
#sen .sen-content2 .gdsp-content3 .sen-carousel .owl-dot:hover {
  background-color: #555;
}
