
.indicator-page{
    margin: auto;
    width: 100%;
    height: 500px;
    max-width: 1440px;
}

.indicator{
    width: 100%;
    margin-top: 50px;
    display: flex;
    margin-left: -10px;
    margin-bottom: 100px;
}



.indicator-top, .indicator-bottom{
    margin: 10px 0;
}

.indicator-top{
    margin-top: 30px !important;
}
.indicator-bottom p, .indicator-bottom h3, .indicator-top p, .indicator-top h3{
    margin-left: 50px;
}

.indicator-bottom h3, .indicator-top h3{
    font-size: 25px;
    display: inline-block;
    margin-top: -20px;
}

.span-sup{
    font-size: 18px;
    margin-left: 10px;
}

.indicator-bottom p, .indicator-top p{
    font-size: 25px;
}

.indicator-bottom p{
    font-size: 25px;
}


.indicator-bottom{
    position: relative;
}

.indicator-bottom > .indicator-forest{
    position: absolute;
    width: 150px;
    height: 120px;
    object-fit: cover;
    right: 0;
    top:45px;
    z-index: 0;
}

.indicator-line{
    margin: 0 auto;
    width: 270px;
    height: 2px;
    background: #fff;
}

.indicator-icon{
    margin-right: 10px;
    position: none !important;
    width: 25px !important;
    height: 25px !important;

}
.indicator-right{
    width: 100%;
    margin: auto;
}

.indicator-right-block-top{
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indicator-right-block{
    width: 330px;
    height: 200px;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;

}

.indicator-right-block-title{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.indicator-right-block:nth-child(1){
    margin-top: 0 !important;
    background: linear-gradient(to bottom,#5E90D5, #056055);
    border-radius: 10px;
  
}
.indicator-right-block:nth-child(2){
    margin-top: 0 !important;
    background: linear-gradient(to bottom,#1B64A8, #0B2742);
    border-radius: 10px;
}
.indicator-right-block:nth-child(3){
    margin-top: 0 !important;
    background: linear-gradient(to bottom,#5ED0B4, #306A5C);
    border-radius: 10px;
  
}

.indicator-right-block:nth-child(4){
    margin-top: 0 !important;
    background: linear-gradient(to bottom,#851BA8, #0B2742);
    border-radius: 10px;
}
.indicator-right-block .indicator-right-block-title img{
    width: 40px;
  
}
.indicator-right-block-card{
    display: flex;
}
.indicator-right-block-cards{
    margin:0 10px;
}
.cards-top{
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;

}
.cards-bottom{
    font-size: 20px;
    font-weight: 600;
    color: #fff;

}




.col-box-title{
    text-align: center;
    color: #6D6C6D;
    margin-top: 50px;
    margin-bottom: 30px;
    
}

.col-box-title h3{
    display: inline-block;
}
.call-boxs-info{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.call-boxs{
    color: #727375;
    margin: 20px;
}

.call-boxs h3{
    font-size: 33px;
    color: #12456D;
    font-weight: 700;
}

.call-boxs:nth-child(2){
    border-right: 1px solid #727375;
    border-left: 1px solid #727375;
        padding: 0 100px;
}



/* Umumiy section */
.indicator-page {
    margin: 50px auto;
    width: 100%;
    max-width: 1440px;
    padding: 20px;
}

/* Section sarlavhasi */
.section-info .left h2 {
    font-size: 32px;
    color: #004080;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-info .line {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #004080;
    margin-right: 5px;
    border-radius: 2px;
}

/* Carousel cards */
.links_card .item {
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}


/* Rasm card */
.links_card .item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000024;
}

.links_card .item:hover img {
    transform: scale(1.05);
}

/* Card text */
.links_card .item p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #004080;
    transition: color 0.3s ease;
}


.title_btn_box{
    margin: 20px auto;
    display: flex;
    height: 20px;
}

.title-line {
    flex: 1;
    height: 2px;
    line-height: 20px;
    background: #004080;
    border-radius: 2px;
    margin-top: 10px;
}

.title-text {
    font-size: 18px;
    color: #004080;
    font-weight: 600;
    margin: 0 15px;
    text-transform: uppercase;
}

/* Responsiv */
@media (max-width: 992px) {
    .links_card .item img {
        height: 180px;
    }
    .links_card .item p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .links_card .item img {
        height: 150px;
    }
    .links_card .item p {
        font-size: 14px;
    }
}


.owl-carousel{
    margin-top: 30px;
    padding: 10px 0;
    display: flex;
}


.owl-carousel .item a{
    text-decoration: none;
    color: #11456B;
}
.owl-carousel .item img{

    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    mix-blend-mode: color-burn;
}
.owl-carousel .item p{
    /* background: #fff; */
    font-size: 18px;
    text-align: center;
}

.owl-dots{
    display: none !important;
}

