/*---------------------------------------------"
// Template Name: WeatherForecast
// Description:  WeatherForecast Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Alert Category Color */
/* Transitions */
/*-------------------------
 Responsive Styles
-------------------------*/
/*----------------------------------------*/
/*  Media Query CSS START
/*----------------------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #409ac7;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .col-sec .row {
    margin-right: calc(-0.25 * var(--bs-gutter-x));
    margin-left: calc(-0.25 * var(--bs-gutter-x));
  }
}
@media (max-width: 575px) {
  .col-sec .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * 0.25);
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 12.7w;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin-left: clamp(130px, 7.917vw, 200px);
  padding: 0 clamp(16px, 2.35vw, 90px);
}
@media (max-width: 1199px) {
  .page-content {
    margin-left: 0;
  }
}
@media (max-width: 492px) {
  .page-content {
    padding: 0 12px;
  }
}

.x-hidden {
  overflow-x: hidden !important;
}

.locked {
  overflow-y: hidden;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media (max-width: 575px) {
  .slick-track > [class*=col] {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * 0.25);
  }
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #45474f;
  background-color: #eff3f9;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(13px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #eff3f9;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #409ac7;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  body {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  body {
    font-size: clamp(11.5px, 3.59vw, 14px);
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in;
}
a:hover {
  color: #409ac7;
  transition: all 0.5s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: clamp(48px, 3.958vw, 138px); /* 76px */
  font-weight: 400;
  line-height: 120%;
  font-style: normal;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}

h2,
.h2 {
  font-size: clamp(40px, 3.177vw, 122px); /* 61px */
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -1.22px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}

h3,
.h3 {
  font-size: clamp(32px, 2.552vw, 98px); /* 49px */
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.49px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: clamp(30px, 4.048vw, 40px);
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: clamp(28px, 4.844vw, 36px);
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: clamp(24px, 6.829vw, 32px);
  }
}

h4,
.h4 {
  font-size: clamp(20.34px, 1.615vw, 62px); /* 31px */
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.0244791667vw;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: clamp(23px, 2.976vw, 28px);
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: clamp(21px, 3.594vw, 25px);
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: clamp(19px, 5.244vw, 23px);
  }
}

h5,
.h5 {
  font-size: clamp(16.4px, 1.302vw, 50px); /* 25px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: clamp(20px, 2.619vw, 23px);
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: clamp(18px, 4.634vw, 20px);
  }
}

h6,
.h6 {
  font-size: clamp(14.5px, 1.042vw, 40px); /* 20px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.n-text {
  font-size: clamp(13px, 0.833vw, 22px);
}
@media (max-width: 991px) {
  .n-text {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  .n-text {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  .n-text {
    font-size: clamp(11.5px, 3.59vw, 12px);
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Poppins", sans-serif;
}

.text-primary {
  color: #409ac7 !important;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #409ac7 !important;
}

.bg-primary {
  background-color: #409ac7 !important;
}

.color-primary-2 {
  color: #eff3f9 !important;
}

.bg-primary-2 {
  background-color: #eff3f9 !important;
}

.color-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.color-black {
  color: #0c0c0d !important;
}

.bg-black {
  background-color: #0c0c0d !important;
}

.lightest-gray {
  color: #eaeaec !important;
}

.bg-lightest-gray {
  background-color: #eaeaec !important;
}

.light-gray {
  color: #92949f !important;
}

.bg-light-gray {
  background-color: #92949f !important;
}

.dark-gray {
  color: #45474f !important;
}

.bg-dark-gray {
  background-color: #45474f !important;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.uppercase {
  text-transform: uppercase;
}

.bold-text {
  font-weight: 500;
  line-height: 120%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

span.br {
  display: block;
  margin-bottom: 12px;
}

.error-text {
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(90px, 20.833vw, 600px);
  font-weight: 600;
  line-height: 100%;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 0.83vw, 24px);
}
.social-icons li {
  height: fit-content;
}
.social-icons li a {
  width: clamp(18px, 1.25vw, 32px);
  height: clamp(18px, 1.25vw, 32px);
}
.social-icons li a svg path {
  fill: #45474f;
  transition: all 0.5s ease-in;
}
.social-icons li a:hover svg path {
  fill: #409ac7;
  transition: all 0.5s ease-in;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.my-40 {
  margin: clamp(24px, 2.08vw, 80px) 0;
}
@media (max-width: 575px) {
  .my-40 {
    margin: 20px 0;
  }
}

.mt-40 {
  margin-top: clamp(24px, 2.08vw, 80px);
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.08vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.my-48 {
  margin: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .my-48 {
    margin: 23px 0;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 23px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 23px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.pe-64 {
  padding-right: clamp(24px, 3.3vw, 100px);
}
@media (max-width: 575px) {
  .pe-64 {
    padding-right: 0;
  }
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(12px, 0.83vw, 20px) clamp(24px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in;
  background-color: #409ac7 !important;
  color: #ffffff !important;
}
.cus-btn svg {
  width: clamp(20px, 1.25vw, 32px);
  height: clamp(20px, 1.25vw, 32px);
}
.cus-btn svg path {
  fill: #ffffff !important;
}
.cus-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  color: #ffffff;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  background: #45474f;
  z-index: -1;
}
.cus-btn:hover span {
  width: 225%;
  height: 562.5px;
  z-index: -1;
}
.cus-btn.sec {
  background-color: #eff3f9 !important;
}
.cus-btn.sec span {
  background-color: #409ac7 !important;
}

/*----------------------------------------*/
/* Slider Buttons
/*----------------------------------------*/
.slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.25vw, 32px);
}
.slider-arrows .arrow {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  transition: all 0.5s ease-in;
  padding: 0;
}
.slider-arrows .arrow svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.slider-arrows .arrow svg path {
  transition: all 0.5s ease-in;
  stroke: #409ac7;
}
.slider-arrows .arrow:hover {
  background-color: #409ac7;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.slider-arrows .arrow:hover svg path {
  transition: all 0.5s ease-in;
  stroke: #ffffff;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: clamp(36px, 2.5vw, 64px);
  width: clamp(36px, 2.5vw, 64px);
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(255, 255, 255, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top::after {
  position: absolute;
  content: "\f148";
  font-family: "Font Awesome 6 Pro" !important;
  text-align: center;
  font-size: clamp(14.5px, 1.042vw, 32px);
  color: #409ac7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top .scroll-top__circle path {
  stroke: #409ac7;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #141516;
  transition: all 0.5s ease-in;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #141516;
  background-color: #eaeaec;
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  border-radius: 8px;
  float: left;
  transition: all 0.5s ease-in;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.62px;
}
.pagination #border-pagination li a svg {
  width: clamp(17px, 1.042vw, 32px);
  height: clamp(17px, 1.042vw, 32px);
}
.pagination #border-pagination li a svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in;
}
.pagination #border-pagination li a.active {
  color: #ffffff;
  background-color: #409ac7;
}
.pagination #border-pagination li a:hover {
  color: #ffffff;
  background-color: #409ac7;
}
.pagination #border-pagination li:hover span {
  color: #ffffff;
  transition: all 0.5s ease-in;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
  width: 100%;
}
.form-group input[type=date],
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=file],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=submit],
.form-group input[type=tel],
.form-group textarea,
.form-group .cus-form-control {
  width: 100%;
  background-color: #eff3f9;
  padding: 0 clamp(12px, 0.83vw, 24px);
  height: clamp(42px, 2.917vw, 72px);
  color: #141516;
  display: flex;
  border-radius: 5px;
  align-items: center;
  border: none;
}
.form-group input[type=date]:focus,
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=file]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group input[type=search]:focus,
.form-group input[type=submit]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus,
.form-group .cus-form-control:focus {
  color: #141516;
  outline: none;
  background-color: #eff3f9 !important;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
.form-group input[type=date]:hover,
.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=file]:hover,
.form-group input[type=number]:hover,
.form-group input[type=password]:hover,
.form-group input[type=search]:hover,
.form-group input[type=submit]:hover,
.form-group input[type=tel]:hover,
.form-group textarea:hover,
.form-group .cus-form-control:hover {
  color: #141516;
  border: none;
}
.form-group input[type=date]::placeholder,
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=file]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=search]::placeholder,
.form-group input[type=submit]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder,
.form-group .cus-form-control::placeholder {
  color: #141516;
  opacity: 1;
}
.form-group textarea {
  height: auto !important;
  padding-top: 16px;
}

