:root {
    --bs-success: #6f42c1;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #fff;
}

.navbar-brand {
    display: inline;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*Topbar Section*/
.navbar-brand img.logo {
    max-height: 60px !important;
}

.nav-link.booking-cart-menu-item {
    position: relative;
}

    .nav-link.booking-cart-menu-item .badge {
        position: absolute;
        top: -4px;
        left: 16px;
    }

/*End Topbar Section*/

/*Footer Section*/
.footer img.logo {
    max-height: 40px !important;
}
/*Footer Section*/

.agent-header {
    font-weight: bold;
    font-size: 15px;
}

#tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #d9534f;
}

.error {
    color: #d9534f;
    background-color: #FFF;
}

.image-placeholder {
    width: 128px;
    height: 128px;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
}


.image-placeholder-sm {
    width: 32px;
    height: 32px;
}

.image-placeholder-md {
    width: 50px;
    height: 50px;
}

.image-placeholder-lg {
    width: 250px;
    height: 250px;
}

.pointer {
    cursor: pointer;
}

::placeholder {
    opacity: 1; /* Firefox */
    font-style: italic;
    font-size: 13px;
    color: #D6CC70 !important;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    opacity: 1; /* Firefox */
    font-style: italic;
    font-size: 13px;
    color: #D6CC70 !important;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}





ZOOMING IMAGES
.image {
    border: 2px solid #fff;
    width: 100%;
    height: 700px;
    overflow: hidden
}

.image2 {
    border: 2px solid #fff;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.image img {
    width: 100%;
    transition: all 2s ease-in-out
}

.image:hover img {
    transform: scale(2, 2);
    cursor: pointer
}

.suite-counter-heading-title {
    color: #cccc52;
    font-family: "Avenir Next",Sans-serif;
    font-size: 200px;
    font-weight: 800;
}

.vacancy-card-border-home {
    border-radius: 10px;
    border: solid var(--bs-primary) 1px;
    margin-bottom: 25px;
}

.vacancy-card-border {
    border-radius: 10px;
    border: solid #cfc677e6 1px;
    margin-bottom: 25px;
    padding: 12px;
}

.vacancy-intro {
    background-color: #abb8c3;
    width: 500px;
    position: absolute;
    margin-left: 30px;
    margin-top: 20px;
    opacity: 0.97;
    padding: 15px;
}

    .vacancy-intro div {
        font-size: 25px;
        padding: 10px;
    }

    .vacancy-intro .header {
        color: #495057
    }

    .vacancy-intro .header-yellow {
        color: #cccc52
    }

    .vacancy-intro .description {
        color: #495057;
        font-size: 15px;
    }

.ekit-double-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    background-color: #3b3b3b;
    padding: 10px;
    z-index: 1;
    background-color: #cccc52;
    width: 150px;
}


.bg-dark {
    background-color: white !important;
}

img {
    object-fit: contain;
}

Booking
.empty-cart-cls {
    padding: 20px 0 20px 0;
}

.empty-cart-cls .feather {
    width: 50px !important;
    height: 50px !important;
}

.text-navy {
    color: #1ab394;
}

.cart-product-imitation {
    text-align: center;
    width: 250px;
    background-color: #f8f8f9;
}

    .cart-product-imitation.sm {
        width: 120px;
    }

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.booking-cart-table {
    margin-bottom: 0;
}

.table.booking-cart-table > tbody > tr > td {
    vertical-align: inherit !important;
}

table.booking-cart-table tr td {
    border: none;
}

    table.booking-cart-table tr td.desc,
    table.booking-cart-table tr td:first-child {
        text-align: left;
    }

    table.booking-cart-table tr td:last-child {
        width: 80px;
    }

.coupon-input-group {
    max-width: 300px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

    .ibox-content h3 {
        font-size: 16px;
    }

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.image-width-150 {
    height: 150px;
    width: 150px;
    object-fit: fill;
}


.solutions-widget-container {
    background-color: #f2f1f1;
    box-shadow: 0px 1px 4px -2px rgba(0,0,0,.5);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 5%;
}

.site-main {
    padding-top: 100px;
}


.elementor-icon-list-items {
    padding-left: 2px;
    font-size: 12px;
}

#scrollUp {
    border-radius: 50%;
    opacity: 0.7;
    bottom: 20px;
    right: 20px;
    background: #cccc52;
}

