
/* Ultra Massive Shrimp Custom Tale CSS */
:root {
    --shrimp-dark: #0f172a;
    --shrimp-primary: #0284c7;
    --shrimp-coral: #ef4444;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #334155;
}

.header-area {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    height: 80px !important;
}

.header-area .main-nav {
    height: 80px !important;
    background: #ffffff !important;
}

.header-area .main-nav:before {
    display: none !important;
}

.logo-shrimp {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: var(--shrimp-dark) !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 80px !important;
    white-space: nowrap !important;
}

.logo-shrimp span {
    color: var(--shrimp-coral) !important;
}

.main-banner-tale {
    background: linear-gradient(135deg, rgba(15,23,42,0.9) 0%, rgba(2,132,199,0.75) 100%), url('../images/shrimp_hero_jumbo.jpg') center center / cover no-repeat !important;
    padding: 180px 0 120px 0 !important;
    color: white;
}

.btn-shrimp-tale {
    background-color: var(--shrimp-coral) !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(239,68,68,0.4) !important;
}

.service-item-tale {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-item-tale:hover {
    transform: translateY(-6px);
}

.whatsapp-float-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white !important;
    border-radius: 50px;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.legal-header {
    background: linear-gradient(135deg, #0f172a 0%, #0284c7 100%);
    color: white;
    padding: 140px 0 60px 0;
    text-align: center;
}

.legal-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin: 40px 0 80px 0;
    line-height: 1.8;
}