.form-group input[type=date] {
  display: inline-block;
}

.newsletter-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsletter-field {
    flex-direction: column;
    gap: 16px;
  }
}
.newsletter-field input {
  width: 100%;
  background-color: #eff3f9;
  padding: clamp(12px, 0.83vw, 24px);
  color: #45474f;
  border: none;
  border-radius: 8px;
}
.newsletter-field input:focus {
  color: #45474f;
  outline: none;
  border: none;
  box-shadow: none;
}
.newsletter-field input:hover {
  color: #45474f;
  border: none;
}
.newsletter-field input::placeholder {
  color: #45474f;
  opacity: 1;
}
.newsletter-field button {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(12px, 0.83vw, 20px) clamp(24px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in;
  background-color: #409ac7 !important;
  color: #ffffff !important;
}
.newsletter-field button svg {
  width: clamp(20px, 1.25vw, 32px);
  height: clamp(20px, 1.25vw, 32px);
}
.newsletter-field button svg path {
  fill: #ffffff !important;
}
.newsletter-field button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  color: #ffffff;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  background: #45474f;
  z-index: -1;
}
.newsletter-field button:hover span {
  width: 225%;
  height: 562.5px;
  z-index: -1;
}

.coming-soon .newsletter-field {
  width: 90%;
  margin: 0 auto;
}
.coming-soon .newsletter-field input {
  background-color: #ffffff;
}

.search-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 clamp(12px, 0.83vw, 24px);
  border-radius: 5px;
  height: clamp(42px, 2.917vw, 72px);
  border-radius: 5px;
  border: 1px solid #ffffff;
  color: #92949f;
  background-color: #eff3f9;
  backdrop-filter: blur(25px);
}
.search-field .form-group input[type=date],
.search-field .form-group input[type=text],
.search-field .form-group input[type=email],
.search-field .form-group input[type=file],
.search-field .form-group input[type=number],
.search-field .form-group input[type=password],
.search-field .form-group input[type=search],
.search-field .form-group input[type=submit],
.search-field .form-group input[type=tel],
.search-field .form-group textarea,
.search-field .form-group .cus-form-control {
  border: none;
  padding-right: 0;
  background: transparent;
  height: auto;
  color: #92949f;
  padding: 0;
}
.search-field .form-group input[type=date]:focus,
.search-field .form-group input[type=text]:focus,
.search-field .form-group input[type=email]:focus,
.search-field .form-group input[type=file]:focus,
.search-field .form-group input[type=number]:focus,
.search-field .form-group input[type=password]:focus,
.search-field .form-group input[type=search]:focus,
.search-field .form-group input[type=submit]:focus,
.search-field .form-group input[type=tel]:focus,
.search-field .form-group textarea:focus,
.search-field .form-group .cus-form-control:focus {
  border: none;
  background-color: transparent !important;
}
.search-field .form-group input[type=date]:hover,
.search-field .form-group input[type=text]:hover,
.search-field .form-group input[type=email]:hover,
.search-field .form-group input[type=file]:hover,
.search-field .form-group input[type=number]:hover,
.search-field .form-group input[type=password]:hover,
.search-field .form-group input[type=search]:hover,
.search-field .form-group input[type=submit]:hover,
.search-field .form-group input[type=tel]:hover,
.search-field .form-group textarea:hover,
.search-field .form-group .cus-form-control:hover {
  border: none;
}
.search-field .form-group input[type=date]::placeholder,
.search-field .form-group input[type=text]::placeholder,
.search-field .form-group input[type=email]::placeholder,
.search-field .form-group input[type=file]::placeholder,
.search-field .form-group input[type=number]::placeholder,
.search-field .form-group input[type=password]::placeholder,
.search-field .form-group input[type=search]::placeholder,
.search-field .form-group input[type=submit]::placeholder,
.search-field .form-group input[type=tel]::placeholder,
.search-field .form-group textarea::placeholder,
.search-field .form-group .cus-form-control::placeholder {
  color: #92949f;
  border: none;
}
.search-field .search-btn {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: #92949f;
}
.search-field .search-btn i {
  font-size: 16px;
}

.form-group .cus-form-control-select {
  width: 100%;
  background-color: #141516;
  padding: 0 clamp(12px, 0.83vw, 24px);
  height: clamp(42px, 2.917vw, 72px);
  color: #ffffff;
  display: flex;
  align-items: center;
  border: none;
}
@media (max-width: 575px) {
  .form-group .cus-form-control-select {
    max-width: 140px;
  }
}

/*----------------------------------------*/
/*  Heading CSS START
/*----------------------------------------*/
.heading span {
  color: #409ac7;
}

