.elementor-177 .elementor-element.elementor-element-868302c{--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;}.elementor-177 .elementor-element.elementor-element-679d0ba{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-177 .elementor-element.elementor-element-679d0ba{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-29ccb85 *//* style.css - শহীদ শরীফ ওসমান বিন হাদি স্মরণিকা */

/* ============================
   BASIC RESET & SETUP
   ============================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: ltr;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



/* আমার কোডের এলিমেন্টগুলোর z-index কমিয়ে দিন */
.back-to-top {
    z-index: -99 !important;
}

header {
    z-index: 100 !important;
    position: relative;
}

/* ============================
   HEADER STYLES - #FF1B16 কালার ব্যবহার করা হয়েছে
   ============================ */
header {
    background: linear-gradient(135deg, #FFE8E8 0%, #fff 100%);
    color: #FF1B16;
    padding: 30px 0;
    text-align: center;
    border-bottom: 5px solid #FF1B16;
    position: relative;
    overflow: hidden;
}

.header-content {
    position: relative;
    z-index: 2;
}

/* Decorative background pattern */
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,27,22,0.05)"/></svg>');
    background-size: cover;
}

/* Main title */
h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

h1 i {
    margin-right: 10px;
    color: #FF1B16;
}

/* Subtitles */
.subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.subtitle-alt {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Martyr badge - #FF1B16 কালার ব্যবহার করা হয়েছে */
.martyr-badge {
    display: inline-block;
    background-color: #FF1B16;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.martyr-badge i {
    margin-right: 8px;
}

/* ============================
   MAIN CONTENT AREA
   ============================ */
main {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

/* ============================
   INTRODUCTION SECTION
   ============================ */
.intro-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.intro-image {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.image-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    border: 3px solid #FF1B16;
    box-shadow: 0 5px 15px rgba(255, 27, 22, 0.2);
}

.image-fallback {
    width: 100%;
    padding: 4px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 10px;
   
}

.image-fallback p {
    color: #FF1B16;
    text-align: center;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.intro-text {
    flex: 2;
    min-width: 300px;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-right: 5px solid #FF1B16;
}

.intro-text h2 {
    color: #FF1B16;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

.intro-text h2 i {
    margin-right: 10px;
    color: #FF1B16;
}

.intro-text p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Quick facts section */
.quick-facts {
    margin-top: 30px;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #FF1B16;
}

.quick-facts h3 {
    color: #FF1B16;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.quick-facts h3 i {
    margin-right: 10px;
    color: #FF1B16;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.fact {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.fact:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.fact i {
    margin-right: 15px;
    color: #FF1B16;
    font-size: 1.3rem;
    min-width: 30px;
    text-align: center;
}

.fact span {
    font-size: 1rem;
    color: #333;
}

/* ============================
   TIMELINE SECTION
   ============================ */
.timeline-section {
    margin-bottom: 50px;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #FF1B16;
    margin-bottom: 40px;
    position: relative;
}

.section-title i {
    margin-right: 10px;
}

.section-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #FF1B16;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Timeline container */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* Vertical timeline line */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #FF1B16;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}

/* Timeline items */
.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

/* Timeline dots - #FF1B16 কালার ব্যবহার করা হয়েছে */
.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #FF1B16;
    border-radius: 50%;
    top: 15px;
    z-index: 1;
}

.timeline-item.left::after {
    right: -10px;
}

.timeline-item.right::after {
    left: -10px;
}

/* Timeline content boxes */
.timeline-content {
    padding: 25px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 4px solid #FF1B16;
    transition: transform 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
}

.timeline-content.martyr-event {
    border-top: 4px solid #FF1B16;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}

.timeline-date {
    font-weight: bold;
    color: #FF1B16;
    margin-bottom: 10px;
    font-size: 1.1rem;
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(255, 27, 22, 0.1);
    border-radius: 20px;
}

.timeline-content h3 {
    color: #FF1B16;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.timeline-content h3 i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.timeline-content p {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

/* ============================
   SHAHADAT SECTION
   ============================ */
.shahadat-section {
    margin-bottom: 50px;
}

/* Shahadat details cards grid */
.shahadat-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.detail-card {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-top: 4px solid #FF1B16;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 27, 22, 0.1);
}

.detail-icon {
    font-size: 2.5rem;
    color: #FF1B16;
    margin-bottom: 15px;
}

.detail-card h3 {
    color: #FF1B16;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.detail-card p {
    color: #555;
    font-size: 1rem;
}

/* Incident description */
.incident-description {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    border-top: 4px solid #FF1B16;
}

.incident-description h3 {
    color: #FF1B16;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.incident-description h3 i {
    margin-right: 10px;
    color: #FF1B16;
}

.incident-description p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1.1rem;
    text-align: justify;
}

/* Investigation info box */
.investigation-info {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 25px;
    border-left: 4px solid #FF1B16;
}

.investigation-info h4 {
    color: #FF1B16;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.investigation-info h4 i {
    margin-right: 10px;
    color: #FF1B16;
}

.investigation-info ul {
    list-style-type: none;
}

.investigation-info li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.investigation-info li:last-child {
    border-bottom: none;
}

.investigation-info li i {
    margin-right: 12px;
    color: #FF1B16;
    margin-top: 3px;
    font-size: 1rem;
}

.investigation-info li span {
    flex: 1;
    font-size: 1rem;
    line-height: 1.5;
}

/* ============================
   JANAZA SECTION
   ============================ */
.janaza-section {
    margin-bottom: 50px;
}

/* Janaza info cards */
.janaza-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-card {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-top: 4px solid #FF1B16;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 27, 22, 0.1);
}

.info-card i {
    font-size: 2.5rem;
    color: #FF1B16;
    margin-bottom: 15px;
}

.info-card h3 {
    color: #FF1B16;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.info-card p {
    color: #555;
    font-size: 1rem;
}

/* Burial info - শেষ সেকশন */
.burial-info {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-top: 4px solid #FF1B16;
    transition: transform 0.3s ease;
}

.burial-info:hover {
    transform: translateY(-3px);
}

.burial-info h3 {
    color: #FF1B16;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.burial-info h3 i {
    margin-right: 10px;
    color: #FF1B16;
}

.burial-info p {
    color: #555;
    display: flex;
    align-items: center;
    line-height: 1.7;
    font-size: 1.1rem;
}

.burial-info p i {
    margin-right: 12px;
    color: #FF1B16;
    font-size: 1.2rem;
}

/* ============================
   BACK TO TOP BUTTON
   ============================ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #FF1B16;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99 !important; /* কম z-index */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 27, 22, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #d10000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 27, 22, 0.4);
}

/* ============================
   RESPONSIVE DESIGN - FIXED
   ============================ */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1.2rem;
    }
    
    .subtitle-alt {
        font-size: 1rem;
    }
    
    /* Adjust timeline for mobile */
    .timeline::after {
        left: 31px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .timeline-item.left, .timeline-item.right {
        left: 0;
    }
    
    .timeline-item.left::after, .timeline-item.right::after {
        left: 21px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    /* Flex items stack on mobile */
    .intro-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .intro-image, .intro-text {
        min-width: 100%;
        width: 100%;
    }
    
    .intro-image {
        height: auto;
        padding: 15px;
    }
    
    .profile-image {
        max-width: 250px;
    }
    
    .intro-text {
        margin-top: 0;
        padding: 20px;
    }
    
    /* Grid adjustments */
    .janaza-info {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .facts-grid {
        grid-template-columns: 1fr;
    }
    
    .shahadat-details {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Make sure intro-text is always visible */
    .intro-text {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 480px) {
    .janaza-info {
        grid-template-columns: 1fr;
    }
    
    .shahadat-details {
        grid-template-columns: 1fr;
    }
    
    .detail-card, .info-card {
        padding: 20px 15px;
    }
    
    .incident-description, .burial-info {
        padding: 20px 15px;
    }
    
    .martyr-badge {
        padding: 8px 20px;
        font-size: 1rem;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}/* End custom CSS */