/*
.icd-fire-brigade-logo img {
  width: 160px;
  position: relative;
  height: 160px;
  object-fit: cover;
}

.dropdown-divider {
  height: 18px;
  width: 1px;
  position: relative;
  border-right: 1px solid var(--color-white);
  box-sizing: border-box;
}

.lang-icon {
  width: 28.3px;
  position: relative;
  height: 17px;
  overflow: hidden;
  flex-shrink: 0;
}


.supported-by {
  align-self: stretch;
  position: relative;
  font-weight: 500;
  white-space: pre-wrap;
}

.footer,
.frame-container,
.supported-by-parent {
  display: flex;
  flex-direction: column;
}

.footer {
  margin: 0 auto;
  !* background-color: var(--color-gray-100); *!
  width: auto;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  !* padding: var(--padding-5xl) var(--padding-141xl); *!
  box-sizing: border-box;
}
.head-title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head-title,
.body-text {
  align-self: stretch;
  position: relative;
}
.head-title {
  font-weight: 500;
}
.body-text {
  font-size: var(--font-size-base);
}

.head-subtitle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-title {
  color: var(--color-white);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-subtitle {
  color: var(--color-white);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.5;
}

.parent1,
.button-red,
.button-yellow {
  align-self: stretch;
  display: flex;
}

.parent1 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}



.button-yellow {
  height: 2.5rem;
  border-radius: var(--br-9xs);
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-5xl);
  font-size: var(--font-size-base);
  background-color: #EC942C;
  background-blend-mode: soft-light, normal;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.button-gray {
  display: inline-flex;
  padding: 0.5rem 1.875rem;
  justify-content: center;
  align-items: end;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background: #333646;
  color: var(--color-white);
}

.button-red:hover {
  background-color: #EB3939;
}

.button-yellow:hover {
  background-color: #ec9d3c;
}

.button-gray:hover {
  border-radius: 0.375rem;
  background: #262939;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  color: #ED4E4F;
}
.signal-sent-indicator {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 24px;
  top: 24px;
}

.send-signal-btn {
  width: 216px;
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.frame-parent2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.picture-icon {
  flex: 1;
  position: relative;
  border-radius: var(--br-9xs);
  max-width: 100%;
  overflow: hidden;
  !* height: 244px; *!
  max-height: 21em;
  object-fit: cover;
}

.frame-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 177px;
}
.frame-panel,
.image-6-icon {
  align-self: stretch;
  border-radius: var(--br-9xs);
  overflow: hidden;
  flex-shrink: 0;
}
.frame-panel {
  background-color: var(--color-darkslategray);
  height: 244px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-13xl);
  box-sizing: border-box;
}
.cam-panel {
  align-self: stretch;
  border-radius: var(--br-9xs);
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--color-darkslategray);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-13xl);
  box-sizing: border-box;
}
.image-6-icon {
  position: relative;
  max-width: 100%;
  height: 343px;
  object-fit: cover;
}
.button,
.image-6-parent {
  display: flex;
  align-items: center;
}
.button {
  border-radius: var(--br-9xs);
  background-color: var(--color-crimson);
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-base);
}
.image-6-parent {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.button1,
.frame-wrapper1,
.frame-wrapper2 {
  border-radius: var(--br-9xs);
  overflow: hidden;
  display: flex;
}
.frame-wrapper1 {
  flex: 1;
  background-color: var(--color-darkslategray);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-13xl);
  font-size: var(--font-size-base);
}
.button1,
.frame-wrapper2 {
  background-color: var(--color-gray-200);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xs) var(--padding-base);
}
.frame-wrapper2 {
  flex: 1;
  background-color: var(--color-darkorange);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-13xl);
}
.frame-parent3,
.frame-parent4,
.frame-parent5 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-13xl);
}
.frame-parent4 {
  width: 1120px;
  display: none;
}
.frame-parent3,
.frame-parent5 {
  align-self: stretch;
  display: flex;
}
.frame-parent3 {
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--font-size-base);
}
.frame-inner,
.group-icon {
  width: 352px;
  position: relative;
  height: 284px;
  object-fit: cover;
}
.group-icon {
  width: 59px;
  height: 59px;
  object-fit: contain;
}
.div17 {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-xs);
}
.frame-parent6,
.parent2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent6 {
  align-self: stretch;
  gap: var(--gap-5xs);
  font-size: 24px;
}
.parent2 {
  flex: 1;
  height: 180px;
  gap: var(--gap-5xl);
  overflow: hidden; !* Hides overflow content *!
  text-overflow: ellipsis; !* Adds ellipsis (...) for overflow text *!
}
.frame-child1 {
  width: 59px;
  position: relative;
  height: 59px;
}
.group-parent {
  align-self: stretch;
  flex: 1;
  flex-direction: row;
  align-items: center;
  padding: 0 var(--padding-13xl) 0 0;
  gap: var(--gap-5xl);
}
.frame-div,
.group-parent,
.dashboard-news-panel {
  display: flex;
  justify-content: flex-start;
}
.dashboard-news-panel {
  align-self: stretch;
  background-color: var(--color-darkslategray);
  height: 284px;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-13xl);
  font-size: 32px;
}
.frame-div {
  position: relative;
  width: calc(100% - 320px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-29xl);
  margin: 0 auto;
}

.registration-link {
  color: #005BBB !important;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.confirm-number-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.44px;
}

.number-cell {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: none;
  background: #686A78;
  padding: 5px;
  text-align: center;
}

.number-cell:active,
.number-cell:focus-visible,
.number-cell:focus {
  border: 1px solid #03D018 !important;
}


.dash-divider {
  text-align: center;
  align-content: center;
  letter-spacing: -3px;
}

.regisration-panel-title {
  color: var(--color-white);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.registration-panel-text {
  color: var(--color-white);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  !* 1.05rem *!
}







!* ====================================== *!

.contact-page .fire-input {
  color: black;
  background-color: #f0f1ff;
}
.contact-page .fire-input:active,
.contact-page .fire-input:focus {
  background-color: #ffffff !important;
}

.contact-page .fire-textarea {
  height: unset;
}


!* ====================================== Our Mission Page =============================== *!

.hero {
  height: 18rem;
  flex-shrink: 0;
  align-self: stretch;
  background: linear-gradient(90deg, rgba(17, 17, 18, 0.60) 0%, rgba(220, 84, 48, 0.60) 100%), url('../img/frame-34@2x.png') lightgray 50% / cover no-repeat;
}

.image-7-icon {
  position: relative;
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
  align-self: stretch;
}

.our-mission-right-pane-img {
  height: 95%;
  flex-shrink: 0;
  background: url('../img/our-mission/firecontainers.png') #252734  50% / cover no-repeat;
  min-height: 251px;
}

.observatories-right-pane-img {
  height: 95%;
  flex-shrink: 0;
  background: url('../img/our-mission/firecontainers.png') #252734  50% / cover no-repeat;
  min-height: 251px;
}

.our-mission-right-pane-bottom-img {
  height: 95%;
  flex-shrink: 0;
  background: url('../img/firefighters.png') #252734  50% / cover no-repeat;
  min-height: 251px;
}

.our-mission-left-pane-img {
  height: 15.6875rem;
  flex-shrink: 0;
  background: url('../img/frame-33@2x.png') #252734  50% / cover no-repeat;
  min-height: 251px;
}

.counter {
  color: var(--color-crimson);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
}

.counter-subtitle {
  color: var(--color-white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}

!* ========================================= *!

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    !* max-width: 1127px  !important; *!
  }
}

!* ========================================= *!


!* ===========bootstrap-media-q=============== *!

!* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) *!
@media (min-width: 576px) {
}

!* Medium devices (tablets, 768px and up) *!
@media (min-width: 768px) {

}

!*  Large devices (desktops, 992px and up) *!
@media (min-width: 992px) {

 }

!*  X-Large devices (large desktops, 1200px and up) *!
@media (min-width: 1200px) {

}

!*  XX-Large devices (larger desktops, 1400px and up) *!
@media (min-width: 1400px) {

}

!*MAX width*!

@media (max-width: 320px) {
  .button-red {
    padding: 25px;
  }
}

!* // X-Small devices (portrait phones, less than 576px) *!
@media (max-width: 575.98px) {

}

!* // Small devices (landscape phones, less than 768px) *!
@media (max-width: 767.98px) {
  .footer {
    margin: 15px;
    padding: 15px !important;
  }
  .footer a {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

!* // Medium devices (tablets, less than 992px) *!
@media (max-width: 991.98px) {

}

!* // Large devices (desktops, less than 1200px) *!
@media (max-width: 1199.98px) {

}

!* // X-Large devices (large desktops, less than 1400px) *!
@media (max-width: 1399.98px) {

}

!* // XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width *!




.fire-input:focus,
.fire-input:active
 {
  box-shadow: 0px 4px 8px 0px rgba(13, 12, 12, 0.25);
  background-color: #262939 !important;
  border: 1px solid #262939 !important;
}




.button-cancel {
  color: #B8BDE3 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#carouselNews.carousel.slide div.carousel-indicators button.round-carousel-button {
  width: 16px;
  height: 16px;
  background-color: #7B7373;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

#carouselNews.carousel.slide div.carousel-indicators button.round-carousel-button.active {
  background-color: #EE4F4F;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

#carouselLatestImages .carousel-caption {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
}

.navbar-toggler {
  border: none;
}

!* .navbar-toggler-icon {
  background-image: url('../img/menu.png');
} *!

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.05rem;
  color:#EB3939;
  border: 1px;
}

#languageDropdown {
  background: transparent;
  border: none;
}

.messages {
  display: block;
  text-align: center;
  text-decoration: none;
  !* width: 31%; *!
  margin: 0px auto;
  list-style-type: none;
}

.news-album .card-body {
  height: 10rem;
  display: inline-grid;
}

.news-album .card-body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-text-mh-65 {
  text-overflow: ellipsis;
  overflow: hidden;
}

.card.bg-lategray:hover,
.card.bg-signal-sent:hover
 {
  background-color: #262939 !important;
  box-shadow: 0px 4px 8px 0px rgba(13, 12, 12, 0.25);
}

.card-shadow {
  box-shadow: 0px 4px 8px 0px rgba(13, 12, 12, 0.25);
}

.card.bg-signal-sent {
  background: #EC942C;
}

.card.bg-signal-sent .button-red {
  background: #272222;
}

.success .alert,
.alert.alert-success {
  border-radius: 0.25rem;
  border: 1px solid #07FA3D;
  background: #333646;
  color: white;
  text-align: center;
}

.alert.alert-danger {
  border-radius: 0.25rem;
  border: 1px solid #fa2f07;
  background: #333646;
  color: white;
  text-align: center;
}


.mt-25 {
  margin-top: 25px !important;
}

.fireNavbar select {
  background: transparent;
  color: white;
  border: none;
  appearance: none;
}

.fireNavbar select option {
  background: var(--color-darkslategray);
  color: white;
  border: none;
}

.fireNavbar .dropstart .dropdown-toggle::before {
  display: none;
}

.fireNavbar .dropstart .dropdown-menu {
  border-radius: 0.375rem;
  background: #262939;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  color: white;
}
.fireNavbar .dropdown-item {
  color: white;
}

.fireNavbar .dropdown-item:hover {
  background-color: #333646;
  border-radius: 0.375rem;
}

.fireNavbar .dropdown-menu li {
  padding: 5px 10px;
}

.fireNavbar .dropdown-menu{
  min-width: 200px;
}

.error-messages {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.fire-input.is-invalid {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.fire-input:disabled {
  border-radius: 0.25rem;
  background: #454652;
}

.letter-avatar {
  border-radius: 0.375rem;
  background: #EB3939;
  padding: 5px 10px;
}

.user-icon {
  background-image: url("../img/user.svg");
}

.line-div {
  width: 100%;
  position: relative;
  border-top: 1px solid #262939;
  box-sizing: border-box;
  height: 1px;
}

.blog-post {
  !* padding: 0 6rem; *!
}

.news-cover-image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}


.page-control-prev-icon {
  background-image: url('../img/chevrons-left.svg');

  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.page-control-next-icon {
  background-image: url('../img/chevrons-right.svg');

  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.step-links .current {
  padding: 0.5rem 1.2rem;
  border-radius: 0.25rem;
  border: 1px solid #ED4E4F;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #252734;}

.timelapse-date {
  font-size: 0.75rem;
}

.video-container {
  border: 0.5rem solid transparent;
  border-right: none;
}

.video-container:hover {
  border: 0.5rem solid #ED4E4F;
  border-right: none;
  border-top: none;
}

.video-label {
  position: absolute;
  bottom: 105px;
  left: 10px;
  opacity: 0.7;
  background: #0C0D0F;
  color: white;
  padding: 0px 5px;
  font-size: 10px;
  border-radius: 0;
}

.container.timelapse-list {
  padding: 0;
  max-width: 100% !important;
}

.timelapse-video {
  border-radius: 0;
}

.timelapse-camera-name {
  color: white;
  transition: color 0.3s ease;
}

.timelapse-item:hover .timelapse-camera-name {
  color: #ED4E4F !important;
}


.filters {
  margin-left: 0.5rem;
}

.record-filter {
  display: flex;
  overflow-x: auto;
  gap: 24px;

  color: #fff;
  background-color: #333646;
  border-radius: 4px;

  padding: 24px 80px 24px 24px;
}

.filter-button {
  flex: 0 0 auto;
  border-radius: 6px;
  padding: 8px 30px;
  cursor: pointer;
}

.filter-button:hover {
  background-color: #EB3939;
}

.filter-button-active {
  background-color: #ee4f4f;
}

.filter-button-inactive {
  background-color: #686a78;
}

@media (max-width: 991px) {
  .record-filter {
    padding: 24px 20px;
  }

  .filter-button {
    padding: 8px 20px;
  }
}

.video-progress-info {
  color: var(--color-white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.create-video-container {
  border-radius: 0.375rem;
  background: #333646;
  height: 37.5rem;
  align-content: center;
}

.create-video-container .progress {
  margin: 0 auto;
  width: 50%;
}

.camera-btns {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #333646;
}

.btn-facebook {
  background-color: #4267B2;
}
.btn-facebook:hover {
  background-color: #4267b269;
}

.btn-twitter {
  background-color: #000000;
}
.btn-twitter:hover {
  background-color: #000000e2;
}

.btn-email {
  background-color: #7d7d7d
}
.btn-email:hover {
  background-color: #7d7d7d
}

.copy-btn {
  cursor: pointer;
}

!* Tooltip container *!
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!
}

!* Tooltip text *!
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  !* Position the tooltip text *!
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  !* Fade in tooltip *!
  opacity: 0;
  transition: opacity 0.3s;
}

!* Tooltip arrow *!
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

!* Show the tooltip text when you mouse over the tooltip container *!
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



!* .nav-link.active::after {
  content: '';
  position: relative;
  border-bottom: 2px solid #ec0a0a;
  display: block;
  padding-top: 4px;
} *!

.nav-link.active {
  font-weight: bold;
}

.live-monitoring-btn {
  width: 34.6875rem;
  margin: 0 auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
    padding: 2rem 2rem;
  }
}

.container.fireNavbar {
  padding: 0;
}

.nav-item .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

.nav-item .nav-link:hover {
  text-decoration: underline;
}

.nav-link {
  padding: 0;
}

.container.fireNavbar {
  padding: 0;
  gap: 1rem;
}

.navbar-toggler {
  background: #1a271f;
}

.contact-page .fire-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.bg-d-red {
  background: #cc0000;
}

.page-title {
  color: #000000;
}
.page-subtitle {
  color: #000000;
}
.step-links .current {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #fff;
}
*/


