/*your custom css goes here*/

/* General Utilities */

.kp-container.container {
    padding-left: 90px;
    padding-right: 90px;
}
@media (max-width: 991.98px) {
    .kp-container.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.aiz-filter-sidebar li .active {
    color: var(--primary) !important;
}
.hoverable-content {
    display: none;
}
@media (max-width: 991.98px) {
    .hoverable-content {
        display: block;
    }
    #particles-js {
        display: none;
    }
}

.hoverable-container:hover > .hoverable-content {
    display: block !important;
}

.v-align-middle {
    vertical-align: middle;
}

/* Custom radio */
.custom-radio {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.custom-radio .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    transition: all 0.3s ease;
    padding: 8px 10px;
}
.custom-radio .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.custom-radio .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #005f3d;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
input[type="radio"] {
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #005f3d;
    background: #005f3d;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
    background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}
.custom-radio .option span {
    font-size: .9rem;
    color: #808080;
    margin-left: 0.5rem;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #fff;
}

/* Override AIZ CORE CSS */

.noUi-handle {
    background-color: var(--primary);
}

.aiz-count-down-circle {
    background-color: transparent;
    box-shadow: none;
}

.aiz-count-down-circle #time .circle {
    width: 65px;
    height: 65px;
}
.btn-visit {
    width: 100%;
}
.btn-visit .button-text {
    margin: 0px 0 0 2rem;
    padding: 0.65rem 0rem;
}
.btn-visit .button-text {
    text-transform: none;
}
a.text-primary:hover {
    color: var(--primary) !important;
}

@media (max-width: 576px) {
    .btn-visit {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .btn-visit {
        width: 70%;
    }
}

/* Header menu submenu style */
.header_menu_links__submenu {
    position: fixed;
    top: 138px;
    left: 0;
    right: 0;
    display: none;
    background-color: white;
    padding: 1rem 5rem;
    width: 100%;
    border-top: 1px dashed var(--primary);
}
.header_menu_links__submenu .card:first-child {
    border-right: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
}

.header_menu_items {
    position: relative;
}

.header_menu_items:hover > .header_menu_links__submenu {
    display: block;
}

.header_menu_links__submenu li {
    list-style-type: none;
}

/* Header submenu style for mobile */
.header_menu .submenu {
    list-style: none;
    padding: 0;
}

.header_menu li {
    padding: 5px;
}

.header_menu a {
    text-decoration: none;
    /* color: #fff; */
}

/* Styles pour les sous-menus */
.header_menu .submenu {
    display: none;
    padding-left: 20px;
}

.header_menu .open.submenu {
    display: block;
}

/* TOP MENU*/
.aiz-top-menu-sidebar ul {
    padding: 0.5rem;
    margin: 0;
}
.aiz-top-menu-sidebar ul li.header_menu {
    /* background: #efefef; */
    border-bottom: 1px solid #efefef;
    margin: 5px 0px;
}
.aiz-top-menu-sidebar ul li.header_menu:last-child {
    border-bottom: 0px;
}

/* End TOP MENU */

/* CONTACT US PAGE */

/* End Contact US Page */
