
/* ================= ROOT ================= */
body {
    background:#f6d0d4;
    font-family:'Poppins', sans-serif;
    padding:20px;
}

/* ================= POSTER ================= */
.pc-poster-wrapper {
    max-width:820px;
    margin:auto;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow:hidden;
    border-radius: 5px;
}

/* ================= HEADER ================= */
.pc-header {
    text-align:center;
    padding:20px;
}

.pc-brand-name {
    font-size:34px;
    font-weight:800;
    color:#0b3b64;
}

.pc-brand-sub {
    color:#b01212;
    font-weight:600;
    letter-spacing:1px;
}

/* ================= TITLE BAR ================= */
.pc-title-bar {
    background:linear-gradient(90deg,#7b0000,#b30000);
   
    text-align:center;
}

.pc-title-bar h1 {
    font-family:'Playfair Display', serif;
    font-size:48px;
    color:#ffd700;
    letter-spacing:2px;
    margin: 0;
     padding:5px 10px;
}

.pc-title-bar h1 span{
    color: #fff;
}
.pc-title-bar p {
    color:#fff;
    margin-top:8px;
    background-color: #8a1515;
    padding: 10px;
    margin: 0;
    font-size: 15px;
    
}

/* ================= IMAGE ================= */
.pc-villa-image img {
    width:100%;
    display:block;
    height: 400px;
    object-fit: cover;
}

/* ================= INFO STRIP ================= */
.pc-info-strip {
    display:flex;
    justify-content:space-between;
    background:#eaeaea;
    color:#fff;
   
    font-weight:600;
    text-align:center;
    border-collapse: collapse;
}

.pc-info-box {
    flex:1;
    border: 1px solid #a83535;
     padding:10px;
     color: #000;
       border-collapse: collapse;
       vertical-align: middle;
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 15px;
}
.pc-info-box:first-child{
    background-color: #7b0000;
    color: #ffd700;
    font-size: 23px;
}
.pc-info-box:last-child{
   border-right: 0;
}
.pc-info-box i{
    color: #CD0F00;
    width: 25px;
    margin-right: 5px;
}

/* ================= LOCATION ================= */
.pc-location {
    background:#f3f3f3;
    padding:15px;
    text-align:center;
    font-weight:500;
    font-size: 15px;
}
.pc-location i{
     color: #CD0F00;
    margin-right: 5px;
}

/* ================= BOTTOM ================= */
.pc-bottom-area {
    display:flex;
    /* gap:20px; */
    /* padding:20px; */
}

/* ================= TEXT ================= */
.pc-description {
    flex:2;
    padding: 10px 50px;
    padding-right: 12px;
    padding-bottom: 230px;
    padding-left: 12px;
    position:relative;
}
.pc-description img{
   width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: -7px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pc-highlight-text {
        font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    border-top: 1px solid #8b0000;
    border-bottom: 1px solid #8b0000;
    margin-top: -9px;
    padding: 10px 0;
    margin-left: 50px;

}
.pc-description p
 {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    text-align: center !important;
    border-top: 1px solid #8b0000 !important;
     border-bottom:unset !important; 
    margin-top: -9px !important;
    padding: 10px 0 !important;
    margin-left: 50px !important;
}
.pc-highlight-text span {
    color:#b30000;
    font-weight:700;
}
.pc-desc-text{
    text-align: center;
    font-size: 15px;
    padding-right: 12px;
    margin-left: 50px;
}
/* ================= QR ================= */
.pc-qr-box {
    flex:1;
    background:#8b0000;
    color:#fff;
    text-align:center;
    padding:15px;
}

.pc-qr-box h3 {
    font-size:22px;
    margin-bottom:10px;
    color: #ffd700;
    margin-top: 0;
}

.pc-qr-box img {
    width:190px;
    background:#fff;
    padding:5px;
}

.pc-qr-box span {
    display:block;
    margin-top:8px;
    font-size:12px;
    letter-spacing:1px;
}
.pc-action-buttons-custom{
    display:flex;
    justify-content:center !important;
    align-items:center !important;
    padding-top:20px;
    
    
}
.pc-action-buttons-custom a,.pc-action-buttons-custom button{
  width: 85px;
    height: 25px;
    display: Flex;
    justify-content: center;
    align-items: Center;
    background: #ad2626;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    
}
.pc-action-buttons-custom button{
       height: 40px;
    width: 100px;
     background: #0b518c;
}
.pc-action-buttons-custom a.whatsapp-btn{
    background:#0f9742;
}

/* ================= MOBILE ================= */
@media(max-width:768px) {

    .pc-title-bar h1 {
        font-size:32px;
    }

    .pc-info-strip {
        flex-direction:column;
        gap:8px;
    }

    .pc-bottom-area {
        flex-direction:column;
    }

    .pc-qr-box img {
        width:120px;
    }
    .pc-villa-image img{
        height: 300px;
    }
    .pc-highlight-text{
        margin-left: 0;
    }
    .pc-desc-text{
        margin-left: 0;
    }
}