.unique-highlights-container {
    background-color: #f9f4ed;
    padding: 20px;
}

.unique-highlights-title {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px; text-transform: uppercase;
}

.unique-highlights-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd00;
    transition: box-shadow 0.3s ease;
    height: 175px;
}

.unique-highlights-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.unique-highlights-image {
    /* width: 50px; */
    height: 55px;
    object-fit: contain;
    margin-bottom: 10px;
}

.unique-highlights-text {
    font-size: 16px;
    font-weight: 500;
}

.unique-highlights-container .col{
    /* width: 20%;flex: initial; */
    margin-bottom: 30px;}

.location-container {
    /* font-family: Arial, sans-serif; */
    padding: 20px;
}
.regular10 .slick-slide{margin: 0px 15px;}
.location-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.location-info {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
}

.location-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 195px;
}

.location-info ul {
    padding-left: 20px;
}

.location-info ul li {
    font-size: 14px;
    line-height: 1.6;
}

.map-container {
    text-align: center;
}

.map-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.address {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

.address span {
    font-weight: bold;
}

.regular10 .slick-prev, .regular10 .slick-next {
    width: auto;
    height: auto;
    z-index: 999;
}
.regular10 .slick-prev {
    /* left: 20px; */
    left: -35px;
}
.regular10 .slick-next {
    right: -35px;
}
.regular10 .slick-prev:before, .regular10 .slick-next:before {
    opacity: 1;
    line-height: normal;
}
.regular10 .slick-prev:before {
    content: url(../images/icons/left.svg);
}
.regular10 .slick-next:before {
    content: url(../images/icons/right.svg);
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 46%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

@media only screen and (max-width: 600px) {
    .location-info h5{width: 100%;}
    .location-info{display: block;}
  }




  .rera-content {
    display: flex;
    }

    .rera-img img {
        height: 132px;
        width: 132px;
    }

    .rera-para {
        align-items: center;
        display: flex;
        padding-left: 20px;
        padding-top: 10px;
    }

    .rera-title h5 {
        font-size: 32px;
        font-weight: 700;
    }


    .bg-beige {
        background: #FAF6F3;
    }

    @media only screen and (max-width: 767px) {
        .rera-img img {
            height: 110px;
            width: 110px;
        }
        .rera-content{margin-bottom: 15px;}
        .unique-highlights-text {font-size: 14px;}
        /* .unique-highlights-container .col{width: 50%;} */
        .unique-highlights-container .col {
            margin-bottom: 15px;
        }
        .regular10 .slick-slide {
            margin: 0px 7px;
        }
        
      }