/*--------------------------------------------------
    * Slider
--------------------------------------------------*/

#category-slider-section {
    margin-top: 124px;
    padding: 0;
}

#category-slider-section .et_pb_row {
	width: 100%;
	padding: 0;
}

.category-slider-section {
    height: calc(100vh - 275px);
    min-height: 500px;
    max-height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}

.category-slider-text {
    display: flex;
    align-items: center;
    position: absolute;
    left: 6.5vw;
    flex-direction: column;
}

.category-slider-text h1 {
	color: #fff;
	line-height: 1.1;
}

.category-slider-text h1 span {
	background: #fff;
	padding: 4px 4px 1px 4px;
	border-radius: 7px;
	color: #FB8500;
	white-space: nowrap;
}

.category-slider-text p {
    font-size: 16px;
    color: #fff;
    width: 330px;
    line-height: 1.2;
}

.category-slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    margin: 10px 0px 5px;
    opacity: 0;
}

.category-slider-buttons > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.category-button {
    position: relative;
    padding: 12px 18px;
    background: #C62828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.4s;
    border: none;
}

.category-button .arrow {
    display: inline-block;
    transition: 0.4s;
    padding-left: 2px;
    position: relative;
}

.category-button:hover {
    color: #ffffff;
    background: #C6282800;
    border-color: #ffffff00;
}

.category-button:hover .arrow {
    transform: translateX(3px);
}

.category-slider-img-holder {
    height: 100%;
    position: absolute;
    width: 981px;
    z-index: -1;
}

.category-slider-img-holder img {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
    object-fit: contain;
}


/*--------------------------------------------------
    * About
--------------------------------------------------*/

.category-about-section {
    /* padding: 70px 0px 0px; */
    align-items: center;
    display: flex;
    flex-direction: column;
}

.category-about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-about-content h2 {
	text-align: center;
	color: #219ebc;
}

.category-about-content p {
    margin: 0px 10px 15px;
    text-align: justify;
}

.category-about-img {
    max-width: 650px;
}

.category-about-img img {
    border-radius: 30px;
    object-fit: cover;
}




/*--------------------------------------------------
    * Features
--------------------------------------------------*/

