
/* ================= ROOT ================= */
body {
    background:#b6d0de;
    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: 15px;
}

/* ================= HEADER ================= */
.pc-header {
    text-align:center;
    padding:20px;
    padding-top: 0px;
}

.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: 300px;
    object-fit: cover;
}

/* ================= INFO STRIP ================= */
.pc-info-strip {
    display:flex;
    justify-content:space-between;
    background:#cdebfb;
    color:#fff;
   
    font-weight:600;
    text-align:center;
    border-collapse: collapse;
}

.pc-info-box {
    flex:1;
    border: 1px solid #86b8e3;
     padding:2px 10px;
     color: #000;
       border-collapse: collapse;
       vertical-align: middle;
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 15px;
       height: 37px;
}
.pc-info-box:first-child{
    background-color: #cd0f00;
    color: #fff;
    /*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:#cdebfb;
    padding:5px 15px;
    text-align:center;
    font-weight:500;
    font-size: 15px;
    height: 37px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.pc-location i{
     color: #CD0F00;
    margin-right: 5px;
}

/* ================= BOTTOM ================= */
.pc-bottom-area {
    display:flex;
    /* gap:20px; */
    /* padding:20px; */
}

/* ================= TEXT ================= */
.pc-description {
    width:100%;
    padding: 10px 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.pc-description img{
   width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: -7px;
}
.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-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 {
   width:35%;
    background:#004B75;
    color:#fff;
    text-align:center;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc-qr-box h3 {
    font-size:22px;
    margin-bottom:10px;
    color: #fff;
    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;
}
.for-mobile{
    display: none !important;
}
/* ================= MOBILE ================= */
@media(max-width:768px) {

    .pc-title-bar h1 {
        font-size:32px;
    }

    .pc-info-strip {
        flex-direction:column;
        gap:0px;
        
    }
    .pc-info-box{
        border: 0px !important;
        border-bottom: 1px solid #86b8e3 !important;
    }

    .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;
    }
    .pc-description,.pc-qr-box {
        width:100%;
    }
    body{
        padding: 8px;
    }
    .pc-qr-box{
        padding: 15px 0;
    }
    .for-desktop{
        display: none !important;
    }
    .for-mobile{
        display: flex !important;
    }
    
}

@media screen and (max-width:567px){
    .pc-logo-top img{
        width:120px !important;
    }
    .pc-logo-top img.shape-bg{
        width: 100% !important;
    }
    .pc-location{
        text-align: center;
        display: block;
        height: fit-content;
        position: relative;
    }
     .pc-location a{
         position: absolute;
    /* left: 41px; */
    margin-left: -28px;
    margin-top: 0px;
     }
     .pc-box-bottom-inner{
    padding: 10px 15px !important;
}
.pc-box-bottom {
    padding: 10px !important;
}
}




.pc-logo-top{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pc-logo-top img{
    width: 200px;
    position: relative;
    z-index: 5;
}
.pc-logo-top img:first-child{
    margin-right: -15px;
}
.pc-logo-top img:nth-child(2){
    margin-left: -15px;

}
.pc-title-bar-2{
    background-color: #004B75;
    color: #fff;
    padding:2px 10px ;
    display: flex;
    justify-content: center;
    align-items: center;
        height: 37px;

}

.pc-title-bar-2 h1{
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.pc-logo-top img.shape-bg{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.pc-location-list ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 15px;
}

.pc-location-list ul li{
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
.pc-location-list ul li i{
    color: #fff;
    width: 25px;
    height: 25px;
    background-color: #b01212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 12px;

}

.pc-box-bottom {
       display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}
.pc-box-bottom-inner{
   border: 1px solid #004B75 ;
    padding: 10px 43px;
    border-radius: 13px;
}
.pc-box-bottom p{
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    color: #cd0f00;
    text-align: center;
}
.pc-action-buttons-custom {
  gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom:20px;

}
/*.pc-action-buttons-custom a,.pc-action-buttons-custom button{*/
/*    width:150px;*/
/*    height:40px;*/
/*    border-radius: 5px;*/
/*}*/



.pc-btn {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.back-btn {
    background: #cd0f00;
}

.print-btn {
    background: #0d6efd;
     padding: 10px 14px;
}

.whatsapp-btn {
    background: #25D366;
}
.pc-description{
    padding-bottom: 0px;
}

.pc-description h5{
  margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 7px 0;
    color: #cd0f00;
}
.pc-description h6,.pc-description p{
   margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    text-align: left !important;
}
.pc-description h6 p{
    padding: 0 !important;
}
.bottom-carousel{
    margin-top:15px;
}

.box-flex-bottom{
    display: flex;
    justify-content: center;
align-items: flex-start;
margin-top: 10px;
}

.box-flex-bottom .bottom-carousel{
    width:63%;
    margin-top: 0 !important;
}

.box-flex-bottom .bottom-carousel img{
    height:330px !important;
    object-fit: cover;
}
.box-flex-bottom .pc-qr-box{
    height: 300px;
}

@media screen and (max-width:567px){
    .box-flex-bottom{
        flex-direction: column;
    }
    .box-flex-bottom .bottom-carousel,.box-flex-bottom .pc-qr-box{
        width: 100%;
    }
}








@media print{
    * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
    .pc-bottom-area,.pc-info-strip{
        flex-direction: row !important;
        gap: 0 !important;
    }
    .pc-description{
     width: 100% !important;
    }
    .pc-qr-box{
        width: 50% !important;
    }
    body{
        background: unset !important;
        padding: 0 !important;
    }
    .for-mobile{
        display: none !important;
    }
    .pc-description{
        padding-bottom: 10px !important;
    }
  .owl-carousel {
    margin:0 !important;
  }
  .pc-box-bottom{
      border: 0 !important;
      border-top: 1px solid #004b7566 !important;
  }
  .owl-carousel .owl-stage-outer,.owl-carousel.owl-drag .owl-item{
      margin: 0 !important;
  }
   /* Remove carousel transforms */
  .owl-carousel,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-stage-outer {
    transform: none !important;
    width: 100% !important;
  }

  /* Force single item */
  .owl-carousel .owl-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  /* Remove stage spacing */
  .owl-stage {
    display: block !important;
  }

  /* Hide cloned items */
  .owl-item.cloned {
    display: none !important;
  }
  .print-only-image img{
      height: 300px !important;
  }
.print-only-image{
    width:62% !important;
}
.box-flex-bottom .pc-qr-box{
    height: 300px;
    margin-top:0px !important;
}


}




