:root {
    --gov-blue: #0b4ea2;
    --gov-blue-dark: #083b7a;
    --gov-blue-light: #eaf2fb;
    --gov-gold: #c8a54b;
    --gov-red: #c62828;
    --gov-text: #24364b;
    --gov-muted: #5b6b7f;
    --gov-white: #ffffff;
    --gov-border: #d7e2f0;
}
/*HOME BANNER*/
.mt-hero-slider-section {
    position: relative;
    overflow: hidden;
    background: #000;
    margin-top: 68px
}

.mtHeroSwiper,
.mt-hero-slide {
    width: 100%;
    height: 100vh;
    min-height: 760px;
}

.mt-hero-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mt-hero-slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mt-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(75, 160, 217) 0%,
        rgba(75, 160, 217, 0.72) 28%,
        rgba(0, 0, 0, 0.28) 58%,
        rgba(0, 0, 0, 0.02) 100%
    );
}

.mt-hero-bottom-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 70px 30px 70px;
}

.mt-hero-content-inner {
    width: 100%;
}

.mt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 20px;
    border-radius: 50px;
    background: rgba(75, 160, 217, 0.18);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.mt-hero-badge span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px rgba(255,255,255,0.9);
}

.mt-hero-title {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 8px 28px rgba(0,0,0,0.45);
}

/* Custom pagination */
.mt-hero-slider-section .mt-hero-pagination {
    position: absolute;
    bottom: 25px !important;
    left: 0;
    width: 100%;
    z-index: 20;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-active .mt-hero-slide {
    animation: heroScale 8s linear forwards;
}

@keyframes heroScale {
    from { transform: scale(1); }
    to { transform: scale(1.04); }
}

@media (max-width: 991px) {
    .mtHeroSwiper,
    .mt-hero-slide {
        min-height: 560px;
        height: 560px;
    }

    .mt-hero-title {
        font-size: 20px;
    }

    .mt-hero-bottom-content {
        padding: 30px 24px 35px;
    }
}

@media (max-width: 575px) {
    .mtHeroSwiper,
    .mt-hero-slide {
        height: 560px;
        min-height: 560px;
    }
    .mt-hero-slider-section{
        margin-top: 90px

    }
    .mt-hero-title {
        font-size: 12px;
        line-height: 1.45;
        font-weight: 500;
    }

    .mt-hero-badge {
        font-size: 12px;
        padding: 2px 8px;
        margin-bottom:5px;
    }

    .mt-hero-bottom-content {
        padding: 10px 18px 40px;
    }

    .mt-hero-slider-section .mt-hero-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
        margin: 0 5px !important;
    }
    .swiper-pagination{
        bottom: -15px !important;
    }
    .mt-hero-slider-section .mteffect-pagination .swiper-pagination-bullet {
        width: 25px !important;
        height: 25px !important;
    }
}

/* =========================================
   PORTRAIT MODE (NOT LANDSCAPE)
   Set height to 50%
========================================= */
@media screen and (orientation: portrait) {
    .mtHeroSwiper,
    .mt-hero-slide {
        height: 40vh;
        min-height: 40vh;
    }
}
/* =========================================
   TIMELINE
 ========================================= */
