/* ========================================
   BLOCKS CSS - Extracted from Block Templates
   ======================================== */
   
img{
    display: unset;
}

/* ========================================
   PAGE BANNER BLOCK
   ======================================== */

/* Hero section styling */
.front-hero {
    height: 40vh;
    position: relative;
    background-position: center;
}

/* Centered title container */
.center-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 1;
}

/* Banner text wrapper */
.banner-text {
    width: 40vw;
}

/* Background shadow overlay */
.background-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000057;
}

/* Main title styling */
.main-title_newcss {
    background: #d42127;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    font-size: 4rem;
    padding: 1rem 0 1rem 3rem;
    line-height: 1;
}

/* ========================================
   REPEATER ZIGZAG BLOCK
   ======================================== */

/* Zigzag section headings */
.front-zig h1 {
    font-size: 44px;
    color: #1f4f92;
    line-height: 100%;
    margin-bottom: 40px;
    font-weight: 100;
    text-align: left;
    text-transform: capitalize;
    position: relative;
}

.front-zig h1 strong {
    position: relative;
    font-family: 'Bad Script';
    color: #4db848;
    display: inline-block;
    padding: 28px 0;
}

.front-zig h2, 
.front-zig h3, 
.front-zig h4, 
.front-zig h5, 
.front-zig h6 {
    color: #1f4f92;
}

/* Zigzag paragraph styling */
.front-zigzag p {
    font-size: 1rem;
    margin: 1rem 0;
}

/* Image wrapper for zigzag */
.img-wrapper_newcss {
    overflow: hidden;
    height: 500px;
}

.img-wrapper-imgtag_newcss {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

/* ========================================
   GRID CARDS BLOCK
   ======================================== */

/* Grid text headings */
.grid_text h1, 
.grid_text h2, 
.grid_text h3 {
    font-weight: 900;
    font-size: 2.5rem;
    color: #000;
    margin: 0;
}

.grid_text h4, 
.grid_text h5, 
.grid_text h6 {
    font-weight: 900;
    color: #4db848;
    font-size: 1.2rem;
}

.grid_text p {
    font-size: 1.1rem;
}

/* Grid card image wrapper */
.front-grid_card-img-wrap {
    position: relative;
    overflow: hidden;
    width: 4rem;
    border-radius: 2rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Grid square styling */
.grid-square {
    border: 4px double #ccc;
    position: relative;
    padding: 1rem;
    background: #fff;
}

.grid-square:hover {
    border: 4px solid #4db848;
}

.grid-square p {
    color: #000;
}

/* Grid square decorative elements */
.grid-square:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 40px solid #5D5E5E;
    border-right: 40px solid transparent;
}

.grid-square:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 40px solid #4db848;
    border-left: 40px solid transparent;
}

/* Grid title styling */
.gridtitle h1, 
.gridtitle h2, 
.gridtitle h3, 
.gridtitle h4, 
.gridtitle h5, 
.gridtitle h6 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
}

