/* banner */

.banner {
    position: relative;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), color-mix(in srgb, var(--primary-color) 80%, transparent));
    top: 0;
    left: 0;
}

.banner_content {
    position: relative;
    max-width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.banner_heading {
    font-family: 'Kanit', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner_para {
    color: #495057;
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 48px;
    font-family: "Inter", serif;
}


@media only screen and (max-width:767px) {
    .banner {
        height: auto;
        padding: 15px 0px 0px 0px;
    }

    .banner_heading {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .banner {
        height: auto;
    }
}


/* banner */

/* Accomodation */

.accomodation {
    padding: 22px 0 50px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accomodation .accomo_content {
    background: var(--text-light);
    border: 1px solid var(--primary-color);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
}

.accomodation .accomo_content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
    margin: 0;
}

.accomodation .accomo_img {
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.accomodation .accomo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.accomodation .accomo_img:hover img {
    transform: scale(1.1);
}

.accomodation .accomo_head {
    font-size: 18px;
    font-weight: 600;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.accomodation .accomo_head p {
    margin-bottom: 0;
}

.accomodation .accomo_img_left .accomo_headtwo {
    background: #D4B773;
    border: 1px solid #493812;
    max-width: 148px;
    text-align: center;
    border-radius: 50px;
    margin-top: -15px !important;
    position: relative;
    margin: auto;
}

.accomodation .accomo_img_left .accomo_headtwo p {
    margin-bottom: 0 !important;
    font-family: 'Gabriela';
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
}

.accomodation .accomo_img_left .accomo_head:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 11px;
    background: url(../img/accomo_line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -132px;
    top: 37%;
    transform: translateX(-50%);
    rotate: 180deg;
}

.accomodation .accomo_img_left .accomo_headtwo:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 11px;
    background: url(../img/accomo_line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -132px;
    top: 37%;
    transform: translateX(-50%);
}

.accomodation .accomo_img_left .accomo_head p {
    margin-bottom: 0 !important;
    font-family: 'Gabriela';
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
}

.accomodation .accomo_img_right {
    margin-bottom: 33px;
    text-align: center;
}

.accomodation .accomo_img_right img {
    position: relative;
    z-index: 999;
}

.accomodation .accomo_img_right .accomo_head {
    background: #D4B773;
    border: 1px solid #493812;
    max-width: 148px;
    text-align: center;
    border-radius: 50px;
    margin-top: -15px !important;
    position: relative;
    margin: auto;
}

.accomodation .accomo_img_right .accomo_headtwo {
    background: #D4B773;
    border: 1px solid #493812;
    max-width: 148px;
    text-align: center;
    border-radius: 50px;
    margin-top: -15px !important;
    position: relative;
    margin: auto;
}

.accomodation .accomo_img_right .accomo_head:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 11px;
    background: url(../img/accomo_line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -132px;
    top: 37%;
    transform: translateX(-50%);
    rotate: 180deg;
}

.accomodation .accomo_img_right .accomo_headtwo:after {
    position: absolute;
    content: '';
    width: 95px;
    height: 11px;
    background: url(../img/accomo_line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -48px;
    top: 37%;
    transform: translateX(-50%);
    rotate: 180deg;
}

.accomodation .accomo_img_right .accomo_head p {
    margin-bottom: 0 !important;
    font-family: 'Gabriela';
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
}

.accomodation .accomo_img_right .accomo_headtwo p {
    margin-bottom: 0 !important;
    font-family: 'Gabriela';
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
}

.accomodation .accomo_btn {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    color: #493812;
    background: #D4B773;
    border-radius: 50px;
    padding: 5.5px 15px;
    text-decoration: none;
    max-width: 135px;
    margin: auto;
    display: block;
    margin-top: 70px !important;
}

@media only screen and (max-width:767px) {

    .accomodation>.col-md-8,
    .accomodation>.col-md-4 {
        margin-bottom: 20px;
    }
}

/* Accomodation */
/* ============================================
   Trust Strip
   ============================================ */
.acc-trust-strip {
    background: var(--primary-color);
    padding: 14px 0;
}
.acc-trust-strip__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
}
.acc-trust-strip__item {
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.acc-trust-strip__item i {
    color: var(--secondary-color);
    font-size: 15px;
}

/* ============================================
   Main sections
   ============================================ */
.acc-section {
    padding: 64px 0;
    background: #ffffff;
}
.acc-section--light {
    background: #f9f5f2;
}
.acc-section__intro {
    font-family: 'Gabriela', serif;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

/* ============================================
   Room Cards Grid
   ============================================ */
.acc-rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.acc-room-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(170,35,64,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: #fff;
}
.acc-room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(170,35,64,0.12);
    border-color: var(--primary-color);
}
.acc-room-card__img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.acc-room-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.acc-room-card:hover .acc-room-card__img img {
    transform: scale(1.04);
}
.acc-room-card__body {
    padding: 20px;
}
.acc-room-card__title {
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.acc-room-card__desc {
    font-family: 'Gabriela', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   Bathroom Section
   ============================================ */
.acc-bath-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    margin-top: 36px;
}
.acc-bath-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.acc-bath-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}
.acc-bath-content h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
}
.acc-bath-content p {
    font-family: 'Gabriela', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
}
.acc-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.acc-feat-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gabriela', serif;
    font-size: 14px;
    color: #444;
    padding: 7px 0;
    border-bottom: 1px dashed rgba(170,35,64,0.1);
}
.acc-feat-list li:last-child { border-bottom: none; }
.acc-feat-list li i { color: var(--primary-color); flex-shrink: 0; }

/* ============================================
   Food Section
   ============================================ */
.acc-food-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
    margin-top: 36px;
}
.acc-food-content h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
}
.acc-food-content p {
    font-family: 'Gabriela', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 12px;
}
.acc-food-imgs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.acc-food-img-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.acc-food-img-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 992px) {
    .acc-rooms-grid { grid-template-columns: repeat(2, 1fr); }
    .acc-bath-grid { grid-template-columns: 1fr 1fr; }
    .acc-bath-grid .acc-bath-item:last-child { display: none; }
}
@media (max-width: 768px) {
    .acc-section { padding: 44px 0; }
    .acc-rooms-grid { grid-template-columns: 1fr; }
    .acc-bath-grid { grid-template-columns: 1fr; }
    .acc-food-grid { grid-template-columns: 1fr; }
}
/* ============================================
   Ported from home.css: Join CTA section (pys-join)
   ============================================ */
.pys-join {
    padding: 48px 0;
    position: relative;
    overflow: hidden;
    background: url('../img/home/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pys-join::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--primary-color) 92%, transparent) 0%,
        color-mix(in srgb, var(--secondary-color) 75%, transparent) 100%);
    z-index: 0;
}

.pys-join__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 260px 1fr;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
    gap: 40px;
}

