:root {
    --white: rgba(255, 255, 255, 1);
    --border: rgba(219, 224, 239, 1);
    --dark: rgba(0, 0, 0, 1);
    --secondary: rgba(50, 63, 75, 1);
    --primary: rgba(33, 93, 163, 1);

    --bs-primary: rgba(33, 93, 163, 1);
    --bs-secondary: rgba(50, 63, 75, 1);
}

/* Button */
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: rgba(26, 74, 129, 1) !important;
    border-color: rgba(26, 74, 129, 1) !important;
}

/* Text */
.text-primary {
    color: var(--bs-primary) !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    color: var(--bs-primary) !important;
    background-color: rgba(33, 93, 163, 0.05) !important;
}
.accordion-button:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 0.25rem rgba(33, 93, 163, 0.25) !important;
}

/* List group */
.list-group-item.active {
    background-color: #5e92d0 !important;
    border-color: #5e92d0 !important;
    color: #fff !important;
}

/* Badge */
.badge-primary, .bg-primary {
    background-color: var(--bs-primary) !important;
}

.breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
}

/* Main styles */
body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    background: #fafafa;
}

.container {
    max-width: 1280px;
}

/* Header styles */
.top-bar {
    background-color: #225da3;
    padding: 10px 0;
    color: #ffffff;
}

.social-links {
    display: inline-block;
}

.social-link {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
}

.social-text, .contact-email {
    font-size: 14px;
    margin-left: 10px;
}

.main-header {
    padding: 20px 0;
}

.gerb-logo {
    width: 60px;
    height: 60px;
}

.organization-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.contact-info {
    text-align: right;
}

.contact-label {
    font-size: 14px;
    margin-bottom: 0;
}

.contact-number {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.navbar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.nav-link {
    color: #000000;
    font-weight: 500;
}

/* Hero section styles */
.hero {
    padding: 60px 0;
}

.hero-image {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.hero-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #225da3;
    border-radius: 50%;
}

/* Activities section styles */
.activities {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.section-title {
    color: #225da3;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.activity-card {
    background-color: #ffffff;
    border: 1px solid #dbe0ef;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(34, 93, 163, 0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-circle i {
    color: #225da3;
    font-size: 24px;
}

.activity-title {
    font-size: 18px;
    font-weight: 600;
}

/* News section styles */
.news {
    padding: 60px 0;
}

.news-card {
    border: 1px solid #dbe0ef;
    border-radius: 10px;
    overflow: hidden;
}

.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-content {
    padding: 20px;
}

.content img {
    width: 100%;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-meta {
    font-size: 14px;
    color: #6c757d;
}

.news-meta span {
    margin-right: 15px;
}

/* Media gallery styles */
.media-gallery {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

/* Useful links styles */
.useful-links {
    padding: 60px 0;
}

.useful-links .carousel-inner {
    max-width: 300px;
    margin: 0 auto;
}

.useful-links .carousel-item {
    text-align: center;
}

.useful-links .btn {
    margin-bottom: 10px;
}

.useful-links .carousel-control-prev,
.useful-links .carousel-control-next {
    width: 10%;
}

.useful-links .carousel-control-prev-icon,
.useful-links .carousel-control-next-icon {
    background-color: #225da3;
    border-radius: 50%;
}

/* Footer styles */
footer {
    background-color: #225da3;
    background-image: url('https://c.animaapp.com/ma4y03f7w2wErI/img/image-2-1.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 60px 0;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style-type: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 14px;
    margin-top: 30px;
}

/* Button styles */
.btn-primary {
    background-color: #225da3;
    border-color: #225da3;
}

.btn-primary:hover {
    background-color: #5e92d0;
    border-color: #5e92d0;
}

.btn-outline-primary {
    color: #225da3;
    border-color: #225da3;
}

.btn-outline-primary:hover {
    background-color: #225da3;
    border-color: #225da3;
}

/* Responsive styles */
@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero-image {
        margin-bottom: 30px;
    }

    .contact-info {
        text-align: center;
        margin-top: 20px;
    }
}

.test {
    background-color: #e7aa3059;
}

.panel {
    border-radius: 4px;
    box-shadow: 2px 4px 6px #efeeee5e;
}

.panel-heading {
    background-color: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

.list-group-item.active {
    background-color: #215da324;
    color: var(--dark);
    border-color: #dbe0ef;
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item {
    color: var(--secondary);
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.date-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
}
