/* ========== Rainy Bilişim – Kurumsal Footer ========== */

.footer-area-wrapper.rainy-footer-corporate,
.rainy-footer-corporate {
    display: block !important;
    visibility: visible !important;
    overflow: visible;
    width: 100%;
    background: linear-gradient(160deg, #f0f3f6 0%, #e8ecf0 50%, #f4f6f9 100%);
    position: relative;
}

.rainy-footer-corporate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(13, 33, 55, .03) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(13, 33, 55, .02) 0%, transparent 40%);
    pointer-events: none;
}

.rainy-footer-main {
    padding: 3rem 0 2.5rem;
    position: relative;
    z-index: 1;
    min-height: 120px;
}

.rainy-footer-row {
    margin: 0 -0.75rem;
}

.rainy-footer-col {
    padding: 0 0.75rem 1.5rem;
}

.rainy-footer-logo-img {
    height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.rainy-footer-slogan {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    max-width: 280px;
}

/* Şirket bilgileri – Hakkımızda (logo altında) */
.rainy-footer-company {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.08);
}

.rainy-footer-company .rainy-footer-heading {
    margin-bottom: 0.5rem;
}

.rainy-footer-company-details {
    font-size: 0.8rem;
    color: #4a5568;
    line-height: 1.55;
}

.rainy-footer-company-line {
    margin: 0 0 0.5rem;
}

.rainy-footer-company-line:last-child {
    margin-bottom: 0;
}

.rainy-footer-company-line strong {
    color: #2d3748;
    font-weight: 600;
}

.rainy-footer-company-details a {
    color: #0d2137;
    text-decoration: none;
}

.rainy-footer-company-details a:hover {
    text-decoration: underline;
}

.rainy-footer-heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

/* Link listeleri */
.rainy-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rainy-footer-list li {
    margin-bottom: 0.4rem;
}

.rainy-footer-list a {
    font-size: 0.875rem;
    color: #4a5568;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.rainy-footer-list a:hover {
    color: #0d2137;
}

.rainy-footer-list .fa-chevron-right {
    font-size: 0.6rem;
    color: #a0aec0;
}

/* Alt bar – telif + KDV (ortada) */
.rainy-footer-bottom {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(0,0,0,.06);
    background: rgba(0,0,0,.03);
    position: relative;
    z-index: 1;
}

.rainy-footer-bottom-inner {
    max-width: 600px;
    margin: 0 auto;
}

.rainy-footer-copy {
    font-size: 0.85rem;
    color: #4a5568;
    display: block;
}

.rainy-footer-kdv {
    color: #718096;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

/* Yukarıya git butonu – daha yukarıda */
#scroll-top.scroll-top,
a.scroll-top#scroll-top {
    bottom: 2rem !important;
}
@media (min-width: 768px) {
    #scroll-top.scroll-top,
    a.scroll-top#scroll-top {
        bottom: 3rem !important;
    }
}

@media (max-width: 767px) {
    .rainy-footer-main {
        padding: 2rem 0 1.5rem;
    }
}
