

.whowe-sec {
    position: relative;
    overflow: hidden;
    margin-top: 10rem;
    height: auto;
    background: unset;
    min-height: 110vh;
}


.whowe-sec .scrollVideoArea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}


.whowe-sec .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    margin-top: 20vh;
}

.whowe-sec .container {
    z-index: 1;
    margin-top: 75vh;
    min-height: 130vh;
}

.whowe-sec .mainTitle {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-light);
    line-height: 1.2;
}

.whowe-sec .mainTitle span {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-light);
    margin-top: 1rem;
}


.whowe-sec .aboutBox {
    width: 65%;
    height: 500px;
    border-radius: 5px;
    padding: 2rem;
    margin: 0 auto;
    margin-top: 10rem;
    position: relative;
}

.whowe-sec .aboutBox p {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-dark-low);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    line-height: normal;
}

.whowe-sec .aboutBox p:last-child {
    margin-bottom: 0;
}

.whowe-sec .aboutBox p strong {
    font-weight: 700;
    background: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    color: var(--primary-color);
}

.whowe-sec .aboutBox p span {
    font-weight: 500;
    color: var(--primary-color-low);
}

.whowe-sec .stats {
    width: 100%;
    position: relative;
    
}

.whowe-sec .stats .bg {
    width: 100%;
    height: 100%;

}

.whowe-sec .stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.whowe-sec .stats .title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    background: var(--card-bg);
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 1rem;
    z-index: 4;
}


.whowe-sec .stats .statsArea {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 20vh;
}

.whowe-sec .stats .statsArea .stat {
    display: flex;
    background: var(--card-bg);
    padding: 1rem;
    border-radius: 5px;
    position: absolute;
    width: max-content;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);

}

.whowe-sec .stats .statsArea .stat .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background: var(--primary-color);
    
}

.whowe-sec .stats .statsArea .stat .icon i {
    color: #fff;
    font-size: 1rem;
}

.whowe-sec .stats .statsArea .stat .text {
    color: var(--text-dark);
    font-size: 1rem;
    width: 100%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.whowe-sec .stats .statsArea .stat .text .count {
    background: var(--primary-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    top: -7px;
    left: 20%;
    

}

.whowe-sec .stats .statsArea .stat .text .count sup {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text-light);
}


.whowe-sec .stats .statsArea .stat:nth-child(1) {
    left: -5rem;
    top: 5vh;
}

.whowe-sec .stats .statsArea .stat:nth-child(2) {
    left: 12rem;
    top: 15vh;
}

.whowe-sec .stats .statsArea .stat:nth-child(3) {
    left: unset;
    right: 12rem;
    top: 15vh;
}

.whowe-sec .stats .statsArea .stat:nth-child(4) {
    left: unset;
    right: -5rem;
    top: 5vh;
}

.whowe-sec .stats .subTitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color-low);
    margin-top: 2rem;
    text-align: center;
}

.whowe-sec .svg-canvas-dynamic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
    z-index: 0;
}

.whowe-sec .connection-line {
    stroke: var(--primary-color);
    stroke-width: 2;
    fill: none;
    opacity: 0.6;
    filter: drop-shadow(0 2px 4px rgba(79, 70, 229, 0.3));
}

.whowe-sec .scrollImages {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.whowe-sec .leftImages {
    position: absolute;
    left: -310px;
    width: 20%;
    top: 15%;
}

.whowe-sec .rightImages {
    position: absolute;
    right: -215px;
    width: 20%;
    top: 15%;
}

.whowe-sec .leftImages img,
.whowe-sec .rightImages img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
}

.whowe-sec .leftImages img:last-child {
    position: relative;
    left: -50px;
}

.whowe-sec .rightImages img:last-child {
    position: relative;
    right: -50px;
}


.whowe-sec .scrollVideoArea video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Who We Responsive */

@media (max-width: 1800px) {
   .whowe-sec .aboutBox {
    margin-top: 7rem;
   }

   /* fotoğrafları küçült */
   .whowe-sec .leftImages img,
   .whowe-sec .rightImages img {
       width: 200px;
       height: auto;
   }

   .whowe-sec .leftImages {
       left: -18%;
   }

   .whowe-sec .rightImages {
       right: -18%;
   }
}

@media (max-width: 1400px) {
    .whowe-sec .leftImages {
        left: -21%;
    }

}

@media (max-width: 1340px) {
    .whowe-sec .leftImages {
        position: relative;
        top: -80px;
        left: -120px;
    }

    .whowe-sec .leftImages img:last-child {
        left: 200px;
        top: -30px;
    }

    .whowe-sec .container {
        min-height: 170vh;
    }

    .whowe-sec .rightImages {
        position: relative;
        top: -430px;
        left: 700px;
    }

    .whowe-sec .rightImages img:last-child {
        left: -200px;
        top: -30px;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: 7rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: 7rem;
    }

}

@media (max-width: 1150px) {
    .whowe-sec .rightImages {
        left:88%;
        top: -380px;
    }

     .whowe-sec .container {
        min-height: 110vh;
    }

    .whowe-sec .leftImages {
        top: -30px;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: 1rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: 1rem;
    }

    .whowe-sec .aboutBox {
        width: 100%;
    }

    .whowe-sec .stats .statsArea {
        width: 80%;
    }

    .whowe-sec .leftImages,
    .whowe-sec .rightImages {
        display: none;
    }

    .whowe-sec .mainTitle {
        text-align: center;
    }

}