/* View more button */
.view-more-button {
    margin: 1rem;
    background: #4db848;
    font-size: 17px;
    padding: 16px 30px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.view-more-button:hover {
    background: #8e7b00;
}

/* Grid column layouts */
.front-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.front-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.front-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.front-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* Mobile responsive grid */
@media(max-width: 1100px) {
    .front-grid_mb {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   CONTENT SIDEBAR BLOCK
   ======================================== */

/* Main content container */
.main-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.inner_container {
    justify-content: space-between;
}

/* Content aside styling */
.content-aside {
    overflow-wrap: break-word;
    width: 30%;
}

/* Content article headings */
.content-article h1,
.content-article h2,
.content-article h3,
.content-article h4,
.content-article h5,
.content-article h6 {
    font-weight: 800;
    color: #000;
}

.content-article h1 {
    font-size: 2rem;
}

.content-article h2 {
    font-size: 1.8rem;
}

.content-article h3 {
    font-size: 1.6rem;
}

.content-article h4 {
    font-size: 1.4rem;
}

.content-article h5 {
    font-size: 1.2rem;
}

.content-article h6 {
    font-size: 1.1rem;
}

.content-article {
    overflow-wrap: break-word;
    width: 70%;
}

/* Sidebar styling */
.sidebar_style {
    border: 1px solid #D42127;
    padding: 20px 20px 10px;
}

.widget_nav_menu li {
    transition: all .2s linear;
}

/* Sidebar menu styling */
.content-aside .menu {
    padding: 0;
}

.content-aside .menu ul {
    margin: none;
    padding: none;
}

.content-aside .menu li {
    list-style-type: none;
}

.content-aside .menu a {
    display: block;
    background: #f7f7f7;
    padding: 0.5rem 0.7rem;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    transition: 0.5s;
    text-decoration: none;
}

.content-aside .menu a:hover {
    background: #5D5E5E;
    color: #fff;
}

.content-aside .current-menu-item a {
    background: #5D5E5E;
    transition: 0.5s;
    color: #fff !important;
}

/* Sidebar CTA sections */
.footer-ques, 
.service-ques {
    background: #3A3A3A;
    padding: 50px 35px;
    outline: 1px dashed #888;
    outline-offset: -15px;
    text-align: center;
    margin: 1rem 0;
}

.sidebar_cta-title {
    padding: 15px 0 10px;
    margin: 0;
    color: #d42127;
}

.book-btn a {
    background: #D42127;
    color: #fff;
    padding: 17px 30px 19px;
}

.book-btn a:hover {
    background: #fff;
    color: #000 !important;
}

/* ========================================
   FAQ BLOCKS
   ======================================== */

/* Accordion container */
.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.accordion .a-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5px;
}

/* Accordion button styling */
.accordion .a-container .a-btn {
    margin: 0;
    position: relative;
    padding: 15px 30px;
    color: #4d4d4d;
    font-weight: 400;
    display: block;
    font-weight: 500;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1) !important;
}

.accordion .a-container .a-btn:hover {
    color: #000;
}

/* Accordion button icon */
.accordion .a-container .a-btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 18px;
}

.accordion .a-container .a-btn span:after {
    content: '';
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    top: 6px;
}

.accordion .a-container .a-btn span:before {
    content: '';
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    top: 6px;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

/* Accordion panel styling */
.accordion .a-container .a-panel {
    background: #f8f8f8;
    width: 100%;
    color: #484848;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
    border-width: 1px;
    border-color: #f0f0f0;
}

/* Active accordion states */
.accordion .a-container.active .a-btn {
    color: #000;
}

.accordion .a-container.active .a-btn span::before {
    transform: rotate(0deg);
}

.accordion .a-container.active .a-panel {
    padding: 15px 10px 10px 10px;
    opacity: 1;
    box-sizing: border-box;
    max-height: 500px;
}

/* FAQ text styling */
.faq-text h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
}

/* ========================================
   SEPARATED ZIGZAG BLOCK
   ======================================== */

/* Block note styling */
blocknote {
    border-color: #D42127;
    margin: 10px 0px 25px 35px;
    padding: 15px 0 15px 20px;
}

/* ========================================
   GRID IMAGES BLOCK
   ======================================== */

/* Grid images headings */
.grid_images h1, 
.grid_images h2, 
.grid_images h3, 
.grid_images h4,
.grid_images h5,
.grid_images h6 {
    color: #4db848;
}

/* Grid image wrapper */
.front-grid-img-wrap {
    position: relative;
    overflow: hidden;
    width: auto;
    border-radius: 1rem 1rem 0rem 0rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Grid square for images */
.grid-square_images {
    background: #1f4f92;
    border-radius: 2rem 2rem 0rem 0rem;
    display: flex;
    justify-content: center;
}

/* Text grid styling */
.text_grid p {
    padding: 0.75rem 0;
    margin: 0;
}

/* Width utility */
.width-250 {
    width: 10.625rem;
}

/* ========================================
   TESTIMONIAL SLIDER BLOCK
   ======================================== */

/* Testimonials slider wrapper */
.testimonials_slider-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    cursor: pointer;
    padding: 1rem 10%;
}

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

