/*
Theme Name: Rentcy GP
Description: Tema Rental Motor dan Mobil
Author: Aditya Candra Setiawan
Template: generatepress
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, design-profesional, report-booking, theme-rental
Text Domain: rentcygp
*/

h3 {
    font-size: 22px;
    font-weight: 700;
}

h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
}

/* FILTER POST DAFTAR KENDARAAN */
.searchform-in {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
}

.searchform-in label {
    font-size: 16px;
}

.searchform-in select {
    font-size: 16px;
    padding: 6px 15px;
    background-image: url(image/chevron-down-solid.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 93% center !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 12px;
}


.searchform-in input {
    padding: 6px 15px;
    font-size: 16px;
}

form#searchform {
    display: flex;
    align-items: end;
    column-gap: 20px;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;*/
    border: 1px solid #e1e1e1;
    border-bottom: 5px solid #e1e1e1;
}

.searchform-in input#s {
    background-color: #ffffff;
    border-radius: 5px;
}

input#searchsubmit {
    background-color: var(--accent);
    border-radius: 5px;
    font-weight: 700;
}

.searchform-in select {
    background-color: #ffffff;
    border-radius: 5px;
}

.search-filter {
    position: absolute;
}


/* HEADING FONT COLOR */

.cf-accent {
    color: var(--accent);
}


/* SEARCH RESULTS */
.rentcy-search-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.rentcy-container-sr {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    width: 100%;
}


nav#nav-below {
    grid-column: 1 / -1;
    justify-content: center;
    display: grid;
    margin-top: 20px;
}


/* POST RENTCY VEHICLE */
.rentcy-sr-loop {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    /*box-shadow: rgb(0 0 0 / 9%) 0px 4px 0px 0px;*/
    margin: 15px 0px;
    border: 1px solid #e8e8e8;
}
.content-post-rentcy {
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.tt-promo {
    display: flex;
    
}

.class-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.class-title h6 {
    font-weight: 700;
    font-size: 16px;
}

p.ic-status-ready {
    color: var(--accent);
    margin: 0;
    font-size: 14px;
}

.ic-status-ready i {
    margin-right: 5px !important;
}


p.ic-status-used i {
    margin: 3px;
}
p.ic-status-used {
    margin: 0;
    color: var(--accent-font-2);
    font-size: 16px;
}

.img-post-rentcy {
    display: flex;
    align-items: center;
    /*margin: 15px 15px 0px 15px;*/
    /*padding: 10px;*/
    border-radius: 10px 10px 0px 0px;
    justify-content: center;
    background-color: var(--base-2);
    position: relative;
}

.img-post-rentcy img {
    object-fit: contain;
    height: 180px;
    width: auto;
    object-position: center;
}

/* POST RENTCY VEHICLE PROMO */

.info-promo {
    display: inline-flex;
    align-items: start;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.notif-promo {
    display: inline-flex;
    background-color: var(--accent-three);
    padding: 0px 10px 0px 10px;
    border-radius: 20px;
    border: 1px solid var(--accent);
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through 2px #bb0000;
    -webkit-text-decoration: line-through #bb0000 !important;
}

/* POST RENTCY VEHICLE PRICE */

.ct-price {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.ct-price h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent);
}

.ct-price p {
    margin: 0;
    color: var(--accent-font-2);
    font-size: 16px;
    margin-bottom: 3px;
}

.ct-price-in {
    width: 100%;
    display: flex;
    align-items: end;
}

/* POST RENTCY VEHICLE FEATURE */

.ct-feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 5px;
}

.ct-feature-in {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--accent-font-2);
}

.ct-feature-in p {
    margin: 0px 7px;
    font-size: 14px;
}

/* POST RENTCY VEHICLE BUTTON */

.btn-booking {
    width: 100%;
    padding:  6px 0px;
    background-color: var(--accent);
    border-radius: 5px;
}

.btn-booking:hover {
    background-color: var(--accent-second);
}

.btn-booking:focus {
    background-color: var(--accent-second);
}

.btn-booking a {
    color: var(--accent-font);
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    font-weight: 700;
}


