@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');
body , html {
    background-color: white;

    font-family: 'Public Sans', sans-serif;
    overflow-x: hidden;
}.header-sticky{position:fixed;}html {
    scroll-padding-top: 100px; /* Adjust this based on header height */
} button,input,textarea,h1,h2,p,h3{font-family: 'Poppins', sans-serif;}.headerfix{background-color: #fff;}header .user-type-btn{background-color:#fff ;}.progress{height:24px}
.font-weight-bold{font-weight: bold;}
.font-weight-900{font-weight: 900;}
.float-right{float: right;}
.school-catchment-heading{color:#A7A7A7!important;font-size: 1.2rem;}
.rounded-circle.border-4{--bs-border-width:12px}
/* Success colors */
.bg-success { background-color: #17A400 !important; }
.btn-success {
    background-color: #17A400!important;
    border-color: #17A400!important;
    color: white!important;
}
.border-success { border-color: #17A400 !important; }
.text-success { color: #17A400 !important; }

.header-top {
    background-color: #ffffff;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.row2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: -20px;
}

.start-content {
    margin-top: 0%;
}#filtersModal h5{min-width:120px;}

.scroll-container2 .property-tab,#filtersModal .property-tab {
justify-content:center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 51px;
    height: 52px;
}

.property-tab.active {
  border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25);
   background: #fff;
   /* border: 2px solid #0d6efd !important; */
   color: #000;
    color: #000;
}.dropdown-menu .col-6{width:19.667%;}
.toggle-label:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius:6px;
}

/* Rounded right for second label */
.toggle-label:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.property-tab:hover {
    background: #fff;border:2px solid #0d6efd;
    color: #000;
}.property-tab.selected {background: #031221!important;}
.property-tab.selected svg{fill:white}.property-tab.selected svg path {
    fill: white;
    stroke: white !important;
    color: white;
}.property-tab.selected .property-label{color:#fff}
.property-tab:hover svg {
    fill: white;
}

.property-tab svg {
    width: 23px !important;
    height: 20px !important;
    overflow: visible !important;
    display: inline-block;
}

.property-label {
    white-space: nowrap;
    margin-top: 0px;
    width: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 9px;
    text-align: center;
}
.user-type-btn1 {
    border: none;text-decoration:none;
    border-radius: 20px;
    padding: 8px 14px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.user-type-btn1::after {
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 8px;
    right: -4px;
    width: 1px;
    height: 52%;
    background-color: #704b4b;
}

.user-type-btn1:last-child::after {
    display: none;
}
#searchModal .tab-container {
            display: flex;
            gap: 5px;
        }
        .tab-btn {list-style: none;
            padding: 8px 15px;
            border: 1px solid #ddd;
            background: #fff;
            color:  #1f2937; /* Dark Navy Blue */
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s;
        }
        .tab-btn.active {border:1px solid #0d6efd;
            background: #fff; /* Dark Navy Blue */
            color: #000;
        }.agent-card {
            display: flex;
            align-items: center;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            max-width: 500px;
        }
        .agent-photo {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }.popover{z-index: 999999;}
        .agent-name {
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 3px;
        }
        .agent-description {
            font-size: 0.7rem;
            color: #555;
        }.btn-link.dropdown-toggle::after{display: none;}.btn.d-flex.user-type-btn{flex-wrap: nowrap;}
      
        .breadcrumb a{text-decoration: none;color:#000}
@media (max-width: 768px) {#tab-contents [data-icon]{  width: 150px;
    max-width: 139px;}#imagePreview{height:42%}.breadcrumb {display:none!important}#imagePreviewModal .modal-content{height:100%}.bell{display: none;}.addupto{         border-radius: 14px;
    font-size: 11px !important;
    border: 1px solid #9a8181;
    height: 23px;
    padding: 2px 10px;}
    .start-content {
        margin-top: 4px;
    }.toggle-switch label {font-size: 12px;}
    .heading {

        font-size: 1rem!important;
    }
    .search-container{
        justify-content: center!important;
    }
    .option-card{
        margin-bottom: 30px;
    }
}
.search-container{
    justify-content: start;
}.scroll-container2{

    white-space: nowrap;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}.scroll-container2 .dropdown-menu {    padding: 19px 7px 30px;
    max-width: 305px;
  ;
}.icon-item.empty {
    position: relative;
    background: #f5f5f5; /* Ultra-light gray */
    border-radius: 8px;
    overflow: hidden;
}

/* Shimmer animation */
@keyframes shimmer {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}


.icon-item:not(.empty):hover{background-color: transparent;}
/* Remove shimmer when filled */
.icon-item:not(.empty):not(#selectedCategories .icon-item) {flex-direction: row;
    width: 100%;
    white-space: nowrap;
    background: transparent;
}.icon-item.empty{height: 70px;}
.user-type-btn:focus{    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}
.user-type-btn ,.type-btn{
    /* light blue background */
        color: #333;
    border-radius: 1.5rem;
    line-height: 1.5;
    padding: 0.375rem 1.125rem;
    font-size: 1rem;
    border: 1px solid #e0e0e0;
    /* border-radius: 9999px; */
    /* padding: 4px 12px !important; */
    font-weight: 400;
    transition: all 0.3s ease;
}.type-btn.active{  background-color: #ffffff; /* white background */
     color: #0d6efd; /* Bootstrap primary blue */
    border: 2px solid #0d6efd;}.noUi-target {
    background: #e7e0e0!important;}.noUi-touch-area {background-color: #fff;}
.noUi-connect {
    background: #132544 !important;
}.noUi-base {
    background-color: #d3d3d3!important; /* Light grey */
}.noUi-horizontal .noUi-handle {
    width: 34px!important;
    height: 34px!important;
    right: -17px!important;
    top: -15px!important;
}.noUi-target {margin-top: 12%;}.noUi-handle {
    border: 1px solid #132544!important;box-shadow: none!important;}
.user-type-btn.active {
    background-color: #132544;
    color: white;
    border-color: #132544;
}.user-type-btn1.active {
    background-color: #132544;
    color: white;
    border-color: #132544;
}

.icon-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    background-color: transparent;
    margin: 5px;
}

.profile-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    background-color: transparent;
    margin: 5px;
}

.profile-dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    right: 10px;
    top: 40px;
    z-index: 800;
}

.profile-dropdown-menu .dropdown-item {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.profile-dropdown-menu .dropdown-item:hover {
    background: #f0f0f0;
}

.icon-btn:hover {
    background-color: #f5f5f5;
}

.border3 {
    border-radius: 8px;
    border: 1px solid #000;
}

.heading {
    font-family: inherit;
    font-weight: 600;
    font-size: 1.7rem;

}

.border3 .btn {
    color: #000;
}

.badge {
    margin-right: 5px;
}

.card .bg-secondary {
    background-color: #7E8494 !important;
}

.card .bg-primary {
    background-color: #101E43 !important;
}
#imagePreviewModal .btn-close{background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;
    ;}
.btn-custom {
    border: none;
    width: 100%;
    border-radius: 10px;
}#is_featured,#buytype{color: #333;
    border-radius: 1.5rem;
    line-height: 1.5;
    padding: 0.375rem 1.125rem;
    font-size: 1rem;
    border: 1px solid #e0e0e0;
    /* border-radius: 9999px; */
    /* padding: 4px 12px !important; */
    font-weight: 400;
    transition: all 0.3s ease;}

.btn-group-container {
    margin: auto;
} .btn:focus{background-color: #ffffff; /* white background */
    color: #0d6efd; /* Bootstrap primary blue */

     }
.btn-outline-secondary{white-space: nowrap;}
@media (max-width: 1520px) {#addupto{padding:7px;font-size:11px!important;}.scroll-container2 .flex-wrap{flex-wrap:nowrap!important}.scroll-container2 .form-control{}#is_featured,.scroll-container2 .type-btn,#buytype,.user-type-btn{font-size:14px!important;}.search-section .search-input {font-size:14px!important;
    min-width: 256px!important;
}.search-section{gap:0!important}}
@media (max-width: 768px) {#amenitiesWrapper .icon-item{min-width: 104px!important;margin-bottom: 4px;}.scroll-container2{display:none;}.icon-item.active{border-radius:0;border-bottom:1px solid} .scroll-button{display: none!important;}
    .input-group .form-control {
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }.property-images-main img{height:145px}
}
.pull-right{display:flex;justify-self:end}
@media (max-width: 768px) {   .icons-wrapper{ flex-direction: column;
    align-items: stretch;
    display: flex
;}#scrollRight {
    right: -1%!important;top:65px!important}.icon-section{padding: 0!important;}
