﻿/* ========================================
   CUIDADO INTEGRAL MÓVIL - STYLES
   Diseño Corporativo Médico
   ======================================== */

/* CSS Variables */
:root {
    /* Primary Colors - Corporate Medical Blue */
    --primary: #1e6091;
    --primary-light: #2980b9;
    --primary-dark: #154360;
    /* Secondary Colors - Healthcare Green */
    --secondary: #1abc9c;
    --secondary-green: #2ecc71;
    /* Neutrals - Corporate */
    --background: #f8fafc;
    --foreground: #1a2332;
    --card: #ffffff;
    --muted: #64748b;
    --border: #e2e8f0;
    --dark: #0f172a;
    /* Gradients - More Corporate */
    --gradient-hero: linear-gradient(135deg, #2ecc71 0%, #1abc9c 35%, #1e6091 100%);
    --gradient-soft: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    --gradient-corporate: linear-gradient(135deg, #1e6091 0%, #154360 100%);
    /* Shadows */
    --shadow-sm: 0 2px 8px -2px rgba(30, 96, 145, 0.1);
    --shadow-md: 0 8px 24px -4px rgba(30, 96, 145, 0.12);
    --shadow-lg: 0 20px 40px -8px rgba(30, 96, 145, 0.18);
    --shadow-xl: 0 25px 50px -12px rgba(30, 96, 145, 0.25);
    /* Typography - Professional */
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Inter', system-ui, sans-serif;
    /* Transitions */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s ease;
}

/* ========================================
   BASE STYLES
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    background-color: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    color: var(--foreground);
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   UTILITIES
   ======================================== */

.section-padding {
    padding: 80px 0;
}

@media (min-width: 992px) {
    .section-padding {
        padding: 100px 0;
    }
}

.bg-light {
    background: var(--gradient-soft) !important;
}

.text-gradient {
    background: var(--gradient-hero);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-badge {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--foreground);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .section-title {
        font-size: 3rem;
    }
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto;
}

.section-text {
    font-size: 1.125rem;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.section-text-muted {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ========================================
   HEADER
   ======================================== */

#header {
    transition: var(--transition);
    z-index: 1000;
}

    #header.scrolled {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        #header.scrolled .navbar {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

.logo-icon {
    height: 42px;
    width: auto;
}

#header:not(.scrolled) .logo-icon {
    filter: brightness(0) invert(1);
}

.brand-text {
    line-height: 1.3;
}

.brand-name {
    display: block;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: white;
    transition: var(--transition);
    letter-spacing: -0.01em;
}

.brand-subtitle {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.75);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#header.scrolled .brand-name {
    color: var(--foreground);
}

#header.scrolled .brand-subtitle {
    color: var(--muted);
}

.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0;
    transition: var(--transition);
}

    .navbar-nav .nav-link:hover {
        color: white;
    }

#header.scrolled .navbar-nav .nav-link {
    color: var(--muted);
}

    #header.scrolled .navbar-nav .nav-link:hover {
        color: var(--primary);
    }

.phone-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

#header.scrolled .phone-link {
    color: var(--primary);
}

.btn-cta {
    background: white;
    color: var(--primary);
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    transition: var(--transition);
}

    .btn-cta:hover {
        background: rgba(255, 255, 255, 0.9);
        color: var(--primary);
        transform: translateY(-2px);
    }

#header.scrolled .btn-cta {
    background: var(--gradient-hero);
    color: white;
}

    #header.scrolled .btn-cta:hover {
        box-shadow: var(--shadow-md);
    }

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 96, 145, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile menu */
@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.75rem;
        box-shadow: var(--shadow-lg);
    }

    .navbar-nav .nav-link {
        color: var(--foreground);
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
    }

        .navbar-nav .nav-link:hover {
            background: var(--background);
            color: var(--primary);
        }

    .phone-link {
        color: var(--primary);
    }

    .btn-cta {
        background: var(--gradient-hero);
        color: white;
        width: 100%;
        text-align: center;
    }
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--gradient-hero);
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%);
}

.hero-logo {
    margin-bottom: 2rem;
}

.hero-logo-img {
    height: 80px;
    width: auto;
}

@media (min-width: 768px) {
    .hero-logo-img {
        height: 100px;
    }
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin: 0 auto 0.75rem;
    line-height: 1.5;
    font-weight: 400;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 1.25rem;
    }
}

.hero-location {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

    .hero-location i {
        margin-right: 0.375rem;
    }

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    justify-content: center;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .hero-buttons {
        flex-direction: row;
        gap: 1rem;
    }
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

    .btn-hero-primary:hover {
        background: white;
        color: var(--primary-dark);
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    transition: var(--transition);
}

    .btn-hero-outline:hover {
        background: rgba(255, 255, 255, 0.25);
        color: white;
        border-color: rgba(255, 255, 255, 0.5);
    }

/* Hero Stats Bar */
.hero-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .hero-stats {
        flex-direction: row;
        justify-content: center;
        gap: 0;
        padding: 1.25rem 2.5rem;
    }
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stat-icon i {
        font-size: 1.25rem;
        color: white;
    }

.stat-content {
    text-align: left;
}

.stat-value {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.stat-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-divider {
    display: none;
}

@media (min-width: 768px) {
    .stat-divider {
        display: block;
        width: 1px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        margin: 0 2rem;
    }
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0;
}

    .hero-wave svg {
        width: 100%;
        height: auto;
    }

/* ========================================
   ABOUT SECTION
   ======================================== */

.location-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(26, 188, 156, 0.08) 0%, rgba(30, 96, 145, 0.08) 100%);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(26, 188, 156, 0.15);
}

