.elementor-268 .elementor-element.elementor-element-4967722{--display:flex;}.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-c69904d *//* ===================================
RESET
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    padding-top:82px;
    font-family:'Poppins',sans-serif;
}

/* ===================================
HEADER
=================================== */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    z-index:9999;
}

.header-container{
    max-width:1400px;
    margin:auto;
    height:82px;
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* ===================================
LOGO
=================================== */

.logo img{
    width:170px;
    display:block;
}

/* ===================================
DESKTOP NAVIGATION
=================================== */

.navbar{
    flex:1;
    display:flex;
    justify-content:center;
}

.nav-links{
    display:flex;
    align-items:center;
    list-style:none;
    gap:42px;
}

.nav-links li{
    list-style:none;
}

.nav-links li a{
    text-decoration:none;
    color:#222;
    font-size:18px;
    font-weight:600;
    transition:.3s;
    white-space:nowrap;
}

.nav-links li a:hover{
    color:#B03A63;
}

/* ===================================
RIGHT SIDE
=================================== */

.header-right{
    display:flex;
    align-items:center;
    gap:24px;
}

/* ===================================
SOCIAL ICONS
=================================== */

.social-icons{
    display:flex;
    align-items:center;
    gap:14px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#B03A63;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#8f2f53;
    transform:translateY(-3px);
}

.social-icons a i{
    color:#fff;
    font-size:17px;
}

/* ===================================
REQUEST BUTTON
=================================== */

.quote-btn{
    width:185px;
    height:52px;
    background:#B03A63;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.quote-btn:hover{
    background:#922b52;
}

/* ===================================
HIDDEN ITEMS (DESKTOP)
=================================== */

#menu-toggle{
    display:none;
}

.hamburger{
    display:none;
}

.close-btn{
    display:none;
}

.mobile-bottom{
    display:none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4967722 *//* ===================================
HEADER - DESKTOP
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:9999;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.header-container{
    max-width:1400px;
    margin:auto;
    height:82px;
    padding:0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Logo */

.logo img{
    width:165px;
    display:block;
}

/* Navigation */

.navbar{
    flex:1;
    display:flex;
    justify-content:center;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:42px;
    list-style:none;
}

.nav-links li{
    list-style:none;
}

.nav-links li a{
    text-decoration:none;
    color:#222;
    font-size:18px;
    font-weight:600;
    transition:.3s;
    white-space:nowrap;
}

.nav-links li a:hover{
    color:#B03A63;
}

/* Right Side */

.header-right{
    display:flex;
    align-items:center;
    gap:30px;
}

/* Social Icons */

.social-icons{
    display:flex;
    align-items:center;
    gap:15px;
}

.social-icons a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#B03A63;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#8d2e50;
    transform:translateY(-3px);
}

/* WHITE ICONS */

.social-icons a i{
    color:#fff;
    font-size:17px;
}

/* Button */

.quote-btn{
    width:180px;
    height:52px;
    background:#B03A63;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.quote-btn:hover{
    background:#922b52;
}

/* Hide Mobile Items */

.menu-toggle{
    display:none;
}

.close-menu{
    display:none;
}

.mobile-bottom{
    display:none;
}

.menu-overlay{
    display:none;
}

/* Give page space for fixed header */

body{
    padding-top:82px;
}
/* ===================================
MOBILE RESPONSIVE
=================================== */

@media (max-width:991px){

.header-container{
    height:80px;
    padding:0 20px;
}

.logo img{
    width:150px;
}

/* Hide Desktop */

.header-right{
    display:none;
}

/* Hamburger */

.menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:10002;
}

.menu-toggle i{
    font-size:34px;
    color:#222;
}

/* Mobile Menu */

.navbar{
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    max-width:100%;
    height:100vh;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    transition:.35s;
    z-index:10001;
    overflow-y:auto;
    padding-top:90px;
    box-shadow:-10px 0 30px rgba(0,0,0,.12);
}

/* Open Menu */

.navbar.active{
    right:0;
}

/* Close Button */

.close-menu{
    display:flex;
    position:absolute;
    top:25px;
    right:25px;
    cursor:pointer;
}

.close-menu i{
    font-size:30px;
    color:#333;
}

/* Navigation */

.nav-links{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    width:100%;
}

.nav-links li{
    width:100%;
}

.nav-links li a{
    display:block;
    width:100%;
    padding:22px 30px;
    font-size:22px;
    border-bottom:1px solid #f2f2f2;
}

.nav-links li a:hover{
    background:#fafafa;
    color:#B03A63;
}

/* Bottom Section */

.mobile-bottom{
    display:flex;
    flex-direction:column;
    margin-top:auto;
    padding:30px;
}

/* Social */

.mobile-bottom .social-icons{
    justify-content:center;
    margin-bottom:30px;
}

/* Full Width Button */

.mobile-btn{
    width:100%;
    height:55px;
    border-radius:8px;
}

/* Overlay */

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:10000;
    display:block;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

}

/* Tablet */

@media (max-width:768px){

.logo img{
    width:135px;
}

.menu-toggle i{
    font-size:32px;
}

.nav-links li a{
    font-size:20px;
}

}

/* Small Phones */

@media (max-width:480px){

.header-container{
    height:74px;
    padding:0 15px;
}

.logo img{
    width:120px;
}

.menu-toggle i{
    font-size:28px;
}

.navbar{
    width:100%;
}

.nav-links li a{
    padding:20px 22px;
    font-size:19px;
}

.mobile-btn{
    font-size:17px;
}

}
/* ===================================
MOBILE RESPONSIVE
=================================== */

@media (max-width:991px){

body{
    padding-top:72px;
}

.header-container{
    height:72px;
    padding:0 18px;
}

/* Logo */

.logo img{
    width:130px;
}

/* Hide Desktop */

.header-right{
    display:none;
}

/* Hamburger */

.hamburger{
    display:flex;
    width:42px;
    height:42px;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    margin-left:auto;
    z-index:1002;
}

.hamburger i{
    font-size:30px;
    color:#222;
}

/* Mobile Menu */

.navbar{
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    max-width:100%;
    height:100vh;
    background:#ffffff;
    flex-direction:column;
    justify-content:flex-start;
    transition:.35s ease;
    z-index:1001;
    padding:30px;
    box-shadow:-8px 0 30px rgba(0,0,0,.15);
}

/* OPEN MENU */

#menu-toggle:checked ~ .navbar{
    right:0;
}

/* Close Button */

.close-btn{
    display:flex;
    justify-content:flex-end;
    cursor:pointer;
    margin-bottom:35px;
}

.close-btn i{
    font-size:30px;
    color:#222;
}

/* Menu */

.nav-links{
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    width:100%;
}

.nav-links li{
    width:100%;
}

.nav-links li a{
    display:block;
    width:100%;
    padding:18px 0;
    font-size:20px;
    border-bottom:1px solid #eeeeee;
}

/* Bottom */

.mobile-bottom{
    display:block;
    margin-top:auto;
    padding-top:40px;
}

.mobile-social{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:25px;
}

.mobile-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#B03A63;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
}

.mobile-social i{
    color:#fff;
    font-size:17px;
}

/* Mobile Button */

.mobile-quote{
    width:100%;
    height:52px;
}

}

/* Small Phones */

@media (max-width:480px){

.header-container{
    padding:0 15px;
}

.logo img{
    width:118px;
}

.navbar{
    width:100%;
    padding:25px;
}

.nav-links li a{
    font-size:18px;
}

.hamburger i{
    font-size:28px;
}

.mobile-quote{
    font-size:16px;
}

}/* End custom CSS */