/* =====================================================
   Nova Silikon — Özel Stiller
   (Slider, Header, Footer ve :root CMS'de tanımlı)
   ===================================================== */

/* =====================
   Top Bar — Gradient
   ===================== */
.section-top-bar,
.page-breadcrumb {
    background: linear-gradient(90deg, #27a949 0%, #448bca 100%) !important;
}

.section-top-bar,
.section-top-bar a,
.section-top-bar span,
.section-top-bar li,
.section-top-bar .fa-solid,
.section-top-bar .fa-brands {
    color: #ffffff !important;
}

.section-top-bar a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* =====================
   Loader
   ===================== */
.loader img {
    animation: nova-pulse 1.6s ease-in-out infinite;
}

@keyframes nova-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* =====================================================================
   1. SLIDER İÇERİK TASARIMI
   ===================================================================== */

#slider-0 .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 1 !important;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(39, 169, 73, 0.75) 0%, rgba(68, 139, 202, 0.45) 40%, rgba(68, 139, 202, 0.10) 50%, transparent 60%) !important;
    pointer-events: none;
    z-index: 0;
}

#slider-0 .swiper-slide .container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

#slider-0 .swiper-slide .slider-contents {
    position: relative !important;
    max-width: 640px;
    text-align: left !important;
}

.pageSliderContent .weta-slider-tag {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.5px !important;
    padding-left: 18px;
    border-left: 4px solid var(--site-color);
}

#slider-0 .swiper-slide .weta-slider-tag,
#slider-0 .swiper-slide .slider-description p {
    color: #ffffff !important;
}

.pageSliderContent .slider-description p {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    max-width: 500px;
}

.pageSliderContent .weta-slider-buttons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px !important;
}

.pageSliderContent .weta-slider-buttons .btn {
    padding: 13px 30px !important;
    border-radius: 8px !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    justify-content: space-between;
    align-items: center !important;
    gap: 20px;
    transition: all 0.22s ease !important;
    border: 2px solid transparent !important;
    position: relative;
}

.pageSliderContent .weta-slider-buttons .btn::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.22s ease;
}

.pageSliderContent .weta-slider-buttons .btn:hover::after {
    transform: translateX(4px);
}

.pageSliderContent .weta-slider-buttons .btn-color:first-child {
    background: var(--site-color) !important;
    border-color: var(--site-color) !important;
    color: #fff !important;
}

.pageSliderContent .weta-slider-buttons .btn-color:first-child:hover {
    background: #1e8038 !important;
    border-color: #1e8038 !important;
}

.pageSliderContent .weta-slider-buttons .btn-color:not(:first-child) {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    color: #fff !important;
}

.pageSliderContent .weta-slider-buttons .btn-color:not(:first-child):hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 3px !important;
    transition: all 0.22s ease !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--site-color) !important;
    border-color: var(--site-color) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    color: #fff !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.35) !important;
    width: 7px !important;
    height: 7px !important;
}

.swiper-pagination-bullet-active {
    background: var(--site-color) !important;
    width: 24px !important;
    border-radius: 4px !important;
    opacity: 1 !important;
}

/* =====================================================================
   2. COUNTER SECTION — AYDINLIK TEMA
   ===================================================================== */

.counter-section {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Sol yeşil accent çizgisi */
.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--site-color);
    z-index: 1;
}

/* Üst ve alt ince border */
.counter-section {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.counter-section .container {
    position: relative;
    z-index: 2;
}

.counter-content {
    margin-bottom: 52px;
}

.weta-counter-tag {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.3px !important;
}

.counterDescription,
.counterDescription p {
    color: #888 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.counter-col {
    text-align: center;
    padding: 24px 20px;
    border-right: 1px solid #ebebeb;
}

.counter-col:last-child {
    border-right: none;
}

.counterNumber {
    font-size: 52px !important;
    font-weight: 700 !important;
    color: var(--site-color) !important;
    line-height: 1 !important;
    margin-bottom: 12px !important;
    letter-spacing: -2px !important;
    display: block;
}

.counterLine {
    display: block;
    width: 28px;
    height: 2px;
    background: #e2e2e2;
    margin: 0 auto 12px;
    border-radius: 2px;
}

.counter-col p {
    color: #999 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

/* =====================================================================
   3. HİZMETLERİMİZ KART TASARIMI
   ===================================================================== */

.gallery-wrapper {
    text-align: center;
    margin-bottom: 52px;
}

.gallery-wrapper .weta-icerik-tag {
    display: inline-block;
    margin-bottom: 0 !important;
}

.gallery-wrapper::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--site-color);
    margin: 14px auto 0;
    border-radius: 2px;
}

.galleryDescription p {
    font-size: 15.5px;
    color: #888;
    line-height: 1.75;
    max-width: 520px;
    margin: 16px auto 0;
}

.gallery-section .custom-col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.gallery-section .img-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: transform 0.28s ease, border-color 0.28s ease;
    position: relative;
}

