.site-header {
    background-color: #fff;
}
.site-footer {
    background-color: #272727;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Arial', serif!important;
}
h2 {
    font-family: 'Montserrat', Helvetica, sans-serif!important;
	    text-transform: uppercase;
	font-weight: 600;
}
.full-width-content .content {
    padding: 0px 0 0;
}
.entry-content .wp-block-columns {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.author-box:after, .clearfix:after, .entry-comments:after, .entry:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	display: none!important;
}
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.entry {
    margin: 0 !important;
    padding: 0 !important;
}
.breadcrumb {
    margin-top: 50px;
}
/*home hero*/

.entry-footer .entry-meta {
    display: none;
}
h1.entry-title {
    text-align: center;
}
	.custom-hero-fullwidth {
    background: url('https://stroycomplex.biz/wp-content/uploads/2026/05/hero-elastomer.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 120px 20px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero-inner {
    max-width: 800px;
    margin: 0 auto;
}
.hero-inner p {
	color:#fff!important;
}
.custom-hero-fullwidth h1 {
font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
	color:#fff!important;
    padding: 6px;
	    border-radius: 3px;
}

.custom-hero-fullwidth p {
    font-size: 19px;
}
a.hero-button {
    color: #fff !important;
    min-width: 220px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
	text-transform: uppercase;
}
.hero-button--primary {
	margin-right: 8px;
	    background: #f0562a;

}
.hero-button--secondary {
		margin-left: 8px;
	    background: #1e9e6b;
}
a.hero-button--primary:hover {
    background: #cb4332!important;
}
a.hero-button--secondary:hover {
    background: #069059!important;
}
/*footer*/
#genesis-footer-widgets .wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

#genesis-footer-widgets .widget-area {
    flex: 1;
}
.site-footer {
    display: none;
}
#genesis-footer-widgets {
    background: #000;
}

.zerif-footer-address {
    color: #ccc;
    font-size: 13px;
    line-height: 1.7;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-contact-item:hover {
    color: #ffffff;
}

#genesis-footer-widgets .widget-area:last-child p {
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}

#genesis-footer-widgets .widget-area:last-child a {
    color: #ccc;
    text-decoration: none;
}

#genesis-footer-widgets .widget-area:last-child a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    #genesis-footer-widgets .wrap {
        flex-direction: column;
        gap: 24px;
    }
}


/*header cta*/
.header-cta-btn {
    background: #f0562a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    margin-top: 12px; 
    display: inline-block;
	    font-weight: 600;
}
/*product*/
#products .wp-block-columns>.wp-block-column:hover {
    scale: 1.01;
}

#products .wp-block-columns>.wp-block-column {
    border: 2px solid #e8e8e4;
    padding: 14px 14px 0;
    border-radius: 8px;
	background: #fff;
}
#products .wp-block-columns .wp-block-columns .wp-block-column {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#products .wp-block-columns .wp-block-columns .wp-block-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
#products p {
	color: #404040;
	    font-size: 15px;
}
#products {
    padding: 60px 20px;
    background: #f8f8f6;
	background: #f8f8f6;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 20px;
    box-sizing: border-box;
}
#products > .wp-block-column {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#products .wp-block-columns .wp-block-columns {
    gap: 20px !important;
}
#products .wp-block-columns .wp-block-columns .wp-block-column {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#products h3 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#products h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 3px;
    background: #e74c3c;
    border-radius: 2px;
}
#products .wp-block-columns .wp-block-columns .wp-block-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

#products .wp-block-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px;
    background: #f0f0ec;
    border: 4px solid #e8e8e4;
    flex-shrink: 0;
}

#products .wp-block-image figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

#products .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#products .wp-block-columns .wp-block-columns p {
    color: #666;
    line-height: 1.6;
    text-align: center;
    flex-grow: 1;
}

@media (max-width: 768px) {
    #products .wp-block-columns .wp-block-columns {
        flex-direction: column;
    }

    #products .wp-block-image {
        width: 140px;
        height: 140px;
    }
}