/* Login Page Styles */
.bg-lategray {
    background-color: var(--color-darkslategray) !important;
}

.bg-gray-100 {
    background-color: var(--color-gray-100) !important;
}

.bg-dimgray {
    background-color: var(--color-dimgray) !important;
}

.bg-darkgray {
    background-color: rgba(37, 39, 52, 1) !important;
}

.no-border {
    border: none !important;
}

#phone-code-select,
.phone-code-select {
    border-radius: var(--br-9xs) 0 0 var(--br-9xs) !important;
    min-height: 44px;
    align-content: center;
    min-width: 90px;
}

#phone-number {
    width: 50% !important;
}

.select2-dropdown {
    background-color: #262939;
    border: 1px solid #262939;
    width: 21.9rem !important;
}

.select2-selection__arrow {
    margin-top: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #434659 !important;
}

.select2-search__field {
    background: #333646;
    border: 1px solid #333646;
    color: white;
}

.button-red {
    height: 2.5rem;
    border-radius: var(--br-9xs);
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-5xl);
    font-size: var(--font-size-base);
    background-color: #EE4F4F;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), #EE4F4F;
    background-blend-mode: soft-light, normal;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.input-group .fire-input,
.input-group input#email.fire-input,
.input-group input#username.fire-input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-left: 0;
}