a.btn-booking {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.btn-booking p {
    margin: 0;
    font-weight: 700;
}

hr {
    margin: 5px 0px;
}




span.page-numbers.current {
    background-color: #49c9ca;
    padding: 0px 7px;
    border-radius: 3px;
    color: #ffffff;
}




.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.popup-content {
    /*width: 70%;*/
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.btn-close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}


.form-booking {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.form-booking-fields {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.form-booking-fields p{
    margin: 0;
    font-size: 16px;
}

.form-booking-fields label {
    font-size: 16px;
}


.form-booking-fields input {
    width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--base);
    background-color: #fbfbfb;
}

.form-booking-fields input[type="datetime-local"] {
    padding: 6px 15px;
    font-size: 16px;
    width: 100%;
}

.form-booking-fields input[type="submit"] {
    background-color: var(--accent);
    color: var(--accent-font);
    font-size: 16px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
}

.form-select-booking {
    width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--base);
    background-color: #fbfbfb;
}

.form-booking-date {
    display: flex;
    width: 100%;
    column-gap: 15px;
}

.form-booking-fields-group {
    display: flex;
    column-gap: 10px;
}

.img-popup {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: space-between;
}

.img-popup img {
    object-fit: contain;
    width: 370px;
    height: 100%;
}

.img-popup-detail {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 5px;
    background-color: #fbfbfb;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.img-popup-detail p {
    margin: 0;
}

.img-popup-detail p span {
    font-weight: 600;
}



.ttl-popup {
    display: grid;
    grid-column: 1 / -1;
}

.ttl-popup h2 {
    font-weight: 700;
    font-size: 28px;
}

.table-container {
    overflow-x: auto;
}

.wp-list-table {
    min-width: 100%; /* Pastikan tabel memiliki lebar minimum 100% */
    
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none;
    width: 100%;
}

.section-single {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;

}

.container-single {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    max-width: 1200px;
    width: 100%;
}

.cs-detail {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}



.cs-detail h5 {
    margin-bottom: 10px;
    font-weight: 700;
}


.csd-tt {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    /* background-color: #f7f7f7; */
    padding: 10px 25px;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #e1e1e1;
}

.csd-tt h2 {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.csd-feature h6 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.csd-spek {
    display: inline-flex;
    width: 100%;
    column-gap: 20px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.csd-desc-tt {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.csd-desc h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.csds-in {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.csds-in i {
    font-size: 30px;
    color: var(--accent);
}

.csds-in p {
    margin: 0;
}

.csd-price {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 10px 0px;
}

.csd-price h4 {
    font-weight: 600;
    color: var(--accent);
    margin: 0;
}



.cs-booking h5 {
    margin-bottom: 10px;
    font-weight: 600;
}


.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: none;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: none;
    text-align: center;
    color: #000000;
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.table_component td {
    border: none;
    text-align: center;
    color: #000000;
    padding: 5px;
    font-size: 16px;
}


.ss-breardcrumbs hr {
    margin-top: 15px;
    background-color: #f1f1f1;
}

.ss-breardcrumbs {
    width: 100%;
    max-width: 1200px;
    padding: 15px 40px;
}


.csd-img {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    display: flex;
}

.csd-img img {
    object-fit: contain;
    height: 400px;
    width: 100%;
}


.csb-form-booking {
    padding: 25px;
    border-radius: 10px;
    position: sticky;
    top: 85px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border: 1px solid #e1e1e1;
}

.csb-ttl h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}
.csb-ttl {
    border-bottom: 1px dashed #BFC9D9;
}


.csb-ttl {
    border-bottom: 1px dashed #BFC9D9;
    width: 100%;
    display: flex;
    flex-direction: column;
    
}

.csb-status {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.csb-status h6 {
    font-size: 16px;
}

.csbs-name {
    width: 65%;
}

.csb-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
}


p.p-disc {
    margin: 0;
    text-decoration: 1px line-through #ff0000;
    -webkit-text-decoration: line-through #ff0000;
    font-size: 16px;
}

p.p-total {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

/* Style Menu Dropdown */
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

/* Sticky Sidebar */
.rentcy-archive {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    width: 100%;
    overflow: hidden;
}

.container-rentcy-archive {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
   
}

.pagination {
    grid-column: 1 / -1;
    justify-content: center;
    display: grid;
    padding-bottom: 0;
    margin-top: 30px;
}

/* Related Post Vehicle */
.cs-related-posts {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 50px;
}

.cs-related-posts h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
}

.csrp-title {
    margin-bottom: 20px;
}

/* Sidebar */
.grid-side-artikel {
    display: grid !important;
    grid-template-columns: 1fr 65px;
    /* grid-gap: 15px; */
    align-items: center;
    justify-content: center;
}

.limit-title-post {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limit-title-post-vehicle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 66%;
}

.inside-right-sidebar {
    position: sticky;
    top: 70px;
}

/* Efek Blur Sticky Navbar */
#site-navigation {
    transition: filter 0.3s; /* Efek transisi untuk perubahan filter */
}

.blurry {
    backdrop-filter: blur(10px); 
    transition: backdrop-filter 0.3s; 
}

/* Title Line Sidebar */
.side-widget-title {
    /*margin-bottom: 30px;*/
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
}

h2.side-widget-title {
    position: relative;
    display: inline-block;

}


h2.side-widget-title:after {
    height: 3px;
    border-radius: 0;
    width: 70%;
    content: " ";
    background: var(--accent);
    position: absolute;
    left: 0;
    bottom: -8px;
}


/* Single Post */
.img-post-blog {
    display: flex;
    justify-content: center;
}

/* Comment Blog */
.form-submit input#submit {
    background-color: var(--accent);
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
}


input#author {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
}

input#email {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
}

