/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Popup of postcoode */
.c_rv_p-3 {
  padding: 1rem !important;
}
.c_rv_mb-2 {
  margin-bottom: 0.5rem !important;
}
.c_rv_pc_popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.c_rv_pc_popup-overlay.c_rv_pc_show {
    display: flex;
    animation: fadeIn 0.4s ease;
}

.c_rv_pc_popup-box {
    background: #fff;
    width: 360px;
    border-radius: 12px;
    overflow: hidden;
    /* text-align: center; */
    animation: scaleIn 0.4s ease;
    position: relative;
}

.c_rv_pc_popup-header {
    background: #ff7a18;
    color: #fff;
    padding: 13px 15px;
}

.c_rv_pc_popup-header .c_rv_pc_icon {
    font-size: 28px;
}

.c_rv_pc_popup-header h2{
   font-size: 16px;
   margin-top:0px !important;
   margin-bottom:0px !important;
}

.c_rv_pc_popup-text {
    padding: 13px;
    color: #444;
    font-size: 15px;
}

.c_rv_pc_popup-btn {
    background: #1aa34a;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    width:50% !important;
}

.c_rv_pc_popup-btn:hover {
    background: #158a3f;
}

.c_rv_pc_popup-footer {
    padding-bottom: 15px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

.c_rv_pc_popup-close {
    position: absolute;
    right: 10px;
    /* top: 8px; */
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.c_rv_postcode-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 520px;
  max-width: 100%;
/*   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25); */
	border: 1px solid #0f172a;
}

.c_rv_postcode-input {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 14px;
}

.c_rv_location-icon {
  width: 30px;
  height: 30px;
  color: #ff7a00;
  margin-right: 1px;
}

.c_rv_postcode-input input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  color: #111827;
	
}

.c_rv_postcode-input input::placeholder {
  color: #9ca3af;
	font-weight:400 !important;
}

.c_rv_start-btn {
  background: #ff7a00;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.c_rv_start-btn:hover{
	 background: #ff7a00;
}

/* Learn more button */

.start-btn:hover{
	 background: #ff7a00;
}

.start-btn {
  background: #ff7a00;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.c_rv_booking-footer{
        box-shadow: 0px 0px 35px rgb(255 255 255 / 35%) !important;
}
@media (max-width: 480px) {
    .c_rv_booking-stepper{
        padding-top: 15px !important;
    }
    .c_rv_stepper{
        margin-bottom: 15px !important;
    }
    #c_rv_step1Title{
        margin-bottom: 5px ;
    }
    .c_rv_card p{
        line-height: 18px;
    }
    [type=button].c_rv_footer-back{
        height: 40px !important;
        background: rgb(161 130 130 / 45%) !important;
    }
    .c_rv_price-row{
         min-width: 70px !important;
    }
    .c_rv_booking-footer{
       flex-direction: row !important;
       box-shadow: 0px 0px 12px 0px #b7acac !important;
       width: calc(100% - 25px) !important;
    }
    .c_rv_footer-actions,.c_rv_price-box{
          width: 50%; 
    }
}

