body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 'Noto Sans Bengali', sans-serif; background-image: url('images/20238.png'); background-size: cover; background-position: center; background-attachment: fixed; color: #ffffff; text-align: center; padding: 40px 15px; margin: 0; position: relative; -webkit-font-smoothing: antialiased; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(5, 15, 30, 0.92); z-index: 1; }
.container { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }

/* Banner & Profile */
.banner-container { width: 100%; height: 260px; border-radius: 15px; overflow: hidden; margin-bottom: -5px; border: 2px solid #00a8ff; box-shadow: 0 4px 15px rgba(0, 168, 255, 0.3); background-color: #05162a; }
.banner-image { width: 100%; height: 100%; object-fit: fill; }
.profile-container { position: relative; z-index: 3; display: flex; justify-content: center; }
.profile-image { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 5px solid #05162a; box-shadow: 0 4px 15px rgba(0,0,0,0.8); background-color: #0d284a; }

h1 { margin-top: 15px; margin-bottom: 5px; font-weight: 800; letter-spacing: 1px; color: #ffffff; text-transform: uppercase; font-size: 32px; }
.subtitle { color: #00a8ff; font-weight: bold; font-size: 20px; margin-top: 0; margin-bottom: 5px; }
.location { color: #00ffff; font-size: 15px; margin-top: 0; margin-bottom: 15px; }
.desc { color: #ffffff; margin-bottom: 5px; font-size: 16px; font-weight: 500; }

/* Ad / Notice Bar Style */
.top-ad-notice {
    background: linear-gradient(135deg, rgba(0, 168, 255, 0.2), rgba(0, 255, 255, 0.2));
    border: 2px dashed #00ffff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-top: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 168, 255, 0.3);
    backdrop-filter: blur(5px);
}
.ad-icon { font-size: 28px; }
.ad-text { text-align: left; font-size: 16px; color: #ffffff; line-height: 1.5; flex-grow: 1; font-weight: 500; }
.ad-text strong { color: #00ffff; }
.ad-actions { display: flex; gap: 10px; flex-shrink: 0; }
.ad-btn { padding: 10px 16px; border-radius: 6px; font-weight: bold; font-size: 14px; color: white; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: transform 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.3); }
.ad-btn.yt { background-color: #FF0000; }
.ad-btn.fb { background-color: #1877F2; }
.ad-btn:hover { transform: scale(1.05); }

/* Grid Layout - তিন কলাম সমান রাখতে */
.main-content-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }

/* Section Boxes - Side Columns (আরও বড় ফন্ট সাইজ সহ) */
.side-column { background-color: rgba(6, 24, 48, 0.9); border: 1.5px solid #00a8ff; border-radius: 12px; padding: 20px; text-align: left; backdrop-filter: blur(5px); box-shadow: 0 4px 15px rgba(0,0,0,0.6); display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }
.side-column h2 { color: #00a8ff; font-size: 19px; margin-top: 0; margin-bottom: 18px; border-bottom: 1.5px solid #00a8ff; padding-bottom: 10px; text-align: center; font-weight: 700; letter-spacing: 0.5px; }

/* Service Details Font Size Increased Substantially */
.service-details { font-size: 15.5px; line-height: 1.6; flex-grow: 1; }

/* Group Styling for General & Master Service */
.service-group-box { background: rgba(0, 0, 0, 0.4); border-radius: 10px; padding: 15px; margin-bottom: 18px; border-left: 5px solid #00a8ff; }
.general-group { border-left-color: #00ffcc; }
.master-group { border-left-color: #ff3366; }

.group-header-title { font-weight: 700; color: #00ffff; display: block; font-size: 17px; margin-bottom: 6px; }
.service-meta { display: block; font-size: 14.5px; color: #ffcc00; margin-bottom: 5px; font-weight: 600; }
.service-importance { display: block; font-size: 14.5px; color: #e1ffe1; margin-bottom: 8px; }
.service-tasks { display: block; font-size: 14.5px; color: #ffffff; }
.service-tasks em { color: #ff99bb; font-size: 14px; display: block; margin-top: 4px; font-weight: 600; }
.service-divider { border: 0; height: 1px; background: #103663; margin: 18px 0; }

.bilingual-title { font-weight: 700; color: #00ffff; margin-bottom: 4px; display: block; font-size: 16px; text-shadow: 0 1px 2px rgba(0,0,0,0.5); }
.bilingual-text { color: #ffffff; display: block; margin-bottom: 16px; font-weight: 400; font-size: 15px; }
.bilingual-text em { color: #88ccff; font-size: 14px; display: block; margin-top: 3px; }

/* Center Column Styling */
.center-column { display: flex; flex-direction: column; gap: 20px; }

/* Middle Boxes */
.middle-box { background-color: rgba(6, 24, 48, 0.9); border: 1.5px solid #00a8ff; border-radius: 12px; padding: 20px; text-align: center; backdrop-filter: blur(5px); box-shadow: 0 4px 15px rgba(0,0,0,0.6); }
.middle-box h3 { color: #00ffff; font-size: 19px; margin-top: 0; margin-bottom: 12px; border-bottom: 1px dashed #103663; padding-bottom: 10px; font-weight: 700; }

/* Offer Box */
.offer-box { border: 2px solid #ffcc00; box-shadow: 0 0 15px rgba(255, 204, 0, 0.2); }
.offer-box h3 { color: #ffcc00; border-bottom: none; font-size: 20px; }
.offer-box p { color: #fff; font-size: 16px; line-height: 1.6; margin-bottom: 15px; }
.offer-badge { background-color: #ff0055; color: white; font-size: 13px; font-weight: bold; padding: 6px 12px; border-radius: 20px; display: inline-block; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }

/* Schedule Logo Style */
.schedule-logo-wrapper { margin-top: 5px; margin-bottom: 5px; }
.schedule-logo {
    background: linear-gradient(145deg, rgba(6, 24, 48, 0.95), rgba(10, 31, 58, 0.95));
    border: 2px solid #00a8ff; border-radius: 20px; padding: 40px 20px 25px 20px;
    text-align: center; position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 168, 255, 0.2);
    backdrop-filter: blur(5px);
}
.logo-icon-ring {
    position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 60px; background: #05162a; border: 3px solid #00ffff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
}
.logo-icon-ring i { font-size: 26px; color: #00ffff; }
.schedule-logo h4 { color: #00a8ff; margin: 0 0 15px 0; letter-spacing: 2px; font-size: 18px; font-weight: 800; text-transform: uppercase; }
.time-lines { display: flex; flex-direction: column; gap: 5px; margin-bottom: 20px; }
.time-lines .days { color: #ffffff; font-weight: bold; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; }
.time-lines .hours { color: #25D366; font-weight: 900; font-size: 26px; text-shadow: 0 2px 5px rgba(0,0,0,0.5); margin: 5px 0; }
.time-lines .bng-text { color: #bbddff; font-size: 16px; margin-top: 5px; font-weight: 600; }
.off-day-badge { background: #ff0055; color: white; padding: 8px 25px; border-radius: 25px; font-weight: bold; font-size: 15px; display: inline-block; box-shadow: 0 4px 10px rgba(255, 0, 85, 0.4); border: 2px dashed #fff; }

/* Review Box */
.reviews-container { max-height: 380px; overflow-y: auto; padding-right: 5px; }
.reviews-container::-webkit-scrollbar { width: 5px; }
.reviews-container::-webkit-scrollbar-thumb { background: #103663; border-radius: 5px; }
.review-card { background-color: rgba(0, 0, 0, 0.4); border-radius: 8px; padding: 14px; margin-bottom: 12px; text-align: left; border-left: 3px solid #00a8ff; }
.review-header { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 15px; font-weight: bold; }
.stars { color: #ffcc00; font-size: 13px; }
.review-card p { font-size: 15px; color: #ffffff; margin: 0; font-style: italic; line-height: 1.5; font-weight: 400; }

/* Booking Form & Feedback Form */
.booking-form { display: flex; flex-direction: column; gap: 12px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 14px; border-radius: 8px; border: 1px solid #00a8ff; background-color: #05162a; color: #fff; font-size: 15px; box-sizing: border-box; font-weight: 500; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: none; border-color: #00ffff; box-shadow: 0 0 10px rgba(0, 255, 255, 0.4); }
.booking-form select optgroup { background-color: #05162a; color: #00ffff; font-weight: bold; }
.booking-form select option { background-color: #05162a; color: #ffffff; padding: 6px; }

/* Booking & Feedback Button Alignment */
.booking-form button, .feedback-btn { 
    background-color: #25D366; color: #ffffff; border: none; padding: 14px; 
    border-radius: 8px; font-weight: bold; font-size: 16px; cursor: pointer; 
    transition: all 0.3s ease; margin-top: 5px; display: flex; align-items: center; 
    justify-content: center; width: 100%; box-sizing: border-box; 
}
.booking-form button:hover, .feedback-btn:hover { background-color: #1ebd5a; box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4); transform: translateY(-2px); }

/* Map Link Button */
.map-btn { display: inline-block; background-color: #EA4335; color: white; padding: 12px 22px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 15px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(234, 67, 53, 0.4); margin-bottom: 5px; }
.map-btn:hover { background-color: #ff5c4f; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(234, 67, 53, 0.6); }

/* Bottom Side-by-Side Galleries */
.bottom-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 25px; }
.gallery-box { background-color: rgba(6, 24, 48, 0.9); border: 1.5px solid #00a8ff; border-radius: 12px; padding: 20px; text-align: center; backdrop-filter: blur(5px); box-shadow: 0 4px 15px rgba(0,0,0,0.6); }
.gallery-box h2 { color: #00a8ff; font-size: 19px; margin-top: 0; margin-bottom: 15px; border-bottom: 1.5px solid #00a8ff; padding-bottom: 10px; font-weight: 700; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.photo-grid img { width: 100%; height: 130px; object-fit: cover; border-radius: 8px; border: 2px solid #103663; transition: transform 0.3s ease; }
.photo-grid img:hover { transform: scale(1.05); border-color: #00a8ff; }
.video-container { width: 100%; height: 280px; border-radius: 8px; overflow: hidden; border: 2px solid #103663; }
.video-container iframe { width: 100%; height: 100%; border: none; }

/* Dual Column Footer */
.main-footer {
    display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center;
    background-color: rgba(6, 24, 48, 0.95); border: 1.5px solid #00a8ff; border-radius: 12px;
    padding: 30px; margin-top: 40px; margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 168, 255, 0.3); backdrop-filter: blur(5px);
}
.footer-social { text-align: left; border-right: 1px dashed #00a8ff; padding-right: 20px; }
.footer-social h3 { color: #00ffff; font-size: 19px; margin-top: 0; margin-bottom: 15px; font-weight: 700; }
.social-links-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links-grid a { 
    display: flex; align-items: center; justify-content: center; padding: 12px 18px; 
    border-radius: 8px; font-weight: bold; font-size: 15px; color: white; text-decoration: none; 
    border: 1px solid rgba(255,255,255,0.2); transition: transform 0.3s ease; flex-grow: 1; text-align: center;
}
.social-links-grid a i { font-size: 18px; margin-right: 8px; }
.social-links-grid a.whatsapp { background-color: #25D366; }
.social-links-grid a.youtube { background-color: #FF0000; }
.social-links-grid a.facebook-page { background-color: #1877F2; }
.social-links-grid a.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-links-grid a.tiktok { background-color: #000000; }
.social-links-grid a:hover { transform: translateY(-3px); border-color: #00ffff; }

.footer-owner { display: flex; align-items: center; justify-content: center; gap: 20px; }
.owner-img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; object-position: top center; border: 3px solid #00a8ff; box-shadow: 0 4px 10px rgba(0, 168, 255, 0.4); image-rendering: -webkit-optimize-contrast; }
.owner-info { text-align: left; }
.owner-info h3 { margin: 0 0 5px 0; color: #ffffff; font-size: 21px; line-height: 1.3; font-weight: 700; }
.owner-info p { margin: 0 0 12px 0; color: #bbddff; font-size: 15px; font-style: italic; }
.owner-phone { background-color: #00a8ff; color: #05162a !important; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 16px; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 168, 255, 0.4); }
.owner-phone:hover { background-color: #00ffff; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 255, 255, 0.6); }
.owner-phone i { margin-right: 8px; color: #05162a !important; }

/* Mobile Response */
@media (max-width: 800px) {
    .main-content-grid { grid-template-columns: 1fr; }
    .center-column { order: 1; } 
    #services-container { order: 2; }
    #tips-container { order: 3; }
    .bottom-gallery-grid { grid-template-columns: 1fr; }
    
    .main-footer { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
    .footer-social { border-right: none; border-bottom: 1px dashed #00a8ff; padding-right: 0; padding-bottom: 20px; text-align: center; }
    .social-links-grid { justify-content: center; }
    .footer-owner { flex-direction: column; text-align: center; }
    .owner-info { text-align: center; }

    .top-ad-notice { flex-direction: column; text-align: center; }
    .ad-text { text-align: center; }
    .ad-actions { justify-content: center; width: 100%; }
}
@media (max-width: 600px) {
    .banner-container { height: 160px; margin-bottom: 5px; } 
    .profile-image { width: 110px; height: 110px; }
}