.location-search-container{background:var(--color-bg);flex-direction:column;align-items:center;gap:2rem;max-width:100%;margin:auto;padding:5rem 1rem;display:flex}.branch-banner{text-align:center;justify-content:center;align-items:center;width:100%;height:60vh;display:flex;position:relative;overflow:hidden}.branch-banner .branch-bg-img{object-fit:cover;z-index:0;opacity:1;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.branch-banner:before{content:"";z-index:1;background-color:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0}.search-section{z-index:2;text-align:center;width:100%;max-width:650px;animation:.8s fadeIn;position:relative}.search-section h2{font-size:var(--font-heading);color:var(--color-white);text-shadow:0 1px 4px rgba(0,0,0,.5);margin-bottom:.5rem}.search-section p{color:var(--color-white);font-size:var(--font-subheading);opacity:.9;margin-bottom:1rem}.search-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.search-bar input{min-width:260px;font-size:var(--font-text);border:1px solid var(--color-medium-brown);outline-color:var(--color-yellow);border-radius:6px;flex:1;padding:.6rem 1rem;transition:all .3s}.search-bar input:focus{box-shadow:0 0 8px var(--color-yellow)}.search-bar button{font-size:var(--font-text);background:var(--color-yellow);color:var(--color-primary);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:700;transition:transform .2s,background .3s}.search-bar button:hover{background:#e0b324;transform:scale(1.05)}.suggestions{background:var(--color-bg);z-index:100;border:1px solid #ccc;border-radius:4px;width:95%;max-height:200px;margin-top:.5rem;padding:0;list-style:none;overflow-y:auto;box-shadow:0 4px 8px rgba(0,0,0,.1)}.suggestions li{cursor:pointer;border-bottom:1px solid #eee;padding:10px;transition:background .2s}.suggestions li:hover,.suggestions li.active{background-color:var(--color-light-brown);color:var(--color-white);font-weight:600}.branch-card{background:var(--color-bg-light);border:1px solid var(--color-light-brown);border-radius:8px;flex-direction:column;justify-content:space-between;height:100%;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.875rem;animation:.6s fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.branch-details-grid{gap:1.5rem 1rem;display:grid}.branch-card p{font-size:var(--font-text);color:var(--color-text);text-align:left;align-items:flex-start;margin:.4rem 0;line-height:1.5;display:flex;position:relative}.branch-card strong{min-width:8.5em;color:var(--color-dark-brown,#222);text-align:right;vertical-align:top;align-items:center;margin-right:1em;font-weight:700;display:inline-flex}.branch-card .address-value{white-space:pre-line;word-break:break-word;flex:1}.branch-card:before{content:"";background:var(--orange-light);z-index:0;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.branch-card a{color:var(--color-secondary);text-decoration:underline;transition:color .2s}.branch-card a:hover{color:var(--color-warm-brown)}.bottom-section{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;padding-left:250px;animation:1s fadeInUp;display:flex}.head-office{flex:none;min-width:300px}.map-container{min-width:700px;height:300px;padding:1.5rem;overflow:hidden}.branch-card p strong:before{margin-right:8px}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.location-search-container{padding:2rem 1rem 1rem}.branch-banner{height:50vh;margin:0;padding:0}.branch-banner .branch-bg-img{object-fit:cover;width:100vw;height:100%;display:block}.bottom-section{flex-direction:column;align-items:stretch;gap:1rem;padding-left:0}.head-office{background:var(--color-bg-light);border-radius:8px;width:100%;padding:1rem;box-shadow:0 2px 6px rgba(0,0,0,.05)}.map-container{width:100%;min-width:unset;height:250px;padding:0}.map-container iframe{border:none;width:100%;height:100%}.branch-details-grid{grid-template-columns:1fr}.branch-card p strong:before{content:none!important;margin-right:0!important;font-family:unset!important}}@media (min-width:769px){.branch-details-grid{grid-template-columns:repeat(2,1fr)}}
