/* Valeron Kumlama - Özel Stiller */

.valeron-logo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
}

.valeron-logo .logo-img {
    display: block;
    width: 170px;
    height: 50px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 991px) {
    .valeron-logo .logo-img {
        width: 150px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .valeron-logo .logo-img {
        width: 130px;
        height: 38px;
    }
}

@media (max-width: 480px) {
    .valeron-logo .logo-img {
        width: 110px;
        height: 32px;
    }
}

.valeron-logo .logo-text {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    padding-top: 15px;
}

.header-style-1 .valeron-logo .logo-text {
    color: #333;
}

.valeron-logo .logo-text strong {
    color: #fd5f17;
    font-weight: 700;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
    animation: whatsapp-heartbeat 1.6s ease-in-out infinite;
    transform-origin: center center;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    opacity: 0.5;
    z-index: -1;
    animation: whatsapp-pulse-ring 1.6s ease-out infinite;
}

.whatsapp-float .whatsapp-icon {
    width: 32px;
    height: 32px;
    display: block;
}

@keyframes whatsapp-heartbeat {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.12); }
    30% { transform: scale(1); }
    45% { transform: scale(1.12); }
    60% { transform: scale(1); }
}

@keyframes whatsapp-pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70%, 100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    animation: none;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* Language switcher bubble */
.lang-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}

.lang-float-toggle {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #fd5f17;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(253, 95, 23, 0.45);
    animation: lang-heartbeat 1.6s ease-in-out infinite;
    transform-origin: center center;
    padding: 0;
}

.lang-float-toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fd5f17;
    opacity: 0.45;
    z-index: -1;
    animation: lang-pulse-ring 1.6s ease-out infinite;
}

.lang-float-toggle {
    position: relative;
}

.lang-globe-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.lang-current-code {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

.lang-float-menu {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 150px;
}

.lang-float.open .lang-float-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.lang-float.open .lang-float-toggle {
    animation: none;
    transform: scale(1.05);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lang-option:hover,
.lang-option:focus {
    background: #fff5ef;
    color: #fd5f17;
    transform: translateX(4px);
    text-decoration: none;
}

.lang-option.active {
    background: #fd5f17;
    color: #fff;
}

.lang-flag {
    font-size: 18px;
    line-height: 1;
}

@keyframes lang-heartbeat {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.1); }
    30% { transform: scale(1); }
    45% { transform: scale(1.1); }
    60% { transform: scale(1); }
}

@keyframes lang-pulse-ring {
    0% { transform: scale(1); opacity: 0.45; }
    70%, 100% { transform: scale(1.55); opacity: 0; }
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .navbar-nav,
html[dir="rtl"] .breadcrumb,
html[dir="rtl"] .contact-info ul,
html[dir="rtl"] .widget ul {
    direction: rtl;
}

html[dir="rtl"] .lang-float {
    left: auto;
    right: 25px;
}

html[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 25px;
}

html[dir="rtl"] .lang-option:hover,
html[dir="rtl"] .lang-option:focus {
    transform: translateX(-4px);
}

@media (max-width: 767px) {
    html[dir="rtl"] .lang-float {
        right: 15px;
    }

    html[dir="rtl"] .whatsapp-float {
        left: 15px;
    }
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.slide-inner.has-video {
    position: relative;
    overflow: hidden;
}

.slide-inner.has-video .container {
    position: relative;
    z-index: 2;
}

.slide-inner.has-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.category-banner {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.category-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.category-banner .container {
    position: relative;
    z-index: 1;
}

.category-banner h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.category-banner p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
}

.sectors-grid .grid {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}

.sectors-grid .grid:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sectors-grid .grid i {
    font-size: 40px;
    color: #fd5f17;
    margin-bottom: 15px;
    display: block;
}

.sectors-grid .grid h4 {
    font-size: 16px;
    margin: 0;
}

.spec-table {
    width: 100%;
    margin: 20px 0;
}

.spec-table tr td:first-child {
    font-weight: 600;
    width: 40%;
    background: #f8f8f8;
}

.spec-table td {
    padding: 12px 16px;
    border: 1px solid #eee;
}

.detail-actions {
    margin: 30px 0;
}

.detail-actions .theme-btn,
.detail-actions .theme-btn-s2 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.detail-actions .whatsapp-btn {
    background: #25d366;
    border-color: #25d366;
}

.detail-actions .whatsapp-btn:hover {
    background: #1da851;
    border-color: #1da851;
}

.usage-areas-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.usage-areas-list li i {
    color: #fd5f17;
    margin-right: 8px;
}

.alert-valeron {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-valeron.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-valeron.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

html, body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .valeron-logo .logo-text {
        font-size: 16px;
        padding-top: 18px;
    }

    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 52px;
        height: 52px;
    }

    .whatsapp-float .whatsapp-icon {
        width: 28px;
        height: 28px;
    }

    .lang-float {
        bottom: 15px;
        left: 15px;
    }

    .lang-float-toggle {
        width: 52px;
        height: 52px;
    }

    .lang-globe-icon {
        width: 22px;
        height: 22px;
    }

    .lang-float-menu {
        bottom: 62px;
        min-width: 140px;
    }

    .category-banner {
        min-height: 220px;
    }

    .category-banner h2 {
        font-size: 24px;
    }
}

img[loading="lazy"] {
    background: #f0f0f0;
}