.map-iframe{height:400px}
    .d-flex {
        flex-wrap: wrap;
    }
   .card .d-flex.align-items-center {
        flex-wrap: nowrap;
    }

    .icon-btn {
        display: none;
    }

    .col2{flex-direction: column;}.w30{max-width: 100%!important;}

}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}#scrollRight{right:11%;position: absolute;}#scrollLeft{position: absolute;left:1%!important;top:25%;z-index:999}
.icon-item.firsticon{background:#fff}
.property-card {
    border-radius: 7px;
    overflow: hidden;
    z-index: 999;

    background-color: white;
}
.modal .carousel-inner {
    height: auto!important;
}.modal .carousel-inner {
background:cha
}
.carousel-inner {
    height: auto;
}.filter-buttons button{margin-bottom: 5px;}

.bordercircle{  margin-left: 12px;
    display: inline;
    border-radius: 18px;
    padding: 7px;
    border: 1px solid #b6a7a7;}

.carousel-img {
    width: 100%;
    height: 100%;aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 7px;
}
.disabled-checkbox .property-filter label{opacity: 0.5;}
.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    opacity: 0.8;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.property-card:hover .carousel-control-prev-icon,
.property-card:hover .carousel-control-next-icon {
    width: 22px;
    height: 20px;
}.property-card:hover .carousel-control-prev,
.property-card:hover .carousel-control-next {display: inline-block;padding: 4px;}

.property-info {
    padding: 15px;
}.carousel-control-next,.carousel-control-prev{display: none;}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6sease;
}.carousel-indicators .active{opacity:1}
.property-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.property-address {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    overflow: hidden;
    /* max-height: 30px; */
    width: 100%;
    font-size: 15px;
    margin-bottom: 6px;
}

.property-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    color: #555;
}