.pys-join__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    flex-shrink: 0;
    border: 3px solid rgba(255,255,255,0.2);
}

.pys-join__img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.pys-join__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pys-join__tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    align-self: flex-start;
    backdrop-filter: blur(4px);
}

.pys-join__heading {
    font-family: 'Kanit', sans-serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

.pys-join__heading span {
    color: var(--secondary-color);
}

.pys-join__text {
    font-family: 'Gabriela', serif;
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin: 0;
    max-width: 600px;
}

.pys-join__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 600;
}

.pys-join__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.pys-join__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    line-height: 1;
}

.pys-join__btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.pys-join__btn--primary {
    background: #ffffff;
    color: var(--primary-color) !important;
}

.pys-join__btn--outline {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.6);
}

.pys-join__btn--outline:hover {
    background: rgba(255,255,255,0.12);
}

@media (max-width: 992px) {
    .pys-join__inner {
        grid-template-columns: 200px 1fr;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .pys-join {
        padding: 36px 0;
        background-attachment: scroll;
    }
    .pys-join__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
    .pys-join__img-wrap {
        max-width: 240px;
        margin: 0 auto;
    }
    .pys-join__tag {
        align-self: center;
    }
    .pys-join__date {
        justify-content: center;
    }
    .pys-join__btns {
        justify-content: center;
    }
    .pys-join__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .pys-join__heading {
        font-size: 20px;
    }
    .pys-join__text {
        font-size: 13px;
    }
}

/* ============================================
   Our Courses section (new design, teacher.php)
   ============================================ */
.pys-courses {
    padding: 60px 0 70px;
    background: #f9f5f2;
}

.pys-courses__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
}