/*----------------------------------------*/
/*  Preloader CSS START
/*----------------------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  text-align: center;
  background: #ffffff;
  z-index: 9999999;
}
#preloader .preloader {
  position: absolute;
  margin-left: -55px;
  margin-top: -100px;
  height: 110px;
  width: 110px;
  left: 50%;
  top: 50%;
}
#preloader .preloader svg {
  width: 110px;
  height: 110px;
}
#preloader .preloader path {
  stroke: #409ac7;
  stroke-width: 0.1;
  fill: #241E20;
}
#preloader .preloader #cloud {
  position: relative;
  z-index: 2;
}
#preloader .preloader #cloud path {
  fill: #efefef;
}
#preloader .preloader #sun {
  margin-left: -10px;
  margin-top: 6px;
  opacity: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
  top: 15px;
  z-index: 1;
  animation-name: rotate;
  animation-duration: 16000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader .preloader #sun path {
  stroke-width: 0;
  fill: #9ea1a4;
}
#preloader .preloader .rain {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -32px;
  margin-left: 19px;
}
#preloader .preloader .drop {
  opacity: 1;
  background: #9ea1a4;
  display: block;
  float: left;
  width: 3px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0px 0px 6px 6px;
  animation-name: drop;
  animation-duration: 350ms;
  animation-iteration-count: infinite;
}
#preloader .preloader .drop:nth-child(1) {
  animation-delay: -130ms;
}
#preloader .preloader .drop:nth-child(2) {
  animation-delay: -240ms;
}
#preloader .preloader .drop:nth-child(3) {
  animation-delay: -390ms;
}
#preloader .preloader .drop:nth-child(4) {
  animation-delay: -525ms;
}
#preloader .preloader .drop:nth-child(5) {
  animation-delay: -640ms;
}
#preloader .preloader .drop:nth-child(6) {
  animation-delay: -790ms;
}
#preloader .preloader .drop:nth-child(7) {
  animation-delay: -900ms;
}
#preloader .preloader .drop:nth-child(8) {
  animation-delay: -1050ms;
}
#preloader .preloader .drop:nth-child(9) {
  animation-delay: -1130ms;
}
#preloader .preloader .drop:nth-child(10) {
  animation-delay: -1300ms;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  100% {
    height: 1px;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #0c0c0d;
  opacity: 0.8;
  cursor: url(../media/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #409ac7;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #409ac7;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.85;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*-------------------------
  layouts
-------------------------*/
/* ------------------------------------------------------------- *
 * Header CSS Start
/* ------------------------------------------------------------- */
.main-menu {
  width: 100%;
  z-index: 9999;
  display: grid;
  background-color: #ffffff;
  align-content: center;
  padding: clamp(16px, 1.25vw, 30px);
  border-radius: 0 0 clamp(16px, 1.25vw, 30px) clamp(16px, 1.25vw, 30px);
}
@media (max-width: 1199px) {
  .main-menu {
    padding: clamp(12px, 1.25vw, 30px) clamp(16px, 1.25vw, 30px);
  }
}
.main-menu .main-menu__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.main-menu .main-menu__logo .logo {
  text-align: center;
  max-width: 64px;
}
@media (max-width: 492px) {
  .main-menu .main-menu__logo .logo {
    max-width: 58px;
  }
}
.main-menu .location-block {
  display: flex;
  align-items: center;
}
.main-menu .location-block svg {
  width: clamp(20px, 1.25vw, 30px);
  height: clamp(20px, 1.25vw, 30px);
}
.main-menu .search-field {
  width: 35.417vw;
}
.main-menu .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.25vw, 48px);
}
.main-menu .main-menu__right .icon-btn {
  display: flex;
  font-size: clamp(16px, 1.25vw, 24px);
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__right .icon-btn svg {
  width: 24px;
  height: 24px;
}
.main-menu .main-menu__right .icon-btn svg path {
  fill: #0c0c0d;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__right .icon-btn:hover svg path {
  fill: #409ac7;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__nav {
  display: none;
}

.sidebar-nav__toggler {
  font-size: 24px;
  font-weight: 300;
  color: #0c0c0d;
  cursor: pointer;
  transition: 500ms;
  transition: all 0.5s ease-in;
}
@media screen and (min-width: 1200px) {
  .sidebar-nav__toggler {
    display: none;
  }
}
.sidebar-nav__toggler:hover {
  color: #409ac7;
  transition: all 0.5s ease-in;
}

/*--------------------------------------------------------------
# Sidebar Nav
--------------------------------------------------------------*/
.sidebar-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(130px, 7.917vw, 200px);
  height: 100vh;
  z-index: 999;
  transform-origin: left center;
  visibility: hidden;
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
@media (max-width: 1199px) {
  .sidebar-nav__wrapper {
    width: 100%;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, visibility 500ms ease 500ms;
  }
}
.sidebar-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-nav__wrapper .sidebar-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
  cursor: url(../media/close.png), auto;
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}
.sidebar-nav__wrapper .sidebar-nav__content {
  width: clamp(130px, 7.917vw, 200px);
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  display: grid;
  overflow-x: hidden;
  align-items: center;
  padding: clamp(18px, 1.25vw, 48px) clamp(12px, 1vw, 48px);
  border-radius: 0 clamp(24px, 2.5vw, 70px) clamp(24px, 2.5vw, 70px) 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 1199px) {
  .sidebar-nav__wrapper .sidebar-nav__content {
    width: 200px;
  }
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.sidebar-nav__wrapper .sidebar-nav__content .logo-box {
  position: absolute;
  top: clamp(18px, 1.25vw, 48px);
  left: 50%;
  transform: translateX(-50%);
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list,
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list ul {
  margin: auto 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list {
  display: flex;
  gap: clamp(24px, 2.5vw, 90px);
  flex-direction: column;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list ul {
  display: none;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a {
  display: flex;
  gap: clamp(6px, 0.63vw, 16px);
  color: #45474f;
  font-size: clamp(14px, 0.833vw, 22px);
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
  transition: all 0.5s ease-in;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a svg {
  width: clamp(18px, 1.25vw, 32px);
  height: clamp(18px, 1.25vw, 32px);
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a svg path {
  transition: all 0.5s ease-in;
  fill: #45474f;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a.expanded {
  color: #45474f;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a button {
  background: transparent;
  border: none;
  outline: none;
  color: #45474f;
  margin-left: auto;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  transition: all 0.5s ease-in;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a:hover, .sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a.active {
  color: #409ac7;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a:hover svg path, .sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li a.active svg path {
  fill: #409ac7;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu {
  margin-top: 12px;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu li {
  padding: 6px 0 12px 4px;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu li:last-child {
  padding-bottom: 0;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu li a {
  font-size: 14px;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu li a.active {
  color: #409ac7;
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}
.sidebar-nav__wrapper .sidebar-nav__content .main-menu__list li .sub-menu li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background-color: #409ac7;
  border-radius: 2px;
}
.sidebar-nav__wrapper .sidebar-nav__content .sidebar-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.sidebar-nav__wrapper .sidebar-nav__content.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.sidebar-nav__wrapper .sidebar-nav__content.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}
.sidebar-nav__wrapper .sidebar-nav__container .main-menu__logo,
.sidebar-nav__wrapper .sidebar-nav__container .main-menu__right {
  display: none;
}
.sidebar-nav__wrapper .sidebar-nav__overlay {
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}

/*----------------------------------------*/
/*  Sidebar CSS START
/*----------------------------------------*/
.sidebar {
  padding: clamp(14px, 1.25vw, 36px);
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  background: #ffffff;
  border-radius: clamp(14px, 1.25vw, 36px);
}
.sidebar .sidebar-widget {
  border-bottom: 1px solid #eaeaec;
  padding: clamp(16px, 1.25vw, 40px) 0;
}
.sidebar .sidebar-widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-widget:first-child {
  padding-top: 0;
}
.sidebar .sidebar-widget .widget-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(12px, 0.83vw, 24px);
}
.sidebar .sidebar-widget .widget-title-row span {
  display: block;
}
.sidebar .sidebar-widget .widget-title-row span i {
  color: #45474f;
  font-size: 16px;
}
.sidebar .sidebar-widget .widget-title-row span i.fa-plus {
  font-size: 20px;
}
.sidebar .sidebar-widget .blogs-list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.83vw, 24px);
}
.sidebar .sidebar-widget .blogs-list li a {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.83vw, 24px);
}
.sidebar .sidebar-widget .blogs-list li a img {
  flex-shrink: 0;
  border-radius: 5px;
}
.sidebar .sidebar-widget .blogs-list li a .date {
  color: #45474f;
  font-size: clamp(12px, 0.73vw, 24px);
}
.sidebar .sidebar-widget .blogs-list li a p {
  color: #141516;
  transition: all 0.5s ease-in;
}
.sidebar .sidebar-widget .blogs-list li a:hover p {
  color: #409ac7;
  transition: all 0.5s ease-in;
}
.sidebar .sidebar-widget .cat-list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.83vw, 24px);
  flex-wrap: wrap;
}
.sidebar .sidebar-widget .cat-list li {
  color: #141516;
}
.sidebar .sidebar-widget .cat-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .sidebar-widget .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .sidebar-widget .tag-list li {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #eff3f9;
}

.newsletter-block {
  background-color: #ffffff;
  border-radius: 16px;
}
.newsletter-block .text-block {
  text-align: center;
}
.newsletter-block .img-block {
  text-align: end;
}
@media (max-width: 992px) {
  .newsletter-block .img-block {
    text-align: center;
  }
}

.footer {
  text-align: center;
}

.alert-banners-row {
  margin-bottom: 0.75rem;
  --bs-gutter-x: 0.5rem;
}
@media (min-width: 992px) {
  .alert-banners-row {
    justify-content: flex-start;
    --bs-gutter-x: 0.75rem;
  }
  .alert-banners-row > .col-lg-auto {
    flex: 0 1 auto;
    max-width: none;
  }
}

.flood-alert {
  padding: 8px 12px;
  border-radius: 20px !important;
  border: none !important;
  margin-bottom: 0 !important;
  min-height: 36px;
  display: flex !important;
  align-items: center;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .flood-alert:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
  }
}
@media (min-width: 992px) {
  .flood-alert {
    padding: 12px 20px;
    border-radius: 25px !important;
    min-height: 44px;
  }
}
@media (min-width: 1200px) {
  .flood-alert {
    padding: 14px 24px;
    min-height: 48px;
  }
}

.flood-alert .alert-content h6 {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.3px;
  margin: 0;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .flood-alert .alert-content h6 {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .flood-alert .alert-content h6 {
    font-size: 14px;
  }
}

.flood-alert .alert-icon {
  font-size: 12px;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .flood-alert .alert-icon {
    font-size: 16px;
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .flood-alert .alert-icon {
    font-size: 18px;
    width: 20px;
  }
}

.flood-alert--critical {
  background: #dc2626 !important;
  color: white !important;
  box-shadow: 0 1px 4px rgba(220, 38, 38, 0.3) !important;
}
@media (min-width: 992px) {
  .flood-alert--critical {
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3) !important;
  }
  .flood-alert--critical:hover {
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4) !important;
    background: rgb(200.2083333333, 32.2916666667, 32.2916666667) !important;
  }
}

.flood-alert--warning {
  background: #f59e0b !important;
  color: white !important;
  box-shadow: 0 1px 4px rgba(245, 158, 11, 0.3) !important;
}
@media (min-width: 992px) {
  .flood-alert--warning {
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3) !important;
  }
  .flood-alert--warning:hover {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4) !important;
    background: rgb(221.4251968504, 142.4744094488, 9.0748031496) !important;
  }
}

.flood-alert--alert {
  background: #eab308 !important;
  color: white !important;
  box-shadow: 0 1px 4px rgba(234, 179, 8, 0.3) !important;
}
@media (min-width: 992px) {
  .flood-alert--alert {
    box-shadow: 0 2px 8px rgba(234, 179, 8, 0.3) !important;
  }
  .flood-alert--alert:hover {
    box-shadow: 0 4px 12px rgba(234, 179, 8, 0.4) !important;
    background: rgb(209.3429752066, 160.1384297521, 7.1570247934) !important;
  }
}

.flood-alert--advisory {
  background: #0ea5e9 !important;
  color: white !important;
  box-shadow: 0 1px 4px rgba(14, 165, 233, 0.3) !important;
}
@media (min-width: 992px) {
  .flood-alert--advisory {
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3) !important;
  }
  .flood-alert--advisory:hover {
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4) !important;
    background: rgb(12.5546558704, 147.9655870445, 208.9453441296) !important;
  }
}

