/*
	Theme Name: Divi Child
	Description: Child theme for Divi. You can now safely customize it and not risk losing your customizations.
	Template: Divi
*/

body {
	font-weight: 400;
}

/* General */
.grecaptcha-badge {
	z-index: 9999;
}
.section-heading .highlight {
	font-size: 117px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Crimson Pro', serif;
}
.section-heading.medium .highlight {
	font-size: 106px;
	line-height: 88px;
}
.section-heading.small .highlight {
	font-size: 84px;
	line-height: 74px;
}
.section-heading.green .highlight { 
  	color: #00BFB3;
}
.section-heading.orange .highlight { 
  	color: #DA9D5D;
}
.section-heading.brown .highlight { 
  	color: #8B5B29;
}
.section-choose .image .et_pb_image_wrap {
	height: 100%;
}
.section-choose .image .et_pb_image_wrap img {
	height: 100%;
    object-fit: cover;
}
.section-header .items-appointment {
	display: inline-flex;
    justify-content: center;
	padding-left: 10%;
}
.section-principless .items-excellence .items .et_pb_blurb_container {
	animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}
body.single-post .full-height-image-column img {
	object-fit: cover;
}
/* End */

/* Button */
.items-permalink .button-primary {
	border: none;
	line-height: 32px !important;
	padding: 12px 0px !important;
}
.items-permalink .button-primary:after {
	content: "";
    width: 32px;
    height: 32px;
    background-image: url('../../uploads/2024/11/arrow_outward.png');
    background-size: cover;
    background-repeat: no-repeat;
	display: inline-block;
}
.items-permalink .button-primary.white:after {
	background-image: url('../../uploads/2024/11/arrow_outward-1.png');
}
.items-permalink .button-primary.green:after {
	background-image: url('../../uploads/2024/12/arrow_outward-2.png');
}
.items-permalink .button-primary:hover {
	border: none;
	width: calc(100% + 32px);
	border-bottom: 1px solid #1F1B14;
	padding-left: 20px !important;
}
.items-permalink .button-primary.white:hover {
	border-bottom: 1px solid #FFF;
}
.items-permalink .button-primary.green:hover {
	border-bottom: 1px solid #00bfb3;
}
.items-permalink .et_pb_button_module_wrapper {
	display: inline-block;
}
/* End */

/* Services */
.section-home-services .items-image {
	overflow: hidden;
}
.section-home-services .items-image img {
    transition: transform 0.3s ease-in-out;
}
.section-home-services .items-image:hover img {
    transform: scale(1.1);
}
/* End */