.expo-horizontal-timeline{
    /*width:100vw;*/
    margin-left:calc(50% - 50vw);
    padding:60px 0 30px;
    background:
        radial-gradient(circle at top left,#4ba0d915,transparent 35%),
        radial-gradient(circle at bottom right,#e4002310,transparent 35%),
        #f8fafc;
    overflow:hidden;
}

/* CONTAINER */
.expo-horizontal-timeline .container-fluid{
    width:100%;
    max-width:100%;
    padding:0;
}

/* HEADER */
.expo-horizontal-header{
    text-align:center;
    margin-bottom:20px;
    padding:0 20px;
}

.expo-horizontal-header span{
    display:inline-block;
    padding:8px 18px;
    background:#ffffffcc;
    border:1px solid #e2e8f0;
    border-radius:50px;
    color:#4ba0d9;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
}

.expo-horizontal-header h2{
    margin-top:20px;
    font-size:48px;
    font-weight:900;
    color:#0f172a;
}
/* =========================================
   WRAPPER
========================================= */

.expo-horizontal-wrapper{
    position:relative;

}
/* CENTER LINE */
.expo-horizontal-wrapper::before{
    content:"";
    position:absolute;
    top:49.5%;
    left:0;
    right:0;
    height:3px;
    background:#cbd5e1;
    transform:translateY(-50%);
    z-index:1;
}

/* =========================================
   SCROLL
========================================= */

.expo-horizontal-scroll{
    display:flex;
    align-items:center;
    gap:40px;
    overflow-x:auto;
    overflow-y:visible;
    padding:0px 50px;
    position:relative;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}

/* SCROLLBAR */
.expo-horizontal-scroll::-webkit-scrollbar{
    height:10px;
    position: absolute;
    bottom: 20px;
}

.expo-horizontal-scroll::-webkit-scrollbar-track{
    background:#e2e8f0;
}

.expo-horizontal-scroll::-webkit-scrollbar-thumb{
    background:#94a3b8;
    border-radius:50px;
}

/* =========================================
   ITEM
========================================= */

.expo-horizontal-item{
    position:relative;
    min-width:250px;
    max-width:250px;
    flex:0 0 250px;
    z-index:2;
}

/* REMOVE OLD LINE */
.expo-horizontal-item::before{
    display:none;
}

/* =========================================
   CARD POSITION
========================================= */

/* TOP CARD */
.expo-horizontal-item:nth-child(odd) .expo-horizontal-card{
    margin-bottom:400px;
}

/* BOTTOM CARD */
.expo-horizontal-item:nth-child(even) .expo-horizontal-card{
    margin-top:400px;
}

/* =========================================
   DOT
========================================= */

.expo-horizontal-dot{
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:18px;
    transform:translate(-50%, -50%);
    background:#4ba0d9;
    border-radius:50%;
    z-index:10;
    box-shadow:
        0 0 0 8px rgba(75,160,217,.15),
        0 0 25px rgba(75,160,217,.35);
}

/* =========================================
   DATE
========================================= */

/* =========================================
MODERN DATE BADGE
========================================= */

.expo-horizontal-date{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 10px;
    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f8fafc
        );

    border:1px solid rgba(255,255,255,.7);
    border-radius:18px;
    backdrop-filter:blur(14px);
    box-shadow:
        0 10px 30px rgba(15,23,42,.10),
        inset 0 1px 1px rgba(255,255,255,.7);
    color:#0f172a;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
    z-index:11;
    transition:.35s ease;
}
/* HOVER EFFECT */
.expo-horizontal-date:hover{
    transform:
        translateX(-50%)
        translateY(-2px);

    box-shadow:
        0 18px 40px rgba(15,23,42,.16);
}

/* ICON */
.expo-horizontal-date i{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:
        linear-gradient(
            135deg,
            #4ba0d9,
            #2563eb
        );

    color:#fff;
    font-size:14px;
    box-shadow:
        0 8px 18px rgba(37,99,235,.30);
}

/* DATE TEXT */
.expo-horizontal-date span{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

/* SMALL LABEL */
.expo-horizontal-date small{
    font-size:11px;
    font-weight:600;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* DATE BELOW DOT FOR TOP CARD */
.expo-horizontal-item:nth-child(odd) .expo-horizontal-date{
    top:50%;

    transform:
        translateX(-50%)
        translateY(35px);
}

/* DATE ABOVE DOT FOR BOTTOM CARD */
.expo-horizontal-item:nth-child(even) .expo-horizontal-date{
    top:46%;

    transform:
        translateX(-50%)
        translateY(-65px);
}

/* =========================================
   CARD
========================================= */

.expo-horizontal-card{
    position:relative;
    padding:10px;
    border-radius:20px;
    background:#ffffff;
    box-shadow:0 10px 40px rgba(15,23,42,.08);
    overflow:hidden;
    transition:.4s ease;
}

/* HOVER */
.expo-horizontal-card:hover{
    transform:
        translateY(-10px)
        scale(1.02);
    box-shadow:
        0 25px 50px rgba(15,23,42,.15);
}

/* =========================================
   IMAGE
========================================= */

.expo-horizontal-image{
    width:100%;
    height:180px;

    border-radius:10px;

    overflow:hidden;

    margin-bottom:15px;
}

.expo-horizontal-image img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition:transform .6s ease;
}
.expo-horizontal-image {
    position: relative;
    overflow: hidden;
}

/* blurred background using CSS variable */
.expo-horizontal-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--img) center/cover no-repeat;
    filter: blur(25px);
    transform: scale(1.3);
    z-index: 0;
}
.expo-horizontal-dot.upcoming-dot {
    background: #90ee90;
    animation: pulseDotRed 1.6s infinite ease-in-out;
}

@keyframes pulseDotRed {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 8px rgba(144, 238, 144, .15),
        0 0 25px rgba(144, 238, 144, .35);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.25);
        box-shadow: 0 0 0 12px rgba(144, 238, 144, .25),
        0 0 40px rgba(144, 238, 144, .55);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 8px rgba(144, 238, 144, .15),
        0 0 25px rgba(144, 238, 144, .35);
    }
}
.expo-horizontal-card:hover img{
    transform:scale(1.08);
}

/* =========================================
   INFO
========================================= */

.expo-horizontal-info{
    text-align:center;
}