.pys-course-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px;
    border: 1px solid rgba(170, 35, 64, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.pys-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(170, 35, 64, 0.12);
    border-color: var(--primary-color);
}

.pys-course-card__duration {
    display: inline-block;
    background: var(--accent-color);
    color: var(--primary-color);
    font-family: 'Kanit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.pys-course-card__title {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    line-height: 1.3;
}

.pys-course-card__desc {
    font-family: 'Gabarito', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pys-course-card__prices {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.pys-course-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px dashed rgba(170, 35, 64, 0.15);
    font-family: 'Gabarito', sans-serif;
}

.pys-course-price:last-child {
    border-bottom: none;
}

.pys-course-price--popular {
    background: rgba(170, 35, 64, 0.05);
    margin: 0 -12px;
    padding: 11px 12px;
    border-radius: 8px;
    border-bottom-color: transparent;
}

.pys-course-price__label {
    font-size: 14px;
    color: #555;
}

.pys-course-price--popular .pys-course-price__label {
    color: var(--primary-color);
    font-weight: 600;
}

.pys-course-price--popular .pys-course-price__label::after {
    content: " \2605 Popular";
    font-size: 10px;
    color: var(--primary-color);
    vertical-align: middle;
}

.pys-course-price__amount {
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: var(--text-dark);
}

.pys-course-price--popular .pys-course-price__amount {
    color: var(--primary-color);
}

.pys-course-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 12px 0;
    border-radius: 6px;
    background: var(--primary-color);
    color: #ffffff !important;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.pys-course-card__btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

/* Retreat teaser card */
.pys-course-card--retreat {
    background: linear-gradient(160deg, var(--primary-color) 0%, color-mix(in srgb, var(--primary-color) 80%, black) 100%);
    border: none;
    color: #fff;
}

.pys-course-card--retreat .pys-course-card__title {
    color: #fff;
}

.pys-course-card--retreat .pys-course-card__duration {
    background: rgba(255, 255, 255, 0.15);
    color: var(--secondary-color);
}

.pys-course-card--retreat .pys-course-card__desc {
    color: rgba(255, 255, 255, 0.85);
}

.pys-course-card--retreat .pys-course-card__from {
    font-family: 'Kanit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 4px;
}

.pys-course-card--retreat .pys-course-card__from small {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.pys-course-card--retreat .pys-course-card__note {
    font-family: 'Gabarito', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 22px;
}

.pys-course-card--retreat .pys-course-card__btn {
    background: var(--secondary-color);
    color: var(--primary-color) !important;
}

@media (max-width: 991px) {
    .pys-courses__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pys-course-card--retreat {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .pys-courses {
        padding: 48px 0 56px;
    }
    .pys-courses__grid {
        grid-template-columns: 1fr;
    }
    .pys-course-card--retreat {
        grid-column: span 1;
    }
}
/* --- Reviews Section --- */
.pys-reviews {
    padding: 72px 0 60px;
    background: #ffffff;
}

.pys-reviews__header {
    margin-bottom: 36px;
}

.pys-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(170,35,64,0.07);
    border: 1px solid rgba(170,35,64,0.2);
    color: var(--primary-color);
    font-family: 'Kanit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.pys-reviews__heading {
    font-family: 'Kanit', sans-serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 0 0 12px;
}

.pys-reviews__subtext {
    font-family: 'Gabriela', serif;
    font-size: clamp(13px, 1.5vw, 15px);
    color: #555;
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto;
}

.pys-reviews__rating-bar {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #fdf6f7;
    border: 1px solid rgba(170,35,64,0.12);
    border-radius: 12px;
    padding: 20px 28px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    justify-content: center;
}

.pys-reviews__score {
    text-align: center;
}

.pys-reviews__score-num {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1;
}

.pys-reviews__stars {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin: 5px 0 4px;
    color: #f4b400;
    font-size: 16px;
}

.pys-reviews__score-lbl {
    font-family: 'Gabriela', serif;
    font-size: 12px;
    color: #666;
}

.pys-reviews__rating-divider {
    width: 1px;
    height: 56px;
    background: rgba(170,35,64,0.15);
    flex-shrink: 0;
}

.pys-reviews__google-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.pys-reviews__google-brand strong {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    color: var(--text-dark);
}

.pys-reviews__g-badge {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #4285F4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.pys-reviews__google-info p {
    font-family: 'Gabriela', serif;
    font-size: 13px;
    color: #555;
    margin: 0 0 5px;
}

.pys-reviews__google-info a {
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    color: #4285F4;
    text-decoration: none;
    font-weight: 500;
}

.pys-reviews__google-info a:hover {
    text-decoration: underline;
}

.pys-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pys-reviews__card {
    background: #ffffff;
    border: 1px solid rgba(170,35,64,0.1);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: box-shadow 0.2s;
}

.pys-reviews__card:hover {
    box-shadow: 0 4px 20px rgba(170,35,64,0.08);
}

.pys-reviews__card-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pys-reviews__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(170,35,64,0.15);
}

.pys-reviews__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.pys-reviews__card-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pys-reviews__reviewer-name {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.pys-reviews__reviewer-loc {
    font-family: 'Gabriela', serif;
    font-size: 11px;
    color: #888;
}

.pys-reviews__g-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4285F4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.pys-reviews__text {
    font-family: 'Gabriela', serif;
    font-size: 13px;
    color: #444;
    line-height: 1.7;
    flex: 1;
}

.pys-reviews__toggle {
    background: none;
    border: none;
    color: var(--primary-color);
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
}

.pys-reviews__card--cta {
    background: rgba(66,133,244,0.04);
    border-color: rgba(66,133,244,0.2);
    align-items: center;
    text-align: center;
    justify-content: center;
}

.pys-reviews__cta-g {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4285F4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
}

.pys-reviews__cta-title {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
}

.pys-reviews__cta-text {
    font-family: 'Gabriela', serif;
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.pys-reviews__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #4285F4;
    color: #ffffff !important;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: opacity 0.2s;
}

.pys-reviews__cta-btn:hover {
    opacity: 0.88;
}

@media (max-width: 992px) {
    .pys-reviews { padding: 56px 0 48px; }
    .pys-reviews__grid { grid-template-columns: repeat(2, 1fr); }
    .pys-reviews__rating-divider { display: none; }
}

@media (max-width: 768px) {
    .pys-reviews { padding: 48px 0 40px; }
    .pys-reviews__grid { grid-template-columns: 1fr; }
    .pys-reviews__rating-bar { flex-direction: column; gap: 14px; text-align: center; }
    .pys-reviews__google-brand { justify-content: center; }
}


/* ============================================
   Video Testimonials - click-to-load (no iframe until clicked)
   ============================================ */
.pys-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    line-height: 1;
}

.pys-btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.pys-btn--primary {
    background: #aa2340;
    color: #ffffff !important;
}

.pys-btn--outline-dark {
    background: transparent;
    color: var(--primary-color) !important;
    border: 1.5px solid rgba(170,35,64,0.4);
}

.pys-btn--outline-dark:hover {
    background: rgba(170,35,64,0.06);
    border-color: var(--primary-color);
}

