/* Group control-panel and location-map together */
.control-panel-container-data {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
    gap: 10px;
    margin: -53px 1020px;
}

.control-panel2-data {
    flex: 0 0 32%;
    border-radius: 10px 10px 0px 0px;
    padding: 0;
    min-height: 272px;
    box-sizing: border-box;
    margin-top: -942px;
    display: flex;
    flex-wrap: wrap;
    color: #e6f0ff;
    background-color: #0f172a;
}

.form-section .call-btn-data {
    display: block;
    width: 170px;
    margin: 0px 40px 0px;
    padding: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f172a;
    background: #fdfefe;
    border: 2px solid #bdbdbd;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    text-decoration: none;
}

.form-section .call-btn-data-unavailable {
    display: block;
    width: 170px;
    margin: 0px 40px 0px;
    padding: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f172a;
    background-color: #a1a1aa;
    border: 2px solid #bdbdbd;
    border-radius: 50px;
    cursor: not-allowed;
    text-align: center;
    height: 50px;
    text-decoration: none;
}

.form-section .search-btn-data {
    display: block;
    width: 170px;
    margin: 0px 40px 0px;
    padding: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f172a;
    background: #fdfefe;
    border: 2px solid #bdbdbd;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    text-decoration: none;
}

.display-description-data {
    min-height: 308px;
    width: 100%;
    margin: -350px 193px;
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    max-width: 817px;
    color: #4b5563;
}

.accordion-heading-data {
    font-family: 'League Spartan', sans-serif;
    margin: 0px;
    padding-top: 20px;
    font-size: 19px;
    color: #4b5563;
}

.new-advert-area {
    max-width: 389px;
    max-height: 400px;
    margin-left: -1232px;
    margin-top: 570px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.new-advert-area img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.main-image {
    width: 821px;
    height: 494px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.responsive-carousel-zone .thumbnail {
    width: 100px;
    height: 58px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 0px 0px 8px 8px;
    transition: all 0.1s ease;
    position: relative;
    overflow: hidden;
}

.responsive-carousel-zone .thumbnail:hover {
    border-color: rgb(255, 196, 0);
    transform: scale(1.2);
}

.responsive-carousel-zone .thumbnail.uploaded {
    border-color: rgb(135, 135, 135);
}

.responsive-carousel-zone .thumbnail.active {
    border: 2px solid #0f172a;
}

.main-image-container {
    position: relative;
    width: 820px;
    height: 485px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.thumbnail-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    max-width: 820px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #0f172a;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-btn svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.slider-btn:disabled svg {
    fill: #a1a1aa;
}

.responsive-carousel-zone {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    max-height: 550px;
    border-radius: 10px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #ffffff !important;
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0px;
}

/* Existing styles remain unchanged */
.search-panel {
    min-width: 389px;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6f0ff;
    font-size: 16px;
    border-radius: 10px;
    background-color: #0f172a;
    margin-left: -214px;
    padding: 20px;
    box-sizing: border-box;
}

.search-panel .section {
    flex: 1;
    text-align: center;
    width: 100%;
}

.filter-header {
    font-size: 18px;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.filter-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.info3 {
    padding: 0 10px 0 20px;
    text-align: left;
    line-height: 1.3;
    flex: 1;
}

.info4 {
    padding: 0 20px 0 10px;
    text-align: right;
    line-height: 1.3;
    flex: 1;
}

.info3 span, .info4 span {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info4 span {
    justify-content: flex-end; /* Aligns the content (checkbox and label) to the right */
}

.info3 span img, .info4 span img {
    margin-right: 15px;
    vertical-align: middle;
    width: 10px; /* Adjust size if needed */
    height: 10px;
}

/* Call Button */
.call-button-data {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

.form-section .search-btn-data {
    display: block;
    width: 170px;
    margin: 0 auto;
    padding: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f172a;
    background: #fdfefe;
    border: 2px solid #bdbdbd;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    text-decoration: none;
}

/* Hide unused search-panel2 class */
.search-panel2 {
    display: none;
}



@media (orientation: landscape) and (max-width: 896px) {
  /* Specific landscape mobile styles */

.search-panel {
    display: none;
}
.new-advert-area img {
    display: none;
}
.features-collected-data {
    display: none;
}
.advert-area-data img {
    display: none;
}
.responsive-carousel-zone {
    margin-left: -6px;
}
.display-description-data {
    min-height: 308px;
    width: 100%;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    max-width: 751px;
    color: #4b5563;
    margin-top: 581px;
    margin-left: 190px;
}
.main-image-container {
    width: 833px;
}
.control-panel-container-data {
    display: flex;
    flex-direction: row;
    flex: 0 0 32%;
    gap: 10px;
    margin: 984px -20px;
    min-width: 408px;
}
.control-panel2-data {
    flex: 0 0 32%;
    border-radius: 0px;
    padding: 0;
    min-height: 274px;
    box-sizing: border-box;
    margin-top: -942px;
    display: flex;
    flex-wrap: wrap;
    color: #e6f0ff;
    background-color: #0f172a;
    max-height: 456px;
    min-width: 427px;
}
.location-map {
    flex: 0 0 32%;
    padding: 0;
    min-height: 275px;
    box-sizing: border-box;
    margin-top: -943px;
    min-width: 405px;
}
#map {
    height: 457px !important;
    border-radius: 0px !important;
}
}

/* Mobile Styles */
@media (max-width: 768px) {

    .sticky-header {
    width: 107vw;
    padding-left: 0;
    padding-right: 0;
    }
    
    
    .search-panel {
    max-width: 128%;
    min-width: 118%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6f0ff;
    font-size: 16px;
    background-color: #0f172a;
    margin-left: -9px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0px;
    margin-top: -21px;
    display: none;
    }
    .carousel-container {
        width: 100%;
    }
    .main-image {
    width: 107%;
    height: 263px;
    object-fit: cover;
    border-radius: 0px;
}
.main-image-container {
    position: relative;
    width: 113%;
    height: 263px;
    border-radius: 0px;
    overflow: hidden;
}
.thumbnail-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    max-width: 820px;
    display: none;
}
.slider-btn.next {
    right: 10px;
}
.filter-header {
    display: none;
}
.clear-link {
    display: none;
}

.form-section .search-btn-data {
    margin-top: -60px;
}
.vehicle-details-bar {
    width: 107%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.responsive-carousel-zone {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    max-height: 550px;
    border-radius: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #ffffff !important;
    margin-top: -32px;
    margin-left: -10px;
}
.control-panel-container-data {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
    gap: 0px;
    margin: 543px -13px;
    max-width: 112%;
}
.control-panel2-data {
    border-radius: 0px;
    margin-top: -275px;
}
.accordion-heading-data {
    font-family: 'League Spartan', sans-serif;
    margin: 0px;
    padding-top: 20px;
    font-size: 19px;
    color: #4b5563;
    margin-left: 30px;
}
.display-description-data {
    min-height: 308px;
    width: 90%;
    margin: -596px 20px;
    font-family: 'League Spartan', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    max-width: 340px;
    color: #4b5563;
}
.location-map {
    margin-top: 0px;
    border-radius: 0px;
    display: none;
}
.features-collected-data p {
    font-size: 16px;
    color: #4b5563;
    display: none;
}
.advert-area-data img {
    flex: 0 0 32%;
    width: 100%;
    min-width: 0;
    min-height: 400px;
    border-radius: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #e0e0e0;
    margin-top: 0px;
}
.new-advert-area img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    display: none;
}
.footer-container-data {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 70px;
    display: none;
}
    
}
