/* =============================================
   Premium Banquet Hall - Index Page Colors
   Primary: #c19d68 | Dark: #1e1e1e | Light: #f8f6f3
   ============================================= */

/* Premium Breadcrumb Area */
.premium-breadcrumb-area {
    background: url('../images/new/front.png') center/cover no-repeat;
    padding: 200px 0 120px;
    position: relative;
    text-align: center;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(30, 30, 30, 0.75);
    z-index: 1;
}

.premium-breadcrumb-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.breadcrumb-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #c19d68;
}

.breadcrumb-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond";
    color: #fff;
}

.breadcrumb-subtitle {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    font-family: "Lora";
}

.breadcrumb-nav { margin-top: 20px; }

.breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0; padding: 0;
    gap: 12px;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb-list li { color: #fff; }
.breadcrumb-list li a { color: #c19d68; text-decoration: none; transition: 0.3s; }
.breadcrumb-list li a:hover { color: #fff; }
.breadcrumb-list li.active { color: #fff; }

/* =============================================
   Hall Details Area
   ============================================= */
.premium-hall-details {
    padding: 80px 0;
    background: #f8f6f3;
}

/* Gallery Section */
.premium-gallery-section {
    background: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.gallery-header { margin-bottom: 20px; }

.gallery-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e1e1e;
    font-family: "Cormorant Garamond";
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-header h3 i { color: #c19d68; }

.premium-gallery-thumb {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.premium-gallery-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.premium-gallery-thumb:hover img { transform: scale(1.1); }

.gallery-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(30,30,30,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.premium-gallery-thumb:hover .gallery-overlay { opacity: 1; }

.gallery-overlay .overlay-content { text-align: center; color: #fff; }
.gallery-overlay .overlay-content i { font-size: 2.5rem; color: #c19d68; margin-bottom: 10px; display: block; }
.gallery-overlay .overlay-content span { font-size: 1rem; font-family: "Lora"; }

/* Content Section */
.premium-content-section {
    background: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.content-header { margin-bottom: 25px; }

.header-badge { display: inline-block; margin-bottom: 12px; }

.badge-text {
    background: #c19d68;
    color: #fff;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Cormorant Garamond";
}

.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #c19d68;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sub-title {
    font-size: 1.4rem;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
}

.premium-description { margin-top: 25px; }

.desc-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #616161;
    font-family: "Lora";
    margin-bottom: 15px;
}

.desc-text i { color: #c19d68; margin-right: 8px; }

/* Info Cards */
.premium-info-cards { margin-top: 30px; }

.info-card {
    background: #1e1e1e;
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-top: 4px solid #c19d68;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #c19d68;
}

.card-content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
}

.timing-list, .capacity-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timing-item, .capacity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-family: "Lora";
    color: #acacac;
}

.timing-item i, .capacity-item i { color: #c19d68; font-size: 1rem; }

/* Features Section */
.premium-features-section {
    background: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 35px;
}

.section-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e1e1e;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-header h3 i { color: #c19d68; }
.section-header p { font-size: 1rem; color: #616161; font-family: "Lora"; }

.features-grid .feature-item {
    text-align: center;
    padding: 25px 15px;
    background: #f8f6f3;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(30,30,30,0.1);
}

.features-grid .feature-item:before {
    position: absolute;
    content: "";
    width: 0; height: 100%;
    left: 50%; top: 0;
    background: #1e1e1e;
    z-index: -1;
    transition: 0.5s;
}

.features-grid .feature-item:hover:before { width: 100%; left: 0; }

.features-grid .feature-icon {
    font-size: 2.5rem;
    color: #c19d68;
    margin-bottom: 15px;
}

.features-grid .feature-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e1e1e;
    font-family: "Cormorant Garamond";
    margin-bottom: 8px;
    transition: 0.5s;
}

.features-grid .feature-item p {
    color: #616161;
    font-size: 0.9rem;
    font-family: "Lora";
    transition: 0.5s;
    margin: 0;
}

.features-grid .feature-item:hover h5,
.features-grid .feature-item:hover p { color: #fff; }

/* Services Section */
.premium-services-section {
    background: #fff;
    border: 1px solid rgba(30,30,30,0.1);
    padding: 40px;
}

.services-list { margin-top: 25px; }

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(30,30,30,0.1);
    font-size: 1rem;
    color: #616161;
    font-family: "Lora";
}

.service-item:last-child { border-bottom: none; }

.service-item i {
    color: #c19d68;
    font-size: 1.1rem;
}

/* =============================================
   Booking Sidebar
   ============================================= */
.premium-booking-sidebar {
    position: sticky;
    top: 100px;
}

.premium-info-card,
.premium-booking-form,
.premium-amenities-card {
    background: #272727;
    padding: 30px;
    margin-bottom: 25px;
    border-top: 4px solid #c19d68;
}

.card-header, .form-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #353535;
}

.header-icon {
    width: 45px; height: 45px;
    background: #c19d68;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

.card-header h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
}

.form-header h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
}

.form-header p {
    color: #acacac;
    margin: 4px 0 0;
    font-size: 0.85rem;
    font-family: "Lora";
}

/* Info List */
.info-list { display: flex; flex-direction: column; gap: 18px; }

.info-item { display: flex; align-items: center; gap: 12px; }

.info-icon {
    width: 38px; height: 38px;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c19d68;
    font-size: 1rem;
}

.info-content { display: flex; flex-direction: column; }
.info-content .label { font-size: 0.8rem; color: #acacac; font-family: "Lora"; }
.info-content .value { font-size: 1rem; color: #fff; font-weight: 600; font-family: "Cormorant Garamond"; }

/* Booking Form */
.booking-form { display: flex; flex-direction: column; gap: 15px; }

.form-group { position: relative; }
.form-group.half { flex: 1; }

.form-row { display: flex; gap: 12px; }

.input-wrapper, .select-wrapper, .textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i, .select-wrapper i, .textarea-wrapper i {
    position: absolute;
    left: 12px;
    color: #c19d68;
    font-size: 1rem;
    z-index: 2;
}

.textarea-wrapper i { top: 14px; align-self: flex-start; }

.input-wrapper input,
.select-wrapper select,
.textarea-wrapper textarea {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #353535;
    background: #1e1e1e;
    color: #fff;
    font-size: 0.95rem;
    font-family: "Lora";
    transition: 0.3s;
    outline: 0;
}

.input-wrapper input::placeholder,
.textarea-wrapper textarea::placeholder { color: #acacac; }

.select-wrapper select option { color: #222; background: #fff; }

.input-wrapper input:focus,
.select-wrapper select:focus,
.textarea-wrapper textarea:focus {
    border-color: #c19d68;
    box-shadow: 0 0 0 2px rgba(193,157,104,0.2);
}

.textarea-wrapper textarea { min-height: 90px; resize: vertical; }

.premium-inquiry-btn {
    background: #c19d68;
    color: #fff;
    border: 1px solid #c19d68;
    padding: 13px 28px;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    letter-spacing: 1px;
}

.premium-inquiry-btn:hover { color: #c19d68; }

.premium-inquiry-btn:before {
    position: absolute;
    content: "";
    width: 0; height: 100%;
    left: 50%; top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}

.premium-inquiry-btn:hover:before { width: 100%; left: 0; }

/* Amenities Grid */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 15px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #1e1e1e;
    transition: 0.5s;
    border: 1px solid #353535;
}

.amenity-item:hover { background: #c19d68; border-color: #c19d68; }

.amenity-icon {
    width: 32px; height: 32px;
    background: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c19d68;
    font-size: 0.9rem;
    transition: 0.5s;
}

.amenity-item:hover .amenity-icon { background: #fff; color: #c19d68; }

.amenity-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #acacac;
    font-family: "Lora";
    transition: 0.5s;
}

.amenity-item:hover span { color: #fff; }

/* =============================================
   Brand Partners Area
   ============================================= */
.premium-brand-area {
    background: #c19d68;
    padding: 60px 0;
}

.premium-brand-section .section-header { margin-bottom: 40px; }

.premium-brand-section .section-header h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.premium-brand-section .section-header p {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    font-family: "Lora";
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1e1e1e;
    color: #c19d68;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: "Cormorant Garamond";
}

.premium-brand-card {
    position: relative;
    background: #fff;
    padding: 25px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid rgba(30,30,30,0.1);
    margin: 0 10px;
}

.premium-brand-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }

.brand-logo img {
    max-width: 110px;
    height: auto;
    filter: grayscale(100%);
    transition: 0.5s;
}

.premium-brand-card:hover .brand-logo img { filter: grayscale(0%); }

.brand-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(193,157,104,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.premium-brand-card:hover .brand-overlay { opacity: 1; }
.brand-overlay .overlay-content i { color: #fff; font-size: 1.8rem; }

/* =============================================
   Responsive
   ============================================= */
/* Photo Grid */
.banquet-photo-grid { margin-top: 15px; }

.photo-grid-thumb {
    position: relative;
    overflow: hidden;
    height: 110px;
}

.photo-grid-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.photo-grid-thumb:hover img { transform: scale(1.1); }

.photo-grid-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(193,157,104,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.photo-grid-thumb:hover .photo-grid-overlay { opacity: 1; }
.photo-grid-overlay i { color: #fff; font-size: 1.5rem; }

@media (max-width: 991px) {
    .premium-booking-sidebar { position: static; margin-top: 30px; }
    .breadcrumb-title { font-size: 2rem; }
    .main-title { font-size: 1.8rem; }
}

@media (max-width: 768px) {
    .premium-gallery-thumb { height: 250px; }
    .form-row { flex-direction: column; }
    .amenities-grid { grid-template-columns: 1fr; }
    .premium-content-section, .premium-features-section,
    .premium-services-section, .premium-gallery-section { padding: 20px; }
    .premium-info-card, .premium-booking-form, .premium-amenities-card { padding: 20px; }
}

@media (max-width: 576px) {
    .breadcrumb-list { flex-direction: column; gap: 8px; }
    .premium-hall-details { padding: 40px 0; }
    .breadcrumb-title { font-size: 1.6rem; }
}