/* TITLE */
.expo-horizontal-info h3{
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    color:#0f172a;
    margin-bottom:7px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.expo-horizontal-info a{
    text-decoration:none;
}

.expo-horizontal-info a:hover h3{
    color:#4ba0d9;
}

/* LOCATION */
.expo-horizontal-location{
    /*display:flex;*/
    justify-content:center;
    align-items:center;
    gap:7px;
    color:#64748b;
    font-size:14px;
}

.expo-horizontal-location i{
    color:#4ba0d9;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

    .expo-horizontal-timeline{
        padding:60px 0;
    }

    .expo-horizontal-header h2{
        font-size:32px;
    }

    .expo-horizontal-scroll{
        gap:20px;
        padding:0px 20px;
    }

    .expo-horizontal-item{
        min-width:260px;
        max-width:260px;
        flex-basis:260px;
    }

    /* TOP CARD */
    .expo-horizontal-item:nth-child(odd) .expo-horizontal-card{
        margin-bottom:360px;
    }

    /* BOTTOM CARD */
    .expo-horizontal-item:nth-child(even) .expo-horizontal-card{
        margin-top:360px;
    }

    .expo-horizontal-image{
        height:145px;
    }

    .expo-horizontal-info h3{
        font-size:17px;
    }

    .expo-horizontal-date{
        font-size:12px;
        padding:8px 10px;
    }
}
@media(max-width:560px){
    .expo-horizontal-card {
        position: relative;
        padding: 12px;
        border-radius: 10px;
    }

    .expo-horizontal-image {

        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .expo-horizontal-timeline{
        padding:60px 0;
    }

    .expo-horizontal-header h2{
        font-size:32px;
    }

    .expo-horizontal-scroll{
        gap:0;

        padding:0 20px;
    }

    .expo-horizontal-item{
        min-width:200px;
        max-width:200px;
        flex-basis:200px;
    }

    /* TOP CARD */
    .expo-horizontal-item:nth-child(odd) .expo-horizontal-card{
        margin-bottom:325px;
    }

    /* BOTTOM CARD */
    .expo-horizontal-item:nth-child(even) .expo-horizontal-card{
        margin-top:325px;
    }

    .expo-horizontal-image{
        height:145px;
    }

    .expo-horizontal-info h3{
        font-size:13px;
        margin-bottom: 4px;
    }

    .expo-horizontal-date{
        font-size:12px;
        padding:8px 10px;
    }

    .expo-horizontal-location{
        font-size: 12px;
    }
}
/* HIDE HORIZONTAL SCROLLBAR */

/*.expo-horizontal-scroll{*/
/*    scrollbar-width:none; !* Firefox *!*/
/*    -ms-overflow-style:none; !* IE and Edge *!*/
/*}*/

/*.expo-horizontal-scroll::-webkit-scrollbar{*/
/*    display:none; !* Chrome, Safari *!*/
/*}*/

/* Event Box */
.event-box {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s;
    border: 1px solid #eee;
}

.event-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.event-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.event-meta span {
    font-size: 13px;
    color: #666;
    margin-right: 15px;
}

.event-title {
    font-weight: 600;
    margin: 10px 0;
}

.event-title a {
    color: #222;
    text-decoration: none;
}

.event-title a:hover {
    color: #0d6efd;
}

.event-actions .btn {
    margin-right: 10px;
}
.mteffect-pagination {
    position: relative;
    text-align: center;
    min-height: 50px;
}
.sponsor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.sponsor-logo img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
}
.mteffect-pagination {
    display: inline-block;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: translateX(-0%);
    white-space: nowrap;
}
.btn-all-news{
    height:37px;line-height:37px; position: absolute; top: 20px;
}
.mt-hero-2-wrapper .mt-btn-2.wow{
    height:37px;line-height:37px;position:absolute; right: 0
}

.mt-footer-2-main-wraper .wrap-content{

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(18px);
    padding: 50px;
    border-radius: 20px; /* Optional: for a nicer look */
    color: white; /* Optional: for better readability */
    background-color: rgba(255, 255, 255, 0.2);


}
#exhibitors {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

#exhibitors table {
    width: 100% !important;
    /*table-layout: fixed; !* force equal distribution *!*/
}

#exhibitors td,
#exhibitors th {
    width: auto !important;
    white-space: normal !important;
    /*word-break: break-word;*/
    /*overflow-wrap: break-word;*/
}

/*#exhibitors td,*/
/*#exhibitors th {*/
/*    width: auto !important;*/
/*    white-space: normal !important;*/
/*    word-break: break-word;*/
/*}*/

#exhibitors img {
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 1366px) {

}
@media (max-width: 767px) {
    .mt-slider-effect-active {
        padding-left: 20px;
        padding-right: 20px;
    }
    .img-slide-title{
        width: 70%;
    }
    .mt-hero-2-wrapper .mt-btn-2.wow{
            height: 30px !important;
            line-height: 30px  !important;
            position: absolute;
            right: 50px !important;
            visibility: visible;
            font-size: 11px;
    }
    .mt-hero-2-wrapper .mt-btn-2.wow i {

        font-size: 20px;

    }
    /*.mtabout__2 .mtabout__wrappers{*/
    /*    padding: 20px !important;*/
    /*}*/
    #contact-info-footer{
        margin-top: 30px;
    }
    .mt-footer-2-main-wraper .wrap-content{


        padding: 20px; /* Optional: for a nicer look */



    }

}





