/* =====================================================
   PAGES.CSS — Shared styles for inner pages
   (Design Packages, Completed Sites, 3D Designs, etc.)
   ===================================================== */

/* ----- PACKAGE COMPARISON TABLE ----- */
.package-comparison-table {
    font-size: 0.92rem;
    border-collapse: collapse;
}
.package-comparison-table thead th {
    background: var(--primary, #1a3c6e);
    color: #fff;
    font-weight: 600;
    padding: 14px 12px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.15);
}
.package-comparison-table .feature-col {
    text-align: left;
    min-width: 240px;
    background: var(--dark, #1a1a2e);
}
.package-comparison-table .pkg-col {
    min-width: 130px;
}
.package-comparison-table .scheme-col { background: #2c5282; }
.package-comparison-table .standard-col { background: #2b6cb0; }
.package-comparison-table .premium-col { background: var(--accent, #e8a020); color: #1a1a2e; }
.package-comparison-table .ultra-col { background: #744210; }

.package-comparison-table tbody td {
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}
.package-comparison-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}
.package-comparison-table tbody tr:hover {
    background-color: #edf2f7;
}
.package-comparison-table .fa-check {
    font-size: 1.1rem;
}
.package-comparison-table .fa-times {
    font-size: 1.1rem;
}
.package-comparison-table .delivery-row td {
    background: #f0f4f8;
    font-weight: 600;
    color: var(--primary, #1a3c6e);
}
.package-comparison-table .action-row td {
    background: #fff;
    border-top: 2px solid var(--primary, #1a3c6e);
}

/* ----- DESIGN NOTES ----- */
.design-notes {
    background: #fff;
    border-left: 4px solid var(--accent, #e8a020);
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.design-notes ul {
    margin-bottom: 0;
    padding-left: 18px;
}

/* ----- PRICING CARDS ----- */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.pricing-card.featured {
    border: 3px solid var(--accent, #e8a020);
    transform: scale(1.02);
}
.pricing-card.featured:hover {
    transform: scale(1.02) translateY(-8px);
}
.pricing-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background: var(--accent, #e8a020);
    color: #1a1a2e;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 40px;
    transform: rotate(45deg);
    z-index: 2;
    letter-spacing: 0.5px;
}

.pricing-header {
    padding: 30px 24px;
    text-align: center;
    color: #fff;
}
.pricing-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}
.pricing-amount .currency {
    font-size: 1.3rem;
    font-weight: 600;
}
.pricing-amount .price {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
}
.pricing-amount .unit {
    font-size: 0.85rem;
    opacity: 0.85;
}

.standard-header { background: linear-gradient(135deg, #2c5282, #2b6cb0); }
.premium-header { background: linear-gradient(135deg, #b7791f, #d69e2e); }
.ultra-header { background: linear-gradient(135deg, #744210, #975a16); }

.pricing-body {
    padding: 24px;
    flex: 1;
}
.pricing-category {
    margin-bottom: 18px;
}
.pricing-category h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary, #1a3c6e);
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #edf2f7;
}
.pricing-category h5 i {
    margin-right: 8px;
    color: var(--accent, #e8a020);
}
.pricing-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-category ul li {
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: 0.88rem;
    color: #4a5568;
}
.pricing-category ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #48bb78;
    font-size: 0.75rem;
    top: 6px;
}

.pricing-footer {
    padding: 20px 24px;
    border-top: 1px solid #edf2f7;
}

/* ----- PROCESS CARDS ----- */
.process-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    text-align: center;
}
.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.14);
}
.process-number {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent, #e8a020);
    color: #1a1a2e;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.process-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.process-card h4 {
    padding: 14px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary, #1a3c6e);
    margin: 0;
}

/* ----- ABOUT CONTENT CARD ----- */
.about-content-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 5px solid var(--accent, #e8a020);
}
.about-content-card p {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}
.about-content-card p:last-child {
    margin-bottom: 0;
}

/* ----- PROJECT CARDS (Completed Sites) ----- */
.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.14);
}
.project-img-wrapper {
    overflow: hidden;
    height: 250px;
}
.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.project-card:hover .project-img {
    transform: scale(1.08);
}
.project-info {
    padding: 18px 20px;
}
.project-info h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary, #1a3c6e);
    margin-bottom: 10px;
}
.project-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.project-specs span {
    font-size: 0.82rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 5px;
}
.project-specs span i {
    color: var(--accent, #e8a020);
    font-size: 0.78rem;
}

/* ----- DESIGN GALLERY (Our Works / 3D Designs) ----- */
.design-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.design-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}
.design-gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.design-gallery-item:hover img {
    transform: scale(1.06);
}

/* ----- RESPONSIVE ----- */
@media (max-width: 991px) {
    .package-comparison-table { font-size: 0.82rem; }
    .package-comparison-table .feature-col { min-width: 180px; }
    .package-comparison-table .pkg-col { min-width: 100px; }
    .pricing-card.featured { transform: scale(1); }
    .pricing-card.featured:hover { transform: translateY(-8px); }
    .process-img { height: 180px; }
    .project-img-wrapper { height: 200px; }
    .design-gallery-item img { height: 200px; }
}
@media (max-width: 767px) {
    .package-comparison-table { font-size: 0.75rem; }
    .package-comparison-table thead th { padding: 10px 8px; font-size: 0.78rem; }
    .package-comparison-table tbody td { padding: 8px; }
    .package-comparison-table .feature-col { min-width: 140px; }
    .pricing-header { padding: 24px 18px; }
    .pricing-amount .price { font-size: 2.2rem; }
    .pricing-body { padding: 18px; }
    .process-img { height: 160px; }
    .project-img-wrapper { height: 180px; }
    .design-gallery-item img { height: 180px; }
}
@media (max-width: 575px) {
    .pricing-badge { font-size: 0.65rem; padding: 4px 35px; top: 10px; right: -35px; }
    .about-content-card { padding: 24px 18px; }
}