.login-page .h3 {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-roboto);
    color: var(--color-white);
    text-align: center;
}

.login-page .chevron-down-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
}

.login-page .dropdown-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2px 0 0;
}

.login-page .frame-child {
    height: 29px;
    width: 1px;
    position: relative;
    border-right: 1px solid var(--color-white);
    box-sizing: border-box;
    z-index: 1;
}

.login-page .input-padding {
    position: relative;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-family: var(--font-roboto);
    color: var(--color-white);
    text-align: left;
    white-space: nowrap;
    z-index: 1;
}

.login-page .input-spacer,
.login-page .line-parent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.login-page .input-spacer {
    flex-direction: column;
    padding: 5px 0 0;
}

.login-page .line-parent {
    height: 28px;
    flex-direction: row;
    gap: 7px;
}

.login-page .password-input {
    border-radius: var(--br-9xs);
    background-color: var(--color-dimgray);
    flex-direction: row;
    padding: 8px var(--padding-base);
    box-sizing: border-box;
    gap: var(--gap-5xs);
    max-width: 100%;
}

.login-page .password-container,
.login-page .password-input,
.login-page .fire-input {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.login-page .fire-input {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: var(--color-dimgray);
    height: 44px;
    border-radius: var(--br-9xs);
    flex-direction: row;
    padding: 13px var(--padding-base) var(--padding-xs);
    box-sizing: border-box;
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: var(--font-size-base);
    color: rgba(255, 255, 255, 0.6);
    min-width: 230px;
}

.login-page .fire-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.login-page .password-container {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
}

.login-page .div {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-roboto);
    color: var(--color-gray);
    text-align: center;
    display: inline-block;
    min-width: 110px;
}

