/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1749540849
Updated: 2025-06-10 07:34:09

*/


/* header */


header {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

header .elementor-widget-wrap {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

header .header-first-row {
    border-bottom: 1px solid #eee;
}
header .header-contact-info  {
    margin-bottom: 0px!important;
}

header .header-contact-info a {
    background-color: #fff!important;
    border: 0;
    padding: 0;
    color: #333!important;
}
header .header-contact-info a:hover {
    background-color: transparent!important;
    color: #c87400!important;
}

header .header-contact-info svg {
    fill: #c87400;
}

header .header-request-offer a {
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s;
}

header .aws-container .aws-search-form {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
header .aws-container .aws-search-field {
    border: none;
}
header .aws-container .aws-search-form .aws-form-btn {
    background-color: #f4f4f2;
    border: none;
    border-left: 1px solid #e5e5e5;
    height: 100%;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #777;
    transition: background 0.2s;
}

header .elementor-nav-menu li.current_page_item a,
header .elementor-nav-menu li a:hover {
    color: #ef7d00;
}

header .elementor-nav-menu li.current_page_item a::after,
header .elementor-nav-menu li a:hover::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px!important;
    background-color: #ef7d00;
}

/* footer */

footer .main-footer-wrapper {
    padding: 40px 0;
}
footer .main-footer-wrapper p {
    color: #fff;
}

footer .main-footer-wrapper .logo {
    margin: 0!important;
}
footer .main-footer-wrapper .title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
footer .main-footer-wrapper a {
    color: #fff;
}
footer .main-footer-wrapper .elementor-icon-list-text {
    color: #fff;
}
.footer-policies-imgs .elementor-container {
	flex-direction: column;
}
.footer-policies-imgs .elementor-column {
	width: 100%!important;
}
.footer-policies-imgs .elementor-column .elementor-widget-wrap {
	padding: 0!important;
}


/* single product */
.gmwqp_inquirybtn_loop {
    text-align: left!important;
}
.gmwqp_inquirybtn_loop a {
    background-color: #c87400!important;
    padding: 12px 15px!important
    border-radius: 8px!important
    font-weight: bold!important
}
.gmwqp_inquirybtn_loop a:hover {
    background-color: #000!important;
}

.product-categories-list .elementor-widget-wrap {
	gap: 10px;
}
.product-categories-list .elementor-element {
	flex: 0 0 calc((100% - 40px) / 5);
}


/* blog archive */
.blog-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.archive-header {
    margin-bottom: 40px;
    text-align: center;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.post-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 10px;
}

.post-title {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.post-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.post-title a:hover {
    color: #e67e22;
}

.post-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    display: inline-block;
    margin-top: auto;
    padding: 10px 20px;
    background-color: #333;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.3s;
    align-self: flex-start;
}

.read-more:hover {
    background-color: #e67e22;
}



/* Article */
.osimo-content-wrapper h1 {
    color: #cc0000;
    margin-bottom: 20px;
}

.osimo-content-wrapper h2 {
    color: #222;
    border-left: 5px solid #feb129;
    padding-left: 15px;
    margin-top: 40px!important;
    margin-bottom: 20px!important;
	font-size: 24px;
	font-weight: 700;
}

.osimo-content-wrapper h3 {
    color: #444;
    margin-top: 25px;
}

.osimo-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.osimo-table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.osimo-table-container th, 
.osimo-table-container td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.osimo-table-container th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.osimo-table-container tr:nth-child(even) {
    background-color: #fafafa;
}

.osimo-code-block {
    background-color: #2d2d2d;
    color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 0;
    white-space: pre-wrap;
    border-left: 5px solid #feb129;
}

.osimo-faq p {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.osimo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.osimo-btn {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    transition: 0.3s;
    flex: 1;
    min-width: 250px;
}

.btn-red {
    background-color: #cc0000;
    color: #fff !important;
}

.btn-dark {
    background-color: #333;
    color: #fff !important;
}

.btn-yellow {
    background-color: #ffcc00;
    color: #000 !important;
}

.osimo-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .osimo-actions {
        flex-direction: column;
    }
    .osimo-btn {
        width: 100%;
    }
}

.blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.single-post-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.8;
    color: #333;
}

.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.post-meta-top {
    font-size: 0.9rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.post-category a {
    color: #e67e22;
    text-decoration: none;
    font-weight: 700;
}

.post-full-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: #1a1a1a;
}

.post-featured-image {
    margin-bottom: 50px;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.post-body {
    font-size: 1.15rem;
    color: #444;
}

.post-body h2, .post-body h3 {
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-body p {
    margin-bottom: 25px;
}

.post-body blockquote {
    border-left: 5px solid #e67e22;
    padding: 20px 30px;
    margin: 40px 0;
    background: #f9f9f9;
    font-style: italic;
    font-size: 1.3rem;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.post-navigation a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    transition: color 0.2s;
}

.post-navigation a:hover {
    color: #e67e22;
}


@media (max-width: 767px) {
	/* header */
	.oc-hero-section {
		padding: 20px 20px 100px!important;
	}
	.oc-hero-content h1 {
		font-size: 24px!important;
	}
	header .header-request-offer a {
	    padding: 12px 5px;
	}
	.header-second-row.mobile {
		padding: 10px 0;
	}
	/* about element */
	.oc-about-stats {
		flex-direction: column;
	}
	.oc-stat-item {
		padding: 10px!important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	/* footer */
	.footer-policies-imgs .elementor-container {
		flex-direction: row!important;
	}
	.footer-policies-imgs .elementor-column {
		width: 50%!important;
	}
	/* categories list page */
	.product-categories-list .elementor-element {
		flex: 0 0 calc((100% - 40px) / 2);
	}

	/* blog */
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-container {
        margin: 20px auto;
    }

    .post-full-title {
        font-size: 2rem;
    }

    .single-post-container {
        margin: 30px auto;
    }

    .post-navigation {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
	
}
