/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.6.1781773675
Updated: 2026-06-18 09:07:55

*/

.toggle-button {
	cursor:pointer;
}

.sidebar-header {
	display:flex;
	justify-content:flex-end;
	margin-bottom:50px;
}
.sidebar-header .overlay-button {
	padding:15px 32px 15px 20px;
	background-color:transparent;
	color:#fff;
	font-weight:800;
	font-size:1rem;
	font-family:"Albert Sans",sans-serif;
	border-radius:6px;
	cursor:pointer;
	border:none;
	position:relative;
}
.custom-sidebar-menu .menu-item-has-children > a::after,
.custom-sidebar-menu .menu-item-has-children > a::before {
	content: '';
	font-size: 1.375rem;
	font-weight: 700;
	color: #fff;
	transition: transform 0.3s ease;
	width: 18px;
	height: 2px;
}
.custom-sidebar-menu .menu-item-has-children > a::before {
	width: 2px;
	height: 18px;
	position: absolute;
	right: 50px;
}
.custom-sidebar-menu .menu-item-has-children.is-active > .submenu-toggle::before {
	opacity:0;
}
.custom-sidebar-menu  .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
	background-color: #fcc5c5;
    border: none;
    padding: 0;
	cursor:pointer;
	transition:all ease-in-out 0.3s;
	border-radius:6px;
}
.custom-sidebar-menu  .submenu-toggle .plus-minus {
	display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #ad0808;
    position: relative;
    top: -4px;
	pointer-events:none;
}
.custom-sidebar-menu  .submenu-toggle:before {
	content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ad0808;
    margin: auto;
	pointer-events:none;
}
.custom-sidebar-menu .overlay-button .cross:before,
.custom-sidebar-menu .overlay-button .cross:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: white;
    position: absolute;
    rotate: 44deg;
    right: 10px;
    top: 3px;
    bottom: 0;
    margin: auto;
}

.custom-sidebar-menu .overlay-button .cross:after {
    rotate: 317deg;
}
.custom-sidebar-menu {
	position: fixed;
	right: -500px;
	top: 0;
	height: 100vh;
	padding: 20px 30px 100px;
	max-width: 500px;
	width: 100%;
	background-color: #1a3d6a;
	transition: left 0.56s ease, right 0.56s ease, opacity 0.56s linear;
	z-index: 100;
	overflow-y: auto;
}
    .custom-sidebar-menu.is-open {
        right: 0;
    }
    .custom-sidebar-menu ul {
        list-style: none;
        padding: 0;
    }

.custom-sidebar-menu ul li {
	position:relative;
}
    .custom-sidebar-menu a {
        display: block;
        padding: 12px;
        font-size: 1.4rem;
        font-weight: 800;
        color: #fff;
        text-decoration: none;
    }
    .custom-sidebar-menu a:hover {
        text-decoration: underline;
        color: white;
    }

    /* Accordion — parent arrow only */
    .custom-sidebar-menu .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Sub-menu accordion */
    .custom-sidebar-menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .custom-sidebar-menu .sub-menu.is-open {
        max-height: 1000px;
    }

    /* Sub-menu links slightly smaller */
    .custom-sidebar-menu .sub-menu a {
        padding: 8px 12px 8px 28px;
        font-size: 1.25rem;
        font-weight: 400;
        opacity: 0.85;
    }
.overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.overlay-backdrop.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media screen and (max-width:767px) {
	.custom-sidebar-menu {
		padding:20px 15px 100px 10px;
		max-width:90%;
		right:-90%;
	}
}
.humburger-icon {
	position:relative;
	height: 21px;
    display: flex;
    align-items: center;
	cursor:pointer;
}
.humburger-icon span,
.humburger-icon:before,
.humburger-icon:after{
	width: 27px;
    display: inline-block;
    height: 3px;
    background-color: #000;
    border-radius: 5px;
}
.humburger-icon:before,
.humburger-icon:after {
	content:"";
	position:absolute;
    top:0;
	left:0;
}
.humburger-icon:after {
	top:auto;
	bottom:0;
}
header.header-active .et_builder_inner_content {
	z-index:1;
}