.login-page .input-container,
.login-page .main {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.login-page .input-container {
    gap: var(--gap-5xs);
}

.login-page .main {
    gap: 24px;
}

.login-page .div1 {
    position: relative;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-family: var(--font-roboto);
    color: var(--color-white);
    text-align: left;
    display: inline-block;
    min-width: 39px;
}

.login-page .form-child,
.login-page .login-container {
    align-self: stretch;
    overflow: hidden;
}

.login-page .login-container {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) 20px;
    background-color: #ee4f4f;
    border-radius: var(--br-9xs);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.login-page .login-container:hover {
    background-color: #ff6969;
}

.login-page .form-child {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.login-page .span {
    color: var(--color-white);
}

.login-page .span1 {
    text-decoration: underline;
    color: #005bbb;
}

.login-page .div2 {
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-family: var(--font-roboto);
    text-align: center;
}

@media screen and (max-width: 450px) {
    .login-page .h3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 316px) {
    .login-page .password-input {
        flex-wrap: wrap;
    }
}

/* Login Page Styles */

/* new design starts here */

body {
    font-family: Lato, sans-serif;
    background: rgba(240, 239, 235, 1);
}

a p,
button p,
.btn-link p {
    padding: 0;
    margin: 0;
}

.navbar {
    background: linear-gradient(180deg, rgba(15, 21, 17, 0.8) 9.44%, rgba(15, 21, 17, 0.4) 65.61%, rgba(15, 21, 17, 0) 100%);
}

.nav-link {
    color: rgba(234, 231, 212, 1);
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    border-bottom: 2px solid transparent;
}

.nav-link p {
    margin-bottom: 0;
}

.nav-link.active, .nav-link:hover {
    color: rgb(234, 231, 212, 1) !important;
    border-bottom: 2px solid rgba(234, 231, 212, 1);
}

.fire-navbar {
    align-items: center;
    gap: 40px;
    z-index: 2;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #eae7d4;
}

.gap-20 {
    gap: 20px;
}

.offset-4p {
    margin-left: 4%;
}

.fire-page-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 900px;*/
    height: 100%;
    padding-bottom: 2.5rem;
}

.fire-page-header.home {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), url('../img/home-header-bg.webp');
}

.fire-page-header.observatories {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), url('../img/observatories-header-bg.jpg');
}

.fire-page-header.monitoring {
    background-image: linear-gradient(0deg, rgba(16, 25, 20, 0.5), rgba(16, 25, 20, 0.5)),
    linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.9) 80.23%), url('../img/monitoring-header-bg.jpg');

}

.fire-page-header.equipment {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), url('../img/equipment-header-bg.jpg');
}

.fire-page-header.protection {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), url('../img/protection-header-bg.jpg');
}

.fire-page-header.support {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), url('../img/support-header-bg.jpg');
}

.fire-page-header.contact {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), linear-gradient(180deg, rgba(0, 0, 0, 0) 53%, #0F1511 100%), url('../img/home-header-bg.webp');
    background-color: #0F1511;
}

.fire-page-header.news {
    background-image: linear-gradient(270deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.7) 56.25%), linear-gradient(180deg, rgba(0, 0, 0, 0) 53%, #0F1511 100%), url('../img/news-header-bg.jpg');
    background-color: #0F1511;
}

.fire-page-header .row {
    padding-top: 15rem;
}

.fire-page-header h1 {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    color: rgba(204, 1, 0, 1);
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 6%;
}

.fire-page-header .fire-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
    color: rgba(234, 231, 212, 1);
    margin-top: 1rem;
    width: 100%;
}

.fire-call-to-action {
    color: rgba(234, 231, 212, 1);
    background-color: rgba(204, 1, 0, 1);
    padding: 16px 20px;
    border-radius: 4px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 6%;
}

.fire-call-to-action:hover {
    color: rgba(234, 231, 212, 1);
    background-color: rgb(172, 3, 2);
    border-color: rgb(172, 3, 2);
}

.ps-2rem {
    padding-left: 2rem;
}

.fire-page-content .left-block .left-image {
    width: 257px;
    height: 510px;
    object-fit: cover;
}

.fire-page-content .left-block .right-image {
    margin-left: 7px;
    width: 350px;
    height: 594px;
    object-fit: cover;
}


.left-block img {
    border-radius: 2px;
}

.fire-page-content .right-block h2,
.camera-details h2,
.red-h2 h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6%;
    horiz-align: center;
    color: rgba(204, 1, 0, 1);
}

.fire-page-content .fire-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
}

.fire-page-content .custom-icon-list {
    margin-top: 40px;
    list-style: none;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #252734;
    display: flex;
    flex-direction: column;
    gap: 48px;
    line-height: 24px;
}

.fire-page-content .custom-icon-list li {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 10px;
}



.equipment .fire-page-content .custom-icon-list-subtitle p, .fire-page-content .custom-icon-list-subtitle {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 6%;

  margin-bottom: 0px!important;
}

.equipment .fire-page-content .custom-icon-list-subtitle-p p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 6%;
  margin-bottom: 10px;

}

.fire-page-content .latest-news {
    margin-top: 80px;
    background-image: linear-gradient(360deg, rgba(30, 30, 30, 0.36) 0%, rgba(30, 30, 30, 0.9) 78.11%), url("../img/latest-news-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;

    height: 819px;
}

.fire-page-content .latest-news h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 6%;
    horiz-align: center;

    color: rgba(204, 1, 0, 1);
    margin-top: 80px;

}

.fire-page-content .latest-news .fire-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;

    margin: 24px auto;

    color: rgba(234, 231, 212, 1);
}

.fire-page-content .latest-news-cards {
    margin-top: -26rem;
}

.fire-page-content .observatories-cards-container .card-text p,
.fire-page-content .observatories-cards-container .card-text {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 6%;
}

.fire-page-content .latest-news-cards .card {
    background: rgba(234, 231, 212, 1);
}

.fire-page-content .latest-news-cards .card-title p,
.fire-page-content .latest-news-cards .card-title,
.fire-observatories .fire-page-content .card .card-title p,
.fire-observatories .fire-page-content .card .card-title,
.fire-protection .fire-page-content .card .card-title,
.fire-protection .fire-page-content .card .card-title p,
.timelapse.page-title p, .monitoring .card-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 6%;
}

.timelapse-list .card-img-top.timelapse-video {
    border-radius: 2px;
}

.fire-page-content .latest-news-cards .card-text,
.fire-page-content .latest-news-cards .card-body p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 6%;
    margin-top: 20px;
    margin-bottom: 24px;
}

