/* marquee */
.marquee-slider {
    color: var(--wildSand);
    background-color: var(--bismark);
    height: 30px;
    border: none;
    /* position: sticky; */
    top: 0;
    z-index: 8;
}

.marquee-slider ul {
    display: flex;
    gap: 20px;
    height: 30px;
    align-items: center;
}

.marquee-slider .swiper-slide {
    flex: 1 1 auto;
    text-align: center;
    list-style: disc;
    min-width: 250px;
    font-family: var(--articulatCF);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}
.marquee-slider {
    padding: 10px 0; 
    overflow: hidden;
}

.marquee-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear; 
}
/* hero */
.hero {
    position: relative;
    width: 100%;
}

.hero img {
    width: 100%;
    object-fit: cover;
    height: 416px;
}

.home-hero img {
    height: 800px;
}

.hero-docs {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: var(--wildSand);
    text-transform: capitalize;
    padding: 15px;
    padding-top: 110px;
}

.home-hero .hero-docs {
    padding-top: 315px;
}

.hero-docs h4 {
    font-family: var(--articulatCF);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
}

.hero-docs h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
}

@media (max-width:1500px) {
    .hero-docs {
        padding: 15px;
        padding-top: 110px;
    }

    .home-hero .hero-docs {
        padding: 25px;
        padding-top: 180px;
    }

    .hero-docs h1 {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .hero-docs h4 {
        font-size: 12px;
    }

    .hero-docs {
        padding: 15px;
        padding-top: 180px;
    }

    .hero-docs h1 {
        font-size: 48px;
        width: 95%;
        margin: auto;
    }

    .hero img {
        height: 870px;
    }
}

@media (max-width: 575.98px) {
    .hero img {
        height: 600px;
    }
}

/* header */
header {
    position: relative;
    top: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--mercury);
    background: var(--white);
    padding: 20px 40px;
}

.home-header {
    position: relative;
    /* top: 30px; */
    z-index: 9;
}

.h-btn {
    margin-left: auto;
}

.menu-icon {
    display: none;
}