.calendar-section {
    padding: 32px 0 48px;
}

.calendar-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.calendar-card-header {
    padding: 18px 22px;
    border-bottom: 1px solid #eef2f6;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.calendar-card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #163a63;
}

.calendar-card-body {
    padding: 20px;
}

.calendar-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.calendar-filters select,
.calendar-filters input,
.calendar-filters button {
    width: 100%;
    height: 44px;
    border-radius: 50px;
    font-size: 14px;
    color: #0b0b0b;
}

.calendar-filters select,
.calendar-filters input {
    border: 1px solid #d0d5dd;
    padding: 0 14px;
    outline: none;
    background: #fff;
}

.calendar-filters button {
    border: none;
    background: #1d4f91;
    color: #fff;
    font-weight: 600;
}

.calendar-filters button:hover {
    background: #163a63;
}

#calendar {
    width: 100%;
    min-height: 760px;
}

.fc .fc-toolbar {
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.fc .fc-button, .custom-year-toolbar .fc-button {
    padding: 0 23px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: var(--mt-ff-heading) !important;
    height: 35px !important;
    line-height: 35px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    border-radius: 35px !important;
    background: var(--mt-theme-1) !important;
    color: var(--mt-common-white) !important;
    transition: all 0.5s ease-in-out !important;
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
}
.custom-year-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.custom-year-toolbar .fc-toolbar-chunk {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-year-toolbar .fc-button-group {
    display: flex;
}

.custom-year-toolbar .fc-toolbar-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.fc-header-toolbar {
    padding: 16px 20px;
    margin-bottom: 20px !important;
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);

}
.fc .fc-day-today {
    background: #edf5ff !important;
}

.fc .fc-daygrid-day-frame {
    min-height: 110px;
}

.fc .fc-daygrid-event {
    white-space: normal !important;
    align-items: flex-start;
    margin-top: 2px;
}

.fc .fc-event {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.fc .fc-event-title {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.fc .fc-event-title:hover {
    color: #1d4f91 !important;
}

.fc .fc-event-title::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.fc .event-type .fc-event-title::before {
    background: #1d4f91;
}

.fc .exhibition-type .fc-event-title::before {
    background: #b54708;
}

.fc .fc-daygrid-block-event .fc-event-main {
    white-space: normal !important;
    padding: 4px 6px;
}

.calendar-tooltip {
    position: fixed;
    display: none;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    z-index: 9999;
    overflow: hidden;
}

.calendar-tooltip img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.calendar-tooltip-content {
    padding: 10px;
}

.calendar-tooltip-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

.calendar-tooltip-summary {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child), .custom-year-toolbar .fc-button:not(:last-child){
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child), .custom-year-toolbar .fc-button:not(:first-child) {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-left: -1px;
}
.custom-year-toolbar .fc-toolbar-chunk .fc-button-group > .fc-button {
    flex: 1 1 auto;
    position: relative;
}
@media (max-width: 991px) {
    .calendar-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .calendar-filters {
        grid-template-columns: 1fr;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 70px;
    }
}
/* =========================
   CALENDAR WRAPPER
========================= */
#calendar,
#customYearView {
    font-family: var(--mt-ff-heading);
}

.fc {
    --fc-border-color: #e8e8e8;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: #f8f9fc;
    --fc-today-bg-color: rgba(0, 123, 255, 0.08);
}

/* =========================
   TOOLBAR
========================= */
.fc .fc-header-toolbar,
.custom-year-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.fc .fc-toolbar-title,
.custom-year-toolbar .fc-toolbar-title {
    font-size: 28px;
    font-weight: 700;
    color: #1c1d22;
    margin: 0;
}
/* all buttons */

.fc .fc-button:hover,
.custom-year-toolbar .fc-button:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.fc .fc-button:focus,
.fc .fc-button-active,
.custom-year-toolbar .fc-button:focus,
.custom-year-toolbar .fc-button-active {
    box-shadow: none !important;
    outline: none !important;
}

.fc .fc-button-group {
    display: flex;
}

/* =========================
   MONTH VIEW GRID
========================= */
.fc .fc-scrollgrid {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.fc .fc-scroller-harness{
    margin-bottom: 13px;
}
.fc .fc-col-header-cell {
    background: #53A0E6;
    padding: 14px 8px;
}
.fc .fc-col-header-cell {
    background: #53A0E6;
    padding: 14px 8px;
}


.fc .fc-col-header-cell-cushion {
    font-size: 17px;
    font-weight: 700;
    color: #f7f8fb;
    text-decoration: none !important;
}

.fc .fc-daygrid-day {
    transition: background 0.25s ease;
}

.fc .fc-daygrid-day:hover {
    background: #fafbff;
}

.fc .fc-daygrid-day-frame {
    min-height: 120px;
    /*padding: 6px;*/
}

/*.fc .fc-daygrid-day-number {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    color: #1c1d22;*/
/*    text-decoration: none !important;*/
/*    padding: 8px !important;*/


.fc .fc-daygrid-day-number {
    font-size: 17px;
    font-weight: 700;
    color: #1c1d22;
    text-decoration: none !important;
    padding: 2px 5px !important;
    background: #54a0e6;
    color: #ffffff;
    display: block;
    width: 100%;
}

.fc .fc-day-today .fc-daygrid-day-number {
    background: var(--mt-theme-1);
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   EVENTS
========================= */
.fc .fc-daygrid-event {
    border: none !important;
    border-radius: 9px !important;
    padding: 3px 0px !important;
    margin-top: 5px !important;
    background: #f4f7ff !important;
    color: #1c1d22 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.fc .fc-event-title,
.fc .fc-event-time {
    font-size: 12px;
    font-weight: 600;
}

.fc .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fc .fc-more-link {
    font-size: 12px;
    font-weight: 700;
    color: var(--mt-theme-1) !important;
    text-decoration: none !important;
}

/* category colors */
.fc .event-type {
    background: #eef4ff !important;
    border-left: 4px solid #4a90e2 !important;
}

.fc .exhibition-type {
    background: #fff4eb !important;
    border-left: 4px solid #ff8c42 !important;
}

/* =========================
   YEAR VIEW
========================= */


.year-month-block {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    /*padding: 22px;*/
    margin-bottom: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.year-month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 20px;
    margin-bottom: 18px;
    background: #53A0E6;
    border-radius: 18px 18px 0 0;
}

.year-month-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #f7f8fb;
}

.year-month-count {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background: #f7f8fb;
    border-radius: 30px;
    padding: 5px 18px;
}

.year-day-block {
    margin-bottom: 14px;
}

.year-day-events {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-left: 18px;
    margin-right: 18px;
}

.year-event-item {
    border-radius: 16px;
    padding: 16px;
    background: #f9fafc;
    border: 1px solid #eceef3;
    transition: all 0.3s ease;
}

.year-event-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.year-event-item.type-event {
    border-left: 4px solid #4a90e2;
}

.year-event-item.type-exhibition {
    border-left: 4px solid #ff8c42;
}

.year-event-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1d22;
    text-decoration: none;
    margin-bottom: 8px;
}

.year-event-link:hover {
    color: var(--mt-theme-1);
}

.year-event-date {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.year-month-empty {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fc;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .fc .fc-toolbar-title,
    .custom-year-toolbar .fc-toolbar-title {
        font-size: 20px;
    }

    .fc .fc-button,
    .custom-year-toolbar .fc-button {
        height: 42px !important;
        line-height: 42px !important;
        padding: 0 16px !important;
        font-size: 12px !important;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 90px;
    }

    /*.year-month-block, .year-month-block {*/
    /*    padding: 16px;*/
    /*}*/

    .year-event-item {
        padding: 14px;
    }
}
/* =========================
   CARD
========================= */
.calendar-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.calendar-card-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.calendar-card-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--mt-ff-heading);
    color: #1c1d22;
}

.calendar-card-body {
    padding: 24px;
}

/* =========================
   FILTERS
========================= */
.calendar-filters {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.calendar-filter-item {
    flex: 1 1 220px;
}

/* input */
.calendar-filters input {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    font-family: var(--mt-ff-heading);
    color: #222;
    outline: none;
    transition: 0.3s;
}

.calendar-filters input:focus {
    border-color: var(--mt-theme-1);
}

/* nice select */
.calendar-filters .nice-select {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    padding: 0 16px;
    font-size: 14px;
    font-family: var(--mt-ff-heading);
    color: #222;
    background: #fff;
}

.calendar-filters .nice-select.open {
    border-color: var(--mt-theme-1);
}

.calendar-filters .nice-select .list {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.calendar-filters .nice-select .option {
    padding: 0 14px;
}
.calendar-filters .nice-select .option:hover{
    background: #edf5ff !important;
}
/* button */
/*.calendar-filters button {*/
/*    width: 100%;*/
/*    height: 46px;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    background: var(--mt-theme-1);*/
/*    color: var(--mt-common-white);*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    font-family: var(--mt-ff-heading);*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*}*/

.calendar-filters button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

/* =========================
   CALENDAR AREA
========================= */
#calendar,
#customYearView {
    margin-top: 10px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .calendar-card-body {
        padding: 16px;
    }

    .calendar-card-header {
        padding: 16px;
    }

    .calendar-card-title {
        font-size: 20px;
    }

    .calendar-filter-item {
        flex: 1 1 100%;
    }

    .calendar-filters {
        gap: 12px;
    }
}


#homeExpoSwiper  .swiper-horizontal{
    border-radius: 20px;
    border: 1px solid #eee;
}
.home-expo-banner-area {
    padding: 60px 0;
    background: #f6f6f9;
}

.home-expo-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}


/* LEFT CONTENT */
/*.home-expo-content {*/
/*    padding: 35px;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    background: linear-gradient(180deg, #f4f9ff 0%, #e6f1ff 100%);*/
/*}*/

.home-expo-content {
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #f8fbff 0%, #eaf4ff 50%, #d9ecff 100%);
    /*background: url("/storage/home/1772938745-E-invitation.jpg");*/
    background-size: cover;
    border-radius: 20px 0 0 20px;
    position: relative;
    overflow: hidden;
}

/*.home-expo-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 220px;*/
/*    height: 220px;*/
/*    background: rgba(10, 79, 163, 0.08);*/
/*    border-radius: 50%;*/
/*    top: -60px;*/
/*    right: -60px;*/
/*}*/

/*.home-expo-content::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 160px;*/
/*    height: 160px;*/
/*    background: rgba(30, 115, 190, 0.06);*/
/*    border-radius: 50%;*/
/*    bottom: -40px;*/
/*    left: -40px;*/
/*}*/


.home-expo-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #0a4fa3;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Limit to 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*color: var(--mt-common-white);;*/
    /*margin-bottom: 16px;*/
}
.home-expo-label {
    color: #d62828;
    /*color: var(--mt-common-white);;*/
    font-size: 16px;
    font-weight: 700;
    /*margin-bottom: 14px;*/
    letter-spacing: 0.5px;
}

