/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 07:42:57 */
.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: #F4EFE3;
}
.uk-button-default{
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
}
.uk-button-primary:hover{
	background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
}
.uk-button-default:hover{
    background: transparent;
}
.hno-banner-landing h1,.hno-banner-landing p {
    color: #fff !important;
}
.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;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.nav-phone svg {
    flex-shrink: 0;
}

.nav-phone:hover {
    color: #e8d9b8;
}
.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;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 50px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -6px rgba(196, 160, 108, 0.5);
	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; }
}
