.elementor-229 .elementor-element.elementor-element-1044b05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3297e15 *//* ========== PRODUCTS PAGE STYLES ========== */

/* Hero Section */
.products-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5F5F5 0%, #E7B022 100%);
    position: relative;
    overflow: hidden;
}

.products-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="%23E7B022" stroke-width="0.5" opacity="0.1"/></svg>');
    background-size: 50px 50px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(99,99 , 50, 0.7);
}

.products-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
}

.hero-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #E7B022;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

/* Products Navigation */
.products-nav {
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
}

.tab-item {
    padding: 25px 35px;
    text-decoration: none;
    color: #4A4A4A;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-item:hover,
.tab-item.active {
    color: #E7B022;
    border-bottom-color: #E7B022;
    background: rgba(231, 176, 34, 0.05);
}

/* Product Category Sections */
.product-category {
    padding: 100px 20px;
    background: #FFFFFF;
}

.product-category.alt-bg {
    background: #F5F5F5;
}

.category-header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.category-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #E7B022;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.category-title {
    font-size: 48px;
    font-weight: 900;
    color: #262C39;
    margin-bottom: 20px;
    line-height: 1.1;
}

.category-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #4A4A4A;
}

.category-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Info Block */
.info-block {
    background: linear-gradient(135deg, #E7B022 0%, #F4B942 100%);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 60px;
    color: #262C39;
}

.info-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.info-block p {
    font-size: 16px;
    line-height: 1.8;
}

/* Applications Section */
.applications-section {
    margin-bottom: 60px;
}

.applications-section h3 {
    font-size: 28px;
    color: #262C39;
    margin-bottom: 30px;
    font-weight: 700;
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.app-card {
    background: #FFFFFF;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #F5F5F5;
    transition: all 0.3s ease;
}

.app-card:hover {
    transform: translateY(-10px);
    border-color: #E7B022;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.app-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.app-card h4 {
    font-size: 15px;
    color: #262C39;
    font-weight: 600;
}

/* Advantages Section */
.advantages-section {
    margin-bottom: 60px;
}

.advantages-section h3 {
    font-size: 28px;
    color: #262C39;
    margin-bottom: 30px;
    font-weight: 700;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.adv-item {
    background: linear-gradient(135deg, #262C39 0%, #2C4A52 100%);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.adv-item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.adv-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.adv-item h4 {
    font-size: 16px;
    font-weight: 600;
}

/* Product Types */
.product-types {
    margin-top: 80px;
}

.product-types > h3 {
    font-size: 32px;
    color: #262C39;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}

.type-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 50px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.type-card.reverse {
    grid-template-columns: 1fr 1fr;
}

.type-card.reverse .type-content {
    order: 2;
}

.type-card.reverse .type-image {
    order: 1;
}

.type-number {
    font-size: 72px;
    font-weight: 900;
    color: rgba(231, 176, 34, 0.2);
    line-height: 1;
    margin-bottom: 15px;
}

.type-content h4 {
    font-size: 28px;
    color: #262C39;
    margin-bottom: 15px;
    font-weight: 700;
}

.type-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 25px;
}

.type-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #E7B022;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.type-link:hover {
    gap: 15px;
    color: #F4B942;
}

.type-image {
    border-radius: 15px;
    overflow: hidden;
}

/* Properties & Uses */
.properties-uses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.prop-column h3 {
    font-size: 24px;
    color: #262C39;
    margin-bottom: 20px;
    font-weight: 700;
}

.prop-list {
    list-style: none;
}

.prop-list li {
    padding: 12px 0;
    font-size: 16px;
    color: #4A4A4A;
    border-bottom: 1px solid #F5F5F5;
}

/* Specifications Grid */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.specs-grid.four-column {
    grid-template-columns: repeat(4, 1fr);
}

.spec-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.spec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.spec-card.compact {
    padding: 0;
}

.spec-header {
    background: linear-gradient(135deg, #262C39 0%, #2C4A52 100%);
    padding: 25px;
    color: #FFFFFF;
}

.spec-header h4 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.spec-badge {
    display: inline-block;
    font-size: 11px;
    color: #E7B022;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spec-body {
    padding: 25px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #F5F5F5;
}

.spec-row.highlight-row {
    background: rgba(231, 176, 34, 0.1);
    padding: 12px 15px;
    margin: 10px -15px 0;
    border-bottom: none;
    border-radius: 8px;
}

.spec-label {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}

.spec-value {
    font-size: 14px;
    color: #262C39;
    font-weight: 700;
}

.certification-note {
    margin-top: 40px;
    text-align: center;
    padding: 25px;
    background: rgba(231, 176, 34, 0.1);
    border-radius: 15px;
}

.certification-note p {
    font-size: 16px;
    color: #262C39;
}

/* Curbstones */
.curbstone-types {
    margin-top: 60px;
}

.curb-card {
    background: #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
}

.curb-number {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 120px;
    font-weight: 900;
    color: rgba(231, 176, 34, 0.1);
    line-height: 1;
}

.curb-content {
    position: relative;
    z-index: 2;
    padding-left: 100px;
}

.curb-content h3 {
    font-size: 32px;
    color: #262C39;
    margin-bottom: 15px;
    font-weight: 700;
}

.curb-definition {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 30px;
    font-style: italic;
}

.curb-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.detail-section h4 {
    font-size: 18px;
    color: #262C39;
    margin-bottom: 15px;
    font-weight: 700;
}

.detail-section ul {
    list-style: none;
}

.detail-section ul li {
    padding: 8px 0;
    font-size: 14px;
    color: #4A4A4A;
}

.curb-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.curb-spec-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #F5F5F5;
    border-radius: 8px;
}

.curb-spec-item .label {
    font-size: 13px;
    color: #4A4A4A;
    font-weight: 600;
}

.curb-spec-item .value {
    font-size: 13px;
    color: #262C39;
    font-weight: 700;
}

.curb-image {
    margin-top: 30px;
}

.image-placeholder.small {
    padding: 60px 30px;
    font-size: 14px;
}

/* Tiles Comparison */
.tiles-comparison {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.tile-type-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.tile-type-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.tile-type-header {
    padding: 30px;
    color: #FFFFFF;
    position: relative;
}

.tile-type-header.terrazzo {
    background: linear-gradient(135deg, #E7B022 0%, #F4B942 100%);
}

.tile-type-header.mosaic {
    background: linear-gradient(135deg, #262C39 0%, #2C4A52 100%);
}

.tile-type-header.bazillion {
    background: linear-gradient(135deg, #968CCE 0%, #9B8F5C 100%);
}

.tile-type-header h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.tile-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.tile-type-body {
    padding: 30px;
}

.tile-definition,
.tile-properties,
.tile-uses {
    margin-bottom: 25px;
}

.tile-definition h4,
.tile-properties h4,
.tile-uses h4 {
    font-size: 16px;
    color: #262C39;
    margin-bottom: 12px;
    font-weight: 700;
}

.tile-definition p {
    font-size: 14px;
    line-height: 1.7;
    color: #4A4A4A;
}

.tile-properties ul,
.tile-uses ul {
    list-style: none;
}

.tile-properties ul li,
.tile-uses ul li {
    padding: 6px 0;
    font-size: 13px;
    color: #4A4A4A;
}

.tile-image {
    padding: 20px;
    background: #F5F5F5;
}

/* Standards Section */
.standards-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #262C39 0%, #2C4A52 100%);
    color: #FFFFFF;
}

.standards-content {
    text-align: center;
}

.standards-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 900;
}

.standards-content p {
    font-size: 18px;
    margin-bottom: 60px;
    opacity: 0.9;
}

.standards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.standard-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.standard-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}

.standard-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.standard-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #E7B022;
}

.standard-card p {
    font-size: 14px;
    opacity: 0.8;
}

/* Products CTA */
.products-cta {
    padding: 100px 20px;
    background: #F5F5F5;
}

.products-cta .cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.products-cta h2 {
    font-size: 42px;
    color: #262C39;
    margin-bottom: 20px;
    font-weight: 900;
}

.products-cta p {
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Image Placeholders */
.image-placeholder {
    background: linear-gradient(135deg, #E0E0E0 0%, #F5F5F5 100%);
    padding: 100px 40px;
    text-align: center;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* Responsive */
@media (max-width: 1024px) {
    .category-header { grid-template-columns: 1fr; }
    .type-card,
    .type-card.reverse { grid-template-columns: 1fr; }
    .type-card.reverse .type-content { order: 1; }
    .type-card.reverse .type-image { order: 2; }
    .properties-uses { grid-template-columns: 1fr; }
    .specs-grid { grid-template-columns: 1fr; }
    .specs-grid.four-column { grid-template-columns: repeat(2, 1fr); }
    .curb-details { grid-template-columns: 1fr; }
    .tiles-comparison { grid-template-columns: 1fr; }
    .standards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hero-title { font-size: 42px; }
    .category-title { font-size: 36px; }
    .nav-tabs { justify-content: flex-start; }
    .tab-item { padding: 20px 25px; font-size: 14px; }
    .applications-grid { grid-template-columns: repeat(2, 1fr); }
    .advantages-grid { grid-template-columns: repeat(3, 1fr); }
    .specs-grid.four-column { grid-template-columns: 1fr; }
    .standards-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 32px; }
    .category-title { font-size: 28px; }
    .applications-grid { grid-template-columns: 1fr; }
    .advantages-grid { grid-template-columns: repeat(2, 1fr); }
    .curb-content { padding-left: 20px; }
    .curb-number { font-size: 80px; }
}
/* ===== GLOBAL IMAGE FIX ===== */
.product-image,
.sector-image,
.quality-image,
.color-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    background: #e0e0e0;
}

.product-image img,
.sector-image img,
.quality-image img,
.color-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Heights */
.product-image { height: 300px; }
.product-card.featured .product-image { height: 400px; }
.sector-image { height: 220px; }
.quality-image { height: 450px; }
.color-image { height: 500px; }/* End custom CSS */