.ctp-review-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}

.ctp-review-slide {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    flex: 0 0 auto;
    text-align: left;
    border: 1px solid #ededed;
    margin: 0 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ctp-profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.ctp-location {
    font-style: italic;
    color: #666;
}

.ctp-review-text {
    margin: 10px 0;
}

.ctp-star-rating {
    color: #f4d03f;
    font-size: 20px;
}

#ctp-review-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.ctp-form-field {
    margin-bottom: 15px;
}

.ctp-form-field label {
    display: block;
    margin-bottom: 5px;
}

.ctp-form-field input,
.ctp-form-field textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#ctp-review-form button {
    background: #1a8b9d !important;
    color: #fff !important;
    padding: 10px 20px !important;   
    border: none !important;
    border-radius: none !important;
}

#ctp-review-form button:hover {
    background: #005177 !important;
}

.customformsubmitbtn{
    font-family: "Inter", Sans-serif !important;
    font-weight: 500 !important;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #CE001E !important;
    transition-duration: 0.9s !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
}

.reviewsmfield{
    height: 40px;
    border: 1px solid #f5eeee !important;
    border-radius: 5px !important;
}

.reviewbgfield{
    height: 100px;
    border: 1px solid #f5eeee !important;
    border-radius: 5px !important;
}




#ctp-form-message {
    margin-top: 10px;
    color: green;
    font-size: 16px;
    font-weight: bold;
    display: none;
    visibility: hidden; /* Ensure initial hidden state */
}

#ctp-form-message.visible {
    display: block !important;
    visibility: visible !important; /* Force visibility when shown */
}

.ctp-star-rating-input {
    display: flex;
    direction: ltr;
}

.ctp-star-rating-input input {
    display: none;
}

.ctp-star-rating-input label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    margin: 0 2px;
}

.ctp-star-rating-input input:checked + label,
.ctp-star-rating-input input:checked ~ label {
    color: #f4d03f;
}

.ctp-star-rating-input label:hover,
.ctp-star-rating-input label:hover ~ label {
    color: #f4d03f;
}
h1.entry-title{
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #CE001E !important;
    text-align: center;
    margin: 30px 0 0 0;
}

.ctp-profile-image{
    text-align: center !important;
    margin: 0 auto !important;
    border-radius: 50% !important;
    height: 150px !important;
    width: 150px !important;
}

.ctp-review-slide h3{
    color: #002B4A;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

p.ctp-location{
    color: #002B4A;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}

p.ctp-review-text{
    color: #002B4A;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
}

.ctp-review-slide{
    position: relative;
}


.ctp-review-slide::after{
   content: "”";
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
    color: #fff;
    z-index: 99;
    background-color: #1a8b9d;
    border-bottom-left-radius: 100px;
    width: 75px;
    border-top-right-radius: 8px;
    text-align: center;
}

/*Same height for slide*/
/* Force all slides to have the same height */
.ctp-review-slider .ctp-review-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    box-sizing: border-box;
    text-align: left;
}

/* Make Slick give all slides equal height */
.ctp-review-slider .slick-track {
    display: flex !important;
}

.ctp-review-slider .slick-slide {
    height: auto !important;
    margin: 0 15px;
}

.ctp-review-slider .slick-list {
    margin: 0 -15px;
}

/* Optional: nicer spacing & typography */
.ctp-review-slide h3 {
    margin: 0 0 8px 0;
    font-size: 1.4em;
    color: #222;
}

.ctp-review-slide .ctp-location {
    color: #0066cc;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1em;
}

.ctp-review-slide .ctp-star-rating {
    font-size: 1.6em;
    color: #f4d03f;
    margin: 12px 0;
}

.ctp-review-slide .ctp-review-text {
    flex-grow: 1;           /* This pushes the text to fill available space */
    margin: 12px 0 0 0;
    line-height: 1.6;
    color: #444;
    font-size: 1.02em;
}
/*Same height for slide*/

/* Vertical Reviews List Styles */
.ctp-reviews-list {
    margin: 30px auto;
    font-family: inherit;
}

.ctp-review-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ctp-review-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #555;
}

.ctp-review-name {
    margin: 0;
    font-size: 1.3em;
    color: #222;
    font-weight: 600;
}

.ctp-review-location {
    color: #0066cc;
    font-weight: 500;
}

.ctp-review-date {
    margin-left: auto;
    color: #888;
    font-size: 0.9em;
}

.ctp-review-rating {
    font-size: 1.4em;
    color: #f4d03f;
    margin: 10px 0;
}

.ctp-review-text {
    line-height: 1;
    color: #333;
    margin-top: 12px;
    color: #292929;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 13px;
    font-style: italic;
}

.ctp-review-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 30px 0;
}