/* ============================================================
   ডক্টরপাড়া — contact.css
   Professional Contact Page Redesign
   ============================================================ */

/* ============================================================
   NAVBAR
   ============================================================ */

/* ============================================================
   MOBILE HEADER
   ============================================================ */

/* ============================================================
   SIDE DRAWER
   ============================================================ */

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
    background: linear-gradient(135deg, var(--primary) 0%, #0e7080 45%, var(--secondary) 100%);
    padding: 56px 0 72px; position: relative; overflow: hidden;
    text-align: center;
}
.page-hero::before { content:''; position:absolute; top:-80px; right:-60px; width:360px; height:360px; border-radius:50%; background:rgba(255,255,255,.04); pointer-events:none; }
.page-hero::after  { content:''; position:absolute; bottom:-60px; left:-100px; width:300px; height:300px; border-radius:50%; background:rgba(255,255,255,.03); pointer-events:none; }
.page-hero .container { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; padding: 5px 16px; font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .7px; margin-bottom: 16px; }
.hero-title { font-size: 2.5rem; font-weight: 800; color: var(--white); margin-bottom: 12px; line-height: 1.2; }
.hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,.72); max-width: 520px; margin: 0 auto 32px; }
.hero-quick-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-quick-btn { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.25); border-radius: 50px; padding: 10px 20px; color: var(--white); font-size: .88rem; font-weight: 600; transition: var(--transition); cursor: pointer; text-decoration: none; }
.hero-quick-btn:hover { background: rgba(255,255,255,.25); color: var(--white); }
.hero-quick-btn.primary-btn { background: var(--white); color: var(--primary); border-color: transparent; }
.hero-quick-btn.primary-btn:hover { background: var(--bg-light); color: var(--primary); }
.page-wave { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }

/* ============================================================
   INFO CARDS (top row)
   ============================================================ */
.info-cards-section {
    padding: 0 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}
.info-card { background: var(--white); border-radius: var(--radius-md); border: 1.5px solid var(--border); padding: 24px 22px; box-shadow: var(--shadow-md); transition: var(--transition); display: flex; flex-direction: column; gap: 8px; height: 100%; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--secondary); }
.info-card-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 6px; flex-shrink: 0; }
.ic-teal  { background: rgba(11,85,99,.1);   color: var(--primary); }
.ic-blue  { background: rgba(37,99,235,.1);  color: #2563EB; }
.ic-green { background: rgba(22,163,74,.1);  color: #16A34A; }
.ic-amber { background: rgba(217,119,6,.1);  color: var(--warning); }
.info-card h5 { font-size: .96rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.info-card p, .info-card a { font-size: .87rem; color: var(--text-muted); line-height: 1.7; }
.info-card a { color: var(--primary); font-weight: 500; }
.info-card a:hover { color: var(--secondary); }

/* ============================================================
   MAIN CONTACT SECTION
   ============================================================ */
.contact-section { padding: 50px 0 60px; }
.contact-main-row { display: grid; grid-template-columns: 1fr 420px; gap: 28px; align-items: start; }

/* Form Card */
.form-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid var(--border); padding: 36px 38px; box-shadow: var(--shadow-sm); }
.form-card-header { margin-bottom: 28px; }
.form-card-header h3 { font-size: 1.45rem; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
.form-card-header p { font-size: .9rem; color: var(--text-muted); }

.form-label { font-size: .85rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; display: block; }
.form-label span { color: var(--danger); }
.form-input { width: 100%; border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px; font-family: 'Hind Siliguri', sans-serif; font-size: .9rem; color: var(--text); background: var(--white); transition: var(--transition); outline: none; }
.form-input:focus { border-color: var(--secondary); box-shadow: 0 0 0 3px rgba(23,162,184,.12); }
.form-input::placeholder { color: var(--text-muted); font-size: .88rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }

.btn-submit { background: linear-gradient(135deg, var(--primary), var(--primary-lt)); color: var(--white); border: none; border-radius: var(--radius-sm); padding: 14px 32px; font-family: 'Hind Siliguri', sans-serif; font-size: .96rem; font-weight: 700; cursor: pointer; transition: var(--transition); display: inline-flex; align-items: center; gap: 10px; }
.btn-submit:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(11,85,99,.3); }

/* Sidebar cards */
.contact-sidebar { display: flex; flex-direction: column; gap: 18px; }

.sidebar-card { background: var(--white); border-radius: var(--radius-md); border: 1.5px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
.sidebar-card-header { background: linear-gradient(135deg, var(--primary), var(--primary-lt)); color: var(--white); padding: 16px 20px; }
.sidebar-card-header h5 { font-size: .96rem; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 8px; }
.sidebar-card-body { padding: 18px 20px; }

/* Contact detail rows */
.cdetail { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--bg-light); }
.cdetail:last-child { border-bottom: none; padding-bottom: 0; }
.cdetail-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-light); display: flex; align-items: center; justify-content: center; font-size: .95rem; color: var(--primary); flex-shrink: 0; }
.cdetail-text { flex: 1; }
.cdetail-label { font-size: .75rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 3px; }
.cdetail-value { font-size: .87rem; color: var(--dark); font-weight: 500; line-height: 1.5; }
.cdetail-value a { color: var(--primary); }
.cdetail-value a:hover { color: var(--secondary); }