.fire-page-content .latest-news-cards .card-body {
    max-height: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latest-news-cards .card-body {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Adjust this to fit approximately 200 words */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.latest-news-cards.card-body::-webkit-scrollbar {
    width: 1px; /* Adjust width */
}

.latest-news-cards .card-body::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
}

.latest-news-cards .card-body::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color on hover */
}

.fire-page-content .latest-news-cards .see-all-news-btn {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 6%;

    width: 118;
    height: 61;
    gap: 10px;
    padding: 16px 20px;
    border: 1px solid rgba(204, 1, 0, 1);
    border-radius: 4px;
    color: #CC0100;

    margin-top: 30px;
}

.btn.btn-sm.see-all-news-btn:hover, .btn.btn-sm.see-all-news-btn:focus {
    color: white;
    background-color: #cc0100;
}

.fire-page-content .card {
    background: rgba(234, 231, 212, 1);
    border-radius: 4px;
    border: none;
}


.fire-page-content .counters-container {
    margin-top: 80px;


    background: rgba(30, 30, 30, 0.75) url("../img/home-content-counters-bg.jpg");
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;

    height: auto;

    align-items: center;
}


.fire-page-content .counters-container .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    color: white;
    text-align: center;
    font-weight: 600;
    justify-content: space-around;
}

.fire-page-content .counters-container .counter {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    color: rgba(247, 156, 46, 1);
}

.fire-page-content .counters-container .counter-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 6%;
    text-align: center;
    color: rgba(234, 231, 212, 1);

    padding: 15px 4rem;
}

.fire-page-content .container.benefits {
    margin-top: 60px;
}

.fire-page-content .benefits-icon {
    border: 2px solid #cc0100;
    border-radius: 9999px;
    width: 120px;
    height: 120px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fire-page-content .benefits-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: capitalize;
}

.fire-page-content .benefits-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 6%;
    text-align: center;

    padding: 15px 25px;
}

.fire-page-header.contact {
    height: auto;
    padding-bottom: 5rem;
}

.fire-page-header .contact-form form {
    background-color: #ea4b24;
    border-radius: 8px;
    padding: 2rem;
    max-width: 47.6%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
}

.fire-page-header .contact-form form h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 6%;
    color: rgba(234, 231, 212, 1);
}

.fire-page-header .contact-form .subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
    color: rgba(234, 231, 212, 1);
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.fire-page-header .contact-form input::placeholder,
.fire-page-header .contact-form textarea::placeholder {
    color: rgba(15, 21, 17, 1);
}

.fire-page-header .contact-form input,
.fire-page-header .contact-form textarea {
    border: none;
    gap: 10px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 4px;
    background-color: #eae7d4;
    color: #0f1511;
    font-size: 1.125rem;
    font-family: 'Oswald', 'sans-serif';
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    width: 100%;
}

.fire-page-header .contact-form textarea {
    height: auto;
}

.fire-page-header .contact-form form button {
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    background: rgba(31, 32, 31, 1);
    color: rgba(234, 231, 212, 1);

    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 6%;
}


.fire-page-content .container .contact-form {
    margin-top: 100px;
    background: rgba(30, 30, 30, 0.8) url('../img/home-content-contact-form-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-blend-mode: overlay;
    max-height: 516px;
    border-radius: 2px;
    overflow: visible;

    padding: 50px 64px;
}

.fire-page-content .contact-form .title {
    font-family: Oswald, sasn-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6%;
    color: rgba(204, 1, 0, 1);
    margin-bottom: 20px;
}

.fire-page-content .contact-form .subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
    color: rgba(234, 231, 212, 1);
}

.fire-page-content .contact-form .left-block {
    /*padding: 70px 0 120px 64px;*/
    padding: 2.37rem 0 7.5rem 4rem;
}

.fire-page-content .contact-form form {
    background-color: #ea4b24;
    border-radius: 8px;
    padding: 40px 40px;
    right: -33px;
    max-width: 50%;
    position: absolute;
    top: -115px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
}

.fire-page-content .contact-form form button {
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    background: rgba(31, 32, 31, 1);
    color: rgba(234, 231, 212, 1);
}

.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
    box-shadow: 0px 0px 10px;
}

.fire-page-content .contact-form input,
.fire-page-content .contact-form textarea {
    border: none;
    gap: 10px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 4px;
    background-color: #eae7d4;
    color: #0f1511;

    font-size: 1.125rem;
    font-family: 'Oswald', 'sans-serif';
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    width: 100%;

}

.fire-page-content .contact-form h1 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 6%;
    color: rgba(234, 231, 212, 1);
    margin-bottom: 24px;


}

.fire-page-content .image-slider .slide-image {
    width: 278px;
    height: 324px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    scroll-snap-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease-in-out;
}

.fire-page-content .container.image-slider {
    margin-top: 100px;
    margin-bottom: 100px;
}

.fire-page-content .observatories-cards-container {
    margin-top: 6.3rem;
}

.fire-page-content .image-slider h2,
.fire-page-content .image-slider h2 p,
.fire-page-content .observatories-cards-container h2,
.fire-page-content .observatories-cards-container h2 p {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 6%;
    text-align: center;

    color: rgba(204, 1, 0, 1);

}

.fire-page-content .observatories-cards-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
}

.fire-page-content .image-slider div {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 6%;
    line-height: 22px;
}


.equipment .fire-page-content .fire-subtitle,
.fire-observatories .fire-page-content .fire-subtitle,
.fire-protection .fire-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 6%;
}

.equipment .left-block.bg-truck {
    background: url("../img/equipment/fire-truck.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equipment .left-block.bg-tower {
    background: url("../img/equipment/fire-tower.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equipment .left-block.bg-w-tower {
    background: url("../img/equipment/fire-wtower.jpg");

    background-size: cover;
    background-repeat: no-repeat;
}

.equipment .left-block.bg-drone {
    background: url("../img/equipment/fire-drone.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equipment .left-block.bg-containers {
    background: url("../img/equipment/containers.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.equipment .left-block.bg-thunder {
    background: url("../img/equipment/lightning-detection.jpg");
 background-position: center;
    background-size: ccontain;
    background-repeat: no-repeat;
}

.image-slider-header {
    margin-bottom: 2rem;
}

#sliderTrack a {
    position: relative; /* This allows absolute positioning within */
    display: inline-block; /* Keeps the image contained */
}

#sliderTrack .slide-image {
    display: block;
}


.image-container:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(204, 1, 0, 0) 56.18%, rgba(204, 1, 0, 0.8) 93.89%);
    pointer-events: none; /* Ensures clicks go through to the link */
    z-index: 2; /* Places gradient above the image */
    transform: scaleX(1.2);
    transition: transform 0.3s ease-in-out;
    border-radius: 6px; /* Matches the image border radius */
}

