.explore-the-water .woods-banner-container {
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.4) 100%),
        url("/imgs/pages/water/1f42e73e7684583092452a8d6bb5926aed8c7bb7 (1).jpg") lightgray 50% / cover no-repeat;
}

.why-buy-image-section {
    height: 100vh;
}

.why-buy-image {
    height: 100%;
}

.use-tow-guide-image {
    flex-basis: 47%;
}

.use-tow-guide-content {
    flex-basis: 47%;
}

.why-buy-container {
    align-items: stretch;
}

.why-buy-image-section {
    height: auto;
}

a {
    text-decoration: none;
}

.book-appointment-container {
    max-width: 1290px;
}

/* Tab styling for better mobile visibility */
.woods-banner-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
}

.woods-banner-tab {
    position: relative;
    flex: 1;
    text-align: center;
    z-index: 2;
}

/* Adding centered divider lines between tabs */
.woods-banner-tabs::after {
    content: "";
    position: absolute;
    left: 33.33%;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}

.woods-banner-tabs::before {
    content: "";
    position: absolute;
    right: 33.33%;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}

/* Active tab styling */
.woods-banner-tab-active {
    color: #be123b;
    font-family: "Open Sans";
    font-weight: 700;
    border-bottom: none;
    display: inline-flex;
    justify-content: center;
}

/* Add underline only below text */
.woods-banner-tab-active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: auto;
    height: 3px;
    background-color: #be123b;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 60%;
    max-width: 80%;
}

@media screen and (max-width: 1024px) {
    .woods-banner-card {
        min-height: auto;
    }
    
    /* Enhanced mobile styling */
    .woods-banner-tabs {
        padding: 10px 15px;
        background-color: rgba(249, 249, 249, 0.9);
        border-radius: 8px;
    }
    
    .woods-banner-tab {
        padding: 10px 5px;
        text-align: center;
    }
    
    .woods-banner-tab-active::after {
        min-width: 70%;
        max-width: 90%;
        bottom: -1px;
    }
}

@media screen and (max-width: 1240px) {
    .use-tow-guide-content {
        flex-basis: 100%;
    }

    .use-tow-guide-image {
        flex-basis: 100%;
    }

    .use-tow-guide-wrapper {
        padding: 60px 0px;
    }
}