.property-detail {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.property-detail i {
    margin-right: 3px;
}

.map-container {
    height: 100%;
 max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
}

.price-marker {
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
}
@media (max-width: 1300px){.right-sidebar-map{position: relative!important}}
@media (max-width: 768px) {#map1 {
    touch-action: none !important; /* Disables single-finger scrolling */
}.icons-wrapper{align-items:center;padding:0 10px;margin:-11px;background-color: #fff;}
    #categoryDropdown.dropdown-menu {width: 100%!important;margin: 0!important;}
    .hide-on-mobile {
        display: none !important;
    }

    .header-top .row {
        justify-content: space-between;
    }

    .layout-row {
        flex-direction: column;
    }

    .map-container {
        min-height: 300px;
        margin-top: 20px;
    }
}

.right-sidebar-map {
    position: fixed;
    top: 168px;
    right: 20px;
    width: 446px;  position: sticky;
  top: 100px; /* or any desired offset */
  max-height: calc(100vh - 100px); /* prevent overflow */
  overflow-y: auto;
}
.mobileflex .col-lg-8{
min-height:700px
}
.main-action-btn {
    border-radius: 20px;
    padding: 6px 24px;
    font-size: 14px;
    margin: 0 4px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #333;
    cursor: pointer;
}

.main-action-btn.active {
    background-color: #132544;
    color: white;
    border-color: #132544;
}

.search-input {
    border-radius: 25px;
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 14px;
}

.search-input:focus {
    outline: none;
    border-color: #0066ff;
    box-shadow: 0 0 0 2px rgba(0,102,255,0.1);
}

.filter-btn {
    border-radius: 20px;
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    background-color: white;
    color: #333;
    font-size: 14px;
    margin: 6px 2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.filter-btn:hover {
    background-color: #f8f9fa;
}
 .sort-filter-btn {
        border-radius: 20px;
        padding: 6px 16px;
        border: 1px solid #e0e0e0;
        background-color: white;
        color: #333;
        font-size: 14px;
        margin: 0 4px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;

    }#property_type .col-6,#property_type_div .property-col{background: white;
        min-height: 60px;
        border: 1px solid #f7f7f7;}  #property_type_div, #property_type{ border: 1px solid #f7f7f7;
   
    background: #ebe9e947;}
    @media screen and (max-width: 768px) {
                .sort-filter-btn {
                    padding: 6px 12px;
                }
                .tab-pane img{
                    width: 350px;
                }
                .no-wrap{
                    flex-wrap: nowrap!important;
                }

                    #propertyTabs .nav-item {
                        flex: 0 0 auto;

                    }
                    .top-8{
                        left: 10%!important;
                    }
                    #scroll-left-2{
                        top: 40%!important;
                    }

            }
    .sort-filter-btn.active {
        background-color:#132544;
        color: white;
        border-color: #132544;
    }
    .filters-container {
        width: 100%;
        max-width: 350px;
        font-family: Arial, sans-serif;
    }

    h3, h4 {
        margin-bottom: 8px;
        color: #333;
    }

    .toggle-group {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .toggle-btn {
        flex: 1;
        padding: 9px;
        border: none;
        background: #fff;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        transition: background 0.3s, color 0.3s;
    }

    .toggle-btn.active {
       background: #fff;
    border: 1px solid;
    border-radius: 9px;
    color: #0d6efd;}


    .address-input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .checkbox-container {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .checkbox-container input {
        margin-right: 8px;
    }

.stop-fixed {
    position: absolute !important;
}

.icon-section {
    position: relative;
    display: flex;
    align-items: center;
  /* padding: 1rem;   */
    gap: 1rem;
    background-color: #fff;
    border-radius: 8px;
}

.toggle-section {display:flex;
    
}
.dropdown-header {
    font-weight: bold;
    padding: 8px 16px;border-bottom:1px solid #eee;
    background: #f8f9fa;
}
.search-section .search-input{min-width:350px}
.search-section {
    display: flex
    ;   border-top: 1px solid #c9c1c1;
        border-bottom: 1px solid #c9c1c1;
        align-items: center;
        gap: 6px;
        background: #fff;
        padding: 10px;

}.search-section .search-icon-btn {
   top: 8%;
    position: absolute;
    right: -2%;}
    .search-section .vertical-line {
        top: 8%;
        position: absolute;
        right: 6%;}
        .search-section .clear-btn{    top: 16%;
    position: absolute;
    right: 9%;}
.w-80{width:60%}
.search-box {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 2px 0 9px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 5px 10px;
    flex: 1;
    /* min-width: 188px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#imagePreviewModal .modal-content{
background-color: #1c1a1a;
}

.search-icon {
    color: #007bff;
    font-size: 18px;
}#imagePreviewModal .carousel-control-next ,#imagePreviewModal .carousel-control-prev{display: block;}
#imagePreviewModal .carousel-control-next{right:18px}
#imagePreviewModal .carousel-control-next-icon,#imagePreviewModal .carousel-control-prev-icon{width: 1rem;}
#imagePreviewModal .carousel-item img{padding: 0 7% 0 2%;background-color: #231c1c}

#imagePreviewModal .col-lg-5{width:100%}
#imagePreviewModal .nav-link{color:#fff;opacity: 0.6;background-color: transparent;border:none}
#imagePreviewModal .nav-link.active{color:hsl(0, 0%, 100%);opacity: 1;border:none!important}
#imagePreview{background-color: #fff;}#imagePreviewModal p,#imagePreviewModal h4,#imagePreviewModal a,#imagePreviewModal h2,#imagePreviewModal h3{color:#fff}
#imagePreviewModal .modal-body,#imagePreviewModal .modal-header{padding-top:7px!important;padding:0;border:none}
.search-dropdown {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
}

.filter-btn {
    background: #4caf50;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.filter-btn:hover {
    background: #45a049;
}

.scroll-container {
    position: relative;
    flex-grow: 1;padding:3px;
    overflow: hidden;
}

.icons-wrapper {
    margin-top: 1%;
    display: flex;
    gap: 0rem;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* /* Smooth transition */
}
.icons-wrapper::-webkit-scrollbar {
    display: none;
}.saved-categories .drag-icon-item2 div{     max-width: 100%;
    min-height: 36px;
    white-space: nowrap;
    overflow: hidden;}#amenitiesWrapper .drag-icon-item2 div{     max-width: 100%;
    min-height: 36px;
    white-space: nowrap;
    overflow: hidden;}* Amenity Cards Styling */
.amenity-card {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    margin: 0 8px 8px 0;
    border-radius: 6px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}
.amenity-card i {
    font-size: 18px;
    margin-right: 8px;
    color: #495057;
}
.amenity-card .amenity-name {
    font-size: 13px;
    color: #212529;
    white-space: nowrap;
}
.highlighted-amenity {
    background: #e6f7ee;
    border-color: #b5e8d1;
}
.highlighted-amenity i {
    color: #28a745;
}
.highlighted-amenity .amenity-name {
    color: #218838;
    font-weight: 500;
}

/* Modal Styling */
.amenities-modal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 5px;
    width: 100%;
}
.swal2-popup.amenities-swal-popup {
    padding: 1.25rem;
    width: 650px !important;
}.amenity-category-block{display: block;width: 100%;text-align:left}
.swal2-close {
    font-size: 18px !important;
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
}.swal-amenities-container{display:flex;flex-wrap:wrap;gap:8px;padding:5px;width:100%;}
.amenity-card {
 
     box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    gap: 4%;
    display: flex
;
    border: 1px solid #eee;
    flex-direction: row;
    align-items: center;
    max-height: 33px;
    min-width: 150px ;
    max-width: 100%;
    text-align: left;
    line-height: 3.5;
    cursor: pointer;
    justify-content: left;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;

}
.amenity-card i {
    font-size: 18px;
    margin-left: 8px;
    color: #495057;
}
.amenity-card .amenity-name {
    font-size: 13px;
    color: #212529;
    white-space: nowrap;
}
.highlighted-amenity {
    background: #e6f7ee;
    border-color: #b5e8d1;
}
.highlighted-amenity i {
    color: #28a745;
}
.highlighted-amenity .amenity-name {
    color: #218838;
    font-weight: 500;
}

/* Modal Styling */
.amenities-modal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 5px;
    width: 100%;
}
.swal2-popup.amenities-swal-popup {
    padding: 1.25rem;
    width: 650px !important;
}
.swal2-close {
    font-size: 18px !important;
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
}
.drag-icon-item2 div{   min-height:36px;white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
}#tab-headers {
  display: flex;
  border-bottom: 2px solid #ccc;
  margin-bottom: 1rem;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-header {
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: #444;
  background-color: #eee;
  transition: color 0.3s ease;
}

