.wrapper-section{width:100%;margin:0 auto;padding:1rem}@media (min-width:640px){.wrapper-section{padding:1.5rem}}@media (min-width:768px){.wrapper-section{padding:2rem}}@media (min-width:1024px){.wrapper-section{padding:2.5rem}}@media (min-width:1280px){.wrapper-section{max-width:1200px}}.home-header-wrapper{justify-content:space-between;align-items:center;padding:22px 33px;display:flex;position:relative}@media (max-width:768px){.home-header-wrapper{padding:15px 20px}.home-header-wrapper .logo_section svg{width:140px;height:40px}}.home-header-wrapper .home_btn_container{align-items:center;display:flex}.home-header-wrapper .home_btn_container .login_btn{color:#fff;cursor:pointer;background:#37848c;border:none;border-radius:30px;padding:10px 28px;font-size:20px;font-weight:500;transition:all .3s}.home-header-wrapper .home_btn_container .login_btn:hover{background:#2b686f}@media (max-width:768px){.home-header-wrapper .home_btn_container .login_btn{font-size:16px}}.home-header-wrapper .home_btn_container .user_profile_wrapper{background:#fff;border:1px solid #ececec;border-radius:40px;align-items:center;gap:10px;padding:5px 12px 5px 5px;transition:all .2s;display:flex;position:relative}.home-header-wrapper .home_btn_container .user_profile_wrapper:hover{background:#fdfdfd;border-color:#37848c}.home-header-wrapper .home_btn_container .user_profile_wrapper .avatar_circle{color:#fff;background:linear-gradient(135deg,#37848c 0%,#2a6369 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}.home-header-wrapper .home_btn_container .user_profile_wrapper .user_name_text{color:#333;font-size:14px;font-weight:600}@media (max-width:768px){.home-header-wrapper .home_btn_container .user_profile_wrapper .user_name_text{display:none}}.home-header-wrapper .home_btn_container .user_profile_wrapper .dropdown_arrow{color:#888;align-items:center;font-size:12px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.home-header-wrapper .home_btn_container .user_profile_wrapper .dropdown_arrow.open{color:#37848c;transform:rotate(180deg)}.home-header-wrapper .home_btn_container .user_profile_wrapper .modal_overlay{z-index:99;cursor:default;width:100vw;height:100vh;position:fixed;top:0;left:0}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal{z-index:100;background:#fff;border:1px solid #0000000d;border-radius:16px;width:260px;animation:.2s ease-out fadeIn;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_details{background:#f9fafb;border-bottom:1px solid #f1f1f1;align-items:center;gap:12px;padding:16px;display:flex}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_details .profile_pic{color:#37848c;background:#e0f2f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-weight:700;display:flex;overflow:hidden}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_details .profile_pic.has-image{background:0 0;border:1px solid #0000000d}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_details .account_details .name{color:#1a1a1a;margin:0;font-size:15px;font-weight:700}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_details .account_details .email{color:#777;word-break:break-all;margin:2px 0 0;font-size:12px}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu{padding:8px}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu .menu_item{color:#444;cursor:pointer;border-radius:8px;padding:12px 16px;font-size:14px;transition:all .2s}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu .menu_item:hover{color:#37848c;background:#f5f5f5;padding-left:20px}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu .menu_item.active{color:#37848c;background:#e0f2f1;font-weight:600}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu .menu_item.logout{color:#d32f2f;border-top:1px solid #f1f1f1;margin-top:8px}.home-header-wrapper .home_btn_container .user_profile_wrapper .profile_menu_modal .profile_menu .menu_item.logout:hover{background:#fff5f5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.home_bg_container{background-image:url(/home/home-bg.png)}.hero-banner-container{flex-direction:column;gap:35px;display:flex}.hero-banner-container h1{font-family:var(--font);font-weight:500;font-style:Medium;letter-spacing:0%;text-align:center;font-size:clamp(28px,4vw,64px);line-height:70px}@media (max-width:768px){.hero-banner-container h1{line-height:40px}}.hero-banner-contents{align-items:center;gap:45px;display:flex}.hero-banner-contents button{letter-spacing:0%;font-size:clamp(16px,2vw,22px);font-weight:500;line-height:100%}@media (max-width:768px){.hero-banner-contents{flex-direction:column-reverse;gap:20px;width:100%}}.hero-banner-contents p{letter-spacing:0%;text-align:justify;font-size:20px;line-height:30px}@media (max-width:768px){.hero-banner-contents p{font-size:14px;line-height:18px}}footer{color:#494949;background:#37848c1a;position:relative;bottom:0}footer .copyright_container{justify-content:center;padding-bottom:5px;display:flex}footer .copyright_container p{letter-spacing:0;text-align:center;color:#494949;font-size:12px;font-weight:400;line-height:20px}@media (max-width:768px){footer .copyright_container p{font-size:10px}}.footer_container{justify-content:space-around;padding:36px 0;display:flex}@media (max-width:768px){.footer_container{place-items:center;gap:30px;display:grid}.footer_container svg{width:107px;height:29px}}.footer_connect_links{align-items:flex-start;gap:65px;display:flex}@media (max-width:768px){.footer_connect_links{flex-direction:column;align-items:center;gap:0}}.footer_connect_links ul{flex-direction:column;gap:23px;padding:0;display:flex}@media (max-width:768px){.footer_connect_links ul{align-items:center}}.footer_connect_links ul li{list-style:none}.footer_connect_links ul a{letter-spacing:0;color:#494949;padding-bottom:2px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:all .3s;position:relative}.footer_connect_links ul a:hover{color:#37848c;opacity:.8}.footer_connect_links ul a.active{color:#37848c}.support_brand{align-items:center;gap:10px;display:flex}.support_brand svg{width:109px;height:21px}.support_brand p{letter-spacing:0;font-size:12px;font-weight:300;line-height:20px}@media (max-width:768px){.support_brand svg{width:89px;height:17px}.support_brand p{font-size:10px;font-weight:300;line-height:20px}}