.category-features-section {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.category-features-content {
	
}

.category-features-content h2 {
    color: #219ebc;
    text-align: center;
}

.category-features-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.category-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.category-feature img {
	width: 600px;
	position: relative;
	margin-bottom: 20px;
}

.category-feature:before {
	content: "";
	/* content: url("https://dev.impresia.net/wp-content/uploads/2025/08/arrow.svg"); */
	background: #e8f0f3;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	/* top: 20px; */
	/* left: -45px; */
	position: relative;
	align-self: self-start;
	margin-bottom: 5px;
}

@media (min-width: 600px) {
	.category-feature:before {
		top: 20px;
		left: -45px;
	}
}

.category-feature:after {
	content: url("https://dev.impresia.net/wp-content/uploads/2025/08/arrow.svg");
	width: 22px;
	height: 12px;
	/* top: 20px; */
	/* left: -45px; */
	position: absolute;
	align-self: self-start;
	margin-bottom: 5px;
	top: 20px;
	/* left: -45px; */
}

.category-feature p {
	text-align: justify;
	max-width: 600px;
}


/*--------------------------------------------------
    * Catalog
--------------------------------------------------*/

.category-catalog-section {
	
}





/*--------------------------------------------------
    * Img Swiper
--------------------------------------------------*/

.category-catalog-section {
	
}




/*--------------------------------------------------
    * Create Your Own Kids Playground
--------------------------------------------------*/

.category-catalog-section {
	
}




/*--------------------------------------------------
    * Other Collections
--------------------------------------------------*/

.category-catalog-section {
	
}




/*--------------------------------------------------
    * Contact Form
--------------------------------------------------*/

.category-catalog-section {
	
}




/*-----------------------------------------------------------------
    * MEDIA 600px +
-----------------------------------------------------------------*/

@media (min-width: 600px) {
	
	/*--------------------------------------------------
		* Slider
	--------------------------------------------------*/
	
	.category-slider-section {

	}

	.category-slider-text {

	}

	.category-slider-text h1 {

	}

	.category-slider-text h1 span {

	}

	.category-slider-text p {

	}

	.category-slider-buttons {

	}

	.category-slider-buttons > div {

	}

	.category-button {

	}

	.category-button .arrow {
		
	}

	.category-button:hover {

	}

	.category-button:hover .arrow {
		
	}

	.category-slider-img-holder {

	}

	.category-slider-img-holder img {

	}




	/*--------------------------------------------------
		* About
	--------------------------------------------------*/
	
	.category-about-section {

	}

	.category-about-content {

	}

	.category-about-content p {

	}

	.category-about-image {

	}

	.category-about-image img {

	}




	/*--------------------------------------------------
		* Features
	--------------------------------------------------*/
	
	.category-features-section {

	}

	.category-features-content {

	}

	.category-features-holder {

	}

	.category-feature {

	}




	/*--------------------------------------------------
		* Catalog
	--------------------------------------------------*/
	
	.category-catalog-section {

	}



	/*--------------------------------------------------
		* Img Swiper
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Create Your Own Kids Playground
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Other Collections
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Contact Form
	--------------------------------------------------*/
	
	.category-catalog-section {

	}
}



/*-----------------------------------------------------------------
    * MEDIA 981px +
-----------------------------------------------------------------*/

@media (min-width: 981px) {
	
	/*--------------------------------------------------
		* Slider
	--------------------------------------------------*/
	
	.category-slider-section {
		background: #219ebc;
		justify-content: end;
	}

	.category-slider-text {width: 40%;/* max-width: unset; */}

	.category-slider-text h1 {

	}

	.category-slider-text h1 span {

	}

	.category-slider-text p {

	}

	.category-slider-buttons {

	}

	.category-slider-buttons > div {

	}

	.category-button {

	}

	.category-button .arrow {
		
	}

	.category-button:hover {

	}

	.category-button:hover .arrow {
		
	}

	.category-slider-img-holder {
		z-index: 0;
		/* position: relative; */
		width: 40%;
	}

	.category-slider-img-holder img {
		width: 400px;
		height: 300px;
		filter: brightness(1);
		object-fit: cover;
	}




	/*--------------------------------------------------
		* About
	--------------------------------------------------*/
	
	.category-about-section {
		flex-direction: row;
		justify-content: space-between;
	}

	.category-about-content {
		width: 42%;
	}

	.category-about-content h2 {
		text-align: left;
	}

	.category-about-content p {margin: 0;}

	.category-about-img {
		width: 50%;
	}

	.category-about-img img {
	    
	}




	/*--------------------------------------------------
		* Features
	--------------------------------------------------*/
	
	#category-products-catalog-section {
		background: #219ebc;
		display: flex;
		justify-content: space-around;
	}

	.category-features-holder {
	}

	.category-feature {
	}

	.category-feature img {
	}
	
	.category-feature p {
	}


	/*--------------------------------------------------
		* Catalog
	--------------------------------------------------*/
	
	.category-catalog-section {

	}





	/*--------------------------------------------------
		* Img Swiper
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Create Your Own Kids Playground
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Other Collections
	--------------------------------------------------*/
	
	.category-catalog-section {

	}




	/*--------------------------------------------------
		* Contact Form
	--------------------------------------------------*/
	
	.category-catalog-section {

	}
}



/*-----------------------------------------------------------------
    * MEDIA 1140px +
-----------------------------------------------------------------*/

@media (min-width: 1140px) {

	/*--------------------------------------------------
		* Features
	--------------------------------------------------*/
	.category-features-holder {
		flex-direction: row;
	}
	
	.category-feature {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 20px 35px;
		flex-wrap: wrap;
	}

	.category-features-content {
	}

	.category-features-content h2 {
		/* text-align: center; */
	}

	.category-feature img {
		width: 270px;
		height: 185px;
		position: relative;
		margin-bottom: 20px;
	}

	.category-feature p {
		width: 270px;
	} 

	.category-features-section {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

}



/*-----------------------------------------------------------------
    * MEDIA 1520px +
-----------------------------------------------------------------*/

@media (min-width: 1520px) {

	/*--------------------------------------------------
		* Features
	--------------------------------------------------*/
	.category-features-holder {
		flex-direction: row;
	}
	
	.category-feature {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 20px 35px;
		flex-wrap: wrap;
	}

	.category-features-content {
		width: 25%;
	}

	.category-features-content h2 {
		text-align: left;
	}

	.category-feature img {
		width: 270px;
		height: 185px;
		position: relative;
		margin-bottom: 20px;
	}

	.category-feature p {
		width: 270px;
	} 

	.category-features-section {
		flex-direction: row;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

}




