/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .luxury-btn {
    list-style: none;
    position: absolute;
    bottom: 200px !important;
    left: 50%;
    transform: translateX(-50%);
}

.luxury-link {
    display: inline-block;
    padding: 18px 48px; /* ⬆ bigger button */
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-size: 16px; /* ⬆ bigger text */
    font-weight: 700;
    letter-spacing: 2.5px;
    transition: all 0.35s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    text-transform: uppercase;
}

.luxury-link:hover {
    background: #b08d57;
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.35);
}

#homepage-slider .caption,
#homeslider .caption,
.carousel .caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    transform: translate(-50%, -50%) !important;

    width: 100%;
    text-align: center;
}

.btn-espacepro a { 
    display: inline-block; 
    padding: 14px 32px; 
    background: #000; 
    color: #fff !important; /* force white text */ 
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px; 
    font-weight: bold;
    letter-spacing: 2px; 
    transition: all 0.3s ease; 
    border: 1px solid rgba(255,255,255,0.15); 
} 
/* Hover effect */ 
.btn-espacepro a:hover { 
     background: #222; 
     transform: scale(1.05); 
     box-shadow: 0 10px 25px rgba(0,0,0,0.25); 
      color: #fff !important; /* keep white on hover */ 
}

@media (max-width: 991px) {

    .btn-espacepro {
        display: block !important;
        text-align: center;
        margin: 20px 15px !important;
        padding-right: 25px;
        box-sizing: border-box;
    }

    .btn-espacepro a {
        display: block !important;
        background: #000 !important;
        color: #fff !important;

        padding: 12px 20px !important;

        border-radius: 40px;
        border: none !important;

        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;

        text-align: center;
    }
}

/* DESKTOP */
#ttcmsfooterservice .owl-stage {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    transform: none !important;
}

#ttcmsfooterservice .owl-item {
    width: 25% !important;
}

#ttcmsfooterservice .owl-stage-outer {
    overflow: hidden;
}

#ttcmsfooterservice {
    padding: 25px 0 50px;
    border: none !important;
}

#ttcmsfooterservice .container,
#ttcmsfooterservice .row,
#ttcmsfooterservice .footerservices {
    border: none !important;
}

/* SERVICE BOX */
#ttcmsfooterservice .service-box {
    text-align: center;
    padding: 15px;
}

#ttcmsfooterservice .service-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    flex-wrap: nowrap;
}

#ttcmsfooterservice .service-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

#ttcmsfooterservice .service-icon img {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
}
/* TABLET */
@media (max-width: 991px) {
    #ttcmsfooterservice .owl-item {
        width: 50% !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    #ttcmsfooterservice .owl-stage {
        display: block !important;
    }

    #ttcmsfooterservice .owl-item {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #ttcmsfooterservice .service-box {
        padding: 10px 15px;
    }

    #ttcmsfooterservice .service-title {
        font-size: 15px;
        justify-content: flex-start;
        text-align: left;
    }

    #ttcmsfooterservice .service-text {
        text-align: left;
        font-size: 13px;
    }
}

.product-accessories {
    display: none !important;
}

