.main-header{
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2);
    padding: 15px 0 0;
}
.footer-inner,
.header-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
}
.logo-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.actions-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.actions-area .header-btn{
    background-color: #4C242A;
    font-size: 14px;
    color: #fff;
    font-weight: 599;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.actions-area .header-btn:hover{
    color: #4C242A;
    background-color: #FDC374;
}
.actions-area .header-btn.lang-switcher{
    background-color: transparent;
    color: #4C242A;
    border-color: #4C242A;
}
.actions-area .header-btn.lang-switcher:hover{
    color: #FDC374;
}

.actions-area .navbar-nav{
    flex-direction: row;
}
#mobileToggle path{
    fill: #4C242A;
}
.mobile-menu{
    position: absolute;
    top: 76px;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2);
}
.mobile-menu{
    display: none;
}
.complete-profile{
    display: block;
}
.footer-inner .footer-links ul,
.footer-inner .copyrights{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.footer-inner .footer-links ul{
    gap: 15px;
}
.footer-inner .footer-links ul a{
    color: #4C242A;
}
.footer-inner .footer-links ul a:hover{
    color: #FDC374;
}
footer.no-bg{
    padding: 15px 0;
}
.list-pager{
    justify-content: center;
}
@media (max-width: 991px) {
    .actions-area #loginBtn,
    .actions-area #registerBtn,
    .menu-area{
        display: none;
    }
    .main-header{
        padding-bottom: 15px;
    }
    .actions-area .header-btn{
        padding: 10px 15px;
        font-weight: 400;
    }
    .actions-area{
        gap: 10px;
    }
    .para-list{
        height: auto;
        max-width: 100%;
        margin-bottom: 0;
    }
    .right-side-event-list{
        padding-top: 0 !important;
    }
    .right-side-event-list .mb-3{
        margin-bottom: 0 !important;
    }
    .image-event-list{
        height: 200px !important;
    }
    .slider-container{
        height: 350px !important;
    }
    .dark-overlay .text-box h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .dark-overlay .text-box p{
        font-size: .75rem;
        line-height: 1.6;
        height: 75px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 30px !important;
        height: 30px !important;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 15px !important;
    }
}
@media (max-width: 767px) {
    #startcompleteProfileBtn{
        width: 100%;
    }
    .footer-inner{
        flex-direction: column;
        gap: 15px;
    }
    .slider-container{
        height: 250px !important;
    }
    .dark-overlay .text-box h2 {
        font-size: 1rem;
        font-weight: 700;
    }
    .step-circle-box,
    .image-section{
        display: none;
    }
    .register-main-title{
        margin-bottom: 0 !important;
    }
    .register-steps-list{
        flex-direction: column;
        align-content: start;
        align-items: start !important;
    }
    .register-steps-list li{
        background-image: none;
        padding-left: 0 !important;
    }
    .register-steps-list li label {
        min-width: auto;
        opacity: 1;
        margin-right: 10px !important;
    }
    .register-steps-list li .rounded-shape-white{
        width: auto;
        height: auto;
    }
    .register-steps-list li a{
        display: flex;
        flex-direction: row;
    }
    .register-btns{
        flex-direction: column;
        width: 100%;
    }
    .agree-btn,
    .register-btns a.btn,
    .register-btns button{
        width: 100%;
        margin: 0 !important;
    }
    .register-btns .register-cancle{
        width: 100%;
    }
    .register-btns button{
        margin-top: 15px !important;
    }
    input, textarea, select, button {
        font-size: 16px !important;
    }
}