#sliderTrack {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    scroll-snap-type: x mandatory;
    width: 94vw;
    margin-left: calc(-47vw + 50%);
    /*justify-content: space-between;*/
    padding: 0px 15px;
}

#dotsContainer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container .tooltip {
    position: relative;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 0 auto;
}

.image-container:hover img {
    transform: scale(1.2); /* Zoom in by 20% */
}

.image-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.fire-page-footer p {
    margin-bottom: 0;
}

.fire-page-footer footer {
    background: rgba(15, 21, 17, 1);
    padding: 40px 80px;
}

.fire-page-footer .footer-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;

    color: rgba(234, 231, 212, 1);

}

.fire-page-footer .footer-links a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;

    text-decoration: none;
    text-transform: none;
    color: rgba(234, 231, 212, 1);

    padding-left: 3rem;

}

.fire-page-footer .footer-right-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: rgba(204, 1, 0, 1);
}

.fire-page-footer .footer-phone,
.fire-page-footer .footer-email {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: left;
    color: rgba(234, 231, 212, 1);

    margin-top: 32px;
}

.fire-page-footer .footer-social a {
    padding-top: 32px;
    padding-right: 2rem;
}

.fire-page-footer .trademark {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 6%;
    text-align: center;

    padding-top: 40px;

    color: rgba(234, 231, 212, 1);
}

.blog-post div:not(.news-attachment) {
    display: inline flow-root;
}

.news-read-more-btn {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 6%;
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #CC0100;
}

.news-cover-image {
    /* width: 100%;
     height: 200px;
     border-radius: 5px;
     object-fit: cover;*/
}

.blog-post-title {
    color: rgba(204, 1, 0, 1);
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6%;
}

.blog-post-meta {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
    color: rgba(31, 32, 31, 1);
}

.subscribe-form {
    background: rgb(234, 231, 212);
    padding: 2.5rem;
}

.subscribe-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 5rem;
    letter-spacing: 6%;
}

.subscribe-subtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 6%;
}

.subscribe-form input[name="email"] {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1.5px solid rgba(204, 1, 0, 1);
    height: 3.5rem;
}

.subscribe-form input[name="email"]::placeholder {
    color: rgba(31, 32, 31, 1);
}

.subscribe-form button {
    height: 3.5rem;
    gap: 10px;
    border-radius: 4px;
    border: none;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background: rgba(204, 1, 0, 1);
    color: rgba(234, 231, 212, 1);

    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 6%;
}


/*summernote editor fixes */
.contact-form p {
    margin: 0;
    padding: 0;
}

.step-links .current {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 6%;
    border: 1px solid rgba(204, 1, 0, 1);
    border-radius: 1px;
    color: rgba(204, 1, 0, 1);
    padding: 5.5px 13px 5.5px 13px;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.lightbox.show {
    display: flex;
}

.pt-16 {
    padding-top: 4rem !important
}

.pt-20 {
    padding-top: 5rem !important
}

.mt-5rem {
    margin-top: 5rem !important;
}

.mt-10rem {
    margin-top: 10rem !important;
}

.mt-15rem {
    margin-top: 15rem !important;
}

.mb-10rem {
    margin-bottom: 10rem !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.map-image {
    width: 500px; /* Adjust as needed */
    height: auto;
}

.pin1 {
    position: absolute;
    width: 40px; /* Adjust size */
    height: auto;
    top: 70%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
}

.pin2 {
    position: absolute;
    width: 40px; /* Adjust size */
    height: auto;
    top: 80%; /* Center vertically */
    left: 60%; /* Center horizontally */
    transform: translate(-50%, -50%);
}

.pin3 {
    position: absolute;
    width: 40px; /* Adjust size */
    height: auto;
    top: 68%; /* Center vertically */
    left: 43%; /* Center horizontally */
    transform: translate(-50%, -50%);
}

.pin4 {
    position: absolute;
    width: 40px; /* Adjust size */
    height: auto;
    top: 52%; /* Center vertically */
    left: 52%; /* Center horizontally */
    transform: translate(-50%, -50%);
}

.custom-map-tooltip {
    box-shadow: 0px 0px 29.4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(234, 231, 212, 1);
    border-radius: 4px;
    gap: 2px;
    padding: 8px;
}

.custom-map-tooltip .tooltip-inner {
    background: rgba(234, 231, 212, 1);
    color: rgba(0, 0, 0, 1);
}

.custom-map-tooltip .tooltip-inner p {
    margin-bottom: 5px;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: rgba(234, 231, 212, 1) !important;
    border-bottom-color: rgba(234, 231, 212, 1) !important;
}

.monitoring .album .card {
    border-radius: 2px;
    border: none;
}

.card-img-top.camera-image {
    border-radius: 2px;
}

.camera-image-wrapper {
    position: relative;
    display: block;
}

.camera-description-overlay {
    position: absolute;
    top: 15px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #f0efeb;
    padding: 3px 15px;
    border-radius: 0px;
    pointer-events: none;
    z-index: 2;
    max-width: 70%;
    text-align: right;


    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 6%;
}

/* Message shown over a tower's or camera's service image while it is out of
   service (relocating, not yet uploading). Centred rather than tucked in the
   corner like .camera-description-overlay — it is the point of the card, not an
   annotation on a live picture. */
.camera-service-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.55);
    color: #f0efeb;
    padding: 12px 24px;
    pointer-events: none;
    z-index: 2;
    max-width: 85%;
    text-align: center;

    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 6%;
}

@media (max-width: 767px) {
    .camera-service-overlay {
        font-size: 16px;
        padding: 8px 14px;
    }
}

.card-img-top.camera-placeholder {
    border-radius: 2px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #252734;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
}

.cookie-text a {
    color: rgb(250, 196, 127);
}

.messages {
    color: #f79c2e;
    font-size: 2rem;
}

.video-label {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.7;
    background: #0C0D0F;
    color: white;
    padding: 0px 5px;
    font-size: 10px;
    border-radius: 0;
}

.timelapse.page-title {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 6%;
    color: #0F1511;
}

