*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Futura-light";
    direction:rtl;
    letter-spacing:1px;    
}
@font-face {
    font-family: "Futura-light";
    src: url(fonts/futura\ light\ bt.ttf);
    font-weight: lighter;
}
@font-face {
    font-family: "Futura";
    src: url("font/futur.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Futura-med";
    src: url("font/futura%20medium%20bt.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Futura-bold";
    src: url("font/Futura%20Bold%20font.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Futura-heavy";
    src: url("font/Futura%20Heavy%20font.ttf") format("truetype");
    font-weight: 800; /* Changed to differentiate from bold */
}
@font-face {
    font-family: "Futura-normal";
    src: url("font/Futura%20Book%20font.ttf") format("truetype");
   font-weight: 500;
}

header.site-header {
    background: #1D2675;
    padding: 10px 16px;
    display:flex;
    justify-content:space-between;
}

header.site-header h3 {
    color: #fff;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
}

body{
    background-image: url(../images/bg_image.png);
     width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.site-header ul {
    padding: 0;
    margin: 0;
}

.upload_banner {
    height: calc(100vh - 370px);
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
}
.pay_nw_btn a:hover {
    background: #1D2675;
    color: #fff;
}
.nlngbtn {
    border: none;
    background: #63bb46;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    list-style: none;
}
.banner {
  
    width: 100%;
    height: 250px;
    /*background-repeat: no-repeat;
    background-size: cover;*/
}

    .banner img {
    
    width:100%;
    height:100%;
    
    }

    .upload_banner .form-group {}

.upload_banner .form-group label {
    margin-bottom: 10px;
    font-size: 17px;
}

.upld_input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
}

.upload_banner .form-group button {
    background: #1D2675;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
    padding: 7px 20px;
        margin-top: 38px;
}

.upld_btn {
display:flex;
flex-wrap:wrap;
}


.banner_cntn .bnr_texr {
    padding-left: 20%;
}

.banner_cntn .bnr_texr h1 {font-size: 70px;color: #79B02F;font-weight: 700; margin:0px;}

.banner_cntn .bnr_texr h1 span {
    display: block;
    color: #1D2675;
    font-size: 20px;
    font-weight: 100;
}

.banner_cntn .bnr_texr p {
    text-align: right;
    position: relative;
    font-size: 14px;
}

.banner_cntn .bnr_texr p:before {
    content: ' ';
    width: 30%;
    height: 2px;
    background: #1D2675;
    position: absolute;
    left: 0;
    top: 10px;
}
.trans_list {
    margin-top: 20px;
}

.trans_list h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cstm_form {
    margin-top: 20px;
}

.trans_list .cstm_form .form-group {
    margin-bottom: 16px;
}

.trans_list .cstm_form .form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.trans_list .cstm_form .form-group span {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 173, 0.51);
    border-radius: 5px;
    display: flex;
    padding: 10px 10px;
    align-items: center;
}
}

.cstm_table {
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden; /* Ensures the rounded corners are applied */
}

.cstm_table table {
    border: 1px solid #dcdcdc;
    border-collapse: separate; /* Makes sure the borders are rounded */
    border-spacing: 0; /* Remove spacing between cells to align borders */
    border-radius: 5px;
    width: 100%;
}

.cstm_table table thead th {
    background: #EFEFEF;
    color: #434343;
    border: none;
}

.cstm_table table thead th:first-child {
    border-top-left-radius: 5px;
}

.cstm_table table thead th:last-child {
    border-top-right-radius: 5px;
}

.cstm_table table tfoot td:first-child {
    border-bottom-left-radius: 5px;
}

.cstm_table table tfoot td:last-child {
    border-bottom-right-radius: 5px;
}

.cstm_table table td {
    border-bottom: 0;
}

.cstm_table table  tbody tr:nth-child(even) td {
    background: #F9F9F9;
}

.cstm_table table tfoot tr td {
    border-top: 1px solid  #dcdcdc;
    background: #EFEFEF;
    font-weight: 700;
}

.proges_br {
    margin-top: 4px;
}

.proges_br h2 {
    font-size: 21px;
    color: #3E3E3E;
    font-weight: 700;
}

.proges_br .progress {
    background: #D1D1D1;
    height: 18px;
    border-radius: 20px;
}

.proges_br .progress .progress-bar {
    background: #8DC642;
}
.pay_option {
    margin-top: 20px;
}

.pay_option h2 {
    color: #3E3E3E;
    font-size: 21px;
    font-weight: 700;
    
}


.cstmrdio {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 800;
    color: #3E3E3E;
    letter-spacing: 1px;
  }
  
  /* Hide the browser's default radio button */
  .cstmrdio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .pay_option {
    margin-top: 20px;
    
}
  
  /* Create a custom radio button */
  .cstm_checkmark {
    position: absolute;
    top: 4px;
    left: 00px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #1D2675;
  }
  
  
  
  /* When the radio button is checked, add a blue background */
  .cstmrdio input:checked ~ .cstm_checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .cstm_checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .cstmrdio input:checked ~ .cstm_checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .cstmrdio .cstm_checkmark:after {
       top: 2px;
       left: 2px;
       width: 12px;
       height: 12px;
       border-radius: 50%;
       background: #1D2675;
  }

  .cstmrdio {
margin-bottom:10px !important;
text-align:left;
}
.cstm_radio label.cstmrdio:first-child {
    margin-right: 80px;
}

.cstm_radio {
    /*display: flex;*/
    align-items: center;
    margin-top:15px;
}

.quantity_btn {
    margin-top: 20px;
}


.quantity_btn {
    margin-top: 20px;
    
    
}
.quantity_btn h3 {
    color: #3E3E3E;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
}

.quantity_btn .quan_btn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    position: relative;
}

.quan_btn {}

.quantity_btn .quan_btn button.btn {
    background: #D3D3D3;
    width: 55px;
    border-radius: 5px;
    color: #000;
    height: 40px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
     border: none;
}
.quantity_btn .quan_btn button.btn:disabled {
    opacity: 1;
    border: none;
}
.quantity_btn .quan_btn input {
    height: 100%;
    width: 100%;
    border: none;
    text-align: center;
    position: relative;
    touch-action: pan-y;
}

.quantity_btn .quan_btn:before {
    content: 'KD';
    position: absolute;
    font-size: 20px;
    color: #959494;
    top: 5px;
    right: 55px;
    z-index: 99;
    letter-spacing: 2px;
    font-weight: 700;
}
.quantity_btn .quan_btn input:focus {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.pay_nw_btn {margin-top: 50px; margin-bottom:30px;}

.pay_nw_btn a {
    background: #1D2675;
    width: 100%;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.vist_web {
    padding-top: 20px;
    text-align: center;
}

.vist_web p {
    font-size: 16px;
}

.vist_web p a {
    color: #1d2675;
}

footer {
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #8DC642;
}

footer p {
    font-size: 11px;
    color:#fff;
    margin:0;
}


.success_wrap {
    margin-top: 20px;
}

.thnk_u {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.thnk_u img {
    margin-bottom: 10px;
}

.thnk_u h2 {
    color: #363637;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 10px;
}

.thnk_u  h3 {
    color: #757575;
    font-weight: 700;
    font-size: 21px;
}

.thnk_u  a {
    color: #1D2675;
    font-size: 15px;
    font-family: 'Futura-light';
    margin-bottom: 20px;
    border-bottom: 0.5px solid #ccc;
    padding-bottom: 20px;
    display: block;
}

.thnk_u  .opnin_bx {}

.thnk_u .opnin_bx h4 {
    color: #363637;
    font-weight: 700;
    margin-bottom: 20px;
}

.thnk_u .opnin_bx .rctin_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.thnk_u .opnin_bx .rctin_img img +img {
    margin-left: 0px;
}




.success_wrap {
    margin-top: 20px;
}

.thnk_u {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.thnk_u img {
    margin-bottom: 10px;
}

.thnk_u h2 {
    color: #363637;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 10px;
}

.thnk_u  h3 {
    color: #757575;
    font-weight: 700;
    font-size: 21px;
}

.thnk_u  a {
    color: #1D2675;
    font-size: 15px;
    font-family: 'Futura-light';
    margin-bottom: 20px;
    border-bottom: 0.5px solid #ccc;
    padding-bottom: 20px;
    display: block;
}

.thnk_u  .opnin_bx {}

.thnk_u .opnin_bx h4 {
    color: #363637;
    font-weight: 700;
    margin-bottom: 20px;
}

.thnk_u .opnin_bx .rctin_img {}

.thnk_u .opnin_bx .rctin_img img +img {
    margin-left: 0px;
}

.for_sbsribe {
    margin-top: 20px;
}

.for_sbsribe h4 {
    font-size: 17px;
    font-weight: 700;
}

.for_sbsribe .sub_form {margin-top: 15px;}

.for_sbsribe .sub_form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.for_sbsribe .sub_form .form-group input {
    width: 80%;
/* Rectangle 2 */
    box-sizing: border-box;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 173, 0.51);
    border-radius: 5px;

/* Inside auto layout */
    padding: 10px;
}

.for_sbsribe .sub_form .form-group button.btn {
    background: #1D2675;
    color: #fff;
    margin-left: 10px;
    height: 35px;
}

.reciept_wrap {
    margin-top: 20px;
}

.recpt_bx {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.recpt_bx .recpt_dtls {
    margin-top: 10px;
}

.recpt_bx .recpt_dtls .recpt_dta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.recpt_bx h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BDBDBD;
    color: #2C2828;
    /* font-family: "Futura-med"; */
}

.recpt_bx .recpt_dtls .recpt_dta h4 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    /*font-family: "Futura-normal";*/
    /* font-family: "Futura-med"; */
}
.recpt_bx .recpt_dtls .recpt_dta p {
    /*font-family: "Futura-normal";*/
    margin: 0;
}
.recpt_bx .recpt_dtls .recpt_dta strong{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    /*font-family: "Futura-normal";*/
}
.bnr_img img {
width:100%;
}


.link_exp {
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.link_exp img {
    width: 100px;
    margin-bottom: 10px;
}

.link_exp h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.link_exp p {
    font-size: 13px;
}

@media only screen and (max-width:786px){
    header.site-header {
        background: #1D2675;
        padding: 16px 16px;
    }

    header.site-header h3 {
        color: #fff;
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .banner_cntn .bnr_texr{
        padding-left: 40px;
        width: 60%;
    }
    .banner_cntn .bnr_texr h1 span {
        display: block;
        color: #1D2675;
        font-size: 15px;
        font-weight: 100;
    }
    .banner_cntn .bnr_texr h1 {
        font-size: 40px;
        color: #79B02F;
        font-weight: 700;
        margin: 0;
    }
    .banner{
        height: 150px;
    }
    .bnr_img {
        text-align: right;
        width: 80%;
    }
    
    .bnr_img img {
        width: 93%;
    }

    .banner_cntn .bnr_texr p {
        text-align: right;
        position: relative;
        font-size: 12px;
    }
    .banner_cntn .bnr_texr p:before {
        content: ' ';
        width: 20%;
        height: 1px;
        background: #1D2675;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .banner_cntn{
        padding: 0;
    }
    .trans_list h2{
        font-size: 20px;
    }
    .trans_list .cstm_form .form-group label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .cstm_table table thead th {
        background: #EFEFEF;
        color: #434343;
        border: none;
        font-size: 13px;
    }
    .cstm_table table td {
        border-bottom: 0;
        font-size: 14px;
    }   

    .cstm_radio label.cstmrdio:first-child {
        margin-right: 20px;
    }
    .cstmrdio{
        font-size: 14px;
    }
    .cstm_checkmark{
        top: 1px;
    }
    .quantity_btn h3 {
        color: #3E3E3E;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .pay_option h2 {
        color: #3E3E3E;
        font-size: 18px;
        font-weight: 700;
    }
    .proges_br h2 {
        font-size: 18px;
        color: #3E3E3E;
        font-weight: 700;
    }

    
.quantity_btn {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pay_option {
    margin-top: 20px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    .quantity_btn .quan_btn {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 65%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 42px;
        position: relative;
    }
    .quantity_btn .quan_btn:before {
        content: 'KD';
    position: absolute;
    font-size: 17px;
    color: var(--bs-body-color);
    top: 8px;
    right: 49px;
    z-index: 99;
    letter-spacing: 2px;
    font-weight: 500;
    }
    .quantity_btn .quan_btn button.btn {
        background: #D3D3D3;
        width: 45px;
        border-radius: 5px;
        color: #000;
        height: 40px;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        align-items: center;
    }
    upload_banner .form-group button {
    background: #1D2675;
    margin-left: 0px;
    color: #fff;
    font-size: 18px;
    padding: 7px 20px;
        margin-top: 20px;
}

    .upload_banner {
    height: calc(100vh - 290px);
}
footer {
    padding:15px 10px;
    /*text-align: center;*/
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    background: #8DC642;
    /*flex-wrap: wrap;*/
}

    .social_icons {
    margin-bottom:0px;
    }

    .social_icons a img {
    width: 24px;
}
}


.blue_img {
display:none;
}
  .happy .blue_img  {
       display:block;
    }
    .speechless .blue_img  {
         display:block;
    }
    .sad .blue_img  {
        display:block;
    }

      .happy .grey_img  {
       display:none;
    }
    .speechless .grey_img  {
         display:none;
    }
    .sad .grey_img  {
        display:none;
    }

/* for arabic css  */
.bnr_img img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.banner_cntn .bnr_texr{
    padding-left: 0;
    padding-right: 20%;
}

.banner_cntn .bnr_texr p{
    text-align: left;
}

.banner_cntn .bnr_texr p:before{
    left:unset;
    right: 0;
}

.cstm_radio label.cstmrdio:first-child{
    margin-right: 0px;
    margin-left: 80px;
}
.for_sbsribe .sub_form .form-group button.btn{
    margin-left: 0;
    margin-right: 10px;
}
.thnk_u .opnin_bx .rctin_img img +img{
    margin-left: 0;
    margin-right: 0px;
}


.zigzag-box {
  position: relative;
  background: white;
  width: 100%;
  height:auto;
  margin: 4rem auto;
  z-index: 1;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px; /* optional: slightly rounded corners */
}

.zigzag-box::before,
.zigzag-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: 
    linear-gradient(
      135deg, transparent 75%, #fff 75%
    ),
    linear-gradient(
      45deg, #fff 25%, transparent 25%
    );
  background-size: 20px 20px;
  background-repeat: repeat-x;
  z-index: -1;
}

.zigzag-box::before {
  top: 0;
  transform: translateY(-100%);
}

.zigzag-box::after {
  bottom: 0;
  transform: translateY(100%) rotate(180deg);
}

.recpt_bx .recpt_dtls .recpt_dta:last-child {
    border-bottom: 1px dashed #BDBDBD;
    padding-bottom: 20px;
}



.social_icons {
    display: flex;
    justify-content: center;
  
}

.social_icons a +a {
    margin-left: 10px;
}

.social_icons a img {
    width: 24px;
}