.elementor-9 .elementor-element.elementor-element-31fce89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:20;}.elementor-9 .elementor-element.elementor-element-9bbc6ce{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-31fce89{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-9bbc6ce */:where([class^="ri-"])::before { 
    content: "\f3c2"; 
}

body {
    font-family: 'Inter', sans-serif;
    color: #2A2A2A;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant Garamond', serif;
}

.accent-text {
    font-family: 'Playfair Display', serif;
}

.hero-video-container {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.hero-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(26, 31, 59, 0.9), rgba(26, 31, 59, 0.7));
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C5A572;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.testimonial-card {
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: scale(1.02);
}

.project-card {
    overflow: hidden;
}

.project-card img {
    transition: transform 0.5s ease;
}

.project-card:hover img {
    transform: scale(1.05);
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #C5A572;
    box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.2);
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-checkbox:hover input ~ .checkmark {
    border-color: #C5A572;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #C5A572;
    border-color: #C5A572;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}




[type=submit]:hover, button:focus, button:hover {
    background-color: #C5A572;}
    
    [type=button], [type=submit], button {
    
    border: 0px solid;}/* End custom CSS */