

.case-content {
    background: rgba(0, 99, 154, 0.85) !important; 
    padding: 35px 43px !important;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tamekranbg .case-content{
    background:none !important
}

.case-sub {
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 8px;
    opacity: 0.9;
}

.case-content h3 {
    margin-bottom: 15px;
}

.case-content h3 a {
    color: #FFFFFF !important;
    text-decoration: none;
    display: block;
}

.case-content .list {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
}

.case-content .list li {
    margin-bottom: 8px;
    line-height: 1.2;
}

.text-white {
    color: #FFFFFF !important;
}


.bgsiyah{
    background:#34414C
}
.bgmavi{
    background:#00639A
}


.custom-animated-select {
    position: relative;
    width: 100%;
    user-select: none;
}


.select-styled {
    background-color: #0076AB;
    color: #FFF;
    padding: 14px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    border: 1px solid #0076AB;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-25%);
    transition: transform 0.3s ease;
}


.select-styled.active::after {
    transform: translateY(-75%) rotate(-180deg);
}


.select-options {
    display: block;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #0076AB;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 118, 171, 0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s;
}


.select-styled.active + .select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.select-options li {
    margin: 0;
    padding: 10px 25px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}


.select-options li:hover {
    background-color: #005e8a;
}

.select-options li[rel=""] {
    opacity: 1;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}





.font15ultth { font-family: 'NHG Pro 15UltTh', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font16ultthit { font-family: 'NHG Pro 16UltThIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font25th { font-family: 'NHG Pro 25Th', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font26thit { font-family: 'NHG Pro 26ThIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font35xlt { font-family: 'NHG Pro 35XLt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font36xltit { font-family: 'NHG Pro 36XLtIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font45lt { font-family: 'NHG Pro 45Lt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font46ltit { font-family: 'NHG Pro 46LtIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font55rg { font-family: 'NHG Pro 55Rg', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font56it { font-family: 'NHG Pro 56It', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font65md { font-family: 'NHG Pro 65Md', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font66mdit { font-family: 'NHG Pro 66MdIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font75bd { font-family: 'NHG Pro 75Bd', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font76bdit { font-family: 'NHG Pro 76BdIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }

.font95blk { font-family: 'NHG Pro 95Blk', sans-serif !important; font-weight: normal !important; font-style: normal !important; }
.font96blkit { font-family: 'NHG Pro 96BlkIt', sans-serif !important; font-weight: normal !important; font-style: normal !important; }



.info-label {
    font-family: 'NHG Pro 65Md', sans-serif;
    font-weight: 500;
    font-size:17px
}

.info-value {
    font-family: 'NHG Pro 55Rg', sans-serif;
    font-weight: 500;
    font-size:17px
}


.xd-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #0076AB;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    transform: translateY(1.1px);
}

.xd-title-fix {
    margin-top: -14px !important;
}



.custom-cta-bg {
    background-image: url('../images/neleryapabilirizbg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 160px; 
    padding-bottom: 160px; 
    z-index: 1;
}


.custom-cta-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.custom-cta-bg .container {
    max-width: 1120px;
}


.custom-cta-bg .cta-title {
    font-size: 70px; 
    line-height: 1.3;
    margin-bottom: 40px; 
    letter-spacing: -0.5px;
}


@media only screen and (max-width: 767px) {
    .custom-cta-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .custom-cta-bg .cta-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}


.bgblack2{
    background:#34414C
}
.bgblack3
{
    background:#565458 !important
}
.textgri{
    color:#F2F2F2 !important
}
.fs-20{
    font-size:20px
}
.fs-18{
    font-size:18px
}
.fs-25{
    font-size:25px
}
.textblack{
    color:#34414C !important
}


.custom-bullet-list {
    list-style-type: disc;
    margin: 0;
}

.custom-bullet-list li {
    line-height: 1.8;
    color: #F2F2F2;
}

.custom-bullet-list li:last-child {
    margin-bottom: 0;
}

.custom-bullet-list li::marker {
    color: #F2F2F2;
    font-size: 1.1em;
}




@media(max-width:767px){
    .custom-bullet-list li{
        padding-left:0px
    }
}




    .custom-bullet-list2 {
    list-style-type: disc;
    padding-left: 17px;
    margin: 0;
}

.custom-bullet-list2 li {
    line-height: 1.8;
    color: #34414C;
}

.custom-bullet-list2 li:last-child {
    margin-bottom: 0;
}

.custom-bullet-list2 li::marker {
    color: #34414C;
    font-size: 1.1em;
}




@media(max-width:767px){
    .custom-bullet-list2 li{
        padding-left:0px
    }
}


.vaka-detail-img {
    width: 100%;
    overflow: hidden;
}

.vaka-detail-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.vaka-detail-img img:hover {
    transform: translateY(-5px);
}



.sidebar-sticky-wrapper {
    position: sticky;
    top: 110px;
    height: max-content;
}

.sidebar-external-btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}

.sidebar-external-nav {
    margin-top: 35px;
}

.sidebar-external-nav h3 {
    margin-bottom: 0;
    font-family: 'NHG Pro 65Md', sans-serif;
    font-weight: 500;
}

.sidebar-vaka-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.sidebar-vaka-nav .vaka-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.02);
    flex: 1;
    justify-content: center;
}

.sidebar-vaka-nav .vaka-nav-link i {
    font-size: 22px;
}

.sidebar-vaka-nav .vaka-nav-link:hover {
    color: #ffffff;
    background-color: #0076AB;
    border-color: #0076AB;
}

.sidebar-single-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: 30px;
}

.sidebar-single-nav .nav-arrow {
    color: #b0b0b0;
    font-size: 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.sidebar-single-nav .nav-title {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    flex: 1;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.sidebar-single-nav .nav-arrow:hover,
.sidebar-single-nav .nav-title:hover {
    color: #0076AB;
}


.bggri{
    background:#F2F2F2
}




.avantajlar-white-box {
    background-color: #ffffff;
    border-radius: 20px; 
    padding: 70px 60px;  
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03); 
}
.avantajlar-white-box li{
    color:#34414C !important;
}
.avantajlar-white-box li::marker {
    color:#34414C !important;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .avantajlar-white-box {
        padding: 40px 25px;
    }
}


.butontrasparan
{
    background:transparent !important;
    border: 1px solid #0076AB !important;
    color: #0076AB !important;
}

.custom-item-list li {
    color: #34414C !important;
}


.export-area {
        position: relative;
        background-color: #ffffff;
        padding-top: 150px;
        overflow: hidden; 
    }
    .blue-bottom-band {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 129px; 
        background-color: #00639a;
        z-index: 1;
    }
    .export-gemi-img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 55%; 
        z-index: 2; 
    }
    
    @media (max-width: 991px) {
        .export-area {
            padding-top: 80px;
        }
        .blue-bottom-band {
            height: 60px; 
        }
        .export-gemi-img {
            position: relative;
            max-width: 100%;
            margin-top: 40px;
        }
        .export-text-content {
            padding-bottom: 20px !important;
        }
    }

    .alindair-custom-nav {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        padding-top: 25px;
        background: transparent;
        transition: all 0.3s ease-in-out;
    }

    
    .alindair-custom-nav.is-sticky,
    .alindair-custom-nav.sticky {
        position: fixed !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-shadow: none;
    }

    .alindair-custom-nav .navbar-brand {
         border: 1px solid #0076AB;
        border-radius: 50px;
        padding: 13px 30px;
    }
    
    .alindair-custom-nav .navbar-nav {
        border: 1px solid #0076AB;
        border-radius: 50px;
        padding: 2px 10px; 
        margin-left: auto; 
        margin-right: 40px;
    }
    .alindair-custom-nav.sticky .navbar-nav
    {
        background:#0075aa
    }
    .alindair-custom-nav.sticky .navbar-brand
    {
        background:#0075aa
    }
    
    .alindair-custom-nav .nav-item .nav-link {
        color: #ffffff !important;
        padding: 14px 12px !important;
        font-size: 15px;
        transition: 0.3s;
    }
    
    .alindair-custom-nav .nav-item .nav-link:hover {
        color: #A3D5FF !important;
    }

    @media (max-width: 1199px) {
        .alindair-custom-nav .navbar-brand,
        .alindair-custom-nav .navbar-nav {
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        .alindair-custom-nav {
            padding-top: 15px;
        }
    }


.alindair-footer {
        background-color: #34414C;
        padding: 80px 0 60px;
    }
    .alindair-footer p, 
    .alindair-footer a, 
    .alindair-footer span, 
    .alindair-footer li {
        color: #E0E0E0;
        text-decoration: none;
        line-height: 1.8;
        transition: 0.3s;
    }
    .alindair-footer a:hover {
        color: #0076AB;
    }
    
    .footer-social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-social-icons li {
        margin-bottom: 15px;
    }
    .footer-social-icons a {
        color: #D8D8D8;
        font-size: 20px;
    }

    .footer-support-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-support-menu li {
        margin-bottom: 12px;
    }
    
    .footer-form-input {
        background-color: transparent;
        border: 1px solid #D9D9D9;
        border-radius: 30px;
        color: #ffffff;
        padding: 12px 20px;
        width: 100%;
        outline: none;
    }
    .footer-textarea {
        background-color: transparent;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        color: #ffffff;
        padding: 15px 20px;
        width: 100%;
        height: 120px;
        resize: none;
        outline: none;
        margin-top: 15px;
    }

    .footer-form-input::placeholder,
    .footer-textarea::placeholder {
        color: #D9D9D9 !important;
        font-family: 'NHG Pro 55Rg', sans-serif !important;
        opacity: 1;
    }
    
    .footer-form-input:focus,
    .footer-textarea:focus {
        border-color: #0076AB;
    }


    
    .alindair-footer  .default-btn {
  background-color: #0076AB;
  border: 1px solid #0076AB;
  color: #ffffff !important;
  margin-left: 46px;
  padding:7.5px 30px;
  font-family: "NHG Pro 55Rg", sans-serif;
  font-size:18px
}

.alindair-footer .default-btn .left {
  left: -46px;
  background-color: #0076AB;
  border: 1px solid #0076AB;
  color: #ffffff;
}

.alindair-footer .default-btn .right {
  color: #ffffff;
}

.alindair-footer .default-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00639A !important;
  margin-left: 0;
  margin-right: 48px; 
}

.alindair-footer .default-btn:hover .left {
  opacity: 0;
}

.alindair-footer .default-btn:hover .right {
  right: -48px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #fff;
  color:#00639A
}


    .center-showcase-area {
        padding: 60px 0;
        overflow: hidden;
    }
    
    .center-showcase-slider .swiper-slide {
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        opacity: 0.55;
        transform: scale(0.85);
        filter: blur(1px);
    }
    
    .center-showcase-slider .swiper-slide-active {
        opacity: 1;
        transform: scale(1.15);
        filter: blur(0px);
        z-index: 2;
    }
    
    .center-showcase-slider .showcase-image-card {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    
    .center-showcase-slider .showcase-image-card img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        display: block;
    }
    
    .showcase-nav-btn {
        width: 50px !important;
        height: 50px !important;
        background-color: #0076AB;
        color: #ffffff !important;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    .showcase-nav-btn:after {
        font-size: 20px !important;
        font-weight: bold;
    }
    .showcase-nav-btn:hover {
        background-color: #005A85;
        transform: scale(1.08);
    }
