.cc_hero_section{
    background-image: url(https://kitchenartgallery.ca/wp-content/uploads/2025/12/cc-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cc_hero_overlay{
    background-color: rgba(0, 0, 0, 0.25);
}
.cc_hero_content{
    padding-top: 122px;
    padding-bottom: 100px;
    min-height: 100vh;
}
.cc_hero_content h1{
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    line-height: 1.1em;
    margin: 0 0 35px;
}
.cc_hero_section .btn_white{
    border: none;
}

/* ====== */
.cc_heading_1{
    color: var(--heading_color);
    font-size: 62px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1em;
}
.cc_heading_2{
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--body_color);
}
.cc_para{
    font-size: 18px;
    color: var(--light_text);
    line-height: 1.55em;
}
.cc_para.text-center{
    text-align: center !important;
}
.text_orange{
    color: var(--secondary_color) !important;
}
.fw_500{
    font-weight: 500 !important;
}
.flex_row{
    display: flex;
}
.full_height{
    height: 100%;
}
.ptb_100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb_100{
    padding-bottom: 100px;
}
.pt_100{
    padding-top: 100px;
}
.pr_0{
    padding-right: 0;
}
.cc_bg_light{
    background-color: #F0F0F0;
}
.faded_text{
    font-family: var(--heading_font);
    letter-spacing: -2px;
    font-size: 12.3em;
    font-weight: 500;
    line-height: 0.8em;
    opacity: 0.06;
    display: inline-block;
    width: 100%;
}
/* ====== */

.cc_section_1 .section_img{
    position: relative;
    margin-top: -60px;
}
.cc_section_1 .section_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    bottom: 0px;
    left: -15px;
    right: 0px;
    border: 1px solid rgb(0 0 0 / 40%);
    
}
.cc_section_1 .content_area{
    padding-top: 15%;
    padding-left: 20%;
}

/* ==== */
.cc_section_2 .section_img{
    position: relative;
    height: 100%;
}
.cc_section_2 .section_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    bottom: 0px;
    left: 15px;
    right: 0;
    border: 1px solid rgb(0 0 0 / 40%);    
}
.cc_section_2 .section_img img{
    object-fit: cover;
    height: 100%;
}
.cc_section_2 .content_area{
    padding-right: 5%;
}
@media(min-width: 991px){
    .cc_section_2 .row{
        display: flex;
        align-items: stretch;
    }
}
@media(min-width: 1200px){
	.cc_section_2 .section_img img{
		min-height: 440px;
	}
}

.cc_black_layer{
    width: 75%;
    height: 140px;
    background-color: #000;
}

/* ===== */

.cc_style_type_item {
    margin-bottom: 40px;
}
.cc_style_type_item .info{
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 14px 10px;
    margin: -25px 20px 0;
    position: relative;
    z-index: 9;
}
.cc_style_type_item .info h4{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}


/* ==== PRODUCT ITEM == START ==== */
@media(min-width: 767px){
    .cc_product_item .row{
        display: flex;
        align-items: stretch;
    }
}
.cc_product_item .img_area{
    height: 100%;
}
.cc_product_item .img_area img{
    height: 100%;
    object-fit: cover;
}
.cc_product_item .product_item_info h2{
    margin: 0 0 35px;
}
.cc_product_item .product_item_info p{
    margin: 0 0 35px;
}
.product_item_btns{
    padding-top: 5px;
    display: flex;
    gap: 10px;
}
.product_item_btns.justify_end{
    justify-content: end;
}
.cc_product_item .product_item_info{
    height: 100%;
}
.cc_product_item .product_item_info.border_top_right{
    border-top: 1px solid rgb(0 0 0 / 33%);
    border-right: 1px solid rgb(0 0 0 / 33%);
    padding: 60px 60px 0 0;
    margin-left: 10px;
}
.cc_product_item .product_item_info.border_top_left{
    border-top: 1px solid rgb(0 0 0 / 33%);
    border-left: 1px solid rgb(0 0 0 / 33%);
    padding: 60px 0 0 50px;
}
.cc_product_item .paddign_right{
    padding-right: 30px;
}
.cc_product_item .paddign_left{
    padding-left: 30px;
}

