*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

input,textarea{

    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;

}

input[type="radio"] {
    appearance: none; 
    -webkit-appearance: none; 
    border: 2px solid #da1387; 
    border-radius: 50%; 
    width: 20px; 
    height: 20px; 
    outline: none;
    cursor: pointer;
  }

  input[type="radio"]:checked {
    background-color: #da1387; 
    border: 2px solid #3b0726;
  }

.customer-survey{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f0bfdb;
    font-size: 50px;
    font-weight: 900;
    border-top: 2px solid #df2d95;
    

}


/* date-and-customerName */

#date-and-customer-section{
    margin-top: 1rem;
}

.date-and-customerName{
    display: flex;
    justify-content: space-between;
    /* padding: 2rem; */
}

.date-and-customerName .date {
    display: flex;
    align-items: center;
    
}
.date-and-customerName .date p{
    font-size: 1.4rem;
    padding: 5px;
    color: #df2d95;;
    margin-top:1rem;
}

.date-and-customerName .date input{
    border: none;
    outline: none;
    border-bottom: 2px solid #da1387;
    color: #df2d95;
    font-size: 1.2rem;
    /* margin-top: -4px; */
}


.date-and-customerName .customer-name p{
    font-size: 1.3rem;
    color: #df2d95;
    margin-bottom: -10px;
    
}

.date-and-customerName .customer-name input{
    border: none;
    outline: none;
    border-bottom: 2px solid #df2d95;
    padding: 0;
    width: 98%;
}


/* survey-table */

#question-table-section{
    margin-top: 2rem;
}


.circle_a_number{
    text-align: center;
    font-size: 2rem;
    background: #df2d95;
    padding: 5px;
    color: #fff;
    text-transform: capitalize;
  }

.survey-table{
width: 93%;
border-collapse: collapse;
height: 500px;
table-layout: fixed;
margin: auto;

}

.survey-table tr:first-child th:last-child {
    border-right: none;
    border-top: none;
  }

.survey-table th, td {
    border: 2px solid #df2d95;
    text-align: center;
    height: 80px;

  }


 .survey-table td:first-child, th:first-child {
    width: 25%; 
    border: none;
    border-bottom: 2px solid #df2d95;
    
 }

 .survey-table td:first-child p{
    margin-left: -1.2rem;
    text-align: left;
 }


 .question{
    font-size: 1.3rem;
    color: #df2d95;
 }

 td p{
    font-size: 20px;
 }

 /* likely */

 .likely{
    display: flex;
    justify-content: space-around; 
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    color: #df2d95;

 }

 .likely-container{
    border: none;
 }

 

 .likely .not-likely p i{
    font-size: 3rem;

 }

 .likely .extremely-likely p i{
    font-size: 3rem;

 }



 td input[type="radio"] {
    display: none; 

  }


 td .rectangle {
    width: 100%;
    height: 100%;
    line-height: 100px;
    margin-right: 8px;
    background-color: #fff;
    display: inline-block;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 20px;
  }
  
  td input[type="radio"]:checked + .rectangle {
    background-color: #df2d95; 
    border-color: #007bff;
  }



/* how-long-been-customer */

#joining-duration-section{
    margin-top: 2rem;
}

.how-long-been-customer{
    
    width: 95%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 5rem;
    overflow-x: hidden;

}

.how-long-been-customer input[type="radio"]{
    width: 18px;
    height: 18px;
}

.how-long-been-customer .left{
    width: 30%;
    background: #df2d95;
    padding-left: 3rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;

    
}

.how-long-been-customer .left .header{
    margin-bottom: 2rem;
}

.how-long-been-customer .left p{
    font-size: 30px;
}

.how-long-been-customer .left p,input{
    margin-top: 10px;
    font-size: 20px;
}

.how-long-been-customer .right{
    width: 70%;
    background: #f0bfdb;
    padding: 2rem;
    font-size: 20px;
    color: #df2d95;
}

.how-long-been-customer .right textarea{
    font-size: 20px;
}

.how-long-been-customer .right .up-part{
    width: 100%;
    margin-bottom: 2rem;
}
.how-long-been-customer .right .down-part{
    width: 100%;
}

.how-long-been-customer .right .up-part textarea {
    width: 95%;
    /* height: 30px; */
    height: 90px;
    background: transparent;
    resize: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;

}
.how-long-been-customer .right .down-part textarea {
    width: 95%;
    height: 90px;
    background: transparent;
    resize: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;

}

.how-long-been-customer .right textarea:focus{
    border-bottom-color: deeppink;
}






/* First Page End: */



/* Arabic Part Start: */


#arabic-part{
    margin-top: 7rem;
    text-align: right;
    /* padding-right: 1rem; */
}

