.elementor-390 .elementor-element.elementor-element-9b8f88a{--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-66fdcee *//* ==========================================
   RESET
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f5f7fa;
    padding-top:10px;
    overflow-x:hidden;
}

/* ==========================================
   NAVBAR
========================================== */

.navbar{
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    padding: 8px 25px;   /* Pehle 18px tha */
    z-index: 9999;
    transition: .35s ease;
}

.nav-inner{

    display:flex;

    justify-content:space-between;

    align-items:center;

    position:relative;

}

/* ==========================================
   LEFT MENU
========================================== */

.nav-links{

    flex:1;

    display:flex;

    gap:45px;

    justify-content:flex-start;

    align-items:center;

}

.nav-links a{

    text-decoration:none;

    color:#013220;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.nav-links a:hover{

    color:#0d8f55;

}

/* ==========================================
   CENTER
========================================== */

.center-box{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

}

.brand-name{

    font-size:24px;

    font-weight:550;

    color:#013220;

    letter-spacing:1px;

    white-space:nowrap;

    transition:.35s;

}

.navbar.show-text .brand-name{

    transform:scale(.90);

    opacity:.75;

}

.navbar.show-logo .brand-name{

    transform:scale(1);

    opacity:1;

}

/* ==========================================
   RIGHT ICON
========================================== */

.profile-box{

    flex:1;

    display:flex;

    justify-content:flex-end;

}

.profile-box a{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

    text-decoration:none;

}

.profile-box a:hover{

    background:#f3f3f3;

}

.profile-box svg{

    width:28px;

    height:28px;

    fill:#013220;

}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:992px){

.navbar{

    width:90%;

}

.brand-name{

    font-size:28px;

}

}

@media(max-width:768px){

.navbar{

    width:95%;

    padding:15px 20px;

    border-radius:25px;

}

.nav-links{

    gap:20px;

}

.nav-links a{

    font-size:14px;

}

.brand-name{

    font-size:22px;

}

.profile-box a{

    width:38px;

    height:38px;

}

.profile-box svg{

    width:22px;

    height:22px;

}

}

@media(max-width:500px){

.nav-links{

    gap:15px;

}

.nav-links a{

    font-size:13px;

}

.brand-name{

    font-size:18px;

}

}

/* ==========================================
   DEMO CONTENT
========================================== */

h1{

    font-size:48px;

    color:#013220;

    margin-bottom:20px;

}

p{

    font-size:18px;

    color:#666;

}/* End custom CSS */