
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .circle-text-wrap {
        width: 50px;
        height: 50px;
        inset-inline-end: 6%;
    }

  
    .socarmap #info {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    width: 320px;
    display: none;
    max-width: 90%;
    background: var(--panel);
    border: 1px solid #2a2b34;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 8px 30px #0009;
    font-family: "Tahoma", Tahoma, Geneva, Verdana, sans-serif;
}
.socar-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 15px!important;
    font-family: "Akzidenz-Grotesk Pro", sans-serif;
    font-weight: 700;
    z-index: 1;
    transition: transform 0.4s ease, color 0.4s ease;
}

.single-project-style-three .inner-content {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 0px 0px 0px 0px!important;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.1);
}
.tj-page-link span {
    color: var(--tj-color-common-black);
    font-size: 13px!important;
    font-weight: var(--tj-fw-light);
    position: relative;
    display: inline-block;
    line-height: 1;
}
.mission-vision {
    padding: 10px 10px!important;
}

.hero__breadcrumb {
    display: flex;
    flex-wrap: wrap; /* ✅ sığmayan elementlər alt sətirə düşəcək */
    align-items: center;
    gap: 8px;
    margin-bottom: 11px!important;
    margin-top: 28px;
    font-size: 15px;
}


}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-footer-section {
        padding-top: 1px;
        margin-bottom: 0;
        border-end-start-radius: 0;
        border-end-end-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-main-area {
        padding: 20px 0;
    }
}


@media (max-width: 480px) {
    .socarabout-card {
        width: 100%;
        max-width: 377px;
        height: 131px;
        padding: 20px 24px;
        margin-bottom: 10px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .space-for-header {
        padding-top: 20px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-gap-2 {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-details {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px),
       (max-width: 575px) {
    .team-details__img {
        border-radius: 12px;
        overflow: hidden;
        max-width: 63% !important;
        padding: 10px;

        /* ✅ ortalama üçün */
        display: block;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-page-link {
        display: flex;
    flex-wrap: wrap; /* ✅ sığmayan elementlər alt sətirə düşəcək */
    align-items: center;
    gap: 8px;
    margin-bottom: 11px!important;
    margin-top: 48px!important;
    font-size: 15px;
    }
    .text-anim {
    font-size: 32px;
    width: 100%!important;
    line-height: 1.2;
    margin-bottom: 2px;
}
.socarmap .picker {
    display: flex;
    flex-direction: column; /* ✅ elementlər alt-alta düzüləcək */
    gap: 1rem;
    align-items: flex-start; /* istəsən center də edə bilərsən */
}

}

.hero__breadcrumbs {
    display: flex
;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hero__breadcrumbs {
        display: flex
;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-bottom: 11px !important;
        margin-top: 64px !important;
        font-size: 15px;
    }

    .tj-page-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff; /* yazılar ağ olsun */
}
.contactinput-box{
    margin-bottom: 10px!important;
}
.tj-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* ✅ qara ton (0.5 = 50% şəffaflıq) */
    z-index: 1;
}

.tj-page-header * {
    position: relative;
    z-index: 2; /* yazılar overlay-in üstündə qalsın */
}

.section-gap-400 {
    padding-top: 250px!important;
    padding-bottom: 50px!important;
}



.media-container {
    position: absolute;
    bottom: 20px;
    left: 10px!important;
    display: grid!important;
;
    gap: 15px;
    flex-wrap: wrap;
    /* width: 250px; */
}


}

.hero__breadcrumbs a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tj-slider-item .slider-content .slider-title {
        font-size: 40px;
    }

    .clearfix img{
        width: 100%!important;
        height: 300px!important;
    }
}