.tab-header:hover {
  color: #000;
}

.tab-header.active {
  color: #000;
  background-color: #fff;
}

.tab-header.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: goldenrod;
  border-radius: 3px 3px 0 0;
}

#yoursearches .icon-item:not(.icon-item2 .icon-item) {    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    gap: 4%;
    display: flex
;white-space: nowrap;
    border: 1px solid #eee;
    flex-direction: row;
    align-items: center;
    max-height: 33px;
    width: 150px !important;
    max-width: 139px;
    text-align: center;
    line-height: 3.5;
    cursor: pointer;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;}#yoursearches 
#yoursearches .icon-item:not(:has(.drag-icon-item2)):not(.empty):not(.icon-item2) {padding:0;min-height:70px;margin-top:-10px}
.drop-zone .icon-item {background: #f7f8fa;
    border-radius: 1px;
    width: 78px;
    border: 1px solid rgb(242 233 233);
}.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;max-height:70px;
    min-width: 75px;        max-width: 80px;
    text-align: center;
    cursor: pointer;justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;
}#amenitiesWrapper .icon-item{
     box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    gap: 4%;
    display: flex
;
    border: 1px solid #eee;
    flex-direction: row;
    align-items: center;
    max-height: 33px;
    width: 150px !important;
    max-width: 139px;
    text-align: center;
    line-height: 3.5;
    cursor: pointer;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;

}#tab-contents [data-icon] { box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    gap: 4%;
    display: flex