.location-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-hero);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .location-icon i {
        font-size: 1.25rem;
        color: white;
    }

.location-card h4 {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
    color: var(--foreground);
}

.location-card p {
    color: var(--muted);
    margin-bottom: 0;
    font-size: 0.875rem;
}

.location-card p {
    color: var(--muted);
    margin-bottom: 0;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: var(--card);
    padding: 1.25rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
}

    .feature-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: transparent;
    }

.feature-icon {
    width: 52px;
    height: 52px;
    background: var(--gradient-hero);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    transform: scale(1.05);
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-card h3 {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.375rem;
    color: var(--foreground);
}

.feature-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 0.875rem;
}

.feature-card h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--foreground);
}

.feature-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.service-card {
    background: var(--card);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 150px;
        background: var(--gradient-hero);
        opacity: 0.05;
        border-radius: 50%;
        filter: blur(40px);
        transition: var(--transition);
    }

    .service-card:hover::before {
        opacity: 0.1;
    }

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: var(--shadow-lg);
    }

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-hero);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--foreground);
}

.service-card > p {
    color: var(--muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .service-features li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9375rem;
        color: var(--muted);
        padding: 0.375rem 0;
    }

        .service-features li::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--secondary);
            border-radius: 50%;
            flex-shrink: 0;
        }

/* ========================================
   COVERAGE SECTION
   ======================================== */

.zones-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .zones-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.zone-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(39, 174, 96, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: var(--foreground);
}

    .zone-item i {
        color: var(--secondary);
        font-size: 0.875rem;
    }

.map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

    .map-container iframe {
        display: block;
    }

/* ========================================
   FAQ SECTION
   ======================================== */

.accordion-item {
    background: var(--card);
    border: none;
    border-radius: 0.75rem !important;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.accordion-button {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 1rem;
    color: var(--foreground);
    padding: 1.25rem 1.5rem;
    background: var(--card);
    box-shadow: none;
}

    .accordion-button:not(.collapsed) {
        color: var(--primary);
        background: var(--card);
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button::after {
        background-size: 1rem;
        width: 1rem;
        height: 1rem;
    }

.accordion-body {
    padding: 0 1.5rem 1.25rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ========================================
   CONTACT SECTION
   ======================================== */

.contact-info {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--foreground);
}

    .contact-item:hover {
        color: var(--foreground);
    }

        .contact-item:hover .contact-icon {
            transform: scale(1.1);
        }

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-hero);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
}

    .contact-icon i {
        font-size: 1.25rem;
        color: white;
    }

.contact-label {
    display: block;
    font-size: 0.875rem;
    color: var(--muted);
}

.contact-item strong {
    font-weight: 600;
}

.contact-form {
    background: var(--card);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
}

@media (min-width: 768px) {
    .contact-form {
        padding: 2.5rem;
    }
}

.form-label {
    font-weight: 500;
    font-size: 0.9375rem;
    color: var(--foreground);
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    transition: var(--transition);
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(30, 96, 145, 0.1);
    }

    .form-control::placeholder {
        color: var(--muted);
        opacity: 0.7;
    }

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--border);
    margin-top: 0;
}

    .form-check-input:checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .form-check-input:focus {
        box-shadow: 0 0 0 3px rgba(30, 96, 145, 0.1);
    }

.form-check-label {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.5;
    padding-left: 0.5rem;
}

.btn-primary {
    background: var(--gradient-hero);
    border: none;
    font-weight: 600;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    transition: var(--transition);
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
        background: var(--gradient-hero);
    }

    .btn-primary:active {
        transform: translateY(0);
    }

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: var(--foreground);
    color: white;
    padding: 4rem 0 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-brand-name {
    display: block;
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 1.125rem;
}

.footer-brand-subtitle {
    display: block;
    font-size: 0.75rem;
    opacity: 0.8;
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.footer-title {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9375rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .footer-links a:hover {
            color: white;
        }

    .footer-links i {
        font-size: 0.875rem;
    }

.footer-address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    line-height: 1.7;
}

    .footer-address i {
        margin-right: 0.5rem;
    }

.footer-social {
    display: flex;
    gap: 0.75rem;
}

    .footer-social a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.125rem;
    }

        .footer-social a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2.5rem 0 1.5rem;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
}

    .footer-legal a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.875rem;
    }

        .footer-legal a:hover {
            color: white;
        }

/* ========================================
   WHATSAPP BUTTON
   ======================================== */

.whatsapp-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition);
    animation: pulse-whatsapp 2s infinite;
}

    .whatsapp-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
    }

    .whatsapp-btn i {
        font-size: 1.75rem;
        color: white;
    }

@keyframes pulse-whatsapp {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }
}

/* ========================================
   SUCCESS MODAL
   ======================================== */

.success-icon {
    width: 80px;
    height: 80px;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .success-icon i {
        font-size: 3rem;
        color: var(--secondary);
    }

.modal-content {
    border: none;
    border-radius: 1rem;
}

/* ========================================
   CUSTOM SCROLLBAR
   ======================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--background);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary-dark);
    }

@media (max-width: 1200px) {
    #logo-header {
        margin-top: 50px;
    }
}