.arabic-div-container{
    padding-right: 1rem;
    font-size: 30px;
    color: gray;
}



#arabic-part .header{
    width: 100%;
    text-align: center;
    background: #f0bfdb;
    font-size: 30px;
    color: #df2d95;
    height: 100px;
    font-weight: 900;
    border-top: 2px solid #df2d95;
    line-height: 50px;

}





.div-1 .pra-1{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-end;
    margin-top: 2rem; 
     /* direction: rtl;  */

}


.div-1 .pra-1-div-1{
    margin-right: 2rem;
    margin-top: -0.8rem;
}
.div-1 .pra-1-div-1 .check-2{
    margin-right: 2rem;
}


.div-1 .pra-1-div-2{
    direction: rtl; 

}



.div-1 .div-1-inner-div{
    margin-top: 1rem;


}



.inside-inner-div-1{
    display: flex;
    direction: rtl; 
    list-style-position: inside; 
    padding: 0; 
    margin-right: -20px;
}

.inside-inner-div-1 li{
    padding: 0;
    margin-right: 0;
    text-indent: 20px;
 
  
}

.inside-inner-div-1 li::marker{
    font-size: 3rem;
    color: #da1387;
 
}


.inside-inner-div-2{
    display: flex;
    direction: rtl; 
    padding: 0; 
    margin-right: -20px;
    /* list-style-position: inside;  */

}

.inside-inner-div-2 li{
    padding: 0;
    margin-right: 0;
    text-indent: 20px;
  
}


.inside-inner-div-2 li::marker{
    font-size: 3rem;
    color: #da1387;

}





/* div-2 Start */

.div-2{
    margin-top: 3rem;
}

.div-2 p{
    display: flex;
    justify-content: flex-end;
}

.div-2 textarea{
    width: 90%;
    border: none;
    outline: none;
    border-bottom: 2px solid #df2d95;
    resize: none;

}


/* div-3 */

.div-3 .pra-1{
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
}


.div-3 .s-1,.s-2,.s-3{
    font-size: 20px;
}

.div-3 .s-1 input {
    margin-right: 2rem;
    font-size: 20px;

}
.div-3 .s-2 input {
    margin-right: 2rem;

}


/* div-4 Start: */

.div-4{
    margin-top: 3rem;
}

.div-4 .pra-1 {
    display: flex;
    justify-content: flex-end;

}

.div-4 textarea{
    width: 90%;
    border: none;
    outline: none;
    border-bottom: 2px solid #df2d95;
    resize: none;
}

.div-5{
    margin-top: 3rem;
    /* width: 100%; */
}

.div-5 .pra-1{
    display: flex;
    justify-content: flex-end;
}

.div-5 .pra-2{
    margin-top: 5px;
}
.div-5 .pra-3{
    margin-top: 5px;
}
.div-5 .pra-4{
    margin-top: 1.5rem;
    color: #df2d95;
    font-weight: bolder;
    font-size: 35px;
}
.div-5 .pra-5{
    margin-top: 5px;
    
}

/* .div-5 .pra-5 .s-1 {
    margin-right: 2rem;
} */
.div-5 .pra-5 .s-2 input {
    margin-left: 2rem;
    
}

.arabic-div-container textarea{
    font-size: 20px;
}

.arabic-div-container input[type="radio"]{
    width: 18px;
    height: 18px;
    accent-color: #df2d95;
    
 
}

.arabic-div-container input[type="checkbox"]{
    width: 20px;
    height: 20px;
    accent-color: #df2d95;

}


.arabic-div-container .no-1,.no-2,.no-3,.no-4,.no-5{
    color: #df2d95;
    margin-left: 5px;
    font-weight: 900;
}


.arabic-div-container input[type="radio"]{
    width: 30px;
    height: 30px;
}

.arabic-div-container input[type="checkbox"]{
    width: 30px;
    height: 30px;
}


/* submit-btn-div Start: */

.submit-btn-div{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 5rem 0;
    
}

.submit-btn-div .submit-btn{
    width: 150px;
    height: 40px;
    margin: auto;
    background: #007bff;
    color: #fff;
    text-transform: uppercase;
    /* border: none; */
    transition: 0.5s;
    font-size: 25;
}

.submit-btn-div .submit-btn:hover{
    width: 155px;
    background:#df2d95;
    border-radius: 5px;
    color: gold;
    cursor: pointer;
    border: none;
}






/* @Media Query Start: */


