﻿.w-100{
    height:100vh !important;
}

@font-face {
    font-family: 'Poppins';
    src: url(/FONT/Poppins-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
.black {
    color: #000 !important;
}

*{
    font-family:Poppins;
}
.menu {
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    z-index:9;
    text-align: center;
    transition: background 0.3s ease, padding 0.3s ease;
    background: transparent; /* başlangıçta şeffaf */
}

    .menu.scrolled {
        background:#fff;
        padding: 10px 50px;
        border-bottom:2px solid #ff6b35;
    }

.menu ul >li > a{text-decoration:none;
                 font-weight:bold;
               color:#fff;
}
.dropdown-mn li:hover {
    background-color: #096881;
}



.mask {
    width:100%;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
    position: absolute;
}
.etiket {
    padding:10px;
    background-color: #f05928;
    color:#fff;
    display: block;
    width: auto;
    text-align:center;
    width:100%;
    margin-top:20px;
    text-decoration:none;
}
.etiket1 {
    padding: 10px;
    background-color: #f05928;
    color: #fff;
    display: block;
    width: auto;
    text-align: center;
    width: 20%;
    margin-top: 20px;
    text-decoration:none;
}




.etiket a{
    color:#fff;
    text-decoration:none;
}
.contact-info {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .contact-info:hover {
        transform: translateY(-4px);
    }

.contact-icon {
    font-size: 28px;
    color: #ff5722;
    margin-bottom: 10px;
}

.contact-title {
    font-weight: 600;
    color: #1f3b56;
}

.contact-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.news-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.news-image {
    background: #f26522;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .news-image img {
        width:100%;
    }

.category-badge {
    background-color: #f26522;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 20px;
}

.read-btn {
    background-color: #f26522;
    border: none;
}

    .read-btn:hover {
        background-color: #d44c10;
    }
.contact-text {
    color: #ff5722;
    font-weight: 500;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.btn-orange {
    background: #ff5722;
    color: #fff;
    font-weight: 600;
}

    .btn-orange:hover {
        background: #e64a19;
        color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 70% !important;
    left:18% !important;
    bottom: 25.25rem !important;
    width:50%;
    text-align:left !important;
    top:33%;
}
.carousel-caption h5{
    font-size:72px;
    font-weight:bold;
    color:#fff;
}

.carousel-caption p{
    font-size:23px;
    color:#fff;
}
.menu ul li {
    list-style: none;
    padding: 25px 25px 0px 2px;
    display: inline-block;
}

nav ul {
    display: flex;       /* Linkleri yan yana dizer */
    flex-wrap: nowrap;   /* Asla alt satıra indirmez (yatayda kalır) */
    padding: 0;
    margin: 0;
    justify-content: center; /* Linkleri ortalar */
}

ul.dropdown-mn > li {
    padding:5px 25px 0 25px;
}
nav {
    width: 72%;
    float: right;
}
.logo{
    float:left;
    width:28%;
    text-align:right;
}
.logo .lg{
    width:40%;
}
.hizmet {
    background-color:#f8fafb;
    width:100%;
    text-align:center;
    padding:10px;

}
.hzmtitle{
    margin-top:20px;
    font-size:42px;
    display:block;
    text-align:center;

}
.hzmalt {
    display: block;
    text-align: center;
    font-size: 24px;
    color:#808080;
}
.boxs{
    width:100%;
    text-align:center;
    margin:10px;
}
.box {
    float: left;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 360px;
    width: 28%;
    margin: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.icon {
    border-radius: 10px;
    width:80px;
    height:80px;
    background-color: #b4c2c9bf;
    text-align:center;
    padding: 10px;
    margin: 0 auto;
    margin-top:20px;
}
.icon img {
    width:54px;
}
.box:hover{
    transform:scale(110%);
    transition:2s;
    cursor:pointer;
}
.box b {
    display:block;
    text-align:center;
    margin-top:10px;
}
.box span{
    font-size:14px;
}
ul.custom-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #f15a24; /* Turuncu renk (görseldeki gibi) */
    border-radius: 50%;
}
ul.custom-bullet-list li{
    text-align:left;
}
ul.custom-bullet-list {
    list-style: none;
    padding:23px;
    margin: 0;

}

   ul.custom-bullet-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font-family: Arial, sans-serif;
    }
.nav-menu nav ul li a:hover {
 
    border-bottom: 5px solid #f05928;
  width:100px;
}

.kona1{
    text-align:left;
}
    .kona1 p {

        color:#6e7e97;
    }
.kona .col-md-12 {
    margin:88px 44px;
}
.kona1 h1 {
    font-weight:bold;
}

.mobil{
    display:none;
}

.features-list li {
    margin-bottom: 10px;
    color: #1f3b56;
    font-weight: 500;
}

    .features-list li::marker {
        color: #ff5722;
        font-size: 16px;
    }

.stat-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-6px);
    }

.stat-icon {
    font-size: 28px;
    color: #ff5722;
    margin-bottom: 10px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #ff5722;
}

.stat-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f3b56;
}

