/* ===========================
   Peymooneh Hotel Courses
   (طراحی مستقل از استایل دوره‌های آنلاین — پالت سرمه‌ای/طلایی)
===========================*/

.hotel-course-page{
    --hotel-ink:#14171f;
    --hotel-ink-soft:#20242f;
    --hotel-gold:#c39a3f;
    --hotel-gold-soft:#e4c977;
    --hotel-cream:#faf7f0;
    --hotel-line:#e6e0d2;

    max-width:1180px;
    margin:36px auto 60px;
}

/* --- بردکرامب --- */
.hotel-breadcrumb{

    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#9a958a;
    margin-bottom:22px;
    flex-wrap:wrap;

}

.hotel-breadcrumb a{

    color:#9a958a;
    text-decoration:none;
    transition:.2s;

}

.hotel-breadcrumb a:hover{

    color:var(--hotel-gold);

}

.hotel-breadcrumb__sep{

    color:#d4cfc0;

}

.hotel-breadcrumb__current{

    color:var(--hotel-ink);
    font-weight:600;

}

/* --- هیرو (پنل تیره لوکس) --- */
.hotel-hero{

    display:grid;
    grid-template-columns:550px 1fr;
    gap:0;
    background:linear-gradient(150deg, var(--hotel-ink) 0%, var(--hotel-ink-soft) 100%);
    border-radius:18px;
    overflow:hidden;
    margin-bottom:50px;
    box-shadow:0 30px 60px -20px rgba(20,23,31,.25);

}

.hotel-hero__image{

    position:relative;
    aspect-ratio:1/1;

}

.hotel-hero__image img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

.hotel-hero__info{

    padding:48px 46px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#f4f2ec;

}

.hotel-hero__eyebrow{

    display:inline-block;
    color:var(--hotel-gold-soft);
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.4px;
    margin-bottom:16px;
    text-transform:uppercase;

}

.hotel-hero__title{

    font-size:32px;
    line-height:1.55;
    color:#fff;
    margin:0 0 16px;
    font-weight:800;

}

.hotel-hero__info .star-rating{
    margin-bottom:6px;
}

.hotel-hero__price{

    font-size:30px;
    font-weight:800;
    color:var(--hotel-gold-soft);
    margin:22px 0 26px;
    padding-top:22px;
    border-top:1px solid rgba(244,242,236,.14);

}

.hotel-hero__price .woocommerce-Price-amount{
    color:var(--hotel-gold-soft);
}

.hotel-hero__buybox .single_add_to_cart_button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-width:220px;
    max-width:100%;
    height:54px;
    padding:0 40px;
    border-radius:4px;
    font-size:16px;
    font-weight:700;
    background:var(--hotel-gold) !important;
    color:var(--hotel-ink) !important;
    border:none;
    letter-spacing:.3px;
    transition:.3s;

}

.hotel-hero__buybox .single_add_to_cart_button:hover{

    background:var(--hotel-gold-soft) !important;
    transform:translateY(-2px);

}

.hotel-hero__buybox .quantity{
    margin-left:12px;
}

/* --- ردیف آمار دوره (تعداد جلسات / زمان جلسه / نوع گواهینامه / ساعت مدرک) --- */
.hotel-stats{

    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    margin:0 0 60px;

}

.hotel-stats__item{

    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border:1px solid var(--hotel-line);
    border-radius:12px;
    padding:20px 18px;
    transition:.25s;

}

.hotel-stats__item:hover{

    border-color:var(--hotel-gold);
    box-shadow:0 12px 26px rgba(195,154,63,.12);
    transform:translateY(-2px);

}

.hotel-stats__icon{

    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:50%;
    background:var(--hotel-cream);
    color:var(--hotel-gold);
    flex-shrink:0;

}

.hotel-stats__icon svg{

    width:20px;
    height:20px;

}

.hotel-stats__text{

    display:flex;
    flex-direction:column;
    gap:3px;
    min-width:0;

}

.hotel-stats__value{

    font-size:15.5px;
    font-weight:800;
    color:var(--hotel-ink);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}

.hotel-stats__label{

    font-size:12.5px;
    color:#918c80;

}

/* --- بخش‌ها --- */
.hotel-section{

    margin-bottom:56px;

}

.hotel-section--native{
    margin-bottom:0;
}

.hotel-section__head{

    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:32px;

}

.hotel-section__icon{

    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--hotel-ink);
    color:var(--hotel-gold-soft);
    flex-shrink:0;

}

.hotel-section__icon svg{

    width:22px;
    height:22px;

}

.hotel-section__head h2{

    font-size:23px;
    font-weight:800;
    color:var(--hotel-ink);
    margin:0;
    position:relative;
    padding-bottom:6px;

}

