:root {
    --primary: #D4A017; /* Elegant gold */
    --secondary: #B8974A; /* Muted metallic gold */
    --light: #F8F8F8; /* Clean neutral */
    --dark: #2A2A2A; /* Deep charcoal */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.social-icon {
    font-size: 1.3rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
    color: var(--primary);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 13px;
    bottom: 45px;
    z-index: 99;
    background: var(--primary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    padding: 12px 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    color: var(--light);
}

.back-to-top:hover {
    background: var(--secondary);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 5px;
}

.navbar-toggler {
    background-color: var(--primary);
    border-radius: 50px;
    padding: 10px 15px;
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link{
  color: #2A2A3B;
}

.nav-link:hover {
    color: #2A2A2A;
}

@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.cta-btn {
    background: var(--primary);
    color: var(--light);
    border: none;
    transition: 0.3s;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 10px;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.cta-btn:hover,
.cta-btn:focus-visible {
    background: var(--secondary);
}

.cta-btn:active {
    box-shadow: inset 0 0 9em #0005;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}

::placeholder {
    color: var(--primary) !important;
    font-weight: bold;
}

.btn-cta {
    background: var(--primary);
    color: var(--light);
    border: none;
    transition: 0.3s;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 10px;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.btn-cta:hover,
.btn-cta:focus-visible {
    background: var(--secondary);
}

.btn-cta:active {
    box-shadow: inset 0 0 9em #0005;
}

.cat-item {
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.cat-item:hover {
    background: var(--primary);
    color: var(--light);
}

.cat-item .rounded {
    padding: 20px;
    transition: 0.3s ease-in-out;
}

.cat-item:hover .rounded {
    background: var(--primary);
    color: var(--light);
}

.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    border-radius: 50px;
    border: 1px dashed var(--primary);
    width: 80px;
    height: 80px;
    transition: 0.3s ease-in-out;
}

.cat-item:hover .icon {
    background: var(--light);
}

.icon img {
    width: 50px;
    height: 50px;
}

.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}

.cat-item div {
    background: var(--light);
    border: 1px dashed rgba(212, 160, 23, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: var(--light) !important;
}

.nav-pills .nav-item .btn {
    color: var(--dark);
    border-color: var(--primary);
}


.nav-pills .nav-item .btn.active {
    color: var(--primary);
    background:  var(--light);
}

.nav-pills .nav-item .btn:hover
{
    color: var(--light);
    background: var(--dark);
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(212, 160, 23, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(212, 160, 23, .3) !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--light);
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: Arial;
    font-weight: bold;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    color: var(--light);
}

.footer .footer-menu a:hover {
    color: var(--primary);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}