
/* General Setup */
body { font-family: 'Inter', sans-serif; color: #1a1a1a; overflow-x: hidden; }

/* --- Global Sticky Navigation (Same for all pages) --- */
.navbar {
    background-color: #000080 !important; /* Solid Navy Blue */
    padding: 25px 0 !important; /* Home ebong onno sob page-e same padding thakbe */
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar .navbar-brand {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar .nav-link.active {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 8px;
}






/* About pase er css  */
/* --- Global Styles --- */
body {
    font-family: 'Inter', sans-serif;
    color: #2d2d2d;
}

/* --- Navbar (Navy Blue) --- */
.navbar {
    background-color: #000080 !important;
    padding: 15px 0;
}

/* --- Footer (Navy Blue) --- */
.custom-footer {
    background-color: #000080 !important;
    color: #ffffff !important;
    margin-top: 80px;
}
.footer-text { color: #d1d1d1 !important; }
.footer-link { color: #fff !important; text-decoration: none; }
.footer-link:hover { color: #0d6efd !important; }

/* --- About Page Specific --- */
.text-primary { color: #000080 !important; } /* Theme primary color */
.bg-primary { background-color: #000080 !important; }

.progress-bar {
    border-radius: 10px;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.badge {
    font-weight: 500;
    letter-spacing: 0.5px;
}








/* Portfolio Header */
.portfolio-title { font-size: 3.5rem; font-weight: 700; line-height: 1.1; letter-spacing: -2px; }
.highlight-box { background-color: #e8e8ff; padding: 0 10px; border-radius: 4px; display: inline-block; }
.lead-text { font-size: 1.1rem; color: #666; }

/* Section Labels with Dot */
.section-label { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; color: #333; display: flex; align-items: center; }
.dot { width: 8px; height: 8px; background-color: #000080; border-radius: 50%; margin-right: 10px; display: inline-block; }

/* Cards & Identity */
.identity-card, .milestone-card { background: #f8f9fa; border: 1px solid #eee; border-radius: 8px; }
.grayscale { filter: grayscale(100%); }
.extra-small { font-size: 0.75rem; }
.badge-status { font-size: 0.7rem; background: #fff; padding: 4px 8px; border: 1px solid #ddd; border-radius: 4px; }
.small-info p { font-size: 0.85rem; }

/* Progress Bars */
.skill-item span { font-size: 0.85rem; font-weight: 500; }
.custom-progress { height: 4px; background: #eee; border-radius: 10px; margin-top: 5px; }
.custom-progress .fill { height: 100%; background: #000080; border-radius: 10px; }

/* Tags */
.tag-cloud span { font-size: 0.7rem; font-weight: 600; background: #f0f0ff; color: #000080; padding: 5px 10px; border-radius: 4px; margin-right: 5px; margin-bottom: 5px; display: inline-block; }

/* Timeline & Milestones */
.timeline-item { border-left: 2px solid #eee; padding-left: 20px; position: relative; }
.timeline-date { font-size: 0.8rem; font-weight: 700; color: #999; }
.year-badge { font-size: 0.75rem; background: #fff; border: 1px solid #eee; padding: 5px 10px; border-radius: 4px; color: #666; }

/* Footer - NAVY BLUE */
.custom-footer { background-color: #000080 !important; color: #ffffff !important; margin-top: 100px; }
.footer-text { color: #b0b0b0 !important; }
.footer-link { color: #ffffff !important; text-decoration: none; transition: 0.3s; }
.footer-link:hover { opacity: 0.7; }

/* Mobile Adjustments */
@media (max-width: 768px) {
    .portfolio-title { font-size: 2.2rem; }
}







/* service page er css  */
/* General Colors & Typography */
body { font-family: 'Inter', sans-serif; color: #1a1a1a; }
.text-primary { color: #000080 !important; }
.bg-primary { background-color: #000080 !important; }

/* Navbar - Fixed Navy Blue */
.navbar { background-color: #000080 !important; padding: 18px 0; }

/* Service Header Highlight */
.header-highlight-box {
    background-color: #e8e8ff; /* Light blue box from image */
    display: inline-block;
    max-width: fit-content;
}

/* Service Cards */
.service-box {
    transition: all 0.3s ease;
}
.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05) !important;
}
.icon-circle {
    width: 45px;
    height: 45px;
    background: #e8e8ff;
    color: #000080;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.2rem;
}
.extra-small-list li {
    font-size: 0.8rem;
    color: #000080;
    font-weight: 500;
    margin-bottom: 5px;
}
.extra-small-list li i {
    margin-right: 5px;
}

/* CTA Banner */
.cta-banner {
    background-color: #f1f4f9;
    border-radius: 8px;
}
.btn-primary {
    background-color: #000080 !important;
    border-color: #000080 !important;
}

/* Footer - Fixed Navy Blue */
.custom-footer {
    background-color: #000080 !important;
    color: #ffffff !important;
}
.footer-text { color: #b0b0b0 !important; }
.footer-link { color: #ffffff !important; text-decoration: none; transition: 0.3s; }
.footer-link:hover { opacity: 0.7; }









/* contact page er css  */
/* Form Styling */
.form-control:focus {
    background-color: #f8f9fa !important;
    box-shadow: none;
    border: 1px solid #000080 !important;
}

.btn-primary {
    background-color: #000080 !important;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #000050 !important;
    transform: translateX(5px);
}

/* Map & Cards */
.map-container {
    border: 1px solid #eee;
    filter: grayscale(100%); /* Image-er moto grayscale map */
    transition: filter 0.5s ease;
}

.map-container:hover {
    filter: grayscale(0%);
}

.rounded-1 {
    border-radius: 4px !important;
}

/* Navbar & Footer (Fixed Navy Blue) */
.navbar {
    background-color: #000080 !important;
    padding: 18px 0;
}

.custom-footer {
    background-color: #000080 !important;
    color: #ffffff !important;
    margin-top: 80px;
}

.footer-text {
    color: #b0b0b0 !important;
}

.footer-link {
    color: #ffffff !important;
    text-decoration: none;
}