body {
    font-family: 'Arial', sans-serif;
    margin: 0px;
    padding: 0px;
}

/* header start */
.header {
    /* background-image: url(../images/image.png); */
    background-image: url(../images/5345.png);
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-text {
    font-size: 0.8rem;
    color: white;
}

.header img {
    cursor: pointer;
}

.left-img img {
    height: 100%;
    max-height: 135px;
}

.right-img img {
    height: 100%;
    max-height: 45px;
    filter: brightness(0) invert(1);
}

/* responsive */
@media (max-width: 768px) {
    .header {
        height: 150px;
    }

    .left-img img {
        max-height: 100px;
    }

    .right-img img {
        max-height: 50px;
    }

    .heading-text {
        font-size: 0.6rem;
    }
}

@media (max-width: 576px) {
    .header {
        height: 130px;
    }

    .left-img img {
        max-height: 70px;
    }

    .right-img img {
        max-height: 35px;
        margin-right: 20px;
    }

    .heading-text {
        font-size: 0.5rem;
    }
}

/* header end */

/* note */
p {
    margin: 0px;
    padding: 0px;
}

.note { 
    border-left: 2px solid #d17728;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.note p {
    font-size: small;
}

.note-marker {
    font-weight: bold;
    color: #d17728;
}

/* note end */

/* table */
.table-fixed-header {
    position: relative;
    height: 280px;
    overflow-y: auto;
}

.table-fixed-header table {
    width: 100%;
    border-collapse: collapse;
}

.table-fixed-header thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-fixed-header th {
    background-color: #d17728 !important;
    color: white;
    padding: 12px 15px;
    font-weight: normal;
    white-space: nowrap;
}

.table-fixed-header td {
    padding: 12px 15px;
    vertical-align: top;
}

.table-fixed-header tbody tr {
    border-bottom: 1px solid #e9ecef;
}

.table-fixed-header tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.header-icon {
    margin-right: 8px;
}

.location-details {
    max-width: 500px;
}

/* table end */

/* cards */
.location-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.location-row {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.field-label {
    font-weight: 500;
    color: #212529;
    width: 120px;
    padding-right: 10px;
}

.field-separator {
    margin: 0 10px;
    color: #212529;
}

.field-value {
    flex: 1;
}

.field-value.address {
    max-width: 500px;
}

.header-row {
    background-color: #d17728;
    color: white;
    padding: 10px 15px;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header-row i {
    margin-right: 8px;
}

h2 {
    margin-bottom: 20px;
    color: #212529;
}

/* cards end */

/* extra */
/* Add these styles to your existing CSS file */

/* Results count styling */
.results-count {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Highlight matching rows/cards */
.highlight {
    background-color: rgba(255, 248, 220, 0.5);
    transition: background-color 0.3s ease;
}

/* Style for reset button */
.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

/* Animation for filtering */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

tr:not([style*="display: none"]),
.location-card:not([style*="display: none"]) {
    animation: fadeIn 0.5s ease;
}

/* Improve mobile card appearance */
.location-card {
    transition: all 0.3s ease;
}

/* No results message styling */
.no-results {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin: 1rem 0;
}

/* extra */

.animation-images img {
    width: auto;
    height: 250px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    aspect-ratio: auto 5 / 2;
    /* Example ratio, adjust as needed */
}

.animation-images {
    top: -215px;
    right: 25px;
    position: absolute;
    animation: smoothUpDown 4s infinite ease-in-out;
}
 
.left-top-box-abo {  
  display: none;
  position: absolute;
  width: 110px;
  left: -101px;
  top: 30px;
  z-index: 9999999;
} 
.left-abo-1 {
  color: black;
  padding: 15px 15px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;  
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  text-align: center;
}
.left-abo-2 {
  color: black;
  padding: 6px 15px;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}
.left-abo-3 {
  color: black;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  text-align: center;
}

@keyframes smoothUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* hide images on mobile */
@media (max-width: 768px) {
    .animation-images {
        position: static !important;
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
    }

    .main-cont {
        margin-top: -60px !important;
    }

    .animation-images img {
        width: auto;
        height: 100px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        aspect-ratio: auto 5 / 2;
        /* Example ratio, adjust as needed */
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .field-label {
		font-size: 14px !important;
		font-weight: bold; 
	}

    .field-value {
		font-size: 12px !important;
		padding: 5px 0; 
	}
}