@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Bold.woff2') format('woff2'),
        url('../fonts/JannaLT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Regular.woff2') format('woff2'),
        url('../fonts/JannaLT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{overflow-x: hidden;}
body{
    font-family: 'Janna LT';
    p {color: #646262;}
}
.artext{
    font-family: 'Janna LT';
}
    .site-header {
      border-bottom: 1px solid #eee;
    }

    .logo-group img {
        height: 120px;
        object-fit: contain;
    }

    .navbar-nav .nav-link {
      font-weight: 500;
      color: #555;
      padding: 0.75rem 1rem;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
      color: #000;
      border-bottom: 2px solid rgb(10 77 141);
    }

    .dropdown-menu {
        border-radius: 0;    
        border: none;
        offset: 10px 10px;
        min-width: unset;
        padding-bottom: 0;
        text-align: center;
    }

    .dropdown-menu .dropdown-item.active {
    color: #000;
    background-color: white;
    }

    .dropdown-menu .dropdown-item:hover {
    color: #000;
    border-bottom: 2px solid #0d6efd;
    background-color: white;
    }

    .dropdown-item {
        border-top: 1px solid gray;
    }

    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
    }

    .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #000;
      border-bottom: 2px solid #0d6efd;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .search-box {
      position: relative;
      width: 220px;
      bottom: 8px;
      border: 1px solid #000 !important;
    }

    .search-box input {
      padding-right: 40px;
      border-radius: 0px;
    }
    .navbar>.container{
        align-items: end;
    }

    .search-box svg {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: rgb(126 20 22);
    }
    footer {
    font-family: 'Janna LT';
 color: #7e1416;
}
/* Contact Title */
footer h5 {
 font-size: 1.4rem;
 letter-spacing: 1px;
 color: #7e1416;
 font-weight: bolder;
}
footer .col-border-end {
 border-left: 1px solid #7b5a44; 
 padding-inline: 30px;
 height: 150px;
 align-content: center;
}

/* Department List */
footer ul li {
 font-size: 1rem;
 line-height: 1.6;
}
footer ul li span{
 text-align: start;
}
footer ul li img {
 /*filter: grayscale(100%);*/
}