;
    border: 1px solid #eee;
    flex-direction: row;
    align-items: center;
    max-height: 33px;
  
    text-align: center;
    line-height: 3.5;
    cursor: pointer;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.saved-categories .icon-item{
      box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
    gap: 4%;
    display: flex
;
    border: 1px solid #eee;
    flex-direction: row;
    align-items: center;
    max-height: 33px;
    width: 150px !important;
    max-width: 139px;
    text-align: center;
    line-height: 3.5;
    cursor: pointer;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;

}
.icon-item:hover {
    background-color: rgba(241, 89, 48, 0.1);
}

.icon-label {  min-height:36px;
    font-size: 12px;margin-left:2px;
    margin-top: 4px;
    color: #666;
}#amenitiesWrapper .icon-label {max-width: 70%;}
.icon-item:hover,
.icon-item:focus {

  outline: none !important;
}

/* 2) When Sortable marks an item as “chosen” (being dragged), clear its hover/focus style */
.sortable-chosen,
.sortable-ghost {
  background-color: transparent !important;
  outline: none !important;
}
.scroll-button {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.scroll-button:hover {
    background-color: #f8f9fa;
}

.toggle-button {
    border: 1px solid #dee2e6;
    background: white;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

.toggle-button:first-child {
    border-radius: 4px 0 0 4px;
}

.price {
    color: #3D425C;
    font-size: 1.4rem;
}

.toggle-button:last-child {
    border-radius: 0 4px 4px 0;
}

.ht-65 {
    height: 65px;
    width: 65px;
}

.toggle-button.active {
    color: rgb(0, 0, 0);
}

.top-8 {
    left: 15%;
    top: 8%;
}.form-check-input{border:1px solid #000}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important;
    border-bottom: 3px solid #002b4c !important;
}
.nav-tabs .nav-link{color:#000}



.btn-group-container {
    position: relative;
   display: flex;justify-content: space-between;
    padding: 10px ;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 13px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
    display: none;
}

.scroll-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

#scroll-left-1, #scroll-left-2 { left: 0; }
#scroll-right-1, #scroll-right-2 { right: 0; }

.tab-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px;
    white-space: nowrap;
}
.tab-container .nav.nav-tabs{ overflow-x: auto;overflow-y:hidden;
    scroll-behavior: smooth;}

.tab-container::-webkit-scrollbar {
    display: none;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.nav-item {
    flex-shrink: 0;
}
#scroll-right-2{
    top: 40%!important;
}      .nav-pills {
    display: flex; gap: 24px;
        justify-content: center;
        margin-bottom: 16px;
}
.nav-pills .nav-item {
    display: flex;  }
.nav-pills .nav-item + .nav-item {
    margin-left: 8px;
}
.nav-pills .nav-link.active {
    background-color: #132544;
border-radius: 20px;
padding: 3px 17px;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
height: 36px;
}
.nav-pills .nav-link {
    color: #666;
border-radius: 20px;
padding: 5px 16px;
height: 36px;
border: 1px solid #ddd;
}
.search-container {
    position: relative;
}#categoryDropdown.dropdown-menu {z-index:9999;
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 60%;margin:0 20%
}
.toggle-section{margin-right: 0;}
#categoryDropdown.dropdown-menu.show {
    display: block;
}#yoursearches     {
display: flex
;

