/* Sewaplus Popup CSS */
/* TODO: Add modal and form styles here */ 

.sewa-glass-header, .sewa-glass-footer, .sewa-popup-modal {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.sewa-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.sewa-logo { color: #044f67; font-weight: bold; font-size: 1.5rem; }
.sewa-menu { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.sewa-menu li a { color: #044f67; text-decoration: none; font-weight: 500; }
.sewa-menu li a:hover, .sewa-popup-content .sewa-popup-tab.active { color: #fff; background: #ff8300; }
.sewa-auth-buttons { display: flex; gap: 1rem; }
.sewa-glass-btn {
    background: #044f67;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
}
.sewa-glass-btn:hover { background: #ff8300; color: #fff; }
.sewa-gradient-btn {
    background: #044f67;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: opacity 0.2s;
}
.sewa-gradient-btn:hover { background: #ff8300; color: #fff; }

.sewa-popup-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.25);
}
.sewa-popup-content {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    min-width: 320px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    position: relative;
    border-radius: 18px;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.18);
}
.sewa-popup-content h2 { margin-top: 0; }
.sewa-popup-content label {
    align-self: flex-start;
    width: 100%;
    text-align: left;
}
.sewa-popup-content input,
.sewa-popup-content select {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.5);
    font-size: 1rem;
    padding: 0.6rem;
    box-sizing: border-box;
}
.sewa-popup-content button[type=submit] {
    align-self: center;
    min-width: 120px;
}
.sewa-popup-content .sewa-popup-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.sewa-popup-content .sewa-popup-tab {
    flex: 1;
    padding: 0.5rem 0;
    border-radius: 8px;
    background: rgba(4,79,103,0.10);
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #044f67;
    transition: background 0.2s;
}
.sewa-popup-content .sewa-popup-tab.active {
    background: #044f67;
    color: #fff;
}
.sewa-popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #222;
    cursor: pointer;
}

/* Footer styles */
.sewa-glass-footer {
    margin-top: 2rem;
    padding: 2rem 0 0.5rem 0;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.17);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(255,255,255,0.18);
}
.sewa-footer-content { max-width: 1200px; margin: 0 auto; }
.sewa-footer-columns { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.sewa-footer-columns > div { min-width: 150px; }
.sewa-footer-subscribe form { display: flex; flex-direction: column; gap: 0.5rem; }
.sewa-footer-subscribe input { padding: 0.5rem; border-radius: 8px; border: 1px solid #ddd; }
.sewa-footer-social { margin: 1.5rem 0 0.5rem 0; }
.sewa-footer-social a { margin-right: 0.7rem; font-size: 1.3rem; color: #044f67; transition: color 0.2s; }
.sewa-footer-social a:hover { color: #ff8300; }
.sewa-footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; margin-top: 1rem; border-top: 1px solid #eee; padding-top: 0.5rem; }
.sewa-footer-bottom a { color: #044f67; }
.sewa-footer-bottom a:hover { color: #ff8300; }
@media (max-width: 900px) {
    .sewa-footer-columns { flex-direction: column; gap: 1rem; }
    .sewa-footer-bottom { flex-direction: column; gap: 0.5rem; }
}
input:focus, .sewa-popup-content input:focus {
    border-color: #ff8300;
    outline: none;
}
.sewa-popup-message { color: #ff8300 !important; }

/* --- Landing Page Styles --- */
.sewa-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 2rem 2rem 2rem;
    background: linear-gradient(120deg, #f7fafd 60%, #f3f6fa 100%);
    border-radius: 24px;
    margin-bottom: 2.5rem;
    box-shadow: 0 8px 32px 0 rgba(4,79,103,0.07);
    position: relative;
    overflow: hidden;
}
.sewa-hero-left { flex: 1; min-width: 320px; }
.sewa-hero-left h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.sewa-hero-left p { font-size: 1.1rem; margin-bottom: 1.5rem; }
.sewa-hero-search {
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(4,79,103,0.07);
    padding: 0.5rem 0.7rem;
    margin-bottom: 1rem;
    max-width: 500px;
}
.sewa-hero-search input {
    border: none;
    background: transparent;
    font-size: 1rem;
    flex: 1;
    padding: 0.7rem 0.5rem;
    color: #044f67;
}
.sewa-hero-search input:focus { outline: none; }
.sewa-hero-search button { min-width: 110px; }
.sewa-hero-popular {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.sewa-hero-popular span { font-weight: 600; color: #044f67; }
.sewa-hero-popular .sewa-glass-btn { font-size: 0.95rem; padding: 0.3rem 1.1rem; }
.sewa-hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: #044f67;
}
.sewa-hero-stats div b { font-size: 1.2rem; color: #ff8300; }
.sewa-hero-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 320px;
    position: relative;
}
.sewa-hero-right img {
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(4,79,103,0.13);
    margin-bottom: 1.2rem;
    max-width: 350px;
}
.sewa-hero-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #044f67;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(4,79,103,0.07);
    font-size: 1rem;
}
.sewa-hero-booking {
    position: absolute;
    top: 55px;
    left: 10px;
    background: #eaffea;
    color: #0a7d0a;
    border-radius: 8px;
    padding: 0.3rem 1rem;
    font-size: 0.98rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(4,79,103,0.07);
}

/* Categories Section */
.sewa-categories {
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem 2rem 2rem 2rem;
    box-shadow: 0 4px 24px 0 rgba(4,79,103,0.07);
    margin-bottom: 2.5rem;
}
.sewa-categories h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #044f67;
}
.sewa-categories h2 span { color: #ff8300; }
.sewa-categories p { color: #444; margin-bottom: 2rem; }
.sewa-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.sewa-category-card {
    background: rgba(4,79,103,0.07);
    border-radius: 14px;
    padding: 1.2rem 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(4,79,103,0.07);
    transition: box-shadow 0.2s, background 0.2s;
    cursor: pointer;
}
.sewa-category-card:hover {
    background: #ff8300;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255,131,0,0.13);
}
.sewa-category-icon {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
    color: #044f67;
}
.sewa-category-card:hover .sewa-category-icon { color: #fff; }

/* Booking Card Styles */
.sewa-booking-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(4,79,103,0.07);
    padding: 2rem 1.5rem;
    max-width: 370px;
    margin-left: auto;
    margin-top: 2rem;
}
.sewa-booking-card h3 { color: #044f67; font-size: 1.3rem; margin-bottom: 1rem; }
.sewa-booking-card .sewa-booking-price { color: #ff8300; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.7rem; }
.sewa-booking-card .sewa-booking-desc { background: #fff7ed; color: #ff8300; border-radius: 8px; padding: 0.5rem 1rem; margin-bottom: 1rem; font-size: 0.98rem; }
.sewa-booking-card .sewa-booking-date { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.sewa-booking-card .sewa-booking-date button {
    background: #044f67;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.4rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.sewa-booking-card .sewa-booking-date button.selected,
.sewa-booking-card .sewa-booking-date button:hover {
    background: #ff8300;
    color: #fff;
}
.sewa-booking-card .sewa-booking-time { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.2rem; }
.sewa-booking-card .sewa-booking-time button {
    background: #044f67;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.4rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.sewa-booking-card .sewa-booking-time button.selected,
.sewa-booking-card .sewa-booking-time button:hover {
    background: #ff8300;
    color: #fff;
}
.sewa-booking-card .sewa-booking-action {
    width: 100%;
    background: #ff8300;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.7rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.2s;
}
.sewa-booking-card .sewa-booking-action:hover { background: #044f67; }

@media (max-width: 900px) {
    .sewa-hero { flex-direction: column; padding: 2rem 1rem; }
    .sewa-hero-right, .sewa-hero-left { min-width: 0; width: 100%; }
    .sewa-hero-right { align-items: center; justify-content: center; }
    .sewa-hero-right img { margin-bottom: 0.5rem; }
    .sewa-hero-badge, .sewa-hero-booking { position: static; margin: 0.5rem 0; }
    .sewa-category-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
    .sewa-booking-card { margin: 2rem auto 0 auto; }
} 