.achievements {
    text-align: center;
    padding: 50px 20px;
    background-color:#adadad1c;
}
.p1 {
    padding:70px 0 130px;
}

.services {
    text-align: center;
    padding: 50px 20px;
}

    .services p {
        font-size: 16px;
        color: #666;
        margin-bottom: 40px;
    }

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }
    .h-title{
        text-align:left;
        display:block;
        font-size:33px;
        margin-bottom:10px;
    }
    .hizmet-text{
        text-align:left;
    }
.service-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: #f16529;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.service-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.service-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

    .achievements h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .achievements p {
        font-size: 16px;
        color: #666;
        margin-bottom: 40px;
    }

.achievements-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.achievement-item {
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
}

.achievement-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #f16529;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.achievement-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.achievement-item p {
    font-size: 14px;
    color: #777;
}











.stat-desc {
    font-size: 14px;
    color: #666;
}
.btn1 {
    background-color: #125278 !important;
}
.btn-color {
    color: #125278 !important;
}
.contact-info {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .contact-info:hover {
        transform: translateY(-4px);
    }

.contact-icon {
    font-size: 28px;
    color: #ff5722;
    margin-bottom: 10px;
}

.contact-title {
    font-weight: 600;
    color: #1f3b56;
}

.contact-sub {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.contact-text {
    color: #ff5722;
    font-weight: 500;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.btn-orange {
    background: #ff5722;
    color: #fff;
    font-weight: 600;
}

    .btn-orange:hover {
        background: #e64a19;
        color: #fff;
    }
.btn-ilt {
    width: 100%;
    padding: 10px;
    border: none;
}
.multi{
    height:230px;
}
.fw-bold{
    font-size:42px;
}
.fw-bold-1{
    font-size:32px;
    font-weight:bold;
}


footer {
    background-color: #d5d5d5;
    color: white;
    padding: 60px 0 20px;
}

.footer-links{
    color:#000;
}




.footer-logo {
    font-size: 24px;
    font-weight: bold;
}

    .footer-logo span {
        background-color: #f2542d;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        margin-right: 5px;
        font-size: 20px;
    }

.footer-links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 8px;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.footer-social i {
    font-size: 18px;
    margin-right: 10px;
    color: white;
}

.newsletter input {
    border-radius: 5px;
    border: none;
    padding: 8px;
    width: 100%;
    max-width: 250px;
}

.newsletter button {
    background-color: #f2542d;
    border: none;
    color: white;
    padding: 8px 16px;
    margin-left: 8px;
    border-radius: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
}

    .footer-bottom a {
        color: #fff;
        margin-left: 15px;
        text-decoration: none;
    }
    .footer-links a {
        color:#000;
    }
    .footer-links p{
        color:#000 !important;
    }
        .footer-bottom a:hover {
            text-decoration: underline;
        }
        .f28{
            font-size:28px;
            color:#000;
        }
        .mb-3 img{
            width:70%;
        }

/* Mobil cihazlar (max-width: 576px) */
@media (max-width: 576px) {
    .carousel-caption {
        left: 5% !important;
        right: 5% !important;
        bottom: 10% !important;
        width: 90%;
        text-align: center !important;
        margin:0 auto;
        top:25% !important;
    }

        .carousel-caption h5 {
            font-size:12px;
        }

        .carousel-caption p {
            display:none;
        }
        .hero{
            height:200px;
        }
        .black{
            color:#fff !important;
        }
   
    .etiket {
        width:42%;
        font-size: 13px;
        padding:6px;
        margin: 0 auto;
    }

    

    .boxs {
        margin: 0;
    }

    .logo,
    nav {
        float: none;
        text-align: center;
        width: 100%;
    }

        .logo > .lg {
            width: 35%;
        }

    .menu ul li {
        display: block;
        padding: 10px 0;
    }

    .hzmtitle {
        font-size: 22px;
    }

    .hzmalt {
        font-size: 16px;
    }
    .text-box h2 {
        font-size: 22px !important;
    }
    .etiket {
        width: fit-content !important;
        margin: 0 !important;
        
        font-size: 12px;
        padding: 6px;
    }

    .box {
        float: none; 
        height: auto; 
        
        width: 90% !important; 
        margin: 15px auto; 
    }

    .stat-card {
        margin: 10px !important;
        height: 250px;
    }
    .kona .mt-4 {
        text-align: center; 
    }

        .kona .mt-4 .btn {
            margin-left: 5px; 
            margin-right: 5px;
            margin-bottom: 10px;
        }
    .form-card,
    .contact-info {
        padding: 15px;
    }

    .fw-bold {
        font-size: 28px;
    }

    .fw-bold-1 {
        font-size: 24px;
    }

    .multi {
        height: 150px;
    }

    .btn-ilt {
        padding: 8px;
    }

    .newsletter {
        text-align: center;
    }

        .newsletter input {
            width: 100%;
            margin-bottom: 10px;
        }

        .newsletter button {
            width: 100%;
            margin: 0;
        }
}

/* Tablet cihazlar (577px - 991px) */
@media (min-width: 577px) and (max-width: 991px) {
    .box {
        width:45% !important;
        margin: 15px;
        float: left;
    }

    .carousel-caption {
        left: 10% !important;
        right: 10% !important;
        bottom: 20% !important;
        width: 80%;
        text-align: left !important;
    }

      
        .carousel-caption h5{
            font-size:18px;
            margin:0 auto;
            padding:5px 0;
        }

        .carousel-caption p {
            font-size: 18px;
        }
    .text-box h2 {
        font-size: 28px !important; 
    }
    .etiket {
        width: fit-content;
        font-size:17px;
        padding:7px;
    }
 

    .hzmtitle {
        font-size: 32px;
    }

    .hzmalt {
        font-size: 20px;
    }

    .menu ul li {
        padding: 15px;
    }

}

/* Büyük ekranlar (992px ve üzeri) */
@media (min-width: 992px) {
    .text-box h2 {
        font-size: 48px !important;
    }
    .box {
        width: 25%;
    }
    .menu ul > li > a {
        font-size:15px !important; 
    }
    

    .etiket {
        font-size: 24px !important; 
        padding: 12px !important; 
    }
    .carousel-caption {
        left: 18% !important;
        right: 70% !important;
        bottom: 25.25rem !important;
        text-align: left !important;
        width: 50%;
    }

        .carousel-caption h5 {
            font-size: 72px;
        }

        .carousel-caption p {
            font-size: 23px;
        }
}


.hero {
    background:url(../IMG/OTHERS/kona-hk.jpg);
    height:80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
    background-size:100% 100%;
}

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Görselin üstüne koyu filtre */
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

    .hero-content .badge {
        background-color:#f05928;
        padding: 5px 12px;
        border-radius: 12px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .hero-content h1 {
        font-size: 48px;
        font-weight: bold;
    }

    .hero-content p {
        font-size: 18px;
        margin-top: 10px;
        display:none;
    }

/* İstatistik Bölümü */
.stats {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;
    background-color: #fff;
    text-align: center;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

    .stat-item h2 {
        color: #f05928;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .stat-item p {
        font-size: 16px;
        color: #333;
    }

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .stat-item h2 {
        font-size: 28px;
    }
}
.about-section {
    padding: 4rem 0;
}

.story-badge {
    background:#f05928;
    color: var(--accent);
    border: 1px solid rgba(240,90,40,.08);
    padding: .35rem .6rem;
    border-radius: 999px;
    font-weight: 600;
    color:#fff;
}
.f22{
    font-size:22px !important;
}
.f30{
    font-size:30px;
}
.about-title {
    font-size: 2.4rem;
    line-height: 1.05;
    font-weight: 800
}

.about-text {
    color: var(--muted);
    font-size: 1rem;
    margin-top: 1rem
}

.btn-primary-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff
}

.d-md-block{
    
    width:35%;
}

.road-section {
    position: relative;
    background: url('truck-bg.jpg') center/cover no-repeat; /* Arka plan görseli */
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.overlay {
 
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    align-items: center;
    justify-content: center;
    max-width:495px;
}

.text-box {
    position: relative;
    color: #fff;
    padding:35px 70px;
    text-align: left;
    width:100%;
}

    .text-box h2 {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 25px;
    }

.btn {
    display: inline-block;
    background: #ff4500;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .btn:hover {
        background: #e13c00;
    }

/* 🔸 Köşe Çerçeve Efekti */
.corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #ff4500;
    border-style: solid;
    animation: draw 2s ease forwards;
}

/* Her köşe için konum */
.top-left {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.top-right {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}

.bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 4px 4px 0;
}

/* 🔹 Animasyonlu çizim efekti */
@keyframes draw {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobil uyum */
@media (max-width: 768px) {
    .text-box {
        padding: 30px;
    }

        .text-box h2 {
            font-size: 32px;
        }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    
}







    .btn-primary-accent:focus, .btn-primary-accent:hover {
        background: #e14f20;
        border-color: #e14f20
    }

.about-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(12,20,30,.08);
}

    .about-image img {
        display: block;
        width: 100%;
        height:45vh;
    }

.floating-cta {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: rgba(240,90,40,.12);
    backdrop-filter: blur(2px);
    padding: .5rem;
    border-radius: 10px
}

@media(min-width:992px) {
    .about-title {
        font-size: 3rem
    }
}
.values-section {
    padding: 60px 0;
}

    .values-section h2 {
        font-weight: bold;
        margin-bottom: 15px;
    }

.value-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

    .value-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    }

.value-icon {
    font-size: 40px;
    color: #f15a24;
    margin-bottom: 15px;
}

.value-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-section {
    background-color: #1d1f23;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    border-radius: 10px 10px 0 0;
}

    .contact-section h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contact-section p {
        color: #dcdcdc;
        max-width: 700px;
        margin: 0 auto 30px;
    }

.contact-btn {
    background-color:#ff5722 !important;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    color:#fff !important;
}

    .contact-btn:hover {
        background-color: #d94e1e;
    }
.cl {
    background-color:#ff5722;
}
.icn {
    background-color: #ff5722;
    padding: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}


@media (max-width:768px) {

    #nav-links {
        display: none;
        padding: 0;
        background-color:#014e62;
        
    }
    .menu.scrolled {
        padding:0 !important;
    }

    .menu {
        position:fixed;
        padding: 0;
    }

    .mobil {
        display: block;
        cursor: pointer;
        padding-right: 10px;
    }

    .logo {
        float: none;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    #nav-links.aktif {
        display: block;
    }

    .menu > ul > li {
        padding-bottom:15px;
    }

    .logo .lg {
        padding: 20px;
        width:55%;
    }

    .w-100 {
        height: 58vh !important;
    }

    .d-none {
        display: block !important;
    }

    .dropdown-mn {
        width:100%;
    }
    .d-md-block {
        width: 80%;
    }

}
/* Dropdown ana menü */
.dropdown-mn{
    position: relative;
}

/* Alt menü gizli */
.dropdown-mn {
    display: none;
    position: absolute;
    background:#ff5722;
    list-style: none;
    padding: 0;
    margin-top:15px;
    min-width: 180px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 1000;
}

    /* Alt menü linkleri */
    .dropdown-mn li a {
        display: block;
        padding: 8px 0px 8px 0px;
        font-size: 14px;
        text-decoration: none;
        text-align: left;
        color: #fff !important;
    }

        .dropdown li ac:hover {
            background: #f2f2f2;
        }

/* Hover ile açılır */
.ac:hover .dropdown-mn {
    display: block;
}

.dropdown-mn li {
    display: block !important;
    border-bottom:1px solid #fff;
}
.ac{
    display:block;
}
    .ac:after {
        content: "";
        height: 120px;
        position: fixed;
        display: block;
        width: 112px;
  
        text-align: center;
    }

.contact-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
}

