.elementor-3429 .elementor-element.elementor-element-aac37c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-757c338 */.aoc-baggage-wrapper { 
    max-width: 1240px; 
    margin: 40px auto; 
    font-family: 'Segoe UI', Arial, sans-serif; 
}

.aoc-glass-header { 
    text-align: center; 
    margin-bottom: 30px; 
}

/* আপনার কাঙ্খিত টাইটেল ফন্ট এখানে যোগ করা হয়েছে */
.aoc-main-title { 
    font-family: 'Segoe UI', Arial, sans-serif; /* টাইটেলে ফন্ট সেট করা হলো */
    font-size: 30px; 
    font-weight: 800; 
    color: #1a5276; 
    margin: 0; 
    text-transform: uppercase; 
}

.title-accent { 
    width: 50px; 
    height: 4px; 
    background: #1a5276; 
    margin: 15px auto; 
    border-radius: 2px; 
}

.search-container { 
    margin-bottom: 25px; 
    text-align: center; 
}

#baggageSearch { 
    width: 100%; 
    max-width: 450px; 
    padding: 12px 25px; 
    border: 1px solid #e2e8f0; 
    border-radius: 50px; 
    outline: none; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.03); 
    font-family: 'Segoe UI', Arial, sans-serif; /* সার্চ বক্সের ফন্টও সেম রাখা হলো */
}

.aoc-table-container { 
    background: #fff; 
    border-radius: 12px; 
    overflow-x: auto; 
    border: 1px solid #e2e8f0; 
}

#baggageTable { 
    width: 100%; 
    border-collapse: collapse; 
    text-align: left; 
    min-width: 1100px; 
    font-family: 'Segoe UI', Arial, sans-serif; /* টেবিলের ভেতরেও ফন্টটি দেওয়া হলো */
}

#baggageTable thead { 
    background: #1a5276; 
    color: #fff; 
}

#baggageTable th { 
    padding: 18px 20px; 
    font-weight: 600; 
    font-size: 12px; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    pointer-events: none; 
}

#baggageTable td { 
    padding: 15px 20px; 
    border-bottom: 1px solid #f1f5f9; 
    font-size: 14px; 
    color: #334155; 
}

/* টেবিল রো হোভার ইফেক্ট */
#baggageTable tbody tr:hover { 
    background: #f8fafc !important; 
    cursor: pointer; 
}

/* হেডার হোভার বন্ধ রাখা হলো */
#baggageTable thead tr:hover {
    background: #1a5276 !important;
    cursor: default;
}/* End custom CSS */