h1 {font-size: 30px;}h2 {font-size: 28px;}h3 {font-size: 27px;}h4 {font-size: 26px;}h5 {font-size: 25px !important;text-transform: capitalize !important;}.blog2 .post-cont {padding: 10px 0 !important;}.blog2 .item {margin-bottom: 10px;}.banner-header h1 {font-size: 40px !important;}


a.blog-atag {
    background-color: white;
    color: blue !important;
    text-decoration: underline;
    text-decoration-color: blue;
}

.spa-benefits {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.spa-benefits li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    counter-increment: item;
}

.spa-benefits li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 5px;  /* Adjusted to align with text */
    width: 35px;
    height: 35px;
    background: #9f7a42;  /* Background color */
    color: white;  /* Number color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;  /* Added specific size */
    z-index: 1;  /* Ensure number appears above content */
}

.spa-list {
    list-style: none;
    padding-left: 0;
}

.spa-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.spa-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 2px;  /* Adjusted to align with text */
    color: #9f7a42;  /* Bullet color */
    font-size: 20px;  /* Increased bullet size */
    line-height: 1;
    z-index: 1;  /* Ensure bullet appears above content */
}

.blog-banner-header {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    .blog-banner-header {
        height: 300px;
    }
}

/* Small desktop screens (1024px and up) */
@media (min-width: 1024px) {
    .blog-banner-header {
        height: 400px;
    }
}

/* Larger desktop screens (1200px and up) */
@media (min-width: 1200px) {
    .blog-banner-header {
        height: 500px;
    }
}

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {
    .blog-banner-header {
        height: 600px;
    }
}

.banner-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}
