.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span p {

    color: #ffd893;

}



.contact_info .form-title p {

    font-weight: 400;

    font-size: 20px;

    line-height: 25px;

    color: #fff;

}



.wpo-contact-pg-section form .theme-btn-s2{

    background: #ffd893;

    color: #000;

    display: inline-block;

    border: 1px solid #ffd893;

    text-transform: capitalize;

    padding: 12px 55px;

    z-index: 1;

    position: relative;

    width: unset;

}



.pagination-wrapper .page-numbers {

    display: flex;              /* Use flex instead of inline-block + float */

    justify-content: center;    /* Center the pagination */

    list-style: none;           /* Remove bullets */

    padding: 0;

    margin: 0;

    gap: 10px;                  /* Space between items */

}



.pagination-wrapper .page-numbers li {

    /* No need for float with flex */

}



.pagination-wrapper .page-numbers li a,

.pagination-wrapper .page-numbers li span {

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 1.06667rem;

    font-weight: 600;

    color: #1E2E3E;

    background: #ebf4fc;

    display: inline-block;

    text-align: center;

    text-decoration: none;

    border-radius: 5px;         /* Optional: rounded corners */

    transition: all 0.3s ease;  /* Smooth hover */

}



.pagination-wrapper .page-numbers li a:hover,

.pagination-wrapper .page-numbers li span.current {

    background: #CDB091;

    color: #fff;

    border-color: #CDB091;

}



.theme-btn,

.wpcf7-submit.theme-btn {

  background: transparent;

  color: #fff;              /* white text */

  padding: 12px 55px;

  font-size: 1.2rem;

  font-weight: 600;

  border: 2px double #fff;  /* double white border */

  border-radius: 0;

  text-transform: capitalize;

  cursor: pointer;

  display: inline-block;

  text-align: center;

  line-height: 1.2;

  position: relative;

  transition: all 0.3s ease;

}



/* Hover effect: invert colors for subtle highlight */

.theme-btn:hover,

.wpcf7-submit.theme-btn:hover {

  background: #fff;

  color: #8B6F39;  /* a dark brown for text on hover */

  border-color: #fff;

}

.wpo-contact-pg-section.section-padding.appntmnt-booking {
    padding-bottom: 170px;
}

.wpo-contact-pg-section.appntmnt-booking .wpo-contact-title {
    max-width: 100%;
}

.appntmnt-booking .wpo-contact-title h2{
color: #946c26;
} 

.appntmnt-booking .wpo-contact-title p{
    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-family: "DM Serif Text", serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #1E2E3E;

}


