.elementor-17279 .elementor-element.elementor-element-48e7933{--display:flex;border-style:solid;--border-style:solid;border-width:0px 2px 0px 0px;--border-top-width:0px;--border-right-width:2px;--border-bottom-width:0px;--border-left-width:0px;border-color:#000000;--border-color:#000000;box-shadow:0px 0px 10px 0px #000000;}/* Start custom CSS for html, class: .elementor-element-121870c */@media (max-width:450px) {
    .elementor-17279 .elementor-element.elementor-element-121870c {
    margin-bottom:25%;
}
}

.fixed-call-button {
    width: 250px;
    height: 80px;
    background: linear-gradient(to right, #355CA7 0%, #0183D0 100%);
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    border-radius:10px 0px 0px 10px;

}

.fixed-call-button a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.fa-whatsapp {
    margin-left:-10px;
    margin-right:5px;
    font-size: 24px;
}
.fa-phone-volume {
    margin-right:10px;
    margin-left:10px;
}

.fa-bars {
    font-size: 30px;
    opacity: 0;
    align-self: center;
    margin-left: -10px;
}
.fa-bars:hover {
    cursor: pointer;
}
        .call-button {
            background-color: #28a745;
            color: white;
            border-radius: 50%;
            padding: 10px;
            font-size: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            text-decoration: none;
            transition: background-color 0.3s ease;
            margin:auto 20px;
        }

        .call-button:hover {
            background-color: #218838;
        }

.sidebar {
    background: linear-gradient(to right, #355CA7 0%, #0183D0 100%);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 9998;
    width: 245px;
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.7);

}

.mobile-sidebar {
    display: none;
    transform: translateX(-200%);
    background: #0183D0;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 120px;
    transition: transform 0.5s ease-in-out;
    z-index: 10;
    width: 200px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);
}

.sidebarWide {
    width:235px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%);
        box-shadow: 10px 0 15px rgba(0, 0, 0, 0.7), 
                5px 0 10px rgba(0, 0, 0, 0.5), 
                -5px 0 10px rgba(0, 0, 0, 0.5);
}

.sidebarNarrow {
    width: 90px;
    clip-path: polygon(0 0, 0 0, 100% 50%, 0 100%, 0 0);
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5), 
                -5px 0 10px rgba(0, 0, 0, 0.5);
}

.mobileHeader {
    background: #0183D0;
    z-index: 9999;
    height: 120px;
    display: none;
    flex-direction: row;
    position: fixed;
    top: 0;
    left:0;
    width: 100%!important;
    margin-bottom:120px;
}

.mobileLeft {
    width: 25%;
    margin: auto 10px;
    display: flex;
}

.mobileMiddle {
    width: 50%;
    margin: auto;
    display: flex;
}

.mobileRight {
    width: 25%;
    margin: auto;
    display: flex;
}

.logo {
    width: 120px;
    margin: 30px 25px 0 0;
    display: block;

    
}

.icon-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures even distribution */
    flex-grow: 1;
        padding: 0 10px; /* Reduce padding on smaller screens */
        margin-bottom: 25%; /* Adjust margin for smaller screens */

}

.icon-item {
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'Racing Sans One', sans-serif;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 30px;
    margin:  0px 20px 0px 0px;
}

.mobile-sidebar .icon-list .icon-item {
    font-size: 19.5px;

}
.mobile-sidebar .icon-list {
        margin-bottom:80px;
        margin-left:-10px;
}

.icon-item i {
    margin-right: 15px;
    
}
.fa-x {
    color:white;
    margin-left:40px;
    font-size:30px;
}
.icon-item a {
    color: inherit;
}

.icon-list .icon-item {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.icon-list .icon-item:hover {
    color: #1DC1E60;
}

.icon-item i {
    transition: transform 0.5s ease-in-out;
}

.icon-item:hover i {
    transform: rotate(360deg);
    color: #1DC1E60;
}

.sidebar.sidebarWide .fa-bars {
    opacity: 0;
}

.sidebar.sidebarNarrow .fa-bars {
    opacity: 1;
    z-index: 1000;
}

.sidebar.sidebarNarrow .logo,
.sidebar.sidebarNarrow .icon-list {
    opacity: 0;
    display: none;
    transition: all 0.5s ease-in-out;
}

.sidebar.sidebarWide .logo,
.sidebar.sidebarWide .icon-list {
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: all 0.5s ease-in-out;
}



/* When the sidebar is wide, move all wp-page content to the right */


@media (max-width: 600px) {
body {
    padding-top:120px;
}
    .icon-list {
        padding: 0 10px; /* Reduce padding on smaller screens */
        margin-bottom: 25%; /* Adjust margin for smaller screens */
    }
    
    .icon-item {
        padding: 5px 0px;
        font-size:23px;

    }
    .fixed-call-button {
        display: none;
    }
    .mobileHeader {
        display: flex;
        justify-content: center;
        background: #0183D0;
    }

    .mobile-sidebar {
        display: flex;
        justify-content:center;
        align-items: center;
        z-index:9999;

    }
    .mobile-sidebar .icon-list {
        margin-top:65px;
    }
    .mobile-sidebar .icon-list .icon-item {
        margin: 25px auto;
        padding:0;
    }
    .mobile-logo {
        width:40%;
        margin-left:23%;
        
    }

    .sidebar {
        display: none;
    }

    .fa-bars,
    .fa-phone, .fa-home {
        margin: auto;
        color: white;
               transition: transform 0.3s ease, display 0.3s ease; /* Smooth transition */
    }
    .fa-home {
        display:none;
    }

    .logo {
        display: none;
    }


    .fa-bars {
        opacity: 1;
    }

    .sidebar {
        width: 0;
        opacity: 0;
    }
    .icon-item i {
    margin-right: 15px;
}
}/* End custom CSS */