.well {
    padding: 19px;
    margin-bottom: 0px !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h1 {
    color: #052a7d !important;
}

.whats-included>.panel-default {
    border-color: #fff;
}

.price-roundel {
    position: relative;
    max-width: 1364px;
    margin: 0 auto;
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.cta-lp span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    top: -5px;
}

.cta-lp h1 {
    font-size: 14px;
    margin: 5px 0;
}

.cta-lp h1 a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.cta-lp h1 a:hover {
    text-decoration: underline;
}

.text-white {
    font-size: 17px;
    color: #ffffff;
}

ol {
    padding-left: 0 !important;
    list-style: none;
    counter-reset: list;
  }

  .hanging-indent li::before {
    counter-increment: list;
    content: counter(list) ".";
    font-weight: bold;
    margin-right: 0.5em;
  }

  .hanging-indent li {
    display: flex;
    align-items: flex-start;
    /*padding-left: 2em;  Adjust based on number size 
    text-indent: -1.5em;*/
  }

/* --- Responsive Price Offer --- */
@media (max-width: 767px) {
    .cta-lp {
        bottom: 0;
        border-radius: 10px 10px 0 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .cta-lp span {
        font-size: 16px;
    }

    .cta-lp h1 a {
        font-size: 18px;
    }    
}

@media (max-width: 412px) {
    .cta-lp {
        bottom: 0;
        padding: 10px;
    }

    .cta-lp span {
        font-size: 14px;
    }

    .cta-lp h1 {
        font-size: 12px;
    }
    .cta-lp h2 {
        font-size: 12px;
    }
}

/* --- CTA Buttons --- */
.call-to-action-large {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(90deg, #e91e63, #ff9800);
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 1s ease-in-out;
}

.call-to-action-large:hover {
    background: linear-gradient(90deg, #d81b60, #ff5722);
    cursor: pointer;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}

.call-to-action-small {
    padding: 10px;
    text-align: center;
    background: linear-gradient(45deg, #ff4081, #ff9800);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    display: block;
    width: 90%;
    margin: 10px auto;
    text-decoration: none;
}

.call-to-action-small:hover {
    background: linear-gradient(45deg, #e91e63, #ff5722);
    text-decoration: none;
}

/* --- Responsive CTA Visibility --- */
.call-to-action-small,
.call-to-action-large {
    display: none;
}


@media (max-width: 768px) {
    .call-to-action-small {
        display: block;
    }
    .container .gallery a.big img {
        height: 400px;
        }
        
        .gallery {
        height: 250px;
        }
        
        .container .gallery a img {
        height: 126px;
        }
    /* --- Enhanced Price Offer (CTA) Styling --- */
.cta-lp {
    position: fixed !important; /* Ensure it's always fixed */
    bottom: 0 !important; /* Stick to the bottom */
    left: 0;
    width: 100%;
    height: auto; /* Adjust height dynamically */
    max-height: 120px; /* Prevent it from taking up the whole screen */
    padding: 15px;
    background: linear-gradient(45deg, #FF5722, #D81B60);
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0; /* Rounded top corners */
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: pulse 1.5s infinite alternate;
}
.hide_mobile{display: none;}
}

@media only screen and (min-width: 1380px) {
    .tz_badge {
       justify-content: flex-start;
       left: 16px;
   }
   .gallery {
   height: 450px;
   }
   .container .gallery a.big img {
   height: auto;
   }
   .container .gallery a img {
   height: 225px;
   }
   }
   
   /*changes have done on 1-15-2019 */
   a.big {
   overflow: hidden;
   height: 339px;
   display: inline;
   }

   .container .gallery a.big img {
    height: 498px;
    max-height: 100%;
    object-fit: cover;
    }

@media (min-width: 769px) {
    
/* --- Fix Positioning Inside Gallery --- */
.gallery {
    position: relative; /* Ensure gallery acts as the reference for absolute positioning */
}
    .tz_badge {
        position: relative;
        top: 10px;
        width: 100px;
        /*z-index: 98;*/
        }
    .call-to-action-large {
        display: block;
    }
    .cta-lp {
        position: absolute;
        top: 150px;
        right: 15px;
        background: linear-gradient(45deg, #FF5722, #D81B60);
        color: white;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 99;
        animation: pulse 1.5s infinite alternate;
        padding: 10px; /* Ensure spacing inside roundel */
        overflow: hidden; /* Prevents overflow */
    }

    /* --- Ensure Text Fits Inside the Circle --- */
    .cta-lp .cta-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.1;
    }

    .cta-lp .cta-title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .cta-lp .cta-phone a {
        font-size: 18px;
        font-weight: bold;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-lp .cta-phone i {
        font-size: 12px; /* Reduce icon size */
        margin-right: 4px;
        text-decoration: none;
    }

    .cta-lp .cta-subtitle {
        font-size: 14px !important;
        margin-top: 3px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .hide_desktop{display: none;}
}

/* --- Hotel Styles --- */
.page-heading {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    line-height: 1.2;
}

.deal__yearName {
    padding: 5px;
    background: lightgray;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.deal__month {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    padding: 5px;
}

.hotel-name {
    font-size: 1em;
    font-weight: normal;
}

.hotel-location {
    font-size: 0.8em;
}

/* --- Responsive Hotel Info --- */
@media (max-width: 767px) {
    .page-heading {
        font-size: 20px;
        line-height: 1.1;
    }

    .cta-lp .cta-subtitle {
        font-size: 14px !important;
        margin-top: 3px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .cta-lp h2 {
        font-size: 12px;
    }

    .hotel-name {
        font-size: 12px;
    }

    [class*=" icon-"], [class^=icon-] {
        font-size: 13px !important;
    }
    .deal__year {
        font-size: 0.75em;
        margin-bottom: 10px;
        font-weight: 500;
    }
}

/* --- Sticky Header --- */
.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

.page-wrapper {
    overflow: visible !important;
}

body {
    overflow: visible !important;
}

/* --- Sidebar Adjustments --- */
@media screen and (max-width: 414px) {
    .sidebar {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .container .gallery a.big img {
        height: 225px;
        width: 100%;
        }
        
        .gallery {
        height: 225px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        }
}

@media screen and (max-width: 375px) {
    .sidebar {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .container .gallery a.big img {
        height: 225px;
        width: 100%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
        
        .gallery {
        height: 225px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        }
}

@media screen and (max-width: 320px) {
    .sidebar {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
    .gallery {
        height: 209px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        }
        
        .container .gallery a.big img {
        height: 209px;
        width: 100%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
}

/* --- Footer Adjustments --- */
.site-footer {
    padding-bottom: 84px;
}

/* --- General UI Improvements --- */
.text-primary {
    color: #052a7d !important;
    font-size: 4rem;
}

/*.panel-body {
    padding: 10px 0px 10px 0px;
    box-shadow: -2px 11px 11px -12px rgba(0, 0, 0, 0.75);
}*/

.panel-heading__price {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.deal__price {
    font-size: 5em;
    font-weight: bold;
}

.jumbotron {
    margin-bottom: -58px;
}

.dates_here {
    background: rgba(241, 241, 241, 0.3);
}

.text-warning {
    color: #8a6d3b;
}

.call-text {
    font-size: 18px;
    font-weight: bold;
    color: #021d64;
}
