﻿/* ==============================
   Hero Background Image
============================== */

.it-hero-area {
    position: relative;
    overflow: hidden;
}

.it-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/img/pnyka.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Fade effect */
    opacity: 0.40;
    /* Soft blend with theme color */
    mix-blend-mode: multiply;
    /* Slight zoom for premium feel */
    transform: scale(1.05);
    z-index: 0;
}

/* Keep content above background */
.it-hero-content, .it-hero-shape-wrap {
    position: relative;
    z-index: 1;
}

.it-hero-title, .it-hero-subtitle {
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.it-hero-content .it-hero-desc {
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


/* ======================================
   Trusted Tenants Section
====================================== */
.tp-trusted-area {
    background: #FDF7F4;
}

/* Section title */
.tp-section-title-sm {
    font-size: 26px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.tp-section-line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #0C5752;
    opacity: 0.6;
}

/* ======================================
   Tenant Carousel Items
====================================== */

.tp-tenant-logo-item {
    padding: 25px 15px;
    transition: transform 0.35s ease;
}

    .tp-tenant-logo-item img {
        max-height: 80px;
        max-width: 140px;
        object-fit: contain;
        margin-bottom: 12px;
        filter: grayscale(100%);
        opacity: 0.75;
        transition: all 0.35s ease;
    }

.tp-tenant-logo-title {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

/* Hover effect */
.tp-tenant-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Trusted section background */
.tp-trusted-area {
    background: #ffffff;
}

/* Contact section background */
.tp-contact-area {
    background: #FDF7F4;
}


/* ======================================
   Swiper spacing
====================================== */

.tp-tenant-slider .swiper-slide {
    width: auto;
}

/* ======================================
   Demo / Empty Trusted Section
====================================== */

.tp-demo-box {
    padding: 60px 40px;
    border-radius: 20px;
    background: linear-gradient( 135deg, rgba(12, 87, 82, 0.05), rgba(12, 87, 82, 0.02) );
}

.tp-demo-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0C5752;
    margin-bottom: 14px;
}

.tp-demo-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    margin-bottom: 18px;
}

.tp-demo-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 520px;
    margin: 0 auto 10px;
}