input#url {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.comment-form-cookies-consent label {
    font-size: 16px;
}

textarea#comment {
    border-radius: 5px;
}


/* Related Post Single */
.rlp-section {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.rlp-section h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.rlp-title {
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f1f1;
}

body.popup-active {
    overflow: hidden;
}

button.menu-toggle {
    padding: 0px;
}

.menu-toggle {
    line-height: 0px;
}

.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 0;
}

.img-testi {
    width: 50px !important;
}

/* ==================================================================================== */
/* CSS Chatbox WhatsApp
/* ==================================================================================== */
.chatbox-whatsapp {
    display: block;
    width: 330px;
    box-shadow: 0px 2px 15.3px rgba(0, 0, 0, 0.07);
    position: fixed;
    bottom: 100px;
    float: right;
    background: #ffffff;
    right: 30px;
    border-radius: 15px;
    z-index: 3000;
    animation: animation-chatbox 1s ease 0s 1 normal none;
}

.chatbox-header {
    display: flex;
    align-items: center;
    background: var(--accent);
    border-radius: 15px 15px 0px 0px;
    position: relative;
    height: 55px;
}

.chatbox-profil-image {
    width: 30%;
    display: flex;
    justify-content: center;
}

.chatbox-profil-image svg {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    top: -35px;
    border: 5px solid #69696917;
}

.chatbox-profil-image img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    top: -35px;
    border: 5px solid #69696917;
}

.chatbox-name h3 {
    margin-bottom: -7px;
    font-size: 18px;
}

.chatbox-name {
    color: #fff;
}

.chatbox-name span {
    font-size: 14px;
}

.chatbox-massage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-input-teks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
}

.cm-welcome {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.cm-welcome p {
    margin: 0;
    font-size: 14px;
}

.cm-input-teks textarea {
    background: none;
    border: none;
    font-size: 14px;
    width: 100%;
    height: 40px;
    resize: none;
    overflow: hidden;
}

.cm-input-teks textarea:focus {
    background: none;
    outline: none;
}

.send-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    color: #bdbdbd;
    cursor: pointer;
    background: none;
}

.send-checkbox:hover {
    color: #7d7d7d;
    background: none;
}