.cc_product_item.bg_black .product_item_info h2, 
.cc_product_item.bg_black .product_item_info p,
.cc_product_item.bg_black .product_item_info .kitchen_size{
    color: #fff;
}
.cc_product_item.bg_black .product_item_info.border_top_right{
    border-color: rgb(255 255 255 / 33%);;
}
.cc_product_item .product_item_info.border_top_right.margin_left_0{
    margin-left: 0;
}
/* ==== PRODUCT ITEM == END ==== */


.kitchen_island_sec{
    position: relative;
}
.kitchen_island_area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.kitchen_island_sec .product_item_info{
    background-color: #fff;
    padding: 60px;
    border: 1px solid #000;
}
.kitchen_island_img{
    width: 62%;
}

/* ====== */
.process_section{
    background-image: url(https://kitchenartgallery.ca/wp-content/uploads/2025/12/logo-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 70px;
    position: relative;
}
.process_white_strip{
    width: 38%;
    height: 115px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
}


/** ==== Timeline styling ==== */
.cc_timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc_timeline:before {
	content: "";
	position: absolute;
	top: -3em;
	left: 2em;
	width: 0;
	height: calc(100% + 6em);
	border-left: 2px dashed #bdbdbd;
}

@media screen and (min-width: 45em) {
	.cc_timeline:before {
		left: 50%;
		transform: translateX(-50%);
	}
}

.timeline__entry {
	position: relative;
	margin-bottom: 4em;
	color: #fff;
}

.timeline__entry:after {
	content: "";
	display: table;
	clear: both;
}
.timeline__entry .row{
    display: flex;
    align-items: center;
}

.timeline__id {
	position: absolute;
	top: calc(50% - 16px);
	left: 2em;
	background: #282727;
	transform: translateX(-50%);
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    padding-top: 2px;
}

@media screen and (min-width: 45em) {
	.timeline__id {
		left: 50%;
		/* left: 100%; */
		transform: translateX(-50%);
	}
}

.timeline__content {
	position: relative;
	display: block;
	margin-left: 6em;
	padding: 25px 45px 20px;
	background: #fff;
}

@media screen and (min-width: 992px) {
	.timeline__content {
		margin-left: 0;
		/* width: calc(40% - 4em); */
		width: calc(90% - 4em);
	}
}

.timeline__content:before {
	content: "";
	position: absolute;
	display: block;
	top: 42%;
	left: -1.5em;
	border-top: 1em solid transparent;
	border-bottom: 2em solid transparent;
	border-right: 1em solid #fff;
}

@media screen and (min-width: 768px) {
	.timeline__content:before {
		left: auto;
		right: -1.5em;
		border-left: 2em solid #fff;
		border-right: none;
	}
}

@media screen and (min-width: 768px) {
	.timeline__content--flipped {
		float: right;
	}

	.timeline__content--flipped:before {
		left: -1.5em;
		right: auto;
		border-left: none;
		border-right: 2em solid #fff;
	}
}

.timeline__content .cc_heading_2{
    font-size: 32px;
    line-height: 1.2em;
}
@media (max-width: 991px) {
	.timeline__content {
        width: 90%;
        margin-left: 0;
	}
    .timeline_img {
        max-width: 70%;
    }
}
@media(max-width: 767px){
    .timeline__id{
        position: relative;
        left: 50%;
        margin-bottom: 19px;
    }
    .timeline__entry .row{
        flex-direction: column;
    }
    .cc_timeline:before{
        left: 50%;
        top: -2.6em;
        height: 100%;
    }
    .timeline__content{
        width: 100%;
        padding: 15px 25px 25px;
    }
    .timeline__content:before{
        /* content: none; */
        left: 47.9%;
        border-bottom-width: 1em;
        transform: rotate(90deg);
        top: -25px;
    }
    .timeline__content .cc_heading_2{
        text-align: center;
    }
    .timeline__content .cc_heading_2{
        margin-top: -20px;
    }
    .timeline__entry:last-child{
        margin-bottom: 0;
    }
}

/** ==== Timeline styling -- END  ==== */



.why_section ul{
    padding: 0;
    list-style-type: none;
    margin-bottom: 40px;
}
.why_section li{
    color: var(--light_text);
    display: flex;
    font-size: 20px;
    margin-bottom: 30px;
    gap: 20px;
}
.why_section li svg{
    margin-top: 6px;
    min-width: 18px;
}
@media(min-width: 767px){
    .why_section .row.d_xs_flex{
        display: flex;
        align-items: center;
    }
}
.why_section .paddign_left{
    padding-left: 30px;
}
.why_section .paddign_right{
    padding-right: 30px;
}
.why_section .section_img{
    position: relative;
}
.why_section .section_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    bottom: 0px;
    left: -15px;
    right: 0px;
    border: 1px solid rgb(0 0 0 / 40%);
    
}

