.elementor-2768 .elementor-element.elementor-element-197af53{--display:flex;}/* Start custom CSS for html, class: .elementor-element-00c7440 *//* =========================================== */
/* PAGE UNIVERSITÉS PUBLIQUES DU CAMEROUN */
/* =========================================== */

/* RESET & BASE STYLES */
.universities-public-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.universities-public-page {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8fafc;
}

/* ===== HERO SECTION ===== */
.universities-hero {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.universities-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 114, 206, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #cbd5e0;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-search-box {
    max-width: 700px;
    margin: 0 auto 50px;
    display: flex;
    gap: 15px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.search-input {
    flex: 1;
    padding: 18px 25px;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #2d3748;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
    background: white;
}

.search-btn {
    background: linear-gradient(135deg, #ffd700, #ffc400);
    color: #1a365d;
    border: none;
    padding: 18px 35px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, #ffc400, #ffd700);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: rgba(255, 215, 0, 0.4);
}

.stat-number {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffd700;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    color: #cbd5e0;
    font-weight: 500;
}

/* ===== MAP SECTION ===== */
.universities-map-section {
    padding: 80px 20px;
    background: white;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

.map-container {
    max-width: 900px;
    margin: 0 auto 50px;
    position: relative;
}

.cameroon-map-simplified {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
    border-radius: 20px;
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

.region {
    position: absolute;
    background: rgba(226, 232, 240, 0.3);
    border: 2px solid #cbd5e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    font-weight: 600;
}

.region.active {
    background: rgba(66, 153, 225, 0.1);
    border-color: #4299e1;
    z-index: 10;
}

.region.region-centre {
    top: 40%;
    left: 40%;
    width: 180px;
    height: 180px;
}

.region.region-littoral {
    top: 45%;
    left: 30%;
    width: 150px;
    height: 150px;
}

.region.region-ouest {
    top: 35%;
    left: 35%;
    width: 140px;
    height: 140px;
}

.region.region-adamaoua {
    top: 30%;
    left: 50%;
    width: 160px;
    height: 160px;
}

.region.region-sud-ouest {
    top: 50%;
    left: 25%;
    width: 140px;
    height: 140px;
}

.region.region-nord-ouest {
    top: 25%;
    left: 45%;
    width: 140px;
    height: 140px;
}

.region.region-extreme-nord {
    top: 15%;
    left: 55%;
    width: 150px;
    height: 150px;
}

.region-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.9rem;
    color: #4a5568;
}

.university-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0072ce, #0056a3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 114, 206, 0.3);
    z-index: 5;
}

.university-dot:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 25px rgba(0, 114, 206, 0.4);
    z-index: 20;
}

.university-dot.yaounde1 {
    top: 40%;
    left: 45%;
}

.university-dot.yaounde2 {
    top: 60%;
    left: 55%;
}

.university-dot.douala {
    top: 60%;
    left: 30%;
}

.university-dot.dschang {
    top: 40%;
    left: 30%;
}

.university-dot.ngaoundere {
    top: 20%;
    left: 60%;
}

.university-dot.buea {
    top: 70%;
    left: 25%;
}

.university-dot.bamenda {
    top: 15%;
    left: 40%;
}

.university-dot.maroua {
    top: 10%;
    left: 65%;
}

.map-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5568;
    font-size: 0.95rem;
}

.legend-dot {
    font-size: 1.5rem;
}

.legend-dot.public {
    color: #0072ce;
}

.legend-dot.region {
    color: #cbd5e0;
}

.regions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.region-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.region-card.active,
.region-card:hover {
    border-color: #0072ce;
    background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 114, 206, 0.1);
}

.region-name {
    font-weight: 600;
    color: #2d3748;
    font-size: 1.1rem;
}

.university-count {
    font-size: 0.9rem;
    color: #718096;
}

/* ===== UNIVERSITIES LIST SECTION ===== */
.universities-list-section {
    padding: 80px 20px;
    background: #f7fafc;
    position: relative;
}

.filters-bar {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-label {
    font-weight: 600;
    color: #4a5568;
    white-space: nowrap;
}

.filter-select {
    padding: 12px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: white;
    color: #2d3748;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 220px;
}

.filter-select:focus {
    outline: none;
    border-color: #0072ce;
    box-shadow: 0 0 0 3px rgba(0, 114, 206, 0.1);
}

.view-options {
    display: flex;
    gap: 10px;
}

.view-btn {
    padding: 10px 20px;
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #4a5568;
}

.view-btn.active,
.view-btn:hover {
    border-color: #0072ce;
    background: #f0f7ff;
    color: #0072ce;
}

.view-icon {
    font-size: 1.1rem;
}

/* ===== UNIVERSITIES GRID ===== */
.universities-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.university-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 2px solid transparent;
}

.university-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 114, 206, 0.15);
    border-color: rgba(0, 114, 206, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px 0;
}