gap: 10px;
}
.search-dropdown {
    position: absolute;
    top: 79%;
    left: 0%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    margin-top: 8px;
    max-width: 400px;
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");}
/* Rest of the styles remain exactly the same */
.search-filters .btn {
    border: 1px solid #ddd;
    margin-right: 8px;
    color: #666;
    height: 39px;margin-bottom:3%;
    padding: 4px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.destination-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: start;
    cursor: pointer;
}
.destination-item:hover {
    background-color: #f8f9fa;
}
.destination-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.nearby-icon {
    background-color: #f0f6ff;
}
.melbourne-icon {
    background-color: #fff0f3;
}
.canberra-icon {
    background-color: #f0f7ff;
}
.goldcoast-icon {
    background-color: #fff8f0;
}
.newcastle-icon {
    background-color: #f0fff4;
}
.destination-content {
    flex: 1;
}
.destination-title {
    font-weight: 500;
    margin-bottom: 2px;
}
.destination-subtitle {
    color: #666;
    font-size: 0.875rem;
}
.scroll-container   .search-input{    border: none;
    width: 65%;
    /* background: #e0e0e0; */
    margin-bottom: 3%;
    height: 32px;
    border-radius: 17px;}
.search-input {margin-bottom:3%;
    height: 39px;
    border-radius: 20px;max-width: 180px;
}.dropdown-menu {
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.clear-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
}

.vertical-line {
    border-left: 1px solid #ddd;
    height: 24px;
    margin: 0 10px;
}

.search-icon-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
}   
#categoryDropdownModal .d-flex.justify-content-between{ padding-bottom: 8px;
}
.scroll-container2 .search-btn{    padding: 5px 20px!important;}
.search-btn {
   display: block;
    margin: 0 auto;
    padding: 6px 19px;
    background: red;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 17px;
    cursor: pointer;

}
.search-btn:hover {
    background-color: #d81557;
    color: white;
}.noUi-horizontal {
    height: 7px!important;
}.noUi-handle:after, .noUi-handle:before{display: none!important;}.noUi-handle {border-radius: 20px!important;}.noUi-touch-area{border-radius: 50px;}
.desktop-header{
    background-color: rgb(255, 255, 255);
    padding: 48px 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    position: fixed;}
    .glassicon{width: 32px;
        height: 29px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        transition: all 0.3sease-in-out;
        padding: 3px}.scroll-row{flex-wrap: nowrap!important;overflow-x: auto;}
@media (max-width: 768px) {.tab-btn{padding:8px 12px;font-size:15px}}@media (max-width: 768px) {.rm-thumb.active{border: none !important;}.col-auto.text-muted,.col-auto.d-flex{display: none!important;}.search-btn {padding: 6px 12px;margin:2px;
    max-width: 40px;}.search-btn span{display: none;}.w-sm-100{width:100%!important}#categoryDropdownModal .d-flex.justify-content-between{border:none}.drop-zone {min-width:100%!important}#imagePreviewModal .carousel-item img {
   padding: 0;
        width: 100%; /* Ensure the image fills the width of the container */
        aspect-ratio: 4 / 3; /* Maintain a 4:3 aspect ratio */
        height: auto; /* Allow height to adjust based on width */
        max-height: calc(100% * 0.95); /* Set a maximum height to 95% of the container */
        object-fit: cover; /* Ensure the image covers the area while maintaining its aspect ratio */
        border-radius: 5px; /* Rounded corners */
   }#imagePreviewModal .carousel-inner{height:280px}.leftarrow{padding: 5px;
    background: white;
    color: blue;
    border-radius: 50%;}

    #yoursearches{gap:10px;flex-wrap:wrap}.search-input{   border: none;}#yoursearches{flex: 1 1 calc(100% / 6 - 10px);max-width: 80%;justify-content: center; /* Each item takes 1/6th of the width */
    }
    .icon-item{min-width: 72px;}
    .icon-label{font-size: 9px;}
    .toggle-section{margin: 0;}
     .icon-item {
    flex: 1 1 calc(100% / 3 - 10px);
            flex-direction: column !important;top:8%!important
  } #categoryDropdown.dropdown-menu-menu{width: 100%!important;
    margin:0!important}
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .navbar-brand {
        flex: 1;
    }
    .mobile-header .d-flex.align-items-center {
        flex: 3;
        display: flex;
        justify-content: space-between;
    }
    .mobile-header .d-flex.align-items-center a {
        margin-right: 10px;
    }
    .mobile-header .d-flex.align-items-center a:last-child {
        margin-right: 0;
    }
    .mobile-header .nav-pills {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        gap: 10px; /* Updated gap for mobile view */
    }
    .mobile-header .nav-pills .nav-item {
        margin-bottom: 5px;
    }


}@media (max-width: 380px) {
    #yoursearches {
        gap: 5px;
    }
}

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 15px;
            height: 15px;
            background: #4CAF50;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }

        .slider::-moz-range-thumb {
            width: 15px;
            height: 15px;
            background: #4CAF50;
            border-radius: 50%;
            cursor: pointer;
        }


