/* Genel Buton Stilleri */
.btn,
.btn-color {
    background: white;
    border: 2px solid var(--site-color);
    color: var(--site-color);
    padding: 12px 30px;
    font-size: var(--site-button-size);
    font-weight: var(--site-button-weight);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.weta-slider-buttons a {
    color: var(--site-color) !important;
}

#slider-2 {
    margin: 0 30px;
}

.btn:hover,
.btn-color:hover {
    background: var(--site-color);
    color: #ffffff !important;
    border-color: var(--site-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(222, 33, 33, 0.3);
}

.btn-textimg-1 {
    background: var(--site-color);
    color: #ffffff;
    border: 2px solid var(--site-color);
    padding: 12px 30px;
    font-size: var(--site-button-size);
    font-weight: var(--site-button-weight);
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.parallax-section .btn-color {
    color: var(--site-color) !important;
}

.parallax-section .btn-color:hover {
    color: #ffffff !important;
}

.btn-textimg-1:hover {
    background: var(--site-hover-color);
    border-color: var(--site-hover-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(222, 33, 33, 0.4);
}

/* Slider Butonları */
.weta-slider-buttons .btn {
    margin: 5px;
}

/* Form Butonları */
#submitButton,
.btn-submit {
    background: var(--site-color);
    color: #ffffff;
    border: 2px solid var(--site-color);
    padding: 12px 40px;
    font-size: var(--site-button-size);
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: auto;
}

#submitButton:hover,
.btn-submit:hover {
    background: var(--site-hover-color);
    border-color: var(--site-hover-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(222, 33, 33, 0.4);
}

/* Buton İkon Desteği */
.btn i,
.btn-color i,
.btn-textimg-1 i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.btn:hover i,
.btn-color:hover i,
.btn-textimg-1:hover i {
    transform: translateX(3px);
}

.icon-section .icon-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
}

#counter_1 .counterNumber::after,
#counter_3 .counterNumber::after,
#counter_2 .counterNumber::after,
#counter_4 .counterNumber::after,
#counter_5 .counterNumber::after {
    content: '+'
}

@media (min-width: 1024px) {
    .section-header .dropdown-menu {
        min-width: 350px !important;
    }

    .section-header .big-dropdown {
        min-width: 600px !important;
    }

    .nav-link[href="/tr/isletim-sistemi-kurulum-teknik-destek-islemleri"] {
        line-height: 1.8;
    }

    #page-1 .body-content {
        padding-top: 15px !important;
    }

    .section-header .col-lg-9 {
        justify-content: center;
    }

    .phone-bar {
        position: absolute !important;
        bottom: -72px;
    }

    .phone-bar a {
        font-size: 16px;
    }
}


#slider-2 #slide-items-1::before,
#slider-2 #slide-items-2::before,
#slider-2 #slide-items-3::before,
#slider-2 #slide-items-4::before {
    border-radius: 30px;
}

@media (max-width: 768px) {
    .page-breadcrumb {
        max-height: 150px;
    }

    .page-breadcrumb .relative-title .page-list {
        line-height: 1.6;
    }

    .product-breadcrumb a,
    .product-breadcrumb span,
    .page-breadcrumb a,
    .page-breadcrumb span {
        font-size: 13px !important;
    }

    .icon-section .icon-wrapper {
        margin: 5px 0;
    }

    /* Mobil Buton Stilleri */
    .btn,
    .btn-color,
    .btn-textimg-1 {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .weta-slider-buttons .btn {
        display: block;
        margin: 10px auto;
    }

    #submitButton,
    .btn-submit {
        width: 100%;
        padding: 12px 20px;
    }

    .weta-icerik-tag,
    .weta-slider-tag,
    .weta-counter-tag,
    .weta-parallax-tag {
        font-size: 32px;
    }

    .section-header #navigation.visible {
        overflow: scroll;
    }
    .weta-slider-buttons a {
        max-width: 80%;
    }
    #slider-2 p{
        padding: 0 10px;
    }
    #slider-2 {
        background-color: white;
        margin: 0 15px;
    }
}

/* Hizmetlerimiz BÃ¶lÃ¼mÃ¼ */
.gallery-section-2 {
    padding: 60px 0;
}

.gallery-section-2 .gallery-wrapper {
    text-align: center;
}

.gallery-section-2 .gallery-wrapper p {
    text-align: center;
    padding: 10px 100px;
}


@keyframes lineExpand {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.gallery-section-2 .custom-col {
    margin-bottom: 30px;
    padding: 0 15px;
}

.gallery-section-2 .img-wrapper {
    height: 100%;
    border: 2px solid #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.gallery-section-2 .img-wrapper:hover {
    border-color: #de2121;

}

.gallery-section-2 .custom-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.gallery-section-2 .gallery-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.gallery-section-2 .gallery-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-section-2 .img-wrapper:hover .gallery-img img {
    transform: scale(1.05);
}

.gallery-section-2 .gallery-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-section-2 .img-title {
    margin-bottom: 12px;
}

.gallery-section-2 .img-title span {
    font-size: 24px !important;
}

.gallery-section-2 .img-title h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.gallery-section-2 .img-description {
    flex: 1;
}

.gallery-section-2 .img-description p {
    font-size: 14px !important;
    line-height: 1.6;
    margin: 0;
}


@media (max-width: 576px) {
    .gallery-section-2 .custom-col {
        width: 100% !important;
    }

    .gallery-section-2 .gallery-img {
        height: 200px;
    }

    #counter-section-0 .counter-col {
        width: 100% !important;
    }

    .page-breadcrumb .relative-title .page-name .page-title,
    .page-breadcrumb .relative-title .page-name span,
    .page-breadcrumb .relative-title .page-name .page-sub-title {
        font-size: 22px !important;
        margin-bottom: 45px;
    }
}

#slide-items-2 img {
    object-position: 50% 82%;
}

@media (min-width:768px) and (max-width:1023px) {

    .gorsel-left img,
    .gorsel-right img {
        height: 500px;
        object-fit: cover;
    }

    #icon-section-0 .custom-col,
    #icon-section-1 .custom-col {
        width: 50% !important;
    }
}

a[href="/tr/hizmetler"],
a[href="/tr/hizmet-bolgelerimiz"],
a[href="/tr/bilgisayar-ve-bilesenler"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}