.university-badge {
    background: linear-gradient(135deg, #0072ce, #0056a3);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.favorite-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    color: #cbd5e0;
}

.favorite-btn:hover {
    background: #ffd700;
    border-color: #ffd700;
    color: white;
    transform: scale(1.1);
}

.card-body {
    padding: 25px;
}

.university-logo {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0072ce;
    background: linear-gradient(135deg, #0072ce, #0056a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.university-name {
    font-size: 1.5rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.university-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #718096;
    font-size: 0.95rem;
}

.meta-icon {
    font-size: 1.1rem;
    opacity: 0.7;
}

.university-description {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.faculties-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.faculty-tag {
    background: #f0f7ff;
    color: #0072ce;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(0, 114, 206, 0.2);
}

.card-footer {
    padding: 25px;
    background: #f8fafc;
    border-top: 2px solid #edf2f7;
}

.university-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0072ce;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.85rem;
    color: #718096;
    font-weight: 500;
}

.card-actions {
    display: flex;
    gap: 12px;
}

.btn-primary {
    flex: 2;
    background: linear-gradient(135deg, #0072ce, #0056a3);
    color: white;
    padding: 14px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: block;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056a3, #0072ce);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 114, 206, 0.3);
}

.btn-secondary {
    flex: 1;
    background: white;
    color: #0072ce;
    padding: 14px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #0072ce;
    cursor: pointer;
    display: block;
}

.btn-secondary:hover {
    background: #f0f7ff;
    transform: translateY(-2px);
}

/* ===== COMPARISON TOOLS ===== */
.comparison-tools {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
}

.tools-title {
    font-size: 1.8rem;
    color: #1a365d;
    margin-bottom: 10px;
    font-weight: 700;
}

.tools-description {
    color: #718096;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

.comparison-selection {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.selection-box {
    flex: 1;
    min-width: 250px;
}

.university-select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    color: #2d3748;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.university-select:focus {
    outline: none;
    border-color: #0072ce;
    box-shadow: 0 0 0 3px rgba(0, 114, 206, 0.1);
}

.compare-btn {
    background: linear-gradient(135deg, #ffd700, #ffc400);
    color: #1a365d;
    border: none;
    padding: 15px 35px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, #ffc400, #ffd700);
}

/* ===== PRACTICAL GUIDE ===== */
.practical-guide {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
    position: relative;
}

.guide-content {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.guide-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 6px 25px rgba(0, 114, 206, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.guide-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 114, 206, 0.3);
    box-shadow: 0 12px 35px rgba(0, 114, 206, 0.15);
}

.guide-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
}

.guide-title {
    font-size: 1.4rem;
    color: #1a365d;
    margin-bottom: 20px;
    font-weight: 700;
}

.guide-list {
    list-style: none;
}

.guide-list li {
    padding: 10px 0;
    color: #4a5568;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    gap: 10px;
}

.guide-list li:last-child {
    border-bottom: none;
}

.guide-list li:before {
    content: '✓';
    color: #0072ce;
    font-weight: bold;
    font-size: 1.1rem;
}

.guide-download {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.download-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 25px 40px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.download-link:hover {
    transform: translateY(-5px);
    border-color: #0072ce;
    box-shadow: 0 12px 35px rgba(0, 114, 206, 0.15);
}

.download-icon {
    font-size: 2.5rem;
    color: #0072ce;
}

.download-text {
    font-size: 1.2rem;
    color: #2d3748;
    font-weight: 600;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
    color: white;
    text-align: center;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-description {
    font-size: 1.2rem;
    color: #cbd5e0;
    margin-bottom: 50px;
    line-height: 1.6;
}

.contact-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.contact-option {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contact-option:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-5px);
}

.option-icon {
    font-size: 2.5rem;
}

.option-text {
    font-size: 1.1rem;
    font-weight: 600;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .universities-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .guide-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .comparison-selection {
        flex-direction: column;
        align-items: stretch;
    }
    
    .selection-box {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-search-box {
        flex-direction: column;
    }
    
    .search-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filters-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .filter-group {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .view-options {
        width: 100%;
        justify-content: center;
    }
    
    .universities-grid {
        grid-template-columns: 1fr;
    }
    
    .cameroon-map-simplified {
        height: 400px;
    }
    
    .guide-content {
        grid-template-columns: 1fr;
    }
    
    .contact-options {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-item {
        padding: 20px;
    }
    
    .card-actions {
        flex-direction: column;
    }
    
    .contact-options {
        grid-template-columns: 1fr;
    }
    
    .download-link {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
}

/* ===== LIST VIEW STYLES ===== */
.universities-grid.list-view {
    grid-template-columns: 1fr;
}

.universities-grid.list-view .university-card {
    display: flex;
    min-height: 200px;
}

.universities-grid.list-view .card-body {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.universities-grid.list-view .university-logo {
    margin-bottom: 0;
    margin-right: 25px;
}

.universities-grid.list-view .university-meta {
    margin-bottom: 15px;
}

.universities-grid.list-view .faculties-list {
    margin-bottom: 15px;
}

.universities-grid.list-view .card-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: none;
    border-left: 2px solid #edf2f7;
}

.universities-grid.list-view .university-stats {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* ===== PRINT STYLES ===== */
@media print {
    .search-btn,
    .favorite-btn,
    .compare-btn,
    .contact-options,
    .download-link,
    .view-options {
        display: none !important;
    }
    
    .university-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    body {
        background: white;
        color: black;
    }
}/* End custom CSS */