.gallery-section .img-wrapper:hover {
    transform: translateY(-6px);
    border-color: var(--site-color);
}

.gallery-section .gallery-img {
    overflow: hidden;
    position: relative;
}

.gallery-section .gallery-img>a {
    display: block;
    overflow: hidden;
}

.gallery-section .gallery-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-section .img-wrapper:hover .gallery-img img {
    transform: scale(1.06);
}

.gallery-section .gallery-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(39, 169, 73, 0);
    transition: background 0.28s ease;
    pointer-events: none;
}

.gallery-section .img-wrapper:hover .gallery-img::after {
    background: rgba(39, 169, 73, 0.07);
}

.gallery-section .gallery-info {
    padding: 20px 22px 36px;
    border-top: 3px solid #f0f0f0;
    transition: border-color 0.28s ease;
    position: relative;
}

.gallery-section .img-wrapper:hover .gallery-info {
    border-top-color: var(--site-color);
}

.gallery-section .img-title .weta-icerik-tag {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block;
}

.gallery-section .img-description p {
    font-size: 13.5px;
    color: #888;
    line-height: 1.65;
    margin: 0;
}

.gallery-section .gallery-info::after {
    content: '→';
    position: absolute;
    bottom: 18px;
    right: 22px;
    font-size: 16px;
    color: #ddd;
    transition: color 0.28s ease, transform 0.28s ease;
}

.gallery-section .img-wrapper:hover .gallery-info::after {
    color: var(--site-color);
    transform: translateX(4px);
}

/* =====================================================================
   SAYFA İÇERİK TASARIMI (Silikon Baskı vb.)
   ===================================================================== */

.pageDetailContent .weta-icerik-tag {
    margin-bottom: 24px !important;
    position: relative;
    padding-left: 18px;
    border-left: 4px solid var(--site-color);
}

.pageDetailContent .weta-description p {
    color: #555 !important;
}

.pageDetailContent .weta-description strong {
    color: var(--site-color);
    font-weight: 600;
}

.service-highlights {
    margin: 36px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #f5f5f5;
    border-radius: 6px;
    border-left: 3px solid var(--site-color);
    transition: all 0.22s ease;
}

.highlight-item:hover {
    background: #f0f5f1;
    transform: translateX(4px);
}

.highlight-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: var(--site-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.highlight-text strong {
    display: block;
    font-size: 15px;
    color: #111;
    margin-bottom: 4px;
    font-weight: 600;
}

.highlight-text p {
    font-size: 14px !important;
    color: #777 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.service-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--site-color);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 6px;
    border: 2px solid var(--site-color);
    text-decoration: none;
    transition: all 0.22s ease;
    margin-top: 24px;
    position: relative;
}

.service-cta-btn::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.22s ease;
}

.service-cta-btn:hover {
    background: #1e8038;
    border-color: #1e8038;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 169, 73, 0.25);
}

.service-cta-btn:hover::after {
    transform: translateX(4px);
}

/* =====================================================================
   İCON SECTION — Misyon, Vizyon, Değerler
   ===================================================================== */

#icon-section-1 {
    background: #f5f5f5;
}

#icon-section-1 .icon-content-wrapper {
    text-align: center;
    margin-bottom: 56px;
}


#icon-section-1 .galleryDescription p {
    font-size: 16px;
    color: #888;
    line-height: 1.75;
    max-width: 600px;
    margin: 0 auto;
}

#icon-section-1 .custom-col {
    padding: 0 15px;
    margin-bottom: 30px;
}

#icon-section-1 .icon-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 28px;
    text-align: center;
    border: 1px solid #e8e8e8;
    transition: all 0.28s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#icon-section-1 .icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--site-color);
    transform: scaleX(0);
    transition: transform 0.28s ease;
}

#icon-section-1 .icon-wrapper:hover::before {
    transform: scaleX(1);
}

#icon-section-1 .icon-wrapper:hover {
    transform: translateY(-8px);
    border-color: var(--site-color);
    box-shadow: 0 12px 28px rgba(39, 169, 73, 0.12);
}

#icon-section-1 .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, var(--site-color) 0%, #1e8038 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.28s ease;
}

#icon-section-1 .icon-wrapper:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(39, 169, 73, 0.25);
}

#icon-section-1 .icon span {
    font-size: 28px;
    color: #ffffff;
}

#icon-section-1 .icon-title .weta-icerik-tag {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 14px !important;
    letter-spacing: 0 !important;
}

#icon-section-1 .icon-description p {
    font-size: 14.5px !important;
    color: #666 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.pageDetailContent .rg-wrapper img {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.pageDetailContent .rg-wrapper img:hover {
    transform: scale(1.02);
}

/* =====================================================================
   4. PARALLAX / CTA ALANI
   ===================================================================== */

.parallax-section {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 100px 0 !important;
}

/* İçerik z-index */
.parallax-section .container {
    position: relative;
    z-index: 2;
}

/* Sol yeşil border aksanı */
.parallax-section .rgw {
    border-left: 4px solid var(--site-color);
    padding-left: 32px;
    max-width: 620px;
}