@media (max-width:1024px){

 .survey-table td:first-child, th:first-child {
        width: 45%; 
     }

 
/* how-long-been-customer */


.how-long-been-customer{
    width: 100%;
    margin-top: 5rem;


}


.how-long-been-customer .left{
    width: 45%;
    padding: 0.5rem;

    
}

.how-long-been-customer .left .header{
    font-size: 22px;
    margin-bottom: 1.6rem;
}
.how-long-been-customer .left p{
    font-size: 1.5rem !important ;
   
}

.how-long-been-customer .left p,input{
    margin-top: 10px;
    font-size: 20px;
}

.how-long-been-customer .right{
    width: 55%;    
    padding: 0;
    font-size: 30px;

}

.how-long-been-customer .right .up-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
}
.how-long-been-customer .right .down-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    padding-right: 0.5rem;
}

.how-long-been-customer .right p{
    font-size: 1.2rem;
}

.how-long-been-customer .right .up-part textarea {
    width: 100%;
    height: 90px;

}
.how-long-been-customer .right .down-part textarea {
    width: 100%;
    height: 90px;

}

.arabic-div-container input[type="radio"]{
    width: 25px;
    height: 25px;
}

.arabic-div-container input[type="checkbox"]{
    width: 25px;
    height: 25px;
}



.div-5 .pra-3{
    /* margin-top: 7px; */
    /* font-size: 18px; */
    display: flex;
}

.div-5 .pra-2 input{
    margin-top: 0;
    margin-left: 10px;
}
.div-5 {
    line-height: 3rem;
}
.div-5 .pra-3 input{
    margin-top: 0;
    margin-left: 10px;
}



}


@media (max-width:768px){


    
/* .circle_a_number{
    font-size: 1.2rem;

  } */

.survey-table{
width: 100%;
height: 500px;
padding: 5px;

}


.survey-table th, td {

    height: 50px;

  }
.survey-table th, td {

    height: 20px;

  }


 .survey-table td:first-child, th:first-child {
    width: 45%; 

    
 }

 .survey-table td:first-child p{
    margin-left: 7px;
 }


 .question{
    font-size: 1.5rem;
 }

 td p{
    font-size: 22px;

 }

 /* likely */

 .likely{
 
    font-size: 1.2rem;

 }
 

 .likely .not-likely p i{
    font-size: 2.5rem;

 }

 .likely .extremely-likely p i{
    font-size: 2.5rem;

 }



 
/* how-long-been-customer */


.how-long-been-customer{
    width: 100%;
    margin-top: 5rem;


}

.how-long-been-customer input[type="radio"]{
    width: 20px;
    height: 20px;
}

.how-long-been-customer .left{
    width: 45%;
    padding: 0.5rem;

    
}

.how-long-been-customer .left .header{
    font-size: 22px;
    margin-bottom: 1.6rem;
}
.how-long-been-customer .left p{
    font-size: 1.5rem !important ;
   
}

.how-long-been-customer .left p,input{
    margin-top: 10px;
    font-size: 20px;
}

.how-long-been-customer .right{
    width: 55%;    
    padding: 0;
    font-size: 30px;

}

.how-long-been-customer .right .up-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
}
.how-long-been-customer .right .down-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    padding-right: 0.5rem;
}

.how-long-been-customer .right p{
    font-size: 1.2rem;
}

.how-long-been-customer .right .up-part textarea {
    width: 100%;
    height: 90px;

}
.how-long-been-customer .right .down-part textarea {
    width: 100%;
    height: 90px;

}


/* Arabic Part: */

.div-1 .pra-1{
    flex-direction: column-reverse;
}

.div-1 .pra-1-div-1{

    margin-right: 0.5rem;
    /* margin-top: 0.5rem; */
    /* margin-top: 2.5rem; */
    font-size: 30px;
    margin-top: 0.5rem;
}
.div-1 .pra-1-div-1 .check-2{
    font-size: 30px;
}



.div-1 .div-1-inner-div{
    margin-top: 1rem;
    font-size: 30px;
    line-height: 2rem;

}



.inside-inner-div-1{
    flex-direction: column;

}

.inside-inner-div-2{
    flex-direction: column;


}




.div-5 .pra-3{
    /* margin-top: 7px; */
    /* font-size: 18px; */
    display: flex;
}

.div-5 .pra-2 input{
    /* margin-top: -1rem; */
    margin-top: 0;
    margin-left: 10px;
}
.div-5 {
    line-height: 3rem;
}
.div-5 .pra-3 input{
    /* margin-top: -1rem; */
    margin-top: 0;
    margin-left: 10px;
}

.arabic-div-container input[type="radio"]{
    width: 25px;
    height: 25px;
}

.arabic-div-container input[type="checkbox"]{
    width: 22px;
    height: 22px;
}





}


