﻿
/* Info Bar */
.info-bar {
    width: 100%;
    background: #f5f4f0 ;
    color: #104b7df2;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 40px; */
    flex-wrap: wrap;
    text-align: center;
}
@media (max-width: 1040px) {
    .info-bar {
        gap: 8px;
    }
}

.info-item { 
    
    display: flex;
    align-items: center;
    gap: 8px; 
    padding: 5px 8px ;
    text-align: center;
    /* border-right: 1px solid #ccc; */
}

.info-item a{
    text-decoration: none;
    color: #104b7df2;
}

/* .info-item:last-child { 
    border-right: none;
} */

@media (max-width: 600px) {
    .info-bar {
    flex-direction: column;
    gap: 0px;
    padding: 12px;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 445px;
    overflow: hidden;
    box-shadow: 0px 8px 11px -6px rgba(7, 45, 100, 0.66);
}

.slide { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
}

.slide img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.active { 
    opacity: 1; 
}

.slideTitle {
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(41, 73, 124, 0.6);
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    width: 65vw;
    font-size: 1.5em;
    transition: left 1s ease;
}

.caption.show { 
    left: 50%; 
}

    .caption .btn {
        display: inline-block;
        padding: 12px 28px;
        background-color: #c70850; /* Your preferred color */
        color: #fff;
        font-size: 16px;
        border-radius: 8px; /* Rounded corners */
        text-decoration: none; /* Remove underline */
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s ease;
        z-index:999;
    }
/*
.caption .btn a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}*/

.redbarbottom {
    border-bottom: #c70850 solid 3px;
}

.red-bar {
    width: 80%;
    height: 3px;
    background-color: #c70850; /* red shade */
    margin: 0px auto 10px;
}

.red-bar40 {
    width: 40%;
    height: 3px;
    background-color: #c70850; /* red shade */
    margin: 0px auto 20px;
}

main {
    color: #525252;
    padding: min(1em, 7%);
    text-align: center;
}

main p{
    margin-top: .35em;
}

.content-box {
    max-width: 1040px;
    margin: 0px auto;
}

.content-box p {
    margin-bottom: 1.5em;
}

.txtLeft{
    text-align: left;
}

.contentSection {
    background-color: #0d3658f2; /* change to any color you want */
    padding: 40px 0;
    width: 100%;
}

.secTitle {
    color: white;
    font-size: 2em;
    padding-bottom: 16px;
    font-weight: 700;
    text-align:center;
}

.content-wrapper {
    max-width: 1040px; /* keeps your content centered like your site layout */
    margin: 0 auto;
    padding: 20px; /* small side padding for mobile */
    background-color: white;
}

.title2 {
    font-size: 1.5em;
    padding-bottom: 16px;
    font-weight: 700;
}

.section2 {
    max-width:1040px;
    margin:20px auto;
    text-align:center;
}

.pgTitle2 {
    margin-bottom:10px;
    color:#0d3658f2; 
    font-size: 2em;
}

.two-col {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 40px 0;
}

.col-left {
    flex: 1.3; /* slightly wider */
}

.col-right {
    flex: 1;
}

.col-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.signature {
    font-family: "Style Script", cursive;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5em;
}


.two-col-section {
    display: flex;
    align-items: stretch;
    gap: 20px;
    /*margin: 40px 0;*/
}

.col-left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.col-right {
    position: relative;
    background: #f2f2f2;
    padding: 25px;
    border-radius: 8px;
    flex: 1;
}


/* FIXED CAPTION BOX */
.hero-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: rgba(41, 73, 124, 0.6); /* background behind text */
    color: #fff;
    padding: 20px 25px;
    max-width: 80%;
    border-radius: 8px;
}

/* SLIDING ANIMATION */
@keyframes slideHero {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(-100%);
    }

    63% {
        transform: translateX(-100%);
    }

    66% {
        transform: translateX(-200%);
    }

    96% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

/* MOBILE */
@media (max-width: 700px) {
    .hero-slide img {
        height: 320px;
    }

    .hero-caption {
        left: 5%;
        right: 5%;
        max-width: none;
    }
}

/* Responsive layout */
@media (max-width: 768px) {
    .two-col-section {
        flex-direction: column;
    }

    .col-right:after {
        display: none; /* hide triangle on small screens */
    }
}

/* ****** Footer ****** */
footer { 
    background-color: #104b7d; 
    padding: 15px 0; 
    text-align: center;
    font-weight: 400;
}

footer h3 { 
    color: white
}

footer ul { 
    list-style: none; 
}

footer a { 
    text-decoration: none; 
    color: #b7b7b7;
}

footer a:hover { 
    color: white;
}

.footer-2col {
    display: flex;
    align-items: flex-start; /* Vertically align content to the TOP */
    gap: 20px;
    text-align: left;
}

