/*
Theme name: Synova
Description: Custom Theme
Version: 1.0
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }
.hero__bottom {
	height: 175px !important;
}
 .category-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 100px;
    }

    .category-item {
        text-align: center;
        max-width: 200px; /* Adjust the max-width as needed */
    }

    .category-thumbnail img {
        max-width: 100%;
        height: auto;
		margin-top: -30px;
    }

    .category-title {
        font-size: 16px;
		font-weight: 700;
        color: #fff;
        margin-top: 10px; /* Adjust the margin as needed */
    }
body {
		padding-top: 120px !important;
}
body.fixed-nav .header .header__main {
	position: relative !important;
}
.header {
    position: fixed;
	top: 0;
}

@media (max-width: 1023px) { 
	body {
		padding-top: 55px !important;
	}
}

.woocommerce .product.type-product {
    padding: 150px 20px;
}
.intro--dark {
    padding: 150px 20px;
}
.section-inquiry .section__inner {
    padding: 150px 10px;
}


.page-id-248 .career_section .contact_job_block {
  min-height: 1800px;
}

.page-id-248 .career_section .contact_job_block h2{
  position: relative;
  bottom: 220px;
}