.button-gray {
    display: inline-flex;
    padding: 0.5rem 1.875rem;
    justify-content: center;
    align-items: end;
    gap: 0.5rem;
    border-radius: 0.375rem;
    background: #333646;
    color: var(--color-white);
}

.button-gray:hover {
    border-radius: 0.375rem;
    background: #262939;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
    color: #ED4E4F;
}


.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.news-album .card {
    background: transparent;
    border: none;
}

.pagination {
    gap: 1rem;
}

.pagination .page-link {
    border: none;
    background: transparent;
}

.active > .page-link, .page-link.active {
    background: #F0EFEB;
    color: #CC0100;
    border-radius: 2px;
    border: 1px solid #CC0100
}

.custom-icon-list-icon img {
    width: 40px;
    height: 40px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 10px rgba(253, 13, 13, 0.45);
}

.carousel-inner.h-100 {
    min-height: 10rem;
}

.card {
    --bs-card-title-spacer-y: 1rem !important;
    padding-top: 0.5rem !important;
}

.blog-post p {
    line-height: 26px;
    margin-top: 0.5rem;
}

.nav-link:focus {
    color: rgb(234, 231, 212);
}


.play-carousel-btn {
    position: absolute;
    bottom: 5%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 2;

    width: 45px;
    height: 45px;
    background: #a8b5c336;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.2s;
    padding-left: 10px;
    padding-bottom: 2px;
}

.play-carousel-btn:hover {
    background: #cc0100;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .fire-page-content .counters-container {
        /*background-position-y: -596px;*/
    }
}

/* Small devices (landscape phones, 576px and up) *!*/
@media (min-width: 576px) {
    .pt-sm-16 {
        padding-top: 4rem !important
    }

    .pt-sm-20 {
        padding-top: 5rem !important
    }

    .mt-sm-5rem {
        margin-top: 5rem !important;
    }

    .mt-sm-10rem {
        margin-top: 10rem !important;
    }

    .mt-sm-15rem {
        margin-top: 15rem !important;
    }

    .mb-sm-5rem {
        margin-bottom: 5rem !important;
    }

    .mb-sm-10rem {
        margin-bottom: 10rem !important;
    }
}