#scrollUp {
    width: 40px;
    height: 40px;
}

    #scrollUp .scroll-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

.chevron-arrow {
    color: white;
    top: 6px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
}

.top-icon {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: bevel;
    stroke-width: 1.5px;
}

.jet-table__cell elementor-repeater-item-e2a1a42 jet-table__head-cell {
    vertical-align: middle;
    color: #fff;
    background-color: #cccc52;
}

.jet-table__cell-content {
    width: 35px;
}

.jet-elements-icon jet-table__cell-icon jet-table__cell-icon--before {
    width: 35px;
}

.jet-table-fa5-compat {
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

.form-control-changed {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #293042;
    border: 1px solid #7f838e;
    border-radius: .2rem;
    color: orange;
    display: block;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.625;
    padding: .25rem .7rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 3px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

footer.footer {
    background-color: black;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 60px;
}

.text-primary {
    color: #cfc677 !important;
}

.hover\:bg-primary:hover {
    background-color: #cfc677;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.network-space {
    background-color: #cfc677e6;
}

.accordion {
    --bs-accordion-color: white;
    --bs-accordion-bg: #cfc677e6;
}


.mobile-menu {
    background: #333;
    color: #fff;
    font-family: sans-serif;
    padding: 10px;
}

.menu-toggle {
    background: #444;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    /*width: 100%;*/
    text-align: left;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .menu li {
        border-top: 1px solid #444;
    }

    .menu a {
        display: block;
        padding: 12px 15px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

        .menu a:hover {
            background: #555;
        }

.submenu {
    display: none;
    background: #222;
}

    .submenu a {
        padding-left: 30px;
    }


input:required {
    border: 1px dashed #333;
}

    input:required::placeholder {
        color: orange;
        text-decoration-style: dotted;
        font-style: italic;
        opacity: 1;
    }

select:required {
    border: 1px dashed #333;
}

.form-label {
    /*font-weight:bold;*/
    color: black;
}

.quote-bar {
    padding: 10px;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

.quote-button {
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding-top: 14px;
}

.whatsapp-button {
    margin-left: 10px;
}


.nav-item:hover {
    background-color: #CCCC52; /* Choose any color you like */
    border-radius: 4px; /* Optional: for smoother corners */
    transition: background-color 0.3s ease; /* Adds a smooth fading effect */
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none; /* Hide hamburger on desktop */
    }

    .nav-link {
        font-size: 18px;
    }

    .menu {
        display: flex;
        flex-direction: row;
        gap: 1rem; /* optional spacing between items */
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .menu li {
        display: inline-block;
    }

    .menu a {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        color: #000; /* adjust to your theme */
    }
    .mobile-menu
    {
        background-color:white;
    }


    #menu {
        background-color: white;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 10px;
        max-width: 200px;
    }

        #menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #menu li {
            margin: 10px 0;
        }

        #menu a {
            text-decoration: none;
            color: black;
        }

    .hidden {
        display: none;
    }

}


/* Extra small devices (phones, portrait) */
@media only screen and (max-width: 480px) {
    /* Styles for iPhone SE, older Androids, etc. */
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .whatsapp-button {
        margin-right: 20px;
    }

    .nav-link {
        /*border-color: black;*/
        border-style: solid;
        border-width: thin;
        padding-left: 10px;
        /*width: 150px;*/
        margin-bottom: 2px;
        font-size: 18px;
    }

    #navbarDropdown {
        padding-left: 10px;
        font-weight: bold;
    }

    .vacancy-intro {
        background-color: rgb(171, 184, 195);
        width: 92%;
    }

    .quote-button {
        max-width: 100%;
        height: 50px;
        padding-top: 14px;
        /*gareth 1*/
    }
    .call-button {
        max-width: 100%;
        height: 50px;
        padding-top: 14px;
        /*gareth 2*/
    }
}
/* Small devices (phones, landscape and larger phones) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Styles for iPhone 12+, Galaxy S series, Pixel phones */
    .quote-button {
        max-width: 100%;
        height: 50px;
        padding-top: 14px;
    }
    .call-button {
        max-width: 100%;
        height: 50px;
        padding-top: 14px;
        /*gareth*/
    }
    .nav-link {
        font-size: 18px;
    }
}
/*@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}
*/