/*about*/
.about-product {
    background: #272727;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 20px;
    box-sizing: border-box;
}

.about-product > .wp-block-column {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-product h2,
.about-product h3 {
    color: #ffffff;
}
.about-product p {
    color: #e6e6e6;
	    font-size: 15px;
}

.about-product h3 {
}
/*for block*/
.whom {
    background: #f8f8f6;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 20px;
    box-sizing: border-box;
}

.whom > .wp-block-column {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.whom h2 {
    color: #1a1a1a;
    margin-bottom: 40px;
}

.whom .wp-block-columns .wp-block-column {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid #e8e8e4;
    border-top: 4px solid #f0562a;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    opacity: 0;
    transform: translateY(24px);
    animation: whomFadeUp 0.5s ease forwards;
}

.whom .wp-block-columns .wp-block-column:nth-child(1) { animation-delay: 0.1s; }
.whom .wp-block-columns .wp-block-column:nth-child(2) { animation-delay: 0.25s; }

.whom .wp-block-columns:nth-child(3) .wp-block-column:nth-child(1) { animation-delay: 0.4s; }
.whom .wp-block-columns:nth-child(3) .wp-block-column:nth-child(2) { animation-delay: 0.55s; }

@keyframes whomFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.whom .wp-block-columns .wp-block-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    border-top-color: #c0392b;
}

.whom .wp-block-columns .wp-block-column h3 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.whom .wp-block-columns .wp-block-column h3::after {
    display: none;
}

.whom .wp-block-columns .wp-block-column p {
    font-size: 15px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}
.whom > .wp-block-column > .wp-block-columns {
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.whom > .wp-block-column > .wp-block-columns:last-child {
    margin-bottom: 0 !important;
}
@media (max-width: 768px) {
    .whom .wp-block-columns {
        flex-direction: column;
    }

    .whom .wp-block-columns .wp-block-column {
        animation-delay: 0.1s !important;
    }
}
/*media*/
@media (max-width: 768px) {
    .site-header .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

.site-header .title-area {
        background-size: contain !important;
        margin: 0;
    }

    .header-widget-area {
        margin: 0;
    }

    .header-cta-btn {
        margin-top: 0;
        font-size: 13px;
        padding: 7px 14px;
    }
	.breadcrumb {
    margin-top: 26px;
		        font-size: 13px;
}
	header.site-header {
    position: fixed;
}
	.site-inner {
        margin-top: 40px;
    }
	h1.entry-title {
    font-size: 25px;
}
	h2 {
    font-size: 22px;
}
	#products {
    padding: 30px 20px;
	}
	.whom {
    padding: 30px 20px;
	}
	.about-product {
    padding: 30px 20px;
	}
}
/*faq*/
.faq {
    background: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 20px;
    box-sizing: border-box;
}

.faq > .wp-block-column {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.rank-math-question.faq-open::after {
    content: '−';
}
#rank-math-faq {
    background: none;
    border: none;
    padding: 0;
}

.rank-math-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rank-math-list-item {
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.rank-math-list-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.rank-math-question {
    background: #f8f8f6;   
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none !important;
}

.rank-math-question strong {
    font-weight: 600;
}

.rank-math-question::after {
    content: '+';
    font-size: 30px;
    font-weight: 300;
    color: #f0562a;
    flex-shrink: 0;
    margin-left: 12px;
    line-height: 1;
}

.rank-math-answer {
    padding: 0 20px 18px;
    border-top: 1px solid #e8e8e4;
	    background: #FDFDFD;
}

.rank-math-answer p {
    font-size: 15px;
    color: #555;
    line-height: 1.65;
    margin: 12px 0 0;
}

@media (max-width: 768px) {
    .rank-math-question {
        font-size: 15px;
        padding: 14px 16px;
    }

    .rank-math-answer {
        padding: 0 16px 14px;
    }
}