.testimonials_slider-wrapper p {
    color: #000;
    font-weight: normal;
}

/* Mobile responsive testimonials */
@media(max-width: 1100px) {
    .testimonials_slider-wrapper {
        position: relative;
        overflow: hidden;
        height: auto;
    }
    
    .testimonials_slider-wrapper img {
        height: 100%;
        object-fit: cover;
    }
}

/* Glide slider base styles */
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: -webkit-grab;
    margin-top: 0;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
}

.glide__slides {
    margin: 0;
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Glide arrows */
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
    position: absolute;
    margin-top: -5rem;
    left: 0;
    right: 0;
    width: 110px;
    margin: -5rem auto 0 auto;
}

.glide__arrow {
    border: 4px solid #d42127;
    padding: 0.5rem 0.7rem;
    color: #d42127;
    background: #fff !important;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: monospace;
}

.glide__arrow:hover {
    background: #d42127 !important;
    border: 4px solid #d42127;
    color: #fff;
    cursor: pointer;
}

/* Slider arrow positioning */
.slider__arrow--prev {
    left: 1.5rem;
}

.slider__arrow--next {
    right: 1.5rem;
}

.slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    border-radius: 50%;
    background-color: #454545;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
}

/* Font awesome icon positioning */
.fas {
    right: 5px;
    position: absolute;
    top: 6px;
}

/* Testimonial frame styling */
.testimonials_slider__frame[class*=active] {
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: background 0.1s ease-in;
}

.testimonials_slider__frame {
    border-radius: 0.16667em;
    text-align: center;
    height: unset;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.112);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.116);
    color: #fff;
    font-size: 1em;
    font-weight: 900;
}

/* Mobile responsive testimonial frame */
@media(max-width: 1100px) {
    .testimonials_slider__frame {
        height: unset;
    }
}

/* Glide bullets */
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
    display: flex;
    justify-content: center;
    padding: 1rem;
    gap: 0.5rem;
}

.glide__bullet, 
.glide__bullet--active {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    border: none;
}

.glide__bullet {
    background: #d42127;
    opacity: .5;
}

.glide__bullet--active {
    background: #d42127;
    opacity: 1;
}

/* RTL support */
.glide--rtl {
    direction: rtl;
}

/* ========================================
   TESTIMONIAL SLIDER BLOCK - MEDIA QUERIES
   ======================================== */

/* Responsive adjustments for testimonial slider */
@media (max-width: 1100px) {
    .testimonials_slider-wrapper {
        padding: 0 1rem;
    }
    
    .testimonials_slider__frame {
        padding: 1rem;
    }
}

/* ========================================
   TEMPLATE STYLES - PAGE TEMPLATES
   ======================================== */

/* ========================================
   GRID LINKS SECTION
   ======================================== */

/* Grid links container */
.grid-links {
    display: flex;
    justify-content: space-between;
}

/* Grid links styling */
.grid-links a {
    color: #4db848 !important;
}

/* ========================================
   GLOBAL BODY STYLES
   ======================================== */

/* Body background */
body {
    background: #ffffff !important;
}

/* Heading styles */
body h2, body h3, body h4, body h5, body h6 {
    color: #000;
    font-weight: 800;
    margin: 2rem 0 1rem 0;
}

body h2 {
    font-size: 2.5rem;
}

body h3 {
    font-size: 1.6rem;
}

body h4 {
    font-size: 1.4rem;
}

body h5 {
    font-size: 1.3rem;
}

body h6 {
    font-size: 1.2rem;
}

/* Site main content spacing */
.site-main > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ========================================
   TEXT SELECTION STYLES
   ======================================== */

