.reach-wrapper{
    background: #faf6f1;
}



/* MAIN */

.reach-main{
    margin-top: -80px;
    position: relative;
    z-index: 5;
    
}

/* MAP */

.map-box{
    background: #fff;
    padding: 10px;
    padding-bottom: 5px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
}

.map-box iframe{
    width: 100%;
    height: 426px;
    border: 0;
    border-radius: 24px;
}


/* FOLLOW */

.follow-box{
    margin-top: 10px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

/* LEFT SIDE */

.follow-left{
    flex: 1;

}

.follow-left h3{
    
    padding-right: 50px;
    
}


/* TITLE */
.follow-title{
    font-family:'Cormorant Garamond',serif;
    font-size: 28px;
    color:var(--dark);
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}

.follow-title::after{
    content: '';
    width: 55px;
    height: 2px;
    background: #c8a96b;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.social-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}



.social-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

/* ICON */
.social-item i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2f1e17;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s;
}

/* TEXT */
.social-item span{
    margin-top: 10px;
    font-size: 10px;
    color: #333;
    font-weight: 500;
}

/* HOVER */
.social-item:hover i{
    background: #c8a96b;
    transform: translateY(-5px);
}

/* RIGHT SIDE */
.follow-right{
    display: flex;
    align-items: center;
    gap: 18px;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

/* ICON */
.chair-icon{
    font-size: 42px;
    color: #c8a96b;
}

/* TEXT */
.follow-right p{
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* RIGHT CARDS */

.info-card{
    background: white;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

.info-card h3{
    margin-bottom: 30px;
    font-family:'Cormorant Garamond',serif;
    font-size: 28px;
    color:var(--dark);
    font-weight: 700;
    position: relative;
}

.info-card h3::after{
    content: '';
    width: 55px;
    height: 2px;
    background: #c8a96b;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.info-card2{
    background: white;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

.info-card2 h3{
    margin-bottom: 30px;
    font-family:'Cormorant Garamond',serif;
    font-size: 28px;
    color:var(--dark);
    font-weight: 700;
    position: relative;
}

.info-card2 h3::after{
    content: '';
    width: 55px;
    height: 2px;
    background: #c8a96b;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.info-item{
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
}

.info-icon i{
    font-size: 20px;
}

.info-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background:
    linear-gradient(
        135deg,
        #3e2723,
        #5d4037
    );

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon2 i{
    font-size: 20px;
}

.info-icon2{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background:
    linear-gradient(
        135deg,
        #3e2723,
        #5d4037
    );

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item h6{
    font-size: 18px;
    margin-bottom: 2px;
    color: #2f1e17;
}

.info-item p{
    color: #666;
}

.contact-lux-card{
    background:#fffdfb;
    border:1px solid #eadfce;
    border-radius:28px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    
}

.contact-lux-card iframe{
    width:100%;
    height:260px;
    border:none;
    border-radius:18px;
}


.lux-send-btn{
    background:linear-gradient(
        135deg,
        #d19a3b,
        #b97a20
    );

    color:white;
    border:none;
    border-radius:50px;
    padding:12px 70px;
    font-weight:600;
    
}

.contact-item{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin:12px 0;
}

.icon-circle{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    border:1px solid #eadbc9;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b88632;
    font-size:20px;
}

.contact-content h6{
    margin-bottom:8px;
    color:#5a3925;
    font-size:20px;
    font-weight:700;
    font-family: serif;
}

.contact-content p,
.contact-content a{
    font-size:16px;
    line-height:1.6;
}

.contact-lux-card hr{
    border: 0;
    height: 1px;
    background: #d8c7b3;
    opacity: 0.6;
    margin: 10px auto;
    width:75%;
}

.message-header{
    display:flex;
    align-items:center;
    gap:18px;
}

.message-icon{
    width:50px;
    height:50px;
    max-width: 50px;
    border-radius:50%;
    border:1px solid #e8d8c5;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#b27a2f;
    font-size:28px;
}

.message-header h4{
    margin:0;
    color:#4a2b19;
    font-family: "Playfair Display", serif;
    font-size:34px;
    font-weight:700;
}

.gold-line{
    display:block;
    width:45px;
    height:2px;
    background:#c18a3b;
    margin-top:10px;
}

.lux-input{
    height:52px;
    border:1px solid #e8d8c5;
    border-radius:12px;
    box-shadow:none !important;
}

.lux-textarea{
    height:160px;
    border:1px solid #e8d8c5;
    border-radius:12px;
    resize:none;
    box-shadow:none !important;
}

.lux-send-btn{
    background:#c68a33;
    color:#fff;
    border:none;

    padding:12px 70px;
    border-radius:40px;

    font-weight:600;
}
.contact-lux-card{
    padding-bottom:20px;
}

.contact-lux-card form{
    display: inline-block;
    width: 100%;
}


@media (max-width:1280px){

    .reach-main{
        overflow-x: hidden;
    }

    .left-wrapper,
    .right-wrapper{
        width: 100%;
    }

    .map-box{
        width: 100%;
        overflow: hidden;
        border-radius: 25px;
        height: 325px;
    
    }

    .map-frame{
        width: 100%;
        height: 100%;
        display: block;
        border: 0;

    }

    .media-wrapper{
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
    }

    .info-card,
    .info-card2{
        width: 100%;
    }

    .info-card h3,
    .info-card2 h3{
        font-size: 20px;
    }

    .info-icon i,
    .info-icon2 i{
        font-size: 15px;
    }

    .info-icon,
    .info-icon2{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background:linear-gradient(135deg,#3e2723,#5d4037);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-item p{
        font-size: 12px;
    }

    .info-item h6{
        font-size: 15px;
    }

    .showroom-content h6{
        font-size: 13px;
    }


    .follow-box{
        flex-direction: column;
        gap: 20px;
    }

    .follow-left,
    .follow-right{
        width: 100%;

    }

   
    .social-wrap h3{
        font-size: 20px;
    }

    .social-item i{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #2f1e17;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        transition: 0.3s;
    }

    /* TEXT */
    .social-item span{
        margin-top: 10px;
        font-size: 10px;
        color: #333;
        font-weight: 500;
    }

    .follow-left{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .follow-right{
        display: flex;
        align-items: center;
        gap: 18px;
        border-left: none;
        border-top: 1px solid #ddd;
        justify-content: center;
    
    }

    .follow-right p{
        font-size: 12px;
        margin-top: 12px;
    }


    .follow-right i{
        font-size: 25px;
         margin-top: 12px;
    }

    body{
        overflow-x: hidden;
    }
}


@media(max-width:922px){

   .left-wrapper{
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:6px;
   }

   .right-wrapper{
        display:grid;
        grid-template-columns: 1fr 1fr ;
        gap:6px;
        align-items: center;
   }


    .map-box{
        background: #fff;
        padding: 10px;
        margin-top: 10px;
        padding-bottom: 5px;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        position: relative !important;
    }

    .map-box iframe{
        width: 100%;
        height: 300px;
        border: 0;
        border-radius: 24px;
    }

    .social-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .follow-title{
        width: 100%;
        margin-left: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .follow-title::after{
        left: 40%;
        transform: translateX(-50%);
    }

    
    .info-card{
        background: white;
        padding: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
        border-radius: 28px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        margin-bottom: 10px;
    }

    .info-card h3{
        margin-bottom: 30px;
        font-family:'Cormorant Garamond',serif;
        font-size: 20px;
        color:var(--dark);
        font-weight: 700;
        position: relative;
        
    }

    .info-card h3::after{
       
        left: 10%;
        transform: translateX(-50%);
    }
    

    .info-item{
        display: flex;
        gap: 18px;
        margin-bottom: 12px;
    }

    .info-icon i{
        font-size: 15px;
    }

    .info-icon{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background:
        linear-gradient(
            135deg,
            #3e2723,
            #5d4037
        );

        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-item h6{
        font-size: 14px;
        margin-bottom: 2px;
        color: #2f1e17;
    }

    .info-item p{
        color: #666;
        font-size: 15px;
    }

    .showroom-content h6{
        font-size: 13px;
    }

    .showroom-content p{
        font-size: 10px;
    }

    .info-icon2 i{
        font-size: 13px;
    }

    .info-icon2{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background:
        linear-gradient(
            135deg,
            #3e2723,
            #5d4037
        );

        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .media-wrapper{
        display:grid;
        flex-direction: row;
    }

    .info-card2{
        
        background: white;
        /* padding: 30px;
        padding-top: 10px;
        padding-bottom: 0px; */
        border-radius: 28px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        margin-bottom: 10px;
    }

    .info-card2 h3{
        
        font-family:'Cormorant Garamond',serif;
        font-size: 20px;
        color:var(--dark);
        font-weight: 700;
        position: relative;
    }

    .message-header h4{
        font-size: 22px;
    }
    .message-icon{
        width:42px;
        height:42px;
        max-width: 42px;
        font-size:23px;
    }
    .lux-send-btn{
        padding:12px 70px;
        font-size: 10px;
        
    }

    .icon-circle{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:18px;
    }
    .contact-content p,
    .contact-content a{
        font-size:13px;
        line-height:1.6;
    }

}


@media (max-width:480px){

    .reach-main{
        overflow-x: hidden;
    }

   .left-wrapper{
        display:grid;
        grid-template-columns: 1fr;
        gap:6px;
   }

   .right-wrapper{
        display:grid;
        grid-template-columns: 1fr ;
        gap:6px;
        align-items: center;
   }


    .map-box{
        background: #fff;
        padding: 10px;
        margin-top: 10px;
        height: 270px;
        padding-bottom: -40px;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        position: relative !important;
    }

    .map-box iframe{
        width: 100%;
        height: 250px;
        border: 0;
        border-radius: 24px;
    }

    .message-header h4{
        font-size: 24px;
    }
    .message-icon{
        width:40px;
        height:40px;
        max-width: 40px;
        font-size:22px;
    }
    .lux-send-btn{
        padding:12px 70px;
        font-size: 10px;
    }

}


