/* Bosh sahifa rasmlariga yumshoq burchaklar */
.share-knowledge .knowledge-img img,
.share-knowledge .img-fluid,
.featured-img-1,
#litsenziya .img-fluid {
    border-radius: 18px;
}

.kiu-banner {
    position: relative;
    background-image: url('../../../../images/banners/1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 650px;
    padding-top: 110px;
    padding-bottom: 40px;
    overflow: hidden;
}
.kiu-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.92) 28%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0.15) 72%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.kiu-banner .container { position: relative; z-index: 2; }
.kiu-banner .home-slide-text h1 {
    color: #0b3d2e;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}
.kiu-banner .home-slide-text h5 {
    color: #2f4a40;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 520px;
}
.kiu-banner .btn--primary {
    background-color: #02673b !important;
    border-color: #02673b !important;
    color: #fff !important;
}
.kiu-banner .btn--primary:hover { background-color: #014f2d !important; }
.kiu-banner .btn--light {
    background-color: #fff !important;
    color: #02673b !important;
    border-color: #02673b !important;
}
.kiu-banner .btn--light:hover { background-color: #02673b !important; color: #fff !important; }
.kiu-banner .kiu-video-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #02673b;
    font-weight: 600;
    font-size: 16px;
    margin-top: 18px;
    text-decoration: none;
}
.kiu-banner .kiu-video-link i {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #02673b; color: #fff; border-radius: 50%;
}
@media (max-width: 991px) {
    .kiu-banner::before { background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.7) 100%); }
    .kiu-banner .home-slide-text h1 { font-size: 38px; }
    .kiu-banner { padding-top: 90px; }
}

/* Statistika paneli */
.kiu-stats { background: #02673b; padding: 38px 0; }
.kiu-stats .stat-item { color: #fff; text-align: center; padding: 12px 10px; }
.kiu-stats .stat-item i { font-size: 30px; margin-bottom: 10px; opacity: .85; }
.kiu-stats .stat-item h3 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 4px; }
.kiu-stats .stat-item p { color: rgba(255,255,255,.85); font-size: 14px; margin: 0; }
@media (min-width: 768px) {
    .kiu-stats .stat-item { border-right: 1px solid rgba(255,255,255,.18); }
    .kiu-stats .col-md-3:last-child .stat-item { border-right: 0; }
}

/* Aloqa bo'limi */
.kiu-contact { background: #fbfcff; padding: 70px 0; }
.kiu-contact .joing-group { padding: 0 10px; }
.kiu-contact .section-title h2 {
    color: #0b3d2e;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 480px;
}
.kiu-contact .kiu-contact-lead {
    color: #4b5a53;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 26px;
    max-width: 460px;
}
.kiu-contact .kiu-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.kiu-contact .kiu-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 26px; border-radius: 50px;
    font-size: 16px; font-weight: 600; text-decoration: none;
    transition: all .2s ease;
}
.kiu-contact .kiu-btn i { font-size: 20px; }
.kiu-contact .kiu-btn--primary { background: #02673b; color: #fff; }
.kiu-contact .kiu-btn--primary:hover { background: #014f2d; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(2,103,59,.25); }
.kiu-contact .kiu-btn--outline { background: #fff; color: #02673b; border: 2px solid #02673b; }
.kiu-contact .kiu-btn--outline:hover { background: #02673b; color: #fff; transform: translateY(-2px); }
.kiu-contact .kiu-contact-img {
    width: 100%;
    height: 420px;
    border-radius: 22px;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 18px 45px rgba(11,61,46,.18);
}
@media (max-width: 991px) {
    .kiu-contact { padding: 45px 0; }
    .kiu-contact .joing-group { padding: 0 0 30px; }
    .kiu-contact .section-title h2 { font-size: 28px; }
    .kiu-contact .kiu-contact-img { height: 300px; }
}
