.reg_head_mdkhd {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
}

.reg-cont-res-mdjhd {
    display: none;
}

.reg_b_mdkhd {
    gap: 48px;   
}

.reg_cont_b_mdkhd {
    width: 43%;
}

.reg_form_b_mdkhd {
    width: 38.75%;
}
.tr_imgs_mdkhd{
	gap: 20px; 
    padding-bottom: 20px;
    justify-content: space-between;
}
.tr_imgs_mdkhd img{
    xmargin: -14px 10px -20px -17px;
}
.reg_sec_mdkhd {
    background-image: url('/wp-content/uploads/2025/07/reg-hero-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0px;
}

.reg_head_mdkhd span {
    color: #A8D500;
}

.reg_cont_mdkhd {
    color:  #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    padding: 16px 0px 24px 0px; 
    font-weight: 400;
    line-height: 1.6;
}

.reg_auth_mdkhd {
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0px 3.25px 16.9px 0px rgba(42, 42, 49, 0.05);
    padding: 20px;
    gap: 14px;
    width: 100%;
    flex-direction: column;
}

.auth_p_b_mdkhd {
    color: #575760;
    font-family: 'Inter', sans-serif;
    font-size: 10.4px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6; 
}

.herry_mdkhd {
    color:  #1C1C20;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding: 3px 0px 2px 0px;
}

.deg_mdkhd {
    color:  #1C1C20;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}
.tr_txt_mdkhd{
    color:  #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.64px;
    padding: 24px 0px 16px 0px;
}

.join_btn_mdkhd{
    border-radius: 4px;
    background:  #FFF;
    color: #1C1C20;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    min-height: 59px;
    min-width: 229px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 10px;
}
.join_btn_mdkhd:hover{
    background: transparent;
    color: #fff !important;
}

.reg_form_b_mdkhd {
    border-radius: 20px;
    background:  #FFF;
    box-shadow: 0px 5px 26px 0px rgba(42, 42, 49, 0.05);
    padding: 36px;

}

.reg_m_header_mdkhd {
    margin: 0px;
    color: #1C1C20;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 24px 12px;
}
.invitation_form_mdkhd label span{
    padding-top:4px;
    display: inline-block;
    font-style: italic;
    font-size: 12px;
}

.inter_txt_mdkhd{
    color: #1C1C20;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.invitation_form_mdkhd {
    padding: 6px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.invitation_form_mdkhd > *{
    width: 100%;
}

.invitation_form_mdkhd label {
    color:  #1C1C20;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.invitation_form_mdkhd input{
    color: #8C909D;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 29px;
    border-radius: 4px;
    border: 1px solid #E6E8F3;
}
.invitation_form_mdkhd input:focus{
    border: 1px solid #1E4488;
}
.invitation_form_mdkhd ::placeholder {
    color: #8C909D;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.invitation_form_mdkhd ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #8C909D;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.fm_sub_cont_mdkhd {
    color:  #575760;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.invitation_form_mdkhd button {
     border-radius: 4px;
     background:  #1E4488;
     color: #fff;
     text-align: center;
     font-variant-numeric: lining-nums proportional-nums;
     font-family: 'Raleway', sans-serif;
     font-size: 16px;
     font-weight: 600;
     display: flex;
     min-height: 59px;
     align-content: center;
     align-items: center;
     justify-content: center;
     padding: 10px;
     border: 2px solid #1E4488;
    transition: all 0.5s;
    cursor: pointer;
}
.invitation_form_mdkhd button:hover {
    background:  transparent;
    color: #1E4488 !important;
}

.rc-form-divider-mdjhd {
    height: 1px;
    background-color: #1c1c2054;
    margin-bottom: 20px;
    margin-top: 5px;
}



.rc-testi-box-mdjhd {
    padding: 20px;
    border-radius: 12px;
    border: 0.65px solid #ffffff;
    background-color: #ffffff;
    position: relative;
   
}

.rc-testi-desc-mdjhd {
    color: #1c1c20;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 18px;
}

.rctesti-author-mdjhd {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #1c1c20;
    
}

.rc-esti-identi-mdjhd {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #1c1c20cc;
}

.rc-testi-icon-mdjhd {
    position: absolute;
    right: 26px;
    bottom: 28px;
}


.rc-cta-mdjhd {
    background-image: url(/wp-content/uploads/2025/06/rc-cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 102px 0;
}

.rc-cta-inner-mdjhd {
    display: flex;
    justify-content: end;
}

.rc-cta-title-mdjhd {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0.72px;
    text-align: right;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #ffffff;
    border-right: 3px solid #A8D500;
    padding-right: 29px;
}



.reg-auth-box-mdjhd {
    width: 100%;
    flex-direction: row;
    display: flex;
    gap: 15.6px;
    align-items: center;
}

.reg-featbox-mdjhd {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
    border-top: 1px solid #1c1c2054;
    gap: 4px;
}

.reg-feat-title-mdjhd {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6;
    color: #575760;
}

.reg-feat-imgbox-mdjhd {
    display: flex;
    align-items: center;
    gap: 17px;
}



@media (max-width: 1024px) {
    .reg_sec_mdkhd {
        padding: 80px 0;
    }
    
    .reg_head_mdkhd {
        font-size: 32px;
    }
    
    .reg_form_b_mdkhd {
        width: 45%;
        padding: 32px;
    }
    
    
    .tr_txt_mdkhd {
        font-size: 28px;
        padding: 40px 0 28px 0;
    }
    
    .reg_cont_b_mdkhd {
        width: 45%;
    }
    
    .reg_auth_mdkhd {
        padding: 20px;
    }
    
    .rc-cta-mdjhd {
        padding: 80px 0;
    }


    .rc-cta-title-mdjhd {
        font-size: 30px;
        padding-right: 25px;
    }
    
    .reg_b_mdkhd {
        align-items: flex-start;
        gap: 40px;
    }
    
    .reg_form_b_mdkhd {
        margin-top: 64px;
    }

}


@media (max-width: 992px) {
    .reg_form_b_mdkhd {
        margin-top: 0px;
    }
    .reg_sec_mdkhd {
        padding: 60px 0;
    }
    .reg_head_mdkhd {
        font-size: 28px;
    }
    
    .reg_b_mdkhd {
        flex-direction: column-reverse;
        gap: 32px;
    }
    .reg_cont_b_mdkhd {
          width: 100%;
    }
    
    .reg_form_b_mdkhd {
        width: 100%;
        padding: 28px;
        border-radius: 16px;
    }
    
    .tr_imgs_mdkhd {
        gap: 25px;
        padding-bottom: 25px;
    }
    
    .tr_txt_mdkhd {
        font-size: 24px;
        padding: 32px 0 24px 0;
    }
    
    .reg_auth_mdkhd {
        padding: 16px;
    }
    
    .rc-te-box-mdjhd {
        max-width: 100%;
    }
    .invitation_form_mdkhd button {
        min-height: 52px;
    }
    
    .rc-testi-box-mdjhd {
        padding: 16px;
    }
    
    .rc-cta-mdjhd {
        padding: 60px 0;
    }

    .rc-cta-title-mdjhd {
        font-size: 27px;
        padding-right: 21px;
    }
    
    .reg_cont_mdkhd {
        font-size: 18px;
    }
    
    .rc-form-divider-mdjhd {
        margin-bottom: 16px;
    }
    
    .rc-testi-icon-mdjhd {
        bottom: 24px;
    }
    
}


@media (max-width: 767px) {
    
    .reg-cont-res-mdjhd {
        display: block;
    }
    
    .reg-cont-res-mdjhd .reg_head_mdkhd {
        padding-bottom: 32px;
    }
    
    .reg-head-res-mdjhd {
        display: none;
    }
    
	.reg_m_header_mdkhd {
		font-size: 20px;
		padding: 24px 0px;
	}
	.tr_imgs_mdkhd {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }
    .reg_sec_mdkhd {
        padding: 40px 0;
    }

    
    .reg_form_b_mdkhd {
        padding: 53px 28px;
    }
    
    .tr_imgs_mdkhd img{
        width: 100%;
    }
    
    
    .tr_txt_mdkhd {
        font-size: 20px;
        padding: 32px 0 24px 0;
    }
    
    .reg_auth_mdkhd {
        padding: 16px;
      max-width: 100%;
    }
    
    .invitation_form_mdkhd input {
        padding: 12px 24px;
    }
    
    .invitation_form_mdkhd button {
        min-height: 48px;
    }
    .reg_cont_mdkhd {
        font-size: 14px;
        padding: 18px 0 32px 0;
    }
    
    .reg_auth_mdkhd {
        gap: 12px;
        border-radius: 10px;
        max-width: 100%;
    }
    
    .rc-testi-box-mdjhd {
        padding: 12px;
    }
    .rc-testi-desc-mdjhd {
        padding-bottom: 12px;
    }
    
    .rc-testi-icon-mdjhd {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 12px;
    }
    
    .rc-cta-mdjhd {
        padding: 40px 0;
    }

    .rc-cta-title-mdjhd {
        font-size: 23px;
        padding-right: 17px;
    }
    
    .rc-form-divider-mdjhd {
        margin-bottom: 12px;
        margin-top: -4px;
    }
    
    
}


