/* Button hover transitions */
.btn {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 107, 79, 0.3);
}



.home-slider {
    position: relative;
    padding: 30px;
    background-color: #e6f0ed;
    /* TODO:: responsive */
    /* max-height: 350px; */
}

.home-slider .slick-slider .slick-list {
    border-radius: 8px;
    border: 2px solid #b0d1c8;
}



.commandant img {
    border-radius: 3px;
}

.commandant .commandant-message {
    height: 230px;
    overflow-y: scroll;
}

q::after,
q::before {
    color: #016b4f;
    font-size: 24px;
}

.commandant .card {
    margin: 10px;
}

.commandant .card-header {
    background: #016b4f;
}

.commandant .card-header h3::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffc805;
    top: 12%;
    width: 12%;
    left: 4%;
}

.commandant .card-body {
    background: rgba(199, 199, 199, 0.454);
}

.home-few-words .photo-gallery {
    position: relative;
}

.home-few-words .photo-gallery .history {
    position: absolute;
    top: 65%;
    left: 35%;
    right: 35%;
    bottom: 20%;
    background: #ffc805;
    padding: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #016148;
}

.history .year {
    color: white;
    font-size: 2px;
}

.history .year {
    color: white;
    font-size: 28px;
}

.history .journey {
    color: #016148;
}



.home-slider .slick-prev {
    position: absolute;
    left: 2%;
    z-index: 1;
    height: 50px;
    width: 50px;
    size: 20px;
}

.home-slider .slick-slide {
    height: 350px;
}

.home-slider .slick-next {
    position: absolute;
    right: 2%;
    z-index: 1;
    height: 50px;
    width: 50px;
    size: 20px;
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
    font-size: 45px;
}



.slick-next:before,
.slick-prev:before {
    color: #016148;
}

.scrolling-notice {
    background-color: white;
    border: 2px solid #ffc80580;
    border-radius: 5%;
}

.scrolling-notice .announcements {
    padding: 8px;
    margin: 0;
    background-color: white;
    border-right: 1px solid #ffc805;
    border-radius: 5%;
    color: #016b4f;
}

.scrolling-notice marquee {
    padding: 10px;
    font-size: 16px;
}

.left {
    height: 30px;
    float: left;
}

.left:after {
    content: "";
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #ffffff;
    border-bottom: 50px solid transparent;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.right {
    margin-left: 60px;
    width: 100px;
}

.right:before {
    content: "";
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 0px solid #000;
    position: absolute;
    top: -50px;
    left: -20px;
}








/* Professional Events Section Styles */
.professional-events-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e6f0ed 100%);
    position: relative;
}

.professional-events-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23016B4F" opacity="0.1"/></svg>')
        repeat;
    background-size: 100px 100px;
    pointer-events: none;
}

.section-header .section-title {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    position: relative;
    transition: all 0.4s ease;
}

.section-header .section-title:hover {
    transform: translateY(-2px);
    color: #016b4f !important;
}

.section-header .section-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #016b4f, #ffc805);
    border-radius: 2px;
    transition: all 0.4s ease;
}

.section-header .section-title:hover::after {
    width: 120px;
    height: 6px;
}

.professional-features-section .section-header .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    transition: all 0.3s ease;
}

.section-subtitle:hover {
    transform: translateY(-1px);
    color: #4a5568 !important;
}

.event-card {
    background: white;
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(1, 107, 79, 0.15);
}

.event-image-container {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 16px 16px 0 0;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
    background: #f8fafc;
}

.event-card:hover .event-image {
    transform: scale(1.05);
}



/* Badge positioning fixes */
.event-date-badge {
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #016b4f, #ffc805);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(1, 107, 79, 0.3);
    min-width: 60px;
    z-index: 2;
}

.news-category-badge {
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ffc805, #ff9f00);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 200, 5, 0.3);
    z-index: 2;
}

