/* .inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


body, html {
    overflow-x: hidden;
}

.servicii-display {
    overflow-x: hidden!important;
}

body {
    height: 100%;
    margin: 0;
}

#map {
    height: 80vh;
    width: 100%;
}

.map-container {
    height: 80vh;
    width: 100%;
    position: relative;
}

#searchBox {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 270px;
    padding: 8px 10px;
    border: 1px solid #1A4381;
    border-radius: 7px;
    font-family: "Inter", sans-serif;
}

#searchResults {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: #fff;
    border: 1px solid #1A4381;
    border-radius: 5px;
    width: 285px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    font-size: 13px;
    font-family: "Inter", sans-serif;
}

.tratament {
    padding-left: 15px;
}

.popupText {
    color: #000;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    margin: 5px!important;
}

.mapTitle {
    font-weight: 700;
     color: #1A4381!important;
     font-size: 14px;
}

#searchResults div {
    padding: 6px 10px;
    cursor: pointer;
}

#searchResults div:hover {
    background: #eee;
}

.header {
    background-color: #1A4381;
    padding: 15px 40px;
}

.hero {
    background-color: #EBEBEB;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background-image: url('/assets/brain.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.grayBg {
    background-color: #EBEBEB;
    padding: 50px;
}

.hero-title {
    font-size: 44px;
    margin: 0px;
    color: #1A4381;
    font-family: "Inter", sans-serif;
    font-weight: 700;
     text-align: center;
}

.logo {
    max-width: 70px;
}

.hero-img {
    margin: 30px 0px;
}

.hero-content {
    font-family: "Inter", sans-serif;
    color: #1A4381;
    max-width: 500px;
    text-align: center;
    font-size: 21px;
    margin: 0px;
}

.footer-inner {
    background-color: #1A4381;
    padding: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;

    font-family: "Inter", sans-serif;
    color: #fff;

    text-align: center;
}

.mw-400 {
    max-width: 400px;
}

.tag {
    background-color: #1A4381;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-text {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 50px;
    max-width: 600px;
    margin: 0;
}

.full-width {
    width: 100%;
    min-height: 753px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/fullWidthImage.png);
}

.map-notice {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 13px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	margin: 8px;
}

.servicii-display {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.servicii {
    padding: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.servicii-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.servicii-right {
    background-color: #d4dadc;
}

.btn-oras {
    width: 100%;
    padding: 10px 30px;
    border: none;
    background-color: #1a4381;
    border-radius: 30px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}

.oras_holder {
    background-color: #1A4381;
    width: 100%;
    padding: 50px;
    border-radius: 40px;

    /* display: none; */

    font-family: "Inter", sans-serif;
    color: #fff;
}

.oras_holder:first-of-type {
  display: block; /* sau orice stil vrei */
}
.nume_oras {
    font-family: inherit;
    text-align: center;
}

.servicii_spital {
    display: grid;
    grid-template-columns: 70% 30%;
}

.holder_spitale {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;
}

.nume_spital {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.serviciu1, .serviciu2  {
    text-align: center;
}

.serviciu1{
    border-right: 2px solid #1A4381;
    padding: 5px;
}
.serviciu2{
  
    padding: 5px;
}

.tag-text-sm {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
}



@media (max-width: 1250px) {
    .full-width {
        width: 100%;
        min-height: 753px;
        background-position: top right;
        background-image: url(/assets/fullWidthImage.png);
    }
}

@media (max-width: 850px) {
    .full-width {
        width: 100%;
        min-height: 500px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/assets/fullWidthImage-sm.png);
    }

    .tag-text {
        font-size: 28px;
    }

    .hero {
        padding: 50px 30px;
    }

    .hero-content {
        font-size: 18px;
    }

    .hero-title {
        font-size: 36px;
    }

    .map-notice {
        display: none;
    }

    .hero-img{
        max-width: 70%;
        margin: 34px 0px;
    }
    .map-container {
        height: 50vh;
        width: 100%;
        position: relative;
    }
    #map {
        height: 50vh;
        width: 100%;
    }

    .servicii-display {
        display: flex;
        flex-direction: column-reverse;
    }

    .servicii {
        padding: 0px;
    }

    .oras_holder {
        background-color: #1A4381;
        width: 100%;
        padding: 30px;
        border-radius: unset;
        /* display: none; */
        font-family: "Inter", sans-serif;
        color: #fff;
    }
    .servicii_spital {
        grid-template-columns: 1fr;
    }
    .btn-oras {
        width: 100%;
        box-sizing: border-box;
    
    }
    .servicii-left {
        grid-template-columns: 1fr 1fr;
        gap: 3px;
        margin: 0 auto;
        padding: 40px 0px;
    }
    .serviciu1 {
        border-right: unset;
        margin: 0px;
    }

    .oras_holder {
        padding-top: 0px;
    }
    .serviciu2 {
        margin: 4px;
    }
    
    .grayBg {
        background-color: #EBEBEB;
        padding: 35px;
    }

}

