:root {
  --bs-primary: #007868;
  --bs-primary-rgb: 0, 120, 104;

  --bs-link-color: #007868;
  --bs-link-hover-color: #005f53;

  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-danger: #dc3545;
  --bs-warning: #ffc107;
  --bs-info: #0dcaf0;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;}
  
  .btn-outline-primary {
    --bs-btn-color: #007868;
    --bs-btn-border-color: #007868;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #007868;
    --bs-btn-hover-border-color: #007868;

    --bs-btn-focus-shadow-rgb: 0, 120, 104;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005f53;
    --bs-btn-active-border-color: #005f53;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #007868;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #007868;

    --bs-gradient: none;
}
body {
    font-family: 'Playfair Display', serif;
}


h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
i{
    color: #007868;
}
.theme-primary{
color: #007868;
}
.accordion-button:not(.collapsed) {
    color: #0c4151;
    background-color: #ffffff;}
.accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(0 120 104  / 100%);
    border-color: #0c4151;}
/* Fallback fonts */
body {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}

h1, h2, h3 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}
p{
    font-family: 'Marcellus', 'Times New Roman', Times, serif;
}
ul{
    font-family: 'Marcellus', 'Times New Roman', Times, serif;
}
.nav-link{
    font-size: 0.85rem;
}
.rounded-cs {
    border-radius:22px;
}
.rounded-top-cs{
    border-radius:22px 22px 0 0;
}
.btn-outline-amber {
    color: #007868;
    border: 2px solid #007868;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-outline-amber:hover {
    background-color: #007868;
    color: white;
    border-color: #007868;
    box-shadow: 0 10px 15px -3px rgba(217, 119, 6, 0.3);
}

.text-amber-600 {
    color: #007868;
}

.booking-bar {
    background: #ffffffcf;
    border-radius:60px;
    padding:12px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.booking-item {
    flex:1;
    border-right:1px solid #eee;
    padding:5px 10px;
}
.booking-item:last-child { border:none; }

input, select {
    border:none !important;
    outline:none !important;
    width:100%;
    background:transparent;
}

.btn-book {
    background:#a67c2d;
    color:#fff;
    border-radius:30px;
    padding:10px 25px;
    font-weight:600;
}

.guest-box {
    position:absolute;
    background:#fff;
    width:380px;
    border-radius:20px;
    padding:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    display:none;
    z-index:999;
}

.room-block {
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.counter-box {
    display:flex;
    justify-content:space-between;
    margin-top:8px;
}

.counter-controls {
    display:flex;
    gap:10px;
    align-items:center;
}

.counter-btn {
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #ccc;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.counter-btn:hover {
    background:#a67c2d;
    color:#fff;
}

.remove-room {
    font-size:12px;
    color:red;
    cursor:pointer;
}

.price-box {
    font-weight:600;
    color:#a67c2d;
    margin-top:5px;
}

.total-box {
    font-size:18px;
    font-weight:700;
}

/* INFO TOOLTIP */
#infoWrapper { position:relative; }

.info-icon {
    color:#a67c2d;
    margin-left:8px;
    cursor:pointer;
}

.tariff-tooltip {
    position:absolute;
    top:45px;
    right:0;
    width:420px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
    padding:10px;
    display:none;
    z-index:99999;
}

.tariff-tooltip table { font-size:13px; margin-bottom:0; }

/*.php-email-form {*/
/*    background: #ffffff;*/
/*    padding: 35px;*/
/*    border-radius: 14px;*/
/*    box-shadow: 0 10px 35px rgba(0,0,0,0.08);*/
/*}*/

/*.php-email-form .form-control {*/
/*    height: 52px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid #ddd;*/
/*    padding: 12px 16px;*/
/*    font-size: 15px;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.php-email-form textarea.form-control {*/
/*    height: auto;*/
/*    min-height: 150px;*/
/*    resize: none;*/
/*}*/

/*.php-email-form .form-control:focus {*/
/*    border-color: #111;*/
/*    box-shadow: none;*/
/*}*/

.php-email-form button {
    padding: 14px 38px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: 0.3s ease;
}

.php-email-form button:hover {
    transform: translateY(-2px);
    background: #000;
    color: #fff;
}

/* Messages */
.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message {
    display: none;
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
}

.php-email-form .loading {
    background: #f4f4f4;
    color: #333;
}

.php-email-form .error-message {
    background: #ffe5e5;
    color: #d10000;
}

.php-email-form .sent-message {
    background: #e7fff0;
    color: #008a3d;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #007868ad;}
    .dropdown-menu.show{
        width: 20rem;
    border-radius: 0;
    border: 2px solid #007868;}
.bg-image {
    background-image: url(../img/bgcover.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* overlay always visible */
}

.bg-image > * {
    position: relative;
    z-index: 1;
}

.bg-image::before {
    content: "";
    background: #0d1b484d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}

.bg-image2 {
    background-image: url(../img/bghome.webp);
}

.bg-home {
    background-image: url(../img/bghome.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

}

#pageline {
    text-align: center;

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    color: #b9afa2;
}

#pageline::after,
#pageline::before {

    content: " ";
    display: block;
    border-bottom: 2px solid #b9afa2;
    background-color: transparent;
}
.taglinehome{
    position: relative;
}
.taglinehome::after{
    position: absolute;
    left: 45%;
    bottom: -50%;
    width: 10%;
    height: 2px;
    content: "";
    background-color: #e2b779;
}
.offcanvas{
    --bs-offcanvas-width: 300px;
}