.map-active i{color:red}.map-active {
    background-color: #eee; /* Light gray background */
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
    background-size: 10px 10px;
    background-position: center;
} .search-input{font-weight: 500;
    color: #000;

    margin-bottom: 0%;
    height: 31.5px;

    border-radius: 20px;
    max-width: 100%;
}.dropdown-toggle::after{display:none}@media (min-width: 1800px) {map-container{max-height: 100%;}}@media (min-width: 1600px) {#addupto{margin-right:30px}.map-container{max-height: 100%;}}
@media (max-width: 1440px) {.toggle-label span{display: none;}#addupto{font-size: 11px;}}
#imagePreviewModal iframe{height:516px!important;padding:0 10%;}
@media (min-width: 1500px) {.right-sidebar-map{width: 608px;}}
@media (min-width: 991px) {.icons-wrapper{display:flex}#navbarDropdownMenuLink{display:none}.icons-wrapper .d-lg-flex.d-none.flex-column.gap-3{order:-1}#yoursearches{flex-direction: row;}#imagePreviewContainer img{height:516px} #imagePreviewContainer{min-height:56%}#imageTabs{position: absolute;
    top: 30px;
    flex-direction: column;
    right: 18px;}
    .search-box{        min-width: 160px;
    padding: 2px 8px;
    flex: 1;
    max-width: 170px;}
    #scrollLeft,#scrollRight{display: none;}

}
@media (min-width: 769px) {#tab-contents [data-icon]{width:158px;max-width:100%;}.icon-item.firsticon{display: none;}
    .mobile-header {
        display: none;
    }
    .desktop-header .d-flex.align-items-center a {
        border: 1px solid #ddd;
        padding: 4px 12px;
        border-radius: 20px;
        margin-right: 8px;
        color: #666;
        height: 39px;
        display: flex;
        align-items: center;
    }
    .desktop-header .d-flex.align-items-center a:last-child {
        margin-right: 0;
        border: none; /* Remove border from profile icon */
    }
}
@media (max-width: 380px) {
.small-right{
text-align: right!important;
}
}.property-filter {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
}.btn-light{    background-color: #fff;
    padding: 12px;}
    .btn-light:focus,.btn-light:hover{   border:none; background-color: #fff;
        }

.property-filter label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.property-filter input[type="checkbox"] {
    accent-color: black; /* Black checkbox */
    margin-right: 10px;
    width: 18px; /* Increased width */
    height: 18px; /* Increased height */
}

.property-filter input[type="checkbox"]:disabled {
    border: 2px dotted black;
    background-color: white;
    cursor: not-allowed;
}

.property-filter .count {
    margin-left: auto;

}
.modal .icon-item{justify-content: start;}
.icon-item{position: relative;}.drop-zone {
    min-height: 80px;
    border: 2px dashed #ccc;
    padding:6px 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.remove-icon {
    font-size: 14px;
    right: -2%;
    margin-left: 7px;
    cursor: pointer;
    position: absolute;
    background: transparent;
    color: #b8afaf;
    border: none;
    padding: 0 4px;
    border-radius: 50%;
    top: 0%;

}.icons-wrapper {
    position: relative;
    z-index: 1;
}.selected-categories {
    display: flex;
    gap: 10px;
    min-height: 50px;
    border: 1px solid #ccc;
    padding: 5px;
}#map { height: 500px; width: 100%; display: none; }
    .modal-dialog-scrollable .modal-content {

        overflow-y: auto;
    }
    .modal-dialog {
        max-width: 880px; /* Increase the width of the modal */
    }
    .modal-title {
        font-size: 1.5rem; /* Increase the heading size */
    }
    .toggle-switch {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .toggle-switch input[type="radio"] {
        display: none;
    }
#addupto{gap: 11px;
    display: flex;justify-content: space-between;
    align-items: center;
}
    .toggle-switch label {

        border: 1px solid;
padding: 0.1rem 0.5rem;
border-color: #000 #000;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .toggle-switch input[type="radio"]:checked + label,
    .toggle-switch label.active {  /* Ensure both CSS methods apply */
        background-color:#0d6efd;
        color: white;
    }.success .fa-heart{color:green}.bell .fa-heart{color:red}
    .toggle-switch label:last-child{border-color: #ddd #ddd #ddd transparent;}
    .toggle-switch label:not(:last-child) { border-color: #ddd transparent #ddd #ddd;
        border-right: none;}
    #filterToggle:checked + label {
        border-radius: 20px;
        margin-right: -12px;
    }.bell{ display: flex
        ;
            align-items: center;
            gap: 6px;
        }

    #sortToggle:checked + label {
        border-radius: 20px;
        margin-left: -12px;
    }
    .budget-card,

    .property-price-card,
    .your-details-card {

        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;

        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .affordability-card{
        background-color: #F6F5F7;
    padding: 1rem;
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    box-shadow: none;
    -webkit-box-pack: justify;
    justify-content: space-between;
    }
    .your-details-card2 {
        margin-bottom: 20px;
        padding: 20px;

        border: 1px solid #ddd;
        border-radius: 10px;

    }

    .budget-card .highlight {
        font-size: 24px;
        font-weight: bold;
        color: #17A400;
    }

    .affordability-card p {
        margin-bottom: 20px;
    }


    .property-price-card .slider-label,
    .your-details-card h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .property-price-card input[type="number"],
    .property-price-card input[type="range"] {
        width: 100%;
    }

    .your-details-card ul {
        padding-left: 0;
    }

    .your-details-card .list-group-item {
        border: none;
        padding: 10px 0;
    }


    .btn-cal{
        border: 1px solid #ddd;
        padding: 4px 12px;
    }
    .anchor_view{
        text-decoration: underline;
        font-size: 12px;
    }
    .afford_row{
        display: flex
;
    flex-direction: column;
    gap: 0.5rem;
    }

    .afford_row h5{
        font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    font-weight: 600;
    margin: 0px;
    text-align: left;
}
.bar-card{
    height: 15px;

}
.afford_row p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
    font-weight: 400;
    margin: 0px;
    text-align: left;
}
.program_card .progress-bar{
    height: 50px;


}
.bar-card{
    height: 12px;
}
.small_txt{
    font-size: 13px;
}

.option-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.option-card:hover, .option-card.active {
    border-color: black;
    background-color: #f8f8f8;
}
.option-card i {
    font-size: 40px;
    margin-bottom: 15px;
}
.continue-btn {
 background-color: #17A400;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.continue-btn:hover {
    background-color: #333;
}
.property-info2{border-radius: 9px 9px 0 0;
    top:30px;z-index:999
}
.border_default{
    border: 1px solid #000;
    border-radius: 50%;
}
.top-89{top:89px;}

.home-badge2 {
    position: absolute;
    top: 89px;
    left: 12px;
    background: #E0FF67;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
.bg-def{
    background-color: #132544;
}
.search_icon .fa{
    font-size: 20px;
    color: #fff;


}
.sm_cr{
    top: 0px; right:52%;
    width: 40px;
     height: 40px;
}
        /* Toast Container */
        .toast-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 9999;
            max-width: 400px;
        }

        /* Toast Base Styles */
        .toast {
            display: flex;
            align-items: flex-start;
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            margin-bottom: 12px;
            padding: 16px 20px;
            min-height: 64px;
            border-left: 4px solid #10b981;
            transform: translateX(100%);
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .toast.show {
            transform: translateX(0);
            opacity: 1;
        }

        .toast.hide {
            transform: translateX(100%);
            opacity: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
            min-height: 0;
        }

        /* Toast Types */
        .toast.success {
            border-left-color: #10b981;
        }

        .toast.error {
            border-left-color: #ef4444;
        }

        .toast.warning {
            border-left-color: #f59e0b;
        }

        .toast.info {
            border-left-color: #3b82f6;
        }

        /* Toast Icon */
        .toast-icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            margin-right: 12px;
            margin-top: 2px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
        }

        .toast.success .toast-icon {
            background: #10b981;
        }

        .toast.error .toast-icon {
            background: #ef4444;
        }

        .toast.warning .toast-icon {
            background: #f59e0b;
        }

        .toast.info .toast-icon {
            background: #3b82f6;
        }

        /* Toast Content */
        .toast-content {
            flex: 1;
            min-width: 0;
        }

        .toast-title {
            font-weight: 600;
            font-size: 14px;
            color: #1f2937;
            margin-bottom: 4px;
            line-height: 1.4;
        }

        .toast-message {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.4;
            margin: 0;
        }

        /* Close Button */
        .toast-close {
            flex-shrink: 0;
            background: none;
            border: none;
            color: #9ca3af;
            font-size: 16px;
            cursor: pointer;
            padding: 0;
            margin-left: 12px;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s ease;
        }

        .toast-close:hover {
            background: #f3f4f6;
            color: #374151;
        }

        /* Progress Bar */
        .toast-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, #10b981, #059669);
            border-radius: 0 0 12px 12px;
            transition: width linear;
        }

        .toast.error .toast-progress {
            background: linear-gradient(90deg, #ef4444, #dc2626);
        }

        .toast.warning .toast-progress {
            background: linear-gradient(90deg, #f59e0b, #d97706);
        }

        .toast.info .toast-progress {
            background: linear-gradient(90deg, #3b82f6, #2563eb);
        }

        /* Responsive */
        @media (max-width: 640px) {
            .toast-container {
                left: 20px;
                right: 20px;
                max-width: none;
            }
            
            .toast {
                margin-bottom: 8px;
            }
        }
