/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #094b65;
    --secondary: #38b6ff;
    --dark: #1a1a1a;
    --light: #ffffff;
    --success: #25D366;
    --accent: #ff6b6b;
    --sketch-color: #094b65;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    overflow-x: hidden;
    background: #fff;
    min-height: 100vh;
    color: #333;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-color: var(--success);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    z-index: 10000;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* BLOB ANIMATION HERO SECTION - UPDATED WITH YOUR PNG IMAGE */
.blob-hero {
    position: relative;
    padding: 180px 50px 100px;
    background: radial-gradient(circle at 50% 50%, #085672 0%, #085672 10%, #085672 30%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blob-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* UPDATED BLOB ANIMATION WITH YOUR PNG IMAGE */
.blob-svg {
    max-width: 70vw;
    max-height: 80vh;
    aspect-ratio: 1/1;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.blob-svg #blobClip {
    transform-origin: center;
    transition: ease-out transform 0.4s;
}

.blob-svg:hover #blobClip {
    transform: scale(1.15) translate(0%, 0%);
}

.blob-svg:hover .text-content {
    fill: white;
    mix-blend-mode: overlay;
}

.text-content {
    font: 700 10px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    fill: black;
    mix-blend-mode: normal;
    transition: ease fill 0.5s;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--primary);
}

.hero-content p {
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    margin-bottom: 40px;
}

/* Logo Animation Section */
.logos-section {
    background: #ffffff;
    padding: 80px 50px;
    position: relative;
    overflow: hidden;
}

.logos-section h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 2rem;
    font-weight: 600;
}

.logos-scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.logos-track {
    display: flex;
    gap: 4rem;
    animation: scrollLogos 30s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.logo-item:hover {
    transform: translateY(-5px);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-150px * 6 - 4rem * 6));
    }
}

/* About Content Section - Sketch Style */
.about-content-section {
    position: relative;
    padding: 100px 50px;
    z-index: 5;
    background: white;
}

.sketch-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 2px dashed var(--sketch-color);
    position: relative;
    overflow: hidden;
}

.sketch-section::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid var(--sketch-color);
    border-radius: 15px;
    opacity: 0.1;
    pointer-events: none;
}

.sketch-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(9, 75, 101, 0.05) 20px, rgba(9, 75, 101, 0.05) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(9, 75, 101, 0.05) 20px, rgba(9, 75, 101, 0.05) 21px);
    pointer-events: none;
    opacity: 0.3;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    background: var(--secondary);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Content Boxes */
.content-box {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    border: 2px dashed var(--sketch-color);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.content-box.animated {
    opacity: 1;
    transform: translateY(0);
}

.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-box:hover::before {
    opacity: 1;
}

.content-box h3 {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.content-box h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px;
}

.content-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.content-box ul {
    list-style: none;
    margin: 25px 0;
}

.content-box ul li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.content-box ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--secondary);
    font-weight: bold;
    font-size: 1.2rem;
}

/* Vision Mission Section */
.vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.vm-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: var(--transition);
    border: 2px dashed var(--sketch-color);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.vm-card.animated {
    opacity: 1;
    transform: translateY(0);
}

.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary);
}

.vm-icon {
    font-size: 3rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.vm-card h4 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Approach Section */
.approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.approach-item {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    border: 2px dashed var(--sketch-color);
    opacity: 0;
    transform: translateY(30px);
}

.approach-item.animated {
    opacity: 1;
    transform: translateY(0);
}

.approach-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary);
}

.approach-item h4 {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, var(--primary) 0%, #085672 100%);
    color: white;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    position: relative;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.contact-item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}

.contact-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.contact-item i {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.contact-item p {
    font-size: 1.1rem;
    opacity: 0.9;
    font-family: 'Inter', sans-serif;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .vm-grid,
    .approach-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blob-hero {
        padding: 150px 30px 80px;
    }
    
    .hero-content {
        padding: 30px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .about-content-section,
    .logos-section,
    .contact-section {
        padding: 60px 30px;
    }
    
    .content-box {
        padding: 30px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .logos-scroll-container {
        mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    }
}

@media (max-width: 576px) {
    .blob-hero {
        padding: 130px 20px 60px;
    }
    
    .hero-content {
        padding: 25px 20px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .about-content-section,
    .logos-section,
    .contact-section {
        padding: 50px 20px;
    }
    
    .content-box {
        padding: 25px 20px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .whatsapp-btn {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Animation Classes */
.animated {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}