/* ============================================================
   INCHCRAFT - INTERIOR DESIGN PACKAGE PAGES STYLESHEET
   Applies to 1 BHK, 2 BHK, 3 BHK & Modular Design Packages
   ============================================================ */

/* 1. Hero Section & Ambient Visuals */
.pkg-hero-section {
    position: relative;
    min-height: auto;
    padding: 100px 0 75px;
    display: flex;
    align-items: center;
    background: #101827;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .pkg-hero-section {
        padding: 110px 0 70px;
    }
}

.pkg-hero-section h1 {
    max-width: 690px;
    font-size: clamp(2.65rem, 6vw, 5.2rem) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
    font-weight: 700 !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

.pkg-hero-section h1 em {
    color: #e4bd83;
    font-style: normal;
}

.pkg-hero-ambient-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 25%, rgba(200, 59, 59, 0.18) 0%, transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(179, 139, 89, 0.22) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.pkg-badge-luxe-gold {
    background: linear-gradient(135deg, rgba(179, 139, 89, 0.25) 0%, rgba(179, 139, 89, 0.08) 100%);
    color: #e2c08d;
    border: 1px solid rgba(179, 139, 89, 0.4);
    padding: 9px 20px;
    border-radius: 50rem;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.pkg-text-gradient-gold {
    background: linear-gradient(135deg, #ffffff 30%, #e2c08d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.legacy-hero-section {
    display: none !important;
}

/* Hero Left Price & Delivery Highlights */
.pkg-price-highlight {
    background: rgba(200, 59, 59, 0.15);
    border: 1px solid rgba(200, 59, 59, 0.35);
    border-radius: 16px;
    padding: 14px 18px;
    flex: 1 1 240px;
    max-width: 320px;
}

/* Delivery Highlight - Clean Stat (No Box Background) */
.pkg-delivery-stat,
.pkg-delivery-badge {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.pkg-delivery-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(228, 189, 131, 0.12);
    border: 1px solid rgba(228, 189, 131, 0.35);
    color: #e4bd83;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 0 18px rgba(228, 189, 131, 0.15);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.pkg-delivery-stat:hover .pkg-delivery-icon-circle,
.pkg-delivery-badge:hover .pkg-delivery-icon-circle {
    transform: scale(1.06);
}

.pkg-delivery-days {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.pkg-delivery-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* 2. Hero Right Inclusion Cards & Room Mini Tiles */
.pkg-inclusion-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 24px;
}

.pkg-inclusion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    transition: background 0.2s, border-color 0.2s;
}

.pkg-inclusion-item:hover {
    background: rgba(200, 59, 59, 0.1);
    border-color: rgba(200, 59, 59, 0.25);
}

.pkg-inclusion-item i {
    color: #c83b3b;
    font-size: 12px;
    flex-shrink: 0;
}

.pkg-room-mini-tile {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 14px;
    transition: all 0.2s ease;
    height: 100%;
}

.pkg-room-mini-tile:hover {
    background: rgba(200, 59, 59, 0.12);
    border-color: rgba(200, 59, 59, 0.3);
}

.pkg-room-subtext {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover-white:hover {
    color: #ffffff !important;
}

/* 3. Section Titles & Spacing */
.pkg-section-title {
    max-width: 680px;
    font-size: clamp(2rem, 4vw, 3.4rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -.05em !important;
    font-weight: 750 !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

.pkg-section-space {
    padding: 110px 0;
}

@media (max-width: 991.98px) {
    .pkg-section-space {
        padding: 85px 0;
    }
}

@media (max-width: 575.98px) {
    .pkg-section-space {
        padding: 70px 0;
    }
}

/* 4. Pricing Tier Cards */
.package-card {
    height: 100%;
    border: 1px solid #e8ebef;
    border-radius: 22px;
    background: #ffffff;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(16, 24, 39, 0.12);
}

.package-card.recommended {
    border: 2px solid #c83b3b !important;
    box-shadow: 0 18px 45px rgba(200, 59, 59, 0.15) !important;
    transform: translateY(-12px);
}

@media (max-width: 991.98px) {
    .package-card.recommended {
        transform: none;
    }
}

.recommended-label {
    color: #c83b3b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.package-tier-title {
    text-transform: uppercase;
    color: #657184 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    margin-bottom: 12px !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

.package-price {
    font-size: 2.65rem !important;
    font-weight: 800 !important;
    letter-spacing: -.06em !important;
    line-height: 1 !important;
    color: #101827 !important;
    margin-bottom: 6px !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

.package-price small {
    color: #657184 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.tier-feature-list {
    padding-left: 0;
    list-style: none;
    color: #657184 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 28px !important;
}

.tier-feature-list li {
    display: flex !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
    font-size: 14px !important;
    color: #657184 !important;
    line-height: 1.6 !important;
}

.tier-feature-list li i {
    color: #2d9b68 !important;
    font-size: 14px !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    display: inline-block !important;
    margin-top: 4px !important;
}

.tier-feature-list li span {
    color: #657184 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.tier-feature-list li strong {
    color: #101827 !important;
    font-weight: 600 !important;
}

/* Package Plan Swiper Slider */
.pkg-plan-slider-wrap {
    position: relative;
    padding: 10px 0 10px;
}

.pkg-plan-swiper {
    width: 100%;
    padding: 20px 4px 24px 4px !important;
    overflow: visible;
}

@media (max-width: 991.98px) {
    .pkg-plan-swiper {
        overflow: hidden !important;
        padding: 12px 4px 18px 4px !important;
    }
}

.pkg-plan-swiper .swiper-wrapper {
    align-items: stretch;
}

.pkg-plan-swiper .swiper-slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
}

.pkg-plan-swiper .swiper-slide .package-card {
    height: 100% !important;
    width: 100%;
    flex: 1 1 auto;
}

/* Interactive Pill Tabs */
.pkg-plan-tabs-wrap {
    margin-bottom: 8px;
}

.pkg-tab-pills {
    display: inline-flex;
    background: #eef2f6;
    padding: 4px;
    border-radius: 9999px;
    gap: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pkg-tab-pill {
    border: none;
    background: transparent;
    color: #64748b;
    padding: 7px 18px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    white-space: nowrap;
    outline: none;
}

.pkg-tab-pill:hover {
    color: #0f172a;
}

.pkg-tab-pill.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.pkg-tab-pill.pill-recommended.active {
    background: #c83b3b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(200, 59, 59, 0.28);
}

/* Slider Dots Pagination */
.pkg-slider-controls {
    margin-top: 20px;
}

.pkg-slider-pagination {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 14px;
    background: #f1f5f9;
    border-radius: 9999px;
}

.pkg-slider-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #94a3b8;
    opacity: 0.6;
    border-radius: 9999px;
    margin: 0 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.pkg-slider-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.pkg-slider-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #c83b3b;
    opacity: 1;
    border-radius: 9999px;
}

/* 5. Package FAQs */
.pkg-faq .accordion-item {
    border: none !important;
    border-bottom: 1px solid #e6e9ed !important;
    background: transparent !important;
}

.pkg-faq .accordion-header {
    margin: 0 !important;
    padding: 0 !important;
}

.pkg-faq .accordion-button {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
    padding: 22px 0 !important;
    color: #101827 !important;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: none !important;
}

.pkg-faq .accordion-button:not(.collapsed) {
    color: #c83b3b !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pkg-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c83b3b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.pkg-faq .accordion-collapse.collapse,
.pkg-faq .accordion-collapse.collapsing,
.pkg-faq .accordion-collapse.collapse.show {
    visibility: visible !important;
}

.pkg-faq .accordion-body {
    color: #475569 !important;
    font-size: 0.96rem !important;
    line-height: 1.75 !important;
    padding: 0 0 24px 0 !important;
    max-width: 800px;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 6. Upgrade / Customization Addon Cards */
.upgrade-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 26px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.upgrade-card:hover {
    border-color: rgba(200, 59, 59, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.upgrade-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.upgrade-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.83rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.upgrade-chip:hover {
    background: #fff0f0;
    border-color: rgba(200, 59, 59, 0.4);
    color: #c83b3b;
    transform: scale(1.02);
}

.upgrade-chip i {
    font-size: 10px;
    color: #c83b3b;
}

.upgrade-logic {
    border: 1px solid #e8ebef;
    background: #ffffff;
    border-radius: 20px;
}

.upgrade-logic-step {
    position: relative;
    height: 100%;
    padding: 8px 20px;
}

.upgrade-logic-step + .upgrade-logic-step {
    border-left: 1px solid #e8ebef;
}

.upgrade-logic-number {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fbe8e8;
    color: #c83b3b;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .upgrade-logic-step + .upgrade-logic-step {
        border-left: 0;
        border-top: 1px solid #e8ebef;
        padding-top: 16px;
    }
}

/* 7. Gallery Carousel Lightbox Zoom Effects */
.carousel .carousel-item img {
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.carousel .carousel-item:hover img {
    transform: scale(1.02);
    filter: brightness(1.05);
}

#closeLightboxBtn:hover {
    transform: scale(1.1);
    background-color: #bb2d3b !important;
}

/* Lightbox Modal Viewport & Sizing */
#carouselLightboxModal .modal-dialog,
#carouselLightboxModal .modal-content {
    width: 100%;
    max-width: none;
    height: 100dvh;
}

#carouselLightboxModal .modal-body {
    min-height: 0;
    height: 100%;
    padding: 0 70px 76px !important;
}

#lightboxCarouselControls,
#lightboxCarouselInner {
    min-height: 0;
    height: 100%;
}

#lightboxCarouselInner {
    display: block;
}

#lightboxCarouselInner .carousel-item {
    height: 100%;
    align-items: center;
    justify-content: center;
}

#lightboxCarouselInner .carousel-item.active {
    display: flex;
}

#lightboxCarouselInner .lightbox-slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightboxCarouselInner .lightbox-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    #carouselLightboxModal .modal-body {
        padding: 0 42px 70px !important;
    }
}