@media (max-width: 991px) {
  .flood-alert {
    min-height: 40px;
  }
  .flood-alert .d-flex {
    gap: 0.375rem !important;
  }
}
.flood-alert:focus {
  outline: 3px solid rgba(255, 255, 255, 0.8) !important;
  outline-offset: 2px;
}
@media (max-width: 991px) {
  .flood-alert:focus {
    outline-width: 2px;
  }
}

.flood-alert--critical {
  animation: critical-pulse 3s ease-in-out infinite;
}
.flood-alert--critical:focus {
  outline-color: rgb(255, 255, 255) !important;
  outline-width: 4px;
}

@keyframes critical-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}
.flood-alert {
  will-change: transform;
  backface-visibility: hidden;
}
@media (max-width: 991px) {
  .flood-alert {
    will-change: auto;
  }
}

.weather-card {
  background: #409ac7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .weather-card {
    padding: clamp(18px, 3vw, 24px);
  }
}

.weather-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(8px, 2vw, 12px);
}

.weather-card__title-block {
  flex: 1;
}

.weather-card__title {
  margin: 0;
  line-height: 1.2;
}

.weather-card__station {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #eaeaec;
  margin-top: 4px;
}
.weather-card__station i {
  opacity: 0.8;
  margin-right: 4px;
}