/* Less than 1400px */
@media (max-width: 1400px) {
    .nav-link {
        font-size: 1rem;
        line-height: 20px;
    }

    .fire-page-content .custom-icon-list {
        gap: 10px;
    }

    .fire-page-content .left-block .left-image {
        width: 229px;
        height: 510px;
        object-fit: cover;
    }

    .fire-page-content .left-block .right-image {
        margin-left: 15px;
        width: 310px;
        height: 580px;
        object-fit: cover;
    }

    .fire-page-content .right-block {
        padding-left: 2.5rem;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .nav-link {
        font-size: 0.92rem;
        line-height: 18px;
    }
}

/* Less than 1200px */
@media (max-width: 1200px) {

    .fire-page-content .custom-icon-list {
        gap: 10px;
    }

    .fire-page-content .left-block .left-image {
        width: 192px;
        height: 370px;
        object-fit: cover;
    }

    .fire-page-content .left-block .right-image {
        margin-left: 10px;
        width: 280px;
        height: 460px;
        object-fit: cover;
    }

    .fire-page-content .contact-form .left-block {
        /*padding: 70px 0 120px 64px;*/
        padding: 1.37rem 0 3.5rem 2rem;
    }

    .fire-page-content .custom-icon-list-icon img {
        width: 40px;
        height: 40px;
    }

    .fire-page-content .custom-icon-list-subtitle-p {
        font-family: Lato, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 6%;

    }

    .fire-page-content .counters-container .counter-subtitle {
        padding: 25px 10px !important;
    }

    .fire-page-footer .footer-social a {
        padding-right: 1.5rem;
    }

    .play-carousel-btn {
        left: 40%;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-link, .nav-link:hover, .nav-link:active {
        border-bottom: none !important;
    }

    .navbar-brand img {
        width: 64px;
        height: 64px;
    }

    .fire-page-content .custom-icon-list {
        gap: 10px;
    }

    .fire-page-content .left-block .left-image {
        width: 250px;
        object-fit: cover;
    }

    .fire-page-content .left-block .right-image {
        margin-left: 1px;
        width: 310px;
        height: auto;
        object-fit: cover;
    }

    .fire-page-footer .footer-links a {
        padding-left: 0;

    }

    .fire-page-content .contact-form .title {
        font-size: 32px;
        line-height: 36px;
        text-align: left;
    }

    .fire-page-content .contact-form .subtitle {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
    }

    .fire-page-content .contact-form .left-block {
        padding: 2px;
    }

    .fire-page-content .contact-form form {
        position: relative;
        top: -5rem;
        right: -2rem;
        max-width: 98%;
        margin-left: 0.25rem;
        margin-bottom: 2rem;
        padding: 16px 20px 15px 20px;
    }

    .fire-page-content .custom-icon-list {
        gap: 5px;
        margin-top: 1rem;
    }

    .fire-page-content .right-block {
        padding-left: 1.5rem;
    }

    .fire-page-content .custom-icon-list-icon img {
        width: 40px;
        height: 40px;
    }

    .fire-page-header .contact-form form {

        max-width: unset;
        margin-top: 0rem;

    }

    .fire-page-content .image-slider div {
        font-size: 0.9rem;
    }

    .fire-page-content .observatories-cards-container .card-header .img-fluid {
        width: 32px !important;
        height: 32px !important;
    }

    .fire-page-content .observatories-cards-container .card-title p {
        font-size: 1.2rem !important;
    }

    .fire-page-content .observatories-cards-container .card-text p {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }

    .fire-page-content .concept-subtitle {
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2rem;
        letter-spacing: 6%;

    }

    .navbar {
        background: linear-gradient(180deg, rgba(15, 21, 17, 0.9) 9.44%, rgba(15, 21, 17, 0.5) 65%, rgba(15, 21, 17, 0) 100%);
    }

    .navbar-nav {
        padding: 20px 0px;
    }

    .nav-link {
        text-shadow: 0px 0px 4px #000000c2;
    }

    .play-carousel-btn {
        left: 38%;
        bottom: 8%;
    }

    .home-page .right-block.mt-5 {
        margin-top: 0px !important;
  }

  .fire-observatories .img-fluid, .equipment .img-fluid {
       width: 100%;
       height: auto !important;
  }

  .image-size .left-block {
        min-height: 350px;
        width: 90%;
        margin-left: 5%;
    }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 64px;
        height: 64px;
    }

    .nav-fire-bg {
        background: rgba(15, 21, 17, 0.9);
        backdrop-filter: blur(9.600000381469727px);
        margin-top: 1rem;
    }


    .fire-page-header {
        background-size: cover;
        background-repeat: no-repeat;
        /*height: 150vh;*/
        background-position: center calc(100%);
    }

    .fire-page-header .row {
        padding-top: 5rem;
    }

    .fire-page-header h1 {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 4%;
    }

    .fire-page-header.monitoring {
        background-image: linear-gradient(180deg, rgba(16, 25, 20, 0) 0%, rgba(16, 25, 20, 0.8) 48.93%), url('../img/monitoring-header-bg.jpg');;


    }

    .fire-page-content {
        /*margin-top: -20%;*/
    }

    .fire-page-content .col-6 .left-block img {
        width: 100%; /* Make images full-width */
        height: auto; /* Maintain aspect ratio */
    }

    .fire-page-content .right-block h2 {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 6%;
        text-align: left;

    }

    .fire-page-content .fire-subtitle {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 6%;
        margin-bottom: 0px;
    }

    .fire-page-content .custom-icon-list-icon img {
        width: 40px;
        height: 40px;
    }

    .fire-page-content .latest-news h2 {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 6%;
        text-align: center;
        margin-top: 1rem;

    }

    .fire-page-content .latest-news-cards {
        margin-top: -34rem;
    }

    .fire-page-content .latest-news {
        height: 750px;
    }

    .fire-page-content .observatories-cards-container {
        margin-top: 0;
    }

    .fire-page-content .observatories-cards-container p {

        font-size: 1rem;
        line-height: 1.3rem;
    }

    .fire-page-content .observatories-cards-container .card-header .img-fluid {
        width: 32px !important;
        height: 32px !important;
    }

    .fire-page-content .observatories-cards-container .card-title {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 6%;
    }

    .fire-page-content .observatories-cards-container .card-text {
        font-family: Lato, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 6%;
        text-align: left;
    }

    .fire-page-content .latest-news-cards .see-all-news-btn {
        width: 100%;
        padding: 10px 20px;
    }

    .fire-page-content .latest-news .fire-subtitle {
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 6%;
        text-align: center;

    }


    .fire-page-content .container .contact-form {
        max-height: none;
        padding: 0.5rem;
    }

    .fire-page-content .contact-form form {
        position: relative;
        top: auto !important;
        right: auto !important;
        max-width: 98%;
        margin-left: 0.25rem;
        margin-bottom: 2rem;
        padding: 16px 20px 15px 20px;
        gap: 20px;
    }

    .fire-page-content .contact-form .left-block {
        padding: 1rem;
    }

    .fire-page-content .container.contact-us {
        padding: 0;
    }

    .fire-page-content .contact-form .title {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .fire-page-content .contact-form .subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .fire-page-content .contact-form h1 {
        font-size: 24px;
    }

    .fire-page-content .contact-form input,
    .fire-page-content .contact-form textarea {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 6%;

        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        color: rgba(31, 32, 31, 1);
    }

    .fire-page-content .container.image-slider {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .fire-page-content .image-slider h2,
    .fire-page-content .image-slider h2 p,
    .fire-page-content .observatories-cards-container h2,
    .fire-page-content .observatories-cards-container h2 p {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 6%;
        text-align: center;
    }

    .fire-page-content .image-slider div,
    .fire-page-content .observatories-cards-container div {
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 6%;

    }

    .fire-page-content .custom-icon-list {
        gap: 5px;
    }

    .fire-page-footer footer {
        padding: 1rem;
    }

    .fire-page-footer .navbar-brand img {
        width: 90px;
        height: 90px;
    }

    .fire-page-footer .footer-right-title {
        font-family: Oswald, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;

    }

    .fire-page-footer .footer-phone,
    .fire-page-footer .footer-email {
        font-family: Lato, sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 6%;

        word-wrap: anywhere;
    }

    .fire-page-footer .trademark {
        font-family: Lato, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 6%;
        text-align: center;

    }

    .fire-page-footer .footer-links a {
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        padding-left: 0;
        margin-bottom: 1.5rem;
    }

    .fire-page-content .benefits-icon {
        margin-top: 40px;
    }

    .fire-page-header .contact-form form {
        margin-top: 5rem;
    }

    .order-last.order-md-last.ps-5, .order-last.order-md-first.ps-5 {
        padding-left: 15px !important;
    }

    .play-carousel-btn {
        bottom: 0%;
        left: 50%;
        width: 25px;
        height: 25px;
        font-size: 1rem;
        padding: unset;
    }

  .fire-page-content .right-block {
    padding-left: 1.5rem !important;
  }
  .order-last.ps-5 {
    padding-left: 1rem !important;
  }
  .fire-observatories .left-block img {
    margin-bottom: 2rem;
   }

}

@media (max-width: 576px) {
    .fire-page-content .left-block .left-image {
        width: 143px;
        height: 278px;
        object-fit: cover;
    }

    .fire-page-content .left-block .right-image {
        margin-left: 1px;
        width: 190px;
        height: 320px;
        object-fit: cover;
    }

    .fire-page-header .row {
        padding-top: 2rem;
    }


    .fire-page-footer .footer-text {
        font-size: 16px;
        line-height: 22px;
    }
   .fire-page-content .custom-icon-list-subtitle-p {
margin-bottom: 30px;

    }
}

@media (max-width: 390px) {
    .fire-page-header {
        background-position: center calc(100% - 5px);
    }

    .fire-page-header h1 {
        font-size: 1.8rem;
    }

    .fire-page-header .fire-subtitle {
        font-size: 1rem;
    }

    .fire-page-header button {
        font-size: 1rem;
    }

    .fire-page-content .left-block .left-image {
        width: 150px;
        height: 250px;
        object-fit: cover;
    }
}

.card-footer {
    padding-top: 15px;
}

.fire-page-content .image-slider h2 {
    margin-bottom: 25px;
}

.btn-link {
    border-bottom: 1px solid;
}

.text-danger:hover, .news-read-more-btn:hover {
    color: #b80808 !important;
}

.fire-observatories li .custom-icon-list-subtitle p {
   margin-bottom: 0px;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .footer-email img, .footer-phone img {
        margin-bottom: 10px;
    }
}
