/* ==========================================================================
   MODERN BOUNCE-ONCE ANIMATION FOR ICONS
   ========================================================================== */


@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Story+Script&display=swap');
/* Bounce Animation */
@keyframes bounce-once {
    0%, 20%, 60%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    80% {
        transform: translateY(-5px);
    }
}
h1 {
    color: #FFC107;
}
.bounce-once {
    display: inline-block;
    animation: bounce-once 0.8s ease;
}
.noPadding{
    padding: 0 !important;
}
.img_h:hover{
    opacity: 0.6;
}

span.img_caption {
    font-size: 79%;
    padding-block: 2%;
    padding-inline: 2%;
}

.b_txt{
     font-family: "Lobster", sans-serif;
  font-weight: 400;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

/* Headers */
h2, h3, h4 {
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #e3e3e342;
    box-shadow: 2px 2px 1em #dddddd;
    padding-inline: 2%;
    scroll-padding-block: 2%;
    border-bottom: .1em groove #E91E63;
    color: crimson;
}

/* Paragraphs */


@media (max-width: 640px) {
    p {
        font-size: 19px;
    }
  .it_font {
    font-style: italic;
    font-weight: bold;
    margin: 17px 0;
    font-family: "Lobster", sans-serif;
    font-size: 20px;
    color: #03A9F4;
}
}

/* Special Font Classes */


p.tagline {
    text-align: center;
    color: #CDDC39;
    font-family: 'Montserrat', sans-serif;
    font-family: "Story Script", sans-serif;
    text-shadow: 2px 2px 1px #666;
    letter-spacing: 2px;
    background: black;
}

/* Text Colors */
.white_txt {
    color: white;
}

.blue_txt {
    color: #4a90e2;
}

.pink_txt {
    color: #e91e63;
}
.hd_overlay {
    background: #180e018f;
}
/* ==========================================================================
   LAYOUT & STRUCTURE
   ========================================================================== */

/* Header */
.ui-header.ui-bar-inherit.ui-header-fixed.slidedown {
    min-height: 190px;

}

.ui-header {
    background-image: url('../_i/st_hd.webp');
    background-position: 0 70%;
    background-size: cover;
}

.ui-header .ui-title, .ui-footer .ui-title {
    font-size: 1em;
    min-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0 30%;
    padding: .7em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0!important;
    color: bisque;
}

/* Grid Blocks */
.ui-block-a.logoBlock {
    overflow: hidden;
    max-width: 40px;
    max-height: 40px;
    padding-block: 15%;
    padding-inline: 2%;
}

.ui-block-b.titleblock {
    min-width: 80%;
    padding-inline: 2%;
    text-align: center;
}

/* Theme */
.ui-body-me, .ui-page-theme-me .ui-body-inherit, html .ui-bar-me .ui-body-inherit, html .ui-body-me .ui-body-inherit, html body .ui-group-theme-me .ui-body-inherit, html .ui-panel-page-container-me {
    background-color: #2f9a26;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}
._cost {
    width: 50px;
    height: 50px;
    background-color: #E91E63;
    border-radius: 50%;
    padding-inline: 15%;
    padding-block: 5%;
    text-align: center;
    padding-top: 20px;
    margin-top: 25%;
    color: azure;
    text-shadow: 2px 3px 12px #666;
    border: 2px double rgb(92, 164, 28);
    margin-left: -10px;
    font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}

._sm_bx{
    max-width: 20%;
}
._big_bx{
    min-width: 80%;
}
._fadeBg {
    background: #f1c0a136;
    border-radius: .4em;
    padding-inline: 2%;
    box-shadow: 4px 4px 16px;
}
._fadeBg:hover {
    background: #f1c0a136;
    box-shadow: 6px 6px 20px #888888;
}
/* ==========================================================================
   IMAGES & MEDIA
   ========================================================================== */


img.img_max {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #888888;
    margin-left: 10%;
    object-fit:contain
}
@media (max-width: 640px) {
    img.img_max {
        margin-left: 1%;
    }
}

.logoPic {
    max-width: 100%;
    height: auto;
}

.img-caption {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 8px;
    font-size: 0.9em;
}

.img-caption i {
    margin-right: 5px;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

.ui-listview>li {
    display: block;
    position: relative;
    overflow: visible;
    line-height: 1.4em;
    background: #ffeb3b7a;
    padding-block: 2%;
    box-shadow: 2px 2px 14px #777;
    border-bottom: 2px solid red;
    padding-inline: 3%;
}

.m_ul {
    list-style-type: none;
    padding-left: 0;
}

.m_ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.m_ul li:last-child {
    border-bottom: none;
}

/* ==========================================================================
   BUTTONS & INTERACTIVE ELEMENTS
   ========================================================================== */

/* Main Button */
.m_btn {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(176deg, #f5faff 0%, #FFEB3B 100%);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px 0;
    transition: all 0.3s ease;
}
.ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head+body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited, html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head+body .ui-btn.ui-btn-b:visited {
    background-color: #751334;
    border-color: #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}
.m_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Booking Buttons */
.whatsapp-btn, .phone-btn, .email-btn {
    display: inline-block;
    padding: 12px 20px;
    margin: 10px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.whatsapp-btn {
    background: #25d366;
    color: white;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.phone-btn {
    background: #4a90e2;
    color: white;
}

.phone-btn:hover {
    background: #357abd;
    transform: translateY(-2px);
}

.email-btn {
    background: #ff9800;
    color: white;
}

.email-btn:hover {
    background: #e68900;
    transform: translateY(-2px);
}

/* ==========================================================================
   ICONS
   ========================================================================== */

/* Icon Colors */
.spa-icon {
    color: #4a90e2;
}

.massage-icon {
    color: #e91e63;
}

.vacation-icon {
    color: #ff9800;
}

/* Icon Section */
.icon-section {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin: 20px 0;
    border-radius: 10px;
}

.icon-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.icon-item {
    text-align: center;
    padding: 15px;
}

.icon-item i {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.icon-label {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
}

/* ==========================================================================
   WHATSAPP FLOAT BUTTON
   ========================================================================== */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 3px 3px 10px #666;
}

.whatsapp-float:active {
    transform: scale(0.95);
}

.whatsapp-icon {
    font-size: 35px;
}

/* ==========================================================================
   CARDS & BOXES
   ========================================================================== */

/* Feature Boxes */
.feature-box {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4ff 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 4px solid #4a90e2;
}

.benefit-card {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-top: 3px solid #e91e63;
}

.callout-box {
    background: linear-gradient(135deg, #fff8f8 0%, #ffe8e8 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
    border: 2px dashed #e91e63;
}

/* Time Slot Cards */
.time-slot-card {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.time-slot-card.morning {
    background: linear-gradient(135deg, #fff8e8 0%, #ffeed8 100%);
    border-left: 5px solid #ff9800;
}

.time-slot-card.midday {
    background: linear-gradient(135deg, #f0f8ff 0%, #e0f0ff 100%);
    border-left: 5px solid #4a90e2;
}

.time-slot-card.evening {
    background: linear-gradient(135deg, #f8f0ff 0%, #e8e0ff 100%);
    border-left: 5px solid #9c27b0;
}

/* Booking Method Cards */
.booking-method-card {
    padding: 20px;
    margin-bottom: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border-top: 4px solid #25d366;
}

/* Tip Box */
.tip-box {
    background: #e8f5e9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    border-left: 4px solid #4CAF50;
}

.tip-box i {
    color: #4CAF50;
    margin-right: 8px;
}
p{font-size: 17px;}
/* ==========================================================================
   SPECIAL SECTIONS
   ========================================================================== */

/* Popular Times */
.popular-times {
    margin: 30px 0;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
      .tagline { font-size: 0.9em; color: #666; margin: 0; }
        .intro { margin-bottom: 20px; }
        .services .it_font, .conclusion .it_font { 
            font-weight: bold; 
            font-size: 1.2em; 
            color: #2c3e50; 
            margin: 15px 0; 
        }
        .cta { margin: 20px 0; padding: 15px; background-color: #f5f5f5; border-radius: 5px; }
        iframe { max-width: 100%; height: auto; }
.popular-grid {
    margin: 20px 0;
}

.popular-item {
    margin-bottom: 15px;
}

.popular-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: bold;
}

.popular-bar {
    height: 20px;
    background: linear-gradient(90deg, #4a90e2, #e91e63);
    border-radius: 10px;
    transition: width 1s ease;
    color: white;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    font-size: 0.8em;
}

/* What to Expect */
.what-to-expect {
    padding: 20px;
    background: #f0f8ff;
    border-radius: 10px;
    margin-top: 20px;
}

/* Booking Tips */
.booking-tips {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f4ff 100%);
    border-radius: 10px;
}

.tip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.tip {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tip i {
    font-size: 2em;
    margin-bottom: 10px;
    display: block;
}

/* Confirmation Info */
.confirmation-info {
    padding: 20px;
    background: #e8f5e9;
    border-radius: 10px;
    margin: 20px 0;
}

/* Scheduling Info */
.scheduling-info {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 20px;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.hr_style {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #4a90e2, transparent);
    margin: 20px 0;
}

.b_margin {
    margin-bottom: 20px;
}

.price {
    float: right;
    color: #e91e63;
    font-weight: bold;
    margin-left: 10px;
}

.recommendation {
    background: rgba(255,255,255,0.7);
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 0.9em;
}

.recommendation i {
    color: #4CAF50;
    margin-right: 5px;
}

.response-time {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}

.response-time i {
    color: #ff9800;
    margin-right: 5px;
}

.note {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-top: 15px;
}

.note i {
    color: #ff9800;
    margin-right: 5px;
}

.keyword-highlight {
    background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 120px;
        right: 20px;
        font-size: 25px;
    }
    
    .whatsapp-icon {
        font-size: 28px;
    }
    
    .tip-grid {
        grid-template-columns: 1fr;
    }
    
    .booking-method-card {
        padding: 15px;
    }
    
    .time-slot-card {
        padding: 15px;
    }
    
    .popular-bar {
        font-size: 0.7em;
    }
}

@media (max-width: 640px) {
    .ui-block-a.logoBlock,
    .ui-block-b.titleblock {
        /* Styles already defined above for mobile */
    }


 .logoPic {
    max-width: 60%;
    height: auto;
    padding-block: 70%;
    margin-left: 12%;
}
}

@media (min-width: 640px) {
    .ui-block-a.logoBlock,
    .ui-block-b.titleblock {
        /* Styles already defined above for desktop */
    }
    .it_font {
    font-style: italic;
    font-weight: bold;
    margin: 17px 0;
    font-family: "Story Script", sans-serif;
    font-size: 22px;
}

p {
    font-size: 17.5px; /* Default for larger screens */
}
}