/* Hours table */
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: .86rem; border-bottom: 1px solid var(--bg-light); }
.hours-row:last-child { border-bottom: none; padding-bottom: 0; }
.hours-day { color: var(--text); font-weight: 500; }
.hours-time { color: var(--primary); font-weight: 700; }
.hours-closed { color: var(--text-muted); }

/* Map placeholder */
.map-card { background: var(--white); border-radius: var(--radius-md); border: 1.5px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); }
.map-placeholder { background: linear-gradient(135deg, var(--bg-light), #e8f4f8); height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; }
.map-placeholder::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(11,85,99,.04) 0, rgba(11,85,99,.04) 1px, transparent 0, transparent 30px), repeating-linear-gradient(90deg, rgba(11,85,99,.04) 0, rgba(11,85,99,.04) 1px, transparent 0, transparent 30px); }
.map-icon-wrap { width: 54px; height: 54px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--white); position: relative; z-index: 1; box-shadow: 0 4px 14px rgba(11,85,99,.3); }
.map-placeholder h5 { font-size: .96rem; font-weight: 700; color: var(--dark); position: relative; z-index: 1; margin: 0; }
.map-placeholder p { font-size: .82rem; color: var(--text-muted); position: relative; z-index: 1; margin: 0; }
.btn-map { display: inline-flex; align-items: center; gap: 6px; background: var(--primary); color: var(--white); border: none; border-radius: 50px; padding: 7px 18px; font-family: 'Hind Siliguri', sans-serif; font-size: .8rem; font-weight: 600; cursor: pointer; position: relative; z-index: 1; transition: var(--transition); }
.btn-map:hover { background: var(--primary-lt); }

/* ============================================================
   SOCIAL SECTION
   ============================================================ */
.social-section { background: linear-gradient(135deg, var(--primary) 0%, #0e7080 100%); padding: 56px 0; text-align: center; }
.social-section h2 { font-size: 1.8rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.social-section p { font-size: 1rem; color: rgba(255,255,255,.72); margin-bottom: 32px; }
.social-grid { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.social-card { display: flex; flex-direction: column; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.2); border-radius: var(--radius-md); padding: 20px 28px; color: var(--white); transition: var(--transition); text-decoration: none; min-width: 100px; }
.social-card i { font-size: 1.8rem; }
.social-card span { font-size: .82rem; font-weight: 600; }
.social-card:hover { background: rgba(255,255,255,.22); transform: translateY(-4px); color: var(--white); }
.social-card.fb:hover  { background: #1877F2; border-color: #1877F2; }
.social-card.tw:hover  { background: #1DA1F2; border-color: #1DA1F2; }
.social-card.yt:hover  { background: #FF0000; border-color: #FF0000; }
.social-card.ig:hover  { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: transparent; }
.social-card.li:hover  { background: #0077B5; border-color: #0077B5; }

/* ============================================================
   FAQ STRIP
   ============================================================ */
.faq-section { padding: 52px 0; background: var(--white); }
.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading h2 { font-size: 1.65rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.section-heading p { font-size: .92rem; color: var(--text-muted); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-item { background: var(--bg-light); border-radius: var(--radius-md); border: 1.5px solid var(--border); padding: 20px 22px; transition: var(--transition); }
.faq-item:hover { border-color: var(--secondary); background: rgba(23,162,184,.04); }
.faq-q { font-size: .92rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; display: flex; align-items: flex-start; gap: 10px; }
.faq-q i { color: var(--secondary); font-size: .9rem; margin-top: 3px; flex-shrink: 0; }
.faq-a { font-size: .85rem; color: var(--text-muted); line-height: 1.65; padding-left: 22px; }

/* ============================================================
   FOOTER
   ============================================================ */

/* ============================================================
   BOTTOM NAV
   ============================================================ */

/* ============================================================
   SUCCESS TOAST
   ============================================================ */
.success-toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--success); color: var(--white); border-radius: var(--radius-sm); padding: 14px 24px; font-size: .9rem; font-weight: 600; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-md); opacity: 0; transition: all .4s ease; z-index: 9999; pointer-events: none; white-space: nowrap; }
.success-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {

    .contact-main-row { grid-template-columns: 1fr 360px; }

}

@media (max-width: 992px) {

    .contact-main-row { grid-template-columns: 1fr; }
    .contact-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); }

}

@media (max-width: 768px) {

    
    
    
    
    
    .page-hero { padding: 24px 0 52px; }
    .hero-title { font-size: 1.75rem; }
    .hero-quick-links { gap: 8px; }
    .form-card { padding: 24px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .info-cards-section { margin-top: -20px; }
    .contact-sidebar { grid-template-columns: 1fr; }
    .success-toast { bottom: 80px; }

}

@media (max-width: 480px) {

    .hero-title { font-size: 1.45rem; }
    .social-grid { gap: 10px; }
    .social-card { padding: 16px 18px; min-width: 80px; }

}

