.hero-section{background-color:#5f2dbe;color:#fff;padding:100px 0;position:relative;text-align:left;overflow:hidden;animation:fadeIn 1s ease-in-out}
.hero-text{z-index:2;animation:slideInLeft 1s ease-out}
.hero-text h1{font-weight:800;font-size:3.5rem;line-height:1.2;margin-bottom:20px;color:ivory}
.hero-text h1 span{color:#dc143c}
.hero-text p{font-size:1.2rem;font-weight:400;margin-top:20px;color:ivory}
.hero-image{position:absolute;right:0;bottom:0;z-index:1;max-width:50%;animation:slideInRight 1s ease-out}
.hero-image img{max-width:100%;height:auto;border-radius:20px}
.search-bar{background-color:ivory;border-radius:50px;padding:7px;box-shadow:0 5px 15px rgba(0,0,0,.2);z-index:3;margin-top:50px;display:flex;justify-content:space-between;align-items:center;animation:fadeIn 1.5s ease-in-out}
.search-bar select{border:none;border-radius:50px;padding:10px 20px;margin-right:10px;flex:1}
.search-bar button{border-radius:50px;padding:10px 30px;background-color:#5f2dbe;border-color:#5f2dbe;color:#fff;font-weight:700}
.search-bar button:hover{background-color:#5f2dbe;border-color:#5f2dbe}
.search-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;background-color:#fff;background-image:none;padding-right:50px;position:relative;max-width:240px;width:230px}
.search-form{display:flex;align-items:center}
.search-form .border-right:first-child{margin:0 10px;border-right:1px solid #ccc}
@keyframes fadeIn{
from{opacity:0}
to{opacity:1}
}
@keyframes slideInLeft{
from{transform:translateX(-100%)}
to{transform:translateX(0)}
}
@keyframes slideInRight{
from{transform:translateX(100%)}
to{transform:translateX(0)}
}
.autocomplete-suggestion{padding:8px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4;text-align:left;position:relative;z-index:99999;transition:background-color .3s}
.autocomplete-suggestion:hover{background-color:#f2f2f2}
.autocomplete-suggestion a{text-decoration:none;color:#333;display:block;font-size:15px}
.autocomplete-suggestion li a:hover{color:#00f}
.no-results{padding:8px;background-color:#f0f0f0;display:none;position:relative;z-index:99999;color:#000;border:1px solid #d4d4d4;margin-top:5px}
.h2_title{font-weight:600;font-size:32px;line-height:40px;color:#5f2dbe;text-align:center}
.location-section__title{font-size:2rem;font-weight:700;color:#2d1b69}
.location-card{height:100%;position:relative;overflow:hidden;border-radius:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease}
.location-card:hover{transform:scale(1.02)}
.location-card__image{width:100%;height:100%;object-fit:cover}
.location-card__overlay{position:absolute;bottom:0;left:0;padding:1rem;width:100%;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.65) 100%);color:#fff}
p.location-card__label{margin:0;font-size:.9rem;opacity:1;color:#fff;font-weight:500}
.location-card__name{font-size:1.5rem;font-weight:700;text-transform:uppercase;margin:.25rem 0 0 0;color:#fff}
section.top-searches{background-color:#f8f9fa}
.top-searches .custom-tag{border-radius:50rem;font-size:.95rem;padding:.4rem 1rem;transition:all .3s ease-in-out;border:2px solid #5f2dbe!important}
.top-searches .custom-tag:nth-child(odd){background-color:transparent;color:#5f2dbe!important}
.top-searches .custom-tag:nth-child(odd):hover{background-color:#5f2dbe;color:#fff!important;box-shadow:0 2px 10px rgba(61,43,39,.2)}
.top-searches .custom-tag:nth-child(2n){background-color:#5f2dbe;color:#fff!important}
.top-searches .custom-tag:nth-child(2n):hover{background-color:transparent;color:#5f2dbe!important;box-shadow:0 2px 10px rgba(61,43,39,.2)}
.seekerescorts .h2_title{font-size:17px}
.seekerescorts p{text-align:left}
.post-free{text-align:center}
.post-free .h2_title{text-transform:uppercase}
.post-free p{margin-bottom:30px;text-align:center;width:70%;margin:auto}
.images-row{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}
.images-row img{width:100%;height:auto;object-fit:cover;border-radius:8px;transform:rotate(0)}
.images-row img:hover{transform:rotate(-5deg);transition:transform .3s}
@media (max-width:768px){
.hero-section{text-align:center;padding:20px 10px}
.hero-text h1{font-size:2.5rem;line-height:1.3;color:#fff;text-transform:uppercase}
.hero-text p{font-size:1rem;margin-top:15px}
.hero-image{position:static;margin-top:30px;max-width:80%;display:block;margin:20px auto 0}
.search-bar{margin-top:0}
.search-bar input{width:100%;padding:10px}
.search-bar button{width:25%;padding:7px}
.about-button,.contact-button{width:100%;margin:10px 0}
.hero-section{display:flex;flex-direction:column;align-items:center}
.hero-text{order:1}
.hero-image{order:2;margin-top:20px}
.hero-text img{object-fit:cover;height:100%;max-height:350px}


.btn.image-button{display:block;width:100%;background-color:#2c1964;color:#fff;font-weight:700;font-size:16px;padding:12px;border-radius:8px;margin-bottom:20px;border:none}
.image-text-wrapper{position:relative;border-radius:12px;overflow:hidden}
.image-text-wrapper img{width:100%;height:auto;display:block;object-fit:cover}
.overlay-text{position:absolute;top:50px;left:0;width:100%;height:100%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center}
.overlay-text h1{font-size:27px;font-weight:700;margin-bottom:10px;line-height:1.3}
.overlay-text p{font-size:17px;margin:0;color:#fff;text-align: center;}

}
.seekerescorts{background:#e0bcb3}