html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 4px;
}

.brand-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 768px) {
    .brand-text {
        font-size: 16px;
    }
}

.flamingo {
    color: #ea1b5b; /* Pink */
}

.revolution {
    color: #ffffff; /* White */
}

#slider_1 .slider-content h2 span {
    background: rgba(234, 27, 91, 0.8);
    padding: 0 3px;
}

#slider_1 .slider-content a.btn-slider {
    margin-top: 18px;
    background: #ea1b5b;
    border: 2px solid #ea1b5b;
    color: #ffffff;
    height: 46px;
    line-height: 30px;
    padding-left: 28px;
    padding-right: 28px;
    letter-spacing: 0.03em;
    font-weight: 600;
    border-radius: 0;
}

    #slider_1 .slider-content a.btn-slider:hover {
        background: #c7164d;
        border-color: #c7164d;
    }

#slider_1 .slider-content a.btn-slider-2 {
    margin-top: 18px;
    margin-left: 18px;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #ea1b5b;
    height: 46px;
    line-height: 30px;
    padding-left: 28px;
    padding-right: 28px;
    letter-spacing: 0.03em;
    font-weight: 600;
    border-radius: 0;
}

    #slider_1 .slider-content a.btn-slider-2:hover {
        background: #ea1b5b;
        border-color: #ea1b5b;
        color: #ffffff;
    }

.protest-day {
    margin-bottom: 20px;
}

.calendar {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
    text-align: center;
    min-width: 90px;
}

    .calendar .label {
        display: block;
        background: #ea1b5b;
        color: #fff;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .calendar .number {
        display: block;
        color: #333;
        font-size: 42px;
        font-weight: 800;
        padding: 8px 15px;
        line-height: 1.1;
    }

#slider_1 .slider-content {
    top: 38% !important;
}

@media (max-width: 768px) {
    #slider_1 .slider-content {
        top: 45% !important;
    }
}

.main-header .top-bar i {
    color: #ea1b5b;
}

.section-how-we-work-2 .center-service-block h1 {
    font-size:32px;
}

.instagram-media {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.top-voice-name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ea1b5b;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ea1b5b;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .instagram-link:hover {
        background: #d31650;
        color: #fff;
        text-decoration: none;
    }

.instagram-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.contrib-box {
    background: #fff;
    padding: 25px;
    border-left: 4px solid #ea1b5b;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    height: 100%;
    transition: all 0.3s ease;
}

    .contrib-box:hover {
        transform: translateY(-5px);
    }

    .contrib-box h3 {
        color: #ea1b5b;
        margin-bottom: 10px;
    }

.section-contribute {
    background: #f9f9f9;
    padding: 70px 0;
}

.section-content-block {
    padding: 65px 0 65px 0;
}
