.elementor-3704 .elementor-element.elementor-element-7e50936b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--z-index:22;}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-menu-toggle{margin:0 auto;}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item:hover,
					.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-accent );}.elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--dropdown .elementor-item, .elementor-3704 .elementor-element.elementor-element-6a733a8b .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"raleway", Sans-serif;}.elementor-3704 .elementor-element.elementor-element-5ae6b945 .elementor-button{font-family:"Raleway", Sans-serif;}.elementor-3704 .elementor-element.elementor-element-1f77245c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--z-index:22;}.elementor-3704 .elementor-element.elementor-element-64a2c126.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3704 .elementor-element.elementor-element-64a2c126 img{width:100%;max-width:100%;}.elementor-3704 .elementor-element.elementor-element-d695374 .elementor-icon-wrapper{text-align:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-3704 .elementor-element.elementor-element-1f77245c{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3704 .elementor-element.elementor-element-64a2c126{text-align:left;}.elementor-3704 .elementor-element.elementor-element-64a2c126 img{width:50%;max-width:50%;}.elementor-3704 .elementor-element.elementor-element-d695374 .elementor-icon{font-size:46px;}.elementor-3704 .elementor-element.elementor-element-d695374 .elementor-icon svg{height:46px;}}@media(max-width:767px){.elementor-3704 .elementor-element.elementor-element-64a2c126{width:var( --container-widget-width, 65% );max-width:65%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;--container-widget-width:65%;--container-widget-flex-grow:0;}.elementor-3704 .elementor-element.elementor-element-64a2c126.elementor-element{--order:1;}.elementor-3704 .elementor-element.elementor-element-64a2c126 img{width:60%;max-width:60%;}.elementor-3704 .elementor-element.elementor-element-d695374{margin:0px 10px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3704 .elementor-element.elementor-element-d695374.elementor-element{--order:2;}.elementor-3704 .elementor-element.elementor-element-d695374 .elementor-icon{font-size:32px;}.elementor-3704 .elementor-element.elementor-element-d695374 .elementor-icon svg{height:32px;}}/* Start custom CSS for container, class: .elementor-element-7e50936b *//* shrinking header section with enhanced glassmorphism */
.shrink-header {
    background: transparent !important; /* made transparent before scroll */
    
    
    height: 15vh !important;
    
    transition: all .5s linear !important;
}

.shrink-header.elementor-sticky--effects {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(6px) saturate(180%) contrast(120%);
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(120%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
    
    height: 10vh !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    transition: all .5s linear !important;
}

/* nav button styling */
.nav-button .elementor-button {
    padding: 15px 40px !important;
    font-size: 1.2rem !important;
    background: rgba(255, 255, 255, 0.15);
    
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all .5s linear !important;
}

.shrink-header.elementor-sticky--effects .nav-button .elementor-button {
    padding: 12px 32px !important;
    font-size: 1.1rem !important;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all .5s linear !important;
}

/* menu font sizing */
.menu {
    font-size: 1.2rem !important;
    transition: all .3s linear !important;
}

.shrink-header.elementor-sticky--effects .menu {
    font-size: 1.1rem !important;
    transition: all .3s linear !important;
}

/* color of menu items */
.shrink-header.elementor-sticky--effects .elementor-nav-menu a {
    color: #fff !important;
    font-weight: 500 !important;
    transition: all .3s linear !important;
}

/* logo image transition */
.logo img {
    width: 40vh !important;
    transition: all .5s linear !important;
}

.shrink-header.elementor-sticky--effects img {
    width: 25vh !important;
    transition: all .5s linear !important;
}

/* Tablet and Mobile adjustments */
@media screen and (max-width: 1024px) {
    .shrink-header.elementor-sticky--effects {
        height: 8vh !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background: rgba(199, 199, 199, 0.4);
        backdrop-filter: blur(8px) saturate(150%);
        -webkit-backdrop-filter: blur(8px) saturate(150%);
        
        transition: all .5s linear !important;
    }
    .shrink-header.elementor-sticky--effects img {
        width: 25vh !important;
        transition: all .5s linear !important;
    }
    .shrink-header.elementor-sticky--effects ul li a {
        font-size: 1rem !important;
        color: black;
        transition: all .5s linear !important;
    }
}

@media screen and (max-width: 460px) {
    .shrink-header.elementor-sticky--effects {
        height: 8vh !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        background: rgba(225, 225, 225, 0.35);
        backdrop-filter: blur(6px) saturate(140%);
        -webkit-backdrop-filter: blur(6px) saturate(140%);
        
        transition: all .5s linear !important;
    }
    .shrink-header.elementor-sticky--effects img {
        width: 23vh !important;
        transition: all .5s linear !important;
    }
    .shrink-header.elementor-sticky--effects ul li a {
        font-size: 1rem !important;
        color: black;
        transition: all .5s linear !important;
    }
    .shrink-header.elementor-sticky--effects .nav-button .elementor-button {
        padding: 10px 32px !important;
        transition: all .2s linear !important;
    }
}/* End custom CSS */