.weather-card__time {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: clamp(6px, 1vw, 10px) clamp(12px, 1.5vw, 16px);
  flex-shrink: 0;
  border-radius: 8px;
  font-size: clamp(11px, 1.1vw, 13px);
  color: #ffffff;
  white-space: nowrap;
}
.weather-card__time i {
  opacity: 0.8;
  margin-right: 4px;
}

.weather-card__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
}
@media (max-width: 575px) {
  .weather-card__main {
    flex-direction: column;
    gap: 16px;
  }
}

.weather-card__icon {
  flex-shrink: 0;
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
}
.weather-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.weather-card__precipitation {
  text-align: center;
}

.weather-card__main-value {
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 600;
  line-height: 0.9;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(4px, 0.5vw, 8px);
  margin-bottom: clamp(8px, 1.5vw, 16px);
}
.weather-card__main-value small {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 500;
  opacity: 0.95;
}

.weather-card__probability {
  font-size: clamp(13px, 1.5vw, 16px);
  color: rgba(255, 255, 255, 0.95);
}
.weather-card__probability strong {
  font-weight: 700;
  color: #ffffff;
}

.weather-card__advisory {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.5vw, 24px);
  font-size: clamp(13px, 1.4vw, 15px);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
}

.weather-card__metric {
  background: #ffffff;
  border-radius: 10px;
  padding: clamp(12px, 2vw, 16px) clamp(10px, 1.5vw, 14px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  min-height: clamp(75px, 10vw, 95px);
  transition: transform 0.2s ease;
}
.weather-card__metric:hover {
  transform: translateY(-2px);
}

.weather-card__metric-icon {
  width: clamp(32px, 4vw, 44px);
  height: clamp(32px, 4vw, 44px);
  flex-shrink: 0;
  object-fit: contain;
}

.weather-card__metric-content {
  flex: 1;
}

.weather-card__metric-label {
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #92949f;
  line-height: 1.2;
  margin-bottom: 2px;
}

.weather-card__metric-value {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: #45474f;
  line-height: 1;
}
.weather-card__metric-value .unit {
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 500;
  color: #92949f;
  margin-left: 2px;
}

@media (max-width: 575px) {
  .weather-card {
    padding: 16px;
  }
  .weather-card__metric {
    padding: 10px 8px;
    min-height: 70px;
    gap: 6px;
  }
  .weather-card__metric-icon {
    width: 28px;
    height: 28px;
  }
  .weather-card__metric-value {
    font-size: 16px;
  }
}
.map-container {
  height: 100%;
  min-height: clamp(300px, 40vw, 500px);
}
@media (max-width: 991px) {
  .map-container {
    min-height: 300px;
  }
}

/* Loading state - subtle opacity change */
.weather-card--updating {
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

/* Pulse animation on data update */
.weather-card--pulse {
  animation: weatherCardPulse 0.5s ease;
}

@keyframes weatherCardPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.005);
  }
}
/* Last update timestamp styling */
.weather-card__last-update {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 0.25rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

/* Smooth transitions for value changes */
.weather-card__metric-value,
.weather-card__main-value {
  transition: all 0.3s ease;
}

/* Fade-in animation for updated values */
@keyframes fadeInValue {
  from {
    opacity: 0.5;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Apply animation when values update */
.weather-card__metric-value.updated,
.weather-card__main-value.updated {
  animation: fadeInValue 0.3s ease;
}

/* Smooth icon transitions */
.weather-card__icon img {
  transition: opacity 0.3s ease;
}

/* Loading spinner for weather card (if needed) */
.weather-card__loading {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.weather-card--updating .weather-card__loading {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Advisory text smooth transitions */
.weather-card__advisory {
  transition: all 0.4s ease;
}

/* Highlight critical advisories */
.weather-card__advisory[style*="color: #ef4444"],
.weather-card__advisory:has(span[style*="color: #ef4444"]) {
  background-color: rgba(239, 68, 68, 0.1);
  padding: 0.75rem;
  border-radius: 0.5rem;
  border-left: 3px solid #ef4444;
}

/* Manual refresh button (if you add one) */
.weather-card__refresh-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.weather-card__refresh-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transform: rotate(0deg);
}

.weather-card__refresh-btn:active {
  transform: rotate(180deg);
}

.weather-card__refresh-btn i {
  font-size: 1rem;
}

/* Error state styling */
.weather-card--error .weather-card__advisory {
  background-color: rgba(239, 68, 68, 0.15);
  border-left: 4px solid #ef4444;
  padding: 1rem;
  border-radius: 0.5rem;
}

.weather-card--error .weather-card__advisory a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.weather-card--error .weather-card__advisory a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Success flash on successful update */
@keyframes successFlash {
  0%, 100% {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3);
  }
}
.weather-card--success {
  animation: successFlash 0.6s ease;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .weather-card__refresh-btn {
    width: 32px;
    height: 32px;
  }
  .weather-card__last-update {
    font-size: 0.7rem;
  }
}
/* Dark mode support (if you implement it) */
@media (prefers-color-scheme: dark) {
  .weather-card--updating {
    opacity: 0.9;
  }
  .weather-card__loading {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.6);
  }
}
/* Print styles - hide update indicators */
@media print {
  .weather-card__refresh-btn,
  .weather-card__loading,
  .weather-card__last-update {
    display: none !important;
  }
}
.weather-card__data-time {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
  font-weight: 400;
}
.weather-card__data-time i {
  opacity: 0.7;
  margin-right: 4px;
}

.weather-card__latest-reading {
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 2px;
}

/* Animation for data updates */
.weather-card__data-time--updated {
  animation: dataTimestampPulse 0.6s ease-out;
}

@keyframes dataTimestampPulse {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
  }
  100% {
    background-color: transparent;
    transform: scale(1);
  }
}
/* Responsive adjustments */
@media (max-width: 576px) {
  .weather-card__data-time {
    font-size: 0.7rem;
  }
  .weather-card__latest-reading {
    font-size: 0.65rem;
    padding: 1px 4px;
  }
}
.map-container {
  background: #f9fafb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .map-container {
    min-height: 320px;
  }
}
@media (min-width: 1024px) {
  .map-container {
    min-height: 340px;
  }
}

#station-map {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.interactive-map {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  position: relative;
  background: #f9fafb;
}

.leaflet-tile-container {
  filter: hue-rotate(190deg) saturate(115%) brightness(97%);
}

.map-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-loading.hidden {
  display: none;
}
.map-loading .spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

