.logo img{
    width: 250px;
}
.header-style-one .main-box .outer-box .mobile-nav-toggler {
        display: none;
    }
@media screen and (max-width:767px) {
    .header-style-one .main-box .outer-box .mobile-nav-toggler {
        display: block;
    }
}
.luxury-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 2px 18px;
    border-radius: 50px;

   background: linear-gradient(135deg, #8f652a, #ebcf75);
    color: #fff;
    text-decoration: none;

    box-shadow: 0 2px 10px #8f652a  ;
    transition: all 0.4s ease;

    backdrop-filter: blur(6px);
}

/* ICON STYLE */
.luxury-phone-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 8px;
    border-radius: 50%;
}

/* TEXT */
.luxury-phone-btn .text {
    display: flex;
    flex-direction: column;
    color: white;
    line-height: 1.2;
}

.luxury-phone-btn small {
    font-size: 11px;
    opacity: 0.8;
}

.luxury-phone-btn strong {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

/* HOVER EFFECT 🔥 */
.luxury-phone-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 35px #8f652a;
    color: #fff;
}
.luxury-features {
    background: linear-gradient(135deg, #0f0f0f, #1c1c1c);
    border-radius: 15px;
    padding: 30px 20px;
}

.feature-box {
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37, #f7e7a1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.feature-box h5 {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-box p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
}
.gold-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37, #f7e7a1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}
.luxury-section {
    background: #f8f8f8;
}

.sub-title {
    color: #c9a13b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.main-title {
    color: #111;
    font-size: 36px;
    font-weight: 700;
}

.lux-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid #eee;
}

.lux-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ICON */
.icon1 {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af37, #f7e7a1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon1 i {
    font-size: 24px;
    color: #111;
}

/* TEXT */
.lux-card h4 {
    color: #c9a13b;
    margin-bottom: 10px;
}

.lux-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

/* BUTTON */
.lux-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    color: #111;
    background: linear-gradient(135deg, #d4af37, #f7e7a1);
    text-decoration: none;
    transition: 0.3s;
}

.lux-btn:hover {
    background: #111;
    color: #fff;
}
