﻿
* {
    box-sizing: border-box;
}

.logo a {
    display: block;
    width: 120px;
    /*margin: 0 auto;*/
    margin-top: 20px;
}

#deco-clouds path {
    fill: #0059A5;
    stroke: #0059A5;
}

.logo a img {
    width: 100%;
}

.container {
    padding: 0px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px auto;
}

.cus-form-container {
}

.section {
    margin: 50px;
}

table {
    /*border: 4px solid #fff;*/
    width: 100%;
}

    table td {
        padding: 2px 4px;
        font-size: 13px;
        font-weight: 600;
    }

.terms-section p {
    text-align: right;
}


.btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn:active {
    transform: translateY(5px);
}

.btn:focus, .btn-primary:active:focus {
    outline: none;
    outline-offset: 0cap;
}

.terms-section-container h4 {
    font-weight: 800;
}
.terms-section-container a{
    color:#fff;
}

.terms-section-container {
    /*background: linear-gradient(0deg, rgb(0 72 255 / 58%), rgb(0 62 255 / 31%)), url(https://www.blissaquaworldresort.com/wp-content/uploads/2024/04/about.jpg);
    background: linear-gradient(0deg, rgb(0 72 255 / 90%), rgb(0 255 63 / 74%)), url(https://www.blissaquaworldresort.com/wp-content/uploads/2024/04/about.jpg);*/
    height: auto;
    /* background-clip: text; */
    object-fit: cover;
    background-size: cover;
    color: #fff;
    background: #1ba63f;
}

@media (min-width: 768px) {
    .section {
        margin: 20px 50px;
    }
}

@media (max-width:992px) {
    .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .terms-section-container {
        background: #fff;
        color: #000000;

        & a{
               color:#337ab7;
           }

        & table

{
    border: 1px solid lightgray;
}

& h4 {
    font-weight: 600;
}

}
}

.cus-form-container.booking-form, .booking-price {
    display: grid;
    gap: 18px;
}
    .booking-price{
        text-align:right;
        padding:0px 10px;
    }
    .booking-price label:last-child {
        margin-left: 10%;
        min-width:60px;
    }
