/*--------------------------------------------------------------
# Theme Information
--------------------------------------------------------------*/
/*!
 * Theme Name     : Vraj's Lab Theme
 * Description    : A modern, responsive, and professional theme designed and developed by Vraj Surani.
 * Author         : Vraj Surani
 * Contact        : +91 97240 85965
 * Email          : Vrajsurani606@gmail.com
 * LinkedIn       : https://in.linkedin.com/in/vraj-surani-1506vraj
 * Created On     : October 2025
 * Version        : 1.0.0
 * 
 * --------------------------------------------------------------
 * © 2025 Vraj Surani. All Rights Reserved.
 * This theme and its files are the intellectual property of Vraj Surani.
 * Unauthorized reproduction, distribution, or modification of this code 
 * in any form is strictly prohibited without written permission.
 * --------------------------------------------------------------
 */

 
/* Breadcrumb Section Styles */
.page-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 0 60px;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
        margin-top: 80px;
    margin-bottom: 50px;
}

.page-header h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-header .page-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    justify-content: center;
}

.breadcrumb-item {
    font-size: 0.9rem;
    font-weight: 500;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    padding: 0 8px;
}

/* Fix for sub-banner centering */
.sub_banner_outer .sub-banner-con {
    text-align: center;
}

.sub_banner_outer .sub-banner-con h1 {
    text-align: center;
    margin: 0 auto 20px;
}

.sub_banner_outer .sub-banner-con p {
    text-align: center;
    margin: 0 auto 35px;
    max-width: 600px;
}

.sub_banner_outer .breadcrumb {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
}

/* Typography Improvements */
.content-section {
    padding: 60px 0;
}

.content-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}

.content-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a5298;
    margin-bottom: 15px;
    line-height: 1.4;
}

.content-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.content-section .lead {
    font-size: 1.125rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Center text in sections */
.text-center h2,
.text-center .lead,
.text-center p {
    text-align: center;
}

.text-center .special-text {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}

/* Card Improvements */
.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.info-card h4 {
    color: #1e3c72;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* List Styling */
.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.styled-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: bold;
}

/* Button Improvements */
.btn-primary-custom {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 60, 114, 0.4);
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header {
        padding: 60px 0 40px;
    }
    
    .page-header h1 {
        font-size: 2rem;
        text-align: center;
    }
    
    .page-header .page-subtitle {
        font-size: 1rem;
        text-align: center;
    }
    
    .breadcrumb {
        padding: 8px 15px;
        margin: 0 auto;
        display: inline-flex;
    }
    
    .breadcrumb-item {
        font-size: 0.85rem;
    }
    
    .sub_banner_outer .sub-banner-con h1 {
        font-size: 2rem;
        text-align: center;
    }
    
    .sub_banner_outer .sub-banner-con p {
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 1.75rem;
        text-align: center;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 5px;
    }
    
    .sub_banner_outer .sub-banner-con h1 {
        font-size: 1.75rem;
        text-align: center;
    }
    
    .sub_banner_outer .sub-banner-con p {
        font-size: 0.9rem;
        text-align: center;
    }
}