.hotel-section__head h2::after{

    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:36px;
    height:3px;
    background:var(--hotel-gold);
    border-radius:2px;

}

.hotel-section__body{

    padding-right:64px;

}

.hotel-about{

    font-size:16px;
    line-height:2.2;
    color:#4a4a4a;

}

.hotel-about img{

    max-width:100%;
    border-radius:6px;

}

/* --- تایم‌لاین سرفصل‌ها --- */
.hotel-timeline{

    list-style:none;
    margin:0;
    padding:0;
    position:relative;

}

.hotel-timeline::before{

    content:"";
    position:absolute;
    top:6px;
    bottom:6px;
    right:21px;
    width:1px;
    background:var(--hotel-line);

}

.hotel-timeline__item{

    display:flex;
    gap:24px;
    padding-bottom:30px;
    position:relative;

}

.hotel-timeline__item:last-child{

    padding-bottom:0;

}

.hotel-timeline__marker{

    flex-shrink:0;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    border:2px solid var(--hotel-gold);
    color:var(--hotel-ink);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:800;
    z-index:1;
    box-shadow:0 6px 16px rgba(195,154,63,.18);

}

.hotel-timeline__content{

    background:#fff;
    border:1px solid var(--hotel-line);
    border-radius:10px;
    padding:16px 22px;
    flex:1;

}

.hotel-timeline__content h3{

    font-size:16.5px;
    font-weight:700;
    color:var(--hotel-ink);
    margin:0 0 6px;

}

.hotel-timeline__content p{

    font-size:14.5px;
    line-height:1.9;
    color:#77726a;
    margin:0;

}

/* --- کارت مدرس --- */
.hotel-instructor{

    display:flex;
    align-items:center;
    gap:36px;
    background:var(--hotel-cream);
    border:1px solid var(--hotel-line);
    border-radius:14px;
    padding:34px;
    position:relative;

}

.hotel-instructor__photo{

    width:140px;
    height:140px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
    border:4px solid #fff;
    box-shadow:0 0 0 2px var(--hotel-gold);

}

.hotel-instructor__photo img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.hotel-instructor__label{

    display:inline-block;
    font-size:12px;
    font-weight:800;
    color:var(--hotel-gold);
    letter-spacing:.6px;
    margin-bottom:8px;
    text-transform:uppercase;

}

.hotel-instructor__info h3{

    font-size:21px;
    font-weight:800;
    color:var(--hotel-ink);
    margin:0 0 12px;

}

.hotel-instructor__info p{

    font-size:14.5px;
    line-height:2;
    color:#5c584f;
    margin:0;

}

/* --- سوالات متداول --- */
.hotel-faq{

    display:flex;
    flex-direction:column;
    gap:12px;

}

.hotel-faq__item{

    background:#fff;
    border:1px solid var(--hotel-line);
    border-radius:10px;
    overflow:hidden;
    transition:.25s;

}

.hotel-faq__item[open]{

    border-color:var(--hotel-gold);
    box-shadow:0 10px 26px rgba(195,154,63,.12);

}

.hotel-faq__item summary{

    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 22px;
    cursor:pointer;
    list-style:none;
    font-weight:700;
    font-size:15px;
    color:var(--hotel-ink);

}

.hotel-faq__item summary::-webkit-details-marker{

    display:none;

}

.hotel-faq__arrow{

    color:var(--hotel-gold);
    font-size:20px;
    transition:transform .25s;
    transform:rotate(90deg);
    flex-shrink:0;
    margin-right:12px;

}

.hotel-faq__item[open] .hotel-faq__arrow{

    transform:rotate(-90deg);

}

.hotel-faq__answer{

    padding:0 22px 20px;
    font-size:14.5px;
    line-height:2;
    color:#6b6660;

}

/* --- ریسپانسیو --- */
@media(max-width:900px){

.hotel-hero{

    grid-template-columns:1fr;

}



.hotel-hero__info{

    padding:32px 26px;

}

.hotel-hero__title{

    font-size:24px;

}

.hotel-section__body{

    padding-right:0;

}

.hotel-instructor{

    flex-direction:column;
    text-align:center;
    gap:20px;

}

.hotel-hero__buybox .single_add_to_cart_button{

    width:100%;

}

.hotel-stats{

    grid-template-columns:1fr;
    gap:12px;

}

}

.wpman-page-title {
    display:none;
}

.wpman-product-heading .row {
    display:none;
}
body.single-product .course-page:before {
    opacity:0.5;
    z-index: -2;
}
.wpman-product-heading {
    padding: 60px 0 80px 0!important;
}
.wpman-product-heading .breadcrumb {
    display:none;
}