/* ================= Property Hero Section ================= */
.PropertyHeroSection{position: relative;}
.PropertyHeroSection img{width: 100%;height: 480px;object-fit: cover;}
.PropertyHeroSection .caption span{}
.PropertyHeroSection .caption {position: absolute;top: 50%;left: 50%;color: #FFF;font-size: 45px;font-weight: 600;transform: translate(-50%, -50%);text-align: center;z-index: 1;}
.PropertyOverlay{position:absolute;top:0;left:0;width:100%;height:480px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 100%)}

/* ================= Buttons & Dropdown ================= */
.LocationBtn,.PropertyBtn,.PropertyPriceBtn,.PropertyBedBathBtn{background:transparent;color:#003C72;font-size:15px;letter-spacing:1.8px;border:none;outline:none}
.dropdown-item,.FilterTitle{color:#a7a7a7;letter-spacing: 1.5px;}
.LocationBtn:focus,.PropertyBtn:focus,.PropertyPriceBtn:focus,.PropertyBedBathBtn:focus{box-shadow:none;background:transparent;border:none;outline:none}
.LocationBtn:active:focus,.PropertyBtn:active:focus,.PropertyPriceBtn:active:focus,.PropertyBedBathBtn:active:focus{box-shadow:none;background:transparent;border:none}
.LocationBtn:hover,.PropertyBtn:hover,.PropertyPriceBtn:hover,.PropertyBedBathBtn:hover{background:transparent;color:#003C72;border:none;outline:none}
.LocationBtn.show,.PropertyBtn.show,.PropertyPriceBtn.show,.PropertyBedBathBtn.show{background:transparent}

/* ================= Property Filters ================= */
.PropertyOptions{    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    padding-left: 10px;
    position: sticky;
    top: 82px;
    background: #FFF;
    z-index: 100;    border-top: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0;}
.PropertyDropdownOptions{display:flex;align-items:center}
.PropertyFilters{display:flex;align-items:center;gap:10px}
.PropertyInnerFiltes{display:flex;align-items:center;gap:10px;height:40px;border:1px solid #dddddd;padding:10px;cursor: pointer;transition: all 0.3s ease;}

/* ================= Default inactive state ================= */
.PropertyInnerFiltes svg path {stroke: #a7a7a7;}

/* ================= Active state =================*/
/* .PropertyInnerFiltes.active {border: 1px solid #003C72;}
.PropertyFilters .active svg path{stroke:#003C72;}
.PropertyInnerFiltes.active .FilterTitle {color: #003C72;letter-spacing: 1.5px;} */

/* ================= Property Listings ================= */
/* .PropertyListingArea{display:grid;grid-template-columns:repeat(auto-fit,minmax(452px,1fr));gap:20px;padding:20px;padding-top:0px}
.PropertyListImg{position:relative}
.PropertyListImg img{width:100%;height:400px;object-fit:cover}
.PropertyTagArea{position:absolute;top:0;left:0;padding:20px;display:flex;align-items:center;gap:10px}
.PropertyPageCount{position:absolute;bottom:100px;right:0;padding:20px}
.CountProperty{padding:10px;background:#003c72;color:#FFF}
.TagInner{padding:10px}
.PropertyTagArea span{background:#FFF}
.PropertyListDetails h2{font-size:22px;font-weight:700;color:#003c72}
.PropertyListDetails span:first-child,.PropertyListDetails span:last-child{color:#222;font-size:14px}
.PropertyListDetails{padding:10px 0;display:grid;gap:6px} */

/* ================= Pagination ================= */
.wrap{display:flex;justify-content:center;align-items:center;padding:28px 12px}
.pagination{display:flex;align-items:center;gap:18px;user-select:none}
.pag-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:24px;background:transparent;border:0;padding:0;cursor:pointer}
.pag-arrow svg{width:18px;height:18px;display:block;stroke:#CE9B64;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pag-arrow:focus{outline:2px solid rgba(11,74,106,0.12);outline-offset:3px}
.page-list{display:flex;align-items:center;gap:16px}
.page-item{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;line-height:18px;padding:6px 4px;font-size:14px;color:#003C72;text-decoration:none;cursor:pointer;border-radius:4px}
.page-item:hover{color:var(--accent-blue)}
.page-item.active{background:#003C72;color:#FFF;width:36px;height:36px;min-width:36px;line-height:36px;border-radius:50%;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px rgba(11,74,106,0.04) inset}
.ellipsis{font-size:18px;color:var(--num-blue);padding:0 4px}
@media(max-width:420px){.pagination{gap:10px}.page-list{gap:10px}.page-item{font-size:13px;padding:6px 3px}.page-item.active{width:32px;height:32px;min-width:32px;line-height:32px}.pag-arrow{width:34px}}

/* ================= Discover More ================= */
.DicoverMoreArea{padding-top:50px;padding-bottom: 150px;}
.DicoverListings{display:flex;align-items:center;justify-content:space-between;padding:0 20px 20px}
.DicoverListings h1{color:#003c72;font-size:28px;font-weight:700}
.DicoverListingsExpand{display:flex;align-items:center;gap:10px}
.DicoverListingsExpand span{color:#003C72;font-size:16px;letter-spacing:1.2px}

/* ================= Lifestyle ================= */
.LifeStyleContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;justify-items:center}
.lifeStyle{display:flex;justify-content:center;align-items:center;width:100%;position:relative}
.lifeStyle img{max-width:100%;width:100%;height:-webkit-fill-available;max-height:40rem;object-fit:cover}
.lifeStyle .lifeStyleText{position:absolute;font-size:32px;color:#fff;bottom:40px;font-weight:500;letter-spacing:1.2px}
 
/* ================= Property Listings ================= */
.PropertyListingInnerArea{display:grid;grid-template-columns:repeat(auto-fit,minmax(452px,1fr));gap:20px;padding:20px;padding-top:0}

/* Each item */
.PropertyListImg{position:relative;background:#fff;transition:all .3s ease}

/* Image & Count wrapper */
.TagImageAndCountArea{position:relative;    border: 1px solid #e7e7e7;
    cursor: pointer;}
.TagImageAndCountArea img{width:100%;height:400px;object-fit:cover}

/* Property Tag Area */
.PropertyTagArea{position:absolute;top:0;left:0;padding:20px;display:flex;align-items:center;gap:10px}
.TagInner{padding:10px;background:#fff;font-size:12px;font-weight:500}

/* Property Page Count */
.PropertyPageCount{position:absolute;bottom:5px;right:0;padding:20px}
.CountProperty{    font-size: 12px;
    padding: 10px 20px;
    letter-spacing: 2px;
    background: #003c72;
    color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}

/* Property Details */
.PropertyListDetails{padding:10px 0;display:grid;align-self:flex-start;gap:6px}
.PropertyListDetails h2{font-size:22px;font-weight:700;color:#003c72}
.PropertyListDetails span:first-child,.PropertyListDetails span:last-child{color:#222;font-size:14px}

/* ================= Switch Button Styles ================= */
.PropertyInnerFiltes{cursor:pointer;padding:8px 16px;border:1px solid #ddd;color:#003c72;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease}
.PropertyInnerFiltes.active{color:#003c72}
.PropertyFilters .active{border:1px solid #003c72}
.PropertyFilters .active .FilterTitle{color:#003c72}
.PropertyInnerFiltes.active svg path{stroke:#003c72}

/* ================= Grid View ================= */
.PropertyListingInnerArea.gridView{display:grid;grid-template-columns:repeat(auto-fit,minmax(452px,1fr))}

/* ================= List View ================= */
.PropertyListingInnerArea.listView{display:flex;flex-direction:column;gap:20px}
.PropertyListingInnerArea.listView .PropertyListImg{display:flex;gap:20px;align-items:center;border-bottom: 1px solid #e0e0e0;}
.PropertyListingInnerArea.listView .PropertyListImg img{width:600px;height:300px;object-fit:cover}
.PropertyListingInnerArea.listView .PropertyListDetails{padding:0}

/* ================= Maps Area ================= */
.PropertyMapsArea{display:none;width:100%;height:800px;padding:25px;padding-top: 0px;position: relative;z-index: 0;}
.PropertyListingMainInnerArea{
    display: grid;
    grid-template-columns: 1fr 30rem; 
}

.PropertyV3WebsiteInfo{
    display: grid;
    justify-self: center;
    gap: 20px;
    background: #003c72;
    color: #FFF;
    margin-right: 10px;
    padding: 20px;
    width: 100%;
}
.ForPropertyOnly{
    margin-right: 10px;
}
.PropertyV3Label{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.PropertyV3NameAndEmail{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.PropertyV3PhoneAndContact{
    display: grid;
    grid-template-rows: 1fr;
    gap: 10px;

}
.PropertyV3Name input,.PropertyV3Email input{
    border:none;
    outline:none;
}

.PropertyV3Name,.PropertyV3Email,.PropertyV3Phone,.PropertyV3Contact{
    display: grid;
    gap: 10px;
}
.PropertyV3Contact .ContactBtn,.PropertyV3Phone .PhoneBtn{
    width: 100%;
    text-align: left;
    border-radius: 0;
    height: 50px;
}

.PropertyV3Input ,.PropertyV3Input{
    height: 45px;
    padding: 0px 10px;
    font-size: 14px;
}

.PropertyV3Name span ,.PropertyV3Email span ,.PropertyV3Phone span ,.PropertyV3Contact span ,.PropertyV3Message span{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.PropertyV3MessageText{
    resize: none;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 14px;
    border: none;
    outline: none;
}

.PropertyV3BottomArea{
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 10px;
}

.PropertyV3Messages{
    height: 45px;
    border: none;
    outline: none;
    width: 100%;
    background: #ce9b64;
    color: #003c72;
}

.PropertyV3NotifyText ,.PropertyV3TermsText {
    font-size: 12px;
}
/* .PropertyTemplateMoreInfoWebsite{
    padding: 0px 15px 0px 0px;
} */

.PropertyListingMainInnerArea {
    display: grid;
}

.PropertyListingInnerArea {
    flex: 1; /* main content takes remaining space */
}

.PropertyTemplateMoreInfoWebsite {
    position: sticky;
    top: 192px;   /* distance from top while scrolling */
    align-self: flex-start; /* prevent stretching */
}

.PropertyMapsArea .PropertyListingInnerArea{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.PropertyMapsArea  .PropertyListingArea{
    height: 680px;
}

.PropertyMapsArea  .PropertyMapsContainer{
    height:calc(100vh - 280px);
}
.PropertyMapsArea  .PropertyGrids {
    height: calc(100vh - 280px);
    overflow: auto;
}

.RealSoulfifthsection {
    display:none;
}

/* ================= Featured Listings ================= */
.FeaturedListings{display:flex;align-items:center;justify-content:space-between;padding:0 20px 20px}
.FeaturedListings h1{color:#003c72;font-size:22px;font-weight:700}
.FeaturedListingsExpand{display:flex;align-items:center;gap:10px}
.FeaturedListingsExpand span{color:#003C72;font-size:16px;letter-spacing:1.2px}
.FeaturedListingsProperty{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:30px;justify-items:center}
.FeaturedListingsCard{display:grid;grid-template-rows:40rem auto;justify-content:center;align-items:center;width:100%}
.FeaturedListingsCard img{max-width:100%;width:100%;height:-webkit-fill-available;max-height:40rem;object-fit:cover}
.FeaturedListingDetails{padding:10px 0;display:grid;gap:6px}
.FeaturedListingDetails h2{font-size:22px;font-weight:700;color:#003c72}
.FeaturedListingDetails span:first-child,.FeaturedListingDetails span:last-child{color:#222;font-size:14px}
 
@media only screen and (max-width: 1700px) {
    .lifeStyle .lifeStyleText {
        position: absolute;
        font-size: 25px;
        color: #fff;
        bottom: 40px;
        font-weight: 700;
        z-index:1px;
        letter-spacing: 1.2px;
    }
    .lifeStyle img{max-width:100%;width:100%;height:35rem;object-fit:cover}
    .PropertyMapsArea{
        height:700px;
    }
    .FeaturedListingsCard {
        grid-template-rows: 35rem auto;
    }
}

@media only screen and (max-width: 1500px) {
    .lifeStyle .lifeStyleText {
        position: absolute;
        font-size: 20px;
        color: #fff;
        bottom: 40px;
        z-index:1px;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .lifeStyle img{max-width:100%;width:100%;height:30rem;object-fit:cover}
    .PropertyMapsArea{
        height:600px;
    }
    .FeaturedListingsCard {
        grid-template-rows: 30rem auto;
    }
}

@media only screen and (max-width: 1200px) {
    .lifeStyle .lifeStyleText {
        position: absolute;
        font-size: 16px;
        color: #fff;
        bottom: 40px;
        font-weight: 600;
        z-index:1px;
        letter-spacing: 1.2px;
    }
    .lifeStyle img{max-width:100%;width:100%;height:25rem;object-fit:cover}
    .PropertyMapsArea{
        height:600px;
    }
    .FeaturedListingsCard {
        grid-template-rows: 25rem auto;
    }
}
 
/* Property Type Dropdown CSS ************************************************** */

.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
}

.custom-dropdown-btn {
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    user-select: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.8px;
    color: #003c72;
}

.custom-dropdown-btn::after {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0;
    border-top: 0.3em solid #003c72; /* arrow color */
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 10px; /* spacing from text */
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px; 
    width: max-content;
    max-height: 250px;
    overflow: auto;
    z-index: 100;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.custom-dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
}

.custom-dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Property Type Dropdown CSS ************************************************** */


/* Price Range Dropdown CSS ************************************************** */

.price-dropdown {
    position: relative;
    width: max-content;
}

.price-dropdown .dropdown-btn {
    padding: 0px 10px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.8px;
    color: #003c72;
    display: flex;
    align-items: center;
}
.price-dropdown .dropdown-btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.3em solid #003c72;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 10px;
}
.price-dropdown  .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: max-content;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    z-index: 100;
}

.price-dropdown.active .dropdown-content {
    display: block;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd; 
    padding: 8px 10px;
    width: 45%;
}


 .ui-slider-horizontal {
    height: .4em !important;
}
.price-dropdown .ui-state-default, 
.price-dropdown .ui-widget-content .ui-state-default, 
.price-dropdown .ui-widget-header .ui-state-default {
    background: #003c72;
    font-weight: normal;
    color: #454545;
    border-radius: 50px;
    border: none;
    height: 18px;
    width: 18px;
    outline: none;
    cursor: pointer;
}
.price-dropdown  .ui-widget-header{
    background: #003c72;
    color: #333333;
    font-weight: bold;
}
.price-dropdown .ui-widget-content{
    background: #003c7240;
    color: #333333;
    margin: 0px 10px;
}
.price-dropdown  .ui-widget.ui-widget-content {
    border: none;
}


.input-box input {
    border: none;
    width: 100%;
    text-align: left;
    font-size: 12px;
    letter-spacing: 2.2px;
    font-weight: 500;
}

.price-dropdown .price-inputs.input-box span{
    font-size: 14px;
    color: #003c72;
}

.input-box input:focus {
    outline: none;
}

.slider {
    position: relative;
    height: 5px;
    margin: 15px 0;
}

.slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    height: 5px;
    background: transparent;
}

.slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #111;
    cursor: pointer;
}

.slider::before {
    content: "";
    position: absolute;
    height: 4px;
    background: #111;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
}

.price-dropdown .actions {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.price-dropdown .actions .reset-btn,
.price-dropdown .actions .done-btn {
    background: none;
    border: none;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 1.2px;
    padding: 8px 20px;
    border-radius: 5px;
}
.price-dropdown .actions .reset-btn{
    text-decoration: underline;
}
.price-dropdown .actions .reset-btn:hover{
    color: #003c72;
}
.price-dropdown .actions .done-btn {
    background: #003c72 !important;
    color: #fff;
}

/* Price Range Dropdown CSS ************************************************** */
 
.PropertyRefInput{
    position: relative;
    background: #ffffff;
    color: #484848;
    font-size: 14px;
    height: 50px;
    letter-spacing: 1px;
    border: 1px solid #eeeeee;
    padding: 0px 20px;
    font-weight: 500;
    outline: none;
    width: 300px;
    border-radius: 5px;
}
.RealSoulPropertyRef{
    position: relative;
}
.PropertyRefSearchBtn{
    position: absolute;
    right: 0;
    top: 0;
    background: #003C72;
    color: #FFF;
    border:none;
    outline:none;
    padding: 5px 10px;
    cursor: pointer;
    height: 50px;
    border-radius: 0px 5px 5px 0px; 
    letter-spacing: 1px;
    font-size: 14px;
    width: 100px;
}
.PropertyRefInput::placeholder {
    color: #888;       
    font-size: 14px;   
    opacity: 1;        
}

.PropertyRefSearchBtn:hover{
    background: #002a4b;
}

.custom-dropdown-bedroom-wrapper {
    position: relative;
    display: inline-block;
}

.custom-dropdown-bedroom-btn {
    padding: 10px 16px; 
    cursor: pointer;
    background: #fff;
    color:#003c72;
    font-size: 16px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
}
.custom-dropdown-bedroom-btn::after {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0;
    border-top: 0.3em solid #003c72; /* arrow color */
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 10px; /* spacing from text */
}
.custom-dropdown-content-bedroom {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: max-content;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 100;
    margin-left: 15px;
}

.filter-section {
    margin-bottom: 18px;
}

.filter-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-button {
    border: 1px solid #003c72;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #2b2b2b;
    background: #fff;
}

.filter-button:hover {
    border-color: #003c72;
}

.filter-button.active {
background: #003c72;
    color: #fff;
    border-color: #003c72;
}

.filter-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.ResetOptionFiltered {
    font-size: 14px;
    letter-spacing: 1px;
    color: #003c72;
    cursor: pointer;
    text-decoration: underline;
}

.SetOptionFiltered {
    background: #003c72;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 400;
}

    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .PropertyImage {
        display: none;
        width: 100%; 
        transition: opacity 0.5s ease-in-out;
    }

    .PropertyImage.active {
        display: block;
    }

    .prev-btn, .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 60 114);
        color: #fff;
        border: none;
        font-size: 20px;
        cursor: pointer;
        border-radius: 50%;
        z-index: 1;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
 
    .leaflet-popup-content{
        width: max-content !important;
    }  
    .leaflet-popup-content-wrapper{
        border-radius: 0px !important;
    }
    .leaflet-container{font-family: unset !important;}
    .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #003c72 !important;
    font-size: 10px !important;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

.PropertyRefSearchBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.invalid-input {
    border: 2.5px solid #ff6b6b80 !important;
    box-shadow: 0 0 11px rgb(255 0 0 / 17%);
}
