/* About Page Enhanced Styling */

/* ===== GLOBAL ABOUT PAGE STYLES ===== */
.about-page-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
}

/* ===== BREADCRUMB SECTION ===== */
.breadcrumb__area {
    position: relative;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(255, 107, 53, 0.8)), url('assets/img/bg/breadcrumb_bg.jpg') center/cover;
    padding: 120px 0 80px;
    overflow: hidden;
}

.breadcrumb__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.breadcrumb__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb__content .title {
    color: #fff !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

.breadcrumb nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.breadcrumb nav span {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.breadcrumb nav a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.breadcrumb nav a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* ===== MAIN ABOUT SECTION ===== */
.about__area-two {
    padding: 100px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about__area-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.5" fill="rgba(30,60,114,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.6;
}

.about__img-two {
    position: relative;
    z-index: 2;
}

.about__img-two img {
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.15) !important;
    transition: all 0.3s ease;
    filter: brightness(1.05);
}

.about__img-two img:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(30, 60, 114, 0.2) !important;
}

.about__img-two img:first-child {
    position: relative;
    z-index: 2;
}

.about__img-two img:last-child {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 1;
    border: 8px solid #fff;
}

.about__content-two {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}

.section__title .sub-title {
    color: #ff6b35 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    position: relative;
    display: inline-block;
}

.section__title .sub-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #ff6b35, #1e3c72);
    border-radius: 1px;
}

.section__title .title {
    color: #1e3c72 !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

.about__content-two .info-one {
    font-size: 18px !important;
    color: #555 !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.about__list-box-two .list-wrap {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.about__list-box-two .list-wrap li {
    display: flex !important;
    align-items: center !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2c3e50 !important;
    transition: all 0.3s ease;
}

.about__list-box-two .list-wrap li:hover {
    transform: translateX(10px);
    color: #1e3c72 !important;
}

.about__list-box-two .list-wrap li i {
    color: #ff6b35 !important;
    font-size: 18px !important;
    margin-right: 15px !important;
    transition: all 0.3s ease;
}

.about__list-box-two .list-wrap li:hover i {
    transform: scale(1.2);
}

.about__clients-box {
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.05), rgba(255, 107, 53, 0.05)) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border-left: 4px solid #ff6b35 !important;
    margin: 30px 0 !important;
}

.about__clients-box span {
    color: #1e3c72 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 20px !important;
}

.counter__item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.counter__icon i {
    color: #ff6b35 !important;
    font-size: 2.5rem !important;
}

.counter__content h3 {
    color: #1e3c72 !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.counter__content p {
    color: #666 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* ===== VIDEO SECTION ===== */
.video__area-two {
    position: relative;
    padding: 120px 0 !important;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.95), rgba(255, 107, 53, 0.85));
    overflow: hidden;
}

.video__bg-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-attachment: fixed !important;
}

.video__bg-two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexagon" width="20" height="20" patternUnits="userSpaceOnUse"><polygon points="10,2 18,7 18,13 10,18 2,13 2,7" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagon)"/></svg>');
}

.video__content {
    position: relative;
    z-index: 2;
}

.white-title .sub-title {
    color: rgba(255, 255, 255, 0.9) !important;
}

