/* =========================
   FORCE FULL WIDTH LAYOUT
========================= */

body .site,
body .site-content,
body .content-area,
body .ast-container,
body .elementor-section-wrap,
body .elementor-container,
body .ekit-template-content,
body .page-content,
body .container,
body .content-wrapper,
body #primary,
body #main{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* REMOVE THEME BOXED WIDTH */

body{
    overflow-x: hidden;
}

/* =========================
   MAIN WRAPPER
========================= */

.cf-single-product{
    width: 100%;
    padding: 70px 0;
}

.cf-product-container{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* =========================
   SINGLE PRODUCT PAGE
========================= */

.cf-single-product{
    padding: 70px 20px;
    background: #fff;
    font-family: 'Inter', sans-serif;
}

.cf-product-container{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

/* =========================
   TOP SECTION
========================= */

.cf-single-product .cf-product-container{
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 80px;
    align-items: start;
}

/* =========================
   GALLERY
========================= */

.cf-main-image{
    border: 1px solid #C8A96B;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.cf-main-image img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.cf-thumbnail-row{
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.cf-thumbnail-row img{
    width: 95px;
    height: 95px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #f1f1f1;
    transition: 0.3s;
}

.cf-thumbnail-row img:hover{
    border-color: #C8A96B;
}

/* =========================
   RIGHT CONTENT
========================= */

.cf-product-content h1{
    font-size: 46px;
    line-height: 1.1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    color: #111;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.cf-price{
    margin-bottom: 12px;
}

.cf-price strong{
    font-size: 42px;
    color: #C8A96B;
    font-weight: 700;
}

.cf-price span{
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

.cf-moq{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 35px;
}

/* =========================
   SPECS
========================= */

.cf-product-specs{
    border-top: 1px solid #e5e5e5;
}

.cf-spec-row{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cf-spec-row span{
    color: #666;
    font-size: 17px;
}

.cf-spec-row strong{
    color: #111;
    font-size: 17px;
    font-weight: 700;
}

/* =========================
   VIEW MORE
========================= */

.cf-view-more-btn{
    display: inline-block;
    margin-top: 18px;
    color: #C8A96B;
    font-size: 17px;
    text-decoration: none;
    font-weight: 500;
}

/* =========================
   BUTTONS
========================= */

.cf-product-buttons{
    display: flex;
    gap: 18px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.cf-call-btn,
.cf-whatsapp-btn{
    padding: 16px 34px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cf-call-btn{
    border: 2px solid #C8A96B;
    color: #111;
    background: #fff;
}

.cf-call-btn:hover{
    background: #C8A96B;
    color: #fff;
}

.cf-whatsapp-btn{
    background: #25D366;
    color: #fff;
}

.cf-whatsapp-btn:hover{
    background: #1da851;
    color: #fff;
}

/* =========================
   PRODUCT DETAILS
========================= */

.cf-product-details-section{
    padding: 70px 20px 30px;
    background: #fff;
}

.cf-section-title{
    font-size: 42px;
    margin-bottom: 40px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.cf-details-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.cf-detail-box{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cf-detail-box h4{
    font-size: 17px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.cf-detail-box p{
    font-size: 17px;
    color: #111;
    margin: 0;
    line-height: 1.8;
    font-weight: 700;
}

/* =========================
   FIXED DESCRIPTION
========================= */

.cf-fixed-description{
    padding: 20px 20px 70px;
}

.cf-fixed-description p{
    font-size: 18px;
    line-height: 1.9;
    color: #222;
    margin-bottom: 30px;
}

.cf-interest-btn{
    display: inline-block;
    background: #C8A96B;
    color: #fff;
    padding: 16px 38px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s;
}

.cf-interest-btn:hover{
    background: #b89355;
    color: #fff;
}

/* =========================
   FORM SECTION
========================= */

.cf-enquiry-section{
    padding: 80px 20px;
    background: #fafafa;
}

.cf-enquiry-title{
    text-align: center;
    font-size: 46px;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif;
    color: #111;
}

.cf-enquiry-title span{
    color: #111;
    font-style: italic;
}

.cf-enquiry-form{
    max-width: 1100px;
    margin: 0 auto;
}

.cf-form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.cf-form-grid input,
.cf-enquiry-form textarea{
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 18px 20px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.cf-form-grid input:focus,
.cf-enquiry-form textarea:focus{
    border-color: #ef6b6b;
}

.cf-enquiry-form textarea{
    min-height: 180px;
    resize: vertical;
    margin-bottom: 25px;
}

.cf-enquiry-form button{
    background: #C8A96B;
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.cf-enquiry-form button:hover{
    background: #b89355;
}

/* =========================
   EXPLORE MORE PRODUCTS
========================= */

.cf-related-products{
    padding: 110px 20px;
    background: #F8F6F2;
}

/* =========================
   HEADING
========================= */

.cf-related-title{
    text-align: center;

    margin-bottom: 60px;

    font-size: clamp(36px, 5vw, 62px);

    color: #1E1E1E;

    line-height: 1.1;

    font-family: 'Playfair Display', serif;

    font-weight: 700;
}

/* =========================
   GRID
========================= */

.cf-related-grid{
    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 28px;
}

/* =========================
   CARD
========================= */

.cf-related-card{
    text-decoration: none !important;
}

/* =========================
   IMAGE
========================= */

.cf-related-card img{
    width: 100%;

    aspect-ratio: 1/1;

    object-fit: cover;

    display: block;

    overflow: hidden;

    border-radius: 18px;

    background: #FFFFFF;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);

    margin-bottom: 18px;

    transition: transform 0.5s ease;
}

/* HOVER */

.cf-related-card:hover img{
    transform: scale(1.06);
}

/* =========================
   TITLE
========================= */

.cf-related-card h3{
    font-size: 20px;

    line-height: 1.4;

    color: #1E1E1E;

    text-align: center;

    font-weight: 600;

    transition: 0.3s ease;

    margin: 0;
}

.cf-related-card:hover h3{
    color: #C8A96B;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .cf-related-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .cf-related-card h3{
        font-size: 18px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:600px){

    .cf-related-products{
        padding: 80px 16px;
    }

    .cf-related-grid{
        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }

    .cf-related-card img{
        border-radius: 14px;
    }

    .cf-related-card h3{
        font-size: 15px;

        line-height: 1.5;
    }

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1024px){

    .cf-single-product .cf-product-container{
        grid-template-columns: 1fr;
    }

    .cf-details-grid{
        grid-template-columns: 1fr;
    }

    .cf-related-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:767px){

    .cf-product-content h1{
        font-size: 34px;
    }

    .cf-price strong{
        font-size: 30px;
    }

    .cf-moq{
        font-size: 22px;
    }

    .cf-form-grid{
        grid-template-columns: 1fr;
    }

    .cf-related-grid{
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .cf-related-card img{
        height: 180px;
    }

    .cf-related-card h3{
        font-size: 18px;
    }

    .cf-spec-row,
    .cf-detail-box{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cf-enquiry-title,
    .cf-related-title,
    .cf-section-title{
        font-size: 32px;
    }

}