body{
    background-color: #FFFFFF;
    min-height: 100vh;
    margin:0;
    position: relative;
}

.container-xxl{
    width: 1166px !important;
}

.figtree{
    font-family: "Figtree", sans-serif !important;
}

.urbanist{
    font-family: "Urbanist", sans-serif;
}

a{
    text-decoration: none;
}

.ui-hide{
    display: none;
}

button{
    border:0;
}

.title{
    position: relative;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size:64px;
    font-style: normal;
    color: #404040;

     
}

.page-title{
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size:48px;
    line-height: 57.6px;
    font-style: normal;
    color: #404040;  
}



.content-image img{
    width: 100%;
}

.web-page{
    padding-top:72px;
    
    /*padding-bottom:120px;*/
}

.page-sub-title{
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #9CA3AF;
}

.page-content{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.about-first-section{
    padding-top:72px;
    padding-bottom:120px;
    height:1072px;
    position: relative;
    z-index: -1;
}


.about-second-section{
    width: 100%;
    height: 793px;
    background-color: #FAFAFA;
    padding-top: 120px;
    padding-bottom:120px;
    position: relative;
}

.faq-second-section{
    font-family: "Urbanist", sans-serif;
    background-color: #FAFAFA;
    padding: 40px;
}

.faq-second-section h2{
    color: #404040;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;


}

.faq-second-section p{
    color: #9CA3AF;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
}

.contact-list{
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    height: 262px;
}

.contact-icon{
    width: 64px;
    height: 64px;
    padding: 16px;
    gap: 10px;
    border-radius: 12px;
   background-color: #FF5900;
   box-shadow: 0px 8px 16px 0px #F17A3B3D;


}

.contact-type{
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #404040;
    margin-top: 8px;
}

.contact-description{
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 8px;
    
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #404040;

}

.contact-button{
    display: block;
    width: 140px;
    height: 32px;
    padding: 8px 12px 8px 12px;
    margin-top: 8px;
    border-radius: 100px;
    border: 1px solid #D1D5DB;
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    font-weight: 350;
    line-height: 14.4px;
    text-align: center;
    color: #4D4D4D;
}

.contact-button:hover{
    background-color: #FF5900;
    color: #FFFFFF;
}



   
.about-second-section h2{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    color: #404040;
}

.about-second-section .about-ornament{
    position: absolute;
    top: 88px;
    right: 42%;
}

.about-second-section .group-image-about{
    z-index: 2;
    position: relative;
}

.relative{
    
}

.about-second-section p{
    
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;

}

.about-third-section{
    background-color: #FFFFFF;
    width: 100%;
    height: 550px;
    padding: 80px 100px 80px 100px;
    gap: 64px;
    opacity: 0px;


}

.about-third-section p{
   
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.24px;
    text-align: left;

}

.faq-section{
    width: 100%;
    
    background-color: #FFFFFF;
    
    padding-bottom:120px;
    position: relative;
}

.faq-section .row{
    margin-bottom: 80px;
}

.faq-section .accordion-button{
    border-top-left-radius: 20px !important;
    border-top-right-radius:20px !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #404040;
    height: 85px;
    padding: 24px;
    border-bottom: 1px solid #F3F4F6;
}

.faq-section .accordion-item:first-of-type {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.faq-section .accordion-item:not(:first-of-type) {
    border-top: 0;
    margin-top: 24px;
    border: none;

}

.faq-section .accordion-button:not(.collapsed){

    background-color: #F9FAFB;
    text-decoration: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url('../images/icons/x-close.png');
    transform: var(--bs-accordion-btn-icon-transform);
}

.faq-section .accordion-button::after {
    background-image: url('../images/icons/plus.png');
}



/*.faq-section .accordion-button.collapsed{
    background-color: #F9FAFB;
}*/

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion{
    font-family: "Urbanist", sans-serif;
    --bs-accordion-border-color:none;
}

.faq-section .accordion-body{
    background-color: #F9FAFB;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 26.24px;
    color: #404040;
}

.faq-section .accordion-item{
    border:none;
}

.faq-category{
    margin-top: 27px;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #404040;
}

.maps-image{
    margin-top: 3rem;
}

.clients{
   
    padding-top:80px;
    display: flex;

    flex-direction: column;
    gap:20px;

}

.clients .logos{
    max-width: 1300px;
    display:flex;
    gap:20px;
    
   
}


/*.clients > :nth-child(1) {
    padding-left: 24px;
}

.clients > :nth-child(2) {
    padding-right: 24px;
}*/



.clients .client-logo{
    width: 198px;
    height: 72px;
    padding: 16px 24px 16px 24px;
    border-radius: 10px;
    border: 1px solid #A1AEBF;
    text-align: center;


}




.title img{
    position: absolute;
    top: 0;
    left: 42%;
    width: 167px;
    z-index: -1;
}

.border-title{
    width: 80px;
    height: 4px;
    gap: 0px;
    opacity: 0px;
    background: #FF5900;


}

.section-name{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size:24px;
    line-height: 28.8px;
    color: #9CA3AF;

}

.section-title{
    font-family: "Urbanist", sans-serif;
    text-align: left;
    font-size:48px;
    font-weight: 700;
    color: #404040;

}




.header{
    width:100%;
    height: 72px;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 998;
    border-bottom: 1px solid #E5E7EB
}



.header .logo img{
    
}

.navbar{
    padding-top:15px !important;
    
}

.navbar a{
    color: #4D4D4D;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    width:100px;
}

.header.client{
    width:100%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 998;
    border-bottom: 1px solid #E5E7EB
}

.header.client .navbar .default-header{
    display: flex;
    justify-content: space-between;
}


.navbar .client-header{
    position: relative;
    width: 100%;
    display: flex;
    margin-top: -10px;
    align-items: center;
}

.navbar .client-header .navbar-brand img{
    width: 50%;
}

.navbar .assesment-nav-bar-right{   
    display: flex;
    gap: 32px; 
}

.navbar .navbar-collapse .language .dropdown-toggle{
    border:none;
}

.navbar .navbar-collapse .language .dropdown-menu{
    border: none;
    --bs-dropdown-min-width:0;
    box-shadow: 0px 4px 8px 0px #27272714;

}

.navbar .navbar-collapse .access{
    position: static;
   
    display: flex;
   
    gap:8px;
}

.navbar .navbar-collapse .timer{
    background-color: #E5E7EB;
    position: static;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap:8px;
    border-radius: 100px;
   
}

.navbar .navbar-collapse .timer .time{
    display: flex;
    width: 119px;
    height: 37px;
    padding: 8px 16px;
    gap: 4px;
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
   
    color: #404040;
   

   
   

}

.navbar .navbar-nav a.active{
   color:#FF5900 !important; 
   
}

.navigation a:hover{
    color:#fcb842 !important; 
    transition: 0.3s;
}

.dropdown-menu li a:hover{

    background: none !important;
    color:#FF5900 !important; 
}

.client .navbar-expand-lg .navbar-collapse {
   
    position: absolute;
    right: 0;
}

.language{
    margin-right:50px;
    border-radius:100px !important;
    border: 1px solid #F3F4F6
}

.assesment-language{
    border-radius:100px !important;
    border: 1px solid #F3F4F6
}

.language .switch-language a{
    margin-left:-15px;
    display: flex;
    gap: 9px;
    padding-left: 24px;
}

.btn{
    border-radius:100px !important; 
}

.btn-access{
    display: block;
    border-radius:100px !important; 
    width:80px !important;
    height:40px !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    border-radius:100px !important; 
    font-size: 14px !important;
    line-height: 19.6px !important;
    text-decoration: none !important;
    padding: 9px !important;
}

.btn-more{
    border-radius:100px !important;
    border:1px solid #D1D5DB !important;
    padding:12px !important;
    width:120px;
    text-align: center;
    font-family: "Figtree", sans-serif !important;
    color: #FAFAFA !important;
    text-decoration: none;
}

.btn-access.active{
    background: #FF5900 !important;
    width: 120px !important;
    border:1px solid #FF5900 !important;
    border-radius:100px !important;
    color: #FFFFFF !important;


}

.btn-access:hover{
    background: #FF5900 !important;
    border:1px solid #FF5900 !important;
    border-radius:100px !important;
    color:#FFFFFF !important;



}

.content{
    
    padding-top:72px;
    padding-bottom:20px;
}

    
.assesment{
    padding-top:72px;
    background-color: #F5F6FA;
}

.assesment .result{
    padding: 40px 24px;
    background-color: #F5F6FA;
}

.assesment .result h2{
    width: 640px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.assesment .result .business-assesment-result{
    padding-top: 40px;
    width: 640px;
    border-radius: 12px;
    padding: 24px;
    
    margin: 0 auto;
}

.assesment .result .business-assesment-result .busines-answer{
    border-radius: 6px;
    border: 1px solid #4D4D4D;
    width: 41px;
    height: 24px;
    padding: 2px;
    display: inline-block;
    text-align: center;
}



.assesment .business-assesment-result .cta-result-guide{
    margin-top: 24px;
}

.assesment .business-assesment-result .cta-result-guide.lose{
    background-color: #FFF7F3;
    border: 1px solid #FF5900;
}

.assesment .business-assesment-result .cta-result-guide.win{
    background-color: #FFF7F3;
    border: 1px solid #FF5900;
}

.assesment .business-assesment-result .cta-button-container{
    display: flex;
    justify-content: space-between;
}

.assesment .business-assesment-result .cta-button-container .social-media-container{
    display: flex;
    gap: 22px;
    align-items: center;
}

.assesment .business-assesment-result .cta-button-container .social-media-container .social-media{
    font-size: 20px;
    color:#404040;
}

.assesment .business-assesment-result .cta-button-container .social-media-container .social-media{
    font-size: 20px;
    color:#404040;
}

.assesment .business-assesment-result .cta-button-container .social-media-container .social-media:hover{
    font-size: 20px;
    color:#FF5900;
    transition: 0.3s;
}

.assesment .business-assesment-result .cta-button-container .cta-result-button.win{
    background-color: #FF5900;
    color:#FFFFFF;
}

.assesment .business-assesment-result .cta-button-container .cta-result-button.lose{
    background-color: #FF5900;
    color:#FFFFFF;
}

.assesment .business-assesment-result .cta-button-container .cta-result-button.disabled{
    background-color: #CBD5E1;
    color:#9CA3AF;
    float: right;
}





.main-banner{
    width:100%;
    height:773px;
    padding-top:113px;
   
    position: relative;
}

.main-baner-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.personal-assesment-cta .main-baner-bg{
    z-index: 1;
}

.main-baner-bg .bar{
    height: 773px;
    width: 20%;
}

.main-baner-bg .bar:nth-child(1), .main-baner-bg .bar:nth-child(2), .main-baner-bg .bar:nth-child(3), .main-baner-bg .bar:nth-child(4), .main-baner-bg .bar:nth-child(5) {
    border-right: 1px solid #F8F8F8;
}

.main-banner .hook{
    position: relative;
    z-index: 2;
}



.main-banner p{
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size:20px;
    line-height: 36px;
    font-style: normal;
}

.main-banner .hero{
    
    width: 543px;
    
    
}

.about{
    background-color: #f5f6fa;
    height:920px;
   
}

.about p{
    font-family: "Figtree", sans-serif;
    font-size:16px;
    color: #595959;
    font-weight: 400;
    margin-top: 30px;
}

.about img{
    width:100%;
}

.about-content{
    background-color: #FFFFFF;
    border-radius:12px;
   margin-top:-180px;
   z-index:2;
   height:510px;
   position: relative;
   padding:60px;
}


.service{
    background-color: #141414;
    padding-top:140px;
    padding-bottom:140px;
    height: 919px;
}

.service .service-description h2{
    padding: 0;
    margin: 0;
}

.service .service-description{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
}



.service .section-description{
    color:#FAFAFA;
    margin-top:22px;
    font-family: "Urbanist", sans-serif;
}

.service-icon{
    margin-bottom:12px;
}

.service-item{
    /*height:342px;*/
    
    color: #FFFFFF;
    border:1px solid #A3A3A3;
    border-radius:12px;
    padding:24px;

}

.service-item:hover{
    background-color: #2B2B2B;
}

.service-item p{
    padding-bottom: 30px;
    color: #FAFAFA;
}

.service-item-title{
    font-family: "Urbanist", sans-serif;
    font-weight:600;
    size:20px;
    line-height: 36px;
}

.testimonial{
    background-color: #FAFAFA;
    padding:60px;
    
    height:814px;
    color:#000000;
}

.title-container{
    position: relative;
    height:150px;
    
}



.testimonial-content{
    font-family: "Figtree", sans-serif;
    color: #404040;
    font-size:16px;
}

.testimonial-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.testimonial-item .carousel-inner{
    padding-top: 60px;
}

.testimonial-title{
    margin-top: 121px;
    z-index: 2;
    position: relative;
}

.testimonial-nav{
    display: flex;
    gap: 10px;
    margin-top: 108px;
}

.btn-nav{
    background-color: #FFF;
    width: 85px;
    display: block;
    height: 85px;
    align-items: center;
    border-radius:50%;
   
}

.btn-prev{
    background-image: url('../images/icons/arrow-left.png');
    background-repeat: no-repeat;
    background-position: center;
}



.btn-prev:hover{
    background-image: url('../images/icons/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    rotate: 180deg;
}

.btn-nav:hover{
    background-color: #FF5900;
}

.btn-nav.active{
    background-color: #FF5900;
    background-image: url('../images/icons/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    
}



.testimonial-item{
    
    height:309px;
    margin-top:60px;
}

.testimonial-box{
    width: 100%;
    height: 309px;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding:40px;
}

.testimonial-from{
    display: flex;
    width: 100%;
    gap:40px;
    align-items: center;
    margin-bottom:20px;

}

.avatar{
    width:20%;
}

.customer-detail{
    width:80%;
}

.all-testimonial a{
    color:#FFFFFF;
    text-decoration: none;
}

.all-testimonial{
    background-color: #FF7A33;
    display: block;
    height: 309px;
    width: 100%;
    align-items: center;
    border-radius: 16px;
}



.testimonial .quote-icon{
    position: absolute;
    top:0;
    
}

.package{
    background-color: #000000;
    padding-top:140px;
    padding-bottom: 140px;
    height: 934px;
}

.package .package-feature .list-title{
    margin-bottom: 16px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.package .package-feature .list-title.other{
    color: #404040;
}

.package .package-feature .list-title.best{
    color: #D8D8D8;
}

.package .section-title{
    
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    text-align: center;

}

.package .section-description{
    color:#D4D4D4;
    
    font-family: "Urbanist", sans-serif;
}

.package-item{
    background-color: #FFFFFF;
    height:487px;
    border-radius:8px;
    padding: 24px;
    border: 1px solid #E4E4E4;
}

.package-item .package-tag{
    display: flex;
    
    flex-direction: column;
    gap: 4px;
}

.package-item.best{
    background-color: #2b2b2b;
}

.package-name{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    color: #404040;
}

.package-price{
    font-family: "Urbanist", sans-serif;
    color: #404040;
    font-weight: 600;
    font-size:32px;
    line-height: 38.4px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.package-type{
    font-family: "Figtree", sans-serif;
    color: #404040;
    font-weight: 300;
    font-size:12px;
    line-height: 11.48px;
}

.package-item.best .package-type{
    color: #AFAFAF;
}

.package-item.best .package-description p{
    color: #AFAFAF;
}

.package-item.best .list-description{
    color: #AFAFAF;
}

.package-item.best .check{
    background-color: #4B4B4B;
}

.package-item.best .check img{
    margin: 0 auto;
}



.package-description p{
    font-family: "Figtree", sans-serif;
    color: #404040;
    font-weight: 400;
    font-size:14px;
    line-height: 21px;
}

.package-feature{
    
}

.package-feature .check{
    background-color: #F2F2F2;
    width:20px;
    height:20px;
    border-radius: 3.2px;
    display: flex;
    align-items: center;
}

.list-item{
    display: flex;
    gap:10px;
}

.list-description{
    font-family: "Figtree", sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:21px;
    color: #404040;
    margin-bottom: 12px;
}

.package-price span{
    font-family: "Figtree", sans-serif;
    width: 43px;
    height: 19px;
    background-color: #F2F2F2;
    padding: 4px 8px;
    color: #D4D4D4;
    border-radius:3.2px;
    font-size:12px;
    line-height: 11.48px;
}

.btn-subscribe{
    background-color: #FFFFFF;
    display: inline-block;
    width:100%;
    height: 40px;
    font-family: "Figtree", sans-serif;
    font-size:14px;
    line-height: 19.6px;
    text-align: center;
    border: 1px solid #D1D5DB;
    border-radius: 100px;
    padding: 10px;
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 500;
}

.btn-subscribe:hover{
    background-color: #F2F2F2;
}

.achievment{
    background-color: #FAFAFA;
    width: 100%;
    height: 159px;
    padding: 40px 100px;
}

.achievment-detail{
    width: 100%;
    height: 100%;
}

.achievment-total{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size:32px;
    line-height: 38.4px;
    color: #FF5900;
}

.achievment-label{
    font-family: "Urbanist", sans-serif;
    color:#A3A3A3;
    font-weight: 600;
    font-size:24px;
    line-height: 28.8px;

}



.separator{
    border-right:1px solid #D4D4D4;
}

.cta{
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom:100px;
    height: 665px;
}

.cta-banner{
    background: #FF7A33 url(../images/cta-banner-ornament.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 465px;
    border-radius: 40px;
    box-shadow: 0px 40px 80px 0px #F17A3B3D;
    font-family: "Urbanist", sans-serif;
    padding:64px;

}

.cta-title{
    font-weight: 600;
    font-size:20px;
    line-height: 36px;
    color:#FFFFFF;
    display: flex;
    gap: 20px;
    align-items: center;
}

.cta-line{
    width: 22px;
    height: 2px;
    background-color: #FFF;
}

.cta-description h2{
    width: 497.82px;
   
    font-weight:700;
    font-size:42px;
    line-height: 54px;
    color: #FFFFFF;
}

.btn-assesment{
    display: inline-block;
    background-color: #FFFFFF;
    font-family: "Figtree", sans-serif !important;
    font-weight: 500;
    font-size:20px;
    line-height: 36px;
    text-align: center;
    width: 213px;
    
    border-radius: 100px;
    padding: 12px 24px;
    color: #4D4D4D;
    text-decoration: none;
}

.personal-assesment-cta{
    background-color: #FFFFFF;
    padding-top:100px;
    padding-bottom:100px;
    height: 717px;
    position: relative;
}

.assesment-cta-banner{
    background-color: #FFF7F3;
    width: 100%;
    border-radius: 20px;
    padding-top: 60px;
    padding-left:100px;
    padding-right: 100px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.assesment-cta-banner.personal{
    height: 517px;
}

.assesment-cta-banner.business{
    height: 615px;
}

.assesment-cta-banner h2{
    font-family: "Urbanist", sans-serif;
    color:#FF5900;
    font-size: 52px;
    line-height: 62.4px;
    text-align: center;
    font-weight: 800;
}

.assesment-cta-banner p{
    font-family: "Urbanist", sans-serif;
    color:#404040;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
}

.btn-started{
    width: 200px;
    height: 48px;
    padding: 7px;
    
    border-radius: 100px;
    background-color: #FF5900;
    text-decoration: none;
    display: inline-block;
    font-family: "Figtree", sans-serif !important;
    font-weight: 350;
    font-size: 20px;
    line-height: 36px;
    color:#FFFFFF;

}

.screen{
    margin-top: 39px;
    
}

.unlock{
    width: 100%;
    height:824px;
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: #FFFFFF;
}

.unlock h2{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    color: #404040;
}

.unlock p{
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26.24px;
    color: #595959;
}

.unlock .btn-more{
    display: block;
    border-radius:100px !important;
    border:1px solid #D1D5DB !important;
    padding:12px !important;
    width:128px !important;
    text-align: center;
    font-family: "Figtree", sans-serif !important;
    color: #4D4D4D !important;
    text-decoration: none;
    font-size: 14px;
}

.business-assesment-container{
    background-color: #F5F6FA;
    width: 100%;
    
    padding-top:60px;
    padding-bottom:60px;
}

.sign-up{
    background-color: #F5F6FA;
    width: 100%;
    
    /*padding-top:100px;*/
    padding-top: 60px;
    padding-bottom:100px;
    
}

.sign-up h2{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size:42px;
    line-height: 54px;
}

.sign-up p{
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
}

.sign-up-form{
    font-family: "Figtree", sans-serif !important;
    background-color: #FFF;
    width: 448px;
    
    padding: 24px;
    border-radius:12px;
    margin: 0 auto;
}

.selfie-form{
    font-family: "Figtree", sans-serif !important;
    background-color: #FFF;
    width: 500px;
    
    padding: 24px;
    border-radius:12px;
    margin: 0 auto;
}

.selfie-form .selfie{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.selfie-form .selfie .selfie-image{
    width: 100%;
    height:350px;
    border-radius: 12px;
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative; /* Required for child elements to fit */
    
}

.selfie-form .selfie .selfie-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* Ensure the video fills the container */
    top: 0;
    left: 0;
}

.selfie-form .selfie .selfie-image #photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* Ensure the video fills the container */
    top: 0;
    left: 0;
}

.selfie-form .selfie .take-picture{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #D1D5DB;
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color:#4D4D4D;
    padding: 10px;
    cursor: pointer;
}

.selfie-form .selfie .selfie-instruction{
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #404040;


}

.selfie-form .selfie .selfie-description{
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.company-setup{
    background-color: #F5F6FA;
    padding-top: 24px;
    padding-bottom: 24px;
}

.company-setup .company-setup-container{
    width: 840px;
    margin: 0 auto;
    height: auto;
}

.company-setup .company-setup-container .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-setup .company-setup-container .title h2{
    font-family: "Urbanist", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    color:#404040;

}

.company-setup .button{
    display: block;
    width:120px;
    height:32px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #D1D5DB;
   
    font-family: "Figtree", sans-serif !important;
    font-size: 12px;
    font-weight: 350;
    line-height: 14.4px;
    text-align: center;

    color:#4D4D4D;
}

.company-setup .default{
    background-color: #FF5900;
    border: 1px solid #FF5900;
    color: #FFFFFF;
}

.company-setup .company-setup-container .form-section{
    margin-top: 40px;
}

.company-setup .company-setup-container .form-section h3{
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #404040;

}

.company-setup .company-setup-container .form-section p{
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #404040;

}

.company-setup .company-setup-container .form-input{
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    margin-top: 24px;
}

.company-setup .company-setup-container .form-input .form-row{
    display: flex;
    margin-bottom: 32px;
}

.company-setup .company-setup-container .form-input .form-row .form-field{
    width:40%;
}

.company-setup .company-setup-container .form-input .form-row .form-field label{
    font-family: "Figtree", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #404040;

}

.company-setup .company-setup-container .form-input .form-row .form-field .input-description{
   
    font-family: "Figtree", sans-serif !important;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.company-setup .company-setup-container .form-input .form-row .form-data{
    width: 60%;
}

.company-setup .company-setup-container .form-input .form-row .form-data .lang{
   display: flex;
   gap: 20px;
   justify-content: end;
   
}

.company-setup .company-setup-container .form-input .form-row .form-data .input-group .form-control{
    font-family: "Figtree", sans-serif !important;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 5px;
    text-align: left;
}

.company-setup .company-setup-container .form-input .form-row .form-data .lang input[type=radio]{
    display: none;
}

.company-setup .company-setup-container .form-input .form-row .form-data .lang label{
    width:130px;
    display: flex;
    height: 40px;
    padding: 8px 14px;
    gap: 4px;
    border-radius: 100px;
   text-align: center;
   cursor: pointer;
   border: 1px solid #F3F4F6;
   transition: background-color 0.3s ease, border 0.3s ease;

}

.company-setup .company-setup-container .form-input .form-row .form-data .lang label:hover{
    background-color: #FFF7F3;
    border: 1px solid #FF5900;
    
}

.company-setup .company-setup-container .form-input .form-row .form-data .lang label.active{
    background-color: #FFF7F3;
    border: 1px solid #FF5900;
}

.company-setup .company-setup-container .form-input .form-row .form-data .lang label img{
    width: 24px;
}

.company-setup .company-setup-container .form-input .form-row .form-data input[type=text], select, input[type=file]{
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
}

.company-setup .company-setup-container .form-input .form-row .form-data textarea{
    width: 100%;
    display: block;
    
    border: 1px solid #CBD5E1;
    border-radius: 8px;
}


.company-setup .company-setup-button{
    display: flex;
    gap: 16px;
    margin-top: 40px;
    justify-content: end;
}


.personal-assesment{
    background-color: #F5F6FA;
   
    /*padding: 24px 100px;*/
    padding-top: 24px;
    padding-bottom: 24px;
}

.personal-assesment .breadcrumb .breadcrumb-item a{
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
    text-align: left;
    color: #595959;

}

.personal-assesment .breadcrumb .breadcrumb-item.active{
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #595959;

}

.personal-assesment .information{
    background-color: #FFFFFF;
    width: 100%;
    height: 127px;
    padding: 24px;
    border-radius: 20px;
}

.personal-assesment .information h2.title{
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #404040;

}

.personal-assesment .information .participant-detail{
    display: flex;
    align-items: center;
    width: 616px;
    gap:12px;
    margin-top: 16px;
    font-family: "Figtree", sans-serif !important;
    color: #4B5563;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 26.24px;
    text-align: left;

}

.personal-assesment .information .participant-detail .item{
    background: #F9FAFB;
    height: 34px;
    padding: 4px 12px 4px 12px;
    border-radius: 100px;

}

.personal-assesment .information .participant-detail .item .bi{
    color: #FF5900;
    padding-right: 2px;

}



.personal-assesment .instruction{
    background-color: #FFFFFF;
    width: 100%;
    height: 127px;
    padding: 40px 24px;
    border-radius: 20px;
    height: auto;
    margin-top: 32px;
}

.personal-assesment .instruction p{
    margin-top: 20px;
}

.personal-assesment .instruction h2.question-counter{
    font-family: "Urbanist", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #404040;

}

.personal-assesment .instruction h2.title{
   
    font-family: "Urbanist", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #404040;

}

.personal-assesment .instruction .info{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #EFF6FF;
    font-family: "Figtree", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color:#404040;
    margin-top: 32px;

}

.personal-assesment .instruction .notes{
   
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #404040;

}

.personal-assesment .instruction .info .bi.bi-info-circle{

    font-size:24px;
    color: #3B82F6;
    padding-bottom: 20px;
}

.personal-assesment .instruction .instruction-list{
    padding-top: 32px;
    padding-bottom: 32px;
}

.personal-assesment .instruction .instruction-list ul{
    list-style-type: disc; /* Set the list style type to discs */
    list-style-image: url('../images/icons/disk.png'); /* Replace with the path to your disc image */
    
}

.personal-assesment .instruction .instruction-list ul li{
    padding:8px;
    font-family: "Figtree", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.24px;
    text-align: left;
    color: #404040;

}

.personal-assesment .instruction .instruction-list ul li ul{
    margin-top: 15px;
    list-style: lower-alpha;
}

.personal-assesment .assesment-list .assesment-table{
    width: 100%;
    border: 1px solid #BFBFBF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.personal-assesment .assesment-list .assesment-table thead td{
    height: 45px;
    
    padding: 12px 16px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

}

.personal-assesment .assesment-list .assesment-table tbody td{
    height: 45px;
    padding: 12px 16px;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.personal-assesment .assesment-list .assesment-table tbody td .form-check-input:checked {
    background-color: #FF5900;
    border-color: #FF5900;
}

.personal-assesment .assesment-list .assesment-table .bottom-border{
    border-bottom: 1px solid #BFBFBF;
}

.personal-assesment .assesment-list .assesment-table .right-border{
    border-right: 1px solid #BFBFBF;
}

.personal-assesment .assesment-list .assesment-table .m-column{
    background-color: #F0FDF4;
    width:45px;
    height: 45px;
    text-align: center;
}

.personal-assesment .assesment-list .assesment-table .l-column{
    background-color: #FEF2F2;
    width:45px;
    height: 45px;
    text-align: center;
}

.personal-assesment .question-navigation{
    display: flex;
    justify-content: space-between;
}

.personal-assesment .question-navigation .navigate{
    width: 120px;
    height: 32px;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #D1D5DB;
    font-size: 12px;
    font-weight: 350;
    line-height: 14.4px;
    text-align: center;
    color: #4D4D4D;  
}

.personal-assesment .question-navigation .navigate:hover{
    background-color: #FF5900;
    color: #FFFFFF;
    border: 1px solid #FF5900;
}

.personal-assesment .question-indicator{
    width: 100%;
    
    padding: 16px 20px;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-top: 32px;
}

.personal-assesment .result-container{
    width: 100%;
    height: 695px;
    padding: 40px 100px;
    gap: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.personal-assesment .result-container .result{
    width: 640px;
    height: 615px;
    padding: 24px;
    gap: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    margin: 0 auto;

}

.personal-assesment .result-container .result .title{
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #404040;


}

.personal-assesment .result-container .result .description{
    width: 485px;
    font-family: "Figtree", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.24px;
    text-align: center;
    color: #404040;
    margin-top: 16px;
}

.personal-assesment .result-container .result .btn-finish{
    background-color: #FF5900;
    display: block;
    width:200px;
    height: 40px;
    padding: 12px;
    border-radius: 100px;
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 350;
    line-height: 19.6px;
    text-align: center;
    color: #FFFFFF;

}

.question-indicator .progress .progress-bar{
    background-color: #FF5900;
}

.question-indicator .indicators{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.question-indicator .indicators a{
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
   
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
    

    
    
}

.question-indicator .indicators a.prev{

    border: 1px solid #FF5900;
   
    background: #FF5900;
    color: #FFFFFF;

}

.question-indicator .indicators a.current{

    border: 1px solid #FF5900;
   
    background: #FFF7F3;

    color: #FF5900;
    

}

.question-indicator .indicators a.next{

    border: 1px solid #F9FAFB;
   
    background: #F9FAFB;
    color: #404040;
    

}

.question-indicator .indicators .button-end{
    width: 100%;
    height: 32px;
   
    border-radius: 100px;
}   

.question-indicator .indicators .button-end.disabled{
    background-color: #CBD5E1;
    color:#9CA3AF;
    
    
}

.question-indicator .indicators .button-end.active{
    background: #FF5900;

    color:#FFFFFF;
    
    
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.modal-dialog{
    width: 400px;
    font-family: "Figtree", sans-serif !important;
}

.modal-dialog .modal-body{
    padding-top:20px;
}

.modal-dialog .modal-message{
    display: block;
    width: 100%;
    height: 105px;
    padding-top: 20px;
    margin-top: 20px;
}

.modal-dialog .modal-message .message-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #404040;
}

.modal-dialog .modal-message .message-content{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

}

.modal-footer{
    display: flex;
    align-items: center;
    border-top: none;
    justify-content: center;
    height: 96px;
    
}

.modal-footer .button{
    width: 170px;
    height: 40px;
    gap: 8px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 350;
    line-height: 19.6px;
    text-align: center;
}

.modal-footer .button.btn-cancel{
    background-color: #FFFFFF;
    border: 1px solid #D1D5DB;
    color: #4D4D4D;
    

}

.modal-footer .button.btn-confirm{
    background-color: #FF5900;
    color: #FFFFFF;
    padding: 11px;
}

.business-assesment{
    font-family: "Figtree", sans-serif !important;
    width: 800px;
    padding: 24px;
    border-radius:12px;
    margin: 0 auto;
}

.free-assesment .button-container{
    width: 800px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.w-800{
    width: 800px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.business-assesment-aspect{
    width: 100%;
    height:214px;
    border-radius: 12px;
    padding: 20px;
    background-color: #FFF;
}

.aspect-image{
   text-align: center;
}

.aspect-name{
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
}

.business-assesment .assesment-question .assesment-info .assesment-title h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size:28px;
    line-height: 33.6px;
}

.business-assesment .business-assesment-question{
    background-color: #FFF7F3;
    width: 100%;
    min-height: 111px;
    border-radius: 12px;
    border:1px solid #FF5900;
    margin-bottom: 24px;
    padding: 20px;
}

.business-assesment .business-assesment-question .form-check-input:checked{
    background-color:#FF5900 !important;
    border-color: #FF5900 !important;
}

.business-assesment .assesment-question .assesment-info{
    display: flex;
    align-items: center;

}

.business-assesment .assesment-question .assesment-info .assesment-title{
    width:555px;
}

.business-assesment .assesment-question .assesment-info .assesment-level{
    font-family: "Figtree", sans-serif !important;
    width:30%;
    background-color: #FFFFFF;
    height: 38px;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap:8px;
}

.business-assesment .assesment-question .assesment-info .assesment-level .level{
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    
    color: #FF5900;

}

.business-assesment .assesment-question .assesment-info .assesment-level .employees{
    font-size: 14px;
    font-weight: 350;
    line-height: 21px;
    
    color: #9CA3AF;
}

.business-assesment .question-navigation{
    --bs-gutter-x:0 !important;
}

.business-assesment .question-navigation .pages{
    width: 280px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
    padding-top:11px;
}

.business-assesment .question-navigation .pages .question-page{
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #9CA3AF;
    opacity: 0px;
    text-align: center;
    text-decoration: none;
    color: #9CA3AF;
    cursor: pointer;

}

.business-assesment .question-navigation .pages .question-page:hover{
    background-color: #FF5900;
    color:#FFFFFF;
    border: 1px solid #FF5900;
}

.business-assesment .question-navigation .pages .question-page.active{
    background-color: #FF5900;
    color:#FFFFFF;
    border: 1px solid #FF5900;
}

.business-assesment .question-navigation .prev-question{
    width: 120px;
    border: 1px solid #D1D5DB;
    border-radius: 100px;
    padding: 12px;
    text-decoration: none;
    color: #4D4D4D;
    display: block;
    text-align: center;
    font-weight: 350;
    font-size: 17px;
    line-height: 36px;
}

.business-assesment .question-navigation .next-question{
    background-color: #FF5900;
    width: 120px;
    border: 1px solid #D1D5DB;
    border-radius: 100px;
    padding: 12px;
    text-decoration: none;
    color: #FFF;
    display: block;
    text-align: center;
    font-weight: 350;
    font-size: 20px;
    line-height: 36px;
}

.disabled{
    color:#CCCCCC;
    cursor:not-allowed;
}



.cta-result-guide{
    font-family: "Figtree", sans-serif !important;
    width: 100%;
    height: 112px;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #D1D5DB;
}

.score-range{
    
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #404040;
}

.score-guide{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.result-description{
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26.24px;
    color: #404040;
}

.cta-button-container{
    height: 40px;
    
    justify: space-between;
}

.cta-result-button{
    font-family: "Figtree", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: center;
    width: 196px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #D1D5DB;
    padding: 10px;
    color: #4D4D4D;
    display: inline-block;
    
}

.score-container{
    height: auto;
    border-radius:12px;
    padding:20px 32px;
    background-color: #FFF7F3;
    border: 1px solid #FF5900;
}

.score-title{
    font-family: "Urbanist", sans-serif;
    color: #FF5900;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.score{
    font-family: "Urbanist", sans-serif;
    color: #FF5900;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
}

.score-container .level{
    font-family: "Urbanist", sans-serif;
    color: #FF5900;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
}



.form-label{
    font-weight: 600;
    font-size:14px;
    line-height: 21px;
    color: #404040;
}

.form-control{
    border:none;
    border-bottom: 1px solid #D1D5DB;
    border-radius: 0;
    height: 40px;
    padding-left: 0;
}

.form-select{
    border:none;
    border-bottom: 1px solid #D1D5DB; 
    border-radius: 0;
    height: 40px;
    padding-left: 0;
}

.main-banner .btn-submit{
    background-color: #FF5900;
    color:#FFFFFF;
    display: inline-block;
    padding: 5px;
    height: 48px;
    font-family: "Figtree", sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    text-decoration: none;
    border-radius: 100px;
    width: 340px;
    text-align: center;

}

.btn-submit{
    background-color: #FF5900;
    color:#FFFFFF;
    display: inline-block;
    padding: 5px;
    height: 48px;
    font-family: "Figtree", sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    text-decoration: none;
    border-radius: 100px;
    /*width: 300px;*/
    width: 100%;
    text-align: center;

}



.l-2{
    position: relative;
    z-index: 2;
}

.gap{
    margin-top:10px;
    
}

.gallery{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap:10px;
}

.gallery-item{
    box-sizing: border-box;
    overflow: hidden;
    border-radius:5px;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

.gallery-item img{
    width:100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img{
    transform: scale(1.1); /* Memberikan efek zoom pada saat hover */
}

.room-name{
    padding-top:20px;
    padding-left:20px;
}

.room-description{
    padding-top:10px;
    padding-left:20px;
    padding-bottom:20px;
}

.reservation form{
    padding:20px;
    border-radius: 5px;
    background-color: #FFF;
}





.vertical-center{
    align-items: center;
}


.side-bar{
    padding-right:15px;
}


.left-navigation ul{
    list-style: none;
    margin-left: -40px;
   
}



.left-navigation ul li{
    padding: 15px;
    background-color: #CCCCCC;
    margin-bottom: 5px;
    border-radius: 5px;
   
}

.left-navigation ul li:hover{
    padding: 15px;
    background-color: #CCCCCC;
    margin-bottom: 5px;
    border-radius: 5px;
   
}

.left-navigation ul li a{
    display: block;
}

.left-navigation ul li:hover{
    background-color: #fcb842;
    color:#FFFFFF;
    transition: 0.3s;

}




.gallery-container img{
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
    padding-bottom: 10px;
}

figure {
    margin: 0;
 }

 figure h2{
    padding-top:0;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 0;

 }

 figure{
    padding-bottom: 10px;
 }

 .gallery-container {
   /*display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 10px;
   grid-template-rows: masonry;*/
   column-count: 3;
    column-gap: 20px 20px;
    width: 1200px;
}

.sys-info{
    display: none;
    position: fixed;
    top:20px;
    right:20px;
    min-width: 300px;
    min-height: 100px;
    background-color:#F1F5F9 ;
    border-top:5px solid #F95901;
    border-left: 1px solid #F95901;
    border-right: 1px solid #F95901;
    border-bottom: 1px solid #F95901;
    z-index: 9999;
}

.sys-info-head{
    padding: 5px;
    
    
}
.sys-info-head a{
    color: #F95901;
}

.sys-info-body{
    padding: 10px;
    font-family: "Urbanist", sans-serif;
    text-align: left;
    font-size: 14px;
    color:#404040;
    font-weight: 500;
}


.footer{
    background-color: #FFF;
    font-family: "Figtree", sans-serif;
}

.footer-nav{
    background-color: #FFF;
    width: 100%;
    height: 361px;
   
    padding-top: 80px;
}

.footer-about{
    width: 310.36px;
}

.social-media{
    display: flex;
    gap: 22px;
}

.navigation-title{
    font-weight: 700;
    font-size:16px;
    line-height: 22.4px;
    color: #404040;
}

.footer-about p{
    color: #404040;
    font-weight: 400;
    font-size: 16px;
    line-height: 26.24px;
}

.footer-nav-list{
    margin-top:35px;
    list-style: none;
    margin-left:-31px;
}

.footer-nav-list li{
    padding-bottom: 10px;
    
}

.footer-nav-list li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 26.24px;
    text-decoration: none;
    color: #404040;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-end{
    background-color: #FFFFFF;
    width: 100%;
    height: 69px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.footer-end .link{
    width: 1166px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.company-policy{
    display: flex;
    gap:20px;
}

.company-policy a{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
   color: #404040;
    text-align: center;
    text-decoration: none;
}

.copy-right{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
   color: #404040;
    text-align: left;
    text-decoration: none;
}



.p-20{
    padding:20px;
}

/*.row .item {
    background-color: lightseagreen;
    padding: 20px;
    color: white;
   
}*/



@media only screen and (max-width: 768px) {

    .container-xxl{
        width: 100% !important;
    }

    .sys-info{
        display: none;
        position: fixed;
        bottom:20px;
        right:20px;
        min-width: 300px;
        min-height: 100px;
        background-color:#F1F5F9 ;
        border-top:5px solid #F95901;
        border-left: 1px solid #F95901;
        border-right: 1px solid #F95901;
        border-bottom: 1px solid #F95901;
        z-index: 9999;
    }
    
    .sys-info-head{
        padding: 5px;
        
        
    }
    .sys-info-head a{
        color: #F95901;
    }
    
    .sys-info-body{
        padding: 10px;
        font-family: "Urbanist", sans-serif;
        text-align: left;
        font-size: 14px;
        color:#404040;
        font-weight: 500;
    }
    
    .header{
        width:100%;
        height: 72px;
        position: static;
        background-color: #FFFFFF;
        z-index: 998;
        border-bottom: 1px solid #E5E7EB
    }

    .header.client .navbar .default-header{
        display: flex;
        justify-content: space-between;
    }

    .client .navbar-expand-lg .navbar-collapse {
        position: static;
    }

    /*.navbar .navbar-collapse{
        min-height:700px;
        
        padding: 15px;
    }*/

    .navbar .navbar-nav a.nav-link{
        display: block;
        width: 100%;
    }

    .navbar .navbar-collapse .language{
        position: absolute;
        top: 16px;
        float: right;
        right: 16px;
        border: none;
    }

    .navbar .navbar-collapse .language .dropdown-toggle{
        border:none;
    }

    .navbar .navbar-collapse .language .dropdown-menu{
        border: none;
        --bs-dropdown-min-width:0;
        box-shadow: 0px 4px 8px 0px #27272714;

    }

    .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu{
        background-color: #F9FAFB;
        border:none;
        border-radius: 0;
        padding: 12px;
        border-top:1px solid #FF5900;
    }

    .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item{
        width:100%;
        height: 37px;
        padding: 8px;
    }

    .navbar .navbar-collapse .access{
        position: absolute;
        bottom: 24px;
        display: flex;
        flex-direction: column;
        gap:8px;
    }

    

    .navbar .navbar-collapse .access .btn-access{
        display: block;
        width: 335px !important;
        text-align: center;
    }

    .navbar .navbar-collapse .access .btn-access.active{
        background-color: #FF5900;
    }

    .navbar .navbar-nav a.active {
        border-bottom: 1px solid #FF5900;   
    }

   

    .title{
        font-size:48px;
        line-height: 56.74px;
    }

    .content{
        padding-top:64px;
        
    }

    .assesment{
        padding-top:0;
        padding-bottom:20px;
        background-color: #F5F6FA;
    }

    .assesment .business-assesment-result{
        width: 640px;
        border-radius: 12px;
        padding: 24px;
        margin: 0 auto;
    }


    .main-banner{
        padding-top:0;
        height: auto;
        padding-bottom: 64px;
    }

    

    .navbar-toggler{
        border:none;
        background-color: #FFFFFF;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse{
        background-color: #FFFFFF;
        z-index: 99999;
        margin-top: 20px;
    }

    .nav-link{
        height: 60px;
        padding: 10px;
        margin:0 auto;
    }

    .nav-link:first-child{
        margin-top: 20px;
    }

    .hero{
        margin-top:24px;
    }

    .btn-submit{
        width: 100%;
    }

    .about{
        height:auto;
        padding-bottom: 80px;
    }

    .about p{
        margin-top: 30px;
    }

    .about-content{
        width: 90%;
        padding:20px;
        height:auto;
    }

    .section-title{
        font-size: 24px;
        line-height: 28.8px;
    }

    .service{
        padding: 64px 24px;
        height: auto;
    }

    
    
    .service .service-description h2{
        padding: 0;
        margin: 0;
    }
    
    .service .service-description{
       
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
       
       
        
    }

    .service-item{
        margin-top: 40px;
    }

    .testimonial{
        display: block;
        padding:64px 24px;
       
    }

    .testimonial-header{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    
    

    .testimonial-nav{
        width: 100px; 
        margin-top:0;
    }

    .testimonial-nav .btn-nav{
        width:40px;
        height:40px;
    }

    .testimonial-nav .btn-prev{
        background-image: url('../images/icons/arrow-left-m.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
    
    .testimonial-nav .btn-nav:hover{
        background-color: #FF5900;
    }
    
    .testimonial-nav .btn-nav.active{
        background-color: #FF5900;
        background-image: url('../images/icons/arrow-right-m.png');
        background-repeat: no-repeat;
        background-position: center;
        
    }

    .testimonial .quote-icon{
        position: absolute;
        top:0;
        width: 66px;
        
    }

    .title-container{
        height: auto;
    }

    .testimonial-title {
        margin-top: 35px;
        z-index: 2;
        position: relative;
    }

    .testimonial-box{
        margin-bottom: 40px;
        height: auto;
    }

    .testimonial-item{
        margin-top: 24px;
    }

    .testimonial-item .carousel-inner {
        padding-top: 0; 
    }

    .package{
        height:auto;
        padding: 64px 24px;
    }

    .package .section-title{
    
        font-size: 64px;
        font-weight: 400;
        line-height: 76.8px;
        text-align: center;
    
    }

    .package-item{
        margin-bottom: 40px;
    }

    .achievment{
        padding:64px 24px;
        height: auto;
    }

    .separator{
        border-right: none;
    }

    .achievment-detail{
        width: 50%;
    }

    .achievment-total{
        font-size:24px;
    }

    .achievment-label{
        font-size: 12px;
    }

    .cta{
        padding: 64px 24px;
    }

    .cta-banner{
        background: #FF7A33 url(../images/m-cta-banner-ornament.png) no-repeat;
        background-position: top left;
        width: 100%;
       height: auto;
        border-radius: 20px;
        box-shadow: 0px 40px 80px 0px #F17A3B3D;
        font-family: "Urbanist", sans-serif;
        padding-top:280px;
        padding-left:24px;
        padding-right:24px;
        padding-bottom:24px;
    
    }

    .cta-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
    }

    .cta-description h2 { 
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        width: 100%;   
    }

    .footer{
        background-color: #FFF;
        font-family: "Figtree", sans-serif;
        
       min-height: 1270px;
    }

    .footer-end{

    }
    
    .footer-nav{
        background-color: #FFF;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-top: 80px;
    }

    .navigation-title{
        margin-top: 30px;
    }

    .about-first-section{
        padding-top: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 40px;
    }

    .about-second-section{
        padding: 24px;
        height: auto;
    }

    .about-second-section h2{
     
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        color: #404040;
        

    }

    .about-second-section p{
        
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        color: #404040;

    }

    .about-third-section{
        padding: 64px 24px;
        height: auto;
    }

    .assesment-cta-banner{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .assesment-cta-banner.personal {
        height: auto;
    }

    .personal-assesment-cta{
       padding:24px;
        height: auto;
    }

    .personal-assesment-cta .container-xxl{
        padding:0;
    }

    .unlock{
        padding: 64px 24px;
        height: auto;
    }

    .unlock h2{
        margin-top: 1.5rem;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
       

    }

    .btn-assesment{
        width: 164px;
        height: 40px;
        padding: 12px 24px 12px 24px;
       
        border-radius: 100px ;
       
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: center; 


    }

    .assesment-cta-banner h2{
        
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        
    }

    .assesment-cta-banner p{
       
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
       

    }

    .assesment-cta-banner.business{
        height: auto;
    }

    .sign-up{
        padding-top: 100px;
        padding-left: 24px;
        padding-right:24px;
    }

    .personal-assesment{
        padding-top: 100px;
    }

    .sign-up .sign-up-form{
        width: 100%;
    }

    .modal-dialog{
        width: 343px;
        margin: 0 auto;
        font-family: "Figtree", sans-serif !important;
    }

    .modal-dialog .modal-content{
        padding-bottom: 30px;
    }
    
    .modal-dialog .modal-body{
        padding-top:20px;
    }
    
    .modal-dialog .modal-message{
        display: block;
        width: 100%;
        height: 105px;
        padding-top: 20px;
        margin-top: 20px;
    }
    
    .modal-dialog .modal-message .message-title{
        font-size: 20px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
        color: #404040;
    }
    
    .modal-dialog .modal-message .message-content{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
    
    }
    
    .modal-footer{
        display: flex;
        align-items: center;
        border-top: none;
        justify-content: center;
        height: 96px;
        
    }
    
    .modal-footer .button{
        width: 100%;
        height: 40px;
        gap: 8px;
        border-radius: 100px;
        font-size: 14px;
        font-weight: 350;
        line-height: 19.6px;
        text-align: center;
    }
    
    .modal-footer .button.btn-cancel{
        background-color: #FFFFFF;
        border: 1px solid #D1D5DB;
        color: #4D4D4D;
        
    
    }
    
    .modal-footer .button.btn-confirm{
        background-color: #FF5900;
        color: #FFFFFF;
        padding: 11px;
    }

    .business-assesment{
        width:100%;
        padding: 0;
    }

    .business-assesment .row.mt-4{
        margin-top: 0 !important;
    }

    
    .free-assesment .button-container{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .business-assesment .business-assesment-aspect{
        margin-bottom: 24px;
    }

    .assesment .business-assesment-container{
        padding-top: 40px;
    }

    .business-assesment .assesment-question{
        padding-left: 24px;
        padding-right: 24px;
    }

    .business-assesment .assesment-question .assesment-info{
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    
    .business-assesment .assesment-question .assesment-info .assesment-title{
        width: 100%;
        
    }

    .business-assesment .assesment-question .assesment-info .assesment-title h3{
        text-align: center;
    }
    
    .business-assesment .assesment-question .assesment-info .assesment-level{
        width: auto;
    }

    .business-assesment .assesment-question .guide{
        text-align: center;
    }

    .business-assesment .question-navigation{
       
        padding-left:24px;
        padding-right: 24px;
    }

    .business-assesment .business-assesment-question{
        height: auto;
        padding: 12px 20px;
    }

    .business-assesment .business-assesment-question .form-check-input:checked{
        background-color:#FF5900 !important;
        border-color: #FF5900 !important;
    }

    .business-assesment .question-navigation .prev-question{
        width: 64px;
        height:30px;
        padding: 8px 12px;
        
        font-size: 12px;
        font-weight: 350;
        line-height: 14.4px;
        color: #4D4D4D;

    }

    .business-assesment .question-navigation .pages{
        width: 90%;
        gap: 12px;
        padding-top: 3px;
        padding-left: 20px;
        padding-right: 20px;
    }   

   

    .business-assesment .question-navigation .pages .question-page{
        width: 24px;
        height: 24px;
        padding: 2px;
        border-radius: 100px;
        border: 1px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        border: 1px solid #9CA3AF;

    }

    .business-assesment .question-navigation .next-question{
        width: 64px;
        height:30px;
        padding: 8px 12px;
        
        font-size: 12px;
        font-weight: 350;
        line-height: 14.4px;
    }

    .assesment .result{
        padding: 40px 24px;
        background-color: #F5F6FA;
    }

    .assesment .result h2{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .assesment .result .business-assesment-result{
        width: 100%;
        height: 795px;
    }

    .assesment .result .business-assesment-result .cta-result-guide {
        /*margin-bottom: 40px;*/
    }

    .assesment .result .business-assesment-result .cta-button-container{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .selfie-form{
        font-family: "Figtree", sans-serif !important;
        background-color: #FFF;
        width: 100%;
        
        padding: 24px;
        border-radius:12px;
        margin: 0 auto;
    }
    
    .selfie-form .selfie{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .selfie-form .selfie .selfie-image{
        width: 100%;
        height:250px;
        border-radius: 12px;
        background-color: #f2f2f2;
        overflow: hidden;
    }
    
    .selfie-form .selfie .take-picture{
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 100px;
        border: 1px solid #D1D5DB;
        font-family: "Figtree", sans-serif !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;
        color:#4D4D4D;
        padding: 10px;
    }
    
    .selfie-form .selfie .selfie-instruction{
        font-family: "Urbanist", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        color: #404040;
    
    
    }
    
    .selfie-form .selfie .selfie-description{
        color: #404040;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    
    }

    

    .assesment .result .business-assesment-result .cta-button-container .cta-result-button{
        width: 100%;
    }

    .clients{
        display: none;
    }

    .about-third-section p{
        margin-top: 20px;
    }
    
    

    .about-ornament{
        display: none;
    }

    .page-title{
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
    }

    .page-sub-title{
        
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        

    }

    .maps-image{
        display: block;
        margin-top: 64px;
    }

    .page-content{
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #404040;
    }

    .web-page{
        padding-top: 0;
    }

    

    .faq-category{
        padding-bottom: 24px;
    }

    .faq-second-section h2{
       
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;

    }

    .faq-second-section p{
      
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        

    }

    .faq-second-section{
        padding: 10px;
    }

    


    .footer-nav-list {
        margin-top:15px;
        margin-bottom: -15px;
        margin-left:-30px;
    }

    /*.footer-end{
        display: flex;
        flex-direction: column;
        height: auto;
    }*/

    .footer-end{
        background-color: #FFFFFF;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        
    }
    
    .footer-end .link{
        width: 100%;
       
        display: flex;
        flex-direction: column;
        height: auto;
    
    }

    .company-policy{
        display: block;
        text-align: center;
        
    }

    .company-policy a:nth-child(1){
        width: 130px;
        display: inline-block;
        text-align: left;
    }

    .company-policy a:nth-child(2){
        width: 130px;
        display: inline-block;
        text-align: right;
    }

    .copy-right{
        margin-top: 10px;
        text-align: center;
    }


}