/* Horizontal Bar Legend - Bottom Right */
.map-legend-bar {
  position: absolute;
  bottom: 20px;
  right: 10px; /* Changed from right: 10px */
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); /* Increased shadow for better visibility */
  border-radius: 20px;
  overflow: hidden; /* ADDED: Ensures rounded corners clip properly */
  z-index: 1000;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .map-legend-bar {
    font-size: 11px;
  }
}

.legend-bar-item {
  padding: 1px 8px; /* Increased from 1px 12px */
  color: white;
  text-align: center;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: 600; /* ADDED: Makes text more readable */
}
@media (min-width: 1024px) {
  .legend-bar-item {
    padding: 1px 8px; /* Slightly larger on desktop */
    min-width: 70px;
  }
}

.legend-bar-normal {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.legend-bar-advisory {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.legend-bar-alert {
  background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
}

.legend-bar-warning {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
}

.legend-bar-critical {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .map-legend-bar {
    font-size: 9px;
    bottom: 10px;
    right: 10px;
  }
  .legend-bar-item {
    padding: 5px 10px;
    min-width: 50px;
  }
}
.station-popup {
  min-width: 200px;
}
.station-popup h4 {
  margin: 0 0 10px 0;
  color: #1a202c;
  font-size: 14px;
  font-weight: 600;
}

.popup-metrics {
  display: grid;
  gap: 8px;
  font-size: 12px;
}

.popup-metric {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #e2e8f0;
}
.popup-metric:last-child {
  border-bottom: none;
}

.popup-metric-label {
  color: #64748b;
}

.popup-metric-value {
  font-weight: 600;
  color: #1a202c;
}

.popup-alert {
  margin-top: 10px;
  padding: 6px;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.popup-alert-critical {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

.popup-alert-warning {
  background: #fef3c7;
  color: #d97706;
  border: 1px solid #fcd34d;
}

.popup-alert-advisory {
  background: #dbeafe;
  color: #2563eb;
  border: 1px solid #93c5fd;
}

.popup-alert-alert {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde047;
}

.popup-alert-normal {
  background: #d1fae5;
  color: #059669;
  border: 1px solid #86efac;
}

.map-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 8px;
}
.map-loading.hidden {
  display: none;
}

/* ============================================================================
   UNIFIED CHART COMPONENT - PRECIPITATION & WATER LEVEL
   ============================================================================

   Based on your working water-level.scss styles with enhanced features.
   This unified component works for both precipitation and water level charts.

   Usage: Include chart-component.html with appropriate parameters:
   - chart_id: "precipitationChart" or "waterLevelChart" 
   - chart_type: "precipitation" or "water-level"
   - chart_title: "Hourly Precipitation Monitoring" etc.
   - chart_icon: "fa-cloud-rain" or "fa-water"

   File: static/sass/layout/_chart-component.scss

   ============================================================================ */
/* =============================================================================
   VARIABLES (Use your existing SCSS variables)
   ============================================================================= */
/* =============================================================================
   ALERT BANNERS (for water level warnings)
   ============================================================================= */
.water-alert-banner,
.chart-alert-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  border-left: 4px solid;
  animation: alertPulse 2s ease-in-out infinite;
}
.water-alert-banner.hidden,
.chart-alert-banner.hidden {
  display: none !important;
}
.water-alert-banner--advisory,
.chart-alert-banner--advisory {
  background: #eff6ff;
  border-color: #3b82f6;
  color: #1e40af;
}
.water-alert-banner--alert,
.chart-alert-banner--alert {
  background: #fefce8;
  border-color: #eab308;
  color: #854d0e;
}
.water-alert-banner--warning,
.chart-alert-banner--warning {
  background: #fff7ed;
  border-color: #f97316;
  color: #9a3412;
}
.water-alert-banner--critical,
.chart-alert-banner--critical {
  background: #fef2f2;
  border-color: #dc2626;
  color: #991b1b;
  animation: criticalPulse 1s ease-in-out infinite;
}
.water-alert-banner__message,
.chart-alert-banner__message {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

@keyframes alertPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
@keyframes criticalPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}
/* =============================================================================
   SECTION CONTAINERS
   ============================================================================= */
.precipitation-section,
.water-level-section {
  margin-bottom: 2rem;
}

/* =============================================================================
   CHART TITLES (Dynamic - supports both chart types)
   ============================================================================= */
.chart-title,
.water-level-title,
.precipitation-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.chart-title__icon,
.water-level-title__icon,
.precipitation-title__icon {
  color: #409ac7;
  font-size: 20px;
  margin-right: 0;
}

/* =============================================================================
   MAIN CHART CONTAINER - FULL WIDTH & RESPONSIVE
   ============================================================================= */
.chart-container {
  position: relative;
  margin-bottom: 16px;
}

.chart-wrapper {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 16px 24px 42px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: visible;
}

/* =============================================================================
   CHART HEADER (Title + Controls)
   ============================================================================= */
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.chart-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* =============================================================================
   CHART CANVAS - PROPER SIZING & RESPONSIVE HEIGHTS
   ============================================================================= */
.chart-canvas {
  width: 100%;
  position: relative;
  transition: opacity 0.2s ease;
  min-height: 400px;
}
.chart-canvas.sliding {
  opacity: 0.7;
}

/* Responsive chart heights */
@media (max-width: 480px) {
  .chart-canvas {
    min-height: 220px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .chart-canvas {
    min-height: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .chart-canvas {
    min-height: 320px !important;
  }
}
@media (min-width: 1024px) {
  .chart-canvas {
    min-height: 400px !important;
  }
}
/* Mobile touch feedback */
@media (max-width: 767px) {
  .chart-canvas {
    touch-action: pan-x;
    cursor: grab;
  }
  .chart-canvas:active {
    cursor: grabbing;
  }
}
/* =============================================================================
   NAVIGATION ARROWS - ENHANCED RESPONSIVE BEHAVIOR
   ============================================================================= */
.chart-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(64, 154, 199, 0.9);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  pointer-events: auto;
}
.chart-nav-arrow i {
  font-size: 14px;
}
.chart-nav-arrow:hover:not(:disabled) {
  background: #409ac7;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(64, 154, 199, 0.4);
}
.chart-nav-arrow:active:not(:disabled) {
  transform: translateY(-50%) scale(0.95);
}
.chart-nav-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(64, 154, 199, 0.3);
}
.chart-nav-arrow:disabled {
  opacity: 0.4;
  background: rgba(148, 163, 184, 0.5);
  cursor: not-allowed;
  box-shadow: none;
}
.chart-nav-arrow:disabled:hover {
  transform: translateY(-50%);
}
.chart-nav-arrow--left {
  left: -16px;
}
.chart-nav-arrow--right {
  right: -16px;
}

/* Arrow fade-in animation */
.chart-nav-arrow[style*="display: flex"] {
  animation: arrowFadeIn 0.3s ease;
}

@keyframes arrowFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
/* =============================================================================
   DATE PICKER - RESPONSIVE & ACCESSIBLE
   ============================================================================= */
.date-picker-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
}
.date-picker-inline i {
  color: #409ac7;
  font-size: 14px;
}
.date-picker-inline .date-picker-label,
.date-picker-inline span:not(.sr-only) {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}

.date-picker-inline__input {
  padding: 8px 12px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #1a202c;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 140px;
}
.date-picker-inline__input:hover {
  border-color: #409ac7;
}
.date-picker-inline__input:focus {
  outline: none;
  border-color: #409ac7;
  box-shadow: 0 0 0 3px rgba(64, 154, 199, 0.15);
}
.date-picker-inline__input.loading, .date-picker-inline__input:disabled {
  opacity: 0.6;
  cursor: wait;
  background: #f8fafc;
}

/* =============================================================================
   EXPORT BUTTON - WITH MOBILE TOOLTIP
   ============================================================================= */
.export-btn-inline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  height: 36px;
  background: #fff;
  color: #1a202c;
  border: 1px solid #409ac7;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.export-btn-inline:hover {
  background: #409ac7;
  transform: translateY(-1px);
  color: #fff;
  box-shadow: 0 4px 12px rgba(64, 154, 199, 0.3);
}
.export-btn-inline:active {
  transform: translateY(0);
}
.export-btn-inline:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.export-btn-inline i {
  font-size: 12px;
}
.export-btn-inline .export-btn-text {
  font-size: inherit;
}

