  @font-face { font-family: 'WOFF IRANSansX-Thin'; src: url('fonts/woff/IRANSansX-Thin.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-UltraLight'; src: url('fonts/woff/IRANSansX-UltraLight.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-Light'; src: url('fonts/woff/IRANSansX-Light.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-Regular'; src: url('fonts/woff/IRANSansX-Regular.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-Medium'; src: url('fonts/woff/IRANSansX-Medium.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-DemiBold'; src: url('fonts/woff/IRANSansX-DemiBold.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-Bold'; src: url('fonts/woff/IRANSansX-Bold.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-ExtraBold'; src: url('fonts/woff/IRANSansX-ExtraBold.woff'); }
		@font-face { font-family: 'WOFF IRANSansX-Black'; src: url('fonts/woff/IRANSansX-Black.woff'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Thin'; src: url('fonts/woff2/IRANSansX-Thin.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-UltraLight'; src: url('fonts/woff2/IRANSansX-UltraLight.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Light'; src: url('fonts/woff2/IRANSansX-Light.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Regular'; src: url('fonts/woff2/IRANSansX-Regular.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Medium'; src: url('fonts/woff2/IRANSansX-Medium.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-DemiBold'; src: url('fonts/woff2/IRANSansX-DemiBold.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Bold'; src: url('fonts/woff2/IRANSansX-Bold.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-ExtraBold'; src: url('fonts/woff2/IRANSansX-ExtraBold.woff2'); }
		@font-face { font-family: 'WOFF2 IRANSansX-Black'; src: url('fonts/woff2/IRANSansX-Black.woff2'); }


.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

 
body{
    background:#fff ;
    font-family: 'WOFF IRANSansX-Regular';
}

.bs-stepper{
    background:#F4F4F4 !important;
    box-shadow: 0 0 4px #001B544D !important;
    min-height: 555px;
    border-radius:16px !important;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.bs-stepper .bs-stepper-main-title-container{
    width:100%;
    height:65px;
    margin-top:-5px;
    text-align:center;
    background: url("https://form.mammutstructures.com/assets/img/backgrounds/main-title-bg.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bs-stepper .bs-stepper-main-title{
    color: #fff ;
    font-size:24px;
    font-family: "WOFF IRANSansX-ExtraBold";
    line-height:65px;
}

.bs-stepper-header{
    padding:0;
    display: flex;
    gap: 14px;
}

.bs-stepper-header .step .step-trigger{
    width: 195px;
    min-height: 45px;
    box-shadow: none !important;
    background: #EAEAEA;
    border-radius: 30px;
    padding-bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    cursor: pointer;
}

.bs-stepper-header .step .step-trigger:after{
    display: none;
}

.bs-stepper-header .step .step-trigger .bs-stepper-circle{
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
    font-family: "WOFF IRANSansX-DemiBold" !important;
    font-size: 16px !important;
    position: absolute;
    right: -12px;
    color:#989898 !important;
    font-size: 16px !important;
    font-family: "WOFF IRANSansX-DemiBold" !important;
}

.bs-stepper-header .step .step-trigger .bs-stepper-label{
    color:#9D9D9DB2;
    font-size: 16px;
    font-family: "WOFF IRANSansX-DemiBold";
}

.bs-stepper-header .step.active .step-trigger .bs-stepper-circle{
    background: #2B9348 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.bs-stepper-header .step.active .step-trigger .bs-stepper-label{
    color:#2B9348;
}

.bs-stepper-header .step.active .step-trigger{
    border: 1px solid #2B9348 ;
}

.bs-stepper-content {
    width: 70% ;
}

.bs-stepper-content .bs-stepper-content-heading{
    color: #001B54;
    font-family: 'WOFF IRANSansX-ExtraBold';
    font-size: 24px;
}

.bs-stepper-content .content-header{
    color: #111111;
    font-size: 14px;
}

.bs-stepper-content .content-category-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:130px;
    height: 130px;
    gap: 8px;
    background: #fff;
    border-radius:16px; 
}

.bs-stepper-content .content-categories-container{
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-around;
    width:100%;
    gap: 16px;
}

.bs-stepper-content .content-category-title{
    background: transparent;
    border: none;
     font-size: 16px;
    font-family: "WOFF IRANSansX-DemiBold";
    color:#3D3D3D;
}

.content-category-title:focus-visible{
    background: red !important;
}





























