/* ==========================================================================
   Signal Booster Mumbai — Dedicated Product Detail Page & Card Styling
   Clean, modern, high-contrast, fast-loading, 100% responsive.
   ========================================================================== */

/* --- Enhanced Product Card on Grid Pages --- */
.blog-post {
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.blog-post .blog-thumb a {
    display: block;
    overflow: hidden;
}

.blog-post .blog-thumb img {
    transition: transform 0.3s ease;
}

.blog-post:hover .blog-thumb img {
    transform: scale(1.04);
}

.blog-content .content-show a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-content .content-show a:hover {
    color: #f78e21;
}

.product-card-cta {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    background: #f78e21;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.product-card-cta:hover {
    background: #e07a12;
    transform: translateX(3px);
}

/* --- Dedicated Product Detail Layout --- */
.product-detail-section {
    padding: 50px 0 70px;
    background: #f8fafc;
}

.product-detail-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    margin-bottom: 40px;
}

.product-breadcrumb {
    font-size: 13.5px;
    color: #64748b;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.product-breadcrumb a {
    color: #0284c7;
    text-decoration: none;
    font-weight: 600;
}

.product-breadcrumb a:hover {
    text-decoration: underline;
}

.product-breadcrumb span {
    color: #94a3b8;
    margin: 0 6px;
}

/* Product Detail Grid */
.product-detail-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.product-image-col {
    flex: 1 1 420px;
    max-width: 480px;
}

.product-info-col {
    flex: 1 1 420px;
}

.product-main-image {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.product-main-image img {
    max-width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.product-image-badge {
    display: inline-block;
    margin-top: 15px;
    padding: 4px 12px;
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Info */
.product-badge-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.p-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.p-badge-primary {
    background: #0284c7;
    color: #ffffff;
}

.p-badge-power {
    background: #f78e21;
    color: #ffffff;
}

.p-badge-warranty {
    background: #10b981;
    color: #ffffff;
}

.product-info-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 14px;
}

.product-info-desc {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
}

/* Contact CTAs on Product Page */
.product-actions-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 28px;
}

.product-actions-heading {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.product-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.p-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    min-height: 48px;
}

.p-btn i {
    font-size: 18px;
}

.p-btn-whatsapp {
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    flex: 1 1 200px;
}

.p-btn-whatsapp:hover {
    background: #1ebc59;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.p-btn-call {
    background: #0284c7;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
    flex: 1 1 180px;
}

.p-btn-call:hover {
    background: #0369a1;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
}

.p-btn-email {
    background: #ea4335;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(234, 67, 53, 0.3);
    flex: 1 1 160px;
}

.p-btn-email:hover {
    background: #d33426;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 67, 53, 0.4);
}

/* Specifications Table */
.product-specs-section {
    margin-top: 30px;
}

.product-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f78e21;
    display: inline-block;
}

.product-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.product-specs-table th,
.product-specs-table td {
    padding: 12px 16px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.product-specs-table th {
    width: 35%;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

.product-specs-table td {
    color: #1e293b;
    font-weight: 500;
}

.product-specs-table tr:last-child th,
.product-specs-table tr:last-child td {
    border-bottom: none;
}

/* Feature Bullets */
.product-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.product-features-list li {
    position: relative;
    padding-left: 26px;
    font-size: 14.5px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 10px;
}

.product-features-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #10b981;
    font-size: 14px;
}

/* Guarantee / Service Box */
.product-guarantee-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.product-guarantee-box i {
    font-size: 24px;
    color: #0284c7;
    margin-top: 2px;
}

.product-guarantee-box h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1e40af;
    margin: 0 0 4px;
}

.product-guarantee-box p {
    font-size: 13.5px;
    color: #3b82f6;
    margin: 0;
    line-height: 1.5;
}

/* Navigation Back Link */
.product-bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    margin-top: 30px;
}

.btn-back-products {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-back-products:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a !important;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .product-detail-card {
        padding: 28px 20px;
    }

    .product-image-col,
    .product-info-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .product-info-title {
        font-size: 22px;
    }

    .product-action-buttons {
        flex-direction: column;
    }

    .p-btn {
        width: 100%;
    }

    .product-specs-table th {
        width: 40%;
        font-size: 13px;
        padding: 10px 12px;
    }

    .product-specs-table td {
        font-size: 13px;
        padding: 10px 12px;
    }
}

