﻿/* ================= NAVBAR ================= */
#ftco-nav .nav-link {
    font-family: "Book Antiqua", Palatino, serif;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    transition: color 0.3s ease;
}

#ftco-nav .nav-item.active .nav-link,
#ftco-nav .nav-item:hover .nav-link {
    color: #c49b63 !important;
}

.navbar-brand-img {
    width: 80px;
    height: auto;
    margin-right: 15px;
}

.navbar-collapse {
    padding-right: 0 !important;
}

@media (max-width: 991.98px) {
    #ftco-nav .nav-link {
        padding: 10px 0 !important;
        font-size: 17px !important;
    }
}

/* ================= CONTACT SECTION ================= */
.contact-section {
    background: #fdfdfd;
    padding: 80px 0;
}

.contact-info .box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contact-info .box:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 45px rgba(196, 155, 99, 0.15);
        border-color: #D4AF37;
    }

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #001d3d 0%, #000814 100%);
    color: #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    transition: 0.3s;
    border: 2px solid #D4AF37;
}

.contact-info .box:hover .contact-icon {
    background: #D4AF37;
    color: #fff;
    transform: rotateY(180deg);
}

.contact-info h3 {
    font-family: 'Book Antiqua', serif;
    font-size: 18px;
    font-weight: 700;
    color: #001d3d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.contact-info p,
.contact-info a {
    font-size: 15px;
    color: #555;
    font-weight: 500;
    text-decoration: none !important;
    transition: 0.3s;
}

    .contact-info a:hover {
        color: #D4AF37;
    }

/* ================= TOP BAR ================= */
.top-wrap {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-bottom: 2px solid #D4AF37;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    padding: 10px 0;
}

.topper {
    transition: all 0.3s ease;
}

.icon-circle.gold-border {
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.15);
    border: 1.5px solid #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .icon-circle.gold-border:hover {
        background: #D4AF37;
        color: #fff;
        transform: rotate(360deg);
    }

.small-text {
    font-family: "Book Antiqua", serif;
    font-size: 13px;
    color: #f8f9fa !important;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.erp-btn {
    display: inline-block;
    padding: 7px 22px;
    background: #D4AF37;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-family: 'Book Antiqua', serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

    .erp-btn:hover {
        background-color: transparent;
        color: #D4AF37 !important;
        border: 1px solid #D4AF37;
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    }

.shimmer {
    position: relative;
    overflow: hidden;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Responsive */
@media (max-width: 991.98px) {
    .top-wrap .row {
        flex-direction: column;
    }

    .topper {
        justify-content: center !important;
        margin-bottom: 12px;
    }

    .contact-item {
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .small-text {
        font-size: 11px;
        text-align: center;
    }

    .erp-btn {
        width: 90%;
        text-align: center;
        margin-top: 5px;
    }

    .icon-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* ================= FOOTER ================= */
.ftco-footer {
    background: #1a1a1a;
    padding: 30px 0 10px 0 !important;
    color: rgba(255,255,255,0.7);
}

.ftco-footer-widget {
    margin-bottom: 15px !important;
}

.ftco-footer .ftco-heading-2 {
    color: #D4AF37;
    font-family: 'Book Antiqua', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.block-23 ul li {
    margin-bottom: 8px !important;
}

.map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 10px;
    position: relative;
}

    .map-container iframe {
        width: 100%;
        height: 200px;
        display: block;
        border: 0;
    }

.designer-credit {
    margin-top: 10px !important;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .ftco-footer {
        padding: 20px 0 !important;
        text-align: center;
    }

    .map-container iframe {
        height: 250px;
    }
}

/* ================= HERO ================= */
.custom-hero {
    height: 350px !important;
    width: 100% !important;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .custom-hero {
        height: 466px !important;
        width: 80% !important;
        margin-left: 10% !important;
        border-radius: 15px;
        margin-top: 20px !important;
    }
}