.date-day {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

.date-month {
    font-size: 0.8rem;
    opacity: 0.9;
    line-height: 1;
}

.date-year {
    font-size: 0.7rem;
    opacity: 0.8;
    line-height: 1;
}

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 107, 79, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-card:hover .event-overlay {
    opacity: 1;
}

.overlay-content i {
    font-size: 2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.event-title {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #2d3748;
}

.event-description {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

.event-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.featured-event-banner {
    background: linear-gradient(135deg, white 0%, #f8fafc 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(1, 107, 79, 0.12);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.featured-event-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(1, 107, 79, 0.18);
}

.featured-event-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 20px;
    transition: transform 0.3s ease;
    filter: brightness(1.05) contrast(1.1);
}

.featured-event-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.featured-event-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(1, 107, 79, 0.1) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.featured-event-banner:hover .featured-event-image {
    transform: scale(1.02);
    filter: brightness(1.1) contrast(1.15);
}

.featured-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ffc805, #ff9f00);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.featured-title {
    font-size: 1.8rem;
    line-height: 1.3;
}

.featured-description {
    font-size: 1rem;
    line-height: 1.6;
}

.meta-item {
    font-size: 0.95rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .section-header .section-title {
        font-size: 2rem;
    }

    .featured-title {
        font-size: 1.5rem;
    }

    .event-image-container {
        height: 220px;
    }

    .event-image {
        border-radius: 12px 12px 0 0;
        object-fit: contain;
    }
    
    .featured-event-banner {
        border-radius: 16px;
        margin: 2rem 0;
    }
    
    .featured-event-image {
        height: 250px;
        border-radius: 16px 16px 0 0;
    }
    
    .featured-event-image-container {
        border-radius: 16px 16px 0 0;
        margin-bottom: 2rem;
    }
    
    .featured-event-image-container::before {
        display: none;
    }
    
    .featured-content {
        padding: 2rem !important;
    }
}

/* Professional News Section Styles */
.professional-news-section {
    background: linear-gradient(135deg, #fafcff 0%, #f0f4f8 100%);
    position: relative;
}

.professional-news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="%23016B4F" opacity="0.08"/></svg>')
        repeat;
    background-size: 60px 60px;
    pointer-events: none;
}

.news-card {
    background: white;
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(1, 107, 79, 0.15);
}

.news-image-container {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 16px 16px 0 0;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
    background: #f8fafc;
}

.news-card:hover .news-image {
    transform: scale(1.05);
}

.news-category-badge {
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ffc805, #ff9f00);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 200, 5, 0.3);
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 107, 79, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card:hover .news-overlay {
    opacity: 1;
}

.news-overlay .overlay-content i {
    font-size: 2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.news-meta {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.news-date {
    font-size: 0.85rem;
    font-weight: 500;
}

.news-title {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #2d3748;
}

.news-description {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

.news-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.news-type-tag {
    font-size: 0.8rem;
    color: #666;
    background: #f7fafc;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 500;
}



.featured-news-banner {
    background: linear-gradient(135deg, white 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(1, 107, 79, 0.1);
    border: 1px solid #e2e8f0;
}

.featured-news-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%,
    100% {
        box-shadow: 0 0 5px rgba(220, 38, 38, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(220, 38, 38, 0.8);
        transform: scale(1.02);
    }
}

.featured-news-title {
    font-size: 2rem;
    line-height: 1.3;
    color: #1a202c;
}

.featured-news-description {
    font-size: 1.1rem;
    line-height: 1.6;
}

.featured-news-meta .meta-item {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a5568;
}

.featured-news-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 300px;
}

.featured-news-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(1, 107, 79, 0.15);
    background: #f8fafc;
}

@media (max-width: 768px) {
    .featured-news-title {
        font-size: 1.5rem;
    }

    .news-image-container {
        height: 220px;
    }

    .news-image {
        border-radius: 12px 12px 0 0;
        object-fit: contain;
    }

    .featured-news-content {
        padding: 2rem !important;
    }

    .featured-news-image-wrapper {
        min-height: 200px;
        margin-top: 2rem;
    }
}

/* Professional Notices Section Styles */
.professional-notices-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e6f0ed 100%);
    position: relative;
}

.professional-notices-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23016B4F" opacity="0.08"/></svg>')
        repeat;
    background-size: 100px 100px;
    pointer-events: none;
}





/* Professional Features Section Styles */
.professional-features-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    position: relative;
}

.professional-features-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><circle cx="40" cy="40" r="1" fill="%23016B4F" opacity="0.1"/></svg>')
        repeat;
    background-size: 80px 80px;
    pointer-events: none;
}