@media (max-width: 900px) {

    .whowe-sec .container {
        margin-top: 55vh;
        min-height: 100vh;
    }

    .whowe-sec .mainTitle {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .whowe-sec .mainTitle span {
        font-size: 1.3rem;
    }

    .whowe-sec .aboutBox {
        padding: 1.8rem;
        margin-top: 6rem;
    }

    .whowe-sec .aboutBox p {
        font-size: 1.1rem;
        margin-bottom: 1.3rem;
    }

    .whowe-sec .stats .title {
        font-size: 1.8rem;
        padding: 8px 12px;
    }

    .whowe-sec .stats .statsArea .stat {
        padding: 0.8rem;
    }

    .whowe-sec .stats .statsArea .stat .text {
        font-size: 0.95rem;
    }

    .whowe-sec .stats .subTitle {
        font-size: 1.2rem;
    }

    .whowe-sec .scrollVideoArea {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    
    

    .whowe-sec .mainTitle {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .whowe-sec .mainTitle span {
        font-size: 1.1rem;
    }

    .whowe-sec .aboutBox {
        padding: 1.5rem;
        margin-top: 4rem;
    }

    .whowe-sec .aboutBox p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.2rem;
    }

    .whowe-sec .stats .title {
        font-size: 1.6rem;
        padding: 6px 10px;
    }

    .whowe-sec .stats .statsArea {
        width: 90%;
        height: 18vh;
    }

    .whowe-sec .stats .statsArea .stat {
        padding: 0.7rem;
    }

    .whowe-sec .stats .statsArea .stat .icon {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .whowe-sec .stats .statsArea .stat .icon i {
        font-size: 0.9rem;
    }

    .whowe-sec .stats .statsArea .stat .text {
        font-size: 0.9rem;
    }

    .whowe-sec .stats .statsArea .stat .text .count {
        font-size: 0.85rem;
        padding: 3px 6px;
    }

    .whowe-sec .stats .subTitle {
        font-size: 1.1rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(1) {
        left: -3rem;
        top: 3vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: 0.5rem;
        top: 12vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: 0.5rem;
        top: 12vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(4) {
        right: -3rem;
        top: 3vh;
    }

    .whowe-sec {
        margin-top: 5vh;
    }
}

@media (max-width: 660px) {
    .whowe-sec .container {
        margin-top: 53vh;
        min-height: 110vh;
    }

    .whowe-sec .mainTitle {
        font-size: 1.9rem;
        margin-bottom: 1.2rem;
    }

    .whowe-sec .mainTitle span {
        font-size: 1.1rem;
        margin-top: 0.8rem;
    }

    .whowe-sec .aboutBox {
        padding: 1.2rem;
        margin-top: 3rem;
    }

    .whowe-sec .aboutBox p {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .whowe-sec .aboutBox p strong {
        padding: 3px 6px;
        font-size: 0.9rem;
    }

    .whowe-sec .stats {
        margin-top: 1.5rem;
    }

    .whowe-sec .stats .title {
        font-size: 1.4rem;
        padding: 5px 8px;
        margin-bottom: 0.8rem;
    }

    .whowe-sec .stats .statsArea {
        width: 95%;
        height: 16vh;
    }

    .whowe-sec .stats .statsArea .stat {
        padding: 0.6rem;
    }

    .whowe-sec .stats .statsArea .stat .icon {
        width: 30px;
        height: 30px;
        padding: 6px;
        margin-right: 8px;
    }

    .whowe-sec .stats .statsArea .stat .icon i {
        font-size: 0.8rem;
    }

    .whowe-sec .stats .statsArea .stat .text {
        font-size: 0.8rem;
        margin-top: 8px;
    }

    .whowe-sec .stats .statsArea .stat .text .count {
        font-size: 0.75rem;
        padding: 2px 5px;
        top: -5px;
        left: 18%;
    }

    .whowe-sec .stats .subTitle {
        font-size: 1rem;
        margin-top: 1.5rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(1) {
        left: -2.5rem;
        top: 2vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: 0.2rem;
        top: 10vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: 0.2rem;
        top: 10vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(4) {
        right: -2.5rem;
        top: 2vh;
    }
}

@media (max-width: 480px) {
    .whowe-sec .container {
        margin-top: 58vh;
        min-height: 90vh;
    }

    .whowe-sec .mainTitle {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .whowe-sec .mainTitle span {
        font-size: 1rem;
        margin-top: 0.6rem;
    }

    .whowe-sec .aboutBox {
        padding: 1rem;
        margin-top: 2.5rem;
    }

    .whowe-sec .aboutBox p {
        font-size: 0.9rem;
        line-height: 1.3;
        margin-bottom: 0.9rem;
    }

    .whowe-sec .aboutBox p strong {
        padding: 2px 4px;
        font-size: 0.85rem;
    }

    .whowe-sec .stats .title {
        font-size: 1.2rem;
        padding: 4px 6px;
        margin-bottom: 0.6rem;
    }

    .whowe-sec .stats .statsArea {
        width: 100%;
        height: 14vh;
    }

    .whowe-sec .stats .statsArea .stat {
        padding: 0.5rem;
    }

    .whowe-sec .stats .statsArea .stat .icon {
        width: 26px;
        height: 26px;
        padding: 5px;
        margin-right: 6px;
    }

    .whowe-sec .stats .statsArea .stat .icon i {
        font-size: 0.7rem;
    }

    .whowe-sec .stats .statsArea .stat .text {
        font-size: 0.75rem;
        margin-top: 6px;
    }

    .whowe-sec .stats .statsArea .stat .text .count {
        font-size: 0.7rem;
        padding: 2px 4px;
        top: -10px;
        left: 15%;
    }

    .whowe-sec .stats .subTitle {
        font-size: 0.9rem;
        margin-top: 1.2rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(1) {
        left: -2rem;
        top: 1.5vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: 0rem;
        top: 8vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: 0rem;
        top: 8vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(4) {
        right: -2rem;
        top: 1.5vh;
    }
}

@media (max-width: 350px) {
    .whowe-sec .container {
        margin-top: 40vh;
        min-height: 90vh;
    }

    .whowe-sec .mainTitle {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .whowe-sec .mainTitle span {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .whowe-sec .aboutBox {
        padding: 0.8rem;
        margin-top: 2rem;
    }

    .whowe-sec .aboutBox p {
        font-size: 0.85rem;
        line-height: 1.2;
        margin-bottom: 0.8rem;
    }

    .whowe-sec .aboutBox p strong {
        padding: 1px 3px;
        font-size: 0.8rem;
    }

    .whowe-sec .stats {
        margin-top: 1rem;
    }

    .whowe-sec .stats .title {
        font-size: 1rem;
        padding: 3px 5px;
        margin-bottom: 0.5rem;
    }

    .whowe-sec .stats .statsArea {
        width: 100%;
        height: 12vh;
    }

    .whowe-sec .stats .statsArea .stat {
        padding: 0.4rem;
    }

    .whowe-sec .stats .statsArea .stat .icon {
        width: 22px;
        height: 22px;
        padding: 4px;
        margin-right: 5px;
    }

    .whowe-sec .stats .statsArea .stat .icon i {
        font-size: 0.6rem;
    }

    .whowe-sec .stats .statsArea .stat .text {
        font-size: 0.7rem;
        margin-top: 5px;
    }

    .whowe-sec .stats .statsArea .stat .text .count {
        font-size: 0.65rem;
        padding: 1px 3px;
        top: -3px;
        left: 12%;
    }

    .whowe-sec .stats .subTitle {
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(1) {
        left: -1.5rem;
        top: 1vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(2) {
        left: -0.2rem;
        top: 6.5vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(3) {
        right: -0.2rem;
        top: 6.5vh;
    }

    .whowe-sec .stats .statsArea .stat:nth-child(4) {
        right: -1.5rem;
        top: 1vh;
    }
}


/* warehouse-sec */

.warehouse-sec {
    margin-bottom: 45vh;
    width: 100vw;
    overflow-x: clip;
}

.warehouse-sec .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.warehouse-sec .content {
    width: 50%;
    margin-right: 10%;
   
}

.warehouse-sec .content .title {
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-dark-dark);
    border-radius: 5px;
    margin-bottom: 1rem;
    z-index: 4;
    position: relative;
}

.warehouse-sec .content .title .subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    position: absolute;
    top:-15px;
    left: -20px;
}

.warehouse-sec .content p {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.5;
    margin-bottom: 1rem;
    width: 80%;
}


.warehouse-sec .scrollImages {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warehouse-sec .scrollImages .images {
    position: relative;
    width: 100%;
    height: 100%;
}

.warehouse-sec .scrollImages img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
    position: absolute;
    object-fit: cover;
}

.warehouse-sec .scrollImages img:nth-child(1) {
    left: 40px;
    top: 0;
    width: 500px;
    height: 400px;
}

.warehouse-sec .scrollImages img:nth-child(2) {
    right: 40px;
    top: 280px;
    width: 700px;
    height: 400px;
}

.warehouse-sec .scrollVideo {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 50%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warehouse-sec .scrollVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 5px 5px 0;
}

.warehouse-sec .scrollVideo .subContent {
    position: absolute;
    left: 106%;
    width: 600px;
    top: 38%;
}

.warehouse-sec .scrollVideo .subContent h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark-dark);
    margin-bottom: 1rem;
    
}

.warehouse-sec .scrollVideo .subContent h2 span {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    
}

.warehouse-sec .scrollVideo .subContent h2 .tempx {
    color: #41addf;
    animation: coolBreeze 2s ease-in-out infinite;
}

.warehouse-sec .scrollVideo .subContent h2 .tempxx {
    color: #105eb6;
    animation: freeze 2.5s ease-in-out infinite;
}

.warehouse-sec .scrollVideo .subContent h2 .tempxxx {
    color: var(--primary-color);
    animation: extremeFreeze 1.8s ease-in-out infinite;
}

.warehouse-sec .scrollVideo .subContent p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.warehouse-sec .scrollVideo .subContent .warehouseTypes {
    display: flex;
    flex-direction: row;
    
    flex-wrap: wrap;
    gap: 10px;
}

.warehouse-sec .scrollVideo .subContent .warehouseTypes .type {
    padding: 8px 15px;
    background: var(--primary-color);
    color: var(--text-light);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;

}


.warehouse-sec .scrollVideo .subContent .warehouseTypes .type i {
    background: var(--text-light);
    padding: 5px;
    border-radius: 5px;
    color: var(--primary-color);
}

.warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
}

.warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text .desc {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-light);
}

.warehouse-sec .scrollVideo .subContent .warehouseTypes .type.Big {
    width: 100%;
}

.warehouse-sec.reverse .container {
    align-items: flex-start;
}

.warehouse-sec.reverse .content {
    margin-right: 0;
    margin-left: 10%;
}

.warehouse-sec.reverse .scrollImages {
    left: unset;
    right: 5%;
}

.warehouse-sec.reverse .scrollImages img:nth-child(1) {
    left: unset;
    right: 40px;
}

.warehouse-sec.reverse .scrollImages img:nth-child(2) {
    right: unset;
    left: 40px;
}

.warehouse-sec.reverse .scrollVideo {
    left: unset;
    right: 0%;
}

.warehouse-sec.reverse .scrollVideo video {
    border-radius: 5px 0 0 5px;
}

.warehouse-sec.reverse .scrollVideo .subContent {
    left: unset;
    right: 106%;
}

.transport-sec .scrollVideo .subContent h2 .routeHighlight {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.transport-sec .scrollVideo .subContent .transportFeatures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature {
    padding: 8px 15px;
    background: var(--primary-color);
    color: var(--text-light);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature i {
    background: var(--text-light);
    padding: 5px;
    border-radius: 5px;
    color: var(--primary-color);
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature .text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature .text span:first-child {
    font-size: 0.8rem;
    font-weight: 500;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted .text span:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature .text .desc {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-light);
    margin-top: 3px;
}

.transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted {
    width: 100%;
}

/* mapSection */

.map-sec {
    position: relative;
    width: 100%;
    height: auto;
}

/* Warehouse Section Responsive */

@media (max-width: 1600px) {

    .warehouse-sec {
        margin-bottom: 60vh;
    }

    .warehouse-sec .scrollVideo {
        height: 700px;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 500px;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.8rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 2.2rem;
    }

    .warehouse-sec .scrollImages img:nth-child(1) {
        width: 450px;
        height: 350px;
    }

    .warehouse-sec .scrollImages img:nth-child(2) {
        width: 600px;
        height: 350px;
    }
}

@media (max-width: 1440px) {
    .warehouse-sec .content {
        width: 55%;
        margin-right: 8%;
    }

    .warehouse-sec .content .title {
        font-size: 2.6rem;
    }

    .warehouse-sec .scrollVideo {
        height: 650px;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 480px;
        left: 104%;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.7rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 2.1rem;
    }

    .warehouse-sec.reverse .scrollVideo .subContent {
        right: 104%;
    }

    /* Scroll Images boyutlarını küçültüp konumlarını düzelt */
    .warehouse-sec .scrollImages img:nth-child(1) {
        width: 380px;
        height: 280px;
        left: 60px;
        top: 20px;
    }

    .warehouse-sec .scrollImages img:nth-child(2) {
        width: 480px;
        height: 280px;
        right: 60px;
        top: 240px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(1) {
        right: 60px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(2) {
        left: 60px;
    }
}

@media (max-width: 1400px) {
    .warehouse-sec .content .title {
        font-size: 2.5rem;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 1.1rem;
        top: -12px;
        left: -15px;
    }

    .warehouse-sec .scrollVideo {
        height: 600px;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 450px;
        left: 105%;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.6rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 2rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 1rem;
    }

    .warehouse-sec.reverse .scrollVideo .subContent {
        right: 105%;
    }

    .warehouse-sec .scrollImages img:nth-child(1) {
        width: 400px;
        height: 300px;
        left: 80px;
    }

    .warehouse-sec .scrollImages img:nth-child(2) {
        width: 500px;
        height: 300px;
        right: 80px;
        top: 250px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(1) {
        right: 80px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(2) {
        left: 80px;
    }
}

@media (max-width: 1200px) {
    .warehouse-sec .content {
        width: 60%;
        margin-right: 5%;
    }

    .warehouse-sec .content .title {
        font-size: 2.2rem;
    }

    .warehouse-sec .content p {
        width: 90%;
        font-size: 0.95rem;
    }

    .warehouse-sec .scrollVideo {
        height: 500px;
        width: 45%;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 400px;
        left: 110%;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.4rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1.8rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.95rem;
    }

    .warehouse-sec.reverse .content {
        margin-left: 5%;
    }

    .warehouse-sec.reverse .scrollVideo .subContent {
        right: 110%;
    }

    .warehouse-sec .scrollImages img:nth-child(1) {
        width: 350px;
        height: 250px;
        left: 60px;
    }

    .warehouse-sec .scrollImages img:nth-child(2) {
        width: 450px;
        height: 280px;
        right: 60px;
        top: 220px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(1) {
        right: 60px;
    }

    .warehouse-sec.reverse .scrollImages img:nth-child(2) {
        left: 60px;
    }

    /* Branches Section Responsive 1400px */
    .branches-sec .content .title {
        font-size: 2.5rem;
    }

    .branch-item {
        gap: 4rem;
    }

    .branch-title {
        font-size: 2rem;
    }

    .branch-desc {
        font-size: 1rem;
    }

    .branch-images {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .warehouse-sec {
        margin-bottom: 20vh;
        height: auto;
    }

    .warehouse-sec .container {
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .warehouse-sec .content {
        width: 90%;
        margin: 0 auto 3rem auto;
        text-align: center;
        z-index: 3;
        position: relative;
    }

    .warehouse-sec .content .title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 1rem;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-bottom: 0.5rem;
    }

    .warehouse-sec .content p {
        width: 100%;
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    /* Resimleri gizle mobilde */
    .warehouse-sec .scrollImages {
        display: none;
    }

    /* Video container yeniden düzenlendi */
    .warehouse-sec .scrollVideo {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .warehouse-sec .scrollVideo video {
        width: 95%;
        height: 250px;
        border-radius: 10px;
        margin-bottom: 2rem;
    }

    .warehouse-sec .scrollVideo .subContent {
        position: relative;
        left: 0;
        top: 0;
        width: 90%;
        margin: 0 auto;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1.7rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    /* Reverse class düzeltmeleri */
    .warehouse-sec.reverse .container {
        align-items: center;
    }

    .warehouse-sec.reverse .content {
        margin: 0 auto 3rem auto;
    }

    .warehouse-sec.reverse .scrollVideo {
        flex-direction: column;
    }

    .warehouse-sec.reverse .scrollVideo video {
        border-radius: 10px;
    }

    .warehouse-sec.reverse .scrollVideo .subContent {
        left: 0;
        right: auto;
        width: 90%;
        margin: 0 auto;
    }

    /* Branches Section Responsive 1024px */
    .branch-item {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .branch-item.right {
        direction: ltr;
    }

    .branch-images {
        height: 350px;
    }

    .branch-images .images img:first-child {
        width: 70%;
        height: 60%;
    }

    .branch-images .images img:nth-child(2) {
        width: 50%;
        height: 40%;
    }

    .branch-content {
        padding: 1rem 0;
    }

    .branch-title {
        font-size: 1.8rem;
    }

    .branch-desc {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .branch-features {
        gap: 8px;
    }

    .branch-features .feature {
        padding: 6px 12px;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .warehouse-sec {
        margin-bottom: 15vh;
    }

    .warehouse-sec .content {
        width: 95%;
        margin-bottom: 2rem;
    }

    .warehouse-sec .content .title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }

    .warehouse-sec .content p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .warehouse-sec .scrollVideo video {
        width: 100%;
        height: 220px;
        margin-bottom: 1.5rem;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 95%;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1.5rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.8rem;
        margin-bottom: 1.2rem;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes {
        gap: 8px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type {
        padding: 6px 12px;
        gap: 8px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text {
        font-size: 0.75rem;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text .desc {
        font-size: 0.6rem;
        line-height: 1.3;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures {
        gap: 8px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature {
        padding: 6px 12px;
        gap: 8px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text {
        font-size: 0.75rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text span:first-child {
        font-size: 0.7rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted .text span:first-child {
        font-size: 0.8rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text .desc {
        font-size: 0.6rem;
        line-height: 1.3;
    }

    /* Branches Section Responsive 768px */
    .branches-sec .content .title {
        font-size: 2rem;
    }

    .branches-sec .content .title .subtitle {
        font-size: 1rem;
        top: -12px;
    }

    .branches-sec .content p {
        font-size: 1rem;
    }

    .branch-images {
        height: 300px;
    }

    .branch-title {
        font-size: 1.6rem;
    }

    .branch-desc {
        font-size: 0.9rem;
        text-align: left;
    }

    .branch-features .feature {
        padding: 6px 12px;
        gap: 6px;
    }

    .branch-features .feature .text {
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .warehouse-sec {
        margin-bottom: 10vh;
    }

    .warehouse-sec .content {
        width: 95%;
        margin-bottom: 1.5rem;
    }

    .warehouse-sec .content .title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 0.75rem;
        margin-bottom: 0.2rem;
    }

    .warehouse-sec .content p {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .warehouse-sec .scrollVideo video {
        width: 100%;
        height: 180px;
        margin-bottom: 1.2rem;
        border-radius: 8px;
    }

    .warehouse-sec .scrollVideo .subContent {
        width: 95%;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
        line-height: 1.2;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1.3rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.75rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes {
        gap: 6px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type {
        padding: 5px 10px;
        gap: 6px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text {
        font-size: 0.7rem;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text .desc {
        font-size: 0.55rem;
        line-height: 1.2;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures {
        gap: 6px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature {
        padding: 5px 10px;
        gap: 6px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text {
        font-size: 0.7rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text span:first-child {
        font-size: 0.65rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted .text span:first-child {
        font-size: 0.75rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text .desc {
        font-size: 0.55rem;
        line-height: 1.2;
    }

    /* Branches Section Responsive 600px */
    .branches-sec .content .title {
        font-size: 1.8rem;
    }

    .branch-images {
        height: 250px;
    }

    .branch-title {
        font-size: 1.4rem;
    }

    .branch-desc {
        font-size: 0.85rem;
    }

    .branch-features .feature {
        padding: 5px 10px;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .warehouse-sec .content .title {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 0.7rem;
        margin-bottom: 0.2rem;
    }

    .warehouse-sec .content p {
        font-size: 0.7rem;
        line-height: 1.25;
    }

    .warehouse-sec .scrollVideo video {
        height: 160px;
        margin-bottom: 1rem;
        border-radius: 6px;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1.1rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.7rem;
        margin-bottom: 0.8rem;
        line-height: 1.3;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes {
        gap: 5px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type {
        padding: 4px 8px;
        gap: 5px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text {
        font-size: 0.65rem;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text .desc {
        font-size: 0.5rem;
        line-height: 1.2;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures {
        gap: 5px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature {
        padding: 4px 8px;
        gap: 5px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text {
        font-size: 0.65rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text span:first-child {
        font-size: 0.6rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted .text span:first-child {
        font-size: 0.7rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text .desc {
        font-size: 0.5rem;
        line-height: 1.2;
    }

    /* Branches Section Responsive 480px */
    .branches-sec {
        margin-bottom: 4rem;
        margin-top: 3rem;
    }

    .branch-item {
        margin-bottom: 4rem;
    }

    .branch-images {
        height: 200px;
    }

    .branch-title {
        font-size: 1.3rem;
    }

    .branch-desc {
        font-size: 0.8rem;
    }
}

@media (max-width: 350px) {
    .warehouse-sec {
        margin-bottom: 5vh;
    }

    .warehouse-sec .content .title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .warehouse-sec .content .title .subtitle {
        font-size: 0.65rem;
        margin-bottom: 0.1rem;
    }

    .warehouse-sec .content p {
        font-size: 0.65rem;
        line-height: 1.2;
    }

    .warehouse-sec .scrollVideo video {
        height: 140px;
        margin-bottom: 0.8rem;
        border-radius: 5px;
    }

    .warehouse-sec .scrollVideo .subContent h2 {
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
    }

    .warehouse-sec .scrollVideo .subContent h2 span {
        font-size: 1rem;
    }

    .warehouse-sec .scrollVideo .subContent p {
        font-size: 0.65rem;
        margin-bottom: 0.6rem;
        line-height: 1.25;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes {
        gap: 4px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type {
        padding: 3px 6px;
        gap: 4px;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text {
        font-size: 0.6rem;
    }

    .warehouse-sec .scrollVideo .subContent .warehouseTypes .type .text .desc {
        font-size: 0.45rem;
        line-height: 1.1;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures {
        gap: 4px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature {
        padding: 3px 6px;
        gap: 4px;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text {
        font-size: 0.6rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text span:first-child {
        font-size: 0.55rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature.highlighted .text span:first-child {
        font-size: 0.65rem;
    }

    .transport-sec .scrollVideo .subContent .transportFeatures .feature .text .desc {
        font-size: 0.45rem;
        line-height: 1.1;
    }

    /* Branches Section Responsive 350px */
    .branches-sec {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }

    .branch-item {
        margin-bottom: 3rem;
    }

    .branch-images {
        height: 180px;
    }

    .branch-title {
        font-size: 1.2rem;
    }

    .branch-desc {
        font-size: 0.75rem;
    }
}

/* ============ BRANCHES STATS ============ */
.branchesStats {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0.1) 100%);
    border-radius: 16px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.statsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat {
    text-align: center;
    padding: 1rem;
}

.statNumber {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.statLabel {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}



.map-sec .mapContainer {
    width: 90%;
    height: 80vh;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 600px;
    max-height: 800px;
}

.map-sec .mapContainer .map {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.map-sec .sectionTitle {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: calc(100% - 40px);
}

.map-sec .sectionTitle h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin: 0;
}

.map-sec .sectionTitle h2 span {
    color: var(--text-light);
    background: var(--primary-color);
    padding: 4px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.map-sec .labels {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column; 
    width: max-content;
    height: max-content;
    gap: 8px;
    max-width: calc(100% - 40px);
}

.map-sec .labels .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--primary-color);
    background: var(--card-bg);
    border-radius: 8px;
    padding: 8px 12px;
    height: auto;
    min-height: 42px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-sec .labels .label .icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.map-sec .labels .label .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-sec .labels .label .icon .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}

.map-sec .labels .label .icon .line {
    width: 20px;
    height: 3px;
    background: var(--primary-color);
}

.leaflet-tooltip {
    background: var(--card-bg);
    padding: 3px 6px;
    font-size: 9px;
    transform: translateY(20px);
}

.map-tooltip-card {
    width: 270px;
    background: var(--bg-color);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.map-tooltip-card .tooltip-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.map-tooltip-card .tooltip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-tooltip-card .tooltip-content {
    padding: 12px;
}

.map-tooltip-card .tooltip-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-dark);
    line-height: 1.2;
}

.map-tooltip-card .tooltip-description {
    font-size: 0.8rem;
    color: var(--text-dark-low);
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.map-tooltip-card .tooltip-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

.map-tooltip-card .tooltip-feature {
    padding: 4px 8px;
    background: var(--primary-color);
    color: var(--text-light);
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 500;
    flex: 1 1 45%;
    min-width: fit-content;
    width: max-content;
}

.map-tooltip-card .contacts {
    position: absolute;
    left: 90%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 10px;
}

.map-tooltip-card .contacts a {
    background: var(--primary-color);
    color: var(--text-light);
    font-size: 0.7rem;
    padding-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: max-content;
}

.map-tooltip-card .contacts a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--text-light);
    position: absolute;
    right: -5px;
}

.map-tooltip-card .contacts a i {
    font-size: 0.8rem;
    color: var(--text-light);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Cta Banner Sec */



/* blogs-sec */

.blogs-sec {
   height: auto;
   margin-top: -2rem;
}

.blogs-sec .titleContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.blogs-sec .titleContainer .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 2.5rem;
}

.blogs-sec .titleContainer .title .subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5rem;
    color: var(--primary-color);
    position: relative;
    top: 18px;
}


.blogs-sec .blogs .lineStart {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -220px;
    z-index: 10;
}

.blogs-sec .blogs .lineStart.left {
    left: 2%;
}

.blogs-sec .blogs .lineStart.right {
    right: 2%;
}


.blogs-sec .blogs .lineEnd {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0%;
    z-index: 10;
}

.blogs-sec .blogs .lineEnd.left {
    left: 3%;
}

.blogs-sec .blogs .lineEnd.right {
    right: 3%;
}

.blogs-sec .blogs .lineEnd.left2 {
    left: 3%;
    bottom: unset;
    top: 10%;
}

.blogs-sec .blogs .lineEnd.right2 {
    right: 3%;
    bottom: unset;
    top: 10%;
}

.blogs-sec .blogs {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 60vh;
    position: relative;
    z-index: 2;
}

.blogs-sec .blogMain {
    width: 60%;
}

.blogs-sec .blogGrid {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    
}

.blogs-sec .blogGrid .blogCard {
    width: 100%;
    height: 100%;
    
}

.blogs-sec .blogCard {
    border-radius: 5px;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    
}

.blogs-sec  .blogCard .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.blogs-sec .blogCard .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}


.blogs-sec .blogCard .contentArea {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.2rem 1rem;
    box-sizing: border-box;
    position: relative;
}

.blogs-sec .blogCard .contentArea .textArea {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -10px;
}


.blogs-sec .blogCard .contentArea .textArea .title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-light);
    border-radius: 5px;
    z-index: 4;
    position: relative;
}

.blogs-sec .blogCard .contentArea .textArea .title .subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: absolute;
    top:-15px;
    left: -20px;
    background: var(--text-light);
    color: var(--primary-color);
    padding: 0px 10px;
    border-radius: 2px;
}

.blogs-sec .blogCard .contentArea .textArea p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.5;
    position: relative;
    top: -8px;
    left: 4px;
}


.blogs-sec .blogCard .contentArea .cats {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.blogs-sec .blogCard .contentArea .cats .cat {
    background: var(--text-light);
    color: var(--primary-color);
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
    font-size: 0.8rem;
    position: relative;
}

.blogs-sec .blogCard .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    background: var(--bg-color);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs-sec .blogCard .btn i {
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}


.blogs-sec .blogCard .btn:hover i {
    transform: translateX(3px);
}

/* big Card */

.blogs-sec .blogCard.blogMain .contentArea .textArea {
    bottom: 0px;
}

.blogs-sec .blogCard.blogMain .contentArea .textArea .title {
    font-size: 3rem;
}

.blogs-sec .blogCard.blogMain .contentArea .textArea .subtitle {
    font-size: 1rem;
}

.blogs-sec .blogCard.blogMain .contentArea .textArea p {
    font-size: 1rem;
}

.blogs-sec .blogCard.blogMain .btn {
    height: 80px;
}


.blogs-sec .endText {
    width: 97.5%;
    display: flex;
    justify-content: end;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark-low);
}

.blogs-sec .endText a {
    color: var(--primary-color);
    margin: 0 0.5rem;
}

/* Map Section Responsive */

@media (max-width: 1920px) {
    .map-sec .mapContainer {
        width: 85%;
        height: 75vh;
    }

    .map-sec .sectionTitle h2 {
        font-size: 2.6rem;
    }
}

@media (max-width: 1600px) {
    .map-sec .mapContainer {
        width: 88%;
        height: 70vh;
    }

    .map-sec .sectionTitle {
        top: 35px;
    }

    .map-sec .sectionTitle h2 {
        font-size: 2.4rem;
    }

    .map-sec .labels {
        bottom: 18px;
        left: 18px;
        gap: 7px;
    }

    .map-sec .labels .label {
        font-size: 0.85rem;
        padding: 7px 11px;
        min-height: 38px;
    }

    .map-sec .labels .label .icon {
        width: 28px;
        height: 28px;
        margin-right: 7px;
    }
}

@media (max-width: 1440px) {
    .map-sec .mapContainer {
        width: 90%;
        height: 65vh;
        min-height: 500px;
    }

    .map-sec .sectionTitle {
        top: 30px;
    }

    .map-sec .sectionTitle h2 {
        font-size: 2.2rem;
    }

    .map-sec .labels {
        bottom: 16px;
        left: 16px;
    }
}

@media (max-width: 1200px) {
    .map-sec .mapContainer {
        width: 92%;
        height: 60vh;
        min-height: 450px;
    }

    .map-sec .sectionTitle h2 {
        font-size: 2rem;
    }

    .map-sec .sectionTitle h2 span {
        padding: 3px 10px;
        font-size: 0.95em;
    }

    .map-sec .labels .label {
        font-size: 0.8rem;
        padding: 6px 10px;
        min-height: 36px;
    }

    .map-sec .labels .label .icon {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }
}

@media (max-width: 1024px) {
    .map-sec .mapContainer {
        width: 94%;
        height: 55vh;
        min-height: 400px;
        border-radius: 10px;
    }

    .map-sec .sectionTitle {
        top: 25px;
    }

    .map-sec .sectionTitle h2 {
        font-size: 1.8rem;
    }

    .map-sec .labels {
        bottom: 14px;
        left: 14px;
        gap: 6px;
    }

    .map-sec .labels .label {
        font-size: 0.75rem;
        padding: 5px 9px;
        min-height: 34px;
        border-radius: 6px;
    }

    .map-sec .labels .label .icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .map-sec .mapContainer {
        width: 95%;
        height: 50vh;
        min-height: 350px;
        border-radius: 8px;
    }

    .map-sec .sectionTitle {
        top: 20px;
        width: calc(100% - 20px);
    }

    .map-sec .sectionTitle h2 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .map-sec .sectionTitle h2 span {
        padding: 2px 8px;
        font-size: 0.9em;
        border-radius: 4px;
        display: inline-block;
        margin-top: 4px;
    }

    .map-sec .labels {
        bottom: 12px;
        left: 12px;
        gap: 5px;
        max-width: calc(100% - 24px);
    }

    .map-sec .labels .label {
        font-size: 0.7rem;
        padding: 4px 8px;
        min-height: 32px;
        font-weight: 600;
    }

    .map-sec .labels .label .icon {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }

    /* Contact responsive for 768px */
    .map-tooltip-card .contacts {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        gap: 4px;
        margin-top: 8px;
        padding: 6px 8px;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .map-tooltip-card .contacts a {
        font-size: 0.6rem;
        padding: 4px 6px;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.1);
        transition: all 0.2s ease;
        flex: 1;
        min-height: 32px;
        text-align: center;
        color: #374151;
        text-decoration: none;
    }

    .map-tooltip-card .contacts a::after {
        display: none;
    }

    .map-tooltip-card .contacts a:hover {
        background: rgba(255,255,255,1);
        border-color: #3b82f6;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .map-tooltip-card .contacts a i {
        font-size: 0.7rem;
        width: auto;
        height: auto;
        display: block;
        margin: 0 0 2px 0;
        color: #6b7280;
    }

    .blogs-sec .endText {
        font-size: 0.8rem;
        line-height: 1.4;
        color: #6b7280;
        margin-top: 12px;
    }
}

@media (max-width: 640px) {
    .map-sec .mapContainer {
        width: 96%;
        height: 50vh;
        min-height: 360px;
    }

    .map-sec .sectionTitle h2 {
        font-size: 1.4rem;
    }

    .map-sec .labels {
        flex-direction: row;
        flex-wrap: wrap;
        bottom: 10px;
        left: 10px;
        right: 10px;
        justify-content: flex-start;
        max-width: calc(100% - 20px);
        gap: 4px;
    }

    .map-sec .labels .label {
        flex: 0 0 calc(50% - 2px);
        font-size: 0.65rem;
        padding: 3px 6px;
        min-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map-sec .labels .label .icon {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
}

@media (max-width: 480px) {
    .map-sec .mapContainer {
        width: 98%;
        height: 45vh;
        min-height: 320px;
        border-radius: 6px;
    }

    .map-sec .sectionTitle {
        top: 15px;
        width: calc(100% - 16px);
    }

    .map-sec .sectionTitle h2 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .map-sec .sectionTitle h2 span {
        padding: 1px 6px;
        font-size: 0.85em;
        border-radius: 3px;
        display: block;
        margin-top: 2px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .map-sec .labels {
        bottom: 8px;
        left: 8px;
        right: 8px;
        max-width: calc(100% - 16px);
        gap: 3px;
    }

    .map-sec .labels .label {
        flex: 0 0 calc(50% - 1.5px);
        font-size: 0.6rem;
        padding: 2px 5px;
        min-height: 28px;
        font-weight: 700;
    }

    .map-sec .labels .label .icon {
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }

    /* Contact responsive for 480px */
    .map-tooltip-card .contacts {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        gap: 3px;
        margin-top: 6px;
        padding: 4px 5px;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-radius: 4px;
        border: 1px solid #e5e7eb;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .map-tooltip-card .contacts a {
        font-size: 0.55rem;
        padding: 3px 4px;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.08);
        transition: all 0.15s ease;
        flex: 1;
        min-height: 28px;
        text-align: center;
        color: #374151;
        text-decoration: none;
    }

    .map-tooltip-card .contacts a::after {
        display: none;
    }

    .map-tooltip-card .contacts a:hover {
        background: rgba(255,255,255,1);
        border-color: #3b82f6;
        transform: translateY(-0.5px);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .map-tooltip-card .contacts a i {
        font-size: 0.6rem;
        width: auto;
        height: auto;
        display: block;
        margin: 0 0 1px 0;
        color: #6b7280;
    }
}

@media (max-width: 350px) {
    .map-sec .mapContainer {
        width: 99%;
        height: 40vh;
        min-height: 280px;
        border-radius: 4px;
    }

    .map-sec .sectionTitle {
        top: 12px;
        width: calc(100% - 12px);
    }

    .map-sec .sectionTitle h2 {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .map-sec .sectionTitle h2 span {
        padding: 1px 5px;
        font-size: 0.8em;
        display: block;
        margin-top: 3px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .map-sec .labels {
        bottom: 6px;
        left: 6px;
        right: 6px;
        max-width: calc(100% - 12px);
        gap: 2px;
    }

    .map-sec .labels .label {
        flex: 1;
        font-size: 0.55rem;
        padding: 1px 4px;
        min-height: 26px;
        font-weight: 700;
        text-align: center;
    }

    .map-sec .labels .label .icon {
        width: 16px;
        height: 16px;
        margin-right: 1px;
    }

    /* Contact responsive for 350px */
    .map-tooltip-card .contacts {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        gap: 2px;
        margin-top: 4px;
        padding: 3px 4px;
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border-radius: 3px;
        border: 1px solid #e5e7eb;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .map-tooltip-card .contacts a {
        font-size: 0.5rem;
        padding: 2px 3px;
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.06);
        transition: all 0.15s ease;
        flex: 1;
        min-height: 24px;
        text-align: center;
        color: #374151;
        text-decoration: none;
    }

    .map-tooltip-card .contacts a::after {
        display: none;
    }

    .map-tooltip-card .contacts a:hover {
        background: rgba(255,255,255,1);
        border-color: #3b82f6;
        transform: scale(1.02);
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }

    .map-tooltip-card .contacts a i {
        font-size: 0.55rem;
        width: auto;
        height: auto;
        display: block;
        margin: 0 0 1px 0;
        color: #6b7280;
    }

    .leaflet-control-attribution {
        display: none;
    }
}

/* CTA Banner & Blog Responsive */

@media (max-width: 768px) {
    /* CTA Banner 768px */
    .ctaBanner .banner {
        height: 200px;
    }
    
    .ctaBanner .bg .image {
        width: 50%;
    }
    
    .ctaBanner .slogan {
        padding: 1.5rem;
    }
    
    .ctaBanner .slogan h2 {
        font-size: 2.2rem;
    }
    
    .ctaBanner .slogan p {
        font-size: 0.9rem;
        max-width: 450px;
    }

    /* Blog Section 768px */
    .blogs-sec .blogs {
        width: 98%;
        height: auto;
        min-height: 50vh;
        flex-direction: column;
        gap: 15px;
    }
    
    .blogs-sec .blogMain {
        width: 100%;
        height: 300px;
    }
    
    .blogs-sec .blogGrid {
        width: 100%;
        flex-direction: row;
        gap: 15px;
    }
    
    .blogs-sec .blogGrid .blogCard {
        height: 250px;
        flex: 1;
    }
    
    .blogs-sec .blogCard .contentArea .textArea .title {
        font-size: 1.5rem;
    }
    
    .blogs-sec .blogCard.blogMain .contentArea .textArea .title {
        font-size: 2.2rem;
    }
    
    .blogs-sec .blogCard .btn {
        width: 25px;
        height: 40px;
    }
    
    .blogs-sec .blogCard.blogMain .btn {
        height: 60px;
    }
    
    /* Line positions for tablet */
    .blogs-sec .blogs .lineStart {
        top: -150px;
    }
    
    .blogs-sec .blogs .lineStart.left {
        left: 3%;
    }
    
    .blogs-sec .blogs .lineStart.right {
        right: 3%;
    }
}

@media (max-width: 580px) {
    /* CTA Banner 580px */
    .ctaBanner .banner {
        height: 180px;
    }
    
    .ctaBanner .bg .image {
        width: 40%;
    }
    
    .ctaBanner .slogan {
        padding: 1rem;
    }
    
    .ctaBanner .slogan h2 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .ctaBanner .slogan h2 span {
        display: block;
        margin-bottom: 0.5rem;
    }
    
    .ctaBanner .slogan p {
        font-size: 0.8rem;
        max-width: 300px;
        line-height: 1.4;
    }

    /* Blog Section 480px */
    .blogs-sec .blogs {
        width: 100%;
        gap: 12px;
        min-height: 40vh;
    }
    
    .blogs-sec .blogMain {
        height: 350px;
    }
    
    .blogs-sec .blogGrid {
        flex-direction: column;
        gap: 12px;
        height: 50vh;
    }
    
    .blogs-sec .blogGrid .blogCard {
        height: 320px;
    }
    
    .blogs-sec .blogCard .contentArea {
        padding: 0.8rem;
    }
    
    .blogs-sec .blogCard .contentArea .textArea .title {
        font-size: 1.2rem;
    }
    
    .blogs-sec .blogCard.blogMain .contentArea .textArea .title {
        font-size: 1.8rem;
    }
    
    .blogs-sec .blogCard .contentArea .textArea p {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    .blogs-sec .blogCard .contentArea .cats .cat {
        font-size: 0.7rem;
        padding: 0.1rem 0.4rem;
    }
    
    .blogs-sec .blogCard .btn {
        width: 22px;
        height: 35px;
    }
    
    .blogs-sec .blogCard.blogMain .btn {
        height: 50px;
    }
    
    /* Line positions for mobile */
    .blogs-sec .blogs .lineStart {
        top: -120px;
    }
    
    .blogs-sec .blogs .lineStart.left {
        left: 4%;
    }
    
    .blogs-sec .blogs .lineStart.right {
        right: 4%;
    }
}

@media (max-width: 350px) {
    /* CTA Banner 350px */
    .ctaBanner .banner {
        height: 150px;
    }
    
    .ctaBanner .bg .image {
        width: 35%;
    }
    
    .ctaBanner .slogan {
        padding: 0.8rem;
    }
    
    .ctaBanner .slogan h2 {
        font-size: 1.5rem;
        line-height: 1.1;
    }
    
    .ctaBanner .slogan h2 span {
        font-size: 0.9em;
        padding: 0.05rem 0.4rem;
    }
    
    .ctaBanner .slogan p {
        font-size: 0.75rem;
        max-width: 220px;
        line-height: 1.3;
    }

    /* Blog Section 350px */
    .blogs-sec .blogs {
        width: 100%;
        gap: 8px;
        min-height: 35vh;
    }
    
    .blogs-sec .blogMain {
        height: 280px;
    }
    
    .blogs-sec .blogGrid .blogCard {
        height: 250px;
    }
    
    .blogs-sec .blogCard .contentArea {
        padding: 0.6rem;
    }
    
    .blogs-sec .blogCard .contentArea .textArea .title {
        font-size: 1rem;
    }
    
    .blogs-sec .blogCard.blogMain .contentArea .textArea .title {
        font-size: 1.4rem;
    }
    
    .blogs-sec .blogCard .contentArea .textArea .title .subtitle {
        font-size: 0.7rem;
        padding: 0px 6px;
        top: -12px;
        left: -15px;
    }
    
    .blogs-sec .blogCard .contentArea .textArea p {
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    .blogs-sec .blogCard .contentArea .cats {
        gap: 5px;
    }
    
    .blogs-sec .blogCard .contentArea .cats .cat {
        font-size: 0.6rem;
        padding: 0.1rem 0.3rem;
    }
    
    .blogs-sec .blogCard .btn {
        width: 20px;
        height: 30px;
    }
    
    .blogs-sec .blogCard .btn i {
        font-size: 1rem;
    }
    
    .blogs-sec .blogCard.blogMain .btn {
        height: 40px;
    }
    
    .blogs-sec .endText {
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    
    /* Line positions for ultra small */
    .blogs-sec .blogs .lineStart {
        top: -100px;
    }
    
    .blogs-sec .blogs .lineStart.left {
        left: 5%;
    }
    
    .blogs-sec .blogs .lineStart.right {
        right: 5%;
    }
}

/* ===== BRANCHES SECTION ===== */

/* ============ BRANCHES SECTION ============ */
.branches-sec {
    margin-top: 6rem;
    width: 100vw;
    overflow-x: clip;
    height: auto;
}

.branches-sec .container {
    max-width: 1400px;
}

.branches-sec .content {
    text-align: center;
    margin-bottom: 6rem;
}

.branches-sec .content .title {
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-dark-dark);
    margin-bottom: 1rem;
    position: relative;
}

.branches-sec .content .title .subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--card-bg);
    padding: 2px 8px;
    border-radius: 2px;
}

.branches-sec .content p {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.branch-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    margin-bottom: 5rem;
    align-items: center;
}

.branch-item.left {
    grid-template-areas: "images content";
}

.branch-item.left .branch-images {
    grid-area: images;
}

.branch-item.left .branch-content {
    grid-area: content;
}

.branch-item.right {
    grid-template-areas: "content images";
}

.branch-item.right .branch-content {
    grid-area: content;
}

.branch-item.right .branch-images {
    grid-area: images;
}

.branch-images {
    position: relative;
    height: 500px;
}

.branch-images .images {
    position: relative;
    width: 100%;
    height: 100%;
}

.branch-images .images img {
    position: absolute;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.branch-images .images img:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

/* Left şubeler - Fotoğraflar solda (İstanbul, İzmir) */
.branch-item.left .branch-images .images img:first-child {
    width: 75%;
    height: 65%;
    top: 0;
    left: 0;
    z-index: 2;
}

.branch-item.left .branch-images .images img:nth-child(2) {
    width: 55%;
    height: 45%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* Right şubeler - Fotoğraflar sağda (Ankara, Antalya) */
.branch-item.right .branch-images .images img:first-child {
    width: 75%;
    height: 65%;
    top: 0;
    right: 0;
    z-index: 2;
}

.branch-item.right .branch-images .images img:nth-child(2) {
    width: 55%;
    height: 45%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* Branch Content */
.branch-content {
    padding: 2rem 0;
}

.branch-header {
    margin-bottom: 2rem;
}

.branch-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text-dark-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.branch-location {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 500;
}

.branch-location i {
    font-size: 1.1rem;
}

.branch-desc {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    text-align: justify;
}

.branch-desc strong {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.3rem;
}

/* Branch Features - Warehouse Style */
.branch-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.branch-features .feature {
    padding: 8px 15px;
    background: var(--primary-color);
    color: var(--text-light);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}

.branch-features .feature:hover {
    background: var(--text-dark-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.branch-features .feature .icon i {
    background: var(--text-light);
    padding: 5px;
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.branch-features .feature .text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    display: flex;
    flex-direction: column;
}

.branch-features .feature .text span:first-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
}

.branch-features .feature .text .desc {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-light);
}

/* ============ BRANCHES STATS ============ */
.branchesStats {
    margin-top: 4rem;
    padding: 2rem;
    background: var(--card-bg);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.statsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    background: var(--card-bg);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.statNumber {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.statLabel {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* ===== RESPONSIVE DESIGN ===== */

@media (max-width: 1200px) {
    .branches-sec .content .title {
        font-size: 2.5rem;
    }
    
    .branchesGrid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .branchesStats {
        padding: 2.5rem 1.5rem;
    }
    
    .statsGrid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .branches-sec {
        margin-bottom: 6rem;
        margin-top: 4rem;
    }
    
    .branches-sec .content .title {
        font-size: 2.2rem;
    }
    
    .branches-sec .content .title .subtitle {
        font-size: 1rem;
        top: -15px;
    }
    
    .branches-sec .content p {
        font-size: 1rem;
    }
    
    .branchesGrid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    
    .branchImage {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .branches-sec {
        margin-bottom: 4rem;
        margin-top: 3rem;
    }
    
    .branches-sec .content {
        margin-bottom: 3rem;
    }
    
    .branches-sec .content .title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .branches-sec .content .title .subtitle {
        font-size: 0.9rem;
        position: relative;
        top: 0;
        left: auto;
        transform: none;
        display: block;
        margin-bottom: 0.5rem;
        background: transparent;
        padding: 0;
    }
    
    .branches-sec .content p {
        font-size: 0.95rem;
        padding: 0 1rem;
    }
    
    .branchesGrid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .branchCard {
        border-radius: 10px;
    }
    
    .branchImage {
        height: 180px;
    }
    
    .branchContent {
        padding: 1.2rem;
    }
    
    .branchTitle {
        font-size: 1.2rem;
    }
    
    .branchDesc {
        font-size: 0.9rem;
    }
    
    .branchFeatures {
        gap: 0.8rem;
    }
    
    .branchFeatures .feature {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    
    .branchesStats {
        margin: 2rem 1rem 0 1rem;
        padding: 2rem 1rem;
        border-radius: 12px;
    }
    
    .statsGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .statNumber {
        font-size: 2rem;
    }
    
    .statLabel {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .branches-sec .content .title {
        font-size: 1.5rem;
    }
    
    .branches-sec .content p {
        font-size: 0.9rem;
    }
    
    .branchImage {
        height: 160px;
    }
    
    .branchContent {
        padding: 1rem;
    }
    
    .branchTitle {
        font-size: 1.1rem;
    }
    
    .branchLocation {
        font-size: 0.85rem;
    }
    
    .branchDesc {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .branchFeatures .feature {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
    
    .branchesStats {
        padding: 1.5rem 0.8rem;
    }
    
    .statsGrid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .statNumber {
        font-size: 1.8rem;
    }
    
    .statLabel {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .branches-sec .content .title {
        font-size: 1.3rem;
        line-height: 1.3;
    }
    
    .branches-sec .content .title .subtitle {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    
    .branches-sec .content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .branchImage {
        height: 140px;
    }
    
    .branchTitle {
        font-size: 1rem;
    }
    
    .branchLocation {
        font-size: 0.8rem;
    }
    
    .branchDesc {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .statNumber {
        font-size: 1.6rem;
    }
    
    .statLabel {
        font-size: 0.8rem;
    }
}

@media (max-width: 350px) {
    .branches-sec .content .title {
        font-size: 1.1rem;
    }
    
    .branches-sec .content .title .subtitle {
        font-size: 0.7rem;
    }
    
    .branches-sec .content p {
        font-size: 0.8rem;
    }
    
    .branchImage {
        height: 120px;
    }
    
    .branchContent {
        padding: 0.8rem;
    }
    
    .branchTitle {
        font-size: 0.95rem;
    }
    
    .branchLocation {
        font-size: 0.75rem;
    }
    
    .branchDesc {
        font-size: 0.75rem;
    }
    
    .branchFeatures .feature {
        font-size: 0.65rem;
        padding: 3px 6px;
    }
    
    .branchesStats {
        padding: 1.2rem 0.6rem;
    }
    
    .statNumber {
        font-size: 1.4rem;
    }
    
    .statLabel {
        font-size: 0.75rem;
    }
}
