.swiffy-slider {
    width: 100% !important;
    height: 100% !important;
}
.swiffy-slider ul {
    width: 100% !important;
    height: 100% !important;
}
.swiffy-slider li {
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.swiffy-slider li img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.slider-container {
    overflow-y: hidden;
}

.rounded {
    border-radius: 20px;
}

#carousel {
    width: 100%;
    overflow: hidden;
}

/* Description section */


.slide-container {
    width: 100%;
    height: 100vh;
}

.slide {
    
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    
}


.slide::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.40; /* Adjust the opacity as desired */
    z-index: 10;
}

#hero-title {
    z-index: 80;
}
.slider-indicators, .slider-nav {
    z-index: 80;
}
.slide-img-1 {
    background-image: url("../images/1-4.webp");
}

.slide-img-2 {
    background-image: url("../images/1.webp");
}

.slide-img-3 {
    background-image: url("../images/1-308.webp");
}


#description {
    min-height: 100vh;
    background-image: url("../images/1-280.jpg");
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-end;
}



#description-text {
    
    /* margin-top: -40px; */
    width: 50%;
   
    padding: 40px;
    margin: 10px;
    line-height: 1.9;
    
    border-radius: 20px;
    background-color: white;
}


.row > iframe {
    padding: 0;
}

#description-images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.fa-check {
    color: #00cc00;
}
/* Tratamente section */



/* Cazuri section */

#cazuri {
    background-color: rgb(65, 171, 65);
}

#cazuri img {
    min-height: 250px;
    width: 90%;
}



#carousel {
    position: relative;
}

#hero-title {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

#hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: 2px solid white;
    
    
    color: white;
}

#hero-title h1 {
    font-weight: 400;
    font-size: calc(65px + 1vw);
    font-family: "Great Vibes", cursive;
}

.slider-container li {
    position: relative;
}

.slider-container li:before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); /* Adjust the shadow's color and opacity */
}

#tehnologie {
    position: relative;
}

#tratamente {
    position: relative;
}

#tratamente::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/cabinet.webp");
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: -1;
}

#tratamente::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.75; /* Adjust the opacity as desired */
    z-index: -1;
}

#description-wrapper {
    display: flex;
    width: 75%;
    margin: auto;
}
#description-wrapper > * {
    flex: 1;
}
#description-images-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    
    grid-auto-rows: 200px;
    grid-gap: 20px; /* Gap between grid items */
}

#description-images-wrapper > div {
  height: 100%;
}

#description-images-wrapper img {
 max-width: 100%; /* Ensure images take up the full width of the grid item */
  max-height: 100%; /* Maintain aspect ratio */
  display: block; /* Remove extra space below inline images */
  margin: auto; 
}

#description-images-wrapper > div {
    max-height: 150px;
}

#tehnologie p {
    color: #7f7e7e;
}

#tehnologie h3 {
    color: #2f2e2e;
}

#tehnologie h2 {
    color: #453d3d;
}

#description-text h2 {
    font-size: 45px;
    /* color: rgb(30, 191, 30); */
    font-family: "Great Vibes", cursive;
}

#tratamente h2 {
    font-size: 45px;
    /* color: rgb(30, 191, 30); */
    font-family: "Great Vibes", cursive;
}

#tehnologie h2 {
    font-size: 45px;
    /* color: rgb(30, 191, 30); */
    font-family: "Great Vibes", cursive;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0rem 1rem;
}

#tratamente {
        padding: 2rem;
}

@media only screen and (max-width: 800px) {
    #tratamente .row .col-md-6:nth-child(2) {
        margin-top: 20px;
    }
    
    
    .grid {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    #tehnologie .col h3,
    #tehnologie .col p {
        text-align: center;
    }
    
    #description-text {
    
    /* margin-top: -40px; */
        width: 100%;
        
        margin: 40px;
    
         padding: 20px;
        line-height: 1.9;
    
    background-color: white;
    }
}

.fa-check {
    padding: 5px;
}

#description-text li {
    padding: 10px 0px;
}

@media only screen and (max-width: 550px) {
    /*#description-images-wrapper {*/
    /*    grid-template-columns: 1fr;*/
    /*    grid-template-rows: 1fr 1fr 1fr 1fr;*/
    /*}*/
    
    #tratamente {
        padding: 2rem 10px;
    }



    #description-text {
    
    /* margin-top: -40px; */
       
        margin: 10px;
    
         
    
    background-color: white;
    }
    #description-images-wrapper > div {
        max-height: 200px;
    }

    #hero-title h1 {
        font-size: 60px;
    }

    #description-text > h2,
    #description-text > h3 {
        text-align: center;
    }

    /*#description-text {*/
    /*    padding-top: 30px;*/
    /*}*/

    #description-images {
        padding-top: 30px;
    }
}

.google-map {
    width: 100%;
}

