.elementor-27 .elementor-element.elementor-element-ca8b032{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b36619c */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

/* Main Header Wrapper & Full Width Alignment */
.elementor-27 .elementor-element.elementor-element-b36619c {
    font-family: 'Manrope', sans-serif !important;
    width: 100% !important;
    background-color: #070B14 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mac-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Brand Logo  */
.mac-brand-logo img {
    max-height: 56px !important;
    width: auto !important;
    display: block;
    transition: opacity 0.3s ease;
}
.mac-brand-logo img:hover {
    opacity: 0.85;
}

/* Desktop Navigation Links */
.mac-desktop-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mac-desktop-nav li a {
    color: #CBD5E1;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 4px;
}

.mac-desktop-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0A66C2;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mac-desktop-nav li a:hover,
.mac-desktop-nav li a.active {
    color: #FFFFFF;
}

.mac-desktop-nav li a:hover::after,
.mac-desktop-nav li a.active::after {
    width: 100%;
}

/* Header Action Buttons (Call & WhatsApp) */
.mac-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mac-action-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(10, 102, 194, 0.12);
    border: 1px solid rgba(10, 102, 194, 0.35);
    color: #38BDF8 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mac-action-btn-call:hover {
    background: #0A66C2;
    color: #FFFFFF !important;
    border-color: #0A66C2;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 102, 194, 0.3);
}

.mac-action-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0A66C2;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(10, 102, 194, 0.25);
}

.mac-action-btn-wa:hover {
    background: #1294E8;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(18, 148, 232, 0.4);
}

/* Mobile Hamburger Toggle Button */
.mac-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mac-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Mobile Slide-out Drawer */
.mac-mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #0B1220;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1002;
    display: flex;
    flex-direction: column;
    padding: 80px 28px 40px 28px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.mac-mobile-drawer.is-open {
    right: 0;
}

.mac-drawer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mac-drawer-nav li a {
    color: #F8FAFC;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.mac-drawer-nav li a:hover {
    color: #38BDF8;
}

.mac-drawer-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.mac-drawer-actions a {
    justify-content: center;
    padding: 12px 20px;
    font-size: 15px;
}

/* Backdrop Overlay */
.mac-drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(7, 11, 20, 0.7);
    backdrop-filter: blur(4px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mac-drawer-backdrop.is-active {
    opacity: 1;
    visibility: visible;
}

/* Responsive Rules for Tablet & Mobile */
@media (max-width: 1024px) {
    .mac-desktop-nav,
    .mac-header-actions {
        display: none !important;
    }
    .mac-mobile-toggle {
        display: flex !important;
    }
}/* End custom CSS */