.book-online {
    color: var(--wildSand);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 97%;
    text-transform: capitalize;
    background-color: var(--mongoose);
    width: 255px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.book-online:hover {
    color: var(--wildSand);
    transform: translateY(-10px);
}

.book-online:active {
    scale: 0.9;
}

.tel-btn {
    color: var(--shark);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 97%;
    text-transform: capitalize;
    width: 255px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-list {
    margin-left: 80px;
}

.menu-list ul {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--woodsmoke);
    font-family: var(--articulatCF);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    gap: 50px;
}

.menu-list ul .contact-us-link {
    color: var(--bismark);
    font-weight: 800;
}

.tel-btn:hover,
.menu-list ul li:hover {
    color: var(--bismark);
}

@media (max-width:1450px) {
    .menu-list {
        margin-left: 30px;
    }

    .menu-list ul {
        gap: 20px;
    }

    .book-online,
    .tel-btn {
        font-size: 19px;
        width: 162px;
    }
}

@media (max-width:1198.99px) {
    .book-online {
        display: none;
    }

    .tel-btn {
        background-color: var(--mongoose);
        color: var(--wildSand);
        margin-right: 15px;
    }

    header,.home-header {
        
        position: sticky;
        top: -1px;
    }
    header{
        padding: 20px 15px;
    }

    .menu-list {
        position: absolute;
        margin: 0;
        width: 100%;
        padding: 15px;
        background-color: var(--wildSand);
        left: 0;
        top: 100%;
        border-bottom: 2px solid var(--mercury);
        transition: all 0.5s ease-in-out;
        transform: translateY(-100%);
        opacity: 0;
        z-index: -1;
    }

    .menu-list.active {
        transform: translateY(0);
        opacity: 1;
        z-index: 1;
    }

    .menu-list ul {
        flex-direction: column;
        align-items: start;
    }

    .menu-icon {
        display: inline-block;
    }
}

@media (max-width:576.99px) {


    .tel-btn {
        height: 60px;
        width: 160px;
        font-size: 14px;
    }
    header .tel-btn {
        font-size: 20px;
    }
}

@media (max-width:420.99px) {
    header .logo {
        width: 120px;
    }

    .tel-btn {
        height: 50px;
        width: 120px;
        font-size: 14px;
    }
}

/* NSW Pools */

.nsw-pools {
    padding-top: 170px;
    padding-bottom: 180px;
    text-align: center;
}

.nsw-pools-docs {
    max-width: 935px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
    color: var(--shark);
}
.nsw-pools-text {
    color: var(--mako);
}
.nsw-pools-text p {
    line-height: 28px;
}
@media (max-width: 991.98px) {
    .nsw-pools {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .nsw-pools h2 {
        font-size: 50px;
    }

    .nsw-pools-text p {
        font-size: 16px;
    }
}

/* looking for */
.looking-for {
    padding: 10px;
}

.looking-for-box {
    position: relative;
    height: 360px;
}

.looking-for-docs {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px;
}


.looking-for-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
}

.looking-for-slide {
    width: 100%;
    max-width: calc(30% - 5px);
    color: var(--wildSand);
    text-align: right;
}

.looking-for-slide:nth-child(odd) {
    max-width: calc(70% - 5px);
}

@media (max-width:1800px) {
    .looking-for-slide {
        max-width: calc(35% - 5px);
    }

    .looking-for-slide:nth-child(odd) {
        max-width: calc(65% - 5px);
    }
}

@media (max-width:1199.98px) {
    .looking-for-slide {
        max-width: calc(50% - 5px);
    }

    .looking-for-slide:nth-child(odd) {
        max-width: calc(50% - 5px);
    }
}

@media (max-width:991.98px) {
    .looking-for-slide {
        max-width: 100%;
    }

    .looking-for-slide:nth-child(odd) {
        max-width: 100%;
    }
}

@media (max-width:576.98px) {
    .looking-for-box {
        height: 210px;
    }

    .looking-for-docs {
        padding: 30px;
    }

    .looking-for {
        padding-left: 0;
    }
}

/* Pool list */
.pool-list {
    padding: 190px 0;
    background-color: var(--wildSand);
}

.pool-list .container {
    display: grid;
    gap: 100px;
}

.pool-list-text {
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.text-right-box .pool-list-text {
    text-align: left;
    align-items: start;
}

.text-left-box {
    flex-direction: row-reverse;
}

.pool-list-text h2 {
    max-width: 350px;
}

.text-left-box .pool-list-text {
    text-align: right;
    align-items: end;
}

.pool-list img {
    box-shadow: 0px 10px 20px 0px #00000040;
}

@media (max-width: 1199.98px) {
    .pool-list-text {
        padding: 0 50px;
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .pool-list {
        padding: 50px 0 0px;
    }

    .text-left-box {
        flex-direction: column;
    }

    .text-left-box .pool-list-text,
    .text-right-box .pool-list-text {
        text-align: center;
        align-items: center;
    }
    .pool-list-text h2 {
        max-width: 100%;
    }
    .pool-list-text {
        padding: 50px 0px;
        gap: 30px;
    }

    .pool-list .container {
        display: grid;
        gap: 0px;
    }
}

/* process */
.process {
    padding: 10px;
}

.process-row {
    display: flex;
    gap: 10px;
}

.process-box {
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    text-align: center;
}

.process-box h2 {
    color: var(--white);
}

.process-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.process-box ul li {
    height: 95px;
    width: 100%;
    display: flex;
    background-color: var(--wildSand);
    align-items: center;
    padding: 0 35px;
    gap: 40px;
    border-bottom: 6px solid var(--bismark);
}

.builders-process-box ul li {
    border-color: var(--mongoose);
}

.process-box ul li h3 {
    font-size: 48px;
    font-weight: 800;
    line-height: 43.2px;
    color: var(--shark);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 35px;
    flex: 0 0 auto;
    width: 260px;
}

.process-box ul li .text-bismark {
    color: var(--bismark);
}

.process-box ul li .text-mongoose {
    color: var(--mongoose);
}

.process-box ul li h3 span {
    font-family: var(--articulatCF);
    color: var(--shark);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
}

.process-box ul li p {
    font-family: var(--articulatCF);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 36px;
    color: var(--mako);
}

@media (max-width:1700px) {
    .process-box {
        padding: 100px 20px;
    }
}

@media (max-width:1399.98px) {

    .process-box ul li h3 {
        width: 130px;
        font-size: 36px;
    }

    .process-box {
        padding: 60px 10px;
    }

    .process-box ul li h3 span {
        font-size: 14px;
        line-height: 19.6px;
    }

    .process-box ul li p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 991.98px) {
    .process-row {
        flex-direction: column;
    }
}

@media (max-width: 991.98px) and (min-width: 767.98px) {
    .process-row {
        flex-direction: column;
    }

    .process-box ul li h3 {
        width: max-content;
    }
}

@media (max-width: 767.98px) {
    .process-box {
        padding: 60px 10px 10px;
    }

    .process-box .button {
        display: none;
    }
}

.why-choose {
    padding-top: 190px;
    padding-bottom: 180px;
}

.why-choose h2 {
    color: var(--shark);
    margin-bottom: 140px;
}

.why-choose p {
    margin-top: 40px;
}

.why-choose p:first-of-type {
    line-height: 1;
}

.why-choose strong {
    color: var(--shark);
}

.why-choose-box {
    max-width: 435px;
    margin: auto;
}

@media (max-width: 991.98px) {

    .why-choose {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .why-choose h2 {
        margin-bottom: 50px;
    }

    .why-choose p {
        margin-top: 30px;
    }
}

.menu-slider-swiper {
    padding: 0 10px;
}

.menu-slider-box {
    position: relative;
}

.menu-slider-box img {
    width: 100%;
    height: 100%;
}

.menu-slider-box h2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: var(--white);
}

@media (max-width: 991.98px) {
    .menu-slider-box h2 {
        right: 30px;
    }
    /* .menu-slider-swiper .swiper-slide ,
    .menu-slider-box {
       height: 355.243px;
        width: 346.308px;
    } */
    .menu-slider {
        margin-bottom: 80px;
    }
}

/* Book Online form */

.book-online-form {
    padding: 10px;
}

.book-online-bg {
    background-image: var(--bg-img-pc);
    background-size: cover;
    background-position: center;
    padding: 180px 0;
}

.bof-box {
    background-color: var(--white);
    padding: 60px;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
}

.bof-box h2 {
    margin-bottom: 60px;
}

.bof-box hr {
    background-color: var(--silver);
    height: 2px;
    margin: 40px 0;
}

.bof-box p {
    color: var(--mako);
    text-align: center;
    font-family: var(--articulatCF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.name-inputs,
textarea,
input {
    display: block;
    text-align: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--silver);
    color: var(--shark);
    font-size: 30px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 97%;
    text-transform: capitalize;
    outline: none;
}

textarea:focus,
input:focus{
    border-bottom: 3px solid var(--bismark);
    font-weight: 800;
}

textarea::placeholder,
input::placeholder {
    color: var(--shark);font-weight: 500;
}

.name-inputs {
    display: flex;
    border: none;
    gap: 30px;
}

.name-inputs input {
    flex: 1;
    margin-bottom: 0;
}

.service-options {
    display: flex;
    gap: 30px;
}

.service-options label {
    position: relative;
    width: 275px;
    height: 70px;
}

.service-options label input {
    display: none;
}

.service-options label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 275px;
    height: 70px;
    border: 2px solid var(--wildSand);
    background-color: var(--wildSand);
    color: var(--shark-05);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 97%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.service-options label input:checked~span {
    border: 2px solid var(--bismark);
    color: var(--bismark);
}

.bof-box .button {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .book-online-bg {
        padding: 20px 0;
        background-image: var(--bg-img-mo);
    }

    .service-options,
    .name-inputs {
        flex-direction: column;
    }

    .bof-box {
        margin: auto;
        padding: 40px 30px 70px;
    }

    .book-online-form {
        padding: 0px;
    }

    .bof-box hr {
        width: 293.433px;
        margin: 30px auto 50px;
    }

    .bof-box p:not(:first-of-type) {
        text-align: left;
    }

    .service-options {
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) and (min-width: 415px) {
    .bof-box {
        padding: 40px 55px 70px;
    }
}

/* footer */

.top-footer {
    background-color: var(--woodsmoke-1);
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    align-items: start;
}

.top-left-footer {
    max-width: 535px;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--white-05);
}

.f-logo {
    margin-bottom: 60px;
}

.trf-looking {
    background-image: var(--bg-img);
    max-width: 547px;
    width: 100%;
    height: 162px;
    color: var(--white);
    padding: 40px;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.trf-looking h5 {
    color: var(--white);
    font-family: var(--articulatCF);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    text-transform: capitalize;
}

.trf-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: calc((547px * 2) + 10px);
}

.trf-row {
    display: flex;
    gap: 10px;
    padding: 0 15px;
}

.trf-col {
    flex: 1;
}

.trf-col-repairs {
    border-bottom: 6px solid var(--bismark);
}

.trf-col-renovations {
    border-bottom: 6px solid var(--teak);
}

.top-rigth-footer {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
}

.trf-end h3 {
    color: var(--white);
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.trf-end p {
    display: flex;
    gap: 20px;
}

.foot-menu {
    display: flex;
    justify-content: end;
    gap: 120px;
    color: var(--white);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

.foot-menu ul {
    gap: 15px;
    display: grid;
}

.foot-menu h6 {
    color: var(--white-05);
    font-family: var(--articulatCF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.copyright {
    background-color: var(--shark);
    color: var(--white);
    font-family: var(--articulatCF);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 0;
    text-transform: uppercase;
}

.copyright-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-box p {
    display: flex;
    gap: 20px;
    font-size: 12px;
}


@media (min-width: 1400px) {
    .copyright .container {
        max-width: 1390px;
    }
}

@media (min-width: 1500px) {
    .copyright .container {
        max-width: 1490px;
    }
}

@media (max-width:1600px) {
    .top-left-footer {
        max-width: 350px;
    }
}

@media (min-width:1700px) {
    .copyright .container {
        max-width: 1650px;
    }
}



@media (max-width: 1399.98px) {
    .trf-looking {
        padding: 30px;

    }

    .trf-end h3,
    .trf-looking h2 {
        font-size: 50px;
    }

}

@media (max-width: 1199.98px) {
    .top-footer {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .top-left-footer {
        border-top: 1px solid var(--white-05);
        border-right: none;
        width: auto;
        padding-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .f-logo {
        margin-bottom: 10px;
    }


}

@media (max-width: 991.98px) {
    .trf-box {
        flex-direction: column-reverse;
    }

    .trf-row {
        flex-direction: column;
    }

    .trf-end h3 {
        text-align: center;
        margin-bottom: 45px;
    }

    .trf-end {
        gap: 60px;
    }

    .trf-end p,
    .foot-menu {
        justify-content: center;
    }

    .foot-menu {
        gap: 60px;
    }

    .trf-looking {
        max-width: 100%;
        background-image: var(--bg-img-mo);
        background-size: cover;
        height: 160px;
        align-items: start;
        text-align: left;
    }
.copyright {
    display: none;
}
    .copyright-box {
        flex-direction: column;
        gap: 10px;
    }

    .copyright-box p {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 430px) {

    .trf-end h3,
    .trf-looking h2 {
        font-size: 40px;
    }

}

/* Areas Suburb Name */

.areas-suburb-name {
    padding-top: 180px;
    padding-bottom: 180px;
}

.areas-suburb-name h2 {
    text-align: center;
    color: var(--woodsmoke-2);
}

.areas-search {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.areas-search span {
    width: 100px;
    display: flex;
    height: 47px;
    font-family: var(--raleway);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--wildBlueYonder-03);
    color: var(--wildBlueYonder);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    cursor: pointer;
}

.areas-search span.active {
    background-color: var(--bismark);
    color: var(--alabaster);
   
}
.areas-search span:hover{
    transform: translateY(-10px);
}
.areas-suburb-list {
    display: grid;
    row-gap: 40px;
    column-gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    max-width: 1100px;
    margin: auto;
    margin-top: 115px;
}

.areas-suburb-box h3 {
    font-family: var(--raleway);
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 800;
    line-height: 38.74px;
    letter-spacing: -0.02em;
    color: var(--bismark);
    margin-bottom: 35px;
}

.areas-suburb-box ul li {
    font-family: var(--raleway);
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    letter-spacing: -0.02em;
    color: var(--stormGray);
}

@media (max-width: 767.98px) {
    .areas-suburb-list {
        margin-top: 80px;
    }

    .areas-suburb-name {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .areas-search span {
        font-size: 12px;
        width: 78px;
        height: 35px;
    }

    .areas-suburb-list {
        column-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

.allPrefix {
	display:none;
}
.allPrefix.active {
	display:block;
}
.hide_more {
	display:none;
}
.show_more_less p{ 
	/* color:var(--Blue);   */
	font-weight:bold;
    margin-top: 30px;
}
.show_more_less {
	cursor:pointer;
}

.pool-list-text.pool-list-text-area, .pool-list-text.pool-list-text-area h2, .pool-list-text.pool-list-text-area p{
    max-width: 100%;
    width: 100%;
}
.pool-list-text.pool-list-text-area{
    padding: 0 50px;
    gap: 25px;
}
.pool-list-text.pool-list-text-area ul, .nsw-pools-area ul{
    padding: 10px 0px;
    margin-left: 1rem;
    list-style-type: disc;
}
.pool-list-text.pool-list-text-area li,.nsw-pools-area li{
    list-style-type: disc;
    font-family: var(--articulatCF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.pool-list-text.pool-list-text-area.pool-list-text-left-area ul{
    list-style: none;
    margin-left: 0;
} 
.pool-list-text.pool-list-text-area.pool-list-text-left-area li {
    padding-right: 20px;
    position: relative;
    list-style: none;
}

.pool-list-text-left-area li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.nsw-pools-area li{
    text-align: left;
}
.pool-renovation-section.pool-renovation-section-area .pool-img img{
    border: none;
    box-shadow: unset;
}
.pool-renovation-section.pool-renovation-section-area .pool-reno-content{
    max-width: 420px;
}

@media (max-width: 767.98px) {
    .pool-list.pool-list-area .row{
        padding-bottom: 20px;
    }
    .pool-list-text-left-area li::after {
        content: unset;
    }
    .pool-list-text.pool-list-text-area.pool-list-text-left-area ul{
        list-style: disc;
        margin-left: 1rem;
    } 
    .pool-list-text.pool-list-text-area.pool-list-text-left-area li {
        padding-right: 0px;
        position: relative;
        list-style: disc;
        text-align: left;
    }
    .pool-list-text.pool-list-text-area li,.nsw-pools-area li{
        text-align: left;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .home-hero .hero-docs{
        padding-top: 250px;
    }
}
.text-tra-new p{
    text-transform: none !important;
}
.pool-detection-section .pool-leak-content.pool-leak-gap{
    gap: 20px;
}