/* ==========================================================================
   ILKE GLOBAL & LOWEN - PREMIUM DESIGN ENHANCEMENTS
   ========================================================================== */

/* 1. Global Smooth Experience */
html {
    scroll-behavior: smooth;
}

/* 2. Custom Modern Slim Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}
::-webkit-scrollbar-thumb {
    background: #1e9e49;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #158037;
}

/* 3. Modern Form Elements (Inputs, Selects, Textareas) */
.form-control, 
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="file"],
select, 
textarea {
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 14px 20px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background-color: #fcfcfc !important;
    color: #334155 !important;
    box-shadow: none !important;
}

.form-control:focus, 
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="file"]:focus,
select:focus, 
textarea:focus {
    background-color: #ffffff !important;
    border-color: #1e9e49 !important;
    box-shadow: 0 0 0 4px rgba(30, 158, 73, 0.12) !important;
    outline: none !important;
}

/* 4. Elegant Alert Layouts */
.alert {
    border-radius: 14px !important;
    border: none !important;
    padding: 16px 22px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    margin-bottom: 25px;
}
.alert-success {
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
    border-left: 4px solid #10b981 !important;
}
.alert-danger {
    background-color: #fef2f2 !important;
    color: #991b1b !important;
    border-left: 4px solid #ef4444 !important;
}

/* 5. Micro-Animations for Theme Buttons */
.theme-btn, 
.submit-area button,
.wpo-contact-form-area button {
    border-radius: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 15px rgba(30, 158, 73, 0.15) !important;
}
.theme-btn:hover, 
.submit-area button:hover,
.wpo-contact-form-area button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 22px rgba(30, 158, 73, 0.25) !important;
}
.theme-btn:active, 
.submit-area button:active,
.wpo-contact-form-area button:active {
    transform: translateY(-1px) !important;
}

/* 6. Card Widget Transitions and Floating Hover Effect */
.office-info-item, 
.wpo-about-exprience, 
.service-item, 
.project-item, 
.wpo-about-exprience,
.office-info-item {
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.office-info-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(30, 158, 73, 0.15) !important;
}

/* 7. Image Hover Overlays */
.wpo-about-img img,
.wpo-about-exprience {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpo-about-img:hover img {
    transform: scale(1.02);
}
.wpo-about-img:hover .wpo-about-exprience {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(30, 158, 73, 0.25);
}

/* 8. Currency Ticker Bar Styling */
.currency-ticker-bar {
    background-color: #0f172a;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10000;
    width: 100%;
}
.currency-ticker-bar .ticker-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.currency-ticker-bar .ticker-title {
    font-weight: 700;
    color: #1e9e49;
    letter-spacing: 0.5px;
}
.currency-ticker-bar .rate-item {
    display: flex;
    gap: 6px;
    font-weight: 500;
}
.currency-ticker-bar .rate-item .currency {
    color: #94a3b8;
}
.currency-ticker-bar .rate-item .value {
    color: #34d399;
    font-weight: 700;
}

/* 9. Premium Dual WhatsApp Floating Button */
.whatsapp-floating-container {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 9999;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.whatsapp-main-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}
.whatsapp-main-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
    background-color: #20ba5a;
}
.whatsapp-main-btn .badge-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background-color: #ff3b30;
    border: 2px solid #ffffff;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.whatsapp-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}
.whatsapp-floating-container:hover .whatsapp-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.whatsapp-menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 260px;
}
.whatsapp-menu-item:hover {
    transform: translateX(-5px);
    background-color: #f8fafc;
    border-color: #25d366;
}
.whatsapp-menu-item i {
    font-size: 1.5rem;
    color: #25d366;
}
.whatsapp-menu-item .item-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.whatsapp-menu-item .item-text .title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
}
.whatsapp-menu-item .item-text .number {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 2px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 59, 48, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
    }
}

/* Disable duplicate sticky header clone entirely since the main header is already fixed */
.sticky-header {
    display: none !important;
}