/* Phone & Email */
footer .bi {
 color: #7e1416;
 font-size: 1.1rem;
}
footer a {
 color: #7e1416;
 transition: color 0.3s ease;
 text-decoration: none;
}
footer a:hover {
 color: #7e1416;
}
/* Middle Links Section */
footer .bg-light {
    background-color: #0A4D8D !important;
    border: none !important;
    background: url('../images/footer-bg.png') no-repeat;
        background-size: 100%;
}
footer .bg-light a {
 font-size: 1rem;
 padding: 4px 0;
 text-align: center;
 color: #fff;
}
section.graphs {
    padding: 100px 0;
}
footer .bg-light .col-md-3 {
  align-content: center;
}
/* Copyright Section */
footer .bg-dark {
 background-color: #7E1416 !important;
 padding-inline: 5px;
}
footer .bg-dark small {
 font-size: 0.85rem;
 letter-spacing: 0.3px;
}
footer .col-border-end ul.list-unstyled li i {
    opacity: 0;
}
footer .col-border-end ul.list-unstyled li:first-child i {
    opacity: 1;
}
.banner-item {
    background-size: cover;
    position: relative;
    min-height: 65vh !important;
    background-position: center center;
}
.banner-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.banner-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.banner-slider .slick-prev, .banner-slider .slick-next {
    z-index: 10;
    border-radius: 50px;
    background: transparent;
    font-size: 0px;
    border: none;
}
.charts .chart-title {
    text-align: center;
    color: #7e1416;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}
section.graphs {
    padding: 50px 0;
}
section.home-about{
    padding: 80px 0;
    position: relative;
}
section.home-about h3{
    font-size: 60px;
    font-weight: bold;
    color: #7e1416;
    border-left: 1px solid #7e1416;
}
section.home-about h6 {
    font-size: 22px;
    color: #646262;
    text-align: justify;
}
section.home-about h6 a {
    color: #0093c6;
    text-decoration: none;
    float: left;
}
.grey-vector {
    position: absolute;
    left: -145px;
    top: 50%;
    transform: translateY(-50%);
}
.fb-card {
    width: 100%;
    aspect-ratio: 1 / 1; /* Keeps square shape */
    cursor: pointer;
    position: relative;
}

/* Pattern Background */
.fb-pattern {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: url(../images/white-vector.svg);
  background-size: calc(100% - 2px) calc(100% - 2px);
  opacity: 0.8;
}

/* Common Circle */
.fb-circle {
  position: absolute;
  inset: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease;
  z-index: 2;
}
.fb-circle {
    inset: 15%; /* percentage keeps it proportional to card */
}


/* Static State */
.fb-static {
  background: #fff;
}

.fb-static img {
  max-width: 100%;
}

/* Hover State */
.fb-hover {
  background: #8f2c1c;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
}

/* Title */
.fb-title {
  font-size: 22px;
  margin-bottom: 12px;
}

/* Button */
.fb-btn {
  padding: 6px 14px;
  background: #fff;
  color: #8f2c1c;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

/* Hover Interaction */
.fb-card:hover .fb-static {
  opacity: 0;
  transform: scale(1.1);
}

.fb-card:hover .fb-hover {
  opacity: 1;
  transform: scale(1);
}
section.featured-birds {
    background: #e1dcd1;
    padding: 50px 0;
    padding-bottom: 5px;
}
.fb-cardwrap {
    width: 19%;
}
.fbirds-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.loadmore {
    font-weight: bold;
    color: #0f4c8c;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 20px 0;
}
.loadmore img{
    display: block;
    text-align: center;
    margin: auto;
}
section.search-panel {
    padding: 50px 0;
    overflow: hidden;
    background: url('../images/grey-vector.svg');
    background-size: 17%;
    background-position-x: -9%;
    background-position-y: -15%;
    background-repeat: no-repeat;
}
a.search-btn {
    padding: 6px 20px;
    background: #0A4D8D;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
    border: 1px solid #0A4D8D;
}
a.search-btn:hover {
    padding: 6px 20px;
    color: #0A4D8D;
    border: 1px solid #0A4D8D;
    background: #fff;
    text-decoration: none;
    display: inline-block;
}
a.clear-btn {
    padding: 6px 20px;
    background: #7E1416;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
    border: 1px solid #7E1416;
}
a.clear-btn:hover {
    padding: 6px 20px;
    color: #7E1416;
    border: 1px solid #7E1416;
    background: #fff;
    text-decoration: none;
    display: inline-block;
}
.btn-wrap {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 5px;
    height: 100%;
}
section.search-panel label {
    font-weight: bold;
    font-size: 14px;
}
.bird-slider img {
    width: 100%;
    height: auto;
}
.bird-slider button.slick-arrow {
    border: none;
    background: none;
    border-radius: 50px;    
    background: #7E1416;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 9;
}
.bird-slider button.slick-arrow img{
    width: 40px;
    height: 40px;
}
.bird-slider button.slick-prev.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.bird-slider button.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.bird-slider ul.slick-dots {
    position: absolute;
    display: flex;
    gap: 2px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.bird-slider ul.slick-dots li.slick-active button {
    border-radius: 50px;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #7e1416;
    border: 1px solid #7e1416;
}
.bird-slider ul.slick-dots li button {
    border-radius: 50px;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #7e1416;
}
section.sighting-form h2 {
    font-weight: bold;
    color: #7e1416;
    margin-bottom: 25px;
}

section.sighting-form {
    padding: 100px 0;
    background: #F5F6F7;
    position: relative;
    overflow: hidden;
}

section.sighting-form .btn.btn-primary {
    background: #0a4d8d;
    border: 1px solid #0a4d8d;
    padding: 6px 20px;
}
section.sighting-form input.form-control {
    border: 1px solid #CED5DC;
        z-index: 9;
        text-align: right;
    position: relative;
}
section.sighting-form label.form-label {
    color: #646262;
    margin: 0;
    background: #f5f6f7;
    position: relative;
    z-index: 9;
}
section.sighting-form label.form-check-label {
    font-size: 18px;
}

section.sighting-form::after{
  content: "";
  position: absolute; 
  left: -100px;
    top: 100px;
    background: url('../images/grey-vector.svg');
    width: 250px;
    height: 250px;
    background-size: 100%;
}

section.sighting-form::before{
  content: "";
  position: absolute; 
  right: -100px;
    bottom: 150px;
    background: url('../images/grey-vector.svg');
    width: 250px;
    height: 250px;
    background-size: 100%;
}


/*------------Datazone------------*/

.custom-tabs{margin-top:30px;margin-bottom: 50px;}
.custom-tabs .nav-tabs { display:none;}
.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-link:hover { color: #FFF; background-color: #a32524;  border-color: #dee2e6 #dee2e6 #fff; border-radius: 0; cursor:pointer;}
.custom-tabs .nav-tabs .nav-link { background-color: #ccc; border-radius: 0; color: #a32524; border:0;}
.custom-tabs .nav-tabs .nav-item{margin-right:8px;}
.custom-tabs .card-body { border: 1px solid #DEE2E6; border-top: 0; }
.custom-tabs .tabs-data h4 { color: #a32524;  font-size: 18px; margin: 30px 0 20px 0;}
.custom-table{margin-bottom:30px;}
.custom-table .table thead th { background: #a32524; color: #FFF; }
.custom-table .table thead th,
.custom-table .table tbody td{white-space:nowrap;}
.custom-table .table tbody tr:nth-child(even){ background: #f6e9e9;}

@media(min-width:992px) {
.custom-tabs .nav-tabs { display: flex; }
.custom-tabs .card {border: none;}
.custom-tabs .card .card-header {display:none; }  
.custom-tabs .card .collapse{ display:block; }
}
@media(max-width:991px){
.custom-tabs .tab-content > .tab-pane { display: block !important; opacity: 1;}
}

.aboutpage-content .white-box { background: #fff;  padding: 45px;  box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;  margin: 0px -100px;  width: 100%;}
.aboutpage-content .white-box h4 { color: #a32524;  margin-bottom: 10px;}

.map-page iframe{position:relative;}
.map-page .pin-icon{position:unset;}
.map-page .pin-icon.location-pin{  position: absolute; cursor: pointer; z-index:999;}
.map-page .pin-icon.location-pin.pin1{  position: absolute; cursor: pointer; right:42%; top:40%;}
.map-page .pin-icon.location-pin.pin2{  position: absolute; cursor: pointer; right:10%; top:70%;}
.map-page .pin-icon.location-pin.pin3{  position: absolute; cursor: pointer; right:70%; top:20%;}
.map-page .pin-icon.location-pin.pin4{  position: absolute; cursor: pointer; right:50%; top:50%;}
.location-detail{position:absolute; display:none;}
.map-page .pin-icon.location-pin:hover .pin-details{display:block; }

.white-box .vision-box{padding:0;}
.white-box .vision-box:hover { transform: none;  box-shadow: none;}
.white-box .vision-box h5{margin:0 0 10px 0}


.data-search-btn{
    border-radius: 0px;
    font-size: 15px;
    padding: 14px 40px;
    border:1px solid #a32524;
    color: #a32524;
    text-decoration: none;
    font-weight: bold;
    transition-duration: 0.3s;
}

.data-search-btn:hover{
  color: #fff;
  background: #a32524;
  border: 1px solid #a32524;
}
/* ===== Custom Striped Table (Image Style) ===== */
.species-table {
  border-collapse: collapse;
  width: 100%;
}

.species-table thead th {
  background-color: #a32020;   /* dark red header */
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

/* Light pink alternating rows */
.species-table tbody tr:nth-child(even) {
  background-color: #f7eaea;
}

.species-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Cell styling */
.species-table td,
.species-table th {
  padding: 10px 12px;
  vertical-align: middle;
  font-size: 14px;
}

/* Optional subtle hover (very close to image) */
 tbody tr:hover {
  background-color: #f1dede;
}

.species-table.table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-bg-type: rgb(163 32 32 / 10%);
}



.timeline-wrap .fb-pattern{
  background-image: url('../images/grey-vector.svg');
}
.timeline-wrap .fb-cardwrap {
    width: 35%;
    margin-right: 45px;
}
.tw-image-side {
    position: relative;
    display: flex;
}
.tw-year {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid #7e1416;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #7e1416;
    font-weight: bold;
    background: #fff;
}
.tw-text-side{
  position: relative;
}
.tw-image-side.tw-left-image {
    justify-content: end;
}
.tw-image-side.tw-right-image {
    justify-content: start;
}
.tw-image-side.tw-left-image .fb-cardwrap {
    margin: 0;
    margin-left: 45px;
}
.tw-image-side.tw-right-image .tw-year {
    right: -30px;
}
.tw-image-side.tw-left-image .tw-year {
    left: -30px;
}
.timeline-wrap h5{
  text-align: justify;
    color: #646262;
    font-size: 22px;
}
.timeline-wrap {
    position: relative;
}
.timeline-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #000;
    top: 0px;
    bottom: 0;
    right: 50%;
    margin-left: 0;
}
.tw-text-side.tw-left-text {
    padding-left: 50px;
}

.tw-text-side.tw-right-text {
    padding-right: 50px;
}
.tw-image-side:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #7e1416;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.tw-image-side.tw-right-image::before{
  right:10px;
}
.tw-image-side.tw-left-image::before{
  left: 40px;
}
.timeline-wrap .fb-card:hover .fb-static{
  opacity: 1;
}
.timeline-wrap .row {
    padding: 30px 0;
}
section.abtus a.nav-link.active img {
    filter: invert(20%) sepia(90%) saturate(600%) hue-rotate(-30deg) brightness(65%) contrast(105%);
}
.banner-item h1 {
    padding-top: 10vh !important;
}
.fb-cardwrap.is-hidden {
  display: none;
}

.slick-slide h1 {
  opacity: 0;
  transform: translateY(-500px);
  transition: all 1s ease;
}

.slick-slide.slick-current h1 {
  opacity: 1;
  transform: translateY(0);
}


.abtus .tab-pane:not(.show) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

/* Active tab: fully visible */
.abtus .tab-pane.show {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

.abtus .tab-content>.active {
    display: block;
    opacity: 1 !important;
    position: relative !important;
}

.me-3 {
    margin-right: 0rem !important;
    margin-left: 1rem !important;
}
.me-2 {
    margin-right: 0rem !important;
    margin-left: .5rem !important;
}

button.btn-close {
    margin: 0 !important;
    margin-right: auto !important;
}
footer p {
    display: flex;
}

@media (max-width:1200px){
  footer .list-unstyled{
    padding: 0;
  }
  footer .col-border-end{
    height: auto;
    padding: 15px;
    border: none;
  }
}

@media (max-width:992px){
  .card-header {
    background: #a32020;
    color: #fff;
}
.card-header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
 /* Smooth height transition for mobile collapse */
  .navbar-collapse {
    overflow: hidden;
    transition: height 0.4s ease;
  }
  ul.navbar-nav.mb-2.mb-lg-0 {
    padding: 0;
    background: #7e1416;
    margin-top: 20px;
}
ul.navbar-nav .nav-link{
  color: #fff;
}
.navbar-nav .nav-link.active{
  color: #fff;
  font-weight: bold;
  border-color: #fff;
}
}
@media (min-width: 767px) and (max-width: 1024px){
    section.abtus h3{
        font-size: 40px;
        min-width: 165px;
        border: none;
    }
    section.home-about h3{
        font-size: 40px;
        border: none;
    }
    section.abtus .grey-vector {
        position: absolute;
        left: -14%;
        transform: translateY(-50%);
        width: 25%;
        overflow: hidden;
        z-index: -1;
    }
    .grey-vector{
      display: none;
    }
    .fb-btn {
    padding: 6px 6px;
    font-size: 12px;
}
section.search-panel .col-md-3:last-child {
    width: 100%;
    margin-top: 20px;
}
section.sighting-form::after{display: none;}
section.sighting-form::before{display: none;} 
.banner-item {
    min-height: 32vh !important;
}
.banner-item h1 {
    padding-top: 0 !important;
    font-size: 30px;
}
.aboutpage-img {
    width: 100%;
    margin-left: 0;
}
}

@media (max-width:767px){
  .banner-item h1{
    font-size: 16px;
  }
  .banner-item{
    min-height: 185px !important;
  }
  .row.title-img h6 {
    padding: 0 !important;
}
  .banner-item h1 {
    padding-top: 0 !important;
}
.abtus ul.nav {
    flex-wrap: nowrap;
}
.timeline-wrap:before{
  display: none;
}
.tw-image-side {
    order: 1;
    flex-direction: column;
}
.tw-text-side {
    order: 2;
}
.timeline-wrap .fb-cardwrap {
    width: 50%;
    margin: auto !important;
}
.tw-year {
    position: relative;
    margin: auto;
    left: unset !important;
    right: unset !important;
}
.tw-image-side:before {
    width: 1px;
    height: 40px;
    top: 25px;
    left: 50% !important;
    right: unset;
}
.tw-text-side.tw-right-text{
  padding: 0;
}
.tw-text-side.tw-left-text {
  padding: 0;
}
.timeline-wrap {
    padding-top: 40px;
}
.tw-image-side.tw-right-image::before {
    right: 50%;
}
section.abtus .nav-pills {
    gap: 0 !important;
    padding: 0;
}
.fb-cardwrap {
    width: 55%;
}
.btn-wrap {
    margin-top: 10px;
}
section.sighting-form::after{display: none;}
section.sighting-form::before{display: none;} 
.grey-vector{
  display: none;
}
}

/* bug sheet changes */
.banner-item .container .row {
  justify-content: flex-end !important;
  text-align: center;
}
.banner-item .container h1 {
  justify-content: flex-end !important;
  text-align: center;
}

footer ul li span{
 unicode-bidi: plaintext;
}
.sighting-form .form-check {
  padding-right: 1.5rem;
}
.sighting-form .form-check .form-check-input {
  float:right;
  margin-right: -1.5rem;
}
@media(max-width:1440px) {
.custom-tabs .nav-tabs { padding: 0; margin: 0; font-size: 14px}
}

@media(max-width:1200px) {
.custom-tabs .nav-tabs .nav-item {padding-left: 5px; margin: 0;}
.custom-tabs .nav-tabs .nav-item a {padding: 8px; margin: 0;}
    .custom-tabs .nav-tabs { padding: 0; margin: 0; font-size: 13px}
}

@media (min-width: 767px) and (max-width: 1024px){
.banner-item {
    min-height: 21vh !important;
}
.banner-item h1 {
    padding-top: 0 !important;
    font-size: 30px;
}
}

@media (max-width:767px){
  .banner-item h1{
    font-size: 16px;
  }
  .banner-item{
    min-height: 185px !important;
  }
  .row.title-img h6 {
    padding: 0 !important;
}
.banner-item h1 {
    padding-top: 1rem  !important;
    font-size: 20px;
}
}


.highcharts-table-caption {display: none;}
.highcharts-xaxis.highcharts-radial-axis text.highcharts-axis-title   {display: none;}
.highcharts-charts-table {text-align: right;}
.highcharts-text {padding-left: 15px; text-align: right;}
.highcharts-number {text-align: right;}


@media(max-width:1600px) {
section.sighting-form::after{display: none;}
section.sighting-form::before{display: none;}
}
@media(max-width:992px) {
  .navbar-nav .nav-link{
    margin: 0 20px;
  }
  .aboutpage-img{
    margin-left: 0;
  }
}

@media (max-width:767px){
  section.abtus h6{
    text-align: right !important;
  }
  footer .col-border-end {
        height: auto;
        padding: 0 15px !important;
                margin: 0;
    }
}

#scrollTopBtn {
      position: fixed;
      bottom: 20px;
      left: 20px;
      display: none; /* Hidden by default */
      z-index: 999;
      color: white;
      height: 50px;
      width: 50px;
      background-color: #7e1416;
      border: none;
      border-radius: 10px !important;
      box-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
}
#scrollTopBtn img{
      position: fixed;
      bottom: 25px;
      left: 25px;
      z-index: 999;
      color: white;
      height: 40px;
      width: 40px;
      transform: rotate(90deg);
}

footer a:hover {
 color: #b44e51;
}
footer .bg-light a:hover {
 color: #c0c0c0 !important;
}

body {min-height: 1px;}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: white;
}
.site-header {
    position: fixed;
    top: 0;
    z-index: 1200;
    background: white;
    width: 100%;
}
.banner-slider {margin-top: 90px; height: 50vh;}
.banner-item {
    background-size: cover;
    min-height: 50vh !important;
}
.banner-item .container h1 {
    font-size: 2.5rem;
}
.slick-slide.slick-current h2 {
  opacity: 1;
  transform: translateY(0);
}
.slick-slide h2 {
  opacity: 0;
  transform: translateY(-500px);
  transition: all 1s ease;
}
@media (max-width: 1200px){
    .banner-slider {margin-top: 85px;}
}
@media (max-width: 1024px){
    .banner-slider {margin-top: 82px; height: 35vh;}
    .banner-item {
        background-size: cover;
        min-height: 35vh !important;
    }
}
@media (max-width: 768px){
    .banner-slider {margin-top: 82px; height: 25vh;}
    .banner-item {
        background-size: cover;
        min-height: 25vh !important;
    }
    .banner-item .container .row {margin-top: 2rem !important;}
    .banner-item .container h1 {font-size: 1.5rem; padding-top: 5px !important;}
    .banner-item .container h2 {font-size: 1.4rem;}
}
@media (max-width: 425px){
    .logo-group img {
        height: 115px;
        object-fit: contain;
    }
    .banner-slider {height: 120px !important}
    .banner-item {
        background-size: cover;
        min-height: 120px !important;
        background-repeat:no-repeat;
    }
    .banner-item .container .row {margin-top: 1rem !important;}
    .banner-item .container h1 {font-size: 1.3rem;}
    .banner-item .container h2 {font-size: 1.2rem;  padding-top: 0rem !important;}
}
section.home-about h6 {
    font-size: 22px;
    color: #646262;
    text-align: justify;
    max-width: 90%;
}
@media (max-width: 1024px){
    section.home-about h6 {
        font-size: 22px;
        color: #646262;
        text-align: justify;
        max-width: 100%;
    }
}
#migration .row, #monitoring .row {flex-direction:row-reverse}

/* Title */
.fb-title {
  font-size: 14px;
  margin-bottom: 12px;
  max-width: 100px;
  text-align: center;
}
.fb-static img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: fill;
}
/* Form */
.step {display: none;}
.step.active {display: block;}
/* #multi-sighting.sighting-form  .button-container {justify-self: end;} */
#multi-sighting.sighting-form .container{padding-inline: 50px;}
#multi-sighting.sighting-form::after{left: -120px; top: 120px;display: block;}
#multi-sighting.sighting-form::before{right: -120px; bottom: 120px;display: block;}
@media(max-width:1600px) {
    #multi-sighting.sighting-form::after{display: block;}
    #multi-sighting.sighting-form::before{display: block;}
    #multi-sighting.sighting-form::after{left: -130px; top: 100px; width: 200px; height: 200px;}
    #multi-sighting.sighting-form::before{right: -130px; bottom: 100px; width: 200px; height: 200px;}
    .logo-group img{height: 75px;}
}
@media(max-width:1200px) {
    #multi-sighting.sighting-form::after{left: -150px; top: 100px; width: 200px; height: 200px;}
    #multi-sighting.sighting-form::before{right: -150px; bottom: 100px; width: 200px; height: 200px;}
    .logo-group img{height: 65px;}
}
@media(max-width: 1024px) {
    #multi-sighting.sighting-form .container{padding-inline: 15px;}
    #multi-sighting.sighting-form::after{left: -105px; top: -10px; width: 150px; height: 150px;}
    #multi-sighting.sighting-form::before{right: -105px; bottom: -10px; width: 150px; height: 150px;}
}
@media(max-width: 768px) {
    #multi-sighting.sighting-form::after{left: -100px; top: -50px; width: 150px; height: 150px;}
    #multi-sighting.sighting-form::before{right: -100px; bottom: -50px; width: 150px; height: 150px;}
}
@media (max-width: 425px){
    .logo-group img {
        height: 90px;
        object-fit: contain;
    }
    .banner-slider {margin-top: 110px;height: 180px !important;}
    .banner-item {
        background-size: cover;
        min-height: 180px !important;
        background-repeat:no-repeat;
    }
    .banner-item .container .row {margin-top: 0rem !important;}
    .banner-item .container h1 {font-size: 1.3rem; padding-top: 15px !important;}
    .banner-item .container h2 {font-size: 1.2rem;  padding-top: 0rem !important;}
    .banner-item .container .row {
        padding-inline:35px;
    }
}
section.abtus ul.nav {
    flex-wrap: wrap!important   ;
}
@media (max-width: 1200px){
     nav.navbar {align-items: end;}
    nav.navbar a.nav-link{ font-size: 15px; text-align: start; padding: 5px;}
}
@media (max-width: 1200px){
    .search-box {
      width: 130px;
    }
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.location-detail-map {
    overflow: hidden;
    background: #fff !important;
}

.popup-details-map h6 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.gm-style .gm-style-iw-d {
    padding: 0 !important;
    width: 100%;
}

.gm-style-iw-chr {
    position: absolute;
    left: 0;
}


.pagination {
  justify-content: center;
  margin-top: 1rem;
}

.pagination .page-link {
  color: #a32524;
  border-color: #a32524;
  margin: 0 4px;
  border-radius: 6px;
}

.pagination .page-link:hover {
  background-color: #a32524;
  color: #fff;
  border-color: #a32524;
}

.pagination .page-item.active .page-link {
  background-color: #a32524;
  border-color: #a32524;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
  border-color: #ddd;
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link {
  font-weight: 500;
}

.dataTables_info {
    text-align: center;
}
.button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-container:not(:has(> :not([style*="display: none"]):nth-child(1))) {
  justify-content: flex-end;
}



@media (min-width: 1000px) and (max-width: 1199.98px) {
  .banner-item {
   min-height: 50vh !important;
  }
  .banner-slider {
      height: 50vh;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-item {
   min-height: 50vh !important;
  }
  .banner-slider {
      height: 50vh;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-item {
   min-height: 50vh !important;
  }
  .banner-slider {
      height: 50vh;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .banner-item {
   min-height: 50vh !important;
  }
  .banner-slider {
      height: 50vh;
  }
}
@media (min-width: 1800px) {
  .banner-item {
   min-height: 60vh !important;
  }
  .banner-slider {
      height: 60vh;
  }
}
.highcharts-credits{
display: none;

}