/* ==== */
.materials_section{
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.materials_section .row.d_xs_flex{
    align-items: stretch;
}
.materials_section .section_img{
    height: 100%;
    padding: 30px 30px 30px 15px;
}
.materials_section .section_img img{
    height: 100%;
    object-fit: cover;
}
.materials_section .section_img:before{
    content: none;
}

/* ====  */
.slider_area .slick-slide {
    margin: 0 12px;
     border-radius: 0 !important;
}
.slider_area .slick-list {
    margin: 0 -12px;
}
.slider_area .slick-slide img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.slider_area .slick-arrow.slick-next{
    right: 0;
}
.slider_area .slick-arrow.slick-prev{
    left: 0;
    transform: rotate(180deg);
}
.slider_area .slick-arrow{
    opacity: 1;
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 0 !important;
    margin-top: -15px;
}
.slider_area .slick-arrow:before{
    content: url("https://kitchenartgallery.ca/wp-content/themes/argu-child/assets/images/arrow.svg");
    line-height: normal;
    margin-top: 6px;
}
.slider_area .slick-dots li{
    margin: 0 3px;
}
.slider_area .slick-dots li button{
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
}
.slider_area .slick-dots li.slick-active button{
    background-color: #ffa600;
    border-color: #ffa600;
    box-shadow: none;
}
/* ==== */

.gallery_section {
    position: relative;
}
.gallery_section .faded_text{
    letter-spacing: -10px;
    font-size: 9em;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    writing-mode: sideways-lr;
    left: 0.3em;
    bottom: 110px;
    /* transform: rotate(-90deg); */
    /* width: auto;
    height: max-content;
    bottom: 2.1em;
    right: calc(100% - 3.3em); */
}

/* ==== */

@media(min-width: 768px){
    .projects_sections .row{
            display: flex;
        align-items: flex-end;
    }
}
.projects_sections h3{
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}
.projects_black_layer{
    background-color: #000;
    margin-top: -110px;
    height: 175px;
    width: 80%;
}

/* ======  */

.videos_section .faded_text{
    writing-mode: sideways-lr;
}
.videos_section .paddign_right{
    padding-right: 30px;
}
.videos_section .paddign_left{
    padding-left: 30px;
}
@media(min-width: 767px){
    .videos_section .row{
        display: flex;
        align-items: end;
    }
}
@media(max-width: 767px){
    .videos_section .faded_text{
        writing-mode: initial;
        padding: 10px 0;
        text-align: center;
    }
    .videos_section .paddign_right{
        padding-right: 0px;
    }
    .videos_section .paddign_left{
        padding-left: 0px;
    }
}

/* ====== */

.team_section img{
    width: 100%;
}
.team_section .img_area{
    position: relative;
}
.team_section .faded_text{
    opacity: 1;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    mix-blend-mode: color-dodge;
    top: 25px;
}
.team_section .team_img_info{
    position: absolute;
    background-color: #fff;
    padding: 25px 30px;
    bottom: 38px;
    left: 38px;
    right: 38px;
    z-index: 9; 
}
.team_section .team_img_info p{
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    line-height: 1.4em;
}

/* ==== */
.cc_ready_section .paddign_right{
    padding-right: 30px;
}
.cc_ready_section .product_item_info.border_top_left{
    border-top: 1px solid rgb(0 0 0 / 33%);
    border-left: 1px solid rgb(0 0 0 / 33%);
    padding: 40px 0 0 50px;
}
.cc_ready_section .product_item_info h4{
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1.4em;
}
.cc_ready_section .drawing_img{
    display: block;
    width: 86%;
    margin-right: 0;
    margin-left: auto;
}

/* ===== */
.cc_form_section{
    position: relative;
}


@media(max-width: 1199px){
	.cc_hero_content {
		min-height: 80vh;
	}
    .cc_heading_1, .cc_hero_content h1{
        font-size: 54px !important;
        line-height: 1.05em !important;
    }
    .cc_product_item .product_item_info.border_top_right{
        padding-right: 40px;
    }
    .faded_text{
        font-size: 11em;
    }
    .kitchen_island_sec .product_item_info{
        padding: 40px;
    }
    .cc_heading_2{
        font-size: 28px !important;
        line-height: 1.5em !important;
    }
    .cc_style_type_item .info h4{
        font-size: 26px !important;
    }
    .projects_sections h3{
        font-size: 28px !important;
        line-height: 1.3em !important;
    }
    .cc_ready_section .product_item_info h4 {
        font-size: 24px !important;
        line-height: 1.4em !important;
    }
    .timeline__content .cc_heading_2 {
        font-size: 30px !important;
        line-height: 1.2em !important;
    }
	.why_section.materials_section li,
	.cc_why_section.why_section li{
		font-size: 18px;
	}
	.materials_section .section_img img,
	.cc_product_item .img_area img{
    	height: auto;
	}
}

@media(max-width: 991px){
	.cc_hero_content{
		min-height: fit-content;
	}
    .cc_heading_1 {
       /*  font-size: 42px !important; */
		font-size: 36px !important;
        line-height: 1.05em !important;
    }
    .cc_section_1 .content_area {
        padding-top: 3%;
        padding-left: 2%;
    }
    .cc_heading_2 {
        font-size: 24px !important;
        line-height: 1.4em !important;
    }
	.cc_para {
        font-size: 14px;
	}
    .timeline__content .cc_heading_2 {
        font-size: 26px !important;
    }
    .cc_product_item .product_item_info h2 {
        margin: 0 0 15px;
    }
    .cc_product_item .product_item_info p {
        margin: 0 0 15px;
    }
    .cc_product_item .product_item_info.border_top_right,
    .cc_product_item .product_item_info.border_top_left{
        padding-top: 35px;
    }
    .gallery_section .faded_text{
        position: static;
        writing-mode: inherit;
    }
    .faded_text {
        font-size: 8.5em;
    }
    .team_section .team_img_info p {
        font-size: 18px;
    }
    .team_section .team_img_info{
        padding: 17px 20px;
    }
    .cc_ready_section .product_item_info h4 {
        font-size: 20px !important;
        line-height: 1.4em !important;
    }
    .cc_product_item .paddign_left{
        padding-left: 0;
    }
    .cc_product_item .paddign_right{
        padding-right: 0;
    }
    .kitchen_island_sec .product_item_info {
        padding: 20px 25px 33px;
    }
    .gallery_section .pr_0{
        padding-left: 0;
    }
	.mb_100 {
       margin-bottom: 60px;
    }
	.cc_product_item .row.d_sm_flex {
        display: flex;
        flex-direction: column;
    }
	.mb_sm{
		margin-bottom: 30px;
	}
	.mb_sm_0{
		margin-bottom: 0;
	}
	.mb_60 {
		margin-bottom: 30px;
	}
	.ptb_100 {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.pb_100 {
		padding-bottom: 65px;
	}
	.cc_product_item .img_area img{
		height: auto;
	}
	.cc_why_section.why_section li,
	.materials_section.why_section li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.cc_why_section.why_section ul,
	.materials_section.why_section ul{
		margin-bottom: 20px;
	}
	.materials_section .section_img img{
		height: auto;
	}
	.materials_section .section_img{
		padding-right: 0;
	}
}

@media(max-width: 767px){
    .cc_hero_content h1 {
        font-size: 40px !important;
        text-align: center;
    }
    .cc_hero_content{
        min-height: fit-content;
        text-align: center;
		padding-top: 60px;
    }
    .cc_section_1 .section_img{
        margin-left: 24px;
        margin-bottom: 20px;
    }
    .cc_section_1 .content_area{
        text-align: center;
    }
    .cc_para{
        text-align: center !important;
    }
    .faded_text,
    .gallery_section .faded_text{
        /* font-size: 6em; */
        font-size: 25vw;
        text-align: center;
    }
    .cc_section_2 .faded_text.text-right{
        text-align: center !important;
    }
    .cc_section_2 .section_img{
        margin-right: 24px;
    }
    .cc_section_2 .content_area{
        padding-right: 0;
    }
    .counters_section h2{
        margin-bottom: 0;
    }
    .cc_product_item .product_item_info h2,
    .cc_product_item .product_item_info p{
        text-align: center !important;
    }
    .cc_heading_1 {
        font-size: 36px !important;
        text-align: center;
    }
    .cc_black_layer{
        height: 90px;
    }
    .mb_100 {
        margin-bottom: 60px;
    }
    .mb_60 {
        margin-bottom: 30px;
    }
    .mb_30 {
        margin-bottom: 20px;
    }
    .ptb_100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb_100{
        padding-bottom: 60px;
    }
    .pt_100{
        padding-top: 100px;
    }



    .cc_product_item .product_item_info{
        text-align: center;
    }
    .cc_product_item .product_item_info.border_top_right, .cc_product_item .product_item_info.border_top_left{
        border: none;
        padding: 0;
        margin: 0;
    }
    .cc_product_item .product_item_info h2 {
        /* font-size: 36px !important; */
        font-size: 42px !important;
        margin-bottom: 20px;
    }
    .cc_product_item .product_item_info p{
        text-align: center !important;
        font-size: 18px;
    }
    .product_item_btns{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .cc_product_item .btn_primary, .cc_product_item .btn_white, .cc_product_item .btn_primary_outlined, .cc_product_item .btn_white_outlined{
        padding: 14px 40px;
    }
    .cc_product_item .row.d_xs_flex{
        display: flex;
        flex-direction: column;
    }
    .cc_product_item .row.d_xs_flex.xs_flex_reverse{
        flex-direction: column-reverse;
    }
    .cc_product_item img,
    .cc_product_item .img_area video{
        /* margin-bottom: 25px; */
        margin-top: 35px;
    }
    .xs_mt{
        margin-top: 35px;
    }

    .kitchen_island_area{
        position: static;
    }
    .kitchen_island_img{
        width: 100%;
    }
    .kitchen_island_sec .product_item_info{
        margin-bottom: 20px;
    }

    .process_white_strip{
        width: 20%;
        height: 50px;
        top: -30px;
    }
    .process_section .cc_heading_1 {
        margin-bottom: 0;
    }
    .materials_section {
        background: linear-gradient(180deg, #ffffff 80%, #000000 50%);
        padding-bottom: 30px;
    }
    .why_section li{
        font-size: 18px;
    }
    .why_section .paddign_right {
        padding-right: 0;
    }
    .why_section:not(.materials_section) .section_img{
        margin-left: 15px;  
        margin-bottom: 50px;
    }
    .why_section.ptb_100{
        padding-bottom: 0 !important;
    }
    .materials_section .section_img{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .projects_sections h3{
        text-align: center;
    }
    .team_section .team_img_info{
        position: relative;
        left: 0;
        width: 95%;
        margin: 0 auto;
        border: 1px solid #000;
        bottom: 0;
        margin-top: -40px;
    }
    .team_section img{
        min-height: 300px;
        object-fit: cover;
    }
    .team_section .faded_text{
        font-size: 18vw;
    }
    .team_section .team_img_info p{
        text-align: center !important;
    }
    .cc_ready_section .paddign_right{
        padding-right: 0;
    }
    .cc_ready_section .product_item_info h4{
        text-align: center;
    }
    .cc_ready_section .product_item_info.border_top_left{
        padding: 20px 0 0 20px;
        margin-top: 15px;
    }
    .cc_ready_section .drawing_img{
        width: 100%;
        margin-top: 30px;
    }
	.videos_section video{
		 max-height: 550px;
   		 width: 100%;
   		 background: #000;
	}
}




.cc_form_section .form-control{
    color: #000 !important;
    padding: 14px 20px;
    border-color: #000;
    border-radius: 0 !important;
}
.cc_form_section .wpcf7-submit{
    display: inline-block !important;
    text-align: center !important;
    font-size: 18px !important;
    padding: 15px 42px !important;
    text-transform: none !important;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    display: block !important;
    margin: 0 auto !important;
}
.cc_form_section .wpcf7-spinner{
    position: absolute;
    left: 46%;
}