.home-expo-date,
.home-expo-location {
    font-size: 16px;
    color: #4b5563;
    /*color: var(--mt-common-white);;*/
    /*margin-bottom: 14px;*/
}

.home-expo-date i,
.home-expo-location i {
    margin-right: 8px;
}

.home-expo-summary,
.home-expo-summary p {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
    /*color: var(--mt-common-white);;*/
    /*margin-bottom: 16px;*/
}

.home-expo-btn {
    display: inline-block;
    width: fit-content;
    padding: 0 23px;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    border-radius: 50px;
    background: var(--mt-theme-1);
    color: var(--mt-common-white);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.home-expo-btn:hover {
    background: #083a78;
    color: #ffffff;
}

.home-expo-image {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-expo-image-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    transform: scale(1.08);
    opacity: 0.6;
}

.home-expo-image a {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-expo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

/* SWIPER PAGINATION */
.home-expo-swiper-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
    position: relative;
}

/* LEFT PAGINATION */
.home-expo-swiper-controls .swiper-pagination {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    text-align: left;

}

/* BULLETS */
.home-expo-swiper-controls .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.5;

}

.home-expo-swiper-controls .swiper-pagination-bullet-active {
    opacity: 1;
}

/* BUTTONS */
.home-expo-prev,
.home-expo-next {
    width: 48px;
    height: 48px;
    background: transparent !important;
    border: none;
    box-shadow: none;
    color: var(--mt-theme-1);
    top: 0;
    bottom: 0;
    /*transform: translateY(-50%);*/
    z-index: 20;
    margin: auto;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
/* show on hover */
.homeExpoSwiper:hover .home-expo-prev,
.homeExpoSwiper:hover .home-expo-next {
    opacity: 1;
    visibility: visible;
}

.home-expo-prev::after,
.home-expo-next::after {
    font-size: 32px;
    font-weight: 700;
}

.home-expo-prev {
    left: 0;
}

.home-expo-next {
    right: 0;
}
.swiper-pagination-bullet {
    background: #0a4fa3;
    opacity: 0.6;
    left: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* MOBILE */
@media (max-width: 991px) {
    .home-expo-image {
        height: 260px;
    }

    .home-expo-content {
        padding: 25px;
    }

    .home-expo-title {
        font-size: 22px;
    }
}

/*.home-expo-banner-area {*/
/*    padding: 50px 0;*/
/*    background: #f3f6fb;*/
/*}*/

/*.home-expo-card {*/
/*    background: #ffffff;*/
/*    border: 1px solid var(--gov-border);*/
/*    border-radius: 18px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 6px 18px rgba(11, 78, 162, 0.06);*/
/*}*/

/*!* LEFT CONTENT *!*/
/*.home-expo-content {*/
/*    height: 100%;*/
/*    padding: 34px 34px 28px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*    background:*/
/*        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);*/
/*    position: relative;*/
/*}*/

/*.home-expo-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 6px;*/
/*    height: 100%;*/
/*    background: linear-gradient(180deg, var(--gov-blue), var(--gov-blue-dark));*/
/*}*/

/*.home-expo-label {*/
/*    color: var(--gov-red);*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 12px;*/
/*    padding-left: 10px;*/
/*}*/

/*.home-expo-title-wrap {*/
/*    margin-bottom: 16px;*/
/*    padding: 14px 16px;*/
/*    background: var(--gov-blue-light);*/
/*    border-left: 4px solid var(--gov-gold);*/
/*    border-radius: 10px;*/
/*}*/

/*.home-expo-title {*/
/*    margin: 0;*/
/*    font-size: 32px;*/
/*    line-height: 1.45;*/
/*    font-weight: 700;*/
/*    color: var(--gov-blue);*/
/*}*/

/*.home-expo-link {*/
/*    text-decoration: none;*/
/*}*/

/*.home-expo-date,*/
/*.home-expo-location {*/
/*    font-size: 17px;*/
/*    line-height: 1.8;*/
/*    color: var(--gov-text);*/
/*    margin-bottom: 12px;*/
/*}*/

/*.home-expo-date i,*/
/*.home-expo-location i {*/
/*    width: 18px;*/
/*    margin-right: 8px;*/
/*    color: var(--gov-blue);*/
/*}*/

/*.home-expo-summary,*/
/*.home-expo-summary p {*/
/*    font-size: 16px;*/
/*    line-height: 1.95;*/
/*    color: var(--gov-muted);*/
/*    margin-bottom: 0;*/
/*}*/

/*.home-expo-location {*/
/*    margin-top: 14px;*/
/*}*/

/*.home-expo-action {*/
/*    margin-top: auto;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    padding-top: 22px;*/
/*}*/

/*.home-expo-btn {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 8px;*/
/*    min-width: 160px;*/
/*    padding: 11px 22px;*/
/*    border-radius: 999px;*/
/*    background: linear-gradient(180deg, var(--gov-blue) 0%, var(--gov-blue-dark) 100%);*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*    border: 1px solid rgba(11, 78, 162, 0.2);*/
/*    transition: all .25s ease;*/
/*}*/

/*.home-expo-btn:hover {*/
/*    color: #fff;*/
/*    transform: translateY(-1px);*/
/*    box-shadow: 0 8px 16px rgba(11, 78, 162, 0.14);*/
/*}*/

/*!* RIGHT IMAGE *!*/
/*.home-expo-image {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 420px;*/
/*    overflow: hidden;*/
/*    background: #eef3f9;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.home-expo-image-bg {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    filter: blur(18px);*/
/*    transform: scale(1.08);*/
/*    opacity: 0.35;*/
/*}*/

/*.home-expo-image a {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.home-expo-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*!* SWIPER *!*/
/*.homeExpoSwiper {*/
/*    position: relative;*/
/*    padding-bottom: 46px;*/
/*}*/

/*.homeExpoSwiper .swiper-pagination {*/
/*    position: absolute !important;*/
/*    left: 0 !important;*/
/*    bottom: 8px !important;*/
/*    width: auto !important;*/
/*    text-align: left !important;*/
/*    transform: none !important;*/
/*}*/

/*.homeExpoSwiper .swiper-pagination-bullet {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 0 7px 0 0 !important;*/
/*    background: #a9bfdc;*/
/*    opacity: 1;*/
/*}*/

/*.homeExpoSwiper .swiper-pagination-bullet-active {*/
/*    background: var(--gov-blue);*/
/*}*/

/*.home-expo-prev,*/
/*.home-expo-next {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    border-radius: 50%;*/
/*    background: #ffffff;*/
/*    border: 1px solid var(--gov-border);*/
/*    color: var(--gov-blue);*/
/*    box-shadow: 0 4px 12px rgba(11, 78, 162, 0.08);*/
/*}*/

/*.home-expo-prev::after,*/
/*.home-expo-next::after {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .home-expo-content {*/
/*        padding: 24px;*/
/*    }*/

/*    .home-expo-title {*/
/*        font-size: 24px;*/
/*    }*/

/*    .home-expo-image {*/
/*        height: 260px;*/
/*    }*/
/*}*/
.home-expo-label{
    font-size: 22px; top: 40px; position: absolute
}
@media (max-width: 991.98px) {
    .home-expo-content {
        padding: 14px 12px;
        height: 100%;
    }

    .home-expo-label {
        font-size: 13px;
        top: 15px;
    }

    .home-expo-title {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .home-expo-date,
    .home-expo-location {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .home-expo-summary,
    .home-expo-summary p {
        font-size: 11px;
        line-height: 1.55;
        margin-bottom: 0;
    }

    /* limit long text */
    .home-expo-summary {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-expo-image {
        height: 190px;
    }

    .home-expo-btn {
        /*width: 100%;*/
        font-size: 11px;
        text-align: center;
        justify-content: center;
        bottom: 10px;
        right: 10px;
        padding: 0 14px;
        height: 26px;
        line-height: 29px;
    }

    .home-expo-action {
        margin-top: 10px;
    }
}


.custom-year-view {
    margin-top: 20px;
}
/* ===== Wrapper Layouts ===== */
.year-month-wrapper {
    width: 100%;
}
.view-toggle-btn.active {

    color: #ffffff !important;
    opacity: 0.7;
}

.view-toggle-btn {
    transition: all 0.2s ease;
}

.view-toggle-btn:hover {
    transform: translateY(-1px);
}
.year-month-wrapper.grid-view {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.year-month-wrapper.list-view {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* tablet */
@media (max-width: 992px) {
    .year-month-wrapper.grid-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width: 767px) {
    .year-month-wrapper.grid-view {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .year-month-wrapper.list-view {
        gap: 16px;
    }

    /*.year-month-block, .year-month-block {*/
    /*    padding: 16px;*/
    /*}*/
}

/* ===== Month Block ===== */
.year-month-block {
    margin-bottom: 0;
    /*padding: 18px 20px;*/
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-width: 0;
}

.year-month-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.nice-select::after {
    right: 18px;
}
/* ===== Tablet ===== */
@media (max-width: 1199px) {
    .year-month-wrapper.grid-view {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .year-month-wrapper.grid-view {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .year-month-wrapper.list-view {
        gap: 16px;
    }

    /*.year-month-block {*/
    /*    padding: 16px;*/
    /*    border-radius: 14px;*/
    /*}*/

    .year-month-header {
        align-items: flex-start;
        gap: 10px;
        padding: 18px 20px;
        background: #53A0E6;
    }

    .year-month-title {
        font-size: 19px;
        line-height: 1.3;
    }

    .year-month-count {
        font-size: 12px;
        padding: 5px 9px;
    }

    .year-day-row {
        align-items: flex-start;
        gap: 10px;
    }

    .year-day-title {
        min-width: 38px;
        height: 38px;
        font-size: 15px;
        border-radius: 10px;
    }

    .year-day-name {
        font-size: 13px;
    }

    .year-day-count {
        font-size: 12px;
    }

    .year-day-events {
        gap: 6px;
        padding-left: 0;
    }

    .year-event-item {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .year-event-link {
        font-size: 14px;
        line-height: 1.45;
    }

    .calendar-card-header {
        padding: 18px 16px 10px;
    }

    .calendar-card-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .calendar-card-body {
        padding: 0 16px 16px;
    }

    .calendar-filters {
        gap: 10px;
        margin-bottom: 16px;
    }

    .calendar-filters input,
    .calendar-filters select {
        width: 100%;
        min-width: 100%;
        min-height: 44px;
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 50px !important;
    }


}
.mtabout__2 .mtabout__wrappers.wrap-documents .contact-search-form-box form button{
    color:#57595c;
}
.mtabout__2 .mtabout__wrappers.wrap-documents .contact-search-form-box form input{
    border-color:#57595c;
}
/* ===== Small Mobile ===== */
@media (max-width: 576px) {
    .btn-switch-lange img{
        height: 20px;
        width: 20px;
    }
    .fc .fc-col-header-cell-cushion, .fc .fc-daygrid-day-number {
        font-size: 11px;
    }
    /*.year-month-block {*/
    /*    padding: 14px;*/
    /*}*/
    .mtabout__2 .mtabout__wrappers.wrap-documents{
        padding: 0 !important;
    }
    #documentTable td,
    #documentTable th {
        font-size: 13px !important;
    }
    .dl-column {
        width: 20% !important;
    }
    .mtabout__2 .mtabout__wrappers.wrap-documents .contact-search-form-box form button{
        color:#57595c;
    }
    .mtabout__2 .mtabout__wrappers.wrap-documents .contact-search-form-box form input{
        border-color:#57595c;
        height: 40px;
    }
    .year-month-title {
        font-size: 22px;
    }

    .calendar-card-title {
        font-size: 20px;
    }

    .year-event-link {
        font-size: 13px;
    }
    .calendar-card-body, .calendar-card{
        padding: 0;
        margin-top: 0;
        background: none;
        border: none;
        border-radius: 18px;
        box-shadow: none;
    }
    #calendar .fc-header-toolbar {
         padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .fc .fc-header-toolbar, .custom-year-toolbar{
        gap: 8px;
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .fc .fc-button, .custom-year-toolbar .fc-button {
        height: 31px !important;
        line-height: 31px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
    }
    .fc .fc-toolbar-title, .custom-year-toolbar .fc-toolbar-title
    {
        font-size: 16px;
    }
    .fc .fc-daygrid-block-event .fc-event-main {
        white-space: normal !important;
        padding: 2px 4px;
    }
    .fc .fc-event-title, .fc .fc-event-time {
        font-size: 9px;
        font-weight: 500;
    }
    .btn-all-news{
      position: unset;
    }
}
.mt-course-box-sidebar .mt-copyright-social {
    border: 1px solid #cdcdcd;
    padding: 7px 14px;
    border-radius: 50px;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Brand Colors */
.facebook {
    background: #1877F2;
}

.twitter {
    background: #000000;
}

.linkedin {
    background: #0A66C2;
}

.telegram {
    background: #229ED9;
}

.whatsapp {
    background: #25D366;
}