/* Text selection color */
::selection {
    background-color: #79d975;
    color: #fff;
}

/* Input and textarea selection */
input::selection,
textarea::selection,
input::-moz-selection,
textarea::-moz-selection {
    background-color: #4db848;
    color: #fff;
}

/* ========================================
   LAYOUT UTILITIES
   ======================================== */

/* Block padding */
.blocks-padding {
    padding: 3rem 0rem;
}

/* Banner image positioning */
.banner-img {
    position: absolute;
    margin-right: -60rem;
}

/* Text white styling */
.text-white p, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

/* Main heading styling */
.mainh1 {
    font-size: 3rem;
    color: #ffffff !important;
    font-weight: bold;
    text-shadow: 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c;
}

/* Suburb banner section */
.suburb-banner-section {
    justify-content: center;
}

/* ========================================
   FLEXBOX AND GRID UTILITIES
   ======================================== */

/* Display utilities */
.d-flex_newcss {
    display: flex;
}

.d-grid_newcss {
    display: grid;
}

/* Column utilities */
.col-6_newcss {
    width: 50%;
}

/* Image utilities */
.front-img {
    position: relative;
}

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

/* Flex direction utilities */
.front-zag {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fd-column {
    flex-direction: column;
}

/* Container utilities */
.container_newcss {
    max-width: 1300px;
}

/* Alignment utilities */
.justify-center_newcss {
    justify-content: center;
}

.align-center_newcss {
    align-items: center;
}

.vthz-center {
    justify-content: center;
    align-items: center;
}

/* Gap utilities */
.gap_1 {
    gap: 1rem;
}

.gap_3 {
    gap: 3rem;
}

/* Background utilities */
.bg-white {
    background-color: #fff;
}

/* ========================================
   HEADING STYLES
   ======================================== */

/* Custom heading styles */
.headings_newcss, .headings_small_newcss {
    color: #4db848;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
}

.headings_newcss {
    font-size: 3rem;
}

.headings_small_newcss {
    font-size: 1.6rem;
}

/* ========================================
   BUTTON STYLES
   ======================================== */

/* CTA button styling */
.cta_button_newcss {
    background: #4db848 !important;
    border-radius: 4px;
    padding: 1rem 2rem;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

/* ========================================
   CARD COMPONENTS
   ======================================== */

/* Width utilities */
.w-100_newcss {
    width: 100%;
}

.flex-1 {
    flex: 1;
}

/* Two cards section */
.front-two_cards {
    margin-top: -5rem;
}

.justify-space-around {
    justify-content: space-around;
}

.front-two_cards_card {
    width: 35rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}

/* Border and padding utilities */
.b-radius-1 {
    border-radius: 1rem;
}

.py-2 {
    padding: 2rem;
}

/* Card styling */
.front-card {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}

.front-card_no-padding {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

/* Margin utilities */
.mb_3 {
    margin-bottom: 3rem !important;
}

/* Text alignment */
.text-center {
    text-align: center;
}

/* Order utilities */
.order-left {
    flex-direction: row-reverse;
}

.order-right {
    flex-direction: row;
}

/* Centered block image */
.centered-block_img {
    max-height: 10rem;
    overflow: hidden;
}

/* ========================================
   TEMPLATE MEDIA QUERIES
   ======================================== */

/* Grid links responsive */
@media (max-width: 1100px) {
    .grid-links {
        flex-direction: column;
    }
}

/* Body headings responsive */
@media (max-width: 1100px) {
    body h2 {
        font-size: 2rem;
    }
    
    body h3 {
        font-size: 1.4rem;
    }
    
    body h4 {
        font-size: 1.2rem;
    }
    
    body h5 {
        font-size: 1.1rem;
    }
    
    body h6 {
        font-size: 1.1rem;
    }
}

/* Banner image responsive */
@media (max-width: 1600px) {
    .banner-img {
        margin-right: -80rem;
    }
}

/* Main responsive styles */
@media (max-width: 1100px) {
    .blocks-padding {
        padding: 0rem;
    }
    
    .row_newcss {
        flex-direction: column;
    }
    
    .fd-column-r_mb {
        flex-direction: column-reverse;
    }
    
    .flex-d-column_mb {
        flex-direction: column;
    }
    
    .headings_newcss {
        font-size: 2rem;
    }
    
    .container_newcss {
        margin: 0 1rem;
    }
    
    .front-hero {
        margin-bottom: unset !important;
        padding-top: unset !important;
    }
    
    .banner-img {
        position: unset;
        margin-right: unset;
    }
    
    .front-two_cards_card {
        width: 100%;
    }
    
    .front-two_cards {
        margin-top: unset;
    }
    
    #colophon .footer-form-section-wrap {
        margin: -50px auto 0;
    }
    
    .order-left {
        flex-direction: column;
    }
    
    .order-right {
        flex-direction: column;
    }
    
    .break-anywhere {
        overflow-wrap: anywhere;
    }
}


.bathroom-renovation-section {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    letter-spacing: 0.6px;
    padding: 64px 0;
    background-color: #f8fafc;
}

.bathroom-renovation-section h2 {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 48px;
    letter-spacing: 0.4px;
}

.bathroom-renovation-section .content-text {
    font-weight: 300;
    color: #343434;
    margin-bottom: 48px;
}

.bathroom-renovation-section .content-text strong {
    font-weight: 600;
}

.bathroom-renovation-section .image-container {
    margin-bottom: 0;
}

.cta-container {
    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: #1d8818;
    color: #ffffff;
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.4px;
}

.cta-button:hover {
    background-color: #1f597c;
    color: #ffffff;
    text-decoration:none;
}

/* Services Section Styles */
.services-section {
    padding: 64px 0;
    background-color: #ffffff;
    font-family: 'Be Vietnam', sans-serif;
}

.services-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.services-section .section-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
    text-align: center;
}

.services-section .section-intro a {
    color: #1f4f92;
    font-weight: 600;
    text-decoration: none;
}

.services-section .service-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.services-section .service-title {
    font-weight: 500;
    font-size: 24px;
    color: #1f4f92;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.services-section .service-description {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 18px;
}

.services-section .service-list {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 32px;
    padding-left: 20px;
}

.services-section .service-list li {
    margin-bottom: 8px;
}

.services-section .service-list li strong {
    font-weight: 600;
}

.services-section .service-list.detailed li {
    margin-bottom: 12px;
}

/* Rich Text CSS Classes */
.rich-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
}

