.about {
    padding-top: 60px;
    background:#fcfcfc;
    padding-bottom: 60px;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}
.about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: 
 color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
}
.about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.about .badge-label {
    display: inline-block;
    background: 
 color-mix(in srgb, #314fb9, transparent 85%);
    color: #3350b5;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.about .lead-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #000;
    margin-bottom: 2rem;
}

.about .stats-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border-top: 1px solid
 color-mix(in srgb, #1b1f24, transparent 90%);
    border-bottom: 1px solid
 color-mix(in srgb, #1b1f24, transparent 90%);
}

.about .stats-row .stat-item {
    flex: 1;
}

.about .stats-row .stat-item .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #324fb5;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.about .stats-row .stat-item .stat-label {
    font-size: 0.875rem;
    color: 
 color-mix(in srgb, #171b1f, transparent 40%);
    font-weight: 500;
}

.about .feature-highlights {
    margin-bottom: 2rem;
}

.about .feature-highlights .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
	color: #000;
}

.about .feature-highlights .highlight-item i {
    color: #021027;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.about .visual-wrapper {
    position: relative;
}
.about .visual-wrapper .main-visual {
    position: relative;
    margin-bottom: 1.5rem;
}

.about .visual-wrapper .main-visual img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.about .visual-wrapper .main-visual .floating-card.top-card {
    top: 2rem;
    right: -1.5rem;
}
.about .visual-wrapper .main-visual .floating-card {
    position: absolute;
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid
 color-mix(in srgb, var(--default-color), transparent 92%);
}

.about .visual-wrapper .main-visual .floating-card .card-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #000918,
 color-mix(in srgb, #041634, #000918 20%));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f4f4;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.bi-trophy-fill::before {
    content: "\f5e6";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about .visual-wrapper .main-visual .floating-card .card-content .card-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #020f25;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.about .visual-wrapper .main-visual .floating-card .card-content .card-text {
    font-size: 0.8125rem;
    color: 
 color-mix(in srgb, #1a1d22, transparent 40%);
    font-weight: 500;
}
.card-text:last-child {
    margin-bottom: 0;
}

.about .visual-wrapper .main-visual .floating-card.bottom-card {
    bottom: 2rem;
    left: -1.5rem;
}
.about .visual-wrapper .main-visual .floating-card {
    position: absolute;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid
 color-mix(in srgb, #171a1f, transparent 92%);
}

.about .visual-wrapper .secondary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.about .visual-wrapper .secondary-grid img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    aspect-ratio: 1;
    object-fit: cover;
}

.about .visual-wrapper .secondary-grid img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    aspect-ratio: 1;
    object-fit: cover;
}

.about .cta-group .btn-primary {
    background-color: #021027;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #021027;
}

.about .cta-group .btn-secondary {
    color: #1b1f24;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid
 color-mix(in srgb, #21252b, transparent 80%);
    background-color: transparent;
}



.why-us .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #000;
}

.swiper-slide p
{
 color:#000!important;
 line-height:32px; 
}