/* =============================================================================
   LOADING STATE - ELEGANT & ACCESSIBLE
   ============================================================================= */
.chart-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  z-index: 10;
}
.chart-loading.hidden {
  display: none !important;
}
.chart-loading__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e2e8f0;
  border-top-color: #409ac7;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.chart-loading__text {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* =============================================================================
   ERROR STATE - USER-FRIENDLY & ACTIONABLE
   ============================================================================= */
.chart-error {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px;
  text-align: center;
  border-radius: 12px;
  z-index: 15;
}
.chart-error.show {
  display: flex !important;
}
.chart-error__icon {
  font-size: 40px;
  color: #f59e0b;
  margin-bottom: 12px;
}
.chart-error__title {
  font-size: 16px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
}
.chart-error__message {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 16px;
  max-width: 300px;
}
.chart-error__btn {
  padding: 8px 16px;
  background: #409ac7;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.chart-error__btn:hover {
  background: rgb(48.0647773279, 125.3117408907, 163.9352226721);
}
.chart-error__btn i {
  margin-right: 6px;
}

/* =============================================================================
   TOOLTIPS - ENHANCED FOR BOTH CHART TYPES
   ============================================================================= */
.water-tooltip {
  width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 2px solid #409ac7;
}
.water-tooltip__header {
  padding: 12px 16px;
  background: #409ac7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.water-tooltip__warning {
  padding: 10px 16px;
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #92400e;
}
.water-tooltip__warning i {
  color: #f59e0b;
  font-size: 14px;
  flex-shrink: 0;
}
.water-tooltip__alert {
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.water-tooltip__alert--advisory {
  background: #eff6ff;
  color: #1e40af;
}
.water-tooltip__alert--alert {
  background: #fefce8;
  color: #854d0e;
}
.water-tooltip__alert--warning {
  background: #fff7ed;
  color: #9a3412;
}
.water-tooltip__alert--critical {
  background: #fef2f2;
  color: #991b1b;
}
.water-tooltip__body {
  padding: 14px 16px;
  background: #fff;
}
.water-tooltip__station {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.water-tooltip__station:first-child {
  padding-top: 0;
}
.water-tooltip__station:last-child {
  padding-bottom: 0;
}
.water-tooltip__station-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.water-tooltip__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.water-tooltip__station-name {
  font-size: 13px;
  font-weight: 500;
  color: #1e293b;
}
.water-tooltip__value {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.prec-tooltip {
  width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 2px solid #409ac7;
}
.prec-tooltip__header {
  padding: 12px 16px;
  background: #409ac7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.prec-tooltip__warning {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  font-size: 12px;
  font-weight: 600;
  color: #92400e;
}
.prec-tooltip__warning i {
  font-size: 14px;
  color: #f59e0b;
  flex-shrink: 0;
}
.prec-tooltip__body {
  padding: 14px 16px;
  background: #fff;
}
.prec-tooltip__station {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.prec-tooltip__station:first-child {
  padding-top: 0;
}
.prec-tooltip__station:last-child {
  padding-bottom: 0;
}
.prec-tooltip__station-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prec-tooltip__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.prec-tooltip__station-name {
  font-size: 13px;
  font-weight: 500;
  color: #1e293b;
}
.prec-tooltip__value {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* =============================================================================
   ACCESSIBILITY
   ============================================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* =============================================================================
   RESPONSIVE - TABLET (768px - 1023px)
   ============================================================================= */
@media (max-width: 1023px) and (min-width: 768px) {
  .chart-title,
  .water-level-title,
  .precipitation-title {
    font-size: 19px;
  }
  .chart-title__icon,
  .water-level-title__icon,
  .precipitation-title__icon {
    font-size: 19px;
  }
  .date-picker-inline {
    font-size: 12px;
    gap: 6px;
  }
  .date-picker-inline i {
    font-size: 13px;
  }
  .date-picker-inline .date-picker-label,
  .date-picker-inline span:not(.sr-only) {
    font-size: 12px;
  }
  .date-picker-inline__input {
    padding: 7px 10px;
    height: 34px;
    font-size: 12px;
    min-width: 130px;
  }
  .export-btn-inline {
    padding: 7px 10px;
    height: 34px;
    font-size: 12px;
  }
  .export-btn-inline i {
    font-size: 12px;
  }
  .chart-controls {
    gap: 10px;
  }
  .chart-nav-arrow {
    width: 36px;
    height: 36px;
  }
  .chart-nav-arrow i {
    font-size: 13px;
  }
}
/* =============================================================================
   RESPONSIVE - MOBILE (< 768px)
   ============================================================================= */
@media (max-width: 767px) {
  .chart-title,
  .water-level-title,
  .precipitation-title {
    font-size: 18px;
  }
  .chart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
  .chart-controls {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  .date-picker-inline {
    font-size: 11px;
    gap: 4px;
  }
  .date-picker-inline i {
    font-size: 11px;
  }
  .date-picker-inline .date-picker-label,
  .date-picker-inline span:not(.sr-only) {
    font-size: 11px;
  }
  .date-picker-inline__input {
    padding: 6px 8px;
    height: 32px;
    font-size: 12px;
    min-width: 110px;
  }
  .export-btn-inline {
    padding: 6px 8px;
    height: 32px;
    font-size: 12px;
  }
  .export-btn-inline i {
    font-size: 11px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .export-btn-inline .export-btn-text {
    display: none;
  }
  .export-btn-inline::after {
    content: "Export CSV";
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    z-index: 100;
  }
  .export-btn-inline:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .export-btn-inline:disabled::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .chart-nav-arrow {
    width: 32px;
    height: 32px;
  }
  .chart-nav-arrow i {
    font-size: 12px;
  }
  .chart-nav-arrow--left {
    left: 8px;
  }
  .chart-nav-arrow--right {
    right: 8px;
  }
  .chart-nav-arrow::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
  }
  .water-tooltip {
    width: 200px !important;
  }
  .water-tooltip__header {
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 600;
  }
  .water-tooltip__warning {
    padding: 5px 8px;
    font-size: 9px;
    gap: 4px;
  }
  .water-tooltip__warning i {
    font-size: 10px;
  }
  .water-tooltip__body {
    padding: 8px 10px;
  }
  .water-tooltip__station {
    padding: 3px 0;
  }
  .water-tooltip__station-left {
    gap: 4px;
  }
  .water-tooltip__station-name {
    font-size: 9px;
    font-weight: 500;
  }
  .water-tooltip__dot {
    width: 6px;
    height: 6px;
  }
  .water-tooltip__value {
    font-size: 9px;
    font-weight: 600;
  }
  .prec-tooltip {
    width: 200px !important;
  }
  .prec-tooltip__header {
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 600;
  }
  .prec-tooltip__warning {
    padding: 5px 8px;
    font-size: 9px;
    gap: 4px;
  }
  .prec-tooltip__warning i {
    font-size: 10px;
  }
  .prec-tooltip__body {
    padding: 8px 10px;
  }
  .prec-tooltip__station {
    padding: 3px 0;
  }
  .prec-tooltip__station-left {
    gap: 4px;
  }
  .prec-tooltip__dot {
    width: 6px;
    height: 6px;
  }
  .prec-tooltip__station-name {
    font-size: 9px;
    font-weight: 500;
  }
  .prec-tooltip__value {
    font-size: 9px;
    font-weight: 600;
  }
}
/* =============================================================================
   RESPONSIVE - EXTRA SMALL (< 480px)
   ============================================================================= */
@media (max-width: 480px) {
  .chart-title,
  .water-level-title,
  .precipitation-title {
    font-size: 16px;
  }
  .chart-title__icon,
  .water-level-title__icon,
  .precipitation-title__icon {
    font-size: 1px;
  }
  .date-picker-inline {
    font-size: 10px;
    gap: 3px;
  }
  .date-picker-inline i {
    font-size: 10px;
  }
  .date-picker-inline .date-picker-label,
  .date-picker-inline span:not(.sr-only) {
    font-size: 10px;
  }
  .date-picker-inline__input {
    padding: 4px 6px;
    height: 28px;
    font-size: 11px;
    min-width: 100px;
  }
  .export-btn-inline {
    padding: 4px 6px;
    height: 28px;
    font-size: 11px;
  }
  .export-btn-inline i {
    font-size: 10px;
  }
  .chart-controls {
    gap: 6px;
  }
  .chart-nav-arrow {
    width: 28px;
    height: 28px;
  }
  .chart-nav-arrow i {
    font-size: 10px;
  }
  .chart-nav-arrow--left {
    left: 4px;
  }
  .chart-nav-arrow--right {
    right: 4px;
  }
  .water-tooltip {
    width: 180px !important;
  }
  .water-tooltip__header {
    padding: 5px 8px;
    font-size: 9px;
  }
  .water-tooltip__warning {
    padding: 4px 6px;
    font-size: 8px;
  }
  .water-tooltip__warning i {
    font-size: 9px;
  }
  .water-tooltip__body {
    padding: 6px 8px;
  }
  .water-tooltip__station {
    padding: 2px 0;
  }
  .water-tooltip__station-left {
    gap: 3px;
  }
  .water-tooltip__station-name {
    font-size: 8px;
  }
  .water-tooltip__dot {
    width: 5px;
    height: 5px;
  }
  .water-tooltip__value {
    font-size: 8px;
  }
  .prec-tooltip {
    width: 180px !important;
  }
  .prec-tooltip__header {
    padding: 5px 8px;
    font-size: 9px;
  }
  .prec-tooltip__warning {
    padding: 4px 6px;
    font-size: 8px;
  }
  .prec-tooltip__warning i {
    font-size: 9px;
  }
  .prec-tooltip__body {
    padding: 6px 8px;
  }
  .prec-tooltip__station {
    padding: 2px 0;
  }
  .prec-tooltip__station-left {
    gap: 3px;
  }
  .prec-tooltip__dot {
    width: 5px;
    height: 5px;
  }
  .prec-tooltip__station-name {
    font-size: 8px;
  }
  .prec-tooltip__value {
    font-size: 8px;
  }
}
/* =============================================================================
   CANVASJS OVERRIDES - CLEAN CHART APPEARANCE
   ============================================================================= */
.canvasjs-chart-credit {
  display: none !important;
}

#precipitationChart a[href*=canvasjs],
#waterLevelChart a[href*=canvasjs] {
  display: none !important;
}

.canvasjs-chart-tooltip,
div[id*=canvasjs-tooltip],
div[id*=canvasjs-react-tooltip] {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.canvasjs-chart-container div[style*="position: absolute"] {
  padding: 0 !important;
  margin: 0 !important;
}

[id*=canvasjs] > div {
  padding: 0 !important;
  margin: 0 !important;
}

/* =============================================================================
   PRINT STYLES - CLEAN PRINTING
   ============================================================================= */
@media print {
  .chart-nav-arrow,
  .export-btn-inline,
  .date-picker-inline {
    display: none !important;
  }
  .chart-wrapper {
    box-shadow: none;
    border: 1px solid #e2e8f0;
  }
  .chart-alert-banner,
  .water-alert-banner {
    animation: none;
  }
  .chart-canvas {
    min-height: 300px !important;
  }
}
/* =============================================================================
   ACCESSIBILITY - REDUCED MOTION SUPPORT
   ============================================================================= */
@media (prefers-reduced-motion: reduce) {
  .chart-canvas,
  .chart-nav-arrow,
  .export-btn-inline,
  .chart-loading__spinner,
  .water-tooltip,
  .prec-tooltip {
    transition: none;
    animation: none;
  }
  .chart-nav-arrow[style*="display: flex"] {
    animation: none;
  }
}