.floating-button-chatbox {
    width: 50px;
    height: 50px;
    background: var(--accent);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    border-radius: 30px;
    position: fixed;
    float: right;
    bottom: 30px;
    right: 30px;
    border: 30px;
    z-index: 3000;
    box-shadow: 0px 2px 15.3px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

/* Copy this code after the above code */
@keyframes animation-chatbox {
    0% {
      transform: scale(0.5);
    }
  
    100% {
      transform: scale(1);
    }
  }
  

@media only screen and (max-width: 600px) {
    .form-select-booking{
        font-size: 14px;
    }
    
    .rentcy-sr-loop {
        width: 300px;
    }

    .csd-feature h6 {
        font-size: 16px;
    }

    .csd-desc h6 {
        font-size: 16px;
    }

    .csd-desc p {
        font-size: 14px;
    }

    .paging-navigation {
        padding: 0px;
    }

    .paging-navigation .nav-links>* {
        padding: 0 5px;
        font-size: 14px;
    }

    .separate-containers .paging-navigation {
        padding: 0;
    }

    nav#nav-below {
        margin-bottom: 0;
    }

    .has-inline-mobile-toggle .inside-header {
        margin: 10px 0px;
    }
    
    form#searchform {
        flex-direction: column;
        padding: 20px;
        row-gap: 15px;
    }

    .searchform-in label {
        font-size: 14px;
    }

    .searchform-in select {
        font-size: 14px;
    }

    .container-single {
        display: flex;
        flex-direction: column;
    }

    .ss-breardcrumbs {
        padding: 15px 20px;
    }

    .ss-breardcrumbs span {
        font-size: 14px;
    }

    .csd-img {
        padding: 0;
    }

    .csd-tt {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }

    .csd-price {
        flex-direction: row;
        align-items: center;
        column-gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .csd-spek {
        padding: 15px;
    }

    .cs-detail {
        row-gap: 30px;
    }

    .csd-tt h2 {
        font-size: 20px;
    }

    .csd-price h4 {
        font-size: 18px;
    }

    .ct-price h5 {
        font-size: 22px;
    }

    .ct-feature-in {
        font-size: 14px;
    }

    .ct-feature-in p {
        font-size: 14px;
    }

    p.ic-status-ready {
        font-size: 14px;
    }

    .csb-form-booking {
        padding: 15px;
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);*/
    }

    .csb-status h6 {
        font-size: 14px;
    }

    .csrp-title h2 {
        font-size: 20px;
    }

    .popup-content {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    p.p-disc {
        font-size: 14px;
    }

    p.p-total {
        font-size: 14px;
    }

    .csds-in p {
        font-size: 14px;
    }

    .img-popup img {
        display: none;
    }

    .ttl-popup h2 {
        font-size: 18px;
        margin: 0;
    }

    .img-popup-detail p {
        font-size: 14px;
    }

    .form-booking-fields p{ 
        font-size: 14px;
    }

    .form-booking-fields label {
        font-size: 14px;
    }

    .form-booking-fields input{
        font-size: 14px;
    }

    p.ic-status-used {
        font-size: 14px;
    }

    a.btn-booking p {
        font-size: 14px;
    }

    .rentcy-container-sr {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .main-navigation ul.sub-menu {
        border: none;
        box-shadow: none;
    }

    .rentcy-archive {
        display: flex;
        flex-direction: column;
    }

    .one-container .comments-area {
        margin-top: 3em;
    }
    
  }


@media screen and (min-width: 600px) and (max-width: 834px) {
    .inside-right-sidebar {
        top: 30px;
    }
    
    .container-single {
        grid-template-columns: 1fr;
    }

    .paging-navigation .nav-links>* {
        font-size: 14px;
    }

    .rentcy-container-sr {
        padding: 0px 0px;
    }

    nav#nav-below {
        margin-bottom: 20px;
    }
  }


@media only screen and (max-width: 834px) {
    .searchform-in input#s {
        width: 100%;
    }

    .searchform-in label {
        font-size: 14px;
    }

    .limit-title-post-vehicle {
        width: 65%;
    }

    p.ic-status-used {
        font-size: 14px;
    }

    p.ic-status-ready {
        font-size: 14px;
    }

    .ct-feature-in p {
        font-size: 14px;
    }

    .ct-price h5 {
        font-size: 20px;
    }

    a.btn-booking p {
        font-size: 14px;
    }

    .searchform-in input {
        font-size: 14px;
    }

    .searchform-in select {
        font-size: 14px;
    }

    .main-navigation ul.sub-menu {
        border: none;
        box-shadow: none;
    }

    .rentcy-archive {
        grid-template-columns: 1fr 1fr;
    }

    .rentcy-container-sr {
        grid-template-columns: 1fr 1fr;
    }

    .limit-title-post h6 {
        font-size: 16px;
    }

    .rlpc-tumbnail a img {
        width: 100px;
        height: 70px;
        border-radius: 10px;
    }

    .rlp-section h2 {
        font-size: 20px;
    }

    input#author {
        font-size: 14px;
    }

    input#email {
        font-size: 14px;
    }

    input#url {
        font-size: 14px;
    }

    .comment-form-cookies-consent label {
        font-size: 14px;
    }
}