.rich-text h3 {
    font-weight: 500;
    font-size: 24px;
    color: #1f4f92;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.rich-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 18px;
}

.rich-text ul {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 32px;
    padding-left: 20px;
}

.rich-text ul li {
    margin-bottom: 8px;
}

.rich-text ul li strong {
    font-weight: 600;
}

.rich-text a {
    color: #1f4f92;
    font-weight: 600;
    text-decoration: none;
}

.rich-text a:hover {
    text-decoration: underline;
}

/* Design Considerations Section Styles */
.design-considerations-section {
    background-color: #1f4f92 !important;
    padding: 64px 0;
}

.design-considerations-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.design-considerations-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
}

.design-card {
    background-color: #ffffff11;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.design-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-icon i {
    font-size: 28px;
    color: #1d8818;
}

.design-card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.design-card-description {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    flex-grow: 1;
}

/* CTA Section Styles */
.cta-section {
    background-color: #1f4f92 !important;
}

.cta-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.cta-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 28px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .cta-button-secundary{
    background: #ffffff;
    color: #1f4f92;
}

.cta-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-card {
    background-color: #ffffff11;
    padding: 40px 32px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cta-icon i {
    font-size: 28px;
    color: #1f4f92;
}

.cta-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.cta-card-description {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 32px;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .cta-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-section .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .cta-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .cta-card {
        padding: 32px 24px;
    }

    .cta-card-title {
        font-size: 20px;
    }

    .cta-card-description {
        font-size: 16px;
    }

}

/* Fittings and Finishes Section Styles */
.fittings-finishes-section {
    background-color: #ffffff;
    padding: 64px 0;
}

.fittings-finishes-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.fittings-finishes-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 48px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.fittings-cards-container {
    display: grid;
    gap: 32px;
    margin-top: 48px;
}

.fitting-card {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    padding: 32px;
    transition: all 0.3s ease;
}

.fitting-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.fitting-card-description {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin: 0;
}

/* Process Cards Section Styles */
.concept-completion-section {
    background-color: #e7edfb;
    padding: 64px 0;
}

.concept-completion-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
}

.concept-completion-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 32px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.process-subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 48px;
    letter-spacing: 0.3px;
}

.process-cards-container {
    display: grid;
    gap: 32px;
    margin-top: 48px;
}

.process-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.process-number-main {
    width: 80px;
    height: 80px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    font-weight: 700;
    color: #1f4f92;
}

.process-card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 18px;
}

.process-card-description {
    font-size: 18px;
    color: #343434;
    margin: 0;
}

.conclusion-text {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.fitting-card-description strong {
    font-weight: 600;
}

.showroom-cta {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.showroom-cta strong {
    color: #1f4f92;
    font-weight: 600;
}

/* Why Choose Yourway Design Section */
.why-choose-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.why-choose-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 48px;
    letter-spacing: 0.4px;
    text-align: center;
}

.why-choose-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.why-choose-item {
    border: 1px solid #e2e8f0;
    padding: 40px;
}

@media (max-width: 992px) {
    .why-choose-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.why-choose-subtitle{
    font-weight: 600;
    font-size: 22px;
    color: #1f4f92;
    margin-bottom: 18px;
}

.why-choose-description {
    font-size: 18px;
    color: #343434;
    margin: 0;
}

.why-choose-description strong {
    font-weight: 600;
}

.why-choose-description a {
    color: #1f4f92;
    text-decoration: underline;
    font-weight: 600;
    display: inline;
}

.why-choose-description a:hover {
    color: #2563eb;
    text-decoration: none;
}

/* Council Approvals Section Styles */
.council-approvals-section {
    padding: 64px 0;
    background-color: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.council-approvals-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.council-approvals-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 48px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.council-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.council-item {
    padding: 32px;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.council-item-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.council-item-description {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin: 0;
}

.council-item-description strong {
    font-weight: 600;
}

.experience-highlight {
    border-radius: 8px;
}

.experience-highlight h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #343434;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.experience-highlight p {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin: 0;
}

.experience-highlight strong {
    font-weight: 600;
}

@media (max-width: 768px) {
    .council-approvals-section {
        padding: 40px 0;
    }

    .council-approvals-section .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .council-approvals-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .council-content {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 32px;
    }

    .council-item {
        padding: 24px 20px;
    }

    .council-item-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .council-item-description {
        font-size: 16px;
    }

    .experience-highlight {
        padding: 24px 20px;
    }

    .experience-highlight h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .experience-highlight p {
        font-size: 16px;
    }
}

/* Concept to Completion Section */
.concept-completion-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.concept-completion-section .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

.concept-completion-section .section-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    margin-bottom: 48px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.concept-completion-section .process-subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 32px;
    text-align: center;
}

.process-steps {
    display: grid;
    gap: 32px;
    margin-bottom: 48px;
}

.process-step {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #1f4f92;
    padding: 32px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(31, 79, 146, 0.1);
}

.process-step-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #1f4f92;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.process-step-description {
    font-size: 18px;
    line-height: 1.6;
    color: #343434;
    margin: 0;
}

.concept-completion-section .section-conclusion {
    font-size: 20px;
    line-height: 1.6;
    color: #343434;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.concept-completion-section .section-conclusion strong {
    color: #1f4f92;
    font-weight: 600;
}

@media (max-width: 768px) {
    .bathroom-renovation-section {
        padding: 32px 0;
    }
    
    .bathroom-renovation-section h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .bathroom-renovation-section .content-text,
    .bathroom-renovation-section .image-container {
        margin-bottom: 24px;
    }

    .services-section {
        padding: 32px 0;
    }

    .services-section .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .services-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .services-section .service-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .design-considerations-section {
        padding: 32px 0;
    }

    .design-considerations-section .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .design-considerations-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .design-considerations-section {
        padding: 40px 0;
    }

    .design-considerations-section .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .design-considerations-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .design-card {
        padding: 24px 20px;
    }

    .design-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .design-icon i {
        font-size: 24px;
    }

    .design-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .design-card-description {
        font-size: 15px;
    }

    .fittings-finishes-section {
        padding: 40px 0;
    }

    .fittings-finishes-section .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .fittings-finishes-section .section-intro {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .fittings-cards-container {
        gap: 20px;
        margin-top: 32px;
    }

    .fitting-card {
        padding: 24px 20px;
    }

    .fitting-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .fitting-card-description {
        font-size: 15px;
    }

    .showroom-cta {
        font-size: 18px;
        padding: 24px 20px;
        margin-bottom: 20px;
    }

    .concept-completion-section {
        padding: 40px 0;
    }

    .concept-completion-section .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .concept-completion-section .section-intro {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .process-subtitle {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .process-cards-container {
        gap: 20px;
        margin-top: 32px;
    }

    .process-card {
        padding: 24px 20px;
    }

    .process-number-main {
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
    }

    .process-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .process-card-description {
        font-size: 15px;
    }

    .conclusion-text {
        font-size: 18px;
    }

    .why-choose-section {
        padding: 40px 0;
    }

    .why-choose-section .section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .why-choose-content {
        gap: 24px;
    }

    .why-choose-item {
        padding: 24px 20px;
    }

    .why-choose-subtitle mt-0 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .why-choose-description {
        font-size: 15px;
    }
}

/* Responsive Banner Styles */
.banner .slideingdiv {
    position: relative;
    height: 500px;
    min-height: 400px;
    overflow: hidden;
}

.banner .ban_desk,
.banner .ban_xs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .ban_desk {
    display: block;
}

.banner .ban_xs {
    display: none;
}

.banner .bannertext {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .bannertit h1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.banner .yrexp {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-size: 18px;
    display: block;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .banner .slideingdiv {
        height: 400px;
        min-height: 350px;
    }
    
    .banner .bannertit h1 {
        font-size: 48px !important;
    }
    
    .banner .yrexp {
        font-size: 16px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .banner .slideingdiv {
        height: 350px;
        min-height: 300px;
    }
    
    .banner .ban_desk {
        display: none;
    }
    
    .banner .ban_xs {
        display: block;
    }
    
    .banner .bannertit h1 {
        font-size: 36px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }
    
    .banner .yrexp {
        font-size: 14px;
    }
    
    .banner .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .banner .slideingdiv {
        height: 300px;
        min-height: 250px;
    }
    
    .banner .bannertit h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    .banner .yrexp {
        font-size: 13px;
    }
    
    .banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Trust Factors Responsive Styles */
.tst_fect .js_trst_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tst_fect .js_trst_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 200px;
    padding: 15px;
}

.tst_fect .js_trst_list li img {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .tst_fect .js_trst_list {
        flex-direction: column;
        gap: 15px;
    }
    
    .tst_fect .js_trst_list li {
        flex-direction: row;
        min-width: auto;
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    
    .tst_fect .js_trst_list li img {
        max-width: 40px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .tst_fect .js_trst_list li {
        flex-direction: column;
        text-align: center;
    }
    
    .tst_fect .js_trst_list li img {
        margin-right: 0;
        margin-bottom: 8px;
    }
}