.white-title .title {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.progress__wrap-two {
    margin-top: 40px;
}

.progress__item-two {
    margin-bottom: 30px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 20px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.progress__item-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.progress__title {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.progress-value {
    color: #ff6b35 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.progress {
    height: 8px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(135deg, #ff6b35, #fff) !important;
    height: 100% !important;
    border-radius: 4px !important;
    transition: width 2s ease-in-out;
}

/* ===== SERVICES SECTION ===== */
.services__area {
    padding: 100px 0 !important;
    background: #fff;
}

.services__area .section__title {
    text-align: center;
    margin-bottom: 60px;
}

.services__area .section__title .title {
    color: #1e3c72 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.section-description {
    color: #666 !important;
    font-size: 18px !important;
    max-width: 600px;
    margin: 20px auto 0;
}

.services__item {
    background: #fff !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(30, 60, 114, 0.1) !important;
    transition: all 0.3s ease;
    border: 1px solid rgba(30, 60, 114, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.services__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.05), rgba(255, 107, 53, 0.05));
    transition: all 0.5s ease;
}

.services__item:hover::before {
    left: 0;
}

.services__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(30, 60, 114, 0.2) !important;
    border-color: #ff6b35;
}

.services__icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, #1e3c72, #ff6b35) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.services__item:hover .services__icon {
    transform: scale(1.1) rotate(10deg);
}

.services__icon i {
    color: #fff !important;
    font-size: 2rem !important;
}

.services__content {
    position: relative;
    z-index: 2;
}

.services__content .title {
    color: #1e3c72 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease;
}

.services__item:hover .services__content .title {
    color: #ff6b35 !important;
}

.services__content p {
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ===== WHY CHOOSE US SECTION ===== */
.choose__area {
    padding: 100px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.choose__content .section__title .title {
    color: #1e3c72 !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.choose__list-wrap .list-wrap {
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 !important;
}

.choose__list-wrap .list-wrap li {
    display: flex !important;
    align-items: flex-start !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
    border-bottom: 1px solid rgba(30, 60, 114, 0.1);
    transition: all 0.3s ease;
}

.choose__list-wrap .list-wrap li:hover {
    background: rgba(30, 60, 114, 0.05);
    padding-left: 15px;
    border-radius: 8px;
    border-bottom-color: #ff6b35;
}

.choose__list-wrap .list-wrap li i {
    color: #ff6b35 !important;
    font-size: 18px !important;
    margin-right: 15px !important;
    margin-top: 2px;
    flex-shrink: 0;
}

.choose__list-wrap .list-wrap li strong {
    color: #1e3c72 !important;
    font-weight: 600;
}

.choose__img img {
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.15) !important;
    transition: all 0.3s ease;
}

.choose__img:hover img {
    transform: scale(1.02);
    box-shadow: 0 20px 50px rgba(30, 60, 114, 0.2) !important;
}

/* ===== STATS SECTION ===== */
.counter__area {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%) !important;
    position: relative;
    overflow: hidden;
}

.counter__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
}

.counter__area .section__title .sub-title {
    color: rgba(255, 255, 255, 0.8) !important;
}

.counter__area .section__title .title {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.counter__area .counter__item {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.counter__area .counter__item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.counter__area .counter__icon {
    color: #ff6b35 !important;
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
}

.counter__area .counter__item:hover .counter__icon {
    transform: scale(1.2) rotate(10deg);
}

.counter__area .count {
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.counter__area .counter__content p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199.98px) {
    .breadcrumb__content .title {
        font-size: 3rem !important;
    }
    
    .section__title .title {
        font-size: 2.3rem !important;
    }
    
    .about__content-two {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 2.5rem !important;
    }
    
    .section__title .title {
        font-size: 2rem !important;
    }
    
    .about__area-two,
    .services__area,
    .choose__area {
        padding: 80px 0 !important;
    }
    
    .video__area-two {
        padding: 100px 0 !important;
    }
    
    .counter__area {
        padding: 60px 0 !important;
    }
    
    .services__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__area {
        padding: 100px 0 60px;
    }
    
    .breadcrumb__content .title {
        font-size: 2rem !important;
    }
    
    .section__title .title {
        font-size: 1.8rem !important;
    }
    
    .about__area-two,
    .services__area,
    .choose__area {
        padding: 60px 0 !important;
    }
    
    .video__area-two {
        padding: 80px 0 !important;
    }
    
    .counter__area {
        padding: 50px 0 !important;
    }
    
    .about__img-two img:last-child {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }
    
    .services__item {
        padding: 30px 20px !important;
    }
    
    .counter__area .counter__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb__content .title {
        font-size: 1.8rem !important;
    }
    
    .section__title .title {
        font-size: 1.6rem !important;
    }
    
    .about__content-two .info-one {
        font-size: 16px !important;
    }
    
    .services__content .title {
        font-size: 1.2rem !important;
    }
    
    .counter__area .count {
        font-size: 2rem !important;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animation Classes */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

.slide-in-left {
    animation: slideInLeft 0.8s ease-out;
}

.slide-in-right {
    animation: slideInRight 0.8s ease-out;
}

/* ===== PRINT STYLES ===== */
@media print {
    .breadcrumb__area,
    .video__area-two {
        background: #fff !important;
        color: #000 !important;
    }
    
    .services__item,
    .counter__item {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
    
    .section__title .title,
    .about__content-two .info-one {
        color: #000 !important;
    }
}
