.menu-links {

    margin-top: 1rem;

}



.logo {

    width: 80px;

}



.channel-partner textarea.form-control {

    height: 100px;

}



.position-10 {

    left: 10px;

    top: 10px;

}



.prt-detail-title-desc .pbwts-social {

    justify-content: left !important;

}



.prt-detail-title-desc .pbwts-social ul li a {

    background: #13293D !important;

}



#clHighlights .list-wrap,

#clOne .list-wrap {

    margin: .5rem 0 .5rem !important;

}



#clHighlights .card-body,

#clOne .card-body {

    padding: .5rem .5rem !important;

}



#clThree .avl-features li:before {

    content: '' !important;

    background: unset !important;

}



#clThree .card-body {

    padding: .5rem .5rem;

}



.slide-property-info-2 ul li {

    width: auto;

    flex: 0 0 auto;

}



.home-slider-desc .read-more {

    padding: 5px 10px;

}



.home-slider-desc .square--50 {

    width: 35px;

    height: 35px;

}



.listing-detail-footer .btn {

    height: auto;

    padding: 5px 15px;

}



.home-slider-desc .read-more {

    color: #0987f5 !important;

    height: auto;

}



.home-slider-desc .read-more:hover {

    color: aliceblue !important;

}



#testimonials .bb-video-box-innerup {

    width: 40px;

    height: 40px;

    font-size: 20px;

}



.form-modal .modal-header-title {

    font-size: 1.5rem;

}



.form-modal .form-control,

.form-modal .btn {

    height: auto !important;



}



.text-justify {

    text-align: justify;

}



.home-slider .item:before {

    background: unset;

    content: unset;

}



[data-overlay]:before {}


.highlight-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.highlight-card {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 7px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.avatar-circle {
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    background-color: #4A90E2;
    /* You can randomize this color */
    border-radius: 50%;
    /* Makes it round */
    display: flex;
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    /* Optional: adds a border */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#testimonials .card-header {
    border-top: 0px !important;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#testimonials .card {
    height: 100%;
}

#testimonials .bb-video-box {
    left: 23px;
    top: unset;
}

#testimonials .bb-video-box-inner {
    width: 50px;
    height: 50px;
}


/* 1. Make the slick track a flex container */
#smart-textimonials .slick-track {
    display: flex !important;
}

/* 2. Force each slide to take up the full height of the track */
#smart-textimonials .slick-slide {
    height: auto;
    display: flex !important;
    /* Makes the slide itself a flex container */
}

/* 3. Ensure the inner "item" and "card" stretch to 100% height */
#smart-textimonials .item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#smart-textimonials .card {
    flex: 1;
    /* This forces the card to grow and fill the .item height */
    display: flex;
    flex-direction: column;
}

/* 4. Push the stars/footer to the bottom if text is short */
#smart-textimonials .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 1. Make the slick track a flex container to align all slides to the same height */
#smart-awards .slick-track {
    display: flex !important;
}

/* 2. Force each slide to take up the full height of the track */
#smart-awards .slick-slide {
    height: auto;
    display: flex !important;
}

/* 3. Ensure the 'item' and 'item-box' containers stretch fully */
#smart-awards .item,
#smart-awards .item-box {
    display: flex;
    flex: 1;
    width: 100%;
}

/* 4. Force the card and card-body to expand and fill the container */
#smart-awards .card {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

#smart-awards .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* 5. Optional: Ensure the description text takes up available space, 
      keeping the bottom of the cards aligned */
#smart-awards .card-body p {
    flex-grow: 1;
}