/* Başlık */
.weta-parallax-tag {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    letter-spacing: -0.5px !important;
}

/* Açıklama */
.parallax-description p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.80) !important;
    font-weight: 300 !important;
    line-height: 1.75 !important;
    margin: 0 0 32px !important;
}

/* Butonlar sarmalı */
.parallax-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

/* Primary buton */
.parallax-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 3px;
    transition: all 0.22s ease;
    line-height: 1;
}

.parallax-btn-primary {
    background: var(--site-color);
    color: #fff;
    padding: 14px 28px;
    border: 2px solid var(--site-color);
}

.parallax-btn-primary:hover {
    background: #1e8038;
    border-color: #1e8038;
    color: #fff;
    transform: translateY(-2px);
}

.parallax-btn-primary svg {
    transition: transform 0.22s ease;
}

.parallax-btn-primary:hover svg {
    transform: translateX(4px);
}

/* Ghost / email buton */
.parallax-btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    padding: 13px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    font-size: 13.5px;
    position: relative;
}

.parallax-btn-ghost::after {
    content: '→';
    margin-left: 8px;
    font-size: 15px;
    transition: transform 0.22s ease;
    display: inline-block;
}

.parallax-btn-ghost:hover {
    color: #fff;
    border-bottom-color: var(--site-color);
}

.parallax-btn-ghost:hover::after {
    transform: translateX(4px);
}

/* =====================
   Custom Cursor
   ===================== */
#cursor {
    width: 7px;
    height: 7px;
    background: var(--site-color);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 10001;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

#cursor-border {
    width: 30px;
    height: 30px;
    border: 1.5px solid rgba(39, 169, 73, 0.35);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

/* =====================
   Responsive
   ===================== */
@media (max-width: 991px) {
    .pageSliderContent .weta-slider-tag {
        font-size: 34px !important;
    }

    .counter-col {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        padding: 22px 0;
    }

    .counter-col:last-child {
        border-bottom: none;
    }

    .counterNumber {
        font-size: 44px !important;
    }

    .gallery-section-1 .custom-col {
        width: 100% !important;
        margin-bottom: 18px;
    }

    .gallery-section .gallery-img img {
        height: 240px;
    }

    .parallax-section {
        padding: 72px 0 !important;
        background-attachment: scroll !important;
    }

    .weta-parallax-tag {
        font-size: 30px !important;
    }

    #cursor,
    #cursor-border {
        display: none;
    }

    .pageDetailContent .weta-icerik-tag {
        font-size: 30px !important;
    }

    .service-highlights {
        gap: 16px;
    }

    #icon-section-1 {
        padding: 60px 0 !important;
    }

    #icon-section-1 .icon-content-wrapper {
        margin-bottom: 44px;
    }

    #icon-section-1 .custom-col {
        width: 100% !important;
        margin-bottom: 24px;
    }

    #icon-section-1 .icon-wrapper {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .pageSliderContent .weta-slider-tag {
        font-size: 26px !important;
        letter-spacing: 0 !important;
        padding-left: 12px;
    }

    .pageSliderContent .slider-description p {
        font-size: 14px !important;
    }

    .pageSliderContent .weta-slider-buttons {
        gap: 10px;
    }

    .counter-section {
        padding: 52px 0 !important;
    }

    .weta-counter-tag {
        font-size: 24px !important;
    }

    .counterNumber {
        font-size: 38px !important;
    }


    .parallax-section {
        padding: 56px 0 !important;
    }

    .weta-parallax-tag {
        font-size: 26px !important;
    }

    .parallax-section .rgw {
        padding-left: 20px;
    }

    .parallax-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .pageDetailContent .weta-icerik-tag {
        font-size: 26px !important;
        padding-left: 12px;
    }

    .pageDetailContent .weta-description p {
        font-size: 15px !important;
    }

    .service-highlights {
        gap: 14px;
    }

    .highlight-item {
        padding: 14px;
    }

    .service-cta-btn {
        width: 100%;
        justify-content: center;
    }

    #icon-section-1 {
        padding: 48px 0 !important;
    }

    #icon-section-1 .icon-content-wrapper {
        margin-bottom: 36px;
    }

    #icon-section-1 .icon-content-wrapper .weta-icerik-tag {
        font-size: 26px !important;
    }

    #icon-section-1 .icon-wrapper {
        padding: 28px 20px;
    }

    #icon-section-1 .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    #icon-section-1 .icon span {
        font-size: 24px;
    }

    #icon-section-1 .icon-title .weta-icerik-tag {
        font-size: 18px !important;
    }

    #icon-section-1 .icon-description p {
        font-size: 14px !important;
    }
}
#paragraph-section-1 {
    display: none;
}
.pageDetailContent .rexa-gorseller {
    justify-content: center;
}
#icon-section-1 .weta-icerik-tag,
#gallery-detail-section-1 .weta-icerik-tag {
    border-left: none !important;
}