.elementor-148 .elementor-element.elementor-element-3994474{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS *//* Core Variables - Brand Colors */
:root {
    --primary: #c52d2a;
    --secondary: #e07a70;
    --accent: #3a8f94;
    --light: #f5f9fc;
    --dark: #1a2e3d;
    --text: #333333;
    --indigenous-red: #cc3333;
    --indigenous-yellow: #ffcc00;
    
    /* Extended palette for accents only */
    --primary-light: rgba(197, 45, 42, 0.15);
    --secondary-light: rgba(224, 122, 112, 0.15);
    --indigenous-red-light: rgba(204, 51, 51, 0.15);
    --indigenous-yellow-light: rgba(255, 204, 0, 0.15);
}

/* Base Styles */
.indigenous-health-page {
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: var(--text);
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4 {
    margin-top: 0;
    line-height: 1.3;
}

p {
    margin-bottom: 1.5rem;
}

/* Creative Hero Section */
.hero-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 60px;
    background: var(--dark);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://inovaapsmarica.org/portal/assets/img/indigenous-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.7) 0%, rgba(0, 168, 89, 0.7) 100%);
    opacity: 0.8;
    z-index: 2;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 3;
}

.hero-content {
    position: relative;
    padding: 100px 40px;
    text-align: center;
    z-index: 4;
    color: white;
}

.hero-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: var(--indigenous-yellow);
    opacity: 0.1;
    border-radius: 38% 62% 70% 30% / 41% 44% 56% 59%;
    animation: morph 10s linear infinite alternate;
    z-index: 3;
}

.hero-shape-1 {
    bottom: -50px;
    right: 10%;
}

.hero-shape-2 {
    top: -50px;
    left: 10%;
    background-color: var(--indigenous-red);
    animation-duration: 15s;
}

@keyframes morph {
    0% {
        border-radius: 38% 62% 70% 30% / 41% 44% 56% 59%;
        transform: rotate(0deg);
    }
    100% {
        border-radius: 70% 30% 38% 62% / 59% 56% 44% 41%;
        transform: rotate(180deg);
    }
}

.hero-title-container {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-symbol {
    width: 60px;
    height: 60px;
    background-color: var(--indigenous-yellow);
    display: inline-block;
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    top: -10px;
    left: -20px;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--indigenous-yellow);
}

.hero-subtitle {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 50px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.hero-icons-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.hero-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.hero-icon:hover {
    transform: translateY(-10px);
}

.hero-icon i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--indigenous-yellow);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.hero-icon span {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Cultural Pattern */
.cultural-pattern-container {
    position: relative;
    height: 30px;
    margin: 60px 0;
    display: flex;
    align-items: center;
}

.cultural-pattern {
    height: 30px;
    width: 100%;
    background: url('https://inovaapsmarica.org/portal/assets/img/indigenous-pattern.png') repeat-x;
    opacity: 0.8;
    position: relative;
}

.cultural-pattern::before,
.cultural-pattern::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: var(--secondary);
    border-radius: 50%;
}

.cultural-pattern::before {
    left: -15px;
}

.cultural-pattern::after {
    right: -15px;
}

/* Mission Section */
.mission-section {
    background-color: var(--light);
    padding: 50px;
    border-radius: 15px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    border-left: 5px solid var(--indigenous-red);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url('https://inovaapsmarica.org/portal/assets/img/indigenous-symbol.png') no-repeat;
    background-size: contain;
    opacity: 0.1;
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: currentColor;
}

/* Two Columns Section */
.two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
}

.column-text {
    flex: 1;
    min-width: 300px;
}

.custom-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: var(--secondary);
    border-radius: 50%;
}

/* Image Gallery */
.column-images {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    perspective: 1000px;
}

.indigenous-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    position: relative;
    aspect-ratio: 1/1;
    transform-style: preserve-3d;
}

.indigenous-image:nth-child(1) {
    transform: rotate(-3deg);
}

.indigenous-image:nth-child(2) {
    transform: rotate(3deg);
}

.indigenous-image:nth-child(3) {
    transform: rotate(3deg);
}

.indigenous-image:nth-child(4) {
    transform: rotate(-3deg);
}

.indigenous-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.indigenous-image:hover {
    transform: translateY(-10px) rotate(0);
    z-index: 1;
}

.indigenous-image:hover img {
    transform: scale(1.1);
}

.indigenous-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: white;
    z-index: 1;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    transition: all 0.3s ease;
}

.indigenous-image:hover .image-caption {
    bottom: 10px;
}

/* Principles Section */
.principles-section {
    background-color: var(--dark);
    color: white;
    padding: 60px;
    border-radius: 15px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.principles-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.principles-content {
    position: relative;
    z-index: 2;
}

.principles-title {
    color: var(--indigenous-yellow);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 15px;
}

.principles-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: currentColor;
}

.principles-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.principle-card {
    background-color: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 0;
    border-left: 4px solid var(--indigenous-yellow);
    transition: all 0.3s ease;
    height: 100%;
}

.principle-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.principle-card h3 {
    color: var(--indigenous-yellow);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.principle-card h3 i {
    margin-right: 15px;
    background-color: rgba(255, 204, 0, 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.principle-card:hover h3 i {
    background-color: rgba(255, 204, 0, 0.3);
    transform: rotate(10deg);
}

/* Testimonial Section */
.testimonial-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    color: white;
    padding: 60px;
    border-radius: 15px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: url('https://inovaapsmarica.org/portal/assets/img/quote-pattern.png') no-repeat;
    opacity: 0.2;
}

.testimonial-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.testimonial-decoration {
    position: absolute;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    z-index: 1;
}

.testimonial-decoration-left {
    top: 20px;
    left: 20px;
}

.testimonial-decoration-right {
    bottom: 20px;
    right: 20px;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
    line-height: 1.8;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
    display: inline-block;
    padding-top: 20px;
}

.testimonial-author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--indigenous-yellow);
}

/* CTA Section */
.cta-section {
    background-color: var(--indigenous-red);
    color: white;
    padding: 60px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.cta-dots {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(var(--indigenous-yellow) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.2;
}

.cta-dots-top-right {
    top: 0;
    right: 0;
}

.cta-dots-bottom-left {
    bottom: 0;
    left: 0;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-button {
    display: inline-block;
    background-color: var(--indigenous-yellow);
    color: var(--dark);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.4s ease;
    margin-top: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.cta-button:hover {
    color: var(--indigenous-red);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.cta-button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Animation Classes */
.animate-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.animate-fade-in.visible {
    opacity: 1;
}

.animate-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .principles-cards {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-content {
        padding: 80px 30px;
    }
    
    .hero-icons-container {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .two-columns {
        flex-direction: column;
    }
    
    .column-images {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .mission-section, 
    .principles-section, 
    .testimonial-section, 
    .cta-section {
        padding: 40px 30px;
    }
    
    .hero-icons-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .hero-icon {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }
    
    .hero-icon i {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

@media (max-width: 576px) {
    .column-images {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-content {
        padding: 60px 20px;
    }
    
    .testimonial-text {
        font-size: 1.2rem;
    }
}/* End custom CSS */