

/* Start:/land/fibrocement-siding/style.css?17863692409721*/
.fibrocement-price-list {
    max-width: 1200px;
    margin: 40px auto;
    color: #000;
    padding: 0 15px;
}

.fibrocement-price-list .title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.fibrocement-price-list .title-wrap .main-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}

.fibrocement-price-list .title-wrap .sub-title {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    color: #000;
}

.fibrocement-price-list table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
}

.fibrocement-price-list table th, 
.fibrocement-price-list table td {
    border: 1px solid #000;
    padding: 10px 12px;
    vertical-align: middle;
    color: #000;
}

.fibrocement-price-list table th {
    font-weight: bold;
    background-color: #fff;
}

.fibrocement-price-list table .text-left {
    text-align: left;
}

.fibrocement-price-list table .num {
    width: 40px;
    font-weight: normal;
}

.fibrocement-price-list .availability {
    text-align: center;
    margin-top: 40px;
}

.fibrocement-price-list .availability .avail-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #000;
}

.fibrocement-price-list .availability .textures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 2px;
}

.fibrocement-price-list .availability .textures .texture-item {
    flex: 1 1 calc(12.5% - 4px);
    max-width: 12.5%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.fibrocement-price-list .availability .textures .texture-item .texture-name {
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 6px;
    height: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.fibrocement-price-list .availability .textures .texture-item .texture-img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border: 1px solid #000;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 992px) {
    .fibrocement-price-list table {
        font-size: 14px;
    }
    .fibrocement-price-list .availability .textures .texture-item {
        flex: 1 1 calc(25% - 4px);
        max-width: 25%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .fibrocement-price-list table {
        font-size: 12px;
    }
    .fibrocement-price-list table th, 
    .fibrocement-price-list table td {
        padding: 6px 3px;
    }
    .fibrocement-price-list .availability .textures .texture-item {
        flex: 1 1 calc(50% - 4px);
        max-width: 50%;
        margin-bottom: 15px;
    }
    .fibrocement-price-list .title-wrap .main-title {
        font-size: 22px;
    }
    .fibrocement-price-list .title-wrap .sub-title {
        font-size: 17px;
    }
}

/* ==========================================================================
   Land Separator & Modern Table Variant (Brand Palette: #3b447d, #2b325c)
   ========================================================================== */

.land-separator {
    margin: 60px auto;
    border: none;
    height: 2px;
    background-color: #3b447d;
    max-width: 1200px;
    opacity: 0.3;
}

.fibrocement-price-list-modern {
    font-family: inherit;
    color: #2b325c;
}

.fibrocement-price-list-modern .badge-modern {
    display: inline-block;
    background-color: #3b447d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(59, 68, 125, 0.25);
}

.fibrocement-price-list-modern .title-wrap .main-title {
    color: #000000;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
}

.fibrocement-price-list-modern .title-wrap .sub-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.fibrocement-price-list-modern .table-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(59, 68, 125, 0.08);
    border: 1px solid rgba(59, 68, 125, 0.14);
    overflow: hidden;
    margin-bottom: 35px;
    transition: box-shadow 0.3s ease;
}

.fibrocement-price-list-modern .table-card:hover {
    box-shadow: 0 14px 40px rgba(59, 68, 125, 0.14);
}

.fibrocement-price-list-modern table {
    margin-bottom: 0;
    border-collapse: collapse;
    border: none;
}

.fibrocement-price-list-modern table th,
.fibrocement-price-list-modern table td {
    border: none;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 14px 16px;
    color: #2b325c;
}

.fibrocement-price-list-modern table th:last-child,
.fibrocement-price-list-modern table td:last-child {
    border-right: none;
}

.fibrocement-price-list-modern table tbody tr:last-child td {
    border-bottom: none;
}

.fibrocement-price-list-modern table th {
    background-color: #3b447d;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fibrocement-price-list-modern table tbody tr {
    background-color: #ffffff;
}

.fibrocement-price-list-modern table tbody tr:nth-child(even) {
    background-color: #f4f6fa;
}

.fibrocement-price-list-modern table tbody tr:hover {
    background-color: #e9eef7;
}

.fibrocement-price-list-modern table .sub-text {
    font-size: 13px;
    color: #6b7280;
}

.fibrocement-price-list-modern table .num {
    font-weight: 600;
    color: #2b325c;
}

.fibrocement-price-list-modern table .price-value {
    font-weight: 700;
    font-size: 15px;
    color: #2b325c;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    border: none;
}

.fibrocement-price-list-modern .package-table th[colspan] {
    background-color: #3b447d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.fibrocement-price-list-modern .availability {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(59, 68, 125, 0.08);
    border: 1px solid rgba(59, 68, 125, 0.14);
    margin-top: 40px;
}

.fibrocement-price-list-modern .availability .avail-title {
    color: #3b447d;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.fibrocement-price-list-modern .availability .avail-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #3b447d;
    border-radius: 2px;
}

.fibrocement-price-list-modern .availability .textures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.fibrocement-price-list-modern .availability .textures .texture-item {
    flex: 1 1 calc(12.5% - 11px);
    max-width: calc(12.5% - 11px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.25s ease;
}

.fibrocement-price-list-modern .availability .textures .texture-item:hover {
    transform: translateY(-4px);
}

.fibrocement-price-list-modern .availability .textures .texture-item .texture-name {
    font-size: 9px;
    font-weight: 700;
    color: #ffffff;
    background-color: #3b447d;
    border-radius: 6px 6px 0 0;
    padding: 6px 4px;
    min-height: 34px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: background-color 0.25s ease;
    word-break: break-word;
}

.fibrocement-price-list-modern .availability .textures .texture-item .texture-img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 0 0 6px 6px;
    border: 2px solid #3b447d;
    border-top: none;
    box-sizing: border-box;
    display: block;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.fibrocement-price-list-modern .availability .textures .texture-item:hover .texture-name {
    background-color: #2b325c;
}

.fibrocement-price-list-modern .availability .textures .texture-item:hover .texture-img {
    border-color: #2b325c;
    box-shadow: 0 6px 16px rgba(59, 68, 125, 0.2);
}

@media (max-width: 992px) {
    .fibrocement-price-list-modern .availability .textures .texture-item {
        flex: 1 1 calc(25% - 9px);
        max-width: calc(25% - 9px);
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .fibrocement-price-list-modern .availability .textures .texture-item {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin-bottom: 10px;
    }
    .fibrocement-price-list-modern table th,
    .fibrocement-price-list-modern table td {
        padding: 8px 6px;
    }
}

.fibrocement-seo-text {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(59, 68, 125, 0.14);
    line-height: 1.7;
    color: #444;
}

.fibrocement-seo-text h2 {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.fibrocement-seo-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2b325c;
    margin: 25px 0 12px 0;
}

.fibrocement-seo-text p {
    margin-bottom: 15px;
}

.fibrocement-seo-text ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.fibrocement-seo-text li {
    margin-bottom: 8px;
    line-height: 1.6;
}





/* End */
/* /land/fibrocement-siding/style.css?17863692409721 */