@media (max-width:480px){


    .customer-survey{

        font-size: 28px;
    }


/* date-and-customerName */
    
.date-and-customerName{

    padding: 0;
}

.date-and-customerName .date {

    width: 40%;
    
}
.date-and-customerName .date p{
    font-size: 1.1rem;

}

.date-and-customerName .date input{
    width: 90%;
    font-size: 1.1rem;

}


.date-and-customerName .customer-name{
    width: 40%;
   
}

.date-and-customerName .customer-name p{
    font-size: 1.1rem;

}

.date-and-customerName .customer-name input{
    width: 97%;
    margin-right: 1rem;
}


/* Table Section Start: */



.circle_a_number{
    font-size: 1.2rem;

  }

.survey-table{
width: 100%;
height: 500px;
padding: 5px;
margin-left: 4px;
}


.survey-table th, td {

    height: 50px;

  }
.survey-table th, td {

    height: 20px;

  }


 .survey-table td:first-child, th:first-child {
    width: 50%; 

    
 }

 .survey-table td:first-child p{
    margin-left: 0;
 }


 .question{
    font-size: 1.2rem;
 }

 td p{
    font-size: 17px;

 }

 /* likely */

 .likely{
 
    font-size: 0.8rem;

 }

 .not-likely p{
    font-size: 13px;
 }

 .likely .not-likely p i{
    font-size: 1.5rem;

 }
 .extremely-likely p{
    font-size: 13px;
 }

 .likely .extremely-likely p i{
    font-size: 1.5rem;

 }



/* how-long-been-customer */


.how-long-been-customer{
    width: 100%;
    margin-top: 5rem;


}

.how-long-been-customer input[type="radio"]{
    width: 18px;
    height: 18px;
}

.how-long-been-customer .left{
    width: 50%;
    padding: 0.1rem;

    
}

.how-long-been-customer .left .header{
    font-size: 18px;
    margin-bottom: 1.3rem;
}
.how-long-been-customer .left p{
    font-size: 16px !important;
}

.how-long-been-customer .left p,input{
    margin-top: 10px;
    font-size: 20px;
}

.how-long-been-customer .right{
    width: 50%;    
    padding: 0;
    font-size: 20px;

}


.how-long-been-customer .right .up-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
}
.how-long-been-customer .right .down-part{
    width: 98%;
    margin-top: 2rem;
    margin-left: 0.5rem;
    padding-right: 0.5rem;
}

.how-long-been-customer .right p{
    font-size: 1rem;
}

.how-long-been-customer .right .up-part textarea {
    width: 100%;
    height: 90px;

}
.how-long-been-customer .right .down-part textarea {
    width: 100%;
    height: 90px;

}



/* Arabic Part Start: */

.arabic-div-container{
    font-size: 18px;
}


#arabic-part .header{
    width: 100%;
    /* font-size: 17px; */
    font-size: 16px;
    height: 80px;
    line-height: 40px;

}

.div-1 .pra-1{
    font-size: 18px;
    margin-top: 2rem; 
    margin-right: 0.1rem;

}

.div-1 .pra-1{
    flex-direction: column-reverse;
}

.div-1 .pra-1-div-1{

    margin-right: 0.5rem;
    margin-top: 0.3rem;
    font-size: 25px;

}





.div-1 .div-1-inner-div{
    margin-top: 1rem;
    font-size: 22px;
    line-height: 1.2rem;

}


.inside-inner-div-1{
    flex-direction: column;

}

.inside-inner-div-2{
    flex-direction: column;


}




.div-2{
    margin-top: 3rem;
}

.div-2 p{
    font-size: 18px;
}

.div-3 .s-1,.s-2,.s-3{
    font-size: 13px;
}

.div-3 .pra-1{
    font-size: 18px;
}

.div-4 .pra-1 {
    font-size: 18px;

}

.div-5 {
    line-height: 1.5rem;
}

.div-5 .pra-1{
   font-size: 18px;
}

.div-5 .pra-2{
    margin-top: 7px;
    font-size: 18px;
    /* width: 100%; */
    display: flex;
    
}

.div-5 .pra-2 input{
    margin-top: 0;
    margin-left: 10px;
}

.div-5 .pra-3{
    margin-top: 7px;
    font-size: 18px;
    display: flex;
}

.div-5 .pra-3 input{
    margin-top: 0;
    margin-left: 10px;
}

.div-5 .pra-4{
    margin-top: 10px;
    font-size: 16px;
   
}
.div-5 .pra-5{
    margin-top: 7px;
    font-size: 20px;
}

.div-5 .pra-5 .s-2 input {
    margin-left: 2rem;
    
}

.arabic-div-container input[type="radio"]{
    width: 18px;
    height: 18px;
}

.arabic-div-container input[type="checkbox"]{
    width: 18px;
    height: 18px;
}



}



@media (max-width:350px){
    
    .customer-survey{

        font-size: 20px;
    }


#arabic-part .header{

    font-size: 13px;
    line-height: 40px;

}


}