/********** Template CSS **********/
:root {
    --primary: #B88946;
    --light: #F7EDD8;
    --dark: #17191C;
}

.MA6NoKYdSx {
    font-weight: 500 !important;
}

.adGfVQymXAO {
    font-weight: 700 !important;
}

.nSjQUOPbs {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.rPbXWLge {
    font-weight: 500;
    transition: .5s;
}

.rPbXWLge.yia356D,
.rPbXWLge.Fi58Pir1Sa {
    color: #FFFFFF;
}

.lIhzEVhRK {
    width: 38px;
    height: 38px;
}

.aZeMb8n {
    width: 32px;
    height: 32px;
}

.yhPMrPJ {
    width: 48px;
    height: 48px;
}

.lIhzEVhRK,
.aZeMb8n,
.yhPMrPJ {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.VocA3qYZ .PQB2sRKJ1::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.qJwlAtls21F .n36GoUoy .PzdSdPwsE {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.qJwlAtls21F .n36GoUoy .PzdSdPwsE:hover,
.qJwlAtls21F .n36GoUoy .PzdSdPwsE.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .qJwlAtls21F .n36GoUoy .PzdSdPwsE  {
        margin-right: 0;
        padding: 10px 0;
    }

    .qJwlAtls21F .n36GoUoy {
        border-top: 1px solid #EEEEEE;
    }
}

.qJwlAtls21F .e6CgLMdIXhk,
.qJwlAtls21F a.rPbXWLge {
    height: 75px;
}

.qJwlAtls21F .n36GoUoy .PzdSdPwsE {
    color: var(--dark);
    font-weight: 500;
}

.qJwlAtls21F.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .VocA3qYZ .KUa6YZU .PiE3zND {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .VocA3qYZ .KUa6YZU:hover .PiE3zND {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .yQYz956 {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .yQYz956 img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .yQYz956 h5,
    .header-carousel .yQYz956 p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .yQYz956 h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.qaSOcc7 {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../qRm5Z4hx/ededKk.jpg) center center no-repeat;
    background-size: cover;
}

.XnI9pu5VY + .XnI9pu5VY::before {
    color: var(--light);
}


/*** Section Title ***/
.XpB49W h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.XpB49W.t47CiXfI h1 {
    padding-left: 0;
}

.XpB49W h1::before,
.XpB49W h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.XpB49W h1::before {
    left: 0;
}

.XpB49W h1::after {
    right: 0;
}

.XpB49W.t47CiXfI h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .TeqTF0hDw  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .TeqTF0hDw  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .TeqTF0hDw  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.MAt0lTEil6 img {
    transition: .5s;
}

.MAt0lTEil6:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.ppiacB3m {
        max-width: 100% !important;
    }

    .Ycs0DL  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .Ycs0DL  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .Ycs0DL  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .AMcBqvaEVtx {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .AMcBqvaEVtx {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .AMcBqvaEVtx .rPbXWLge {
    opacity: 0;
}

.portfolio-item:hover .AMcBqvaEVtx .rPbXWLge {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.I2JIaY {
        max-width: 100% !important;
    }

    .IpzChKhd  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .IpzChKhd  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .IpzChKhd  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.GKmNJG913 img {
    transition: .5s;
}

.GKmNJG913:hover img {
    transform: scale(1.1);
}

.GKmNJG913 .ure2hk {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.GKmNJG913 .ure2hk .rPbXWLge {
    color: var(--primary);
    background: #FFFFFF;
}

.GKmNJG913 .ure2hk .rPbXWLge:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.GKmNJG913:hover .ure2hk {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .O4DvSW {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .O4DvSW {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .KeLNkaNL7  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .KeLNkaNL7  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .KeLNkaNL7  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.hmcwC5pSU9o {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../qRm5Z4hx/QU7UvM12N.jpg) center center no-repeat;
    background-size: cover;
}

.hmcwC5pSU9o .rPbXWLge.xhQGALuw8X {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.hmcwC5pSU9o .rPbXWLge.xhQGALuw8X:hover {
    color: var(--primary);
}

.hmcwC5pSU9o .rPbXWLge.gLUCkmN45bQ {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.hmcwC5pSU9o .rPbXWLge.gLUCkmN45bQ::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.hmcwC5pSU9o .rPbXWLge.gLUCkmN45bQ:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.hmcwC5pSU9o .CxOdtuP {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.hmcwC5pSU9o .CxOdtuP a {
    color: var(--light);
}

.hmcwC5pSU9o .CxOdtuP a:hover {
    color: var(--primary);
}

/* Long Hole conversion styles built on the original template architecture */
body { background: #fffaf0; color: #2c2520; }
.frGzj8OkqG { background-color: #F7EDD8 !important; }
.c3c2046z { background-color: #17191C !important; }
.text-primary { color: #B88946 !important; }
.yia356D { background-color: #B88946; border-color: #B88946; }
.yia356D:hover { background-color: #2B5A45; border-color: #2B5A45; }
.e6CgLMdIXhk h2 { letter-spacing: .04em; font-family: Georgia, 'Times New Roman', serif; }
.whrfbOe1iEi { border-bottom: 1px solid rgba(184,137,70,.25); }
.OO8AX8ZJah { background: linear-gradient(90deg, rgba(23,25,28,.84), rgba(47,25,20,.72)); }
.XpB49W h1, h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; }
.MAt0lTEil6, .d55MvbCHMnq, .d6sQaKOu5V3 { border: 1px solid rgba(184,137,70,.2); background: #fffaf0; }
.MAt0lTEil6 img { width: 100%; height: 240px; object-fit: cover; }
.qaSOcc7 { background-size: cover; background-position: center; }
.aqvuArQMB, .MKsxe5al { background: #17191C; color: #F7EDD8; border-left: 5px solid #B88946; }
.MKsxe5al { padding: 32px; }
.hmcwC5pSU9o .rPbXWLge.gLUCkmN45bQ { color: #F7EDD8; }
.hmcwC5pSU9o .rPbXWLge.gLUCkmN45bQ:hover { color: #B88946; }
.CE0711 h2 { margin-top: 32px; color: #17191C; }
.CE0711 h2:first-child { margin-top: 0; }
.KtwCyqZeK7 { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 9999; display: none; gap: 20px; justify-content: space-between; align-items: center; background: #17191C; color: #F7EDD8; border: 1px solid #B88946; padding: 18px 22px; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.KtwCyqZeK7.show { display: flex; }
.FC5uqK6Kp { font-weight: 600; }
@media (max-width: 768px) { .KtwCyqZeK7 { flex-direction: column; align-items: flex-start; } .e6CgLMdIXhk h2 { font-size: 24px; } }

/* ===== PREMIUM FOOTER ===== */

.luxury-footer {
    background: #080909;
    padding: 80px 0 30px;
    border-top: 1px solid rgba(185,153,87,.2);
}

.luxury-footer .srz9HbHpVaD {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.luxury-footer .Tw5yM6x {
    flex: 1;
    min-width: 280px;
}

.footer-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--champagne);
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.luxury-footer h4 {
    color: var(--gold);
    margin-bottom: 22px;
    font-size: 28px;
    font-family: Georgia, serif;
}

.luxury-footer p {
    color: #d8d1c3;
    line-height: 1.8;
}

.footer-contact {
    margin-top: 25px;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact i {
    color: var(--gold);
    width: 20px;
}

.footer-contact a {
    color: #e8e0d2;
}

.footer-contact a:hover {
    color: var(--champagne);
}

.footer-nav a {
    display: block;
    margin-bottom: 14px;
    color: #d8d1c3;
    transition: .3s;
}

.footer-nav a:hover {
    color: var(--champagne);
    padding-left: 8px;
}

.warning-box {
    padding: 22px;
    border-radius: 18px;
    margin-bottom: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(109,22,37,.95),
            rgba(18,61,53,.95)
        );

    border: 1px solid rgba(232,214,173,.3);
}

.warning-box strong {
    display: block;
    color: var(--champagne);
    font-size: 30px;
    margin-bottom: 10px;
}

.warning-box p {
    color: #fff;
    margin: 0;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(232,214,173,.12);
    text-align: center;
}

.footer-bottom p {
    color: #a99d88;
    margin: 0;
}

@media (max-width: 991px) {

    .luxury-footer {
        padding: 60px 0 25px;
    }

    .luxury-footer .Tw5yM6x {
        width: 100%;
    }

    .footer-bottom {
        margin-top: 35px;
    }
}