.footer-2col-ul {
    flex: 1;
}

    @media (max-width: 700px) {
        .hero {
            height: 300px;
        }

        .slideTitle {
            font-size: 1.5em;
        }

        .caption {
            font-size: 1.3em;
            width: 95vw;
        }

        .footer-2col {
            flex-direction: column;
            display: flex;
            align-items: center;
            gap: 0;
            text-align: center;
        }

        .two-col {
            flex-direction: column;
        }
    }
    /* Footer */

    footer nav ul {
        justify-content: center;
    }

    .pgTitle {
        color: #0d3658f2;
        font-size: 2em;
        padding-bottom: 16px;
        font-weight: 700;
    }

    .pgDesc {
        font-size: 1.5em;
        padding-bottom: 25px;
    }

@media (max-width: 550px) {
    .pgTitle {
        font-size: 1.8em;
        width: 72%;
        margin: 0 auto;
    }

    .pgDesc {
        font-size: 1.2em;
        padding-bottom: 0px;
    }
}

    .feature-boxes {
        max-width: 1040px;
        margin: 20px auto;
        padding: 0 15px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    /* Box Banner Triangle */
    .box-banner {
        position: relative;
    }

        .box-banner::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #104b7df2;
        }

    .box {
        flex: 1;
        min-width: 280px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
    }

        .box a {
            text-decoration: none;
        }

    .box-img01, .box-img02, .box-img03 {
        height: 180px;
    }

    .box-img01 {
        background: url('../images/service-1.jpg') center/cover no-repeat;
    }

    .box-img02 {
        background: url('../images/service-2.jpg') center/cover no-repeat;
    }

.box-img03 {
    background: url('../images/grooming02.jpg') center/cover no-repeat;
}

    .box-banner {
        background: #104b7df2;
        color: #fff;
        padding: 10px 15px;
        font-weight: 700;
        text-align: center;
    }

    .box-content {
        padding: 15px;
        text-align: center;
        font-size: 0.9em;
    }

        .box-content .title {
            font-size: 1.3em;
            font-weight: 700;
            color: #9c0b42;
            padding-bottom: 10px;
        }

            .box-content .title a {
                color: #9c0b42;
            }

        .box-content .desc {
            padding-bottom: 20px;
        }

        .box-content .price {
            padding-bottom: 10px;
        }

    .btn-reservation {
        text-align: center;
        margin: 40px 0;
    }

    .btnReserv {
        display: inline-block;
        padding: 12px 24px;
        background-color: #c70850; /* base color */
        color: #ffffff;
        border: none;
        border-radius: 12px; /* round corners */
        padding: 15px 25px;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        transition: background-color 0.3s ease; /* smooth hover transition */
        text-decoration: none;
    }

        .btnReserv:hover {
            background-color: #a00642;
        }

    .price .from {
        position: relative;
        bottom: 0.3em;
        color: #707172;
        font-style: italic;
    }

    .price .price {
        color: #9c0b42;
        font-size: 1.8em;
        padding-left: 5px;
        font-weight: 700;
    }

    .copyright-bar {
        font-size: 0.8em;
        width: 100%;
        background: #eaeaea;
        text-align: center;
        padding: 12px 0 20px;
        font-size: 14px;
        color: #555;
    }


/* ********* facility bullets ************ */
.nice-bullets {
    list-style: none;
    padding-left: 0;
}

.nice-bullets li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
}

.nice-bullets li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #c70850; /* your red brand color */
    font-weight: bold;
    font-size: 18px;
}

/* ******* Price Rates ****** */
.price-container {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 95%;
}

.price-box {
    flex: 1;
/*    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;*/
}

.priceTbl {
    width: 100%;
    padding-bottom: 10px;
}

.priceTbd td {
    background-color: #f5f4f0;
    color: #7e7e7e;
    border-color: #ffffff;
    padding: 0.8em;
    text-align: left;
    font-size:0.9em
}

.box-title {
    background: #c70850;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 20px -20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.0em;
}

.price-list {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 12px;
    column-gap: 20px;
}

.item {
    font-size: 16px;
}

.price {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

/* Responsive for mobile */
@media (max-width: 700px) {
    .price-container {
        flex-direction: column;
    }
}

.pricing-wrapper {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

/* Each column box */
.plan-box {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Header title */
.plan-header {
    background: #c70850;
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 18px;
}

/* Price list table-style */
.price-list {
    border-top: 1px solid #ddd;
}

    /* Each row is 2-column with grid lines */
    .price-list .row {
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 10px 16px;
        border-bottom: 1px solid #ddd;
    }

        .price-list .row span:last-child {
            text-align: right;
            white-space: nowrap;
        }

/* Responsive: stack columns on small screens */
@media (max-width: 700px) {
    .pricing-wrapper {
        flex-direction: column;
    }
}

