.elementor-142 .elementor-element.elementor-element-2514570{--display:flex;}.elementor-142 .elementor-element.elementor-element-6d98828 > .elementor-widget-container{margin:0px 0px 50px 0px;}/* Start custom CSS */:root {
    --primary: #c52d2a;
    --primary-light: #f2c9c7;
    --primary-lighter: #f9e4e3;
    --secondary: #e07a70;
    --secondary-light: #f8d5d2;
    --secondary-lighter: #fcebe9;
    --accent: #3a8f94;
    --accent-light: #d1e8e9;
    --light: #f8fafd;
    --dark: #162635;
    --text: #2e3a46;
    --text-light: #8c8c89;
    --gray-100: #f7f9fc;
    --gray-200: #eef2f6;
    --gray-300: #e2e8f0;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
}
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, sans-serif;
            color: var(--text);
            line-height: 1.6;
            background-color: var(--light);
            overflow-x: hidden;
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* Hero section */
        .hero {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 80px 0 100px;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+CiAgPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIgc3Ryb2tlLXdpZHRoPSIyIiAvPgo8L3N2Zz4=');
            opacity: 0.4;
        }
        
        .hero .container {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .hero-content h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            color: white;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
        }
        
        .hero-content h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--accent);
        }
        
        .hero-content p {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 20px auto 0;
            opacity: 0.9;
            font-weight: 300;
        }
        
        .hero-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
        }
        
        .hero-decorations i {
            position: absolute;
            color: rgba(255, 255, 255, 0.07);
            z-index: 0;
        }
        
        .hero-decorations i:nth-child(1) {
            top: 20%;
            left: 10%;
            font-size: 5rem;
            transform: rotate(-15deg);
            animation: float 6s ease-in-out infinite;
        }
        
        .hero-decorations i:nth-child(2) {
            top: 30%;
            right: 15%;
            font-size: 6rem;
            transform: rotate(10deg);
            animation: float 8s ease-in-out infinite;
        }
        
        .hero-decorations i:nth-child(3) {
            bottom: 25%;
            left: 20%;
            font-size: 4rem;
            transform: rotate(5deg);
            animation: float 7s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
        }
        
        /* Mission section */
        .mission-section {
            padding: 80px 0;
        }
        
        .mission-card {
            background: white;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            padding: 40px;
            margin-top: -120px;
            position: relative;
            z-index: 10;
        }
        
        .mission-card h2 {
            color: var(--primary);
            font-size: 2rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .mission-card h2 i {
            color: var(--secondary);
        }
        
        .mission-card p {
            font-size: 1.125rem;
            color: var(--text);
            line-height: 1.7;
        }
        
        .quote-mark {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 8rem;
            line-height: 0;
            color: var(--primary-lighter);
            font-family: Georgia, serif;
        }
        
        /* Content section */
        .content-section {
            padding: 60px 0 100px;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            color: var(--primary);
            font-size: 2.25rem;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--secondary);
            border-radius: 3px;
        }
        
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }
        
        .content-text p {
            font-size: 1.1rem;
            color: var(--text);
            margin-bottom: 24px;
            line-height: 1.7;
        }
        
        /* Services grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .service-card {
            background: white;
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-sm);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-md);
        }
        
        .service-card-inner {
            padding: 30px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .service-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: var(--primary-lighter);
            color: var(--primary);
            border-radius: 12px;
            font-size: 1.5rem;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .service-card:hover .service-icon {
            background: var(--primary);
            color: white;
        }
        
        .service-card h3 {
            font-size: 1.25rem;
            color: var(--dark);
            margin-bottom: 12px;
        }
        
        .service-card p {
            font-size: 0.95rem;
            color: var(--text-light);
            line-height: 1.6;
            flex-grow: 1;
        }
        
        /* Visual cards */
        .visuals-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }
        
        .visual-card {
            background: white;
            border-radius: var(--radius-md);
            overflow: hidden;
            box-shadow: var(--shadow-md);
            transition: transform 0.3s ease;
        }
        
        .visual-card:hover {
            transform: translateY(-5px);
        }
        
        .visual-img {
            position: relative;
            height: 220px;
            overflow: hidden;
        }
        
        .visual-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .visual-card:hover .visual-img img {
            transform: scale(1.05);
        }
        
        .visual-content {
            padding: 24px;
        }
        
        .visual-content h3 {
            color: var(--primary);
            font-size: 1.25rem;
            margin-bottom: 10px;
        }
        
        .visual-content p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .visual-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--secondary);
            color: white;
            padding: 6px 12px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        /* Prevention section */
        .prevention-section {
            padding: 80px 0;
            background: var(--primary-lighter);
            position: relative;
            overflow: hidden;
        }
        
        .prevention-bubble {
            position: absolute;
            border-radius: 50%;
            background: rgba(0, 102, 204, 0.05);
            z-index: 0;
        }
        
        .prevention-bubble:nth-child(1) {
            width: 400px;
            height: 400px;
            top: -200px;
            left: -100px;
        }
        
        .prevention-bubble:nth-child(2) {
            width: 300px;
            height: 300px;
            bottom: -100px;
            right: -100px;
        }
        
        .prevention-container {
            position: relative;
            z-index: 1;
        }
        
        .prevention-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .prevention-header h2 {
            color: var(--primary);
            font-size: 2.25rem;
            margin-bottom: 20px;
        }
        
        .prevention-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 30px;
        }
        
        .tip-card {
            background: white;
            border-radius: var(--radius-md);
            padding: 30px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
            box-shadow: var(--shadow-sm);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .tip-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-md);
        }
        
        .tip-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: var(--primary-lighter);
            color: var(--primary);
            border-radius: 10px;
            font-size: 1.3rem;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        
        .tip-card:hover .tip-icon {
            background: var(--primary);
            color: white;
        }
        
        .tip-text {
            font-weight: 500;
            color: var(--text);
            font-size: 1.05rem;
            line-height: 1.5;
        }
        
        /* CTA section */
        .cta-section {
            padding: 80px 0;
            text-align: center;
        }
        
        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: white;
            text-decoration: none;
            padding: 16px 36px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            box-shadow: 0 10px 25px rgba(0, 102, 204, 0.25);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 102, 204, 0.35);
        }
        
        .cta-button:hover::before {
            opacity: 1;
        }
        
        .cta-button i {
            margin-left: 10px;
        }
        
        /* Footer */
        .footer {
            background: var(--dark);
            color: white;
            padding: 30px 0;
            text-align: center;
        }
        
        .footer-logo {
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 20px;
            display: inline-block;
        }
        
        .footer-nav {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }
        
        .footer-nav a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-nav a:hover {
            color: white;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }
        
        .copyright {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
        }
        
        /* Responsive styles */
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .hero-content h1 {
                font-size: 3rem;
            }
            
            .mission-card {
                margin-top: -80px;
                padding: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .hero {
                padding-top: 150px;
                padding-bottom: 80px;
            }
            
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .hero-content p {
                font-size: 1.1rem;
            }
            
            .mission-card h2 {
                font-size: 1.75rem;
            }
            
            .mission-card p {
                font-size: 1rem;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .services-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
            
            .site-nav {
                display: none;
            }
        }
        
        @media (max-width: 576px) {
            .hero-content h1 {
                font-size: 2rem;
            }
            
            .mission-card {
                margin-top: -60px;
                padding: 25px;
            }
            
            .prevention-grid {
                grid-template-columns: 1fr;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */