/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 09:49:02 */
.uk-button {
    padding: 4px 28px;
}
span {
    color: #CBA876;
}
.uk-navbar-container .uk-container {
    padding-top: 5px;
}
.uk-navbar-nav>li>a{
    color: #fff !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgb(61 81 65);
}
.uk-button-default{
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
	color: #000;
}
.uk-button-primary:hover{
	background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
	color: #000;
}
.uk-button-default:hover{
    background: transparent;
}
.hno-banner-landing h1,.hno-banner-landing p {
    color: #fff !important;
}
.hno-banner-landing.uk-section-default {
    margin-bottom: -20px;
}
.text-gold p{
    font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 10%;
	text-transform: uppercase;
	color: #CBA876 !important;
}
.nav-cta-group {
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
	font-family: Fraunces;
}
.uk-navbar-nav>li>a:hover {
    color: #c5a270 !important;
}
.nav-phone svg {
    flex-shrink: 0;
}
.projects hr {
    border: 1px solid #c5a26f;
    margin: 30px 50px;
}
.nav-phone:hover {
    color: #c5a270 !important;
}
.nav-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
    color: #1e2a3a;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 50px;
    white-space: nowrap;
	font-family: Fraunces;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-quote-btn:hover {
    transform: translateY(-2px);
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.credibility-bar.uk-margin {
    border-top: 1px solid #FFFFFF2E;
    padding-top: 34px;
}
.credibility-bar p{
    color: #F7F3EAE5;
}

@media (min-width: 960px) {
    .credibility-bar .uk-width-1-4\@m {
        width: 30%;
    }
}

.credibility-bar .uk-margin-remove-first-child {
    padding-left: 12px;
}
.hn-rt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 44px;
}
.hn-rt-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.hn-rt-slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 4;
    --pos: 50%; /* Default slider position */
    user-select: none;
    overflow: hidden;
}
.hn-rt-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.hn-rt-before-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.hn-rt-before-wrap .hn-rt-img-before {
    position: absolute;
    inset: 0;
}
.hn-rt-after-badge-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    clip-path: inset(0 0 0 var(--pos));
}
.hn-rt-content {
    padding: 30px;
}

.hn-rt-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #000101;
}

.hn-rt-text {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.hn-rt-badge {
    background: #293138;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .hn-rt-heading { font-size: 32px; }
    .hn-rt-wrapper { padding: 60px 20px; }
    .hn-rt-grid { gap: 30px; }
}
.hnb-testimonial-sec .el-item {
    border-radius: 12px;
}
.uk-accordion {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.uk-accordion .el-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 28px 32px;
    box-shadow: 0 4px 16px -4px rgba(30, 30, 30, 0.06);
    position: relative;
}

.uk-accordion .el-item:last-child {
    margin-bottom: 0;
}

.uk-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 19px;
    font-weight: 700;
    color: #1e2a3a;
    text-decoration: none !important;
    list-style: none;
}

.uk-accordion-title::marker,
.uk-accordion-title::-webkit-details-marker {
    display: none;
}

.uk-accordion-title::after {
    content: '+';
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f2ede1;
    color: #a6813f;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.el-item.uk-open .uk-accordion-title::after {
    content: '+';
    transform: rotate(45deg);
}

.uk-accordion-content .el-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    text-align: left;
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 0 !important;
}
.uk-accordion-title::before {
    display: none;
}
.nav-cta-group a {
    text-decoration: none;
}
.gallery{
    display:flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content:center;
    max-width: 1400px;
    margin: 0 auto;
  }
 
  .ba-card{
    width: 360px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #fff;
  }
 
  .ba-slider{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    touch-action: pan-y;
  }
 
  .ba-slider img{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display:block;
  }
 
  .ba-after{ z-index: 1; }
 
  .ba-before-wrap{
    position: absolute;
    top:0; left:0;
    height: 100%;
    width: 50%; 
    overflow: hidden;
    z-index: 3; 
  }
  .ba-before-wrap img{
    width: var(--container-width, 340px);
    max-width: none;
  }
 
  .ba-pill{
    position: absolute;
    top: 16px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    pointer-events: none;
    white-space: nowrap;
  }
  .pill-after{ right: 16px; z-index: 2; }
 
  .pill-before{ left: 16px; z-index: 2; }
 
  .ba-handle{
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: 50%;
    z-index: 4;
    pointer-events: none;
  }
  .ba-handle::before{
    content:"";
    position:absolute;
    top:0; bottom:0;
    left: -1px;
    width: 2px;
    background: #fff;
  }
  .ba-handle-btn{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 34px;
    height: 44px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 14px;
    color: #333;
    pointer-events: none;
  }
 
  .ba-caption{
    padding: 20px 22px 26px;
    background: #fff;
  }
  .ba-caption h3{
    margin: 0 0 8px;
    font-size: 20px;
  }
  .ba-caption p{
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
.contact_form {
    background: #f3ede1;
    border-radius: 20px;
    padding: 40px 36px 0px 36px;
    margin: 0 auto;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.3);
}

.contact_form h3 {
    font-size: 28px;
    font-weight: 400;
    color: #0A1826 !important;
    margin: 0 0 8px;
}

.contact_form > p {
    font-size: 15px;
    color: #5a5a5a;
    margin: 0 0 28px;
}

/* Force single column layout regardless of hnb-row grouping */
.contact_form .hnb-row {
}

.contact_form .hno-field,
.contact_form .hno-field {
    /* width: 100%; */
    /* margin-bottom: 20px; */
}

.contact_form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: -23px;
}

.contact_form .wpcf7-form-control-wrap {
    /* display: block; */
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2dccc;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: #2a2a2a;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #b5b0a2;
}

.contact_form input:focus,
.contact_form textarea:focus {
    outline: none;
    border-color: #a6813f;
}

.contact_form textarea {
    max-height: 100px !important;
    width: 100% !important;
}

/* Submit button */
.contact_form input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 16px;
    cursor: pointer;
    box-shadow: 0 10px 20px -6px rgba(166, 129, 63, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact_form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px -6px rgba(166, 129, 63, 0.6);
}

.contact_form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}
.uk-card-default {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 12px 30px -14px rgba(21, 31, 23, 0.2);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    border: 1px solid transparent;
}
.uk-card-default:hover{
    transform:translateY(-6px);border-color:rgba(169,118,62,0.35);
    box-shadow:0 20px 40px -16px rgba(21,31,23,0.28);

}

.find-project .uk-card-default{
    border-radius: 20px;
    padding: 26px 16px 20px;
    text-align: center;
    box-shadow: 0 12px 30px -14px rgba(21, 31, 23, 0.2);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), box-shadow .3s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    border: 1px solid transparent;
}
.find-project .uk-card-default h3 {
    font-size: 15px;
    font-weight: 600;
}

 .uk-card-default h3 {
    font-size: 20px;
    font-weight: 600;
}
.uk-card-primary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 26px;
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), background .3s cubic-bezier(.22, .61, .36, 1), border-color .3s;
}

.uk-card-primary:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,0.07);
    border-color:rgba(203,156,94,0.5);
}

.uk-card-primary h3{
    font-size:17px;
    margin-bottom:8px;
}

.homeowner *+p {
    margin-top: -10px !important;
    margin-bottom: -5px !important;
}
.uk-card-primary p{
    color:rgba(244,239,227,0.62);
    font-size:13.5px;