.form-label {
    font-weight: 500;
    margin-bottom: 6px;
}

.form-control, textarea {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
}

.btn-submit {
    background: #f25c27;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 12px;
    border-radius: 6px;
    width: 100%;
}

    .btn-submit:hover {
        background: #d84e1f;
    }

.info-item {
    margin-bottom: 20px;
}

    .info-item h6 {
        font-weight: 600;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .info-item p {
        margin: 0;
        font-size: 0.95rem;
        color: #555;
    }

.info-icon {
    color: #f25c27;
    font-size: 1.2rem;
}
.ilt-text {
    height:81px;
        
}
.m80{
    margin-top:80px;
}
.ziyaret-section {
    background-color: #6354541c;
    padding: 80px 0;
}

.ziyaret-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.ziyaret-desc {
    font-size: 16px;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}
.banner-section {
    background-image:url(../IMG/OTHERS/karayolu-tasimaciligi.jpg);
    background-size: cover;
    color: white;
    padding:220px 0;
    height:600px;
    position: relative;
    text-align: center;
   

}

.banner-sectionhk {
    background-image: url(../IMG/OTHERS/kona-hk.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height:auto;
    position: relative;
    text-align: center;
}





.banner-sectionky {
    background-image: url(../IMG/OTHERS/insan-kaynaklari.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height:auto;
    position: relative;
    text-align: center;
}


.banner-sectionf {
    background-image: url(../IMG/OTHERS/filo-kona-lojistik.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height:auto;
    position: relative;
    text-align: center;
}



.banner-section-d {
    background-image: url(../IMG/OTHERS/depolama-hizmetleri.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height:auto;
    position: relative;
    text-align: center;
}

.banner-section-k {
    background-image: url(../IMG/OTHERS/proje-kargo.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height: 600px;
    position: relative;
    text-align: center;
}





.banner-section-h {
    background-image: url(../IMG/OTHERS/havayolu-tasimaciligi.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height: 600px;
    position: relative;
    text-align: center;
}
.banner-section1 {
    background-image: url(../IMG/OTHERS/denizyolu-tasimaciligi.jpg);
    background-size: cover;
    color: white;
    padding: 220px 0;
    height: 600px;
    position: relative;
    text-align: center;
}
.btn-teklif {
    background-color: #ff6b35;
    color: #fff;
    padding: 10px;
    display: block;
    width: 120px;
    border-radius: 10px;
    text-decoration: none;
} 

.fl{
    float:left;
}
.p30{
    padding:30px;
}


.banner-section-mask {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    top: 0;
    height:100%;
}



    .banner-section::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.banner-content {
  
    position: relative;
    z-index: 1;
}

.feature-list {
    margin-top: 50px;
}

.feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.btn-request {
    background-color: #ff6b35;
    color: white;
    border: none;
}

    .btn-request:hover {
        background-color: #e65c2f;
    }



.sea-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 73, 0.6);
}

.sea-content {
    position: relative;
    z-index: 2;
}

    .sea-content i {
        font-size: 50px;
        margin-bottom: 15px;
    }

/* NEDEN ALANI */
.why-section {
    padding: 60px 0;
}

.why-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.why-btn {
    background-color: #ff6b35;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

    .why-btn:hover {
        background-color: #e65c28;
        color: #fff;
    }

/* KARTLAR */
.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s;
}

    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.info-icon {
    font-size: 35px;
    color: #ff6b35;
    margin-bottom: 10px;
    display: inline-block;
}

.info-title {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.info-text {
    font-size: 15px;
    color: #555;
}

.highlight-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

    .highlight-btn:hover {
        background-color: #e95e2e;
    }

.feature-box {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

.feature-icon {
    color: #ff6b35;
    font-size: 28px;
    margin-bottom: 10px;
}

.feature-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.feature-text {
    font-size: 0.95rem;
    color: #555;
}
.m70{
    margin-top:70px;
    margin-bottom:70px;
}

    .highlight-btn {
      background-color: #ff6b35;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      font-weight: 600;
      box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    }

    .highlight-btn:hover {
      background-color: #e95e2e;
    }

    .feature-box {
      border: 1px solid #f1f1f1;
      border-radius: 12px;
      padding: 20px;
      background-color: white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: 0.3s;
      height: 100%;
    }

    .feature-box:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .feature-icon {
      color: #ff6b35;
      font-size: 28px;
      margin-bottom: 10px;
    }

    .feature-title {
      font-weight: 700;
      font-size: 1.1rem;
    }

    .feature-text {
      font-size: 0.95rem;
      color: #555;
    }

    @media (max-width: 767px) {
      .order-lg-1 {
        order: 2;
      }
      .order-lg-2 {
        order: 1;
        margin-bottom: 2rem;
      }
    }
.why-section {
    padding: 80px 0;
}

    .why-section h2 {
        font-weight: 700;
        font-size: 2rem;
        color: #0a2640;
        margin-bottom: 20px;
    }

    .why-section p {
        color: #555;
        font-size: 1rem;
        line-height: 1.6;
    }

.btn-orange {
    background: linear-gradient(180deg, #ff6d00, #ff8a00);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-orange:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

.info-card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: none;
    transition: 0.3s;
    padding: 25px;
    height: 100%;
}

    .info-card:hover {
        transform: translateY(-5px);
    }

    .info-card i {
        font-size: 2rem;
        color: #ff6d00;
        margin-bottom: 15px;
    }

    .info-card h5 {
        font-weight: 600;
        color: #0a2640;
    }

    .info-card p {
        font-size: 0.95rem;
        color: #666;
    }
.stat-card {
    text-align: center;
    padding: 30px 10px;
    margin:50px;
}

.icon-box {
    background-color: #ffece5;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 auto 15px;
}

    .icon-box i {
        color: #ff6b3d;
        font-size: 28px;
    }

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #1b2a41;
}

.stat-text {
    font-size: 16px;
    color: #5f6c7b;
}

@media (max-width: 768px) {
    .stat-card {
        padding: 20px 0;
    }
}
.section-title1 {
    font-weight: 700;
    color: #1b2a41;
    text-align:center;
}

.fleet-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

    .fleet-card:hover {
        transform: translateY(-5px);
        border-color: #ff6b3d;
    }

    .fleet-card ul {
        list-style: none;
        padding: 0;
        margin-top: 15px;
    }

        .fleet-card ul li {
            margin-bottom: 8px;
            color: #34495e;
            display: flex;
            align-items: center;
        }

            .fleet-card ul li::before {
                content: "•";
                color: #ff6b3d;
                font-size: 20px;
                margin-right: 10px;
            }

.feature-box {
    text-align: center;
    padding: 20px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #fff4f0;
    border-radius: 15px;
    margin-bottom: 15px;
}

    .icon-container i {
        font-size: 30px;
        color: #ff5c1c;
    }

.feature-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0f2b3f;
    margin-bottom: 10px;
}

.feature-text {
    color: #4b5563;
    font-size: 0.95rem;
}
.values-section {
    text-align: center;
    padding: 80px 20px;
}

    .values-section h2 {
        font-weight: 700;
        color: #0a2540;
        margin-bottom: 10px;
    }

    .values-section p {
        color: #5a6c7a;
        font-size: 1.1rem;
        margin-bottom: 50px;
    }

.value-card {
    background-color: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
}

    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

.value-title {
    color: #ff6b35;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.value-text {
    color: #5a6c7a;
    font-size: 0.95rem;
    margin: 0;
}
/* ---- BU KOD BLOĞUNU style.css DOSYANIZA EKLEYİN ---- */

/* Bayrakları "daire şeklinde" yapar. */
.flag-circle {
    width: 32px !important; /* Boyutu zorla 32px yap */
    height: 32px !important; /* Boyutu zorla 32px yap */
    border-radius: 50%; /* Daire yapar */
    object-fit: cover; /* Resmin daireyi doldurmasını sağlar */
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

/* Bayrağın <li> elementinin gereksiz menü boşluklarını (padding) kaldırır */
.lang-switcher {
    padding: 25px 0px 0px 15px !important; /* Diğer linklere göre hizalar */
    list-style: none !important;
}

    /* Bayrak linklerinin altını çizmeyi vb. engeller */
    .lang-switcher a,
    .lang-switcher a:hover {
        padding: 0 !important;
        margin: 0 3px;
        border-bottom: none !important; /* Varsa hover alt çizgisini kaldırır */
        background: none !important;
    }

.flag-circle:hover {
    transform: scale(1.1);
}