.features-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(1, 107, 79, 0.08);
}

.features-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(1, 107, 79, 0.15);
}

.notices-card-modern {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(1, 107, 79, 0.08);
}

.notices-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(1, 107, 79, 0.15);
}

.card-header-modern {
    background: linear-gradient(135deg, #016b4f 0%, #168164 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    transition: all 0.3s ease;
}

.card-header-modern:hover {
    background: linear-gradient(135deg, #014a3a 0%, #016b4f 100%);
}

.header-content {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header-icon:hover {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.3);
}

.header-icon i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(1, 107, 79, 0.05),
        transparent
    );
    transition: left 0.6s ease;
}

.feature-item:hover {
    background: #f8fafc;
    border-color: #016b4f;
    transform: translateX(8px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 107, 79, 0.1);
}

.feature-item:hover::before {
    left: 100%;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e6f0ed, #f0f9ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, #016b4f, #ffc805);
}

.feature-item:hover .feature-icon i {
    color: white !important;
}

.feature-icon i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.feature-content h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-content h6 {
    color: #016b4f;
    transform: translateX(5px);
}

.feature-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-content p {
    transform: translateX(3px);
}

.notices-body {
    padding: 0;
    height: auto;
    overflow: visible;
}

.notice-item {
    display: flex;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-items: flex-start;
    min-height: auto;
    position: relative;
    overflow: hidden;
}

.notice-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 200, 5, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.notice-item:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
    transform: translateX(5px) scale(1.02);
    border-left: 4px solid #016b4f;
    padding-left: 1.25rem;
    box-shadow: 0 5px 15px rgba(1, 107, 79, 0.1);
}

.notice-item:hover::before {
    left: 100%;
}

.notice-item:last-child {
    border-bottom: none;
}

.notice-date-modern {
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.notice-item:hover .notice-date-modern {
    transform: scale(1.05) rotate(2deg);
}

.date-circle {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ffc805, #ff9f00);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(255, 200, 5, 0.3);
    font-size: 0.8rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.notice-item:hover .date-circle {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 200, 5, 0.4);
    background: linear-gradient(135deg, #ff9f00, #ffc805);
}

.date-day {
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
}

.date-month {
    font-size: 0.65rem;
    opacity: 0.9;
    line-height: 1;
    font-weight: 600;
}

.notice-content {
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
}

.notice-item:hover .notice-content {
    transform: translateX(3px);
}

.notice-title-modern {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    word-wrap: break-word;
    transition: all 0.3s ease;
}

.notice-item:hover .notice-title-modern {
    color: #016b4f;
    transform: translateY(-2px);
}

.notice-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    flex-wrap: wrap;
    gap: 0.25rem;
    transition: all 0.3s ease;
}

.notice-time {
    color: #666;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.notice-item:hover .notice-time {
    color: #016b4f;
}

.download-link {
    color: #016b4f;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.download-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #016b4f, #ffc805);
    transition: width 0.3s ease;
}

.download-link:hover {
    color: #ffc805;
    transform: translateY(-2px);
}

.download-link:hover::before {
    width: 100%;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-item {
        padding: 0.75rem;
    }

    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-icon {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .card-header-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .notice-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .notice-item {
        padding: 0.75rem 1rem;
    }

    .notice-date-modern {
        margin-right: 0.75rem;
    }

    .date-circle {
        width: 40px;
        height: 40px;
    }

    .date-day {
        font-size: 0.8rem;
    }

    .date-month {
        font-size: 0.6rem;
    }

    .notice-title-modern {
        font-size: 0.85rem;
    }

    /* Professional Notices Section Mobile Styles */
    .professional-notices-section .section-header .section-title {
        font-size: 2rem;
    }
}
