.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0px;
}
.elementor-widget-custom_topbar_3d24c856 {
    margin-bottom: 0 !important;
}
/* Full-width wrapper */
.topbar-wrapper-3d24c856 {
    width: 100vw;
    position: relative;
    top: 0;
    z-index: 999;
    background-color: #16243D; /* Default fallback */
	line-height: 1.6;
	letter-spacing: 1.1px;
}

/* Inner container to constrain content width but allow it to stretch if needed */
.topbar-container-3d24c856 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    font-family: sans-serif;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.topbar-left-3d24c856,
.topbar-right-3d24c856 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo-topbar{
	max-width: 200px !important;
	width: 100%;
}
.topbar-right-3d24c856 {
    gap: 25px;
}

.topbar-logo-box-3d24c856 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-weight: 900;
    font-size: 20px;
    color: #16243D;
	font-family: "Poppins", sans-serif;
}

.topbar-title-3d24c856 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
}

.topbar-phone-3d24c856 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f5a623 !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.topbar-phone-3d24c856:hover {
    opacity: 0.8;
    color: #000000;
}

.topbar-phone-3d24c856 svg {
    width: 16px;
    height: 16px;
}

.topbar-btn-3d24c856 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    color: #16243D;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.topbar-btn-3d24c856:hover {
    opacity: 0.9;
    color: #16243D;
}

.topbar-btn-3d24c856 svg {
    width: 14px;
    height: 14px;
    fill: #16243D;
}

@media (max-width: 768px) {
    .topbar-container-3d24c856 {
        flex-direction: row;
        gap: 20px;
        text-align: center;
    }
    .topbar-left-3d24c856,
    .topbar-right-3d24c856 {
        flex-direction: row;
        justify-content: center;
    }
	.topbar-phone-3d24c856{
		display: none;
	}
}