/* Our Works */
.section-home-works .works > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 54px;
}
.section-home-works .items-works {
	padding: 0 10px;
}
.section-home-works .items-works .img {
	width: 100%;
    height: 698px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.section-home-works .items-works .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: transform 0.3s ease;
}
.section-home-works .items-works .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(
		180deg, rgba(31, 27, 20, 0.00) 
		39.55%, rgba(31, 27, 20, 0.80) 70.16%, #1F1B14 100%);
	transition: opacity 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
    pointer-events: none;
}
.section-home-works .items-works h1 {
    padding: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px; 
    margin: 34px 0 20px;
}
.section-home-works .items-works .excerpt {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 85px;
}
.section-home-works .items-works .black {
	display: none;
}
.section-home-works .items-works .more {
    color: #FFF;
	line-height: 32px;
	padding-top: 8px;  
	padding-bottom: 8px;
	margin-top: 20px;
	display: inline-flex;
    align-items: center;
	transition: all .2s;
}
.section-home-works .items-works .more img {
	width: 32px;
	margin-left: 8px;
}
.section-home-works .items-works:hover .more {
	padding-left: 20px;
	border-bottom: 1px solid #FFF;
}
.section-home-works .items-works:hover .img::before {
	opacity: 0;
}
.section-home-works .items-works:hover .img img {
	transform: scale(1.1);
}
.section-home-works .slick-slider .slick-prev {
    left: auto;
	top: -130px;
	right: 45px;
}
.section-home-works .slick-slider .slick-next {
	top: -130px;
	right: 10px;
}	
.section-home-works .slick-slider .slick-prev:before {
	content: "\f340";
	font-size: 25px;
    font-family: 'dashicons';
}
.section-home-works .slick-slider .slick-next:before {
	content: "\f344";
	font-size: 25px;
    font-family: 'dashicons';
}
.section-home-works .works .items-works {
	padding: 0;
}
.section-home-works .works .items-works h1,
.section-home-works .works .items-works .more { 
	color: #1F1B14;
}
.section-home-works .works .items-works:hover .more {
	border-bottom: 1px solid #1F1B14;
}
.section-home-works .works .items-works .excerpt { 
	color: #625F5B;
}
.section-home-works .works .items-works .white {
	display: none;
}
.section-home-works .works .items-works .black {
	display: block;
}
.section-home-works .works .items-works .img::before {
	content: unset;
}
.section-home-works .items-pagination {
	width: 100%;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    text-align: center;
}
.section-home-works .items-pagination .page-numbers {
	color: #00BFB3; 
	padding: 0 15px;
}
.section-home-works .items-pagination span.page-numbers {
	color: #1F1B14;
}
.section-latest-works .items-works {
	width: 100%; 
	height: 714px; 
	background-size: cover; 
	background-position: center;
	position: relative; 
	color: #fff;
}
.section-latest-works .items-works .overlay {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    width: 80%;
    margin: auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.section-latest-works .items-left h1 {
	color: #FFF;
	text-shadow: 0px 14px 20px rgba(0, 0, 0, 0.25);
	font-size: 82px;
	font-weight: 300;
	line-height: 86px;
	margin-bottom: 50px;
}
.section-latest-works .items-right {
	position: relative;
}
.section-latest-works .items-position {
	position: absolute;
    right: 0; 
	bottom: 0;
	display: flex;
    align-items: center;
    gap: 10px;
}
.section-latest-works .items-right h1 {
	padding: 0;
	color: rgba(255, 255, 255, 0.60);
	font-size: 20px;
	font-weight: 500;
	line-height: 32px; 
}
.section-latest-works .items-works .more {
	color: #FFF;
	font-weight: 500;
	display: inline-flex;
    gap: 10px;
    border-bottom: 1px solid transparent;
	transition: all .2s;
}
.section-latest-works .items-works .button-primary:hover {
	width: unset;
}

/* End */

/* Contact */
.section-contact-form .wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.section-contact-form .items-form input[type="text"],
.section-contact-form .items-form input[type="email"] {
    line-height: 32px;
    font-size: 20px;
    padding-bottom: 26px;
    width: 100%;
    margin-top: 40px;
	border: none;
    border-bottom: 1px solid #BCBBB8;
}
.section-contact-form .items-form input[type="text"]:hover, 
.section-contact-form .items-form input[type="email"]:hover {
	border-bottom: 1px solid #1F1B14;
}
.section-contact-form .items-form .wpcf7-submit { 
	color: #1F1B14;
    background: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;    
	margin-top: 60px;
	border: none;
    line-height: 32px;
    padding: 12px 0px;
}
.section-contact-form .items-form .wpcf7-spinner {
    position: absolute;
    right: -80px;
    bottom: 16px;
}
.section-contact-form .items-form .items-permalink p {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	transition: all .2s;
}
.section-contact-form .items-form .items-permalink p:after {
	content: "";
    width: 32px;
    height: 32px;
    background-image: url('../../uploads/2024/11/arrow_outward.png');
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 10px;
    margin-left: 12px;
}
.section-contact-form .items-form .items-permalink p:hover {
	border: none;
	width: 230px;
	border-bottom: 1px solid #1F1B14;
	padding-left: 20px !important;
}
.section-contact-form .items-form .message {
	width: 50%;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}
.section-contact-form .items-form .interested {
    padding: 0;
    font-weight: 500;
    line-height: 32px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.section-contact-form .items-form .wpcf7-list-item {
	margin: 0 12px 12px 0;
	position: relative;
	display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.section-contact-form .items-form .wpcf7-not-valid-tip {
	font-size: 16px;
    padding-top: 10px;
}
.section-contact-form .items-form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: auto;
	width: 100%;
}
.section-contact-form .items-form .wpcf7-list-item-label {
    display: inline-block;
    padding: 20px;
    border: 1px solid #BCBBB8;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-size: 20px;
    line-height: 32px;
    padding: 16px 32px;
}
.section-contact-form .items-form input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #000;
    color: #fff;
    border-color: #000; 
}
.section-contact-form .items-form .wpcf7-list-item::before {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    bottom: 70px;
	box-shadow: 0px 51px 60px 0px rgba(0, 0, 0, 0.16);
	opacity: 0; 
	pointer-events: none;
}
.section-contact-form .items-form .wpcf7-list-item:hover::before {
    opacity: 1;
}
.section-contact-form .items-form .wpcf7-list-item:nth-child(1)::before {
    background-image: url('../../uploads/2024/12/image.png');
}
.section-contact-form .items-form .wpcf7-list-item:nth-child(2)::before {
    background-image: url('../../uploads/2024/12/image-13.png'); 
}
/* End */

@media (max-width: 1024px) { 
	.et_pb_row {
		width: 90%;
	}
	.section-header .items-appointment {
		padding-left: 0;
	}
	.section-latest-works .items-works .overlay {
		grid-template-columns: repeat(1, 1fr);
	}
	.section-latest-works .items-position {
		position: unset;
	}
}

@media (max-width: 768px) {
	.section-heading .highlight {
		font-size: 85px !important;
	}
	.items-permalink .et_pb_button_module_wrapper {
		display: block;
	}
	.section-home-works .works > div {
		grid-template-columns: repeat(1, 1fr);
	}
	.section-contact-form .items-form .message {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.section-header .mega-menu-toggle .mega-toggle-block {
		position: absolute;
        top: -37px;
	}
}

@media (max-width: 480px) {
	.section-latest-works .items-right {
		display: none;
	}
	.section-latest-works .items-left h1 {
		font-size: 50px;
        line-height: 58px;
	}
	.section-heading .highlight {
		font-size: 60px !important;
        line-height: 58px !important;
	}
	.section-latest-works .items-position {
		display: inline-block;
		width: 100%;
	}
}


